/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.product__policies.rte.cb {
    display: none;
}
div.mssb-rc-text {
    display: none;
}

/*---------------- 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){
  .col-md-6.col-12.pr.product-images.img_action_none.pr_sticky_img, .col-12.col_thumb, .col-12.col_nav.nav_medium {
    padding: 0px !important;
}
@media (max-width:767px) {
button.flickity-button.flickity-prev-next-button.previous, button.flickity-button.flickity-prev-next-button.next {
    display: none;
}
}
@media(max-width: 768px){ .sp-single .row.product.mt__40 { margin-top: 0; } }
    }
    .product-infors {
        padding: 0 0px !important;
        }
.rm-image-gutter{ margin: 0 -15px;}
}