@charset "utf-8";

.recomended-section .recomended-title h2 {
    font-size: 22px;
}

@media (max-width: 991px) {
    .recomended-title {
        text-align: center!important;
    }
}

@media (max-width: 767px) {
    .recomended-title {
        text-align: left!important;
    }
}

.oe_cart {
    font-size: 14px;
}
.td-product_name {
    font-size: 13px;
}

.td-action_del {
    padding: 10px 5px!important;
    text-align: center;
    min-width: 35px;
}    
   
.td-action_del p {
    margin-bottom: 0;
    font-size: .7rem;
    text-decoration: underline;
}

.idc-btn_reuse {
    width: 270px;
    background: none;
    text-align: center;
    /* color: #28a745; */
    /* border: 2px solid #28a745; */
    color: #E5002D;
    border: 2px solid #E5002D;
    font-weight: normal;
    display: inline-block;
    /* font-size: 14px; */
    font-size: 13px;
    font-weight: bold;
    padding: 0.375rem 0.75rem;
}

.idc-btn_reuse:hover {
    background: #272727;
    border: 2px solid #272727;
    color: #fff;
}




.cartprice_pc {
    /* font-weight: bold; */
    color: #000!important;
}

.cartprice_sp {
    display: none;
}

@media (max-width: 767.98px) {
    .oe_website_sale .td-img {
        display: table-cell;
        padding: .75em 5px!important;
    }
    .td-qty {
        padding: 10px 5px!important;
    }
    .td-price,
    .cartprice_pc {
        display: none;
    }
    .cartprice_sp {
        display: block;
        margin-bottom: 0;
        font-size: 13px;
        /* font-weight: bold; */
        margin-top: 1rem;
        color: #000;
    }
    .td-product_name {
        font-size: 12px;
    }
    .oe_website_sale #cart_products .css_quantity {
        width: 70px;
    }
}

/**********************************
.ec-cartRole__error
**********************************/
#page_cart .ec-cartRole__error .ec-alert-warning__text {
    font-size: 12px;
}
#page_cart .ec-cartRole__error .ec-alert-warning {
    padding: 5px;
}
#page_cart .ec-cartRole__error .ec-alert-warning .ec-alert-warning__icon {
        display: none;
    }

@media (max-width: 767.98px) {
    #page_cart .ec-cartRole__error .ec-alert-warning__text {
        font-size: 11px;
    }
}

/**********************************
.owl-carousel
**********************************/
.recomended-section .owl-nav.disabled {
    display: block;
}
.recomended-section .owl-nav.disabled:has(+ .owl-dots.disabled) {
    display: none;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #ffffff!important;
    /* border-radius: 20px; */
    width: 2rem;
    height: 4rem;
    opacity: .75;
}
.owl-carousel .owl-nav .owl-next {
    right: -15px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}
.owl-carousel .owl-nav .owl-next:after,
.owl-carousel .owl-nav .owl-prev:after {
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    width: 13px;
    height: 13px;
    left: 54%;
}
.owl-carousel .owl-nav .owl-prev:after {
    left: 12px;
}
.owl-carousel .owl-nav .owl-next:after {
    left: 8px;
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-prev:hover {
        background: #fff!important;
        opacity: .75;
    }
}


