/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
    border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    /* fix */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

/* mouse grab icon */
.grabbing {
    cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
    position: static;
    z-index: 959;
    direction: ltr !important;
}


.customNavigation a {
    border: 0;
    font-size: 0;
    position: absolute;
    padding: 0;
    top: 35%;
    cursor: pointer;
    overflow: hidden;
    height: 25px;
    width: 25px;
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-mask-size: 26px;
    mask-size: 26px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #222222;
}

.products:hover .customNavigation a,
.homeblog-wrapper:hover .customNavigation a,
.pp-left-column:hover .customNavigation a,
.brand-products-wrapper:hover .customNavigation a {
    opacity: 1;
}

.homeblog-latest .customNavigation a {
    top: 32%;
}

.customNavigation a:hover {
    background-color: #008263;
}

.customNavigation a:hover:before {
    color: #262626;
}

.customNavigation a.prev {
    left: -20px;
    mask-image: url(../img/codezeel/prev-arrow.svg);
    -webkit-mask-image: url(../img/codezeel/prev-arrow.svg);
}

.customNavigation a.next {
    right: -20px;
    mask-image: url(../img/codezeel/next-arrow.svg);
    -webkit-mask-image: url(../img/codezeel/next-arrow.svg);
}


.flex-direction-nav a.flex-prev:before {
    content: "";
    mask-image: url(../img/codezeel/left_arrow.svg);
    -webkit-mask-image: url(../img/codezeel/left_arrow.svg);
}

.flex-direction-nav a.flex-next:before {
    content: "";
    mask-image: url(../img/codezeel/right_arrow.svg);
    -webkit-mask-image: url(../img/codezeel/right_arrow.svg);
}

@media (max-width: 1299px) {
    .customNavigation a.prev {
        left: 0;
    }

    .customNavigation a.next {
        right: 0;
    }

    .homeblog-latest .customNavigation a.prev {
        left: 0;
    }

    .homeblog-latest .customNavigation a.next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .customNavigation a.prev {
        left: 10px;
    }

    .customNavigation a.next {
        right: 10px;
    }
}

#czleftbanner img,
#czrightbanner img {
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#czleftbanner li,
#czrightbanner li {
    display: inline-block;
}

#czleftbanner li a,
#czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#czleftbanner li a:before,
#czrightbanner li a:before {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
    bottom: 70px;
    cursor: pointer;
    display: none;
    height: 40px;
    padding: 0px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    font-size: 0px;
    background: #008263;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.top_button:before {
    color: #fff;
    content: "\f102";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 37px;
    font-weight: 300;
}

.top_button:after {
    border: 2px solid #008263;
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    content: "";
    position: absolute;
    width: 50px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.top_button:hover:after {
    animation: unset;
    -webkit-animation: unset;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

/* Flexslider */

#index .spinner {
    min-height: 610px;
    background: url(../img/codezeel/loading.gif) no-repeat center center #f5f5f5;
    width: 100%;
}

@media (max-width: 1399px) {
    #index .spinner {
        min-height: 480px;
    }

    .customNavigation a.prev {
        left: -5px;
    }

    .customNavigation a.next {
        right: -5px;
    }
}

@media (max-width: 1199px) {
    #index .spinner {
        min-height: 380px;
    }
}

@media (max-width: 991px) {
    #index .spinner {
        min-height: 320px;
    }

    .customNavigation a.prev {
        left: 0;
    }

    .customNavigation a.next {
        right: 0;
    }
}

@media (max-width: 767px) {
    #index .spinner {
        min-height: 250px;
    }
}

@media (max-width: 479x) {
    #index .spinner {
        min-height: 180px;
    }
}

/*=========================================
=            Invo Custom Style            =
=========================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
}

.flexslider .slides li.slide {
    text-transform: uppercase;
}

.flexslider .slides li.slide:first-child .slide_content,
.flexslider .slides li.slide:nth-child(3) .slide_content {
    color: #fff;
}

.header-top-inner {
    background: #323f46;
}

.btn-primary {
    background: #323f46;
    border-radius: 0;
}

#blockcart-modal .cart-content button {
    background: #323f46;
    border-radius: 0;
}

#blockcart-modal .cart-content button:hover {
    background: #caa96c;
}

.btn-primary:hover {
    background: #caa86a;
}

.btn-primary:focus, .btn-primary.focus {
    background: #323f46;
}

#header .search-widget form input[type="text"] {
    background: #f4f5f5;
    border-radius: 0
}

.flexslider .slides li .slide_content .headdings .sub_headding {
    font-family: 'Times New Roman';
}

#czheadercmsblock .offer-icon {
    display: none;
}

#czbannercmsblock .one-half .cmsbanner-text .offer-title, #czbannercmsblock1 .one-half.bannercms1-part2-wrap .offer-title {
    text-transform: uppercase;
    font-size: 14px;
}

#czbannercmsblock .one-half .cmsbanner-text .main-title, #czbannercmsblock1 .one-half.bannercms1-part2-wrap .main-title {
    font-family: 'Times New Roman';
}

#czbannercmsblock .one-half .cmsbanner-text .btn-primary, #czbannercmsblock1 .one-half.bannercms1-part2-wrap .btn-primary {
    text-transform: uppercase;
}

.products-section-title {
    font-family: 'Times New Roman';
    text-transform: none !important;
}

.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active {
    color: #caa96c;
}

.products .product-price-and-shipping {
    color: #caa96c;
}

.product-title a {
    font-family: 'Times New Roman';
    text-transform: none !important;
}

.product-title a:hover {
    color: #caa96c;
}

#czbannercmsblock1 .one-half.bannercms1-part1 .offer-title {
    font-size: 14px;
    text-transform: uppercase;
}

#czbannercmsblock1 .one-half.bannercms1-part1 .main-title {
    font-family: 'Times New Roman';
}

#czbannercmsblock1 .one-half .bannercms1-part2-wrap .bannercms1-text {
    color: #fff;
}

#czbannercmsblock1 .one-half .bannercms1-part2-wrap .bannercms1-text {
    color: #fff;
}

#czbannercmsblock1 .one-half.bannercms1-part2-wrap .btn-primary {
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border-radius: 0;
    border: 1px solid #727b7f;
    text-transform: uppercase;
    color: #000;
}

.btn.btn-white:hover {
    background: #727b7f;
    color: #fff;
}

#czbannercmsblock1 .one-half.bannercms1-part1 .btn.btn-white {
    font-size: 12px;
}

#cztestimonialcmsblock {
    background: #323f46;

}

#cztestimonialcmsblock li.item .product_inner_cms .des {
    color: #fff;
}

#cztestimonialcmsblock li.item .name a {
    font-family: 'Times New Roman';
    color: #caa96c;
}

#cztestimonialcmsblock li.item .testimonial-image {
    border-color: #caa96c;
}

#cztestimonialcmsblock li.item .quote_img {
    background: #caa96c;
}

#cztestimonialcmsblock .owl-controls .owl-page span {
    background: #caa96c;
    opacity: 0.4
}

#cztestimonialcmsblock .owl-controls .owl-page:hover span, #cztestimonialcmsblock .owl-controls .owl-page.active span {
    background: #caa96c;
    opacity: 1;
}

.footer-container,
.footer-after {
    background: #323f46;
}

.footer-container {
    border-bottom-color: rgb(255 255 255/20%);
}

.footer-container .links:after {
    background: rgb(255 255 255/20%)
}

.footer-container .footer {
    display: flex;
    flex-wrap: wrap
}

#czfootercmsblock .footerlogo {
    background-image: url(../img/logo-sothys-white.png);
    padding-top: 20%;
}

#header .header-nav {
    background: #fff;
    border-bottom: 1px solid #323f46;
}

/**
 *
 * Chi Siamo
 *
 */

:root {
    --invo-primary: #caa96c;
    --invo-secondary: #394147;
}

.cms-id-4 #left-column,
.cms-id-7 #left-column,
.cms-id-8 #left-column,
.cms-id-6 #left-column {
    display: none;
}

.cms-id-4 #content-wrapper,
.cms-id-7 #content-wrapper,
.cms-id-8 #content-wrapper,
.cms-id-6 #content-wrapper {
    width: 100% !important;
    float: none;
}

.cms-id-4 #wrapper > .container,
.cms-id-7 #wrapper > .container,
.cms-id-8 #wrapper > .container,
.cms-id-6 #wrapper > .container {
    max-width: none;
    width: auto;
    padding: 0;
}

.cms-id-4 #main .page-header,
.cms-id-7 #main .page-header,
.cms-id-8 #main .page-header,
.cms-id-6 #main .page-header {
    display: none;
}

.cms-id-4 .breadcrumb,
.cms-id-7 .breadcrumb,
.cms-id-8 .breadcrumb,
.cms-id-6 .breadcrumb {
    margin-bottom: 0;
}

.cms-id-4.layout-left-column #content-wrapper,
.cms-id-7.layout-left-column #content-wrapper,
.cms-id-8.layout-left-column #content-wrapper,
.cms-id-6.layout-left-column #content-wrapper {
    padding-left: 0;
}

.invo-featured-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.invo-page-content img {
    max-width: 100%;
    height: auto;
}

.invo-page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.invo-page-content h2 {
    font-size: 45px;
    text-align: center;
    font-family: 'TImes New Roman';
    font-weight: normal;
    color: var(--invo-secondary);
    margin: 0 0 30px;
}

.invo-page-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--invo-secondary);
    font-weight: normal;
}

.invo-page-content h2 + h5 {
    text-align: center;
    margin-bottom: 0;
}

.invo-title-block {
    text-align: center;
    padding: 80px 0;
}

.invo-title-block h3 {
    font-size: 35px;
    color: var(--invo-secondary);
    font-family: Times New Roman;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.invo-title-block h3:before,
.invo-title-block h3:after {
    content: '';
    display: block;
    border-top: 1px solid var(--invo-secondary);
    flex: 1;
}

.invo-title-block h3:before {
    margin-right: 35px;
}

.invo-title-block h3:after {
    margin-left: 35px;
}

.invo-content-block {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 500;
    color: var(--invo-secondary);
    line-height: 1.5;
}

.invo-content-block p {
    text-align: left;
    margin-bottom: 30px;
}

.invo-content-block p:last-child {
    margin-bottom: 0;
}

.invo-content-block .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.invo-content-block .row.invo-invert .col-sm-6:first-child {
    order: 2;
}

.invo-content-block .row + .row {
    margin-top: 50px;
}

.btn.btn-white.btn-sm {
    font-size: 13px;
    padding: 7px 20px;
}

.invo-content-cta {
    text-align: center;
    padding: 70px 0 0;

}

.invo-content-cta p {
    text-align: center;
}

.invo-content-cta h4 {
    color: #c0a76e;
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 26px;
    font-style: italic;
    margin-bottom: 20px;
}

.invo-img-cta {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.invo-img-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.invo-img-cta-bg img {
    width: 100%;
    height: auto;
}

.btn.btn-primary.btn-sm.btn-outline {
    border: 1px solid #fff;
    text-transform: uppercase;
}

.row.invo-caption-box {
    align-items: flex-end;
}

.invo-caption-box-white {
    background: #fff;
    margin: 0 0 0 -100px;
    padding: 40px 30px;
}

.invo-title-block:first-child {
    padding-top: 0;
}

.invo-featured-img {
    padding-top: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.invo-featured-img img {
    display: none;
}

.invo-img-cta-bg {
    display: none;
}

.invo-img-cta {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover {
    color: #c0a76e;
}

.product-price, .product-quantities span {
    color: var(--invo-primary);
}

.progress .progress-bar, .product-cover .layer .zoom-in, .top_button {
    background: var(--invo-primary);
}

.input-radio:checked + span, .input-radio:hover + span {
    background-color: var(--invo-primary);
    border-color: var(--invo-primary);
}

.top_button:after {
    border-color: var(--invo-primary);
}

.products .product_list li .outer-functional .wishlist, .products .product_list li .outer-functional .compare, .products .product_list li .outer-functional .quickview, .products .product_list li .outer-functional .product-actions {
    background-color: var(--invo-primary);
}

#blockcart-modal .cart-content .btn-primary:hover {
    background: var(--invo-primary);
    border-color: var(--invo-primary);
}

#blockcart-modal .cart-content .btn {
    margin-top: 15px
}

.footer-container {
    border-top: 5px solid var(--invo-primary);
}

#header .blockcart .blockcart-header > .shopping-cart .mobile_count {

}

.block_newsletter .mail-icon, #header .blockcart .blockcart-header > .shopping-cart .mobile_count,
#header .blockcart .blockcart-header > .shopping-cart:hover > .icon, #header .user-info:hover .user-icon {
    background-color: var(--invo-primary);
}

#header .blockcart .blockcart-header > .shopping-cart:hover .cart-headding, #header .user-info:hover .account-wrap .account_text {
    color: var(--invo-primary);
}

.customNavigation a:hover {
    background-color: #333;
}

.invo-page-content {
    font-weight: 500;
    color: var(--invo-secondary);
    line-height: 1.5;
}

.invo-page-content h2 + p {
    max-width: 1050px;
    margin: 0 auto 30px;
}

.invo-single-img {
    max-width: 770px;
    margin: 0 auto;
}


.invo-img-cta-cnt {
    max-width: 340px;
    color: #fff;
    text-align: left;
    margin-left: auto;
    text-transform: uppercase;
    line-height: 1.3
}

.invo-img-cta-cnt p:not(:last-child) {
    margin-bottom: 20px;
}

.invo-title-block + p {
    max-width: 1170px;
    margin: -30px auto 30px;
}

@media (min-width: 992px) {
    .row.invo-invert > [class^="col-"]:first-child {
        order: 2;
    }
}

@media (max-width: 991px) {
    .invo-content-block .row [class^="col-"]:first-child {
        order: 2;
        padding-top: 30px;
    }

    .invo-caption-box-white {
        margin: -30px 20% 0 0;
        z-index: 1;
        position: relative;
    }

    .row.invo-caption-box [class^="col-"]:last-child {
        order: 2;
    }

    .invo-featured-img {
        padding-top: 45%;
    }

}

@media (max-width: 767px) {
    .invo-page-content h2 {
        font-size: 35px;
    }

    .invo-page-content h2 + h5 {
        font-size: 14px;
    }

    .invo-title-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .invo-title-block h3 {
        font-size: 25px;
    }

    .invo-title-block h3:before {
        margin-right: 10px;
    }

    .invo-title-block h3:after {
        margin-left: 10px;
    }

    .invo-content-block + .invo-title-block {
        margin-top: 20px;
    }

    .invo-page-content:last-child {
        padding-bottom: 0;
    }

    .invo-img-cta {
        min-height: 300px;
    }
}

.breadcrumb {
    background: url('../img/header-diventa-partner-edit.jpg') no-repeat center center;
    background-size: cover;
}

.breadcrumb .container h1 {
    opacity: 0;
}

.dropdown-item, .top-menu a[data-depth="0"], #czverticalmenublock .block_title {
    text-transform: uppercase;
    font-size: 12px;
}

.products .product_list {
    display: flex;
    flex-wrap: wrap;
}

.invo-eventi-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.invo-eventi-col {
    width: 50%;
}

.invo-eventi-box .invo-eventi-img {
    max-width: 370px;
    border-bottom: 1px solid var(--invo-primary);
}

.invo-eventi-box .invo-eventi-img img {
    width: 100%;
    height: auto;
}

.invo-eventi-box {
    position: relative;
    margin-bottom: 50px;
    max-width: 370px;
}

.invo-eventi-box h4 {
    background: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: 1;
    margin: 0 0 0 -30px;
    border-bottom: 1px solid var(--invo-primary);
    text-align: right;
}

.invo-eventi-box h4:has(a) {
    padding: 0;
}

.invo-eventi-box h4:has(a) a {
    display: block;
    padding: 15px 0 15px 15px;
    transition: color 0.3s linear;
}

.invo-eventi-row {
    max-width: 960px;
    margin: 0 auto;
}

.invo-eventi-col:nth-child(2n + 2) {
    margin-top: 150px;
    margin-bottom: -90px;
}

.invo-eventi-col:nth-child(2n + 2) h4 {
    left: 0;
    padding-left: 0;
    text-align: left;
    right: auto;
}

.invo-eventi-col:nth-child(2n + 2) h4:has(a) a {
    padding-left: 0;
    padding-right: 15px;
}

.invo-eventi-col:nth-child(2n + 2) .invo-eventi-img {
    margin-left: auto;
}

.invo-eventi-col:nth-child(2n + 2) .invo-eventi-box {
    max-width: 370px;
    margin-left: auto;
}

.invo-cta-gold p {
    font-size: 22px;
    font-family: "Times New Roman";
    font-style: italic;
    max-width: 760px;
    margin: 0 auto 30px;
    line-height: 1.3;
    color: var(--invo-primary);
}

.invo-title-underline {
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 20px 12px 0;
    position: relative;
}

.invo-title-underline:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 143px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--invo-primary);
}

.row.invo-caption-box-1 {
    align-items: flex-start;
}

@media (min-width: 992px) {
    .row.invo-caption-box-1 {
        align-items: stretch;
    }

    .invo-caption-box-1 img {
        height: 100%;
        object-fit: cover;
    }
}

.invo-caption-box-1 .invo-caption-box-white {
    margin: 50px -100px 0 0;
    z-index: 1;
    position: relative;
    padding-left: 0;
}

.invo-img-caption {
    margin-left: 100px;
    padding: 20px;
}

.invo-page-content h2 + h5 + p {
    max-width: 840px;
    margin: 35px auto 0;
    line-height: 1.7
}

.invo-btn-wrap {
    padding: 20px 0 60px;
}

.invo-content-block .row + .row.invo-caption-box-1 {
    margin-top: 80px;
}

@media (min-width: 992px) {
    .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li {
        width: 33.33%;
        margin-right: 0;
        padding-right: 15px;
    }

    .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li > a {
        font-weight: 600;
    }

    .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li a {
        white-space: normal;
        text-transform: uppercase;
        font-size: 12px;
    }

    .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li a:hover {
        color: var(--invo-primary);
    }
}

@media (max-width: 991px) {
    .invo-eventi-box {
        margin-right: 50px;
    }

    .invo-eventi-col:nth-child(2n + 2) .invo-eventi-box {
        margin-right: 0;
        margin-left: 50px;
    }

    .invo-caption-box-1 .invo-caption-box-white {
        margin: 0 50px -50px;
        padding: 40px;
    }

    .invo-content-block .row + .row.invo-caption-box-1 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .invo-eventi-col {
        width: 100%;
    }

    .invo-eventi-col:nth-child(2n + 2) {
        margin: 0;
    }

    .invo-eventi-col:nth-child(2n + 2):last-child .invo-eventi-box {
        margin-bottom: 0;
    }

    .invo-eventi-sec + .invo-content-block .invo-content-cta {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .invo-caption-box-1 .invo-caption-box-white {
        margin: 0 30px -30px 0;
        padding: 20px 20px 40px 0;
    }

    .invo-img-caption {
        margin-left: 0;
    }

    .invo-content-cta.invo-cta-gold {
        padding-top: 50px;
    }

    .invo-single-img:last-child {
        margin-bottom: 40px;
    }

    .invo-title-block + p {
        margin-top: -10px;
    }
}

::selection {
    color: #fff;
    background: var(--invo-primary);
}

.newsletter {
    text-align: center;
    padding-bottom: 80px;
}

.invo-newsletter-block {
    padding-top: 100px;
}

.invo-newsletter-block .invo-title-block {
    padding-bottom: 20px;
}

.invo-cms-footer {
    margin-top: -50px;
}

.invo-cms-footer .mail-icon,
.invo-cms-footer .products-section-title,
.invo-cms-footer .sub_heading {
    display: none;
}

.invo-cms-footer #czinstagramblock {
    display: none;
}

.pagination .current a {
    background: var(--invo-primary);
}

.invo-diventa-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.invo-diventa-form textarea, .invo-diventa-form select {
    border-radius: 0;
    border-color: var(--invo-secondary);
}

.invo-diventa-form label > span {
    text-transform: uppercase;
}

.invo-diventa-form label {
    margin-bottom: 15px;
}

/*=====  End of Invo Custom Style  ======*/


.wpcf7-submit {
    background: var(--invo-primary);
}

.wpcf7-submit[disabled] {
    background: var(--invo-primary);
    opacity: 0.8;
}

.wpcf7-submit:hover {
    background: var(--invo-secondary)
}

.invo-diventa-form .wpcf7-acceptance label > span {
    text-transform: none;
}

.invo-diventa-form .wpcf7-acceptance .wpcf7-list-item-label {
    display: block;
    position: relative;
    padding-left: 30px;
}

.invo-diventa-form .wpcf7-acceptance label {
    display: block;
    position: relative
}

.invo-diventa-form .wpcf7-acceptance label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.invo-diventa-form .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
}

.invo-diventa-form .wpcf7-acceptance .wpcf7-list-item-label:after {
    content: '';
    display: block;
    height: 10px;
    width: 6px;
    border: 2px solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    position: absolute;
    left: 5px;
    top: 4px;
    opacity: 0;
}

.invo-diventa-form .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.invo-diventa-form form > h3:first-child {
    display: none
}

.btn.btn-secondary.btn-outline {
    border: 1px solid #fff;
    border-radius: 0;
    background: rgb(255 255 255/0%);
    padding: 10px 30px;
}


.invo-eventi-img {
    position: relative;
    overflow: hidden;
}

.invo-eventi-img .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-width: 2px !important;
    color: #fff !important;
    padding: 0 !important;
    z-index: 2;
    text-transform: uppercase;
}

.invo-eventi-img .btn span {
    display: block;
    padding: 10px 30px;
    transition: background 0.3s linear, border-color 0.3s linear;
}

.invo-eventi-img .btn span:hover {
    background: #fff;
    color: #000;
}

.invo-eventi-img:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
    opacity: 0;
    background: #394147;
    z-index: 1;
}


.invo-eventi-box:hover .invo-eventi-img .btn {
    opacity: 1;
}

.invo-eventi-box:hover .invo-eventi-img:before {
    opacity: 0.8
}

.invo-eventi-box:hover .invo-eventi-img .btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500%;
    height: 1000%;
    z-index: -1
}

.invo-eventi-img .btn:hover {
    border-color: #fff;
}

.invo-eventi-box:hover h4 a {
    color: var(--invo-secondary);
}

.invo-eventi-box .invo-eventi-img img {
    transition: transform .65s cubic-bezier(.05, .2, .1, 1);
    transform: scale(1);
}

.invo-eventi-box:hover .invo-eventi-img img {
    transform: scale(1.2);
}

a.label:hover,
.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
.product-line-grid-right .product-price .remove-from-cart:hover,
body#checkout section.checkout-step .step-edit:hover, a:not(.btn):focus, a:not(.btn):hover,
.breadcrumb li a:hover {
    color: var(--invo-primary);
}

.input-group .input-group-btn > .btn:not(:hover) {
    background: var(--invo-primary);
}

#left-column .block .block_title, #right-column .block .block_title {
    font-family: 'Times New Roman';
    font-weight: normal;
}

.products .product-title a {
    font-family: "Montserrat", sans-serif;
}


.invo-image-col-caption {
    padding: 20px 0 0;
    font-family: Times New Roman;
}

.invo-img-col-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.invo-img-col-text h3 {
    font-size: 30px;
    font-weight: normal;
    color: var(--invo-primary);
    white-space: nowrap;
    margin: 0;
    letter-spacing: -1px;
}

.invo-img-col-text p {
    text-transform: uppercase;
    line-height: 1.1;
}

.invo-content-block h5 {
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 25px;
    position: relative;
    text-transform: none;
}

@media (max-width: 991px) {
    .invo-image-col-caption .row [class^="col-"]:first-child {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .invo-image-col-caption .row [class^="col-"]:first-child {
        padding-top: 10px;
    }
}

#products .products .product_list.list li .center-block .product-actions .add-to-cart,
#left-column .products-block ul li .discount-product, #right-column .products-block ul li .discount-product,
.products-sort-order .select-list:hover {
    background-color: var(--invo-primary);
}

#left-column .products-block .view_more a:hover, #right-column .products-block .view_more a:hover,
.vertical-menu .top-menu a:hover,
.top-menu .sub-menu li > a.dropdown-submenu:hover, .header-top-inner .menu .sub-menu.megamenu li > a.dropdown-submenu:hover,
#header ul.dropdown-menu li.current a, #header ul.dropdown-menu li:hover a,
.nav-item .nav-link.active, .nav-item .nav-separtor.active, body#checkout section.checkout-step .step-edit:hover {
    color: var(--invo-primary)
}

body#checkout section.checkout-step .step-edit:hover {
    color: var(--invo-primary) !important
}

body#checkout .condition-label label a {
    text-decoration: underline;
}