<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mySlides {
    display: none;
}
div#producttext {
    padding-top: 12px;
    text-align: center;
    font-size: 15px;
    padding-left: 18px;
}
div#maindiv {
    margin-bottom: 12px;
}
.maindiv
{
height:100px;
}
div#minicartmain
{
    height: 44px;
    background-image: url("../images/1.png");
}
div#texttag {
    padding-top: 11px;
    padding-left: 13px;
    text-align: center;
    font-size: 13px;
}

.amount_text{
    font-weight: bold;
}

.spacefortext {
    padding: 10px 225px 10px 225px;
    margin-top: -5px;
    text-align: center;
}

.finaltext{
    text-align: center;
}

.finaltext p{
    margin-top:9px;
}

.both {
    width: 100%;
    position: fixed;
    height: 46px;
    left: 0;
    z-index: 999999;
}
.text
{
margin-top:4px !important;
}   

.topforclass {
    top: 0;
}

.bottomforclass {
    bottom: 0;
}
 #close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: black;
    cursor: pointer;
    border-radius: 15px;
    color: white;
    position: relative;
    top: -36px;
    left: -6px;
}



@media only screen and (max-width: 974px)
{
    .both
     {
       height: 43px;
     }
}
@media only screen and (max-width: 834px)
{
    .both 
    {
       height: 43px;
    }
}
@media only screen and (max-width: 768px)
{
    .both 
    {
        height: 46px;
    }
   
   .spacefortext 
   {
        padding-left: 23px !important;
        width: 83%;
        padding-right: 76px!important;
    }
    #close
    {
        top: -34px;
    }
    .finaltext p 
    {
        margin-top: 10px;
        width: 91%;
    }
}
@media only screen and (max-width: 440px)
{
    .finaltext p
    {
        margin-top: 0px;
        margin-left: 5px;
        width: 74%;
    }
    #close 
    {
     top: -46px;
    }
    .both 
    {
        height: 46px;
    }
}</pre></body></html>