:root {
    --primary-color: #000000;
    --secondary-color: #8b712e;
     --thirdy-color: #e7e7e7;

    --btn-primary-border-radius: 0.25rem;
    --btn-primary-color: #fff;
    --btn-primary-background-color: #000000;
    --btn-primary-border-color: #000000;
    --btn-primary-hover-color: #fff;
    --btn-primary-background-hover-color: #495867;
    --btn-primary-border-hover-color: #495867;
    --btn-primary-font-weight: 300;

    --btn-secondary-border-radius: 0.25rem;
    --btn-secondary-color: #fff;
    --btn-secondary-background-color: #8b712e;
    --btn-secondary-border-color: #8b712e;
    --btn-secondary-hover-color: #fff;
    --btn-secondary-background-hover-color: #495867;
    --btn-secondary-border-hover-color: #495867;
    --btn-secondary-font-weight: 300;

    --heading-color: #000;
    --heading-font-family: "Montserrat", sans-serif;
    --heading-font-weight: 300;

    --title-color: #000;
    --title-font-family: "Playfair Display", sans-serif;
    --title-font-weight: 400;

    --body-color: #000;
    --body-background-color: #fff;
    --body-font-family: "Montserrat", sans-serif;
    --body-font-size: 17px;
    --body-font-weight: 300;

    --section-heading-color: #000;
    --section-heading-font-family: "Montserrat", sans-serif;
    --section-heading-font-size: 30px;
    --section-heading-font-weight: 300;

    --section-subheading-color: #000;
    --section-subheading-font-family: "Montserrat", sans-serif;
    --section-subheading-font-size: 16px;
    --section-subheading-font-weight: 300;
}

a{
    color: var(--secondary-color);
}

body{
    font-family: "Playfair Display";
}

body:not(.home__page){
    padding-top: 80px;
}

.heading_72, .heading_48, .heading_42, .heading_34, .heading_24, .heading_18, .text_16, .text_14, .text_12,
h1, h2, h3, h4, h5, h6,
.section-heading,
._customfont{
    font-family: "Playfair Display";
}

.smaller {
    font-size: .75em
}

._sans_serif{
    font-family: "Montserrat";   
}

h4, 
h5{
    font-family: "Montserrat";
    font-weight: 300;
}



h1, h2{
    font-weight: 200;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.btn,
.btn-atc{
    font-family: "Montserrat";   
}

.btn-primary, .btn-secondary, .btn-member,
.btn-primary-custom{
/*    border-radius: 0;*/
}

.btn-dark{
    border: none;
}
.langSwitch{
	color: #fff;
}
._header_scrolled .langSwitch{
	color: #fff;
}
._signup_form{
/*    max-width: 960px;*/
    margin-left: auto;
    margin-right: auto;
}

._signup_form label,
._signup_form input{
    display: block;
    width: 100%;
}

._signup_form .btn{
    border-radius: 10px;
    height: 38px;
}

._signup_form .boxDivBorder{
    border-radius: 12px;
    background-color: #00000008;
    max-width: 540px;
    margin: 5px auto 15px auto;
}

._signup_form label{
    font-size: 12px;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl{
    --bs-offcanvas-zindex: 1051;
}

.bg-dark a{
    color: var(--secondary-color);
}

._hover_darker:hover{
    filter: brightness(0.95);
}

._no_select{
    user-select: none;
}


p b,
p strong{
    font-weight: 700;
}

/*._dark_theme h1,
._dark_theme h2,
._dark_theme h3,
._dark_theme h4,
._dark_theme h5,
._dark_theme h6 {
    color: #f2f2f2;
}*/

._dark_theme .trusted-heading{
/*    color: var(--secondary-color);*/

}

hr {
    opacity: 0.7;
}

.m-0 {
    margin: 0px !important
}
 

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-30 {
    margin: 30px !important
}

.m-40 {
    margin: 40px !important
}

.m-50 {
    margin: 50px !important
}

.m-60 {
    margin: 60px !important
}

.m-70 {
    margin: 70px !important
}

.m-80 {
    margin: 80px !important
}

.m-90 {
    margin: 90px !important
}

.m-100 {
    margin: 100px !important
}

.m-110 {
    margin: 110px !important
}

.m-120 {
    margin: 120px !important
}

.m-130 {
    margin: 130px !important
}

.m-140 {
    margin: 140px !important
}

.m-150 {
    margin: 150px !important
}

.m-160 {
    margin: 160px !important
}

.m-170 {
    margin: 170px !important
}

.m-180 {
    margin: 180px !important
}

.m-190 {
    margin: 190px !important
}

.m-200 {
    margin: 200px !important
}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
    padding: 0 !important;
}
 

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.p-60 {
    padding: 60px !important
}

.p-70 {
    padding: 70px !important
}

.p-80 {
    padding: 80px !important
}

.p-90 {
    padding: 90px !important
}

.p-100 {
    padding: 100px !important
}

.p-110 {
    padding: 110px !important
}

.p-120 {
    padding: 120px !important
}

.p-130 {
    padding: 130px !important
}

.p-140 {
    padding: 140px !important
}

.p-150 {
    padding: 150px !important
}

.p-160 {
    padding: 160px !important
}

.p-170 {
    padding: 170px !important
}

.p-180 {
    padding: 180px !important
}

.p-190 {
    padding: 190px !important
}

.p-200 {
    padding: 200px !important
}

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
    margin-top: 0 !important;
}
 
.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mt-170 {
    margin-top: 170px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mt-190 {
    margin-top: 190px !important
}

.mt-200 {
    margin-top: 200px !important
}

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
    margin-right: 0 !important;
}
 

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mr-110 {
    margin-right: 110px !important
}

.mr-120 {
    margin-right: 120px !important
}

.mr-130 {
    margin-right: 130px !important
}

.mr-140 {
    margin-right: 140px !important
}

.mr-150 {
    margin-right: 150px !important
}

.mr-160 {
    margin-right: 160px !important
}

.mr-170 {
    margin-right: 170px !important
}

.mr-180 {
    margin-right: 180px !important
}

.mr-190 {
    margin-right: 190px !important
}

.mr-200 {
    margin-right: 200px !important
}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
    margin-bottom: 0 !important;
}
 

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.mb-150 {
    margin-bottom: 150px !important
}

.mb-160 {
    margin-bottom: 160px !important
}

.mb-170 {
    margin-bottom: 170px !important
}

.mb-180 {
    margin-bottom: 180px !important
}

.mb-190 {
    margin-bottom: 190px !important
}

.mb-200 {
    margin-bottom: 200px !important
}

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
    margin-left: 0 !important;
}
 

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-80 {
    margin-left: 80px !important
}

.ml-90 {
    margin-left: 90px !important
}

.ml-100 {
    margin-left: 100px !important
}

.ml-110 {
    margin-left: 110px !important
}

.ml-120 {
    margin-left: 120px !important
}

.ml-130 {
    margin-left: 130px !important
}

.ml-140 {
    margin-left: 140px !important
}

.ml-150 {
    margin-left: 150px !important
}

.ml-160 {
    margin-left: 160px !important
}

.ml-170 {
    margin-left: 170px !important
}

.ml-180 {
    margin-left: 180px !important
}

.ml-190 {
    margin-left: 190px !important
}

.ml-200 {
    margin-left: 200px !important
}

/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
    padding-top: 0 !important;
}


.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-160 {
    padding-top: 160px !important
}

.pt-170 {
    padding-top: 170px !important
}

.pt-180 {
    padding-top: 180px !important
}

.pt-190 {
    padding-top: 190px !important
}

.pt-200 {
    padding-top: 200px !important
}

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
    padding-right: 0 !important;
}
 
.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pr-90 {
    padding-right: 90px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pr-110 {
    padding-right: 110px !important
}

.pr-120 {
    padding-right: 120px !important
}

.pr-130 {
    padding-right: 130px !important
}

.pr-140 {
    padding-right: 140px !important
}

.pr-150 {
    padding-right: 150px !important
}

.pr-160 {
    padding-right: 160px !important
}

.pr-170 {
    padding-right: 170px !important
}

.pr-180 {
    padding-right: 180px !important
}

.pr-190 {
    padding-right: 190px !important
}

.pr-200 {
    padding-right: 200px !important
}

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
    padding-bottom: 0 !important;
}
 

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pb-160 {
    padding-bottom: 160px !important
}

.pb-170 {
    padding-bottom: 170px !important
}

.pb-180 {
    padding-bottom: 180px !important
}

.pb-190 {
    padding-bottom: 190px !important
}

.pb-200 {
    padding-bottom: 200px !important
}

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
    padding-left: 0 !important;
}
 
.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pl-100 {
    padding-left: 100px !important
}

.pl-110 {
    padding-left: 110px !important
}

.pl-120 {
    padding-left: 120px !important
}

.pl-130 {
    padding-left: 130px !important
}

.pl-140 {
    padding-left: 140px !important
}

.pl-150 {
    padding-left: 150px !important
}

.pl-160 {
    padding-left: 160px !important
}

.pl-170 {
    padding-left: 170px !important
}

.pl-180 {
    padding-left: 180px !important
}

.pl-190 {
    padding-left: 190px !important
}

.pl-200 {
    padding-left: 200px !important
}

.pre_footer,
.bg-5 {
    background-color: var(--thirdy-color);
}

.body-wrapper {
    position: relative;
    max-width: 100%;
}

.heading_18 {
    font-size: 18px;
}

.trusted-heading {
    color: #000000;
}

.heading_42 {
    font-weight: 300;
    text-transform: uppercase;
}

.heading_29 {
    font-weight: 300;
    font-size: 29px;
    line-height: 1.08;
    letter-spacing: 0.25px;
}

.heading_55 {
    font-weight: 300;
    font-size: 43px;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

@media (max-width: 767px) {
    .heading_55 {
        font-size: 25px; 
    }
}

@media (max-width: 520px) {
    .heading_55 {
        font-size: 18px; 
    }
}

.slide-subheading {
    font-weight: 300;
    line-height: 1.2;
}

.bg-1 {
    background-color: var(--secondary-color);
}

.icon-user path {
    fill: #000 !important;
}

.modal-dialog:not(.modal-xl){
    max-width: 500px;
    margin: 1.75rem auto;
}

#modal_misure .modal-dialog{
    max-width: 750px;
}

.newsletter-modal-content {
    outline: none;
}

.product-card-details {
    padding-left: 15px;
    padding-right: 15px;
/*    padding-left: 20px;*/
}

.product-card-img .hover-switch {
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
    background: #fff;
	border: 1px solid rgba(0,0,0,0.5);
}

.btn-buyit-now {
    background: #000;
}

.badge-label{
    background-color: #838383;
}

.banner-img {
    display: block;
    position: relative;
    background-size: cover;
    height: 30vw;
    background-attachment: fixed;
}

.__banner_1{
    background-position: center;
}

.overlay-50:before {
    background-color: rgba(0, 0, 0, 0.5) !important;
}


.overlay-75:before {
    background-color: rgba(0, 0, 0, 0.75) !important;
}
.listIcons{
	list-style: none;
	margin: 0; padding: 0;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.listIcons li{
	padding: 10px 10px 0px 10px;
}

.product-card-img img {
/*    height: 300px;*/
    height: 100%;
    width: 100%;
/*    object-fit: cover;*/
    object-fit: contain;
}

.product-card-img.product-card-img-contain img {
    object-fit: contain;
}

.widget-link a {
    word-break: break-word;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.25px;
    color: #000000;
}

.widget-link a.active{
    color: var(--secondary-color);
    text-decoration: underline;
}

.newsletter-modal-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.slide-content {
    margin-left: -150px;
}

.slide-img {
    height: 90vh;
}

 
._fullscreen,
._fullscreen .slide-img{
    height: 100vh;
}

._fullscreen .slide-img{
    object-fit: cover; 
    margin-bottom: 0;
}
 

@media (max-width: 991px) {

    ._fullscreen,
    ._fullscreen .slide-img{
        height: 50vh;
    }
    
}

.homeslide .container{
    padding-left: 110px;
    padding-right: 110px;
}

@media (max-width: 767px) {
    
    .homeslide .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    #MainContent > .mt-100{
        margin-top: 40px !important;
    }

}

.homeslide .slick-initialized .slick-slide {
    display: block;
    background-color: #fff;
}

.homeslide .slick-slide img {
    width: 100%;
}

.slide-content {
    max-width: 50vw;
}

.rounded{
    border-radius: 14px !important;
}

.logo-main img {
    width: 150px;
}
/*
.icon-trusted{
    filter: invert(1);
}
*/
.img-menu-action:hover span,
.main-menu .menu-list-item.active .nav-link,
.main-menu .menu-list-item:hover .nav-link,
.main-menu .nav-text-sub:hover {
/*    font-weight: bold;*/
}

.img-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-cover {
    background-size: cover;
}

.box-home-img {
    display: block;
    position: relative;
}

        .box-home-img:before{
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: 0;
            position: absolute;
            z-index: 0;
            background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.85),
                transparent
              );
            opacity: 0.4;
        }

        .box-home-img.no_caption:before{
            display: none !important;
        }

.img-md {
    height: 500px;
}

.img-xl {
    height: 900px;
}



.btn-ban {
    font-size: 13px;
    letter-spacing: 1.5px;
    height: 40px;
    border: 1px solid #fff;
    background-color: rgb(32 33 37);
    color: #fff;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    display: inline-flex;
    margin: 0;
    transition: all .3s ease;
    border-radius: 4px;
    text-transform: uppercase;
    min-width: 180px;
}

.btn-ban:hover {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    color: #202125;
}

.slide-content-1 .slide-heading,
.slide-content-1 .slide-subheading {
    color: #000;
}

.btn-primary-custom {
    letter-spacing: 1.5px;
    font-size: 13px;
    letter-spacing: 1.5px;
    height: 40px;
    background-color: black;
    color: white;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    display: inline-flex !important;
    margin: 0;
    transition: all .3s ease;
    text-transform: uppercase;
    min-width: 180px;
    border-radius: 4px;
    margin-top: 30px;
}

.btn-primary-custom.btn-vedi {
    min-width: auto;
    padding: 0 30px;
}

.btn-primary-custom:hover {
    background-color: white !important;
    border: 1px solid black;
    color: black !important;
}

.row>* {
    /*padding-right: 5px;
    padding-left: 5px;*/
}

.box-home {
/*    height: 700px;*/
    display: block;
    position: relative;
}

.box-home-img img {
    /*    height: 700px;*/
    
    object-fit: cover;
    width: 100%;
    height: 100%;
}

 

@media (max-width: 576px) {

    .box-home{
        height: 63vw;
    }
    
}


.box-content {
    position: absolute;
    bottom: 12%;
    text-align: left;
    left: 10%;
    width: 90%;
}

.box-content h4 {
    color: #fff;
    width: 100%;
}

.trusted-section {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.section-heading {
    text-transform: uppercase;
}

.collection-tab-inner {
    margin-top: 0;
}

.single-banner-content {
    max-width: 70%;
}

.btn.btn-misure{
	border: 1px solid var(--btn-primary-border-hover-color);
    background-color: var(--btn-primary-background-hover-color);
}
.btn.btn-misure:hover{
	border: 1px solid #000;
    background-color: #000;
}



.bcover {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.main-menu .menu-list-item:hover .nav-link{
    font-weight: 500;
}

.toggle-password{
    cursor: pointer;
}

.btn-light {
    color: #000 !important;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

._wishlist_added{
    border-color: #d9837b;
    background-color: #d9837b;
    color: #fff;
}

._wishlist_added svg,
._wishlist_added svg path{
    fill: #fff;
}

.product-card-action-2 form{
    width: 48%;
}

    .product-card-action-2 form button{
        width: 100% !important;
    }

@media (max-width: 1199px) {

        .header-1 .main-menu > .menu-list-item {
            padding-left: 10px;         
            padding-right: 10px;         
        }

        .main-menu .nav-link{
            font-size: 13px;
        }
    
}

@media (max-width: 1600px) {

    .slide-content{
        margin-left: 0;
    }
    
}


.brand-logo-section .slick-slide a{
    position: relative;
    display: block;
    padding: 20px;
    height: 200px;

}

.brand-logo-section .slick-slide a span{
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .brand-logo-section .slick-slide a img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.text-primary{
/*    color: #66d9a7 !important;*/
}

.__services img{
    border-radius: 16px;
}

/*.product-price-wrapper del{
    color: red;
}
*/
.modal-header {
 /*   position: absolute;
    right: 0;
    margin-right: 0;
    z-index: 9999999999;*/
}

.credits_link {
    color: #38B5E6 !important;
    font-weight: 700;
    font-family: sans-serif;
}

.credits_link:hover {
    color: #fff !important;
}

.credits_link:before {
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    background-image: url(https://www.clion.it/favicon-96x96.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;

    transition: all 450ms ease;
}

.credits_link:hover:before {
    transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
}

.pre_footer a {
    display: inline-block;
    margin: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-family: var(--heading-font-family);
}

p.h6{
    line-height: 1.5;
}

.__about video,
.__about .bg-light{
/*    border-radius: 10px;*/
    overflow: hidden;
}

.__about_gal a{
/*    padding-bottom: 60%;*/
    height: 200px;
    overflow: hidden;
    display: block;
/*    border-radius: 10px;*/
    position: relative;
     transition: all 250ms ease; 
}

.__about_gal a:hover{
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 18px 18px -8px #00000033;
}

    .__about_gal a img{
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.header-cart{
    position: relative;
}

.header-cart span{
    top: calc(0.25rem + 1em);
    left: calc(0.5rem + 1em);
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #000;
    color: #ffffff;
    font-size: 0.625rem;
    line-height: 1rem;
    text-align: center;
    font-weight: 600;
}

._slick_banner_centro .box-home-img{
  
/*        max-height: 30vh;*/
    aspect-ratio: 0.8;
}


._banner_footer .box-home-img{
  
/*        max-height: 30vh;*/
    aspect-ratio: 1.6;
}

@media (min-width: 992px) {

    .header-1 .main-menu > .menu-list-item {
        padding: 28px 12px;
    }

    .megamenu-container>.nav-item-sub {
        width: 20%;
        padding: 0;
        padding-left: 40px;
        padding-top: 20px;
    }
      .account-page,
      .account-page.mt-100 {
        margin-top: 100px !important;
    }
 

    ._slick_banner_centro .box-home{
        padding: 30px;
    }

    ._slick_banner_centro .box-home-img{
        border-radius: 20px;
        overflow: hidden;
    }

       

}

@media (max-width: 991px) {

    
    .logo-main img{
        width: 100px;
    }



    .banner-img{
        height: 50vh;
        background-attachment: initial;
        background-position: right center;
    }

    .img-xl{
        height: 400px;
    }

    .filter-sort-wrapper{
        z-index: 9;
    }
    
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {


    .logo-main img{
        width: 100px;
    }

    .open-submenu{
        width: 100%;
    }

    .collection.mt-100,
    .account-page.mt-100{
        margin-top: 30px !important;
    }

    .breadcrumb{
        display: none;
    }

    .slide-content {
        margin-left: 0;
    }

    .slide-content {
        max-width: 90%;
    }

    .homeslide .slide-img {
        height: 50vh;
    }

    .product-card-img .hover-switch {
        height: 250px;
    }
}

.img-large-list.__single .img-large-wrapper{
    width: 100%;
}

@media screen and (max-width: 575px) {

    .product-card-img .hover-switch{
        height: 200px;
    }


}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 900px) and (min-width: 600px) {}


#toast-container>.toast-success{
    background-color: #04a74d;
}

._zoomicon{
    position: absolute;
    right: 40px;
    top: 20px;
}

.pagination .active .link{
    color: #dd5a4f;
    text-decoration: underline;
}

.icon-wishlist.active path{
    fill: #dd5a4f;
}

.slick-list{
    padding-left: 0;
    padding-right: 0;
}
.credits_link{
    color: #38B5E6 !important;
    font-weight: 700;
    font-family: sans-serif;
}

.credits_link:hover{
    color: #fff !important;
}

    .credits_link:before{
        content: "";
        vertical-align: middle;
        width:16px;
        height: 16px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        background-image: url(https://www.clion.it/favicon-96x96.png);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center center;

        transition: all 450ms ease;
    }

        .credits_link:hover:before{
            transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
        }

.whatsapp_btn{
    position: fixed;
    display: inline-block;
    background-color: #27b43e;
    color: #fff !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 25px;
    line-height: 2;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 50px;
}

.btn-whatsapp{
    border: none;
    background-color: #27b43e;
}


@media (max-width: 575px) {

    #scrollup{
        width: 36px;
        height: 36px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp_btn{
        width: 36px;
        height: 36px;
        bottom: 13px;
        left: 50px;
        font-size: 18px;
    }
    
}

.slideshow-section .arrow-slider,
.featured-collection .arrow-slider,
.diesel-itmes-container .arrow-slider{
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 575px) {
        
    .slideshow-section .arrow-slider,
    .featured-collection .arrow-slider{
        transform: scale(0.6);
        top: 20%;
    }

}

.diesel-items .slick-slide{
    position: relative;
    padding-bottom: 30px;
    transform: scale(0.9);
}

    .diesel-items span{
        position: absolute;
        z-index: 0;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 12px;
        text-align: center;
        background-color: var(--secondary-color);
        color: #fff;
    }

.bg-cover{
    background-size: cover;
}

.attachment-default{
    background-attachment: initial;
}

.brand-logo-section .arrow-slider{
    transform: scale(0.6);
    top: 44px;
}


.submenu-transform-desktop{
    transition: 0s;
}


    .header-bottom{
        z-index: 10;
		background-color: rgba(0, 0, 0, 0.5);
    }

@media (min-width: 992px) {


    .submenu-transform-desktop{
        height: calc(100vh - 79px);
        border-top: 5px solid var(--secondary-color);
    }

    

    .has-megamenu .submenu-transform{
        background-color: transparent;
    }

    .has-megamenu > .submenu-transform-desktop{
        background-color: #111;
    }

         .submenu-transform .menu_bg{
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            pointer-events: none;
            opacity: 0.15;
        }

    .megamenu-container>.nav-item-sub{
        width: 100% !important;
    }

    .nav-item-sub .mega-menu-header{
        display: block;
    }

    .megamenu-heading{  
        font-size: 24px !important;
        text-transform: none !important;
        font-weight: 200 !important;   
        border-bottom: 1px solid transparent;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-text-sub{
        color: #fff;
    }      

        .nav-item-sub ul{
            padding-left: 20px;
        } 

        .nav-item-sub ul .nav-item-sub{
            padding-top: 5px;
        }

    .megamenu-heading, .megamenu-heading:focus, .megamenu-heading:hover{
        color: #fff !important;
    }

    .megamenu-heading:hover{
        border-bottom: 1px solid #fff;
    }

    .main-menu > .menu-list-item:hover{
        background-color: #00000022;
    }

    .sticky-header:not(._header_scrolled) .main-menu > .menu-list-item:hover{
        background-color: transparent;
    }
}

.breadcrumb{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

.announcement-bar{
    background-color: #717171;
}

.announcement-text, .announcement-text:hover, .announcement-text:focus, .currency-btn, .currency-list-option, .currency-list-option:hover{
    color: #fff;
}

.offcanvas-wrapper .announcement-text{
    color: #000;
}

.icon-user path{
    fill: #fff !important;
}

.offcanvas-wrapper .icon-user path{
    fill: #000 !important;
}

.main-menu .nav-link{
    font-weight: 400 !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.img-menu-action:hover span,
.main-menu .menu-list-item.active .nav-link,
.main-menu .menu-list-item:hover .nav-link,
.main-menu .nav-text-sub:hover{
/*    color: #222;*/
    /*color: var(--secondary-color) !important; */
	color: #b1b1b1 !important;
/*    opacity: 0.5;*/
}

.home__page .sticky-header:not(._header_scrolled) .nav-link,
.home__page .sticky-header:not(._header_scrolled) .nav-item:hover .nav-link{
    color: #fff !important;
}

.home__page .sticky-header .nav-item:hover .nav-link{
    opacity: 0.65;
}

.sticky-header{
    background-color: transparent;
    position: fixed;
    border-bottom: none;
}

body:not(.index__page):not(.home__page) .sticky-header{
/*    background-color: var(--primary-color);    */
    background-color: #000;
    border-bottom: 1px solid #d9d9d9;
}

    .sticky-header:after{             
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 0;
        background-color: #fff;
        opacity: 1;          

        transform: scaleX(0);
        transform-origin: 0 0;
        transition: all 350ms ease; 
    }

    .sticky-header._header_scrolled:after{
        transform: scaleX(1);
    }


    .sticky-header .nav-link,
    .sticky-header .nav-item:hover .nav-link{
        color: #fff;
    }

    .sticky-header._header_scrolled .nav-link,
    .sticky-header._header_scrolled .nav-item:hover .nav-link{
        color: #FFF;
    }

    .sticky-header path{
        fill: #fff;
    }

    .sticky-header a i.fa{
        color: #fff;
    }

    .sticky-header._header_scrolled path{
        fill: #fff;
    }

    .sticky-header._header_scrolled a i.fa{
        color: #fff;
    }


    .sticky-header svg.icon-hamburger,
    .sticky-header svg.icon-dropdown {
        stroke: #fff;
    }

    .sticky-header._header_scrolled svg.icon-hamburger,
    .sticky-header._header_scrolled svg.icon-dropdown {
        stroke: #000;
    }


.sticky-header._header_scrolled{
/*    background-color: #fff;*/
}

.header-logo{
    position: relative;
    display: inline-block;
}

    .header-logo:before{
        content: "";
        display: block;
        width: 50vw;
        height: calc(100% + 18px);
        right: -35px;
        top: -7px;
        position: absolute;
        z-index: -1;
        background-color: #fff;
        opacity: 1;
        transform: skew(-15deg);
        border-right: 3px solid var(--secondary-color);
    }


._slide_overlay{

}



    ._slide_overlay:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 0;
        /*background-color: rgba(0,0,0,1);*/
        opacity: 0.3;
    }

    ._overlay_gradient:before{
        /*opacity: 1;
         background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 30%);*/
    }

.arrow-slider svg{
    stroke: #fff;
}

.elenco-taglie{
    position: absolute;
    background-color: #00000077;
    color: #fff;
    opacity: 0.7;

    
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #00000033;
    color: #000;
    background-color: #ffffffdd;
    opacity: 1;


    
    list-style-type: none;
    padding: 0;
    font-size: 10px;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
}
/*
.product-card-img{
    padding-left: 25px;
}*/

.elenco-taglie ul,
.elenco-taglie li{
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}

.elenco-taglie li{
    
    width: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    display: block;
}

.boxDivBorder{
    border: none;
    padding: 12px;
}

.slick-dots li.slick-active{
    width: 54px;
}

.slick-dots li.slick-active {
    background-color: #fff;
}

.arrow_thumbs .arrow-slider{
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
    width: 24px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 50%;
    line-height: 1.4;
}



@media (min-width: 992px) {

    .maserati_logo{
        position: absolute;
        right: -10px;
        top: 50px;
        z-index: 10;
    }

    .about_img_1{
        position: absolute;
        left: 40px;        
        top: 0;
        width: 50vw;
        height: 100%;
    }

        .about_img_1 img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .about_img_2{
        position: absolute;
        right: 40px;        
        top: 0;
        width: 50vw;
        height: 100%;
    }

        .about_img_2 img,
        .about_img_2 video{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

}

._servizi p{
    font-size: 15px;
}

.home__page .trusted-section{
    margin-top: 0 !important;
}

.filter-lists ul{
    list-style-type: none;
    padding-left: 10px;
}

.footer-menu-item a, .footer-text{
    opacity: 1;
}

@media (min-width: 1224px) {
    footer {
        padding-top: 100px;
        padding-bottom: 100px;
/*        background: url(../images/footer_bg.jpg);*/
        background: url(../images/_about/about_1.jpg);
        background-size: cover;
        border-radius: 20px 20px 0 0;
    }
}
 
._link_preventivo{
    margin-top: -30px;
}



._social a{
    display: inline-block;
    font-size: 26px;
    padding: 6px 10px;
}

.social_fb{
    color: #249aff !important;
}

.social_ins{
    color: #e1306c !important;
}

input[type="number"]{
    font-family: sans-serif;
}

._newsletter_footer > img{
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.06;
    
    bottom: -10%;
    left: 60px;
    width: 360px;

    filter: invert(1);
}


.table_misure{
    position: relative;
    width: 100%;
    padding-bottom: 79%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.table_misure__equitazione{
    background-image: url(../images/form_measurements_equitazione.jpg);  
}

.table_misure__galoppo{
    background-image: url(../images/form_measurements_galoppo.jpg);  
}

    .table_misure input{
        position: absolute;
        background-color: transparent;
        height: 5%;
    width: 9%;
        border: none;
        font-size: 21px;
        padding: 3px;
        border-radius: 4px;
    }

    .table_misure__jockey .right_3,
    .table_misure__jockey .right_4,
    .table_misure__jockey .left_3,
    .table_misure__jockey .left_4   {
        display: none !important;
    }

    @media (max-width: 991px) {

        .table_misure input{
            font-size: 14px;
        }

    }

    @media (max-width: 767px) {

        .table_misure input{
            font-size: 11px;
        }

    }

    @media (max-width: 543px) {

        .table_misure input{
            font-size: 6.5px;
        }

    }


    .table_misure input:focus{
        box-shadow: 0 0 0 0.2rem rgb(199 154 60 / 62%);
        outline: none;
    }

    .table_misure input[class^="left_"]{
        left:11.5%;
    }

    .table_misure input[class^="right_"]{
        left:0.9%;  
    }

        .right_1{   top:22.5%; } .left_1{   top:22.2%; }
        .right_2{   top: 32.3%; } .left_2{  top: 32.3%; }
        .right_3{   top:42.5%; } .left_3{   top:42.5%; }
        .right_4{   top:52.2%; } .left_4{   top:52.2%; }
        .right_5{   top:58%; } .left_5{ top:58%; }
        .right_6{   top:63.8%; } .left_6{   top:63.8%; }
        .right_7{   top:69.7%; } .left_7{   top:69.7%; }
        .right_8{   top:75.1%; } .left_8{   top:75.1%; }

     
            .right_10{  left: 78.3%;  top: 70.8%;  } 
            .left_10{    left: 78.3%;  top: 59.8%; }
            .right_11{ left: 89.7%; top: 70.8%; }
            .left_11{ left: 89.7%;  top: 59.8%; }


        .foot_size{ left: 16.3%;  top: 84.3%;   }
        .foot_length{ left: 36.6%; top: 90.7%; }

._pointer,
.form-check._pointer input{
    cursor: pointer;
}

.form-check-input:checked{
   
    border-color: #000 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2) !important;
/*    box-shadow: 0 0 0 2px #bbbbbb !important;*/
}

.__quickview{
    display: none !important;
}


.slide_img_holder{
    display: block;
    aspect-ratio: 1.6;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

    .slide_img_holder img{
        width: 100%;
        height: 100%;
        object-fit: contain;

    }

.slick-dettaglio-nav .slide_img_holder{
    margin: 6px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 767px) {
 

    .gallery_thumbs{
        border: 1px solid #00000033;
        border-radius: 6px;
    }
	.sticky-header {
        height: 75px;
    }
	.langSwitch,
	.header-action-item.header-cart,
	.header-action-item i{
		margin-left: 1.0rem !important;
		font-size: 13px !important;
	}
	.header-action-item .icon{
		width: 18px;
		height: 18px;
	}
	.cart-total-area .btn.btn-primary{
		font-size: 9px !important;
	}
	#no-more-tables{
		overflow-x: auto;
	}
}

.newletter-modal-form .g-recaptcha{
    transform: scale(0.8);
    transform-origin: 50% 0;
}


/*  ** MY ACCOUNT ** */

.acc-Mob{
	display: none;
}
.acc-Desk{
	display: block;
}
@media (max-width: 991px) {
	.acc-Mob{
		display: block;
	}
	.acc-Desk{
		display: none;
	}
}
.menuDropDown{
	padding: 7px 5px;
	border-radius: 5px;
	border: 1px solid #000;
	margin-bottom: 15px;
	width: 100%;
}
.sideMenu{
	
}
.sideMenu .btn-account {
	border-bottom: 1px dotted #606060;
	display: block;
	padding: 5px 10px;
	
}

.sideMenu .btn-account.active{
	color: #000;
	padding-left: 20px;
}

.boxDivBorder{
	
}

.boxDivBorder .form-control{
	padding: 10px 10px;
	border: 1px solid #000;
	border-radius: 5px;
	height: auto;
}
.boxDivBorder select.form-select,
.boxDivBorder .select2-container--bootstrap4 .select2-selection{
	border: 1px solid #000;
	border-radius: 5px;
	height: 45px !important;
}

.boxDivBorder label.form-group span{
	margin-bottom: 10px;
}
.boxDivBorder input[type="checkbox"]{
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-radius: 5px;
}
.cart-item-media .mini-img-wrapper .mini-img{
	object-fit: contain;
}


