/*!
 * Plugin:	TDA1 RDRP
 * Name:	tda1-rdrp.css
 */
 section.shoptimizer-sticky-add-to-cart,.sticky-add-to-cart--active,.jas-sticky-atc,div#addcartsection{
    display: none !important;
 }
 .site-header-cart, .jas-icon-cart,li.cart-item.has-icon{
    display: none !important;
 }
 .header-button{
   display: none !important;
 }
 #cfw-side-cart-floating-button,.btn_fixed.viewaddcart{
   display: none !important;
 } 
 li.ri.ri-chevron-right-circle { 
   display: none; 
} 
.header-main .flex-right .nav>li.header-divider{
   border:none !important;
}
 .tda-cart-fixed {
   position: fixed;
   left: 10px;
   bottom: 10px;
   z-index: 9999;
   width: 50px;
   height: 50px;
   padding: 12px;
   background: #fbde87;
   text-align: center;
   box-shadow: 0px 0px 5px #ffffff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}
.tda-cart-icon img {
    max-width: 100%;
    max-height: 100%;
}
a.tda-cart-icon:focus {
   outline: none;
}
button.tda-cart-icon,button.tda-cart-icon:hover {
   background-color: transparent !important;
}