/* body */
body {
    background: #d7d2b1;
    background: linear-gradient(90deg, rgb(194, 185, 145) 0%, rgb(235, 232, 219) 50%, rgb(235, 232, 219) 100%);

    /*background-image: url(../../../../images/body_sfondo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: inherit;*/

}

/* logo */
.logo a.logo-none {
    padding: 30px 0 0 0;
}

.logo a.logo-visible {
    padding: 20px 0;
}

.logo a img {
    width: 250px;
}

/* main menu */
.main-menu.main-menu-white > nav > ul > li > a {
    color: #404040;
}

.main-menu.menu-lh-2 > nav > ul > li > a {
    line-height: 35px;
    padding-top: 50px;
    font-weight: bold;
}

.main-menu.menu-lh-2 > nav > ul > li > a:hover {

}

.site-header-outer .headroom--not-top.intelligent-header-2 {
    position: fixed;
    background-color: #c2b991;
}

.main-menu.main-menu-white > nav > ul > li > a.active {
    border-bottom: 2px solid #404040;
    /*color: #ffffff;*/
}

/*.main-menu.main-menu-white > nav > ul > li > a.active::after {
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2px;
    top:  110% !important;
    height: 1px;
    background-color: #3F3E98;
}*/

.headroom--not-top .main-menu.menu-stick-black > nav > ul > li > a.active {
    color: #4a4141;
}

.headroom--not-top .main-menu.menu-lh-2 > nav > ul > li > a {
    line-height: 35px;
}

.headroom--not-top .main-menu.menu-stick-black > nav > ul > li > a.active::after {
    top: 88% !important;
    background-color: #3F3E98;
    color: #3F3E98;
}

/* menu a destra con carrello */
.header-component-wrap {
    padding-top: 55px;
}

.header-search-2.search-white a {
    color: #404040;
}

.cart-wrap.cart-white a {
    color: #404040;
}

.quick-info.quick-info-white a {
    color: #404040;
}

/* breadcrumb */
.breadcrumb-area {
    padding: 243px 0 49px;
}

.breadcrumb-bg-4 {
    background-image: url(../../../../images/header_background.jpg);
    background-repeat: repeat;
    background-position: right top;
    background-size: cover;
}


.section-big-claim h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    font-family: "Playfair Display", serif;
    color: #b7a55b;
    margin: 0 0 17px;
}

/* megamenu */
.main-menu > nav > ul > li > ul.mega-menu-width2 li {
    width: 270px;
}

.mega-menu-width2 .banner-wrap img {
    width: 230px;
    height: auto;
}

.banner-wrap .menu-banner-content {
    position: absolute;
    bottom: 25px;
    left: 40px;
}

.banner-wrap .menu-banner-content span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.banner-wrap .menu-banner-content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 6px 0 0;
}

.pro-details-group .single-group .pro-dec-title-stock .pro-dec-price-stock span {
    color: #333;
    font-size: 16pt;
    line-height: 26pt;
}

/* Header Language */
.curr-lang-out-wrap {
    border: 1px solid #606060;
    width: auto;
    padding: 0px 25px 0px 10px;
    background-color: rgba(44, 44, 44, 0.6) !important;
}

.curr-lang-wrap > ul > li > a {
    color: #ffffff;
    font-size: .857em;
    position: relative;
    font-weight: normal;
}

.curr-lang-wrap > ul > li::before {
    color: #ffffff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1em;
    position: absolute;
    right: -15px;
    top: 2px;
}

.curr-lang-wrap > ul > li.curr-lang-hover::before {
    color: #ffffff;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 1em;
    position: absolute;
    right: -15px;
    top: 2px;
}

.curr-lang-wrap > ul > li:hover > a {
    color: #ffffff;
}

.curr-lang-wrap > ul > li > ul {
    position: absolute;
    z-index: -11;
    top: 100%;
    left: -10px;
    width: auto;
}

.curr-lang-wrap > ul > li > ul li a {
    display: block;
    color: #989898;
    font-size: .857em;
    padding: 7px 20px;
    line-height: 1;
}

/* slider */
.slider-content-4 h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    font-family: "Playfair Display", serif;
    color: #b7a55b;
    margin: 0 0 17px;
}

.owl-item.active .slider-animated-4 h3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-content-4 h3 {
    margin: 30px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #3F3E98;
}

.signture-image {
    max-width: 250px;
    margin-top: 40px;
}

.home-primopiano-background {
    background: #d7d2b1;
    background: linear-gradient(-90deg, rgb(194, 185, 145) 0%, rgb(235, 232, 219) 50%, rgb(235, 232, 219) 100%);
    /*border-bottom: solid #C2B891 2px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .slider-content-4 {
        padding-top: 150px;
    }

    .slider-content-4 h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .signture-image {
        max-width: 180px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-4 {
        padding-top: 100px;
    }

    .slider-content-4 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .signture-image {
        max-width: 150px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .slider-content-4 {
        padding-top: 360px;
    }

    .slider-content-4 h1 {
        font-size: 20px;
        line-height: 25px;
        color: #404040;
    }

    .signture-image {
        visibility: hidden !important;
        max-width: 180px;
        margin-top: 30px;
    }

}

/* Background Home */
.home-body-section {
    min-height: 700px;
    background-size: contain;
    background-position: center right;
}

.home-slider {
    background-size: cover;
    background-position: right;
}

@media only screen and (max-width: 767px) {
    .home-body-section {
        min-height: initial;
        padding-bottom: 250px;
        background-size: 600px;
        background-position: bottom right;
    }

    .home-slider {
        background-size: cover;
        background-position: bottom right -120px;
    }
}


.header-small-mobile .mobile-header-right-wrap .mobile-off-canvas.off-canvas-white a {
    color: #000;
}

.added-to-cart {
    border: 1px solid #e8e8e8;
    background-color: #FBF7DE;
    padding: 30px;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.flash-message-btn button {
    font-size: 10px !important;
    font-weight: 600;
    padding: 10px 20px 10px !important;
    background-color: #4A4141;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.customer-zone > p {
    position: relative;
    padding: 14px 30px 14px 60px;
    background-color: #fcefb5;
    margin: 0;
    color: #262626;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
    margin: 4px 0 0;
}

.login-register-wrap .login-register-form .sin-login-register input {
    background: transparent;
    border: 1px solid #CDCDCD;
    height: 50px;
    padding: 5px 10px;
}

.myaccount-tab-menu a {
    text-transform: none;
}

.myaccount-tab-menu {
    background: #fcefb5;
}

.checkout-account input[type=checkbox] {
    transform: scale(1.5);
    margin-left: 4px
}

.checkout-account label {
    margin-left: 10px;
    margin-top: -10px;
}

.order-subtotal, .order-subtotal span {
    font-size: 11pt !important;
}

.myaccount-content .account-details-form .single-input-item label {
    text-transform: none;
}

.myaccount-content .account-details-form .single-input-item input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 13px;
}

ul.dot {
    list-style: inherit;
    margin: 20px;
    padding: 0px;
}


.breadcrumb-content ul li {
    text-transform: none;
}

.header-small-mobile .mobile-header-right-wrap .cart-wrap.cart-wrap-white a {
    color: #404040;
}

.footer-widget p {
    color: #e0e0e0;
}

.footer-widget a {
    color: #e0e0e0;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cart-shiping-update-wrapper.checkout {
    padding: 0px 0 0;
}

.cart-shiping-update-wrapper .discount-code {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}


@media only screen and (max-width: 767px) {
    .breadcrumb-content.breadcrumb-content-white .breadcrumb-title h2 {
        color: #404040;
    }

    .breadcrumb-content.breadcrumb-content-white ul li {
        color: #404040;
    }

    .billing-info-wrap {
        text-align: center !important;
    }

    .billing-info-wrap h3:before {
        display: none;
    }

    .billing-info-wrap h3 {
        margin: 0 0 30px;
    }

    .breadcrumb-content.breadcrumb-content-white ul li a {
        color: #404040;
    }

    .footer-widget {
        margin-top: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .menu-banner-content h2 {
        font-size: 35px;
    }
}

.header-small-mobile .mobile-logo.logo-width a img {
    width: 200px;
}

@media only screen and (max-width: 767px) {
    .header-small-mobile .mobile-logo.logo-width a img {
        width: 180px;
    }
}

/* testo paragrafi */
.classic-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #4A4141;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.classic-section h1 {
    margin-bottom: 30px
}

.classic-section h2 {
    margin-bottom: 30px
}

/* box con ombra */
.shadow-box {
    -webkit-box-shadow: 5px 5px 10px -1px rgba(168, 168, 168, 0.49);
    -moz-box-shadow: 5px 5px 10px -1px rgba(168, 168, 168, 0.49);
    box-shadow: 5px 5px 10px -1px rgba(168, 168, 168, 0.49);
    /*background-color: #ffffff;*/

}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
        text-align: center;
    }

    h2 {
        font-size: 24px;
        text-align: center;
    }

    .classic-section p {
        font-size: 15px;
    }

    .product-details-content h2 {
        text-align: left;
    }
}

.login-register-btn button, .login-register-btn a {
    border: none;
    background-color: #262626;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 18px 40px 18px;
    text-transform: uppercase;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .login-register-btn button, .login-register-btn a {
        padding: 14px 30px 17px;
    }
}

.login-register-btn button:hover, .login-register-btn a:hover {
    background-color: #a38b5e;
}


@media only screen and (max-width: 767px) {
    .popup-wrapper-area .popup-wrapper .popup-wrapper-all {
        display: block;
        height: 550px;
        overflow-y: auto;
    }

    .popup-subscribe-area > span {
        font-size: 11pt !important;
    }

    .popup-subscribe-area > .subscribe-bottom {
        text-align: center
    }

}

.product-wrap .product-img > a > span.badge-pink {
    background-color: #F0525C;
}

.product-wrap .product-img > a > span.badge-right {
    left: 0px;
}

.product-wrap .product-img > a > span {
    display: inline-block;
    color: #fff;
    top: 40px;
    width: 110px;
    height: 31px;
    line-height: 31px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    font-size: 12px;
}

/* Popup */
.popup-wrapper-area .popup-wrapper .popup-wrapper-all .popup-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.popup-wrapper-area .popup-wrapper {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 206px;
    width: 1070px;
    max-width: 590px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .popup-wrapper-area .popup-wrapper {
        max-width: 700px;
    }

}

@media only screen and (max-width: 991px) {
    .popup-wrapper-area .popup-wrapper {
        max-width: 500px;
    }

    .popup-wrapper-area .popup-wrapper .popup-wrapper-all {
        display: block;
        height: auto;
        overflow-y: auto;
    }

}

@media only screen and (max-width: 767px) {
    .popup-wrapper-area .popup-wrapper {
        max-width: 300px;
    }

    .popup-wrapper-area .popup-wrapper .popup-wrapper-all {
        display: block;
        height: auto;
        overflow-y: auto;
    }

}

