

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('/themes/ThemeVillaro/assets/font/RethinkSans/RethinkSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}


html, body {
    font-family: 'Rethink Sans', sans-serif;
}

#header{
    overflow:hidden;
}

p{
    font-size: 16px;
}
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1260px;
        max-width: 100%;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1360px;
        max-width: 100%;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1460px;
        max-width: 100%;
    }
}
@media (min-width: 1680px) {
    .container {
        width: 1700px;
        max-width: 100%;
    }
}


:root {
    --mainColor: #EFE1D7;
    --textColor: #222225;
    --whiteColor: white;
    --borderColor: #000000;
    --secondaryColor: #F3F3F3;
    --disabledColor: #969696;
    --villaro-bg:   #EFE1D7;
    --villaro-line: #222225;
    --villaro-dark: #222225;
}
body p, body div, body span, body a, #header a{
    color: var(--textColor);
}

#wrapper {
    padding-top: 1rem;
    background: white;
}




.btn-secondary{
    border: 1px solid #F3F3F3;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s;
    background: #F3F3F3;
    color: #0A0A0B;
}
.btn-secondary:hover{
    border: 1px solid #F3F3F3;
    background: #F3F3F3;
    color: #0A0A0B;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-tertiary:focus, .focus.btn-tertiary,  .btn-secondary:active:focus, .btn-secondary:active:hover {
    border: 1px solid #F3F3F3;
    background: #F3F3F3;
    color: #0A0A0B;
}

#index .btn-secondary{
    border: 1px solid white;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s;
    background: transparent;
    color: white;
}
#index .btn-secondary:hover{
    border: 1px solid #3B3B3F;
    background: transparent;
    color: white;
}
#index .btn-secondary.focus, #index .btn-secondary:focus, .btn-tertiary:focus, .focus.btn-tertiary, #index .btn-secondary:active:focus, #index .btn-secondary:active:hover {
    color: white;
    background-color: transparent;
    border: 1px solid #3B3B3F;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none !important;
}

#header .header-nav {
    max-height: 50px;
    border-bottom: none;
}

#header {
    position: relative;
    z-index: 999;
    color: var(--textColor);
    background: #fff;
    box-shadow: none;
}

#index #wrapper {
    padding-top:0;
    overflow: hidden;
}
#header .header-top {
    padding: 0;
}

.full-menu-cont{
    width: 100vw !important;
    position: relative !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

.full-menu-cont > .container > #_desktop_top_menu > .top-menu{
    text-align: center;
    position: relative;
}

.homepage_products_container_1 > .products{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.product-miniature .product-description{
    padding: 0 50px 0 15px;
}
.homepage_products_container_1 > .products > div{
    width: calc(33.333333% - 3px);
}

.category_miniature_img_box > img{
    width: 100%;
    transition: filter 0.5s linear;
}

.category_miniature_img_box{
    position: relative;
}

.category_miniature_img_box p{
    font-size: 40px;
    line-height: 38px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s;
}

.category_miniature_img_box > img{
filter: brightness(85%);
}

.category_miniature_img_box:hover p{
    transform: translate(0, -25px);
}

.category_miniature_img_box .absolute-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 48px;
    text-align: center;
}

.category_miniature_img_box .absolute-box .btn{
    border: 1px solid white !important;
    opacity: 0;
    transition: all 0.5s;
    transform: translate(0, 30px);
    width: 180px;
}
.category_miniature_img_box .absolute-box .btn span{
    color: white !important;
    margin-right: 5px;
    font-weight: 600;
}
@media(min-width: 767px) {
    .category_miniature_img_box:hover .absolute-box .btn {
        opacity: 1;
        transition: all 0.5s;
        transform: translate(0, -15px);
        width: 206px;
    }
}
.pp-products-homepage-promo-counter-box{
    width: 50%;
    float: left;
    background-size: cover;
    margin-left: -6.5vw;
    margin-right: 6.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-accessories{
    width: 50%;
    float: left;
    padding: 50px 0;
}

.promo-accessories .products{
    justify-content: space-between;
    flex-wrap: nowrap;
}
.promo-accessories .products > div{
    width: calc(50% - 3px);
}

.section-box{
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
    margin-bottom: 15px;
}

.promo-box{
    display: flex;
}

.homepage_products_container_1{
    margin-bottom: 5px;
}

.pp-products-homepage-promo-counter-box .product-miniature .thumbnail-container{
    margin-bottom: 0;
    padding: 12px;
}

.pp-products-homepage-promo-counter-box .product-description{
    padding: 0;
}

#pp-homepage-products-promo-time{
    display: flex;
    gap: 5px;
}

#pp-homepage-products-promo-time .time-box{
    display: flex;
    flex-direction: column;
    width: 48px;
    height: 48px;
    background-color: #F3F3F3;
    justify-content: center;
    align-items: center;
}

#pp-homepage-products-promo-time .time-box > span:first-child{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
#pp-homepage-products-promo-time .time-box > span:last-child{
    font-size: 14px;
    line-height: 1;
}

.product-miniature .thumbnail-container{
    max-width: unset;
    width: 100%;
}

.section-box a:after {
    content: '';
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 0;
    color: #222225;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
    rotate: -90deg;
    position: relative;
    left: 7px;
}

.section-box a{
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.section-box .title{
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color:#000000;
}

.section-box a:before{
    content: '';
    position: absolute;
    bottom: -5px;
    border-bottom: 1px solid #000000;
    width: 0;
    transition: all 0.5s;
    opacity: 0;
}
.section-box a:hover:before{
    width: 100%;
    opacity: 1;
}

#_desktop_logo{
    text-align: center;
}

.header-top > .container > .row{
    height: 84px;
}

.header-icons{
    display: flex;
    align-items: center;
    gap:6%
}

.cart-grid-on-click {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--backgroundColor);
    z-index: 1001;
    width: 520px;
    height: 100vh;
    transform: translate(100%, 0);
    transition: 0.4s ease-in-out;
    padding: 20px 20px;
    background: white;
    border-bottom: 1px solid var(--borderColor);
    border-left: 1px solid var(--borderColor);
}
.cart-grid-on-click-active {
    transform: translate(0%, 0);
}
.cart-grid-on-click .card-block::after {
    display: none;
}
.cart-grid-on-click .card-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
}
.close-shopping-cart {
    cursor: pointer;
}
.cart-grid-on-click .delivery_counter_container {
    font-size: 12px;
}
.cart-grid-on-click .cart-detailed-actions a {
    color: white !important;
    font-size: 14px;
}
.cart-product-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cart-product-list .js-product.product {
    flex-basis: 24%;
}
.cart-product-list .products {
    justify-content: center;
}
.cart-product-list .products-section-title {
    margin: 15px 0;
    text-align: left;
    color: var(--textColor);
    font-size: 32px;
    text-transform: initial !important;

}


@media(max-width: 1400px) {
    .cart-grid-on-click {
        width: 80%;
    }
}
.shopping-cart-link {
    display: none;
}
@media(max-width: 1200px) {
    .cart-grid-on-click {
        display: none;
    }
    .shopping-cart-link {
        display: inline-block;
    }

    .shopping-cart-button {
        display: none;
    }
}
.shopping-cart-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.cart-grid-on-click {
    display: flex;
    flex-direction: column;
}
.cart-grid-on-click .cart-grid-body {
    width: 100%;
}
.cart-grid-on-click .cart-grid-right {
    width: 100%;
    margin-top: auto;
    margin-bottom: 30px;
    padding: 0;
    height: 300px;
}
.cart-grid-on-click .product-line-grid {
    display: flex;
}
.cart-grid-on-click .regular-price {
    margin: 0;
}
.cart-grid-on-click .has-discount .discount {
    display: none;
}
.cart-grid-on-click .product-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.cart-grid-on-click .current-price .price {
    color: var(--secondaryColor)
}
.cart-grid-on-click .js-cart-line-product-quantity {
    text-align: center;
}
.cart-grid-on-click .bootstrap-touchspin .btn-touchspin {
    border: none;
    background: transparent !important;
}
.cart-grid-on-click .bootstrap-touchspin input.form-control {
    width: 4rem !important;
}

.product-miniature .thumbnail-container:hover .product-description::after{
    display: none;
}

.product-description .first-row{
    display: flex;
    justify-content: space-between;
}

.product-miniature .product-title, .product-miniature .product-price-and-shipping  {
    text-align: left;
}

.product-description .first-row .variant-links{
    top: 15px;
}

.product-miniature .variant-links {
    top: unset;
    width: fit-content;
    min-height: unset;
    margin-top: 2px;
    padding-top: 0;
}
.variant-links .color{
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    border: 2px solid #fff;

}

.variant-links .color:hover, .variant-links .selected-variant{
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #222225;
}

.product-miniature .product-title a{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #222225;
}

.product-miniature .product-title{
    margin: 15px 0 10px 0;
}

.product-miniature .product-price-and-shipping{
    margin-bottom: 15px;
}

.product-price-and-shipping .price{
    color: #222225;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
 .product-price-and-shipping{
    display: flex;
    align-items: baseline;
    gap: 10px;
     flex-wrap: wrap;
}

.product-miniature .red-price{
    color: #AF1719;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.pp-products-homepage-promo-counter-box .product-price-and-shipping{
    display: flex;
    align-items: center;
    gap: 10px;
}
.pp-products-homepage-promo-counter-box .product-miniature .product-title{
    margin: 15px 0;
}

.product-miniature .regular-price{
    color: #3B3B3F;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

#header .cart-products-count, .whishlist-count{
    width: 16px;
    background-color: #AF1719;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border-radius: 100%;
    position: absolute;
    top: -7px;
    right: -7px;
}

#_desktop_cart{
    position: relative;
    cursor: pointer;
}

.prestaproswishlist-btn-display{
    position: relative;
}

.search-button-icon{
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.search-button-icon:hover{
    opacity: 0.5;
}

.header-top .search-widgets {
    max-width: unset !important;
    width: 70%;
}

#_desktop_user_info:hover img, .prestaproswishlist-btn-display:hover img, #_desktop_cart:hover img{
    opacity: 0.5;
}

#search_widget form input {
    width: 100%;
    padding: 10px 20px 10px 0;
    outline: none;
    background-color: white;
    border: none;
    border-radius: 0;
    padding-right: 40px !important;
    border-bottom: 1px solid #222225;
    color: var(--textColor);
    font-size: 14px;
}

#search_widget form input::placeholder{
    opacity: 1!important;
    color: var(--textColor);
}

#contact-info-box, .header-icons{
    padding-left: 0;
    padding-right: 0;
}

.product-miniature .add-wishlist:not(.add-wishlist.remove):hover img{
    opacity: 0.5;
}

.pp-advantages-description strong{
    font-weight: 700;
}

.gradient-overlay {
    position: absolute;
    transition: transform 0.3s ease, filter 0.3s ease;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    opacity: .7;
    background: linear-gradient(to bottom, rgba(34, 34, 37, 0) 0%, rgba(34, 34, 37, 1) 100%);

}

.product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
    top: calc(100% - 40px);
}
.product-miniature .highlighted-informations {
   padding-left:10px;
    padding-top: 8px;
    padding-bottom: 4px;
}

#contact-info-box{
    display: flex;
}
#contact-info-box a, #contact-info-box span{
    font-size: 14px;
}

.contact-block-h{
    position: relative;
    display: flex;
    align-items: center;
}
#contact-info-box .contact-block-h:after {
    background: #000000;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 1px;
}

#contact-info-box .contact-block-h:last-child:after{
    display: none;
}

#contact-info-box .contact-block-h:nth-child(2) a{
    display: flex;
    align-items: center;
    gap: 5px;
}

#contact-info-box .contact-block-h:nth-child(1) > a:first-child{
    margin-right: 5px;
}

.banners-1, .banners-3{
    /*width: 125%;*/
    margin-right: -6.5vw;
}
.banners-2{
    /*width: 125%;*/
    margin-left: -6.5vw;
}

.banners-1, .banners-2{
    margin-top: 10px;
    margin-bottom: 50px;
}

.banners-3{
    margin-bottom: 50px;
}

.bx-wrapper .bx-controls-direction a{
    width: 40px;
    height: 40px;
    z-index: 5;
}

.bx-prev {
    left: -20px;
}
.bx-next {
    right: -20px;
}

.btn-secondary-light{
    border: 1px solid var(--textColor);
    padding: 10px 18px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s;
    background: transparent;
    color: var(--textColor);
    font-weight: 600;
}
.btn-secondary-light:hover{
    border: 1px solid var(--textColor);
    background: #F3F3F3;
    color: var(--textColor);
}
.btn-secondary-light.focus, .btn-secondary-light:focus, .btn-tertiary:focus, .focus.btn-tertiary, .btn-secondary-light:active:focus, .btn-secondary-light:active:hover {
    border: 1px solid var(--textColor);
    background: #F3F3F3;
    color: var(--textColor);
}


.btn-primary{
    border: 1px solid var(--textColor);
    padding: 10px 18px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s;
    background: var(--textColor);
    color: white;
    font-weight: 600;
}
.btn-primary:hover{
    border: 1px solid #0A0A0B;
    background: #0A0A0B;
    color: white;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
    border: 1px solid #0A0A0B;
    background: #0A0A0B;
    color: white;
}

.pp_additional_html{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #3B3B3F;
}
.pp_additional_html .block{
   width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.pp_additional_html .block:nth-child(2){
    border-bottom: 1px solid #3B3B3F;
    border-left: 1px solid #3B3B3F;
}

.pp_additional_html .block:nth-child(3){
    border-top: 1px solid #3B3B3F;
    border-right: 1px solid #3B3B3F;
}

.pp_additional_html .block:nth-child(1){
    padding: 0 4%;
}

.pp_additional_html a{
    width: fit-content;
}

.pp_additional_html .block:nth-child(4) a{
    width: 100%;
}

.pp_additional_html .block:nth-child(4){
    padding: 0 12%;
}

.pp_additional_html h5{
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
}
.pp_additional_html h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
}

.pp_additional_html p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.pp_additional_html .flex-block{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}


.full-add-info{
    margin-bottom: 50px;
}

.pp-homepage-text h4{
font-weight: 700;
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 15px;
}
.pp-homepage-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.custom-flags{
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 30px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-end;*/
}


.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 8px;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    background: var(--textColor);
    margin-bottom: 0;
}

.product-flags > div > span{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 8px;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    margin-bottom: 0;
    display: block;
}

.product-flags {
    position: absolute;
    top: unset;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    pointer-events: none;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 0;
    width: calc(100% - 30px);
}

.product-flags li.product-flag.on-sale{
    text-align: left;
    width: fit-content;
    background-color: #AF1719;
}


.new-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 8px;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    background: var(--textColor);
    margin-bottom: 0;
}

.new-flags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    pointer-events: none;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 0;
    width: calc(100% - 30px);
}

.new-flags li.product-flag.new{
    text-align: left;
    width: max-content;
    background-color: #222225;
}

.pp-products-homepage-promo-counter-box .new-flags{
    top: 65px;
    left: 25px;
    bottom: unset;
    width: calc(100% - 50px);
}

.pp-products-homepage-promo-counter-box .product-flags {
    top: 25px;
    left: 25px;
    bottom: unset;
    width: calc(100% - 50px);
}


@media(max-width: 767px){

}
.pp-products-homepage-promo-counter-box .custom-flags{
    right: 50px;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #AF1719;
}

.product-price-and-shipping .price.new-price{
color: #AF1719;
}

#footer {
    margin-top: 2rem;
    padding-top: 2rem;
    background-color: #EFE1D7;
    border-top: 1px solid #3B3B3F;
}

.footer-container > .container > .row:first-child{
    display: flex;
    flex-wrap: wrap;
}

.block_newsletter{
    margin: 0;
    background: transparent;
}

.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.block_newsletter form input{
    height: fit-content;
}

.block_newsletter form input[type=email] {
    width: 100%;
    padding: 11px 16px;
    color: var(--textColor);
    border: 1px solid var(--textColor);
    font-size: 14px;
    line-height: 20px;
}

.block_newsletter form input[type=email]:focus {
    width: 100%;
    padding: 11px 16px;
    color: var(--textColor);
    border: 1px solid var(--textColor);
    font-size: 14px;
    line-height: 20px;
}

 input::placeholder{
    color: var(--textColor) !important;
    opacity: 1 !important;
}

#footer .block_newsletter p:not(#footer .block_newsletter p.alert){
    padding-top: 0;
}

.footer-container .h3, .footer-container .h3 > a{
    text-transform: none;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
}

#footer .contact-block-h {
    gap: 10px;
}

.footer-container li a , .block_newsletter #block-newsletter-label{
    font-size: 16px;
    line-height: 24px;
    color: var(--textColor);
}


.copyright-row .circle{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--textColor);
}

.copyright-row p{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.copyright-row{
    width: 100vw !important;
    position: relative !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 1px solid #3B3B3F;
    border-bottom: 1px solid #3B3B3F;
    margin-top: 60px;
}
.custom-checkbox input[type=checkbox]+span {
    border: 1px #222225 solid;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: 0.1rem;
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
}

.custom-checkbox input[type=checkbox]:checked+span{
    background-color: var(--textColor);
}

.custom-checkbox label > span:last-child{
    font-size: 13px;
}

#product #content {
    max-width: unset;
    width: 100%;
}

#product #content .product-images{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#product #content .product-images > li.thumb-container{
    width: calc(50% - 3px);
}

#product #content .product-images .thumb-video {
    width: 100%;
    height: 100%;
}

.product-images>li.thumb-container .thumb{
    margin: 0;
    cursor: default;
}

#product .product-container .product-flags, #product .product-container .new-flags{
    position: relative;
    top: 0;
    left: 0;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 5px;
}

#product .product-container .custom-flags{
    position: relative;
    right: unset;
    top: 0;
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;

}

#wrapper .breadcrumb li a, #wrapper .breadcrumb li::after, #wrapper .breadcrumb li:last-child, #wrapper .breadcrumb span  {
    font-size: 12px;
    color: #6F6F78 !important;
}

#product .product-container> .col-md-5 > h1{
    text-transform: none;
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
}

#product .product-index{
    line-height: 24px;
    font-size: 16px;
}

.bx-wrapper .bx-controls-direction a:before {
   display: none;
}


.prestaprosproductasattributes_container .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    top: 45%;
}



.bootstrap-touchspin {
    position: relative;
}
.product-quantity #quantity_wanted, .js-cart-line-product-quantity {
    width: 83px !important;
    height: 48px !important;
    text-align: center;
    color: var(--textColor);
    border: 1px solid var(--textColor) !important;
    font-size: 16px;
}
.input-group-btn-vertical {
    display: flex !important;
    flex-direction: row-reverse;
    position: absolute !important;
    z-index: 5;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 30px;
    margin-top: 1px;
}
.product-quantity .input-group-btn-vertical .btn {
    margin: 0;
    border: none;
}

.bootstrap-touchspin .btn-touchspin{
    border: none;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background: white ;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\e145";
    font-size: 16px;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\e15b";
    font-size: 16px;
}

#product .product-container .current-price{
    display: flex;
    align-items: baseline;
    gap: 15px;
}

#product .product-container .current-price-value{
    color: var(--textColor);
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

#product .product-container  .has-discount .current-price-value{
    color: #AF1719;
}

#product .product-container .product-discount .regular-price{
    font-weight: 400;
    color: #3B3B3F;
    font-size: 16px;
    line-height: 24px;
}

#product .product-prices {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

#product .index-product{
    margin-bottom: 12px;
}

#product .product-container .prestaproswishlist-add{
position: relative;
    top: unset;
    right: unset;
    border: 1px solid var(--textColor);
    width: 47px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-actions .add-to-cart{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.product-actions .product-quantity > div.add{
    width: calc(100% - 150px);
    margin-right: 10px;
}
.product-quantity .qty {
    margin-right: 10px;
}

/*.product-container > .col-md-7{*/
/*    padding-left: 0;*/
/*}*/

.product-container > .col-md-5{
    padding-left: 45px;
    /*padding-right: 0;*/
}

#header .header-top>.container>.row:first-of-type{
    margin-left: 0;
    margin-right: 0;
}

#product .product-accessories .h5{
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

#product .product-tabs span.h3{
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
}
#product .product-tabs{
    margin-top: 35px;
}
#product .product-tabs > .title{
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: border-bottom 1s linear ;

}

#product .product-tabs > .title.collapsed{
    border-bottom: 1px solid var(--textColor);
}

#product .product-tabs > ul{
    border-bottom: 1px solid var(--textColor);
    margin-bottom: 0;
    padding: 12px 0;
}

#product .product-tabs .title.collapsed .remove{
    display: none;
}

#product .product-tabs .title:not(.title.collapsed) .add{
    display: none;
}
#product .product-tabs .navbar-toggler{
    padding: 0;
}


.delivery_info_time_text {
    margin: 6px 0;
    color: var(--textColor);
    background-color: #F3F3F3;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.delivery_info_time_text > img{
    margin-right: 12px;
}

#product .log-comment > a{
    text-decoration: underline;
}
#product .log-comment{
    font-size: 16px;
    line-height: 24px;
}

.add-comment-block{
    width: 100%;
    text-align: right;
}

.product-accessories .product{
    padding: 0;
}

.product-accessories:not(.accesories-slider) .products{
    gap: 6px;
    flex-wrap: nowrap;
}
.pp_additional_html .block:nth-child(5){
    display: none;
}
.product-miniature .thumbnail-container .product-thumbnail{
    height: auto;
}
@media(max-width: 767px) {
    #header .text-sm-center.mobile {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #0A0A0B;
        border-top: 1px solid #0A0A0B;
        padding: 0 15px;
        align-items: center;
        height: 48px;
    }

    #header .header-nav {
        max-height: unset;
        min-height: 98px;
    }

    #_mobile_logo {
        justify-content: center;
    }

    .mobile-logo {

    }

    #header .header-nav #menu-icon, #header .header-nav .user-info, #header .header-nav .blockcart .header, #header .header-nav .user-info .account {
        margin: 0;
    }

    .blockcart {
        position: relative;
    }

    #header .header-top > .container > .row:first-of-type {
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        width: 100%;
    }

    .full-menu-cont {
        display: none;
    }


    .btn-secondary {
        padding: 8px 14px;
        font-size: 14px;
        line-height: 20px;
    }

    .header-top.open-search > .container > .row:first-of-type {
        height: 60px !important;
    }

    .search-button-icon-click.hover {
        opacity: 0.5;
    }

    .header-top .search-widgets, .header-icons {
        width: 100%;
        gap: unset;
        display: flex;
    }

    .search-close {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #222225;
        height: 20px;
        margin-top: 19px;
    }

    .search-close img {
        padding-left: 10px;

    }

    #search_widget form {
        width: 100%;
        margin-top: 10px;
    }

    #search_widget form input {
        width: calc(100% - 10px);
        margin-right: 10px;
    }

    .homepage_products_container_1 > .products > div {
        width: calc(50% - 3px);
    }

    .homepage_products_container_1 > .products > div:first-child {
        width: 100%;
        margin-bottom: 6px;
    }

    .homepage_products_container_1 > .products {
        flex-wrap: wrap;
    }

    .homepage_products_container_1 > .products > div:first-child .absolute-box .btn {
        opacity: 1;
        transition: all 0.5s;
        transform: translate(0, -15px);
        width: 206px;
    }

    .homepage_products_container_1 > .products > div:first-child p {
        transform: translate(0, -25px);
    }

    .category_miniature_img_box p {
        font-size: 26px;
        line-height: 23px;
    }

    .promo-box {
        flex-direction: column-reverse;
        margin-top: 35px;
    }

    .pp-products-homepage-promo-counter-box {
        width: 100vw !important;
        position: relative !important;
        left: 50%;
        right: 50%;
        float: unset;
        margin-left: -50vw;
        margin-right: -50vw;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 15px 50px 15px;
    }

    .promo-accessories {
        width: 100%;
        float: unset;
        padding: 0;
    }

    .product-flags li.product-flag, .new-flags li.product-flag {
        width: fit-content;
        padding: 4px 6px;
        margin-top: 0;
        font-size: 10px;
        line-height: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        word-break: break-word;
        pointer-events: auto;
        background: var(--textColor);
        min-width: unset !important;
        min-height: unset !important;
        margin-bottom: 0;
    }

    .product-flags > div > span{
        width: fit-content;
        padding: 4px 6px;
        margin-top: 0;
        font-size: 10px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        word-break: break-word;
        pointer-events: auto;
        background: var(--textColor);
        min-width: unset !important;
        min-height: unset !important;
        margin-bottom: 0;
    }

   .new-flags {
        top: 8px;
        left: 8px;
    }
    .product-flags{
        left:8px;
        bottom: 8px;
    }

    .pp-products-homepage-promo-counter-box .new-flags {
        top: 53px;
        left: 25px;
        bottom: unset;
        width: calc(100% - 50px);
    }

    .product-miniature .product-description {
        padding: 0 32px 0 5px;
    }

    .prestaproswishlist-add {
        right: 5px;
    }

    .pp_advantages_icons-item:nth-child(2) {
        border: none;
        border-bottom: 1px solid #222225;
        border-top: 1px solid #222225;
    }

    .pp_advantages_icons-item {
        padding: 10px 20px;
    }

    .pp_advantages_icons-item img {
        max-width: 50px;
    }

    .pp_advantages_icons-item a {
        justify-content: flex-start;
    }

    .pp_advantages_icons-item p {
        font-size: 15px;
        line-height: 23px;
    }

    .pp_advantages_icons-item p:first-child {
        font-size: 18px;
    }

    .section-box .title {
        font-size: 27px;
        line-height: 32px;
    }

    .section-box a {
        font-size: 14px;
        line-height: 20px;
    }

    .section-box a:after {
        font-size: 23px;
    }

    #pp-products-homepage-slider-container-2 .bx-controls-direction, #pp-products-homepage-slider-container-3 .bx-controls-direction, .accesories-slider .bx-controls-direction, .prestaprosproductasattributes_container .bx-controls-direction {
        display: none;
    }

    .pp_additional_html {
        flex-direction: column;
    }

    .pp_additional_html .block {
        width: 100%;
        gap: 20px;

    }

    .pp_additional_html .block:nth-child(3) {
        order: 4;
        border-right: none;
    }

    .pp_additional_html .block:nth-child(5) {
        display: block;
        border-top: 1px solid #3B3B3F;
    }

    .pp_additional_html .block:nth-child(5) img {
        width: 100%;
    }

    .pp_additional_html h3 {
        line-height: normal;
        font-size: 27px;
    }

    .pp_additional_html p {
        font-size: 15px;
        line-height: 22px;
    }

    .full-add-info {
        margin-bottom: 30px;
    }

    .pp_additional_html .flex-block > img {
        max-width: 45px;
    }

    .pp_additional_html .block:nth-child(1) {
        padding: 30px 15px;
    }

    .pp_additional_html .block:nth-child(4) {
        padding: 40px 15px;
    }

    .pp_additional_html .block:nth-child(2) {
        border-left: none;
        border-top: 1px solid #3B3B3F;
    }

    .text-hidden {
        max-height: 330px;
        overflow: hidden;
    }

    .text-hidden:after {
        content: "";
        background: #fff;
        box-shadow: 0 0 50px 50px #fff;
        opacity: 1;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .pp-homepage-read-more {
        font-size: 15px;
    }

    .pp-homepage-read-more:after {
        content: '';
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        vertical-align: text-bottom;
        display: inline-block;
        margin-left: 0;
        color: #222225;
        position: relative;

    }

    .footer-container > .container > .row:first-child {
        flex-direction: column-reverse;
    }

    .footer-container {
        padding-top: 0;
    }
    #footer {
        margin-top: 2rem;
        padding-top: 0.5rem;
        background-color: #EFE1D7;
        border-top: 1px solid #3B3B3F;
    }

    #footer .links{
        padding: 0 30px;
    }
    .links .title {
        padding: .625rem 0;
        border-bottom: none;
    }
    .links .navbar-toggler {
        width: fit-content;
    }

    .block_newsletter {
        padding-bottom: .625rem;
        border-bottom: none;
    }

    .footer-container .links .h3, .footer-container .h3 {
        font-size: 20px;
        line-height: 23px;
    }
    .footer-container li a, .block_newsletter #block-newsletter-label
        {
            font-size: 15px;
            line-height: 23px;
            color: var(--textColor);
        font-weight: 400;
        }
    .footer-container .links ul>li {
        padding: 0;
        border-bottom: none;

    }
    .footer-container .links ul{
        background: transparent;
    }

    .footer-container .col-md-3.wrapper > p:nth-child(4){
        margin-top: 10px;
    }
    .copyright-row {
        margin-top: 25px;
    }
    .copyright-row p {
        flex-direction: column;
    }
    .copyright-row .circle{
        display: none;
    }

    .product-container > .col-md-5 {
        padding-left: 15px
    }

    #product #content .product-images > li.thumb-container
    {
        width: 100%;
    }

    #product #content .product-images {
        display: block;
        margin-bottom: 0;

    }

    #product #content .images-container{
        overflow: hidden;
        min-height: 430px;
    }

    .product-container > .col-md-5{
        margin-top: 30px;
    }

    #prestaprosnextandpreviousproduct{
        display: none !important;
    }
}
.account-count{
    width: 16px;
    background-color: #AF1719;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border-radius: 100%;
    position: absolute;
    top: -7px;
    right: -7px;
}

.user-info{
    position: relative;
}

@media(min-width: 767px) {
    .desktop-hide {
        display: none;
    }
}


#mobile_top_menu_wrapper{
    height: auto !important;
    background-color: #222225;
}

#mobile_top_menu_wrapper .top-menu .sub-menu{
    background-color: #222225;
}


#mobile_top_menu_wrapper a, #mobile_top_menu_wrapper .top-menu .collapse-icons i{
    color: white !important;
}


.slider-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.dot {
    cursor: pointer;
    margin: 0 3px;
    background-color: #EFE1D7;
    width: 17px;
    height: 5px;
    display: inline-block;
}
.dot.active {
    background-color: #222225;
    width: 28px;
    height: 5px;
}



.images-container .product-images>li.thumb-container .thumb {
    margin-right: 0;
}

.psgdpr_consent_message{
    display: flex;
}

#prestaprosnextandpreviousproduct{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#prestaprosnextandpreviousproduct a{
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;

}

#prestaprosnextandpreviousproduct{
    margin-bottom: 30px;
}
/*.product-container > .col-md-5 {*/
/*    height: fit-content;*/
/*    position: sticky;*/
/*    top: 85px;*/
/*}*/
.form-control
{
    padding-left: 1rem;
    color: var(--textColor);
    border: 1px solid #B7B7C2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: white;
}
.form-control-select {
    height: 48px !important;
    width: 385px !important;
    max-width: 100% !important;
    padding: 0 .5rem;
    background: white url('/themes/ThemeVillaro/assets/img/down-icon.svg') no-repeat right .5rem center / 0.8rem 0.8rem;
    position: relative;
}




.form-control option{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.form-control:focus{
    outline: none;
}

#product .product-quantity {
    margin-bottom: 10px;
}

#product-availability
{
    display: inline;
    margin-top: .625rem;
    font-weight: 400;
    font-size: 16px;
}

.product-prices .tax-shipping-delivery-label {
    font-weight: 400;
    font-size: 16px;
    color: var(--textColor);
    margin-top: -32px;
}

.product-variants .radio-label {
    display: inline-block;
    padding: .5rem .5rem;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border: 1px solid #B7B7C2;
}
.product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    border: 1px solid #232323;
}

.product-actions .control-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.product-tabs .see-more{
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;

}


.product-tabs li{
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
}
.see-more-li{
    margin: 15px 0 !important;
}


.product-tabs li span{
    font-size: 16px !important;
    line-height: 24px;
}
.product-tabs li span.right{
    font-weight: 700;
}

.product-tabs .see-more:after{
    content: '';
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 0;
    color: #222225;
    rotate: -90deg;
    position: relative;
    left: 0;
    top: 2px;
}
#product .product-tabs > ul{
    padding-top: 0;
}

a:focus
{
    outline: none;
}

.form-group{
    display: flex;
    flex-direction: column;
}

form .form-control-label{
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
}

.form-group > .col-md-6, .form-group > .col-md-3{
    width: 100%;
}
.form-control {
    border: 1px solid var(--textColor) !important;
    height: 46px;
}
.product-variants>.product-variants-item select{
    border: 1px solid #B7B7C2 !important;
}


.page-authentication #content, .page-registration #content
{
    padding: 1rem;
    background: #fff;
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 150px;
}

.input-group .input-group-btn>.btn[data-action=show-password]
{
    padding: .78rem 1rem;
    background: white;
    color: var(--textColor);
    border: 1px solid var(--textColor);
    text-transform: unset;
    font-size: 12px;
    font-weight: 700;
    border-left: none;
}

.js-visible-password{
    border-right: none !important;
}

.input-group.focus,.input-group:focus{
    outline: none;
}

.form-control-label.required:not(.form-control-label[for='field-psgdpr']):before{
    content: '*';
    color: #AF1719;
    display: inline-block;
}
.form-control-label[for='field-psgdpr'] ~ div label > span:after, .psgdpr_consent_message > span:after{
    content: '(wymagane)';
    color: var(--textColor);
    font-weight: 600;
    margin-left: 3px;
    font-size: 14px;
    display: inline-block;
}

.page-customer-account #content .forgot-password
{
    padding-bottom: .9375rem;
    margin-top: 0;
    font-size: 12px;
    text-align: right;
}

#login-form > div > .form-group:nth-child(3){
    margin-bottom: 0;
}

#send-reset-link{
    width: fit-content;
   margin: 20px 15px 0 15px;
}

#submit-login{
    width: 100%;
}

.no-account{
    margin-top: 30px;
}

.page-authentication .page-header, .page-registration .page-header{
    text-align: center;

}
.page-authentication .page-header h1, .page-registration .page-header h1{
    font-weight: 600;
    font-size: 42px;
}

.page-authentication .login-form {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.page-authentication .login-form #tc-social-logins{
    order: 2;
    margin-top: 45px;
    margin-bottom: 0;
    position: relative;
}
.page-authentication .login-form #tc-social-logins::before{
    content:"lub zaloguj się przez";
    position:absolute;
    top:-25px;
    left:50%; transform:translateX(-50%);
    padding:0 12px;
    font:400 14px/1 sans-serif;
    color:#222225;
    background:#fff;
    z-index: 1;
}

.page-authentication .login-form #tc-social-logins::after{
    content:"";
    position:absolute;
    top:-19px;
    left:0;
    width:100%; height:1px;
    background:#222225;
}

.form-control-comment{
    display: none;
}

.custom-checkbox > label{
    display: flex;
    margin-bottom: 0;
}


.cart-grid-on-click .cart-grid-body .cart-overview, .cart-grid-on-click .product-line-grid-left, .cart-grid-on-click .cart-grid-body{
    padding: 0;
}

/*.cart-grid-on-click .col-md-6.qty{*/
/*    display: none;*/
/*}*/

.cart-grid-on-click .cart-item{
    border-bottom: 1px solid #B7B7C2;
}

.shopping-cart-header{
    text-transform: unset;
    margin-bottom: 0;
}

/*.cart-grid-on-click .product-line-grid-body .product-price{*/
/*    display: none;*/
/*}*/


.product-line-grid-right .cart-line-product-actions{
    width: 20px;
}

.cart-grid-on-click .product-line-grid-right{
    width: 30px;
}

.cart-grid-on-click .product-line-grid-body{
    width: calc(75% - 40px);
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart{
    margin-top: -10px;
}
.cart-grid-on-click .product-line-grid-body>.product-line-info>.label, .cart-grid-on-click .product-line-grid-body>.product-line-info>.value {
    padding: 0;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    font-size: 14px;
    color: var(--textColor);
}


.cart-grid-on-click .product-line-grid-body>.product-line-info:first-child>.label{
    font-size: 16px;
}
.cart-grid-on-click .product-line-grid-body>.product-line-info:first-child{
    margin-bottom: 10px;
}

.cart-grid-on-click .product-line-info.price-line{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.cart-grid-on-click .cart-grid-body{
    overflow-y: auto;
    max-height: calc(100% - 460px);
}

.onlyoverview{
    display: none;
}
.cart-grid-on-click .not-overview{
    display: none;
}
.cart-grid-on-click .onlyoverview{
    display: block;
}

.cart-grid-on-click .cart-detailed-totals .card-block, .cart-grid-on-click  .cart-detailed-actions{
    padding: 0;
}

.cart-grid-on-click .cart-detailed-actions a.btn-secondary-light {
    color: var(--textColor) !important;
    font-size: 14px;
    width: 100%;
}
.cart-grid-on-click .js-cart-detailed-actions.onlyoverview{
    margin-bottom: 10px;
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-top: 1px solid #B7B7C2;
}

#cart-subtotal-shipping{
    margin-bottom: 0;
    padding-bottom: 8px;
}
.cart-summary-line .value {
    float: right;
    font-weight: 400;
    color: var(--textColor);
}
.cart-summary-line .label, .cart-summary-line .value {
    font-size: 16px;
    color: var(--textColor);
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label, .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 20px;
    color: var(--textColor);
}

 .js-cart-detailed-actions .material-icons{
    margin-right: 0;
     margin-top: -3px;
}
.cart-detailed-actions .btn-secondary-light{
    width: 100%;
}
.cart-summary .pp_free_delivery_info_box {
    margin-bottom: 1rem;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total{
    border-top: 1px solid #B7B7C2;
}

.dynamic-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#header.no-index{
    z-index: unset !important;
    overflow: visible;
    overflow-x: clip;
}

.cart-grid-on-click .block-promo{
    display: none;
}

#identity-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/i-default.svg) no-repeat;
}

 #identity-link:hover .icon-img,  #identity-link.active .icon-img{
     background: url(/themes/ThemeVillaro/assets/img/account-icons/i-hover.svg) no-repeat;
}

#address-link .icon-img, #addresses-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/h-default.svg) no-repeat;}

 #address-link:hover .icon-img, #addresses-link:hover .icon-img,  #address-link.active .icon-img, #addresses-link.active .icon-img{
     background: url(/themes/ThemeVillaro/assets/img/account-icons/h-hover.svg) no-repeat;}

#history-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/hi-default.svg) no-repeat;
}

 #history-link:hover .icon-img,  #history-link.active .icon-img{
     background: url(/themes/ThemeVillaro/assets/img/account-icons/hi-hover.svg) no-repeat;
}


#order-slip-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/p-default.svg) no-repeat;
}

 #order-slip-link:hover .icon-img,  #order-slip-link.active .icon-img{
     background: url(/themes/ThemeVillaro/assets/img/account-icons/p-hover.svg) no-repeat;
}

.account-logout .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/l-default.svg) no-repeat;

}
.account-logout:hover .icon-img, .account-logout.active .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/l-hover.svg) no-repeat;

}

#discount-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/v-default.svg) no-repeat;
}

 #discount-link:hover .icon-img,  #discount-link.active .icon-img{
     background: url(/themes/ThemeVillaro/assets/img/account-icons/v-hover.svg) no-repeat;
}


#returns-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/z-default.svg) no-repeat;
}

 #returns-link:hover .icon-img,  #returns-link.active .icon-img{
     background: url(/themes/ThemeVillaro/assets/img/account-icons/z-hover.svg) no-repeat;
}


#wishlist-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/w-default.svg) no-repeat;
}

#wishlist-link:hover .icon-img, #wishlist-link:active .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/w-hover.svg) no-repeat;
}

#psgdpr-link .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/r-default.svg) no-repeat;
}

#psgdpr-link:hover .icon-img, #psgdpr-link.active .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/r-hover.svg) no-repeat;
}

#emailsalerts .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/a-default.svg) no-repeat;
}

#emailsalerts:hover .icon-img, #emailsalerts.active .icon-img{
    background: url(/themes/ThemeVillaro/assets/img/account-icons/a-hover.svg) no-repeat;
}

#my-account .my-account-side-links{
    display: none;
}



.link-item{
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}


.my-account-side-links > a{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #B7B7C2;
}
.my-account-side-links > a:last-child{
    border-bottom: none;
}
.my-account-side-links .icon-img {
    width: 43px;
    height: 43px;
    background-size: 100% !important;
}

.my-account-side-links{
    border: 1px solid #B7B7C2;
    height: fit-content;
}

.my-account-side-links > p{
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid #222225;
    padding: 10px 0;
    margin-top: 10px;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid var(--textColor);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--textColor);
}
.psgdprinfo17 {
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--mainColor);
    padding: 20px;
}
.thead-default th {
    color: var(--textColor);
    background-color: white;
}
.page-customer-account #content, .page-addresses #content{
    padding-left: 50px;
    padding-top: 0;
    color: var(--textColor);
    font-size: 14px;
}

.page-customer-account form > div >.form-group, .field-password-policy > .form-group{
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 15px;
}
.page-customer-account .form-fields >.form-group{
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 15px;
}
.page-customer-account .form-control-select{
    width: 100% !important;
    background-color: white;
}

.alert-info, .alert-warning, .alert-success
{
    background-color: var(--mainColor);
    border-color: #222225;
    color: #222225;
}
.page-customer-account #customer-form > div > .form-group:first-child,
#customer-form  > div > .form-group:nth-last-child(1),
#customer-form  > div > .form-group:nth-last-child(2),
#customer-form  > div > .form-group:nth-last-child(3)
{
    margin-bottom: 5px;
    width: 100%;
}
#customer-form > div > .form-group:nth-child(4){
    margin-bottom: 15px;
}

#customer-form .form-control-submit{
    margin-left: 15px;
}
.page-customer-account form{
    display: flex;
    flex-direction: column;
}
.page-customer-account .page-header h1, .page-addresses .page-header h1, .page-order-detail .page-header h1, #module-prestaproswishlist-wishlist h1{
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 30px;
}

.form-control-submit{
    padding: 10px 45px;
    margin-top: 15px;
}

#CAT_1_16 > a{
    color: #AF1719 !important;
}

.product-features {
    margin-top: 15px;
    margin-left: 0;
}


.product-information .product-description ul li {
    font-size: 16px;
    color: var(--textColor);
    display: list-item;
    list-style-type: disc;
}

.product-information .product-description span, .product-information .product-description p, .product-information .product-description em{
    color: var(--textColor) !important;
    font-family: 'Rethink Sans' !important;
    font-size: 16px !important;
}
.product-information .product-description ul
{
    padding-left: 30px;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    min-height: 2.5rem;
    padding: .625rem;
    margin-right: .625rem;
    margin-bottom: .5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: white !important;
    border: 1px solid var(--textColor);
}

@media(min-width: 767px){
    .product-container > .col-md-5 {
        position: sticky;
        top: 20px;
    }
}

.block-category .block-category-inner .category-cover img{
    width: 100%;
    height: auto;
}

.block-category{
    min-height: unset;
    padding: 0;
}


.block-category h1 {
   color: var(--textColor);
    font-size: 42px;
    line-height: 44px;
    text-transform: unset;
    font-weight: 600;
}

.total-products{
    text-align: right;
    padding-top: 0 !important;
}

.row.products-selection, .sort-box{
    display: flex;
    align-items: center;
}

.pagination-top{
    width: max-content;
    margin-left: 0;
    float: right;
}
.products-sort-order.dropdown, .products-selection .sort-by-row, .sort-box .col-md-5, .pagination .page-list{
    padding: 0;
}


.pagination a {
    font-size: 16px;
    font-weight: 400;
    color: var(--textColor);
    letter-spacing: 0.25rem;
}
.pagination .current a {
    font-size: 16px;
    font-weight: 700;
    color: var(--textColor);
    text-decoration: none;
}

.pagination .spacer{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.25rem;
}

.pagination .next, .pagination .previous {
    font-size: 20px;
    margin-top: -2px;
}


#js-product-list-top .pagination{
    padding-top: 5px;
}

.total-products > span{
    font-size: 16px;
}

#js-product-list .products.row{
    margin-left: -3px;
    margin-right: -3px;
}

#js-product-list .products.row .product{
    padding-left: 3px;
    padding-right: 3px;
}

#js-product-list .pagination-top{
    float: right;
}

.only-list-grid{
    display: none;
}

#js-product-list-top{
    width: 100%;
    margin-left: 0;
}

 .sort-box{
    padding-right: 0;
    margin-right: -15px;
}
.product-show-list .grid-switcher{
    padding-left: 0;
}

.promo_info_text > div {
    margin: 6px 0;
    color: var(--textColor);
    background-color: #EFE1D7;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.promo_info_text{
    margin-bottom: 25px;
}

.promo_info_text > div > span{
    font-weight: 600;
    font-size: 15px;

}

.promo_info_text > div > a{
    font-size: 16px;
    position: relative;
    text-decoration: underline;
}

.promo_info_text > div > a:after
{
    content: '';
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 0;
    color: #222225;
    rotate: -90deg;
    position: absolute;
    top: 0;
    right: -25px;
}

.grid-switcher{
    padding-left: 0;
}

@media(max-width: 767px) {
    .sort-box > .col-md-5 {
        display: none;
    }

    .row.products-selection {
        flex-wrap: wrap;
    }

    .product-show-list .product-miniature .thumbnail-container .product-thumbnail img {
        width: 100%;
    }

    .product-show-list .product-miniature .product-description {
        min-width: unset !important;
        width: 55%;
        padding-left: 15px;
    }

    .only-list-grid > a.btn{
        font-size: 0;
    }
    .only-list-grid > a.btn > img {
         margin-right: 0;
         margin-top: 0;
    }
    .product-show-list .thumbnail-top {
        display: flex;
        width: 45%;
    }
    .product-show-list .product-miniature .product-title a {
        font-weight: 500;
        font-size: 13px;
        color: #222225;
        text-align: left;
        line-height: normal;
        text-transform: uppercase;
    }

    .product-show-list .product-description {
        align-items: flex-start;
        gap: 10px;
    }
    .product-show-list .product-price-and-shipping .price {
        font-size: 15px;
        line-height: normal;
    }

    .product-show-list .product-price-and-shipping {
        flex-direction: row;
        align-items: center;
    }
    .product-show-list .product-miniature .regular-price {
        color: #3B3B3F;
        font-weight: 400;
        font-size: 13px;
        line-height: normal;
    }

    .button-check-product{
        width: calc(100% - 56px);
    }

    .button-check-product > .btn{
        margin-right: 0;
        width: 100%;
    }

    .index-product.only-list-grid {
        font-size: 12px;
        line-height: normal;
        color: var(--textColor);
        margin-bottom: 0;
    }
    .product-show-list .product-miniature .product-price-and-shipping{
        margin-bottom: 0;
    }
    .product-show-list .product-description > .only-list-grid:first-child{
        gap: 0;
    }

    .product-miniature .product-title a {
        font-size: 13px;
    }
    .product-price-and-shipping .price {
        font-size: 15px;
    }
    .product-miniature .regular-price {
        font-size: 12px;
    }

    .products-selection .total-products{
        padding-right: 0;
    }
    .block-categories{
        display: none;
    }

    .filter-open #header, .filter-open .breadcrumb{
        display: none;
    }

    .filter-open #content-wrapper{
        display: block !important;
        height: 0;
        overflow: hidden;
    }

    .banners-1, .banners-2, .banners-3{
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .banners-1 .banner-content, .banners-3 .banner-content {
        top: 40px;
        left: 30px;
        transform: unset;
        width: calc(100% - 60px );
    }

    .banners-2 .banner-content{
        bottom: 15%;
        left: 40%;
        top:unset;
        transform: unset;
        width: calc(60% - 15px );
    }
    /*.products-sort-order.dropdown{*/
    /*    display: none;*/
    /*}*/

    .category-cover {
         display: block;
        margin-bottom: 15px;
    }
    .block-category h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .sort-box {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }
    .total-products > span {
        font-size: 15px;
    }

    .sort-box .sort-by-row{
        width: 100%;
    }

    .products-selection .filter-button {
        padding-left: 0;
        padding-right: 0;
    }
    #search_filter_toggler {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    #header {
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
    }

    #custom-dropdown{
        width: 100%;
        padding: .625rem;
        color: #232323;
        cursor: pointer;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .25);
        margin-top: 50px;
    }

    #left-column #search_filters_wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    .up-absolute{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #F3F3F3;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        z-index: 1;
    }

    .up-absolute > div{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .bottom-absolute{
        position: fixed;
        background-color: white;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        border-top: 1px solid #B7B7C2;
    }
    .bottom-absolute .btn{
        width: 100%;
    }
    #js-product-list .pagination-top {
        float: left;
    }

    #exportDataToCsv{
        margin-bottom: 10px;
    }

    .account-block{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .page-customer-account #content, .page-addresses #content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        color: var(--textColor);
        font-size: 14px;
    }
    .page-customer-account .form-fields >.form-group {
        width: 100%;
    }
    .page-customer-account form > div >.form-group, .field-password-policy > .form-group {
        width: 100%;
    }

    .page-order-detail #content{
        padding: 0;
    }
}
.address-form .form-control-submit{
    margin-left: 15px;
}
#js-product-list > .pagination{
    margin-top: 50px;
}

#js-product-list-footer{
    border-top: 1px solid #6F6F78;
    margin-top: 30px;
    padding-top: 50px;
}
#module-prestaproswishlist-wishlist .account-block{
    display: flex;
    gap: 50px;
}

#module-prestaproswishlist-wishlist #content-wrapper{
    padding-top: 30px;
}
@media(max-width: 767px) {
    #js-product-list > .pagination {
        margin-top: 20px;
        padding-left: 0;
    }
    #js-product-list-footer{
        margin-top: 0;
        padding-top: 30px;
    }
    #module-prestaproswishlist-wishlist .account-block{
        display: flex;
        flex-direction: column;
    }


}


.full-menu-cont .popover {
    position: fixed;
    top: 177px;
    margin-left: 0;
}

.block-categories
{
    position: relative;
    padding: 0;
    margin-bottom: 1.563rem;
}

.block-categories > span{
    font-weight: 700;
    font-size: 20px;
}
.block-categories .category-sub-menu .category-sub-link
{
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--textColor);
}

.block-categories .category-sub-menu .category-sub-link:hover{
    text-decoration: underline;
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    display: inline-block;
    width: 100%;
    padding: 0.7rem 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--textColor);
    margin: 0;
}
.block-categories .collapse-icons{
    width: 22px;
    height: 22px;
    top: 0.6rem;
}
.block-categories .category-sub-menu li[data-depth="0"]{
    border-bottom: 1px solid #6F6F78;
}
.block-categories .category-sub-menu li[data-depth="1"]>a{
    font-weight: 500;
    font-size: 14px;
    margin: 0.7rem 0;
    text-transform: uppercase;
    color: var(--textColor);
}

.block-categories .category-sub-menu li[data-depth="1"]{
    margin-left: 15px;
}

.block-categories .arrows .arrow-down, .block-categories .arrows .arrow-right {
    margin-left: 0;
    float: right;
    font-size: 24px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    display: none;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])
{
    padding-left: 15px;
    margin: 0.7rem  0;
}

.block-categories .category-sub-menu
{
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.block-categories > .navbar-toggler{
    top: 0;
}

#exCollapsingTree{
    margin-top: 20px;
}

.feds_block_title{
    padding: 0 !important;
    background-color: white !important;
    font-weight: 700;
    font-size: 20px;
    color: var(--textColor) !important;
    margin-bottom: 10px;
}
.feds_active_filters{
    padding: 0 !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.feds_active_filters .feds_link{
    border: none !important;
    background-color: #F3F3F3 !important;
    color: var(--textColor) !important;
}
.facet_colexp_block{
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.facet_title_colexp_1 .facet_title{
    border: none !important;
    padding: 0.7rem 0 !important;
}
.feds_facet {
    border: none !important;
    border-bottom: 1px solid #6F6F78 !important;
}

.facet_title_text, .feds_dropdown_tri .stfeds_flex_child
{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--textColor) !important;
}

.stfeds_flex_container {
    margin: 5px 0;
}
.facet_title{
    margin: 0 !important;
}
.feds_custom-input-box .feds_custom-input-item
{
    background: white !important;
}

.feds-ok-1:before {
    content: '\e80f';
    color: white;
    background: #222225;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.feds_custom-input-box {
    margin-right: 10px !important;
}

.feds-minus:before {
    content: 'chevron_right';
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    rotate: -90deg;
}
.feds-plus-2:before {
    content: 'chevron_right';
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    rotate: 90deg;
}

.facet_title_colexp_1.facet_coled_1 .facet_exped_kai, .facet_exped_guan
{
    width: 22px;
    height: 22px;
}

@media(max-width: 767px){
    .feds_offcanvas_times{
        color: var(--textColor) !important;
    }
    .feds_offcanvas_content {
        width: 100% !important;
        padding: 15px;
    }
    .feds_offcanvas_times{
        left: unset !important;
        right: 0;
    }
    .feds_offcanvas_content #search_filters {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .feds_open #feds_overlay.feds_overlay_center
    {
        right: auto;
        width: 100%;
    }
    .feds_offcanvas_tri
    {
        width: 100%;
        max-width: unset;
        height: 40px;
        line-height: 40px;
    }
    .feds_offcanvas_btn > a:first-child{
        display: none;
    }
    .feds_offcanvas_btn > a{
        width: 100%;
        text-transform: uppercase;
        background-color: var(--textColor);
        font-size: 15px;
        margin: 0 !important;

        font-weight: 600;
    }

    .feds_offcanvas_btn{
        width: 100%;
        margin: 0;
        margin-top: 10px !important;
        box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.12);
        height: 36px !important;
    }

}

.products-sort-order .dropdown-menu{
    width: 100%;
}

.products-sort-order .dropdown-menu{
    background: white;
    border: 1px solid rgba(0, 0, 0, .25);
}

.gm_omniprice {
    margin-top: -14px;
    display: inline-block;
    padding: 0;
    font-size: 11px;
    width: 100%;
    font-weight: 400;
    line-height: normal;
}

.pp-products-homepage-promo-counter-box .gm_omniprice{
    width: fit-content;
    margin-top: 0;
}

@media(max-width: 767px){
    .gm_omniprice{
        margin-top: -10px;
        line-height: normal;
    }
    .product-price-and-shipping
    {
        gap: 7px;
    }

}

.cont-arr {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--textColor);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 40px;

}

#content-wrapper .cart-grid-body .card-block h1
{
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 600;
    text-transform: none;
    margin: 10px 0;
}

#content-wrapper .cart-grid-body .card-block, .cart-grid-body .cart-overview {
    padding: 0;
}
#content-wrapper .cart-item {
    padding: 15px 0;
    margin: 15px 0;
    border: 1px solid #B7B7C2;
}

#content-wrapper .product-line-info.has-discount{
    display: flex;
    gap:10px;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#content-wrapper .product-line-info .gm_omniprice{
    text-align: right;
}
#content-wrapper .cart-item  > .product-line-grid, #content-wrapper .product-line-grid-right.product-line-actions .row{
    display: flex;
    align-items: center;
}


@media(min-width: 767px){
   #content-wrapper .cart-grid-right{
       width: calc(33.33333% - 60px);
       margin-left: 60px;
   }
}

#content-wrapper .product-line-grid-right .cart-line-product-actions,  #content-wrapper .product-line-grid-right .product-price {
    margin-bottom: 0;
}

#authentication.page-customer-account form > div >.form-group, #registration.page-customer-account form > div >.form-group{
    width: 100%;
}
#authentication.page-customer-account form > div >.form-group div, #authentication.page-customer-account form > div >.form-group label{
    padding-left: 0;
    padding-right: 0;
}

#registration .register-form > p{
    text-align: center;
}
#registration #content{
    padding-left:0;
    padding-right: 0;
}

#registration .field-password-policy > .form-group{
    width: 100%;
}

#registration .form-control-submit {
    margin-left: 15px;
    width: calc(100% - 30px);
}

#module-prestaproswishlist-wishlist .product{
    width: 32.2%;
}

@media(max-width: 767px){
    #module-prestaproswishlist-wishlist .product{
        width: 100%;
    }
}

#content-wrapper .cart-grid-body .product-price{
    color: var(--textColor);
}
#content-wrapper .cart-grid-body  .product-discount .regular-price {
    margin-right: 0;
    font-weight: 400;
    color: #3B3B3F;
    font-size: 14px;

}

#content-wrapper .cart-grid-body .product-line-info.product-price {
    float: right;
}

#content-wrapper .cart-grid-body .has-discount > .current-price > .price{
    color: #AF1719;
    font-size: 16px;
}

#content-wrapper .product-line-grid-body>.product-line-info>.label{
    font-size: 16px;
    font-weight: 400;
}
#content-wrapper .product-line-grid-body>.product-line-info>.value{
    font-size: 16px;
    font-weight: 700;
}
#content-wrapper .product-line-grid-body > .product-line-info:first-child .label{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
#content-wrapper .cart-grid-right{
    margin-top: 80px;
}
#content-wrapper .cart-grid-right > div{
    border: 1px solid #B7B7C2;
}

#content-wrapper .cart-grid-right .card-block{
    padding: 15px;
}

#content-wrapper .cart-grid-right .cart-summary .pp_free_delivery_info_box{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}

.block-promo .cart-voucher{
    border: 1px solid #B7B7C2;
    margin: 10px 15px;
}

#content-wrapper .product-line-grid-left img {
    max-width: 100%;
    width: 110px;
}

#content-wrapper .cart-grid-right .cart-summary > p{
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid #222225;
    margin: 15px;
    padding-bottom: 10px;
}
#content-wrapper .cart-grid-right  #cart-subtotal-shipping
{
    padding-bottom: 0;
}
#content-wrapper .card-block.cart-summary-totals .cart-summary-line.cart-total
{
   padding-bottom: 0;
    padding-top: 20px;
}

.block-promo .promo-code-button
{
    display: block !important;
    padding: 15px 0;
    text-align: center;
}

.promo-code-button > a{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.block-promo .promo-input+button {
    margin-top: -7px;
    margin-left: 4px;
    border: 1px solid var(--textColor);
    background: white;
    width: 127px;
}
.block-promo .promo-input {
    width: calc(100% - 140px);
    height: 2.5rem;
    margin-right: 4px;
    color: var(--textColor);
    text-indent: 0;
    border: none;
    border-bottom: 1px solid var(--textColor);
}

input:focus-visible
{
    outline: none !important;
}


.cart-grid-right .promo-discounts .cart-summary-line .label
{
    font-weight: 400;
    color: var(--textColor);
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: var(--textColor);
    cursor: pointer;
    font-weight: 600;
}


@media(max-width: 767px){
    #content-wrapper .product-line-info{
        overflow: hidden;
    }

    #content-wrapper .cart-item > .product-line-grid{
       flex-wrap: wrap;
    }

    #content-wrapper .product-line-grid-right.product-line-actions > .row > .col-md-6 > .row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #content-wrapper .product-line-grid-right.product-line-actions > .row > .col-md-6 > .row > div{
        width: fit-content;
    }

    #content-wrapper .product-line-grid-body>.product-line-info>.label, #content-wrapper .product-line-grid-body>.product-line-info>.value, #content-wrapper .cart-grid-body .has-discount > .current-price > .price
        {
            font-size: 14px;
        }
    #content-wrapper .cart-grid-body .product-discount .regular-price
        {
            font-size: 12px;
        }

    .ets_crosssell_list_blocks .slick-arrow{
        display: none !important;
    }

    .cont-arr {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    #content-wrapper .cart-grid-right {
        margin-top: 40px;
    }

}


/* checkout */
.blocks.checkout-area-5, .blocks.checkout-area-7, #thecheckout-shipping, #thecheckout-payment {
    border: 1px solid #B7B7C2;
    height: fit-content;
}

#checkout .delivery-options, #checkout .payment-options
{
    border: none;
}

@media(min-width: 992px){
    .blocks.checkout-area-5{
        width: calc(33% - 30px) !important;
        min-width: unset !important;
        flex-basis: unset !important;
        margin-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blocks.checkout-area-7{
    width: calc(50% - 30px) !important;
        min-width: unset !important;
        flex-basis: unset !important;
        margin: 0 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #thecheckout-shipping, #thecheckout-payment{
        width: calc(100% - 30px) !important;
        min-width: unset !important;
        flex-basis: unset !important;
        margin-left: 30px;
        margin-bottom: 30px;
        padding-top: 10px !important;
    }

}

#checkout .block-header{
    display: flex;
    border-bottom: 1px solid #222225;
    align-items: center;
    gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    color: #222225;
    font-size: 20px;
    font-weight: 700;

}

#checkout .checkout-block[class*='num-'] .block-header:before {
    font-weight: 700;
    border: none;
    color: #222225;
    border-radius:0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 27px;
    box-shadow: unset;
    background-color: #EFE1D7;
}

#checkout .checkout-block {
    padding: 0 10px;
}

#checkout .has-float-label input.form-control, #checkout .has-float-label select.form-control.form-control-select {
    font-size: 14px;
    margin-bottom: 2px;
    border-radius: 0;
    border: 1px solid #222225;
    padding: 12px;
    line-height: normal;
    font-weight: 400;
    height: 46px;
    color: #222225;
    position: relative;
    background-color: white;
}

#checkout .has-float-label input:placeholder-shown:not(:focus) ~ span.field-label, #checkout .has-float-label select:placeholder-shown:not(:focus) ~ span.field-label
{
    opacity: 1;
    text-transform: uppercase;
    color: #222225;
    font-weight: 400;
    font-size: 12px;
}

#checkout .has-float-label.required span.field-label, #checkout .need-dni .has-float-label span.field-label, #checkout .has-float-label span.field-label {
    opacity: 1;
    text-transform: uppercase;
    color: #222225;
    font-weight: 400;
    font-size: 12px;
}

.mark-required .form-group.checkbox label.required span.label::after, .mark-required .form-group.radio-buttons label.required .field-label::after, .mark-required .form-group.text label.required .field-label::after, .mark-required .form-group.text.need-dni label .field-label::after, .mark-required .form-group.email label.required .field-label::after, .mark-required .form-group.password label.required .field-label::after, .mark-required .form-group.tel label.required .field-label::after, .mark-required .form-group.select label.required .field-label::after, .mark-required .form-group.countrySelect label.required .field-label::after
{
display: none !important;
}

.mark-required .form-group.checkbox label.required span.label::before, .mark-required .form-group.radio-buttons label.required .field-label::before, .mark-required .form-group.text label.required .field-label::before, #checkout .mark-required .form-group.text.need-dni label .field-label::before, .mark-required .form-group.email label.required .field-label::before,  .mark-required .form-group.password label.required .field-label::before,  .mark-required .form-group.tel label.required .field-label::before,  .mark-required .form-group.select label.required .field-label::before, .mark-required .form-group.countrySelect label.required .field-label::before{
    content: '*';
    color: #AF1719;
}

#checkout .form-control-select{
    width: 100% !important;
}

.tc-social-login-btn .facebook-logo {
    background-image: url('/themes/ThemeVillaro/assets/img/fb-icon.svg') !important;
}

.social-login .tc-social-login-btn, #tc-social-logins .tc-social-login-btn
{
    max-width: 100%;
    width: 150px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: flex !important;
    justify-content: center;

}
.social-login .tc-social-login-btn, #tc-social-logins .tc-social-login-btn, #tc-social-logins & .tc-social-login-btn
{
    color: var(--textColor);
    border: 1px solid var(--textColor) !important;
    border-radius: 0 !important;
    padding: 15px 11px 9px 40px !important;
    font-size: 15px;
    font-family: "Rethink Sans" !important;
    font-weight: 600 !important;
}

.tc-social-login-btn .social-logo{
    left: 10px !important;
}
#tc-facebook-signin:hover
{
    border-color: var(--textColor) !important;
    background-color:white !important;
}
@media(min-width: 767px) {
    .page-authentication #content {
        padding-left: 15px;
    }
}

#checkout .social-login:before {
    content: attr(data-trans-or);
    position: absolute;
    top: 50%;
    left: -75px;
    margin-top: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    background: white;
    color: var(--textColor);
    width: 150px;
}

body#checkout .checkout-block .inner-area .offer-login a
{
    background: #222225 !important;
    max-width: 219px;
    padding: 15px;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: white;
    margin: 10px auto;
    margin-right: 70px !important;
    font-size: 15px !important;
    font-weight: 600;
}

#checkout .social-login {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 85px;
    margin-left: 20px;
    border-left: 1px solid var(--textColor);
}

#tc-facebook-signin{
    height: 50px !important;
}
.tc-social-login-btn .social-logo {
    padding: 12px 7px 7px 8px !important;
}


#checkout .already-account-label{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}
.mark-required .form-group.checkbox label.required span.label::before
{
    color: #AF1719 !important;
    float: left !important;
    margin-right: 3px;
    margin-left: 0 !important;
    font-weight: 400;
}


#thecheckout-login-form{
    margin: 20px 0;
}

#thecheckout-account > .inner-area{
    padding-bottom: 0;
}

#checkout .page-content .custom-checkbox input[type=checkbox] + span {
    border-radius: 0;
    border: 1px solid #B7B7C2;
}
#checkout .page-content .custom-checkbox input[type=checkbox]:checked + span
{
    background-size: 105% !important;
    background-position: center !important;
}

div#create_account ~ .form-group.password .field-label:after
{
    display: none !important;
}
div#create_account ~ .form-group.password .field-label:before
{
    content: '*';
    color: #AF1719;
}

#checkout .page-content .custom-checkbox input[type=checkbox]:checked + span{
    border-color: var(--textColor) !important;
}
body#checkout span.custom-checkbox {
    gap: 10px;
}

body#checkout span.custom-checkbox > label, body#checkout span.custom-checkbox span.label
{
    margin: 0;
    line-height: 1.25em;
    text-align: left;
    padding: 0;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.delivery-option-detail {
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
}
.payment-option, .delivery-option
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.delivery-option-logo
{
    width: 60px;
}

.delivery-options, .payment-options {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

body.logos-on-the-right .delivery-option-detail .name-and-delay .delivery-option-price{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.delivery-option-name .carrier-name{
    font-weight: 700;
    font-size: 16px;
    width: calc(100% - 75px);
    display: block;
    margin-bottom: 0;
}

.payment-option .h6{
    font-weight: 700;
    font-size: 16px;
}
.delivery-option-delay span.carrier-delay {
    color: var(--textColor);
    width: calc(100% - 75px);
    display: block;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
}

.delivery-option-price > span{
    font-size: 14px;
}

.using-material-icons .custom-radio{
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #B7B7C2 !important;
}
.using-material-icons .custom-radio input[type=radio]:checked + span
{
    position: absolute;
    top: .125rem;
    left: .125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--textColor);
    border-radius: 50%;
    background: var(--textColor)!important;
}
.using-material-icons .custom-radio input[type=radio]:checked + span {
    border-color: var(--textColor) !important;
}

.using-material-icons .custom-radio input[type=radio] + span{
    border: none !important;
}

.delivery-options .row.delivery-option {
    align-items: center;
}

body.logos-on-the-right .payment-option label .payment-logo
{
    order: 0 !important;
}

body.logos-on-the-right .payment-option label .payment-logo img
{
    width: 60px;
    margin-right: 10px;
}

.payment-options > div > .payment-option {
    align-items: center;
}

@media(max-width: 767px){
    .delivery-option-detail
    {
        flex-direction: column-reverse;
        gap: 10px;
         align-items: flex-start;
    }
    body#checkout .checkout-block .inner-area .offer-login a
    {
        margin-right: 0 !important;
    }
    #checkout .social-login
    {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .offer-login .social-login{
        min-width: unset;

    }

    #tc-facebook-signin{
        width: 240px !important;
    }

    #thecheckout-shipping, #thecheckout-payment{
        margin-top: 20px;
        border: none;
    }
}

@media(min-width: 767px) {
    .checkout-area-9 {
        max-width: 66.6666666667%;
    }
}
#checkout .block-header.shopping-cart-header {
    border-top: none;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 10px;
}


.qty-box {
    position: relative;
}
 .cart-line-product-quantity {
    width: 83px !important;
    height: 48px !important;
    text-align: center;
    color: var(--textColor);
    border: 1px solid var(--textColor) !important;
    font-size: 16px;
}
#checkout .checkout-block a.cart-line-product-quantity-up, #checkout .checkout-block a.cart-line-product-quantity-down{
    width: 15px;
    height: 15px;
    border: none;
    background-color: transparent;
    background-size: 60%;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
#checkout .checkout-block a.cart-line-product-quantity-up{
    right: 5px;
    background: transparent;
    text-decoration: none !important;
}
#checkout .checkout-block a.cart-line-product-quantity-down{
    left: 5px;
    text-decoration: none !important;
    background: transparent;
}
/*.product-quantity .input-group-btn-vertical .btn {*/
/*    margin: 0;*/
/*    border: none;*/
/*}*/

#checkout .checkout-block a.cart-line-product-quantity-up::after {
    content: "\e145";
    font-family: "Material Icons";
    font-size: 16px;
    top: -7px;
    position: relative;
}
#checkout .checkout-block a.cart-line-product-quantity-down::after {
    content: "\e15b";
    font-size: 16px;
    font-family: "Material Icons";
    top: -7px;
    position: relative;
}

body#checkout a:hover {
    color: var(--textColor);
}


#checkout #content-wrapper .product-line-info.has-discount
{
    justify-content: flex-start;
}

#checkout .cart-overview
{
    padding: 0;
}

#checkout .product-line-image img{
    width: 70px;
    border: none;
    border-radius: 0;
}

#checkout #content-wrapper .cart-item {
    padding: 0;
    margin: 15px 0;
    border: none;

}

#checkout .product-line-info .label{
    font-size: 16px;
    color: var(--textColor);
}

#checkout .product-line-info .price{
    font-size: 16px;
    font-weight: 700;
}

#checkout .product-line-info .value{
    font-size: 16px;
    font-weight: 700;
    color: var(--textColor);
}

#checkout .product-line-body {
    align-items: center;
}
#checkout .product-line-actions
{
    flex-basis: 260px;
    padding-top: 0;
    align-items: center;
}

#checkout .product-line-delete{
    padding-top: 0;
    margin-top: -2px;
}
#checkout .checkout-block .product-price {
    color: var(--textColor);
    display: inline-block;
    font-size: 16px;
}
#checkout .product-line-info.product-title{
    margin-bottom: 0.5rem;
}

#checkout  .remove-from-cart .delete-from-cart:hover, #checkout  .cart-voucher .icon-delete:hover{
    filter: none;
}

#checkout .checkout-block .cart-detailed-totals > .card-block:first-child
{
    padding: 0;
    padding-top: 15px;
    border-top: 1px solid #B7B7C2;
    border-bottom: 1px solid #B7B7C2;
}

#checkout .cart-summary-line .label, #checkout .cart-summary-line .value
{
    font-size: 16px !important;
    color: var(--textColor);
}

#checkout .cart-detailed-totals > .card-block:last-child{
    padding: 20px 0 0 0;
    border-top: 1px solid #B7B7C2;

}
#checkout  .checkout-block .card.cart-summary {
    border-bottom: none;
    margin-bottom: 0;
}

#checkout .cart-detailed-totals > .card-block:last-child .label, #checkout .cart-detailed-totals > .card-block:last-child .value{
    font-size: 20px !important;
    font-weight: 700;
}

#thecheckout-order-message > .inner-area, #thecheckout-confirm > .inner-area{
    padding-top: 0;
}

#thecheckout-cart-summary> .inner-area{
padding-bottom: 0
}

#checkout #delivery_message{
    border-radius: 0;
    border-color: var(--textColor);
}
#checkout #delivery>label{
    text-transform: uppercase;
    font-size: 12px;
}

#checkout .card-block.block-promo {
    padding-top:0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
}

#checkout .block-promo .cart-voucher
{
    border: 1px solid #B7B7C2;
    margin: 0;
}
@media (min-width: 1000px) {
    div#tc-payment-confirmation :is(.dm_reviews, .dm_zbozi, .dm_heureka, .terms-and-conditions, .shaim_heureka_checkbox, .shaim_zbozi_checkbox)
    {
         justify-content: flex-start !important;
    }
}


#checkout .ps-shown-by-js button.btn.btn-primary.center-block {
    border-radius: 0;
    padding: 12px;
    max-width: unset;
    width: 100%;
    height: auto;
}

#confirm_order i{
    margin-right: 0;
    margin-top: -4px;
}

#checkout #thecheckout-confirm .condition-label > label{
    color: var(--textColor);
    font-size: 14px;
    font-weight: 400;
}
#checkout #thecheckout-confirm .condition-label > label a{
    color: var(--textColor);
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
#checkout #thecheckout-confirm .condition-label > label[for="conditions_to_approve[terms-and-conditions]"]:before{
    content: '*';
    color: #AF1719;
}

#checkout .cart-voucher > p > a.promo-code-button{
    border:none;
    padding: 15px 98px;
    background: white;
    width: fit-content;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

#checkout #thecheckout-cart-summary .block-promo .cart-voucher
{
    margin: 0;
    width: 405px;
    max-width: 100%;
}

#checkout .block-promo .promo-input-button .promo-input{
    border: none !important;
    border-bottom: 1px solid var(--textColor) !important;
}

#checkout .block-promo .promo-input-button > button{
    margin-left: 8px;
}

@media(max-width: 767px){
    #checkout .cart-voucher > p > a.promo-code-button {
        border: none;
        padding: 15px 40px;
    }
    #checkout .product-line-info .label, #checkout .product-line-info .value{
        font-size: 12px;
    }
    #checkout .product-line-body {
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    #checkout .product-line-image img {
        width: 50px;
    }
}

body#checkout .block_newsletter span.custom-checkbox span{
    flex: unset !important;
}
#checkout .custom-checkbox input[type=checkbox] + span .checkbox-checked
{
 color: white;
}

#blockcart-modal .product-quantity{
    margin-top: 20px;
}
#blockcart-modal .product-name{
    margin-bottom: 20px;
}

#blockcart-modal .modal-body {
    padding: 30px;
    background: #fff;
}

#blockcart-modal .product-image
{
    display: block;
    width: 172px;
    max-width:100%;
    margin: 0;
}

.ets_crosssell_nav_tabs{
    border-bottom: none;
    margin-bottom: 10px;
}

#blockcart-modal .cart-content {
    padding-left: 0;
}
#blockcart-modal .divide-right {
    border-right: 1px solid #B7B7C2;
}

#blockcart-modal .cart-content p.product-total{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #B7B7C2;
    border-bottom: 1px solid #B7B7C2;
    margin-top: 15px;
    margin-bottom: 15px;
}
#blockcart-modal .cart-content p span{
    font-weight: 400 !important;
    font-size: 16px;
}
#blockcart-modal .cart-content p.product-total span{
    font-weight: 700 !important;
    font-size: 20px;
}

#blockcart-modal .modal-body > .row{
    padding-bottom: 20px;
    border-bottom: 1px solid #B7B7C2;
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 15px;
    color: var(--textColor);
}

 .modal-title
{
     text-align: left !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--textColor) !important;
}

.modal-header
{
    background: #EFE1D7 !important;
    padding: 15px 30px;
    border-bottom: 1px solid #6F6F78 !important;
}

#blockcart-modal .modal-header .close .material-icons {
    color: var(--textColor);
    font-size: 36px;
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border-right: none;
    }

    #blockcart-modal .col-md-4{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

    #blockcart-modal .product-quantity {
        margin-top: 0;
        margin-bottom: 20px !important;
    }

    .ets_crosssell_tab_content button.slick-arrow, .tab_content button.slick-arrow
    {
       display: none !important;
    }

    #product .product-container> .col-md-5 > h1 {
        text-transform: none;
        font-size: 32px;
        line-height:normal;
        font-weight: 600;
    }
    #product .product-container .current-price-value {
        color: var(--textColor);
        font-weight: 600;
        font-size: 27px;
        line-height: normal;
    }

}

.page-pagenotfound .page-header, .page-pagenotfound .page-footer, #pagenotfound .page-header{
    display: none;
}

.page-pagenotfound #wrapper, #pagenotfound #wrapper{
    background: url("/themes/ThemeVillaro/assets/img/404-bg.png");
    background-size: cover;
}

.page-pagenotfound #footer, #pagenotfound #footer {
    margin-top: 0;
}
#pagenotfound .page-not-found, #products .page-not-found{
    max-width: 600px;
    padding: 1rem;
    margin: 160px auto;
    overflow: auto;
    font-size: .875rem;
    color: white;
    background: transparent;

}

#products .page-not-found{
    max-width: 100%;
    margin: 0;
    background: url(/themes/ThemeVillaro/assets/img/404-bg.png);
    background-size: cover;
}


#search #content.page-not-found > p{
    color: white;
}
.page-not-found .btn-secondary-light{
    background-color: white;
}

.not-found-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.not-found-box p{
    font-weight: 800;
    color: white;
    font-size: 16px;
}
.not-found-box h2{
    font-weight: 600;
    color: white;
    font-size: 42px;
}

.not-found-box h4{
    font-weight: 400 !important;
    color: white;
    font-size: 24px !important;
    line-height: normal;
}
.not-found-box .or-box span{
    font-size: 16px;
    color: white;
}
@media(min-width: 991px){
    #contact .contact-rich, #contact .contact-form{
        width: calc(50% - 30px);
        float: left;
    }
    #contact .contact-rich{
        margin-right: 30px;
    }
    #contact .contact-form{
        margin-left: 30px;
    }
}
#contact .page-header{
    margin: 10px 0 30px 0;
}
#contact .page-header h1{
    font-weight: 600;
    font-size: 42px;
    line-height: 44px;
}
#contact .contact-item{
    padding: 20px;
    border: 1px solid #3B3B3F;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    flex-direction: column;
}
#contact .company-data{
    display: flex;
    flex-wrap: wrap;
}
#contact .contact-item span{
    font-size: 16px;
}
#contact .contact-item span:first-child{
    font-weight: 700;
}

#contact .contact-item:nth-child(2){
    border-left: none;
    border-right: none;
}
#contact .contact-item:nth-child(3){
    border-right: none;
}

#contact .contact-data{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
#contact .contact-data > div{
    padding-left: 0;
    padding-right: 30px;
    font-size: 16px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#contact .contact-data > div .title{
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #6F6F78;
    width: fit-content;
    margin-bottom: 0;
}

#contact  .contact-form{
    margin-top: 84px;
    background-color: #F9F2ED;
    padding: 50px 40px;
}

#contactform-message{
    height: auto;
}
select#id_contact{
    width: 100%!important;
}
.contact-form-submit{
    margin-top: 30px;
    padding: 10px 60px;
}

.contact-form .form-control-label{
    margin-bottom: 0;
}

.contact-form-title{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media(min-width: 767px) {
    #contact .block.mobile {
        display: none;
    }
    #contact .info-box > .block{
        width: 50%;
    }
    #contact .info-box > .block:first-child{
        border-right: 1px solid #3B3B3F;
    }
}
#contact .info-box > .block:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#contact .info-box{
    display: flex;
    border: 1px solid #3B3B3F;
}

#contact .flex-block{
    display: flex;

    gap: 10px;
    width: 100%;
    max-width: 420px;
}

#contact .flex-block img{
    margin-top: -30px;
}
#contact #content{
    padding: 0;
}
#contact .info-box a.btn{
    width: 100%;
    margin: 0 15px;
    max-width: 400px;
}

#contact .info-box h3{
    font-weight: 600;
    font-size: 32px;
}

@media(max-width: 767px){
    #contact .contact-item:nth-child(1){
        border-right: none;
    }
    #contact .contact-item:nth-child(2) {
        border-right: 1px solid #3B3B3F;
        border-left: 1px solid #3B3B3F;
    }
    #contact .contact-item:nth-child(3), #contact .contact-item:nth-child(4) {
        border-top: none;
    }

    #contact .contact-data{
        gap: 20px;
    }

    #contact .contact-data > div{
        width: calc(50% - 10px);
    }
    #contact .contact-data > div {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #contact .contact-form {
        margin-top: 30px;
        background-color: #F9F2ED;
        padding: 20px;
        margin-bottom: 30px;
    }

    #contact .info-box > .block:nth-child(1){
        display: none;
    }

    #contact .info-box{
        flex-direction: column;
    }
    #contact .info-box > .block.mobile img{
        width: 100%;
    }
    #contact .info-box > .block.mobile{
        border-top: 1px solid #3B3B3F;
    }
}


/*.size-opened .modal-backdrop.fade.in{*/
/*    display: none;*/
/*}*/

#iqitsizecharts-modal .close{
    opacity: 1;
}

.size-box-variants{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
@media(max-width: 992px){
    .size-box-variants {
        justify-content: start;
        flex-direction: column;
        align-items: start;
    }
}
.size-box-variants .size-btn{
    padding: 0;
    background: white;
    border: none;
    text-transform: none;
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #0A0A0B;

}

.size-btn-box{
    display: flex;
    gap: 10px;
    align-items: center;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-21, .cms-id-22, .cms-id-25, .cms-id-26, .cms-id-27, .cms-id-28)
#content-wrapper .page-header h1
{
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 600;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper p {
    color: #3B3B3F;
    font-size: clamp(14px, 3vw, 16px);
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper p span {
    color: #3B3B3F !important;
    font-size: clamp(14px, 3vw, 16px) !important;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper h4 span {
    font-size: clamp(18px, 3vw, 22px) !important;
    font-weight: 700 !important;
}

.cms-id-3 #content-wrapper .title {
    margin-bottom: 14px;
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
}

.cms-id-3 #content-wrapper .text {
    margin-bottom: 34px;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 400;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper a {
    text-decoration: underline !important;
    color: #3B3B3F !important;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper a span {
    color: #3B3B3F !important;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper ul li {
    color: #3B3B3F !important;
}

:is(.cms-id-1, .cms-id-2, .cms-id-3, .cms-id-4, .cms-id-7, .cms-id-13, .cms-id-14, .cms-id-15, .cms-id-16, .cms-id-17, .cms-id-18, .cms-id-20, .cms-id-22, .cms-id-25, .cms-id-27, .cms-id-28)
#content-wrapper h2 span {
    margin-bottom: 14px !important;
    font-size: clamp(18px, 3vw, 22px) !important;
    font-weight: 700 !important;
}

.cms-id-3 #content-wrapper .text_collapse {
    margin-bottom: 14px;
}

.cms-id-3 #content-wrapper .link {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

/* Landing */

#module-advancedcms-adcms .box_row {
    display: flex;
    flex-direction: column;
}

#module-advancedcms-adcms .landing_img {
    margin: 0;
    padding: 0;
    width: 100%;
}

#module-advancedcms-adcms .landing_img img {
    height: auto;
}

#module-advancedcms-adcms .box {
    flex: 1;
    border: 1px solid #222225;
    padding: 40px;
    box-sizing: border-box;
}

#module-advancedcms-adcms .box:first-child {
    border-bottom: none;
}

#module-advancedcms-adcms .box:last-child {
    border-top: none;
}

#module-advancedcms-adcms .box__title_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 21px;
}

#module-advancedcms-adcms .box__title_container p {
    margin-bottom: 0;
}

#module-advancedcms-adcms .box__title {
    font-size: clamp(16px, 3vw, 20px);
    color: #222225;
    font-weight: 700;
}

#module-advancedcms-adcms .box__content {
    font-size: clamp(14px, 3vw, 16px);
    color: #222225;
}


#module-advancedcms-adcms .img_text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    width: 562px;
}

#module-advancedcms-adcms .img_text-reverse {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
}

#module-advancedcms-adcms .img_text-reverse h3 {
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 600;
    margin-bottom: 23px;
}

#module-advancedcms-adcms .img_text-reverse .list_text {
    padding-bottom: 14px;
    border-bottom: 1px solid #6F6F78;
}

#module-advancedcms-adcms .img_text-reverse .list_text:last-child {
    border-bottom: none;
}

#module-advancedcms-adcms .row_middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

#module-advancedcms-adcms .row_middle-reverse {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}

#module-advancedcms-adcms .row__bottom {
    margin-bottom: 30px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
}

#module-advancedcms-adcms .row__bottom-reverse {
    flex-direction: column-reverse;
}

#module-advancedcms-adcms .row__bottom_box {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #3B3B3F;
}
#module-advancedcms-adcms .row__bottom_box p{
    margin-bottom: 0;
}
#module-advancedcms-adcms .row__bottom_img {
    width: 100%;
    padding: 0 !important;
}

#module-advancedcms-adcms .row__bottom_img img {
    height: auto;
    max-height: 260px;
}

#module-advancedcms-adcms .contact_left .title {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 600;
}

#module-advancedcms-adcms .contact_right {
    width: 100%;
}

#module-advancedcms-adcms .contact_right .rte {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#module-advancedcms-adcms .contact_right .box_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #3B3B3F;
    flex: 1;
}

#module-advancedcms-adcms .contact_right .box_contact:first-child {
    border: 1px solid #3B3B3F;
    border-bottom: none;
}

#module-advancedcms-adcms .contact_right .box_contact:last-child {
    border: 1px solid #3B3B3F;
    border-top: none;
}

#module-advancedcms-adcms .row_bot {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 80px;
}

#module-advancedcms-adcms .row-img {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#module-advancedcms-adcms .img-box {
    padding: 80px;
    flex: 1;
    width: 100%;
    background-color: #222225;
}

#module-advancedcms-adcms .img-box .rte {
    display: flex;
    flex-direction: column;
}

#module-advancedcms-adcms .img-box .title {
    color: #ffffff;
    font-size: clamp(26px,3vw,42px);
    font-weight: 600;
}

#module-advancedcms-adcms .img-box .sub_title {
    padding-bottom: 17px;
    margin-bottom: 17px;
    color: #ffffff;
    font-size: clamp(18px,3vw,22px);
    font-weight: 700;
    border-bottom: 1px solid #6F6F78;
}

#module-advancedcms-adcms .img-box .text {
    margin-bottom: 17px;
    color: #ffffff;
    font-size: clamp(14px, 3vw, 16px);
}

@media (min-width: 600px) {
    #module-advancedcms-adcms .contact_right .rte {
        flex-direction: row;
    }
    #module-advancedcms-adcms .contact_right .box_contact:first-child {
        border: 1px solid #3B3B3F;
        border-right: none;
    }

    #module-advancedcms-adcms .contact_right .box_contact:last-child {
        border: 1px solid #3B3B3F;
        border-left: none;
    }
}

@media (min-width: 992px) {
    #module-advancedcms-adcms .box_row, #module-advancedcms-adcms .row_middle-reverse {
        flex-direction: row;
    }

    #module-advancedcms-adcms .box:first-child {
        border: 1px solid #222225;
        border-right: none;
    }

    #module-advancedcms-adcms .box:last-child {
        border: 1px solid #222225;
        border-left: none;
    }
}

@media (min-width: 1200px) {
    #module-advancedcms-adcms .row_bot {
        flex-direction: row;
    }
    #module-advancedcms-adcms .row-img {
        flex-direction: row;
    }
    #module-advancedcms-adcms .img-box {
        width: 50%;
    }
    #module-advancedcms-adcms .landing_img {
        width: 50%;
    }
    #module-advancedcms-adcms .contact_right {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    #module-advancedcms-adcms .row__bottom, #module-advancedcms-adcms .row__bottom-reverse {
        margin-bottom: 0;
        flex-direction: row;
    }

    #module-advancedcms-adcms .row__bottom_img,#module-advancedcms-adcms .row__bottom_box {
        width: 50%;
    }

    #module-advancedcms-adcms .row_bot {
        gap: 140px;
    }
}

@media(min-width: 767px){
    #module-advancedcms-adcms .left-move{
        margin-left: -6.5vw;
        width: calc(100% + 6.5vw);
    }
}
#advanced_cms_wrapper_1{
    position: relative;
}
#advanced_cms_wrapper_1 .absolute-text{
    top: 7%;
    position: absolute;
    font-size: 42px;
    color: white;
    max-width: 600px;
    line-height: normal;
    font-weight: 600;
    left: 15px;
}

@media(max-width: 767px){
    #advanced_cms_wrapper_1 .absolute-text {
        position: relative;
        top: unset;
        left:0;
        color: var(--textColor);
        font-size: 22px;
        max-width: 100vw;
        margin-left: 15px;
        margin-right: 15px;
    }
    #advanced_cms_wrapper_1{
        overflow: hidden;
    }

    #advanced_cms_wrapper_1 .row_middle > div{
        padding: 0;
    }


}
#advanced_cms_wrapper_1 .contact_left, #advanced_cms_wrapper_1 .contact_right{
    padding: 0;
}

.featured-products .all-product-link{
    font-size: 16px;
    color: var(--textColor);
}
.done {
    color: var(--textColor);
}

#content-hook-order-confirmation-footer{
    margin-left: 15px;
    margin-right: 15px;
}

.salon-cms{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:2rem;
    font-family: "Karla", sans-serif;
    color:#555;
}

.salon{
    border:1px solid #e5e5e5;
    padding:1.5rem;
    border-radius:6px;
    background:#fff;
}

.salon h3{
    margin-top:0;
    font-size:1.1rem;
    line-height:1.3;
}

.salon__map a{
    display:inline-block;
    margin-top:0.5rem;
    color:#0077cc;
    text-decoration:underline;
    font-weight:600;
}
@media(max-width: 767px) {
    .promo_info_text > div {
        flex-direction: column;
    }
}

.feds_offcanvas_tri{
    background: var(--textColor);
}

@media(min-width: 767px){
    .product-show-list .gm_omniprice{
        text-align: right;
    }
}

.feds_block_title{
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--textColor);
    font-size: 14px;
    font-weight: 500;
}

.recaptcha-wrap{
    margin: 10px 0;
}

#registration .recaptcha-wrap, #identity .recaptcha-wrap{
    margin: 10px 15px;
}

#customer-form > div{
    display: flex;
    flex-direction: column;
}

#product-modal .modal-content .modal-body .product-images img{
    width: 100%;
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    background: white;
    flex-direction: column;
    gap: 15px;
}

#product-modal .modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
}

#product-modal .product-cover-modal{
    max-height: 70vh;
    width: auto;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
}

#product-modal .main-image-modal{
    display: flex;
    justify-content: center;
}

/* zoom styles*/

.zoom, .original {
    position: relative;
}
.zoom {
    display: inline-block;
}
.original {
    cursor: zoom-in;
}

.zoom .viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zoom .viewer img {
    position: absolute;
    max-width: unset;
    max-height: unset;
}

.viewer {
    display: none;
}
.original:hover ~ div {
    display: block;
}
.original::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    #product .featured-products .col-xl-4{
        width: 25%;
    }
}


.cart-grid-on-click .shopping-cart-header{
    font-weight: 700;
}

.promo-box .pp-products-homepage-promo-counter-box > .products{
    max-width: 60%;
}

#category-description .more-text {
    display: none;
}

#category-description .toggle-more {
    margin-top: 10px;
    padding: 6px 12px;
   text-transform: none;
}

@media(min-width: 576px) {
    #order-items .image img{
        max-width: 60px;
    }

}

.delivery-options .row.delivery-option{
    flex-wrap: wrap !important;
}

.apaczka-additional-div{
    text-align: center;
}

#checkout .offer-login.expanded .social-login:before{
    position: relative;
    top: 0;
    left: 10px;
    border: none;
}

#checkout .offer-login.expanded .social-login{
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.size-btn-box{
    display: none;
}

.product-variants > .product-variants-item:last-child .size-btn-box{
    display: flex;
}

#product .promo_info_text p{
    margin-bottom: 0;
}
.block_newsletter{
    max-width: 100%;
}

/*@media(min-width: 767px) {*/
/*    #footer .col-md-12.links {*/
/*        padding-top: 40px;*/
/*    }*/


/*#footer .footer-container*/
/*    {*/
/*        padding-top:0;*/
/*    }*/
/*}*/

.product-miniature .product-price-and-shipping li.product-flag{
    width: fit-content;
    padding: 6px 8px;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

@media(max-width: 767px){
    .product-miniature .product-price-and-shipping li.product-flag {
        padding: 4px 6px;
        font-size: 10px;
        line-height: 14px;
    }
}

.cms-id-18 #ak_returns_banner_3ba31d43-bf8f-4acd-8bf1-99e498a35f4b a.akc-banner-footer-button{
    color: white !important;
    text-decoration: none !important;
}