
/** TEXT **/
h1{
    font-weight: 600;
}
h1, h2, h3, p, span, a {
    font-family: barlow, sans-serif;

}

.d-none{
    display: none;
}
/*p, .page-content.page-cms ul {*/
/*    color: #7a7a7a!important;*/
/*}*/
a:hover{
    text-decoration: none;
    color:#DF8585;
}
h2.h2.products-section-title strong {
   font-weight: 500;
}

/** Global **/
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 133, 133, .25);
    outline: 0;
}
:focus-visible {
    outline: 2px solid #DF8585!important;
}
.gap-3{
    gap: 10px;
}

.custom-control-label em{
    color: #6c757d!important;
    font-size: 14px;
}

/** Slider **/
.homeslider.swiper.bg-light.js-slider-observed.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
    border-radius: 20px;
    width: 95%;
}
.swiper-button-next.swiper-button-custom.homeslider__arrow.homeslider__arrow--next.homeslider-desktop, .swiper-button-prev.swiper-button-custom.homeslider__arrow.homeslider__arrow--prev.homeslider-desktop{
    height: fit-content !important;
    position: absolute;
    color: #DF8585;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next.swiper-button-custom.homeslider__arrow.homeslider__arrow--next.homeslider-mobile, .swiper-button-prev.swiper-button-custom.homeslider__arrow.homeslider__arrow--prev.homeslider-mobile{
    display: none!important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #DF8585!important;
}

.swiper-button-custom{
    color: #DF8585;
}
.swiper-button-next{
    right: -3%;
}
.swiper-button-prev{
    left: -3%;
}
.swiper-slide.swiper-slide-active {
    text-align: center;
}
.js-product-images .product-main-images{
    text-align: center;
}

/** Buttons **/
button.btn.btn-primary.btn-block.add-to-cart{
    background-color: #DF8585;
    border-color: #DF8585;;
    font-family: 'Barlow', sans-serif;
}
button.btn.btn-primary.btn-block.add-to-cart:hover {
    background-color: #B31F24 !important;
    text-decoration: underline;
}

a.btn.btn-secondary{
    color: #df8585;
    background-color: transparent;
    border: 1px solid #df8585;
}
a.btn.btn-secondary:hover{
    color: white;
    background-color: #df8585;

}
.btn-secondary.add-to-cart-button{
    color: white;
    background-color:#df8585;
    border: 1px solid rgba(223, 133, 133, 0.5);
    padding: 5px 10px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-width: 110px;
    width: 180px;

}
.btn-secondary.add-to-cart-button:hover{
    color: white;
    background-color: #df8585;

}
.add-to-cart-icon{
    font-size: 16px!important;
}

.add-to-cart-button i {
    margin-right: 5px;
    margin-left: 10px;
}

@media only screen and (max-width: 1200px){
    .product-miniature__add-to-cart.add-to-cart-mp{
        justify-items: center;
        margin-top: 10px;
    }
    .btn-secondary.add-to-cart-button{
        color: white;
        background-color: #df8585;
        border: 1px solid #df8585;
        padding: 5px 10px;
        display: flex!important;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        min-width: 110px;
        width: 180px;

    }
    .btn-secondary.add-to-cart-button:hover{
        color: white;

        background-color: rgba(223, 133, 133, 0.8);

    }
    .glider-prev-pr{
        display: none;
    }
    .glider-next-pr{
        display: none;
    }
    .glider-prev-bs{
        display: none;
    }
    .glider-next-bs{
        display: none;
    }
    .glider-prev-mf{
        display: none;
    }
    .glider-next-mf{
        display: none;
    }

}


/** Flags **/

li.product-flags__flag.rounded.product-flags__flag--new{
    text-transform: uppercase;
    background-color: #E3A527 !important;
}
li.product-flags__flag.rounded.product-flags__flag--discount {
    background-color: #b21d27;
}

/** Miniature Products **/
span.material-icons.product-miniature__functional-btn-icon.d-block:hover{
    color:#DF8585;
}
.card{
    border: none!important;
}
a.text-reset {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #222;
}
span.price{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
span.price.price--regular.mr-1{
    color:#DF8585;
}
a.product-miniature__thumb-link img.img-fluid.rounded.lazyload.second-img {
    position: absolute !important;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out !important;
    left: 50% !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 0 !important;
    background-color: #fff;
}

a.product-miniature__thumb-link:hover img.img-fluid.rounded.lazyload.second-img {
    transform: translateX(-20%);
    z-index: 1;
    opacity: 1;

}
.product-miniature__title {
    height: 3rem!important;
}

.product-miniature__pricing {
    margin: 0 0 10px; !important;
}
.products-list__block.products-list__block--grid.glider-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}


@media only screen and (min-width: 1259px)
{
    .product-miniature__thumb {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        align-self: center;
    }

    .product-miniature__thumb img {
        transition: opacity 0.3s ease;
    }

    .product-miniature__thumb::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.3s ease;
        pointer-events: none;
        z-index: 1;
    }

    .product-miniature__thumb:hover::before {
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .product-miniature__add-to-cart {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s , transform 0.3s;
        z-index: 2;
    }

    .product-miniature__thumb:hover .product-miniature__add-to-cart {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    h3.h5.product-miniature__title.mb-2{
        max-width: 250px;
    }
    a.product-miniature__thumb-link img.img-fluid.rounded.lazyload.second-img {
        left: 30%!important;
    }
    a.product-miniature__thumb-link:hover img.img-fluid.rounded.lazyload.second-img {
        transform: translateX(-36%);
    }
}
.product-miniature__functional-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.product-miniature__functional-btn--top {
    top: 50px;
}

.product-miniature__functional-btn-icon {
    font-size: 24px;
    color: #ff0000;
}
/** Header **/

#header .logo {
    max-width: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}
button.search-form__btn.btn {
    background: #DF8585;
    border-radius: 0px 20px 20px 0px;
    color: white;
}
button.search-form__btn.btn:hover{
    background-color:#B31F24;
}
form.search-form.js-search-form {
    margin: 0px;
}

.col-md-4.header-icons {
    display: flex;
    justify-content: flex-end;
}

.header-icon-text {
    align-content: center;
    margin-left: 5px;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    transition: all .3s;

}
.header-top__icon-container{
    display: flex;
}
.header-top__badge{
    background-color:#DF8585;
    right: -0.4rem;
}

nav.header-nav.border-bottom.py-1.d-none.d-md-block{
    background-color:#DF8585;
}

.header-top-links{
    display: flex;
    justify-content: space-between;

}
.header-top-link-sp{
    color: white;
    font-weight: 600;
}
.header-top-link-sp:hover{
    color:#ddd;
    text-decoration: none;
}

.header-top-link{
    color: white;
}

.header-top-link:hover{
    color:#ddd;
    text-decoration: none;
}
nav.header-nav.border-bottom.py-1.d-none.d-md-block {
    height: 50px;
    align-content: center;
}
.row.align-items-center.topbar-link{
    justify-content: space-between;
}
.col-md-3.header-top-info {
    display: flex;
    justify-content: space-around;
}
._desktop_language_selector {
    margin-right: 15px;
}
.header-top-chose {
    display: flex;
}
.header-top.js-header-top.is-sticky{
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

}
.header-top__content.pt-md-3.pb-md-0.py-2 {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;

}
/*.header-top.js-header-top {*/
/*    padding: 10px;*/
/*}*/
.header-top__block.header-top__block--search.col-md-5 {
    padding-left: 4%;
}

@media only screen and (max-width: 1199px){
    .header-top-links {
        justify-content: center;
        gap: 1.5rem;
    }
    nav.header-nav.border-bottom.py-1.d-none.d-md-block{
        height: 60px;
    }
    .col-md-3.header-top-info {
        max-width: 100% ! Important;
        flex: auto;
        justify-content: center;
        gap: 2rem;
        margin-top: 3px;
    }

}
@media only screen and (min-width: 1200px) {
    .mobile-menu-display{
        display: none!important;
    }
    div#_desktop_search_from {
        width: 75%;
        float: right;
    }
}
@media only screen and (max-width: 1199px) {
    div#_desktop_top_menu{
        display: none!important;
    }
    .js-header-top-wrapper {
        display: none;
    }
    .header-top__block.header-top__block--search.col-md-5{
        max-width: 33%;
    }
    span.header-icon-text {
        display: none;
    }
    .col-md-4.header-icons{
        gap: 30px;
    }
    img.logo.img-fluid {
        width: 75%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .col-md-4.header-icons {
        gap: 10px;
        max-width: 25%;
    }
    .header-top__block.header-top__block--search.col-md-5{
        max-width: 43%;
        padding-left: 0%;
        margin-left: -13px;
    }
}

/****** Newsletter *****/

div#blockEmailSubscription_displayFooterBefore{
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}
.newsletter-row {
    justify-content: center;
    padding: 45px 20px 45px 20px;
}
.newsletter-inputs-container{
    align-self: center;
}
.newsletter-title-font{
    font-size: 40px !important;
    margin-bottom: 0 !important;
    font-weight: 600;
    text-transform: none;
    padding: 0;
}
.newsletter-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #ADADAD;
}

.newsletter-button-container{
    padding: 15px 20px;
    position: relative;
    color: #7a7a7a;
    background: #DF8585;
    border-radius: 12px;
    border: none;
    height: 50px;
    bottom: 0;
    right: 10px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 999;
}
.newsletter-button-container:hover .newsletter-btn{
    background-color: transparent;
    text-decoration: underline !important;
    color: #fff !important;
    transform:scale(0.9);

}
.newsletter-button-container:hover{
    background-color: #B31F24 !important;
}

.newsletter-btn
{
    position: relative;
    color: white;
    background: transparent;
    border-radius: 12px;
    border: none;
    bottom: 0;
    transition: 0.5s!important;
}
.newsletter-btn:hover{
    text-decoration: underline;


}
.newsletter-privacy-link{
    color: #222;
    text-decoration: underline;
}
.newsletter-privacy-link:hover{
    color: #222;
}

.newsletter-input{
    height: 50px;
    background-color: #FBFBFB;
}

.block_newsletter form input[type="email"] {
    padding: 16px 30px 16px 30px;
    outline: none;
}
label.custom-checkbox{
    margin-top: 5px;
}
.newsletter-input::placeholder {
    color: #E1E1E0;

}
.newsletter-input:active::placeholder {
    color: #E1E1E0;

}


/** Header Menu **/

ul#top-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

div#_desktop_top_menu {
    width: 100%;
    padding-top: 7px;
}
a.dropdown-item.dropdown-item-positioning {
    color: #222;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
a.dropdown-item.dropdown-item-positioning:hover{
    color: #DF8585;
    text-decoration: none;
}
@media only screen and (max-width: 1400px){
    a.dropdown-item.dropdown-item-positioning {
        font-size: 14px;
    }

}

img.menu-category-img {
    max-width: 2rem;
    max-height: 2rem;
}
.wishlist-header-icon {
    align-content: center;
    margin-left: 5px;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    transition: all .3s;
}
@media (min-width: 992px) {
    .container {
        width: 1360px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1199px){
    .wishlist-header-icon{
        display: none;
    }
}

/***** New Products ****/
.new-product-section{
    display: flex;
    flex-wrap: wrap;
}
.new-products-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.separator {
    flex-grow: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 35px;
}

/***** Bestseller *****/

h2 .products-section-title{
    text-align: start;
}
.bests-products-section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.glider-bs .glider-track {
    width: 100% !important;
    transform: none !important;
}
.glider-pr .glider-track {
    width: 100% !important;
    transform: none !important;
}
.glider-prev-bs, .glider-next-bs {
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67), color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-next-bs {
    right: -50px;
    left: auto;
    color: #DF8585;
}
.glider-prev-bs {
    left: -50px;
    color: #DF8585;
}
@media only screen and (max-width: 576px){
    .new-products-section-title h2.h2.products-section-title{
        text-align: start;
    }
    .bests-products-section-title h2.h2.products-section-title{
        text-align: start;
    }

}

/***** Featured Products *****/
.glider-prev-pr, .glider-next-pr {
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67), color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-next-pr {
    right: -50px;
    left: auto;
    color: #DF8585;
}
.glider-prev-pr {
    left: -50px;
    color: #DF8585;
}
/***** Cart ******/

.cart-summary-line span{
    color: #222;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
}
.cart-products__desc .price--sm{
    color: #DF8585;
}
.modal-footer a.btn.btn-primary.btn-block{
    border: 1px solid;
    color: #fff;
    background-color: #DF8585;
}
.modal-footer a.btn.btn-primary.btn-block:hover{
    text-decoration: underline;
    background-color: #B31F24!important;
}
.modal-footer button.btn.btn-text.btn-block{
    border: 1px solid;
}
.dropdown-menu.blockcart__dropdown.cart-dropdown{
    z-index: 1010;
    width: 350px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
a.btn.btn-sm.btn-primary.btn-block{
    padding: 18px;
    border: 1px solid;
    color: #fff;
    background-color: #DF8585;
    font-size: 16px;
}
a.btn.btn-sm.btn-primary.btn-block:hover{
    text-decoration: underline;
    background-color: #B31F24!important;
}
.cart-back-button{
    border: 1px solid #dee2e6;
    width: 30%;
    justify-self: center;
    display: flex;
    justify-content: center;
}
button.btn.btn-primary.btn-block.empty-cart{
    background-color: #DF8585;
    border-color: #DF8585;;
    font-family: 'Barlow', sans-serif;
}
.alert.alert-warning.cart-alert-warning{
    border-color: #DF8585;
    color: #DF8585;
    text-align: center;
    background: transparent!important;
}

#header .phone-number a{
    color: #232323;
    font-size: 20px;
}
#header .phone-number a:hover{
    color: #DF8585;
}
.card-header.card-header-title{
    background: transparent;
    border: none;
    text-align: center;
}
.card-free-shipping-info{
    border: 1px solid #E3A527;
    border-radius: 8px;
    padding: 15px 20px;
    color: #222;
    display: flex;
    margin-bottom: 20px;

}
.card-free-shipping-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.cart-overview.card-body.js-cart.position-relative {
    padding-top: 0px;
}

.cart-overview.card-body.js-cart.position-relative .cart-items{
    margin-bottom: 20px;
    /*border-radius: 12px;*/
    /*border: 1px solid #E1E1E0;*/
}
p.cart-title.h4{
    margin-bottom: 18px;
}
.cart-grid-right.col-12.col-lg-4{
    border-radius: 12px;
    border: 1px solid #E1E1E0;
    max-height: max-content;
}
.card-body+.card-body{
    border-top: none!important;
}

span.input-group-append.add-promo-btn{
    position: absolute;
    z-index: 100;

}
span.input-group-append.add-promo-btn button{
    color: white!important;
    background: #DF8585;
}
span.input-group-append.add-promo-btn button:hover{
    color: white!important;
    background: #B31F24;
}
.input-group.js-parent-focus.add-promo{
    justify-content: flex-end;
}
input.promo-input.form-control.js-child-focus{
    border-radius: .4rem!important;
}
.cart-summary-line{
    margin-bottom: 20px;
}
.cart-voucher.js-cart-voucher{
    margin-top: 60px;
}

.product-line-grid{
    padding: 1rem 2rem;
    min-height: 140px;
    align-content: center;
    border-radius: 12px;
    border: 1px solid #E1E1E0;
}
span.current-price-display.price ,.product-price .price{
    font-size: 20px;
}
.product-line-grid__title a.text-reset{
    font-size: 14px;
}
li.text-muted.small{
    font-size: 14px;
}
input.js-cart-line-product-quantity.input-touchspin.form-control {
    border: none;;
}
.cart-product-qty .input-group.bootstrap-touchspin.bootstrap-touchspin-injected{
    border: none;
    align-items: center;
    display: flex;
}
button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-up ,button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-down {
    width: 30px;
    height: 30px;
    border: 1px solid #E1E1E0;
    border-radius: 0px;
    font-size: 23px;
    display: flex;
    align-items: center;
    place-content: center;
    color: #A9A9A9;
    border-radius: 5px;
}
button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-down{
    width: 30px;
    height: 30px;
    border: 1px solid #E1E1E0;
    border-radius: 0px;
    font-size: 23px;
    display: flex;
    align-items: center;
    place-content: center;
    color: #A9A9A9;
    border-radius: 5px;
}
.promo-name.card-block .cart-summary-line {
    margin-top: 20px;
    margin-bottom:0px;
}
.promo-name.card-block .cart-summary-line .label{
    color:#DF8585;
}
.cart-summary-line span.label{
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 767px){
    .cart-back-button{
        width:50% !important;
    }
    img.logo.img-fluid {
        width: 80%;
    }
    .col-md-4.header-icons{
        max-width: 45%;
    }
    .header-top__block.header-top__block--search.col-md-5{
        width: 10%!important;
        float: right;
    }
    a.search-toggler.header-top__link.d-block.d-md-none{
        background: none;
    }
}
@media only screen and (max-width: 576px){
    .card-free-shipping-info{
        display: block!important;
    }
}
@media only screen and (max-width: 430px){
    .col-md-4.header-icons{
        max-width: 55%;
    }
    img.logo.img-fluid {
        width: 100%;
    }
}

/***** Breadcrumb *****/

.breadcrumb{
    background: transparent;
}
a.breadcrumb-link{
    color:#ADADAD;
    font-size: 14px;
}
a.breadcrumb-link:hover{
    color:#DF8585;
}
li.breadcrumb-item.active{
    color: #222;
    font-size: 14px;
    place-self: center;
}
/***** Products *****/
h1.product-page-title{
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    text-align: left;
    text-transform: unset !important;
    margin-bottom: 10px;
}
.rating-container {
    margin-bottom: 10px;
}

.rating {
    display: inline-block;
    width: 120px;
}

.star {
    display: inline-block;
    width: 20%;
    float: left;
}

.rating .star{
    display: flex;
}

.star-img {
    width: 100%;
    height: auto;
}
.rating-text{
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    line-height: 22px;
    color: #E3A527;
    margin-left: 10px;
}
.product-description.cms-content p{
    color: #222;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.rating-comment-text{
    color: #ADADAD;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    margin-left: 10px;
}
.product-information .product-index {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #E1E1E0;
}
.product-information .product-index span:first-child{
    color: #ADADAD;
    margin-right: 3px;

}
.product-information .product-index span:last-child {
    font-size: 16px;
    font-weight: 500;
}
.product-information .product-manufacturer {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #E1E1E0;
}
.product-information .product-manufacturer span:first-child{
    color: #ADADAD;
    margin-right: 3px;
}
.product-information .product-manufacturer a span{
    color: #222!important;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
}
.product-information .product-manufacturer a span:hover{
    color: #DF8585!important;
}
.product-description.cms-content strong{
    font-weight: 500;
    color: #222222;
}
.product-description.cms-content li strong{
    font-weight: 500;
    color: #222222;
}
.product-prices.js-product-prices{
    margin-top: 1.25rem;
}
span.price.price--lg{
    font-size: 36px;
    color: #222;
    font-weight: 600;
}

span.ml-2.price.price--regular{
    font-size: 18px;
    font-weight: 500;
    color: #DF8585;
}
.product-price-layout{
    display: flex;
    align-content: flex-start;
    align-items: center;
}
button.btn.btn-primary.add-to-cart.d-flex.justify-content-center.align-items-center{
    min-width: 323px;
    min-height: 60px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color: #fff;
    text-transform: unset;
    border-radius: 8px;
    background-color: #DF8585;
    border-color: rgba(0, 0, 0, 0);
    gap: 0.5rem !important;

}

.available-tile.available-tile-unavailable.gap-3{
    display: flex;
}

.product-tiles-container.d-flex.flex-wrap{
border-bottom: 1px solid #E1E1E0;
padding-bottom: 20px;
margin-bottom: 16px;
    gap: 20px;
}
.available-tile.available-tile-available.gap-3{
    display: flex;
}

.product-additional-info-strong{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #222;
    margin: 0;
}

.product-additional-info-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #ADADAD;
    margin: 0;
}
.product-add-to-cart.js-product-add-to-cart{
    flex-wrap: wrap;
    border-bottom: 1px solid #E1E1E0;
    padding-bottom: 20px;
    margin-bottom: 16px;
    gap: 16px;
}
.product-flags__flag.rounded.product-flags__flag--out_of_stock{
    background-color: #BBB !important;
}
.product-flags__flag {
    margin: 0;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
    background-color: #DF8585;
    font-size: 15px;
    font-weight: 500;
}
ul.product-flags.d-flex.flex-column.position-absolute.w-100.pe-none{
    gap: 10px;
}

.out-of-stock-img{
    opacity: 0.5;
    filter: grayscale(100%);
}

.products-card-header{
    place-items: center;
    background: transparent;
}
.products-card-header a.nav-link{
    color: #ADADAD!important;
}
.products-card-header a.nav-link.active{
    color: #222 !important;
    font-weight: 600;;
}
.available-tile.available-tile-last.gap-3{
    display: flex;
}

@media only screen and (max-width: 576px){
    .mobile-add-button{
        justify-items: center;
    }
    .input-group.bootstrap-touchspin.bootstrap-touchspin-injected{
        max-width: 210px;
    }
    button.btn.btn-touchspin.js-touchspin{
        width: 70px;
        height: 50px;
        font-size: 25px;
    }
    input#quantity_wanted{
        max-width: 70px;
        height: 50px;
        font-size: 18px;
    }
    .product-tiles-container.d-flex.flex-wrap{
        justify-content: center;
    }
}
@media only screen and (min-width: 577px) and (max-width: 991px){
    .qty.col-12.col-sm-auto.mx-auto.mt-2.px-1{
        margin-left: 0px!important;
    }
}

.display-toggle__link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.display-toggle__link.active{
    background: #DF8585!important;
}


/***** Email Alerts *****/
.product-notification{
    margin-top: 30px;
}
.custom-notification-btn{
    border: 1px solid #DF8585;
    color: #B31F24;
    border-radius: 8px;
    transition: 0.5s;
    padding: 15px;
    font-weight: 500;
}
.custom-notification-btn:hover{
    background-color: #B31F24;
    color: white;
}
@media only screen and (max-width: 991px){
    .product-notification{
        text-align: center;
    }
}

/***** Comment *****/
button.btn.btn-primary.js-post-product-comment{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color: #fff;
    text-transform: unset;
    border-radius: 8px;
    background-color: #DF8585;
    border-color: rgba(0, 0, 0, 0);
    gap: 0.5rem !important;
}
button.btn.btn-primary.js-post-product-comment:hover{
    text-decoration: underline;
    background: #B31F24!important;
}

.comment-modal-button{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #DF8585;
    text-transform: unset;
    border-radius: 8px;
    border: 1px solid #DF8585;
    text-align: center;
}
.comment-modal-button:hover {
    background-color: #DF8585;
    color: #fff;
}

div#product-comments-list-footer{
    justify-content: center;
}

/***** Checkout *****/
.card-header{
    background: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #DF8585;
    color: white;
}
.nav-pills a.nav-link{
    color:#DF8585;
}
.custom-control-input:checked~.custom-control-label:before {
    background-color: #DF8585;
    border-color: #DF8585;
    color: #fff;
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #F3B7B7;
    border-color: #F3B7B7;
    color: #fff;
}
.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem #F3B7B7;
}
button.continue.btn.btn-primary{
    border:1px solid #DF8585;
    color: #DF8585;
    transition: 0.5s;
    background: transparent!important;
}
button.continue.btn.btn-primary:hover{
    border:1px solid #DF8585;
    color: white;
    background: #DF8585 !important;
}

.checkout-radio span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #DF8585;
    border-radius: 25px;
    text-align: center;
    line-height: 1.5;
    padding: 10px 20px;
    color: #fff;
}
.checkout-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
input#paragon-radio:checked+span {
    color: #fff;
    background: #B31F24;
}

input#firma-radio:checked+span {
    color: #fff;
    background: #B31F24;
}

.checkout-radio {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.checkout-checkbox-layout {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.checkout-check-title {
    color: #DF8585;
    font-weight: 500;
    font-size: 20px;
}
.checkout-check-title-layout {
    text-align: center;
}

.address__header.card-header.h5{
    text-align: center;
    margin-top: 5px;
}
.checkout-option-block.address-selector-block{
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 20px;
    transition: 0.2s;
    max-width: 45%;
}
.checkout-option-block.address-selector-block.selected{
    border: 2px solid #DF8585 ;
}
@media only screen and (max-width: 576px){
    .checkout-option-block.address-selector-block{
        max-width: 100%;
    }
}

div#delivery-addresses {
    justify-content: space-around;
}
div#invoice-addresses {
    justify-content: space-around;
}
.address__footer.card-footer.small {
    background-color: transparent;
}
.address__footer a{
    transition: 0.2s;
}

.address__footer a:hover {
    color: #DF8585;
    text-decoration: none;
    background: transparent;
}

.add-address .btn.btn-outline-primary.btn-sm{
    border: 1px solid #DF8585;
    color: #DF8585;
    transition: 0.5s;
}
.add-address .btn.btn-outline-primary.btn-sm:hover{
    color: white;
    background: #DF8585;
}
a.adresses-different-custom{
    color: #b21d27;
    border-radius: .4rem;
    border: 1px solid #b21d27;
    padding: .25rem .5rem;
    font-size: 14px;
    transition: 0.5s;
    font-weight: 500;
    height: 31px;
    display: flex;
    width: max-content;

}

a.adresses-different-custom:hover{
    background: #b21d27;
    color: white;
}

a.js-cancel-address.cancel-address.btn.btn-link.mr-auto {
    color: black;
    border: 1px solid;
}
a.js-cancel-address.cancel-address.btn.btn-link.mr-auto:hover {
    text-decoration: none;
}
.js-delivery-option.selected {
    border: 2px solid #DF8585;
    border-radius: .4rem;
}
.checkout-option__price.price{
    color:#222222;
}
.checkout-option.selected .checkout-option__price {
    color: #DF8585;
}
.checkout-option.selected{
    border: 2px solid #DF8585;
    border-radius: .4rem;
}
.alert.alert-info{
    background: #FDE9E9;
    color: #222;
    border: 2px solid #FDE9E9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 .2rem #DF8585;
}
a#cta-terms-and-conditions-0{
    color: #222;
    text-decoration: underline;
    transition: 0.2s;
}
a#cta-terms-and-conditions-0:hover{
    color: #DF8585;
    text-decoration: none;
}
#Payment_methods .btn-primary.disabled, .btn-primary:disabled {
    background-color: #f2dadd;
    border-color: #f2dadd;
    color: white;
    cursor: not-allowed;
    opacity: 0.7;
}
button.btn.btn-primary.btn-lg.d-none.d-md-inline-block{
    color: white;
    background-color: #DF8585;
    border-color: #f2dadd;
}
button.btn.btn-primary.btn-lg.d-none.d-md-inline-block:hover{
    color: white;
    background-color: #b21d27;
    border-color: #f2dadd;
}
.product-line__cell--qty .price.product-line__price{
    color: #222222;
    font-size: 16px;
}
.price.product-line__price{
    color: #DF8585;
}
section#ps_cashondelivery-displayOrderConfirmation a{
    text-decoration: underline;
    color: #DF8585;
}
section#ps_cashondelivery-displayOrderConfirmation a:hover{
    text-decoration: underline;
    color: #DF8585;
}

/***** Login *****/
.user-form__content.card-body{
    padding: 2rem;
}
.card-body-login{
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}
.user-form{
    max-width: 1100px;
}
button#submit-login{
    padding: 10px;
    border: 1px solid;
    color: #fff;
    background-color: #DF8585;
    font-size: 16px;
    width: 40%;
}
button#submit-login:hover {
    background-color: #b21d27;
    text-decoration: underline;
}
.forgot-password a{
    color: #DF8585;
}
.forgot-password a:hover{
    color: #b21d27;
    text-decoration: underline;
}
.password-container {
    position: relative;
    width: 100%;
}

.password-container input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0.4rem!important;

}

.password-container .toggle-password {
    position: absolute;
    right: 1px;
    cursor: pointer;
    z-index: 10;
}

.register-text{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #8C8C8C;
}
.register-button {
    border: 1px solid #DF8585;
    border-radius: 0.4rem;
    transition: 0.3s;
    align-self: center;
    width: 40%;
}
.register-button a{
    color:#df8585;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
}
.register-button:hover {
    background: #DF8585;
}

.register-button:hover a {
    color: white;
}

.forgotten-password-btn{
    padding: 10px;
    color: #fff;
    background-color: #DF8585;
    font-size: 16px;
    width: 40%;
}
.forgotten-password-btn:hover{
    color: #fff;
    background-color: #b21d27;
    text-decoration: underline;
}
.back-to-login{
    width: 31%;
    background: transparent;
    padding: 10px;
    color: #df8585;
    font-size: 16px;
    border: 1px solid #df8585;
    transition: 0.3s;
    border-radius: 0.4rem!important;
    align-self: center;
    cursor:pointer;
    font-weight: 500;
}
.back-to-login a{
    color: #df8585;
}
.back-to-login:hover{
    background: #df8585;
    color: #fff;
}
.back-to-login:hover a{
    color: #fff;
}

.register-card{
    background: transparent;
    border: none!important;
    display: grid;
    align-self: center;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 1px 0px inset;
    justify-items: center;
}
.already-account-text{
    font-size: 26px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-top: 20px;
}

.card-register{
    width: 60%;
    align-self: center;
}
.card-forgot-password{
    width: 80%;
    align-self: center;
}
@media only screen and (max-width: 576px){
    .card-register{
        width: 100%!important;
    }

    footer.form-footer.text-center.mt-3 {
        justify-items: center;
    }
    .custom-control.custom-radio.custom-control-inline{
        margin-right: 40px;
    }
    .forgotten-password-btn{
        width: 100%;
    }
    .back-to-login{
        width: 90%;
    }
    footer.form-footer.text-center.clearfix{
        justify-items: center;
    }
    .card-forgot-password{
        width: 100%;
    }
    .register-button{
        width: 50%;
    }
}
/***** Customer panel *****/

.customer-links__list.js-customer-links {
    gap: 15px;
    display: grid;
}
.custom-customer-link{
    color: #222!important;
    background-color: transparent;
    border: 1px solid #df8585!important;
    padding: 16px 20px!important;
    transition: 0.3s;
}
.custom-customer-link.active{
    color: #fff!important;
    background: #b21d27!important;
    padding: 16px 20px;
}
.custom-customer-link.active i{
    color: #fff!important;
}
.custom-customer-link i{
    color: #df8585!important;
}
.custom-customer-link:hover{
    transform: scale(1.1);
}
.customer-links__footer{
    text-align: left!important;
}
.customer-block-address{
    border: 2px solid #DF8585;
    border-radius: 20px;
    transition: 0.2s;
    max-width: 45%;
}
.customer-address-block{
    justify-content: space-around;
}
.first-btn{
    padding: 18px;
    border: 1px solid;
    color: #fff;
    background-color: #DF8585;
    font-size: 16px;
}
.first-btn:hover {
    text-decoration: underline;
    background-color: #B31F24 !important;
    color: #fff;
}
.view-order-details-link:hover{
    color:#DF8585;
}
.customer-discount-price{
    color:#DF8585;
}
.custom-a-href{
    color: #DF8585;
}
.custom-a-href:hover{
    color: #B31F24;
}
.wishlist-custom-link{
    border: 1px solid #DF8585;
    padding: 10px;
    border-radius: 0.4rem;
    color:#DF8585;
    transition: 0.3s;
}
.wishlist-custom-link:hover{
    color: white;
    background:#DF8585;
}
.wishlist-list-item-default{
    border: none!important;
}

/***** CMS *****/
.cms-nav{
    gap: 20px;
    display: grid;
}

.nav-menu-link{
    border: 1px solid #DF8585;
    padding: 15px;
    border-radius: 0.4rem;
    color:#DF8585;
    transition: 0.3s;
    display: flex;
    width: 100%;
}
.nav-menu-link:hover{
    color: white;
    background:#DF8585;
}
.cms-nav-info{
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin: 0;
}
.cms-nav-links{
    display: grid;
    gap: 15px;
}
.sticky-column {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.nav-menu-link.cms-nav-active{
    border: 1px solid #B31F24!important;
    background:#B31F24;
    color:white!important;
}
.cms-page-title h3{
    font-size: 30px;
    font-weight: 600;
    color: #222;
}
p.cms-shipping-p{
    display: grid!important;
    justify-items: center;
}
.cms-shipping-text{
    text-align: center;
    color: inherit;
    line-height: 27px;
    font-size: 18px;
    font-weight: 600;
}
.d-flex.cms-custom-content{
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.cms-contact-container {
    display: flex;
}


/*.cms-contact-left-section,*/
/*.cms-contact-middle-section,*/
/*.cms-contact-right-section,*/
/*.cms-contact-bank-section {*/
/*    background-color: #fff;*/
/*    padding: 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
/*}*/
.cms-page-title{
    font-size: 30px;
    font-weight: 600;
    line-height: unset;
    text-align: left;
    color: #222;
    margin: 0;
}
.cms-contact-left-section {
    padding: 30px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    height: 100%;
}
.cms-contact-right-section {
    background-color: #b3b3b3;
    border-radius: 8px;
}

.cms-contact-middle-section {
    padding: 30px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}

.cms-contact-p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cms-contact-left-section h5,.cms-contact-middle-section h5{
    font-size: 18px;
    font-weight: 500;
    color: #DF8585;
}

.cms-contact-left-section p,.cms-contact-middle-section p {
    text-align: left;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
}
.cms-contact-bank-section{
    padding: 30px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}
.cms-contact-bank-section.mt-3 p {
    margin-bottom: 10px!important;
}
.cms-contact-right-text{
    padding:30px;
    padding-bottom: 10px;
    color: white;
    font-weight: 600;
}

.cms-contact-right-font{
    color: white!important;
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 1199px){
    .cms-contact-middle-section{
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1199px){
    .cms-contact-middle-section {
        height: 100%;
    }
}
@media only screen and (max-width: 1000px){
 .cms-contact-container{
     display: grid;
 }
    .cms-contact-right-section{
        display: flex;
        justify-content: space-evenly;
    }
    img.cms-contact-contact-image {
        width: 38%;
    }
}
@media only screen and (max-width: 475px){
    .cms-contact-right-section{
    display: grid;
    }
    img.cms-contact-contact-image {
        width: 100%;
    }
}

.cms-contact-contact-image {
    width: 100%;
    /*max-width: 200px;*/
    /*height: auto;*/
    /*border-radius: 50%;*/
    /*margin-top: 15px;*/
    /*display: block;*/
}

/*@media only screen and (max-width: 768px) {*/
/*    .cms-contact-container .row {*/
/*        flex-direction: column;*/
/*    }*/

/*    .cms-contact-left-section,*/
/*    .cms-contact-middle-section,*/
/*    .cms-contact-right-section,*/
/*    .cms-contact-bank-section {*/
/*        margin-bottom: 20px;*/
/*    }*/
/*}*/

/***** Search *****/
.search-result__not-result {
    padding-top: 20px;
}

.search-product-name{
    font-weight: 500;
    font-size: 16px;
}
.search-product-price{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.search-product-price-discount{
    text-decoration: line-through;
    color: #DF8585!important;
}

/***** Footer *****/

.first-section-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}


.footer__logo .logo.img-fluid{
    max-width: 250px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer-icon{
    width: 50%;
}
.footer-icons{
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #F7EDED;
    border-radius: 50%;
    margin-left: 20px;

}
.block-social{
    justify-items: right;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: none;
}
#footer .partners-container, .payments-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#footer .row.align-items-center.justify-content-between.pl-0{
    background-color: #fff;
    padding: 1rem 10px 1rem 10px;
    margin: 0;
}
#footer .copyright {
    background-color: #B31F24;
    padding: 1.5rem 0;
}
.footer-container{
    background: transparent;
    padding-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.footer-container a{
    font-size: .875rem;
    color: #7a7a7a;
    cursor: pointer;
}
.footer-container a:hover{
    color: #DF8585;
    text-decoration: none;
}
#footer .copyright a {
    color: rgba(255, 255, 255, .75);
    font-size: .875em;
}
#footer h3, #footer .h3 {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 1.75rem;
}
.block-contact h4 {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.125rem;
    color: #DF8585;
}

.block-contact p{
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 1rem;
    color: #7a7a7a;
}
.block-contact>div {
    padding-bottom: 1rem;
}
.block-contact .contact-icon a{
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 600;
    font-size: 1rem;
}
.title .material-icons.remove {
    display: none;
}
.title.collapsed .material-icons.add {
    display: inline-block;
}

.title:not(.collapsed) .material-icons.add {
    display: none;
}
.title:not(.collapsed) .material-icons.remove {
    display: inline-block;
}
.material-icons.add:before {
    display: none;
}
.material-icons.remove:before{
    display: none;
}
.mb-footer-border {
    border-bottom: 1px solid #f3f3f3;
    margin: 10px auto 10px;
    display: flex;
}

.mb-footer-contact a {
    color: #222222;
    font-size: 1rem;
    font-weight: 600;
}
.footer-partners .partners-flex{
    display: flex;
}
@media only screen and (max-width: 767px){
    .first-section-footer{
        display: grid;
    }
    .footer_logo{
        margin-bottom: 20px;
    }
    .footer-icons{
        margin-left: 30px!important;
    }
    .footer-partners .partners-flex{
        display: grid;
    }
    .partners-container img{
        width: 70%;
    }
    .payments-container img{
        width: 15%;
    }
    .partners-flex{
        margin-top: 20px;
        padding-left: 0px;
    }
}

.page-restricted {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 3rem 1rem;
}

.error-403-wrapper {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.error-403-code {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    color: #e0e0e0;
    letter-spacing: -4px;
    margin-bottom: 0.5rem;
}

.error-403-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: #333;
}

.error-403-message {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem;
    line-height: 1.6;
}

.error-403-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: 2px solid #333;
    color: #333;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.error-403-btn:hover {
    background: #333;
    color: #fff;
}
