/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.until_free_shipping_progress_bar{
    width: 100%;
    height: 6px;
    background: #e1e1e1;
    border-radius: 3px;
    position: relative;
    margin-bottom: 84px;
}

.until_free_shipping_progress_bar .free_shipping_progress{
    position: absolute;
    height: 6px;
    width: 543px;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: #67b52c;
}

.until_free_shipping_progress_bar .free_shipping_circle{
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 1px 9px 1px rgba(20, 26, 23, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_shipping_progress_text_circle{
    position: absolute;
    top: 50%;
    right: 0;
}

.free_shipping_circle_dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e1e1e1;
}

.free_shipping_circle_dot.with_icon{
    width: unset;
    height: unset;
    border-radius: unset;
    background: transparent;
    display: flex;
    font-size: 14px;
    color: #67b52c;
    font-weight: 900;
}

.free_shipping_circle_dot.with_icon i {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
}

.modal-body .free-delivery-left{
    text-align: center;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 28px;
}

.blockcart-modal.maidinaModal .modal-header{
    border: none;
    margin-bottom: 0;
}

.blockcart-modal.maidinaModal .maidina-modal-title{
    display: flex;
    align-items: center;
    gap: 15px;
}

.blockcart-modal.maidinaModal .maidina-modal-title i{
    font-size: 24px;
    color: #67b52c;
}

.blockcart-modal.maidinaModal .modal-dialog{
    max-width: 740px!important;
}

.maidinaModal.blockcart-modal .modal-content{
    padding: 25px 30px;
    padding-bottom: 30px;
}

.blockcart-modal.maidinaModal .blockcart-modal-btn.d-flex.justify-content-end{
    gap: 20px;
    padding-top: 0;
    border: none;
}

.blockcart-modal.maidinaModal .blockcart-modal-btn.d-flex.justify-content-end .btn{
    width: 50%;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockcart-modal .right-side .price{
    font-size: 16px!important;
    line-height: normal!important;
}

.blockcart-modal.maidinaModal .blockcart-modal-btn{
    margin-top: 30px;
}

.blockcart-modal.maidinaModal .free_shipping_price_text{
    position: absolute;
    right: 0;
    text-align: right;
    top: 23px;
    max-width: 90px;
    width: 100%;
}

.free_shipping_price_text .free_shipping_total_required{
    font-size: 18px;
    color: #656565;
    line-height: 22px;
}

.free_shipping_price_text .free_shipping_text{
    font-size: 13px;
    font-family: 'Manrope Bold';
    line-height: normal;
    text-align: center;
}

.cart-page-left-side .free-delivery-left{
    text-align: center;
}

.cart-page-left-side .free-delivery-left .text{
    font-size: 18px;
    margin-bottom: 25px;
}

.cart-page-left-side .free_shipping_price_text{
    text-align: right;
    margin-top: 20px;
    max-width: 90px;
}

.cart-page-left-side .free-delivery-left .text b{
    font-family: 'Manrope Bold';
}

.blockcart-modal .seperator_line{
    height: 1px;
    display: block;
    border-top: 1px solid rgb(235, 235, 235);
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.recommended_together_section h3{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
}

.container_for_owl_product{
    border: 1px solid rgb(215, 215, 215);
    border-radius: 10px;
    padding: 20px;
}

.owl_item_img_holder{
    text-align: center;
    display: flex;
    justify-content: center;
}

.owl_item_img_holder img{
    display: block;
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1;
    object-fit: cover;
}

.recommended_together_product_wrapper .owl_product_title{
    line-height: normal;
    font-size: 14px;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 10px;
}

.recommended_together_product_wrapper .owl_product_price .total_price{
    font-size: 16px;
    color: #1a1a1a;
    font-family: 'Manrope Bold';
    line-height: normal;
}

.recommended_together_product_wrapper .owl_product_price .total_unit{
    font-size: 12px;
    color: #656565;
}

.owl_add_to_cart_button{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 34px;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 17px;
    gap: 10px;
    font-family: 'Manrope Bold';
    cursor: pointer;
    color: #1a1a1a!important;
    transition: .3s;
    margin-top: 15px;
}

.owl_add_to_cart_button:hover{
    background: #67b52c;
    color: white!important;
}

.owl_add_to_cart_button:hover i{
    color: white!important;
}

.owl_add_to_cart_button i{
    font-size: 18px;
    color: #1a1a1a;
    transition: .3s;
}

.recommended_together_product_wrapper .owl-dots{
    display: none;
}

.recommended_together_product_wrapper .owl-nav .owl-prev, .recommended_together_product_wrapper .owl-nav .owl-next{
    position: absolute;
    top: 78px;
    outline: none;
    border: none !important;
    width: 40px;
    height: 40px;
    box-shadow: 0px 3px 9.6px 0.4px rgba(20, 26, 23, 0.15);
    background: white !important;
    border-radius: 100px;
    overflow: hidden;
}

.recommended_together_product_wrapper .owl-nav .owl-prev{
    left: -20px;
}

.recommended_together_product_wrapper .owl-nav .owl-next{
    right: -20px;
}

.recommended_together_section .owl-carousel .owl-stage-outer{
    width: calc(100% + 1px);
}

.recommended_together_product_wrapper .owl-nav .owl-prev span, .recommended_together_product_wrapper .owl-nav .owl-next span{
    transform: scale(2);
    display: block;
}

.recommended_together_product_wrapper .owl-nav .owl-prev.disabled, .recommended_together_product_wrapper .owl-nav .owl-next.disabled{
    opacity: 0.1;
}

.recommended_together_product_wrapper.owl-carousel{
    display: none;
}

.recommended_together_product_wrapper.owl-carousel.owl-loaded{
    display: block;
}

.section_for_select_product_accessories{
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-page-top-inner{
    padding-bottom: 35px!important;
}

.wrapper_for_product_accessories{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.container_for_product_accessory{
    border: 1px solid rgb(215, 215, 215);
    flex-basis: calc(25% - 19px);
    border-radius: 10px;
    padding: 20px;
}

.product_accessory_img_holder{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_accessory_img_holder img{
    max-width: 180px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.wrapper_for_product_accessories .product_accessory_title{
    font-size: 14px;
    line-height: normal;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.wrapper_for_product_accessories .product_accessory_price .total_price{
    font-size: 16px;
    color: #1a1a1a;
    font-family: 'Manrope Bold';
    line-height: normal;
}

.wrapper_for_product_accessories .product_accessory_price .total_unit{
    font-size: 12px;
    color: #656565;
}

.product_accessory_add_to_cart_btn{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 140px;
    justify-content: center;
    height: 34px;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 17px;
    gap: 10px;
    font-family: 'Manrope Bold';
    cursor: pointer;
    color: #1a1a1a;
    transition: .3s;
    text-decoration: none!important;
}

.product_accessory_add_to_cart_btn:hover{
    background: #67b52c;
    color: white!important;
}

.product_accessory_add_to_cart_btn i{
    font-size: 18px;
}

.product_accessory_qty_add_to_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.product_accessory_qty_container .spin_down, .product_accessory_qty_container .spin_up{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #656565;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 100%;
}

.product_accessory_qty_container{
    position: relative;
    display: none;
}

.product_accessory_qty_container input{
    height: 34px;
    max-width: 70px;
    width: 100%;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 17px;
    min-width: 70px;
}

.product_accessory_qty_container input::-webkit-inner-spin-button,
.product_accessory_qty_container input::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.product_accessory_qty_container .spin_down{
    left: 0;
    padding-left: 10px;
}

.product_accessory_qty_container .spin_up{
    right: 0;
    padding-right: 10px;
}

.load_more_accessories_button{
    max-width: 240px;
    width: 100%;
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(215, 215, 215);
    border-radius: 17px;
    height: 34px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .3s;
    color: #0071dc;
    font-family: 'Manrope Bold';
    text-decoration: none!important;
    margin-top: 30px;
}

.load_more_accessories_button i{
    font-size: 10px;
}

.cart_accessories_title{
    margin-bottom: 35px;
    font-size: 24px;
    color: #1a1a1a;
}

#recommended-slider-blockart-modal .new_bundles_section{
    display: none;
}

.product-detail-outer.d-flex.justify-content-between{
    margin-top: 15px;
}

.star-content div.star, .star-content div.star{
    background-image: url('/img/star.svg') !important;
    filter: invert(91%) sepia(22%) saturate(27%) hue-rotate(276deg) brightness(114%) contrast(69%);
    background-position: unset!important;
}

.star-content div.star-on, .star-content div.star-hover{
    background-image: url('/img/star.svg') !important;
    filter: invert(64%) sepia(88%) saturate(1029%) hue-rotate(1deg) brightness(109%) contrast(104%);
}

.rating-author-name .star-on{
    width: 14px!important;
    height: 14px!important;
}

.product-comments-btn .view-more-less-comments{
    display: none;
}

#product-comments-list .owl-dots{
    display: none;
}

.container_for_product_average_rating{
    display: flex;
    align-items: center;
    gap: 10px;
}

.container_for_product_average_rating .rating-count{
    font-size: 18px;
    font-family: 'Manrope Bold';
    line-height: 18px;
}

.container_for_product_average_rating .star{
    display: flex;
    gap: 5px;
}

.container_for_product_average_rating img{
    width: 18px;
    height: 18px;
    filter: invert(64%) sepia(88%) saturate(1029%) hue-rotate(1deg) brightness(109%) contrast(104%);
}

.container_for_product_average_rating img.empty_star_img{
    filter: invert(91%) sepia(22%) saturate(27%) hue-rotate(276deg) brightness(114%) contrast(69%);
}

.comments-cards{
    display: none;
}

.container_for_product_average_rating .total-rating-total-comments{
    color: #656565;
    font-size: 12px;
}

.comment_nav_and_average_rating_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment_nav_and_average_rating_container .container_for_comment_nav{
    display: flex;
    gap: 10px;
}

.comment_nav_and_average_rating_container .container_for_comment_nav a{
    font-size: 12px;
    color: #1a1a1a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 100px;
    transition: .3s;
    cursor: pointer;
}

.comment_nav_and_average_rating_container .container_for_comment_nav a:hover{
    background: #67b52c;
    color: white!important;
}

#product-comments-list .owl-nav{
    display: none;
}

.product_average_count_stars{
    display: flex;
    gap: 10px;
}

.product-comment-section:has(.owl-nav.disabled) .container_for_comment_nav{
    display: none;
}

.product-comment-section:not(:has(.owl-carousel)) .container_for_comment_nav{
    display: none;
}

.product-comment-section:has(.owl-prev.disabled) .container_for_comment_nav .prev-button{
    pointer-events: none;
    filter: blur(2px);
}

.product-comment-section:has(.owl-next.disabled) .container_for_comment_nav .next-button{
    pointer-events: none;
    filter: blur(2px);
}

.free_shipping_progress_text_circle{
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    text-align: center;
    max-width: 90px;
    width: 100%;
}

.free_shipping_progress_text_circle .free_shipping_circle{
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.free_shipping_price_text .free_shipping_total_required{
    text-align: center;
}

.free_gift_progress_text_circle{
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    top: 50%;
    max-width: 90px;
    width: 100%;
}

.free_gift_progress_text_circle .free_shipping_total_required{
    text-align: center;
}

.free_shipping_progress_text_circle.last_circle .free_shipping_circle{
    left: 100%;
    transform: translateX(-100%);
}

.free_shipping_progress_text_circle.last_circle .free_shipping_total_required{
    text-align: right;
}

.free_shipping_progress_text_circle.last_circle .free_shipping_text{
    text-align: right;
}

.free_gift_progress_text_circle.last_circle .free_shipping_circle{
    left: 100%;
    transform: translate(-100%, -50%);
}

.free_gift_progress_text_circle.last_circle .free_shipping_total_required{
    text-align: right;
}

.free_gift_progress_text_circle.last_circle  .free_shipping_price_text .free_shipping_text{
    text-align: right;
}

body .cart-fav-user .cart .cart-dropdown .head{
    border-bottom: none;
}

body .cart-fav-user .cart .cart-dropdown .title{
    font-size: 18px;
}

body .cart-fav-user .cart .cart-dropdown .list .hd a{
    font-family: 'Manrope Regular';
    font-size: 14px;
    line-height: normal;
}

body .cart-fav-user .cart .cart-dropdown .qty-price{
    flex-direction: row-reverse;
}

.cart-fav-user .cart .cart-dropdown .detail .price{
    margin-bottom: auto;
    margin-top: auto;
    font-size: 16px;
}

.cart-fav-user .cart .cart-dropdown .detail .price .product_price_units{
    font-size: 12px;
    color: #656565;
    font-family: 'Manrope Regular';
}

body .cart-fav-user .cart .cart-dropdown .qty{
    width: 70px;
    height: 30px;
}

body .cart-fav-user .cart .cart-dropdown .qty input.form-control{
    height: 28px;
    font-size: 14px;
    color: #1a1a1a;
}

body .cart-fav-user .cart .cart-dropdown .qty .bootstrap-touchspin-up{
    height: 30px;
}

body .cart-fav-user .cart .cart-dropdown .qty .bootstrap-touchspin-down{
    height: 30px;
}

body .cart-fav-user .cart .cart-dropdown .list .img-wrapper{
    border: none;
}

.cart-fav-user .cart .cart-dropdown .detail .price .old-price{
    color: #656565;
    font-size: 12px;
    font-family: 'Manrope Regular';
}

.cart-fav-user .cart .cart-dropdown .detail .price .old-price .line-through{
    text-decoration: line-through;
}

.cart-fav-user .cart .cart-dropdown .shipping-cost-label .price{
    font-size: 16px;
    padding-top: 20px;
}

.cart-fav-user .cart .cart-dropdown .shipping-cost-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-fav-user .cart .cart-dropdown .shipping-cost-label .hd{
    font-size: 14px;
}

.cart-fav-user .cart .cart-dropdown .total-price{
    padding-top: 10px!important;
}

.cart-fav-user .cart .cart-dropdown .total-price .hd{
    font-size: 14px;
}

.cart-fav-user .cart .cart-dropdown .total-price .price{
    font-size: 20px!important;
    color: #1a1a1a!important;
}

header .cart-fav-user .cart .cart-dropdown .free-delivery-left{
    background: none;
    padding: 0;
    font-size: 16px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 25px;
}

header .cart-fav-user .cart .cart-dropdown .free_shipping_price_text{
    margin-top: 20px;
}

header .cart-fav-user .cart .cart-dropdown .cart_footer_divider{
    height: 1px;
    border-top: 1px solid rgb(235, 235, 235);
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 0;
    margin-top: 100px;
}

header .cart-fav-user .cart .cart-dropdown .cart-dropdown-footer{
    border: none;
    margin: 0;
}

@media (min-width: 975px){
    body .cart-dropdown-outer.theme-dropdown{
        position: fixed!important;
        right: 0!important;
        top: 0!important;
        height: 100vh!important;
        padding: 0!important;
        z-index: 9999;
    }

    body .cart-dropdown-outer.theme-dropdown .cart-dropdown{
        height: 100vh;
        border-radius: 0;
        padding: 30px;
        overflow: auto;
    }

    body .cart-fav-user .cart:hover .cart-dropdown-outer{
        opacity: 0;
        transform: scaleY(0);
    }

    body .cart-fav-user .cart.active .cart-dropdown-outer{
        opacity: 1;
        transform: scaleY(1);
    }

    body.cart-open .header-top-bar{
        z-index: 9;
    }

    body .cart.blockcart.cart-preview.active:before{
        content: "";
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }
}

@media (max-width: 975px){
    header .cart-fav-user .cart .cart-dropdown .cart_footer_divider{
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

@media (max-width: 900px){
    .container_for_product_accessory{
        flex-basis: calc(33.333333333% - 17px);
    }
}

@media (max-width: 768px) {
    .blockcart-modal.maidinaModal .blockcart-modal-btn.d-flex.justify-content-end .btn{
        width: 100%;
        margin-top: 20px;
    }

    .maidinaModal.blockcart-modal .modal-content{
        padding: 20px;
        padding-top: 25px;
    }

    .blockcart-modal .seperator_line{
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .recommended_together_section .recommended_together_product_wrapper {
        margin-left: -5px;
        width: calc(100% + 10px);
    }

    .container_for_owl_product{
        padding: 10px;
    }

    .recommended_together_product_wrapper .owl_product_title{
        font-size: 13px;
    }

    .recommended_together_product_wrapper .owl-nav .owl-prev, .recommended_together_product_wrapper .owl-nav .owl-next{
        width: 30px;
        height: 30px;
        top: 54px;
    }
    .recommended_together_product_wrapper .owl-nav .owl-prev span, .recommended_together_product_wrapper .owl-nav .owl-next span{
        transform: scale(1.5);
    }

    .recommended_together_product_wrapper .owl-nav .owl-next{
        right: -15px;
    }
    .recommended_together_product_wrapper .owl-nav .owl-prev{
        left: -15px;
    }

    .modal-body .free-delivery-left{
        font-size: 16px;
    }

    .cart-page-top-inner{
        padding-bottom: 0!important;
    }

    .section_for_select_product_accessories{
        padding-top: 35px;
    }

    .cart_accessories_title{
        font-size: 18px;
    }
}

@media (max-width: 600px){
    .wrapper_for_product_accessories{
        gap: 10px;
    }

    .container_for_product_accessory{
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .free_gift_progress_text_circle{
        width: 100%;
        max-width: 90px;
    }

    .cart-page-left-side .free_shipping_price_text{
        max-width: 90px;
        width: 100%;
    }

    .free_shipping_progress_text_circle .free_shipping_price_text .free_shipping_text{
        text-align: center;
    }

    .free_shipping_progress_text_circle.last_circle .free_shipping_price_text .free_shipping_text{
        text-align: right;
    }

    .free_shipping_price_text .free_shipping_text{
        font-size: 12px;
        width: auto!important;
    }

    .free_shipping_price_text .free_shipping_total_required{
        font-size: 16px;
    }
}

@media (max-width: 500px){
    .container_for_product_average_rating{
        flex-direction: column;
        gap: 4px;
        align-items: baseline;
    }
}