<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { overflow-y: scroll !important;}::-webkit-scrollbar {display: none;}
.itopplus-background {
background-image:none; 
background-color:none; 

}
button.close {
    font-family: 'kanit';
}
.close {
font-family: 'kanit';
}
.itopplus-footer {
    background-color: #313131;
    color: #1b1b1b;
}

.shopcart {
    z-index: 888;
    border-radius: 800px 0 0 0;
    -moz-border-radius: 800px 0 0 0;
    -webkit-border-radius: 800px 0 0 0;
    border: 0 solid #000;
    width: 100px;
    height: 100px;
    background-image: url(../Images/Shopcart/cart.png);
    background-color: #d27b15;
    background-repeat: no-repeat;
    background-position: 75% 85%;
    position: fixed;
    -webkit-transition: width .3s,height .3s;
    transition: width .3s,height .3s;
    cursor: pointer;
    bottom: 0;
    right: 0;
}
body, html {
    font-family: Circular,Arial,sans;
    font-size: 23px;
  }

</pre></body></html>