/** Shopify CDN: Minification failed

Line 52:0 Unexpected "]"
Line 82:2 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/body{
padding:0px
}

.button{
text-transform: none important;
}

.t4s-product-form__buttons .t4s-product-form__submit {
    font-size: 18px !important;
margin-top:-10px !important;
padding: 18px 18px;
Background-color:#48853a;
text-transform: none !important;
}
.t4s-btn__cart {
  text-transform: none !important;
  font-family: poppins;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
}
.t4s-btn__checkout {
  text-transform: none !important;
  font-family: poppins;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
}



.t4s-cart__originalPrice{
   font-size: 17px !important;
text-decoration: line-through !important;
}
.t4s-cart__discountPrice{
display:none !important;
}
.t4s-pr_delivery{
color:#636365 !important;
font-size:13px;
]
.wwk-widget-iframe {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.t4s-container{
margin-top:20px;
}/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {body{
padding:0px
}}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {body{
padding:0px
}
.t4s-pe-none {
margin-top:40px !important;
}}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){span.check-icon {
    color: #B87704 !important;
}
.shop-hcaptcha-badge-container{
display:none;
}}