/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
span[style*="display: flex"][style*="font-size: 14px;"]:has(span[style*="color: rgb(247, 118, 25)"]) {
    display: none !important;
}

div.t4s-sticky-atc.sticky_layout_mb--minimal.t4s-pf.t4s-b-0.t4s-l-0.t4s-r-0.t4s-op-0.t4s-pe-none.is--shown {
  button.t4s-sticky-atc__atc.t4s-btn-loading__svg {
  background-color: #ff6e46
  
}
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}