/* ====================
========GENERALE=======
=======================*/

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.clearboth {
    clear: both;
}

header.site-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    z-index: 200;
}

.logo {
    float: left;
    max-width: 150px;
    line-height: 0;
}

.logo a {
    display: inline-block;
    line-height: 0;
}

.right-header {
    float: right;
    display: flex;
    align-items: center;
	padding-top: 20px;
}

.social-content {
    padding-right: 30px;
}

.social-content a {
    display: inline-block;
    margin: 0 5px;
}

.action-header a {
    display: inline-block;
    margin: 0 5px;
}

a.cart-header {
    position: relative;
}

span.qty-cart {
    position: absolute;
    background-color: #ccc;
    font-size: 11px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    top: -7px;
    right: -15px;
}

.genesis-nav-menu a span::before {
    counter-increment: section;
    content: "0" counter(section);
    position:absolute;
    top: -12px;
    right: 0;
    font-size: 12px;
}

.genesis-nav-menu a span {
    position:relative;
}

.padding-slide {
    padding-bottom: 41.9%;
    background-repeat: no-repeat;
    background-size: cover;
}

.row-slide {
    margin-top: 92px;
}

.box-intro a {
    display: block;
    line-height: 0;
}

.box-intro {
    position:relative;
    padding: 10px;
}

.draw  a:before,
.draw  a:after{
    position:absolute;
    z-index:0;
    content:" ";
    width:0;
    height:0;
    border:1px #2c2a27 solid;
    opacity:0;
    visibility:hidden;
    transition:all 0.7s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;    
}

.draw a:before{
    top:-1px;
    left:-1px;
    border-right:0;
    border-bottom:0;
}

.draw a:after{
    bottom:-1px;
    right:-1px;
    border-top:0;
    border-left:0;
}

.draw a:hover:before,
.draw a:hover:after{ 
    width:calc(100% + 1px);
    height:calc(100% + 1px);
    opacity:1;
    visibility:visible;
}

.row-box-after-slide {
    padding:100px 0;
}

.row-middle-image {
    padding-bottom: 27%;
    background-size: cover;
    background-position: center;
}

.title-row {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.product-on-sale {
    padding: 100px 0;
}

.custom-footer {
    background-color: #000;
    padding: 0 0 10px;
    font-size: 14px;
}

.sub-footer {
    background-color: #000;
    padding: 0 0 10px;
    color: #fff;
    text-align:center;
    font-size: 14px;
}

.sub-footer a {
    color: #fff;
}

.middle-footer {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.title-sede {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
}

.title-sede i {
    padding-right: 10px;
}

.sede {
    margin-bottom: 20px;
}

.address {
    color: #fff;
}


.sub-footer .wrap {
    border-top: 2px solid #fff;
    padding-top: 10px;
}

.inline-menu ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 10px;
}

.inline-menu {
    text-align: center;
    display: inline-block;
}

.inline-menu ul li a {
    color: #fff;
}

.nav-primary a:hover span,
.nav-primary .sub-menu a:hover span,
.nav-primary .genesis-nav-menu .current-menu-item > a span{
    border-bottom: 1px solid #222;
}

.woocommerce span.onsale {
    min-height: 1px;
    min-width: 1px;
    padding: 10px 10px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    background-color: #000000;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
}

.woocommerce ul.products li.product .price {
    color: #000;
}

.breadcrumb-content {
    margin-top: 93px;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 40px;
}

.breadcrumb-content a {
    color: #fff;
}

section.related.products > h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.related.products {
    padding: 40px 0 0;
}

.content-product-description {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 40px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #000;
}

.immagini-prodotto {
    overflow: hidden;
    max-height: 622px;
    padding-left: 50px;
}

.immagini-prodotto .swiper-slide {
    max-height: 622px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 0;
}

.single-product span.onsale {
    left: 50px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.woocommerce .quantity .qty {
    width: 70px;
    padding: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ffffff;
    color: #000;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    padding: 11px 10px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000000;
    color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #ffffff;
    color: #000;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    padding: 11px 10px;
}

.page-title h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.full-width-content .content {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
    opacity: 1; 
}

.woocommerce-MyAccount-navigation ul li a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f005";
    line-height: 1.618;
    margin-left: 0.5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: 0.25; 
}

.woocommerce-MyAccount-navigation ul li a:hover::before {
    opacity: 1; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f3fd"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f1c6"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f015"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "\f09d"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021"; 
}

label.inline {
    display: inline !important;
    margin-left: 1em; 
}

.entry-content .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05); 
}

.entry-content .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; 
}

.entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: 0.875em 0;
    display: block; 
}

li.woocommerce-MyAccount-navigation-link {
    list-style-type: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c8c8c8;
}

li.woocommerce-MyAccount-navigation-link a{
    display:block;
}


li.woocommerce-MyAccount-navigation-link a:hover{
    color:#000;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding-left: 40px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    margin-top: 40px;
    border: 1px solid #c2c2c2;
    padding: 40px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin-top: 40px;
    border: 1px solid #c2c2c2;
    padding: 40px;
}

.carosello-marchi {
    overflow: hidden;    
}

.carosello-marchi .swiper-slide {
    max-width: 243px;
}

.carosello-marchi .swiper-slide a {
    display: block;
    line-height: 0;
}

.post-type-archive-product  ul.products li.product,
.tax-marchi ul.products li.product,
.tax-product_cat  ul.products li.product{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    margin-left: 0;    
}

.post-type-archive-product .content > .wrap,
.tax-product_cat .content > .wrap,
.tax-marchi .content > .wrap {
    max-width: 100%;
    padding: 0 15px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    border: 1px solid #ccc;
    padding: 10px;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    border-color: #000000;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
    border-bottom-color: #000000;
}

.site-inner {
    margin-top: 40px;
}

#introRow{
    margin-top: 60px;
}

.after-header {
    margin-top: 92px;
}

.content-bredcrumb {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 40px;
}

.content-bredcrumb a {
    color: #fff;
}

.site-container {
    max-width: 1920px;
    overflow: hidden;
}

.row-boxed {
    max-width: 700px;
    margin: 0 auto;
}

#RowDescription {
    padding: 80px 0;
    background-color: #f2f2f2;
}

#Boutique {
    padding: 80px 0;
}

#ParallaxRow {
    padding: 200px 0;
}

#Marchi {
    padding: 40px 0;
}

div#RowUomo .wrap,
div#RowDonna .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#RowUomo .wpb_text_column,
div#RowDonna .wpb_text_column {
    background-color: #000;
    padding: 50px;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
}


div#RowUomo .wpb_text_column p:before,
div#RowDonna .wpb_text_column p:before {
    content:"";
    display:block;
    width:150px;
    height:2px;
    background-color:#fff;
    margin-bottom: 20px;
}

div#RowDonna .wpb_single_image,
div#RowUomo .wpb_single_image {
    margin-bottom:0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}


div#RowDonna {
    padding-bottom:80px;
}

div#RowDonna .vc_column_container>.vc_column-inner,
div#RowUomo .vc_column_container>.vc_column-inner{
    padding: 0;
}

#Contattaci .vc_column_container>.vc_column-inner {
    max-width: 500px;
    padding: 0 50px;
}

div#Contattaci {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

input.wpcf7-not-valid {
    border-bottom: 1px solid #ff0000;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 5px !important;
    border: none !Important;
    font-size:14px;
    color:#fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ff0000; /* Yellow */
}

.grecaptcha-badge {
    display: none !important;
}

.blocco-contatti ul li {
    list-style-type: none;
    margin-bottom: 30px;
}

.blocco-contatti ul li i {
    margin-right: 20px;
    font-size: 25px;
}

div#Contattaci .wpcf7 {
    background-color: #fff;
    padding: 10px 30px;
}

.vc_row.vc_row-flex .wrap {
    display: flex;
    align-items: center;
}

.image-header {
    padding-bottom: 18.9%;
    background-size: cover;
}

@media only screen and (max-width:1440px) {
    .wrap {
        padding: 0 10px;
    }
}

@media only screen and (max-width:767px) {
    
    .social-content {
        padding-right: 0;
    }
    
    .vc_row.vc_row-flex .wrap {
        display: block;
        align-items: center;
    }

    
    div#RowUomo .wrap, div#RowDonna .wrap {
        display: block;
    }

    div#RowUomo .wpb_text_column, div#RowDonna .wpb_text_column {
        margin-bottom: 0;
        min-height: 1px;
    }

    div#RowDonna {
        padding-bottom: 0;
    }

    div#RowDescription {
        padding: 40px 0;
    }

    div#Boutique {
        padding: 0;
    }

    ul#menu-main-menu {
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
        text-align: center;
        padding: 30px 0;
    }

    ul#menu-main-menu li {
        text-align:center;
        padding: 10px 0;
    }

    .genesis-nav-menu li a {
        padding: 20px 0;
    }
    
    .right-header {
        padding-top: 0;
    }
    
    .image-header {
        padding-bottom: 36.5%;
        background-position: center;
    }
    
    .page-id-214 .image-header {        
        background-position: right;
    }
    
}