/*
@File: Giano Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
** - Default Area Style
** - Preloader Area Style
** - Go Top Style
** - Navbar Area Style
** - Main Slider Area Style
** - Welcome Area Style
** - Service Area Style
** - Discover Area Style
** - Our Product Area Style
** - The Estate Area Style
** - Testimonial Area Style
** - Blog Area Style
** - Partner Area Style
** - Subscribe Area Style
** - Footer Area Style
** - Blog Details Area CSS
** - Contact Area Style
** - FAQ Area Style
** - Club Area Style
** - Wines Area Style
** - Shop Area Style
** - Shop Details Area Style
** - Checkout Area Style
** - Cart Area Style
** - Log In Area Style
** - Sign Up Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
*******************************************
/*

/*
Default Style
============================*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
    color: #555555;
}

a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 50px;
    color: #000000;
    border: 1px solid #c4b5bc;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
}

.form-control:focus {
    border: 1px solid #4d0322;
}

.form-control::-webkit-input-placeholder {
    color: #c4b5bc;
}

.form-control:-ms-input-placeholder {
    color: #c4b5bc;
}

.form-control::-ms-input-placeholder {
    color: #c4b5bc;
}

.form-control::placeholder {
    color: #c4b5bc;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border-color: 1px solid #4d0322;
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
    height: 250px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}


/* section-title */

.section-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-title span {
    color: #4d0322;
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    margin-top: -9px;
}

.section-title h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.section-title p {
    line-height: 1.8;
    margin-bottom: 0;
}


/* default-btn */

.default-btn {
    background-color: #4d0322;
    display: inline-block;
    line-height: 1;
    padding: 15px 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    height: 100%;
    width: 1px;
    background-color: #966b7d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.default-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 1px;
    background-color: #966b7d;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover::before {
    width: 100%;
}


/* read-more */

.read-more {
    color: #4d0322;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.read-more:hover {
    color: #966b7d;
}


/*
Social List  Style
===================================================*/

.social-list {
    text-align: center;
}

.social-list li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 3px;
}

.social-list li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    color: #818992;
    border: 1px dashed #4d0322;
    display: inline-block;
}

.social-list li a:hover {
    background-color: #4d0322;
    color: #ffffff;
}


/*
Preloader Style
===================================================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4d0322;
    z-index: 999999;
}

.preloader .spinner {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -30px auto 0;
}

.preloader .double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*
Go Top Style
===================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: #4d0322;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #966b7d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}


/*
Navbar Style CSS
===================================================*/

.main-nav {
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.main-nav .navbar {
    background-color: #f1f0f6;
    width: 1140px;
    margin: auto;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.main-nav .navbar::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #444163;
    opacity: 0.9;
    z-index: -1;
}

.main-nav .navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #f1f0f6;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important;
}

.main-nav .navbar.is-sticky::before {
    display: none;
}

.main-nav nav .navbar-nav .nav-item {
    padding: 30px 0;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #211d1d;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: capitalize;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #211d1d;
    padding: 5px 15px;
    font-size: 14px;
}

.main-nav nav .navbar-nav .nav-item.contact-number {
    margin-left: 50px !important;
}

.main-nav nav .navbar-nav .nav-item.sidbar-menu a {
    margin-right: 0 !important;
}

.main-nav nav .navbar-nav .nav-item.sidbar-menu a i {
    line-height: 1;
    font-size: 24px;
}

.mean-container a.meanmenu-reveal {
    color: #000000;
}

.mean-container a.meanmenu-reveal span {
    background: #000000;
}

.mobile-nav img {
    max-width: 70px;
}

.navbar-brand {
    max-width: 100px;
}

/* ── Account icon in navbar ─────────────────────── */
.nav-account-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c8a96e;
    margin-left: 14px;
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.nav-account-icon:hover {
    color: #fff;
    text-decoration: none;
}

/* ── Cart icon in navbar ────────────────────────── */
.nav-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c8a96e;
    margin-left: 18px;
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.nav-cart-icon:hover {
    color: #fff;
    text-decoration: none;
}

.nav-cart-count {
    position: absolute;
    top: -7px;
    right: -9px;
    background: #c8a96e;
    color: #1a0a10;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

.nav-cart-count:empty,
.nav-cart-count[data-count="0"] {
    display: none;
}


/*
Start Main Banner Area Style
===================================================*/

.banner-area {
    background-image: url(../img/home-one/banner/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
}

.banner-area .banner-text-wrap {
    margin-top: 90px;
}

.banner-area .banner-video {
    margin-left: 100px;
}

.banner-area .banner-text {
    position: relative;
    z-index: 1;
    margin-left: 80px;
}

.banner-area .banner-text span {
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
}

.banner-area .banner-text h1 {
    font-size: 70px;
    color: #ffffff;
    margin: 10px 0 15px;
}

.banner-area .banner-text p {
    font-size: 17px;
    color: #d7d6d6;
    margin-bottom: 30px;
}

.banner-area .banner-text .default-btn {
    background-color: #ffffff;
    padding: 15px 40px;
    color: #4d0322;
}

.banner-area .banner-text .default-btn::before {
    background-color: #4d0322;
}

.banner-area .banner-text .default-btn::after {
    background-color: #4d0322;
}

.banner-area .banner-text .default-btn:hover {
    color: #ffffff;
}

.banner-area .banner-text .default-btn:hover::before {
    width: 100%;
}

.the-winery-club-area .club-text p {
    margin-bottom: 30px;
}


/*
Start Welcome Area Style
===================================================*/

.welcome-text span {
    color: #4d0322;
    font-size: 17px;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.welcome-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.welcome-text .signature {
    margin-top: 25px;
}

.welcome-text.welcome-text-two {
    margin-left: 40px;
}

.welcome-text.welcome-text-two .since-list {
    margin-bottom: 30px;
}

.welcome-text.welcome-text-two .since-list li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.welcome-text.welcome-text-two .since-list li:hover {
    color: #4d0322;
}

.welcome-img {
    text-align: center;
}

.welcome-img img {
    max-width: 490px;
    width: 100%;
    margin: auto;
}


/*
Cntact Info Area Style
===================================================*/

.welcome-area {
    background-color: #f7f8fc;
}

.contact-info-wrap {
    margin-top: 50px;
    text-align: center;
}

.contact-info-wrap .contact-info {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.contact-info-wrap .contact-info.border-left-right {
    border-left: 1px solid #d8d9db;
    border-right: 1px solid #d8d9db;
}

.contact-info-wrap .contact-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #4d0322;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: -1;
}

.contact-info-wrap .contact-info:hover::before {
    opacity: 0.8;
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
}

.contact-info-wrap .contact-info:hover span {
    color: #ffffff;
}

.contact-info-wrap .contact-info:hover i {
    color: #ffffff;
}

.contact-info-wrap .contact-info:hover h3 {
    color: #ffffff;
}

.contact-info-wrap .contact-info:hover ul li a {
    border: 1px dashed #ffffff;
}

.contact-info-wrap .contact-info span {
    font-size: 17px;
    display: inline-block;
    margin-left: 5px;
}

.contact-info-wrap .contact-info i {
    font-size: 18px;
    color: #4d0322;
}

.contact-info-wrap .contact-info h3 {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 17px;
}

.contact-info-wrap .contact-info ul {
    margin-top: 7px;
}

.contact-info-wrap .contact-info ul li {
    display: inline-block;
    padding: 0 4px;
}

.contact-info-wrap .contact-info ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px dashed #4d0322;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-info-wrap .contact-info ul li a i {
    line-height: 25px;
    font-size: 14px;
    color: #474546;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-info-wrap .contact-info ul li a:hover {
    background-color: #4d0322;
}

.contact-info-wrap .contact-info ul li a:hover i {
    color: #ffffff;
}


/*
Service Area Style
===================================================*/

.single-service {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}

.single-service .service-shape {
    position: relative;
    display: inline-block;
    max-width: 70px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-service .service-shape i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4d0322;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-service h3 {
    font-size: 20px;
    margin: 20px 0 17px;
}

.single-service p {
    line-height: 1.8;
}

.single-service:hover .service-shape {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.single-service:hover i {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}


/*
Choose Area Style
===================================================*/

.choose-area {
    background-color: #171717;
}

.choose-area .choose-img {
    background-image: url(../img/home-one/chooses-img.jpg);
    background-repeat: no-repeat;
    height: 100%;
}

.choose-area .choose-img img {
    display: none;
}

.single-choose-wrap {
    padding: 100px 0 70px;
    max-width: 850px;
}

.single-choose-wrap h2 {
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    max-width: 670px;
    margin: -9px auto 20px;
}

.single-choose-wrap span {
    text-align: center;
    display: block;
    color: #a49e9e;
    font-size: 17px;
    font-family: "PT Sans", sans-serif;
    position: relative;
    margin-bottom: 50px;
}

.single-choose {
    padding-left: 40px;
    margin-bottom: 30px;
}

.single-choose span {
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #4d0322;
}

.single-choose span::before {
    display: none;
}

.single-choose h3 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
}

.single-choose p {
    color: #ffffff;
}


/*
Discover Area Style
===================================================*/

.single-discover-wrap {
    margin-left: 30px;
}

.single-discover {
    padding-left: 70px;
    margin-bottom: 30px;
}

.single-discover i {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #690f34;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
}

.single-discover i::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background-color: #ddaac0;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-discover h3 {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
}

.single-discover:hover i::after {
    top: -0;
    left: 0;
}

.discover-img {
    text-align: center;
}

.discover-img img {
    max-width: 270px;
    margin: auto;
}

.discover-img.discover-imgs img {
    max-width: 88%;
}


/*
Our Product Area Style
===================================================*/

.our-product-area {
    background-color: #171717;
}

.our-product-area .section-title span {
    color: #dfc9d2;
}

.our-product-area .section-title h2 {
    color: #ffffff;
}

.our-product-area .section-title p {
    color: #d1d1d1;
}

.our-product-area .owl-theme .owl-dots {
    margin-top: 20px !important;
    line-height: 0;
}

.our-product-area .owl-theme .owl-dots span {
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 7px;
    background-color: #3f3f3f;
}

.our-product-area .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.our-product-area .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

/* .single-product.single-products — legacy, replaced by .product-card */


/*
The Estate Area Style
===================================================*/

.estate-area-wrap {
    background-color: #f7f8fc;
}

.estate-area-wrap .estate-img {
    text-align: center;
}

.estate-area-wrap .estate-img img {
    max-width: 532px;
    width: 100%;
    margin: auto;
}

.estate-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1;
}

.estate-text span {
    color: #4d0322;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
}

.estate-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.estate-text p {
    line-height: 1.8;
    margin-bottom: 0;
}

.estate-wrapper {
    background-color: #f7f8fc;
    padding: 60px 60px 60px 45px;
    position: relative;
}

.estate-wrapper .estate-btn {
    text-align: center;
    margin-top: 45px;
}

.estate-wrapper .estate-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.estate-wrapper .estate-list {
    margin-bottom: 30px;
    font-size: 15px;
    color: #111111;
    font-weight: 600;
}

.estate-wrapper .estate-list i {
    color: #4d0322;
    padding-right: 5px;
    font-size: 14px;
}

.estate-wrapper .estate-price {
    margin-bottom: 30px;
    float: right;
}

.estate-wrapper .estate-price p {
    color: #4d0322;
    font-size: 15px;
    font-weight: 600;
}

.estate-wrapper .estate-price p span {
    color: #5f595c;
    font-size: 12px;
}


/*
Testimonial Area Style
===================================================*/

.testimonial-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/home-one/testimonial/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171515;
    opacity: 0.8;
    z-index: -1;
}

.testimonial-area .section-title span {
    color: #dfc9d2;
}

.testimonial-area .section-title h2 {
    color: #f5efef;
}

.testimonial-area .section-title p {
    color: #d1d1d1;
}

.testimonial-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -123px;
    right: 0;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #4d0322 !important;
    color: #ffffff;
}

.testimonial-area .owl-theme .owl-nav .owl-next i {
    color: #ffffff;
    font-size: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 3px;
    line-height: 50px;
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover i {
    color: #ffffff;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover {
    background-color: #4d0322 !important;
}

.testimonial-area .owl-theme .owl-nav .owl-prev i {
    color: #ffffff;
    font-size: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-right: 3px;
    line-height: 50px;
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover i {
    color: #ffffff;
}

.singel-testimonial {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.singel-testimonial .testimonial-img {
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
}

.singel-testimonial .testimonial-img::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background-color: #4d0322;
    border-radius: 10px 0 10px 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.singel-testimonial .testimonial-img img {
    border-radius: 10px 0 10px 0;
    position: relative;
    z-index: 1;
    width: unset;
    margin: auto;
}

.singel-testimonial .testimonial-text {
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    padding: 70px 50px 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.singel-testimonial .testimonial-text:hover {
    background-color: #4d0322;
}

.singel-testimonial .testimonial-text:hover h3 {
    color: #ffffff;
}

.singel-testimonial .testimonial-text:hover span {
    color: #ffffff;
}

.singel-testimonial .testimonial-text:hover p {
    color: #ffffff;
}

.singel-testimonial .testimonial-text h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.singel-testimonial .testimonial-text span {
    color: #807c7c;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
}

.singel-testimonial .testimonial-text p {
    font-style: italic;
    font-weight: 500;
    margin-top: 10px;
}

.singel-testimonial .testimonial-text ul li {
    display: inline-block;
    color: #ffba0a;
}

.singel-testimonial .testimonial-text .queat {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.singel-testimonial .testimonial-text .queat i {
    font-size: 50px;
    color: #af8d9b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.singel-testimonial:hover .testimonial-img::before {
    background-color: #ffffff;
}

.singel-testimonial:hover .queat i {
    color: #ffffff;
}


/*
BLog Area Style
===================================================*/

.blog-area {
    padding-bottom: 70px;
}

.blogs-area {
    padding: 100px 0 100px;
}

.single-blog {
    margin-bottom: 30px;
    background-color: #f5f5f5;
}

.single-blog .blog-img {
    position: relative;
}

.single-blog .blog-text {
    background-color: #f5f5f5;
    padding: 20px 15px 20px 30px;
}

.single-blog .blog-text span {
    font-size: 13px;
}

.single-blog .blog-text span i {
    font-size: 13px;
    margin-right: 7px;
}

.single-blog .blog-text h3 a {
    font-size: 19px;
    color: #000000;
    margin-bottom: 14px;
    margin-top: 10px;
    line-height: 1.4;
}

.single-blog .blog-text .read-more {
    font-size: 15px;
}

.single-blog .blog-text .read-more i {
    position: relative;
    top: 1px;
    left: 5px;
    font-size: 11px;
}

.single-blog:hover h3 a {
    color: #4d0322;
}

.single-blog:hover .read-more {
    color: #4d0322;
}


/*
Partner Area Style
===================================================*/

.partner-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}


/*
Subscribe Area Style
===================================================*/

.subscribe-area {
    background-image: url(../img/home-one/subscribe-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.subscribe-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171515;
    z-index: -1;
    opacity: 0.9;
}

.subscribe-area .section-title h2 {
    color: #ffffff;
    margin-top: -9px;
}

.subscribe-area .section-title p {
    color: #c9c7c7;
}


/*
Subscribe Style
===================================================*/

.subscribe form {
    position: relative;
}

.subscribe form input::-webkit-input-placeholder {
    color: #e3dfdf;
    font-size: 15px;
}

.subscribe form input:-ms-input-placeholder {
    color: #e3dfdf;
    font-size: 15px;
}

.subscribe form input::-ms-input-placeholder {
    color: #e3dfdf;
    font-size: 15px;
}

.subscribe form input::placeholder {
    color: #e3dfdf;
    font-size: 15px;
}

.subscribe form label {
    display: block;
    margin-bottom: 0;
}

.subscribe form .screen-reader-text {
    display: none;
}

.subscribe form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 18px;
    border: 1px solid #c1bebe;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #c1bebe;
    font-family: "PT Sans", sans-serif;
}

.subscribe form .search-field:focus {
    border: 1px solid #4d0322;
}

.subscribe form .search-field::-webkit-input-placeholder {
    font-size: 13px;
}

.subscribe form .search-field:-ms-input-placeholder {
    font-size: 13px;
}

.subscribe form .search-field::-ms-input-placeholder {
    font-size: 13px;
}

.subscribe form .search-field::placeholder {
    font-size: 13px;
}

.subscribe form .search-submit {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
    color: #ffffff;
    height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.subscribe form .search-submit:hover {
    color: #ffffff;
    background-color: #966b7d;
}


/*
Footer Top Area Style
===================================================*/

.footer-top-area {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer-top-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171515;
    opacity: 0.9;
    z-index: -1;
}

.single-widget {
    margin-bottom: 30px;
}

.single-widget .brand {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    width: 100px;
}

.single-widget h3 {
    font-size: 19px;
    color: #ffffff;
    font-family: "Philosopher", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    border-bottom: 1px solid #4a4948;
    padding-bottom: 10px;
}

.single-widget p {
    color: #cccccc;
    margin-bottom: 5px;
    line-height: 30px;
}

.single-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-widget ul li {
    color: #cccccc;
    font-weight: 500;
    line-height: 1;
    margin-top: 19px;
}

.single-widget ul li a {
    color: #cccccc;
    font-size: 15px;
    display: inline-block;
}

.single-widget ul li a:hover {
    color: #7e121a;
}

.single-widget ul li.address {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-top: 12px;
}

.single-widget ul li.address i {
    font-size: 20px;
    position: absolute;
    top: 6px;
    left: 0;
}

.single-widget ul li.address i.fa.fa-envelope {
    font-size: 15px !important;
}

.single-widget.single-widgets {
    margin-left: 40px;
}

.single-widget.single-widgetss {
    margin-left: 60px;
}


/*
Footer Bottom Area Style
===================================================*/

.footer-bottom {
    border-top: 1px solid #4a4948;
    padding: 15px 0;
    margin-top: 60px;
    overflow: hidden;
}

.footer-bottom p {
    color: #cccccc;
    font-size: 14px;
}

.footer-bottom p a {
    display: inline-block;
    color: #7e121a;
    font-weight: 600;
}

.footer-bottom .terms-conditions {
    text-align: right;
}

.footer-bottom .terms-conditions li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.footer-bottom .terms-conditions li a {
    color: #cccccc;
}

.footer-bottom .terms-conditions li a:hover {
    color: #7e121a;
}

.footer-bottom .terms-conditions li::before {
    content: "";
    position: absolute;
    top: 8px;
    right: -12px;
    width: 1px;
    height: 12px;
    background-color: #bcb7b7;
}

.footer-bottom .terms-conditions li:last-child::before {
    display: none;
}


/*
Sidebar Menu Style
===================================================*/

.sidebar-modal {
    position: relative;
}

.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    color: #555555;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: #4d0322;
    content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    margin-bottom: 10px;
    font-size: 14px;
    color: #414141;
    font-weight: 600;
    text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #4d0322;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position: relative;
    font-weight: 700;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px dashed #4d0322;
    border-radius: 50%;
    color: #818992;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 24px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i::before {
    margin-left: 0;
    font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color: #ffffff;
    border: 1px dashed #4d0322;
    background: #4d0322;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none;
}

.sidebar-modal .modal-header .close {
    height: 30px;
    width: 30px;
    color: #4d0322;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
    margin-left: 0;
    font-size: 20px;
}

.sidebar-modal .modal-header h2 {
    background-color: #f1f0f6;
    padding: 30px 25px;
}

.sidebar-modal button:focus {
    outline: 0px;
}


/*
Video wave Style
===================================================*/

.video-wrap {
    position: relative;
}

.video-wrap .video-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #1c1b39;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #ffffff;
}

.video-btn i {
    font-size: 50px;
    font-weight: 700;
}

.video-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.video-btn:hover {
    background-color: #121232;
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


/*
Coming Soon Area Style
===================================================*/

.coming-soon-area {
    height: 100vh;
    background-color: #000000;
    background-image: url(../img/comeing-soon-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
}

.coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.coming-soon-content h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
}

.coming-soon-content p {
    color: #f3f3f3;
    line-height: 1.8;
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-content #timer {
    margin-top: 30px;
}

.coming-soon-content #timer div {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 65px;
    font-weight: 700;
}

.coming-soon-content #timer div span {
    display: block;
    text-transform: lowercase;
    margin-top: -15px;
    font-size: 16px;
    font-weight: normal;
}

.coming-soon-content #timer div:last-child {
    margin-right: 0;
}

.coming-soon-content #timer div:last-child::before {
    display: none;
}

.coming-soon-content #timer div:first-child {
    margin-left: 0;
}

.coming-soon-content #timer div::before {
    content: ':';
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #ffffff;
}

.coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form .input-newsletter::placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #ffffff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.coming-soon-content .newsletter-form #validator-newsletter {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}


/*
404 Error Area Style
===================================================*/

.error-area {
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #a6dce8;
}

.error-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

.error-area .error-contant-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-contant-wrap img {
    width: 350px;
}

.error-area .error-contant-wrap h3 {
    margin: 30px 0 0;
    font-family: "Poppins", sans-serif;
    position: relative;
    color: red;
}

.error-area .error-contant-wrap p {
    margin: 20px 0 30px;
    font-size: 19px;
}


/*
Login Area Style
===================================================*/

.login-area {
    background-color: #4d0322;
    position: relative;
    height: 100%;
}

.login-area .log-in-bg {
    background-image: url(/assets/img/login/log-in-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.login-area .form-group {
    margin-bottom: 20px;
}

.login-area .login-form {
    background: #ffffff;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}

.login-area .login-form h3 {
    background: #4d0322;
    padding: 20px;
    font-size: 25px;
    margin-bottom: 0;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    color: white;
}

.login-area .login-form form {
    padding: 20px 30px;
}

.login-area .login-form form label {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.login-area .login-form form .form-control {
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    color: #000000;
    padding: 10px 20px;
}

.login-area .login-form form .form-control:focus {
    border: 1px solid #4d0322;
}

.login-area .login-form .btn {
    display: block;
    width: 100%;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.login-area .login-form p {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.login-area .login-form p a {
    color: #0d1028;
    font-weight: 600;
    display: inline-block;
}

.login-area .login-form p a:hover {
    color: #4d0322;
}

.login-area .login-form p a:focus {
    color: #4d0322;
    outline: 0 !important;
}


/*
Sign Up Area Style
===================================================*/

.sign-up-area {
    background-color: #4d0322;
    position: relative;
    height: 100%;
}

.sign-up-area .sign-up-bg {
    background-image: url(../img/sign-up-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sign-up-area .form-group {
    margin-bottom: 20px;
}

.sign-up-area .sign-up-form {
    background: #ffffff;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}

.sign-up-area .sign-up-form h3 {
    background: #e1f2ff;
    padding: 20px;
    font-size: 25px;
    margin-bottom: 0;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

.sign-up-area .sign-up-form form {
    padding: 20px 30px;
}

.sign-up-area .sign-up-form form label {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.sign-up-area .sign-up-form form .form-control {
    font-size: 13px;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    padding: 10px 20px;
}

.sign-up-area .sign-up-form form .form-control:focus {
    border: 1px solid #4d0322;
}

.sign-up-area .sign-up-form .btn {
    display: block;
    width: 100%;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.sign-up-area .sign-up-form p {
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1;
}

.sign-up-area .sign-up-form p a {
    color: #0d1028;
    font-weight: 600;
    display: inline-block;
}

.sign-up-area .sign-up-form p a:hover {
    color: #4d0322;
}

.sign-up-area .sign-up-form p a:focus {
    color: #4d0322;
}


/*
Page Title Area Style
===================================================*/

/* Modern slim breadcrumb bar */
.site-breadcrumb {
    background: #1a0a10;
    border-bottom: 1px solid rgba(200, 169, 110, 0.2);
    padding: 10px 0;
}

.site-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

/* Separator */
.site-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    color: #c8a96e;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
}

/* Each item is itself a flex row so separator and text are separate flex children */
.site-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
}

/* First item (Home) never shrinks */
.site-breadcrumb .breadcrumb-item:first-child {
    flex-shrink: 0;
}

/* Last item (product name) never shrinks either */
.site-breadcrumb .breadcrumb-item:last-child {
    flex-shrink: 0;
}

/* Linked items */
.site-breadcrumb .breadcrumb-item a,
.site-breadcrumb .breadcrumb-item a span {
    color: #9a9090;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.site-breadcrumb .breadcrumb-item a:hover,
.site-breadcrumb .breadcrumb-item a:hover span {
    color: #c8a96e;
}

/* Active / last crumb */
.site-breadcrumb .breadcrumb-item.active,
.site-breadcrumb .breadcrumb-item.active span,
.site-breadcrumb .breadcrumb-item:last-child:not(:first-child) {
    color: #c8a96e;
    white-space: nowrap;
}

/* WooCommerce auto-breadcrumb shares same style */
.wc-site-breadcrumb .breadcrumb-item a {
    color: #9a9090;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wc-site-breadcrumb .breadcrumb-item a:hover {
    color: #c8a96e;
}

.woocommerce-breadcrumb {
    display: none; /* hide default WC breadcrumb if rendered outside our nav */
}

/* Mobile: smaller font, items always visible on one line */
@media (max-width: 575px) {
    .site-breadcrumb .breadcrumb {
        font-size: 11px;
    }

    .site-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 4px;
    }
}


/*===============================================
FAQ PAGE STYLE
=================================================*/

.faq-image {
    width: 100%;
    height: 100%;
    background-image: url(../img/faq/faq-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-image img {
    display: none;
}

.faq-accordion {
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
}

.faq-accordion .sub-title {
    display: block;
    margin-bottom: 5px;
    color: #4d0322;
    font-size: 17px;
}

.faq-accordion h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
    margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 12px 20px 12px 51px;
    color: #252920;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #faf5f5;
    color: #4d0322;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-title.active {
    border-bottom-color: #eeeeee;
}

.faq-accordion .accordion .accordion-title.active i {
    background-color: #4d0322;
    color: #ffffff;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f063";
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 15;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-contact-area {
    position: relative;
    z-index: 1;
}

.faq-contact-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.faq-contact-form form {
    text-align: center;
}

.faq-contact-form form .form-control {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 57px;
    border: 1px solid #ededed;
}

.faq-contact-form form .form-control:focus {
    border: 1px solid #000000 !important;
}

.faq-contact-form form .form-group {
    text-align: left;
}

.faq-contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.faq-contact-form form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.faq-contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.faq-contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
}

.faq-contact-form form .default-btn {
    font-size: 16px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}

.faq-contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important;
}

.faq-contact-form form #msgSubmit.text-danger {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
}

.faq-contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
}


/*===============================================
ABOUT PAGE STYLE
=================================================*/

.our-story-area .about-text {
    line-height: 1;
    margin-bottom: 30px;
}

.our-story-area .about-text span {
    color: #4d0322;
    font-size: 17px;
}

.our-story-area .about-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.our-story-area .about-text p {
    line-height: 1.8;
    margin-bottom: 0;
}

.our-histry-area .histry-text {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: -5px;
}

.our-histry-area .histry-text:last-child {
    margin: 0;
}

.our-histry-area .histry-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #464444;
}

.our-histry-area .histry-text p {
    line-height: 1.8;
    margin-bottom: 0;
}

.timeline-title {
    text-align: center;
    margin-top: -7px;
}

.timeline-title h2 {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 1;
}

.single-timeline {
    background-color: #f8f7f6;
    margin-bottom: 30px;
}

.timeline-text {
    line-height: 1;
    padding: 38px;
}

.timeline-text span {
    font-size: 24px;
    color: #111111;
    font-family: "PT Sans", sans-serif;
}

.timeline-text h3 {
    font-size: 24px;
    color: #4f4d4d;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1;
}

.timeline-text p {
    line-height: 1.8;
}


/*===============================================
CLUB PAGE STYLE
=================================================*/

.club-text {
    line-height: 1;
    margin-bottom: 0;
}

.club-text span {
    color: #4d0322;
    font-size: 17px;
}

.club-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.club-text p {
    line-height: 1.8;
}

.partner-weaps.owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}


/*===============================================
CLUB EVENT STYLE
=================================================*/

.single-event {
    background-color: #f8f7f6;
    margin-bottom: 30px;
}

.single-event .event-img {
    position: relative;
    overflow: hidden;
}

.single-event .event-img .event-img-caption {
    position: absolute;
    bottom: -104px;
    left: 236px;
    background-color: #4d0322;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-event .event-img .event-img-caption p {
    margin-bottom: 5;
    line-height: 1;
    color: #ffffff;
}

.single-event .event-img .event-img-caption p span {
    color: #d2d0d0;
}

.single-event .event-img .event-img-caption span {
    color: #ffffff;
    font-size: 16px;
}

.single-event:hover .event-img-caption {
    bottom: 60px;
    left: 100px;
}

.event-text {
    padding: 30px;
}

.event-text span {
    font-size: 30px;
    color: #111111;
    font-family: "PT Sans", sans-serif;
}

.event-text h3 {
    font-size: 24px;
    color: #4f4d4d;
    margin-bottom: 15px;
    line-height: 1.5;
}

.event-text .event-info-list li {
    display: inline-block;
    font-size: 18px;
    padding-right: 30px;
    margin-bottom: 10px;
    color: #777777;
}

.event-text .event-info-list li:last-child {
    margin-bottom: 0;
}

.event-text .event-info-list li i {
    color: #4d0322;
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}

.event-text .event-info-list li a {
    color: #777777;
}

.event-text .event-info-list li a:hover {
    color: #4d0322;
}

.event-text .join-us {
    margin-top: 20px;
}

.event-text .join-us a {
    color: #4d0322;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    border: 1px solid #4d0322;
    display: inline-block;
    padding: 5px 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.event-text .join-us a:hover {
    background-color: #4d0322;
    color: #ffffff;
}


/*===============================================
WINE PAGE STYLE
=================================================*/

.single-event {
    background-color: #f8f7f6;
    margin-bottom: 30px;
}

.event-text {
    padding: 30px;
}

.event-text span {
    font-size: 30px;
    color: #4d0322;
}

.event-text h3 {
    font-size: 24px;
    color: #4f4d4d;
    margin-bottom: 15px;
    line-height: 1.5;
}

.best-area .best-text {
    line-height: 1;
    margin-bottom: 20px;
}

.best-area .best-text:last-child {
    margin: 0;
}

.best-area .best-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #464444;
}

.best-area .best-text p {
    line-height: 1.8;
    margin-bottom: 0;
}


/*===============================================
CANTACT PAGE STYLE
=================================================*/

.contact-area {
    text-align: center;
}

.contact-area .default-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.contact-area .form-group {
    margin-bottom: 30px;
}

.contact-area .form-group .form-control {
    border: 1px solid #ebdfe5;
    background-color: #fff;
}

.contact-area #contact-form {
    background-color: #f8f7fc;
    padding: 50px;
}

.contact-info-area .contact-map iframe {
    height: 600px;
    width: 100%;
    border: none;
    display: block;
}

.contact-info-area .contacts-text {
    padding-left: 60px;
}

.contact-info-area .contacts-text li {
    margin-bottom: 30px;
}

.contact-info-area .contacts-text li:last-child {
    margin-bottom: 0;
}

.contact-info-area .contacts-text li span {
    display: block;
    padding-left: 70px;
    color: #111111;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
}

.contact-info-area .contacts-text li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #4d0322;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
    position: absolute;
}

.contact-info-area .contacts-text li a {
    display: inline-block;
    padding-left: 70px;
    color: #696666;
    font-size: 14px;
}

.contact-info-area .contacts-text li a:hover {
    color: #7e121a;
}

.contact-info-area .contacts-info {
    background-color: #f8f7fc;
}


/*===============================================
HOME PAGE TWO STYLE
=================================================*/


/*
Start Navbar Area Style
===================================================*/

.main-nav.giano-nav-two {
    background-color: #ffffff;
    position: relative;
}

.main-nav.giano-nav-two .navbar {
    background-color: transparent;
}

.main-nav.giano-nav-two .navbar::before {
    display: none;
}

.main-nav.giano-nav-two .navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important;
}


/*
Start Main Slider Area Style
===================================================*/

.slider-area {
    position: relative;
}

.slider-area .main-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 730px;
    position: relative;
    z-index: 1;
}

.slider-area .main-slider-item .slider-text {
    position: relative;
    z-index: 1;
    max-width: 700px;
    width: 100%;
    margin-top: -80px;
}

.slider-area .main-slider-item .slider-text span {
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
}

.slider-area .main-slider-item .slider-text h1 {
    font-size: 70px;
    color: #ffffff;
    margin-bottom: 20px;
}

.slider-area .main-slider-item .slider-text p {
    font-size: 17px;
    color: #d7d6d6;
    margin-bottom: 35px;
}

.slider-area .main-slider-item .slider-text .default-btn {
    background-color: #ffffff;
    padding: 15px 40px;
    color: #4d0322;
    font-weight: 500;
}

.slider-area .main-slider-item .slider-text .default-btn::before {
    background-color: #4d0322;
}

.slider-area .main-slider-item .slider-text .default-btn::after {
    background-color: #4d0322;
}

.slider-area .main-slider-item .slider-text .default-btn:hover {
    color: #ffffff;
}

.slider-area .main-slider-item .slider-text .default-btn:hover::before {
    width: 100%;
}

.slider-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.slider-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #3f3e3e !important;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #4d0322 !important;
    color: #ffffff;
}

.slider-area .owl-theme .owl-nav .owl-next i {
    color: #ffffff;
    font-size: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.slider-area .owl-theme .owl-nav .owl-next:hover i {
    color: #ffffff;
}

.slider-area .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #3f3e3e !important;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-area .owl-theme .owl-nav .owl-prev:hover {
    background-color: #4d0322 !important;
}

.slider-area .owl-theme .owl-nav .owl-prev i {
    color: #ffffff;
    font-size: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.slider-area .owl-theme .owl-nav .owl-prev:hover i {
    color: #ffffff;
}

.slider-area .support-wrap {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1140px;
}

.slider-area .support-wrap .single-support {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 26px 20px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    position: relative;
}

.slider-area .support-wrap .single-support::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #4d0322;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: -1;
}

.slider-area .support-wrap .single-support.active {
    background-color: #4d0322;
}

.slider-area .support-wrap .single-support.active i {
    color: #ffffff;
}

.slider-area .support-wrap .single-support:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
}

.slider-area .support-wrap .single-support:hover i {
    color: #ffffff;
}

.slider-area .support-wrap .single-support i {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-area .support-wrap .single-support .support-text {
    padding-left: 70px;
}

.slider-area .support-wrap .single-support .support-text h3 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 12px;
}

.slider-area .support-wrap .single-support .support-text p {
    color: #e4e4e4;
    margin-bottom: 0;
}



/*
Start Main Slider Area Style
===================================================*/

.since-text span {
    color: #4d0322;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

.since-text h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.since-text.since-text {
    margin-left: 40px;
}

.since-text.since-text .since-list {
    margin-bottom: 30px;
}

.since-text.since-text .since-list li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
    margin-top: 3px;
}

.since-text.since-text .since-list li i {
    display: inline-block;
    padding-right: 5px;
}

.since-text.since-text .since-list li:hover {
    color: #4d0322;
}

.since-img {
    text-align: center;
}

.since-img img {
    max-width: 500px;
    width: 100%;
    margin: auto;
}


/*
Our Offer Area Style
===================================================*/

.offer-img {
    position: relative;
    overflow: hidden;
}

.offer-img .offer-caption {
    position: absolute;
    bottom: 0;
    left: -480px;
    background-color: #4d0322;
    width: 100%;
    text-align: center;
    padding: 30px;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.offer-img:hover .offer-caption {
    left: 0;
}


/*
Our Product Area Style
===================================================*/

.product-wraps.owl-theme .owl-dots {
    margin-top: 30px !important;
    line-height: 1;
}

.product-wraps.owl-theme .owl-dots span {
    width: 40px;
    height: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 7px;
    background-color: #3f3f3f;
}

.product-wraps.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.product-wraps.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}


/*
The Events Area Style
===================================================*/

.the-events-area .section-title {
    text-align: left;
    margin-top: -50px;
}

.the-events-area .section-title p {
    margin-bottom: 10px;
}

.the-events-area .single-events {
    margin-bottom: 30px;
}

.the-events-area .single-events.events-change {
    margin-top: 0;
}

.the-events-area .single-events.events-changes {
    margin-top: 0;
}

.the-events-area .single-events .events-caption {
    background-color: #4d0322;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    padding: 60px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.the-events-area .single-events .events-caption li {
    font-size: 15px;
    font-family: "PT Sans", sans-serif;
    color: #d7d5d5;
    line-height: 1;
    margin-bottom: 10px;
}

.the-events-area .single-events .events-caption li span {
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}

.the-events-area .single-events .events-caption li.borders {
    position: relative;
}

.the-events-area .single-events .events-caption li.borders::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    width: 60px;
    border-bottom: 2px solid #cec6c6;
    margin: auto;
}

.the-events-area .single-events:hover .events-caption {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.the-events-area .default-btn {
    margin-top: 20px;
}

.the-events-area .section-title {
    margin-bottom: 0;
    padding-left: 15px;
}

.singles-events {
    margin-bottom: 30px;
}


/*
Our Poducts Area Style
===================================================*/

.our-products-area {
    background-color: #f7f8fc;
}

.our-products-area .products-details h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.our-products-area .products-details span {
    font-size: 18px;
    font-weight: 700;
    color: #4d0322;
    display: block;
    margin-bottom: 30px;
}

.our-products-area .products-details a {
    display: inline-block;
    color: #4d0322;
    border: 1px solid #4d0322;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.our-products-area .products-details a:hover {
    background-color: #4d0322;
    color: #ffffff;
}

.our-products-area .products-img {
    text-align: center;
    margin-bottom: 77px;
}

.our-products-area .timer {
    position: relative;
    width: 25%;
    float: left;
}

.our-products-area .time-cap span {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #6a6868;
    text-align: center;
    margin-right: 7px;
}

.our-products-area #timer {
    text-align: center;
}

.our-products-area #timer img {
    width: 80px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
}

.our-products-area #timer div {
    font-size: 30px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    color: #111111;
}

.testimonials-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -111px;
    right: 0;
}

.testimonials-area .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonials-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #4d0322 !important;
    color: #ffffff;
}

.testimonials-area .owl-theme .owl-nav .owl-next i {
    color: #4d0322;
    font-size: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 3px;
    line-height: 50px;
}

.testimonials-area .owl-theme .owl-nav .owl-next:hover i {
    color: #ffffff;
}

.testimonials-area .owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonials-area .owl-theme .owl-nav .owl-prev:hover {
    background-color: #4d0322 !important;
}

.testimonials-area .owl-theme .owl-nav .owl-prev i {
    color: #4d0322;
    font-size: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-right: 3px;
    line-height: 50px;
}

.testimonials-area .owl-theme .owl-nav .owl-prev:hover i {
    color: #ffffff;
}


/*
Pagenavigation Area Style
================================================*/

.pagenavigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

.pagenavigation-area .page-link {
    color: #ffffff;
    background-color: #4d0322;
    width: 40px;
    height: 40px;
    border: 1px solid #4d0322;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagenavigation-area .page-link i {
    margin-right: -4px;
}

.pagenavigation-area .page-link:hover {
    color: #ffffff;
    background-color: #af8d9b;
    border: 1px solid #af8d9b;
}

.pagenavigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagenavigation-area .page-item {
    padding: 0 8px 0;
}

.pagenavigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.pagenavigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-link.page-links i::before {
    margin-left: -4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #af8d9b;
    border-color: #af8d9b;
}


/*================================================
Blog Details Area CSS
=================================================*/

.blog-details-desc .article-image img {
    width: 100%;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-right: 21px;
    font-size: 15px;
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #000000;
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #4d0322;
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #4d0322;
    margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #a53d35;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 13px;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #4d0322;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666666;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #4d0322;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #faf5f5;
    text-align: center;
    font-size: 14px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #ffffff;
    background-color: #4d0322;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-details-desc .post-navigation {
    margin-top: 30px;
}

blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 17px !important;
    font-weight: 700;
}

blockquote cite {
    display: none;
}

blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900;
}

blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #4d0322;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blockquote p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 20px !important;
}

.blockquote cite {
    display: none;
}

.blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900;
}

.blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #4d0322;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
}

.post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
    margin-left: 2px;
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.post-navigation .navigation-links div a:hover {
    color: #4d0322;
}

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
    font-weight: 600;
}

.comments-area .comments-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #a53d35;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 40px;
}

.comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #000000;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #4d0322;
    border-color: #4d0322;
}

.comments-area .comment-meta {
    margin-bottom: .8em;
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    color: #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.comments-area .comment-metadata a {
    color: #666666;
}

.comments-area .comment-metadata a:hover {
    color: #4d0322;
}

.comments-area .comment-content p {
    font-size: 16px;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #a53d35;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.comments-area .comment-respond input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond input:focus {
    border-color: #4d0322;
}

.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond textarea:focus {
    border-color: #4d0322;
}

.comments-area .comment-respond .post-a-comment button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #a53d35;
    border: none;
    color: #ffffff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover {
    color: #ffffff;
    background-color: #252920;
}

.comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #252920;
}


/*
Sidebar Widget Area CSS
=================================================*/

.widget-area .widget {
    margin-top: 35px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
    padding: 25px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #a53d35;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #4d0322;
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #ffffff;
    background-color: #4d0322;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form button:hover {
    color: #4d0322;
    background-color: #af8d9b;
}

.widget-area .widget_zovio_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_zovio_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-area .widget_zovio_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_zovio_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.widget-area .widget_zovio_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_zovio_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog-details/2.jpg);
}

.widget-area .widget_zovio_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog-details/3.jpg);
}

.widget-area .widget_zovio_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog-details/4.jpg);
}

.widget-area .widget_zovio_posts_thumb .item .thumb .fullimage.bg4 {
    background-image: url(../img/blog-details/5.jpg);
}

.widget-area .widget_zovio_posts_thumb .item .thumb .fullimage.bg5 {
    background-image: url(../img/blog-details/6.jpg);
}

.widget-area .widget_zovio_posts_thumb .item .info {
    overflow: hidden;
}

.widget-area .widget_zovio_posts_thumb .item .info span {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.widget-area .widget_zovio_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget_zovio_posts_thumb .item .info .title a {
    display: inline-block;
    color: #474c40;
}

.widget-area .widget_zovio_posts_thumb .item .info .title a:hover {
    color: #4d0322;
}

.widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
    background: #a53d35;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}

.widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #a53d35;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.widget-area .widget_categories ul li a {
    display: inline-block;
    color: #000000;
}

.widget-area .widget_categories ul li a:hover {
    display: inline-block;
    color: #4d0322;
}

.widget-area .widget_categories ul li .post-count {
    float: right;
}

.widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
    background: #a53d35;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 10px;
}

.widget-area .tagcloud a:hover {
    background-color: #4d0322;
    color: #ffffff;
    border-color: #4d0322;
}

.widget-area .tagcloud a:focus {
    background-color: #4d0322;
    color: #ffffff;
    border-color: #4d0322;
}

.widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .widget_services_list ul li a:hover {
    background-color: #4d0322;
    color: #ffffff;
    padding-left: 20px;
}

.widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.widget-area .widget_services_list ul li a.active {
    background-color: #4d0322;
    color: #ffffff;
    padding-left: 20px;
}

.widget-area .widget_services_list ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}

.widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .widget_download ul li a:hover {
    background-color: #4d0322;
    color: #ffffff;
    padding-left: 20px;
}

.widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.widget-area .widget_download ul li a.active {
    background-color: #4d0322;
    color: #ffffff;
    padding-left: 20px;
}

.widget-area .widget_download ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.widget-area .widget_download ul li:last-child a {
    border-bottom: none;
}

.offer-post {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.offer-post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292121;
    opacity: 0.9;
}

.offer-post .offercaption {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
}

.offer-post .offercaption h3 {
    font-size: 30px;
    color: #ffffff;
}

.offer-post .offercaption p {
    font-size: 18px;
    font-weight: 700;
    color: #d6d3d3;
}

.offer-post .offercaption a {
    border: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 30px;
}

.offer-post .offercaption a:hover {
    background-color: #4d0322;
    border: 1px solid #4d0322;
}


/*
PRODUCT DETAILS PAGE STYLE
=================================================*/

.product-details-desc h3 {
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 700;
}

.product-details-desc p {
    margin-bottom: 0;
}

.product-details-desc .price {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
}

.product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 13px;
}

.product-details-desc .product-review {
    margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}

.product-details-desc .product-review .rating i {
    color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #333333;
    line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
    color: #4d0322;
    border-color: #4d0322;
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #4d0322;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .default-btn {
    border: none;
    cursor: pointer;
    float: right;
}

.product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px;
}

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
    display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333333;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #57647c;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #333333;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #333333;
    border-color: #333333;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn {
    display: block;
    width: 100%;
}

.product-details-desc .buy-checkbox-btn .default-btn {
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.product-details-desc .custom-payment-options {
    margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
    display: block;
    color: #57647c;
    margin-bottom: 8px;
}

.product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px;
}

.product-details-image {
    text-align: center;
    background-color: #dfcbd3;
    padding: 66px;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.products-details-tab {
    margin-top: 50px;
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 48px;
    font-weight: 600;
}

.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-tab .tabs li a:hover {
    color: #ffffff;
    background-color: #4d0322;
    border-color: #4d0322;
}

.products-details-tab .tabs li a:hover .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li a:hover .dot::before {
    background: #ffffff;
}

.products-details-tab .tabs li a:focus {
    color: #ffffff;
    background-color: #4d0322;
    border-color: #4d0322;
}

.products-details-tab .tabs li a:focus .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li a:focus .dot::before {
    background: #ffffff;
}

.products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: #4d0322;
    border-color: #4d0322;
}

.products-details-tab .tabs li.current a .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
    background: #ffffff;
}

.products-details-tab .tab_content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 4px;
    padding: 15px 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
    border-radius: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}


/*
Cart Area Style
=================================================*/

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead {
    text-align: center;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-table table tbody tr td.product-thumbnail img {
    width: 20px;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 500;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #4d0322;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #4d0322;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #323232;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #323232;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #323232;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #323232;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}


/*
Checkout Area Style
=================================================*/

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #4d0322;
    position: relative;
    color: #4d0322;
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.user-actions i {
    color: #4d0322;
    margin-right: 2px;
}

.user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #4d0322;
}

.user-actions span a {
    display: inline-block;
    color: #323232;
    font-size: 15px;
}

.user-actions span a:hover {
    color: #4d0322;
}

.user-actions span a:focus {
    color: #4d0322;
}

.checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #666666;
    padding-top: 0;
    padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #4d0322 !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
}

.billing-details .form-group .nice-select:after {
    right: 20px;
}

.billing-details .form-group textarea {
    padding-top: 13px;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: #666666;
}

.billing-details .form-check label {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 700;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    border-color: #eaedff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666666;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #4d0322;
}

.order-details .order-table table tbody tr td.order-subtotal span {
    color: #323232;
    font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
    color: #323232;
    font-weight: 600;
}

.order-details .order-table table tbody tr td.total-price span {
    color: #323232;
    font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600;
}

.order-details .order-table table tbody tr td.order-subtotal-price {
    font-weight: 600;
}

.order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600;
}

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.order-details .payment-box .payment-method p {
    font-size: 16px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #323232;
    position: relative;
    margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4d0322;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #323232;
    position: relative;
    margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4d0322;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px;
}

.order-details .payment-box .default-btn {
    margin-top: 20px;
    display: block;
    text-align: center;
}


/*# sourceMappingURL=style.css.map */
@font-face {
    font-family: 'Berling-Italic';
    src: url('../fonts/Berling-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Berling-Italic.woff') format('font-woff'), url('../fonts/Berling-Italic.ttf') format('truetype'), url('../fonts/Berling-Italic.svg#Berling-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================
   CSS DESIGN SYSTEM VARIABLES
   Il Sassicaio - Bianchi Viticoltori
   ============================================ */

:root {
    /* Brand Colors */
    --wine-burgundy-primary: #4d0322;
    --wine-burgundy-dark: #3d0219;
    --wine-burgundy-light: #6d0432;
    --gold-accent: #cd8835;
    --gold-muted: #b8762e;

    /* Neutral Colors */
    --cream-background: #faf8f5;
    --warm-white: #fffcf7;
    --stone-gray: #696666;
    --text-dark: #2d2d2d;

    /* Spacing System */
    --spacing-xs: 15px;
    --spacing-sm: 30px;
    --spacing-md: 50px;
    --spacing-lg: 80px;
    --spacing-xl: 120px;

    /* Typography */
    --font-display: 'Berling-Italic', serif;
    --font-body: 'Poppins', sans-serif;

    /* Transitions */
    --transition-standard: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* ============================================
   END DESIGN SYSTEM VARIABLES
   ============================================ */

.bottiglia-img {
    height: 550px;
}

/* Brighten Montecavallo bottle image */
.our-histry-area .histry-img img.bottiglia-img {
    filter: brightness(1.3) contrast(1.1);
}

/* Improve Montecavallo section text contrast */
.our-histry-area .about-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #2d2d2d;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.our-histry-area .about-text p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #333;
}

/* Award badge styling */
.awards-title {
    font-size: 20px;
    font-weight: 600;
    color: #4d0322;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.award-badge {
    display: inline-block;
    height: 120px;
    width: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.award-badge:hover {
    transform: scale(1.15);
}

.logo-footer img {
    height: 100px;
    width: 250px;
}

.scritta-logo {
    font-family: "Berling-Italic";
    font-style: italic;
}

.dorato {
    color: #cd8835;
}

.logo-mobile {
    height: 40px;
}

.font-size-14 {
    font-size: 14px;
}

.contact-text {
    font-size: 14px !important;
    font-family: "Poppins", sans-serif !important;
    color: #696666 !important;
}

.timeline-img {
    text-align: center;
}

.timeline-img img {
    max-height: 436px;
}

.alert {
    border-radius: 0% !important;
}

.alert-danger {
    background-color: transparent !important;
    border-color: #721c24 !important;
}

.alert-success {
    background-color: transparent !important;
    border-color: green !important;
}

.product-details-image {
    text-align: center;
    padding: 20px !important;
    background-color: transparent !important;
    border: 1px solid #4d0322 !important;
}

.product-details-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 600px;
    width: auto !important;
    height: auto !important;
}

.nav-pills .nav-link.active {
    color: #4d0322;
    font-weight: bold;
    border-color: #4d0322;
    border: 1px solid #4d0322;
    background-color: transparent;
}

.nav-pills .nav-link {
    border-radius: 0em !important;
    color: #555555 !important;
}

.order-details ul li {
    position: relative;
    font-weight: 700;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

.order-details ul li i {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px dashed #4d0322;
    border-radius: 50%;
    color: #4d0322;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 24px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.order-details ul li i::before {
    margin-left: 0;
    font-size: 15px;
}

.order-details ul li:hover i {
    color: #ffffff;
    border: 1px dashed #4d0322;
    background: #4d0322;
}

.order-details ul li:last-child {
    margin-bottom: 0;
}

.order-details ul li span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    text-transform: initial;
}

.order-summary a {
    color: #4d0322;
}

.order-summary ul li {
    display: inline-block !important;
    margin-right: 20px;
}

.order-summary ul li span {
    font-weight: bold;
    display: block;
}

.last-right {
    float: right;
}

.product-details button {
    background: none!important;
    border: none;
    padding: 0!important;
    margin-top: 10px;
    font-family: arial, sans-serif;
    color: #4d0322;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.singel-testimonial .testimonial-text a {
    color: #ffba0a;
}

.text-success-bordeaux {
    color: #4d0322;
}

.language-locale a {
    display: inline-block;
    margin-right: 2px !important;
    padding: 0px !important;
    color: white !important;
}

.language-locale-img-md {
    width: 34px;
    height: 34px;
}

.language-locale-img-sm {
    width: 22px;
    height: 22px;
}

.language-locale-img-md[src*="en.png"],
.language-locale-img-md[src*="en-1.png"],
.language-locale-img-sm[src*="en.png"],
.language-locale-img-sm[src*="en-1.png"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.language-locale a {
    display: inline-block;
    margin-right: 2px !important;
}

.language-locale .last {
    margin-left: 2px !important;
}

.cart-item {
    margin-bottom: 30px;
    border: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.order-item span {
    display: block;
}

.cart-item a {
    color: #4d0322;
}

.availability-green {
    color: green;
}

.availability-red {
    color: red;
}

.product-thumbnail {
    /* width: 50px; */
    max-width: 303px;
    max-height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-quantity .input-counter span:hover {
    color: #4d0322;
}

.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #323232;
}

.product-quantity .input-counter input:-ms-input-placeholder {
    color: #323232;
}

.product-quantity .input-counter input::-ms-input-placeholder {
    color: #323232;
}

.product-quantity .input-counter input::placeholder {
    color: #323232;
}

.cart-totals {
    background-color: #ebe6dd !important;
    margin-top: 0px !important;
    padding: 15px;
}

.cart-totals ul li {
    /* padding-left: 15px !important; */
    border: none !important;
    padding: 0px !important;
}

.free-ship-message {
    color: green;
}

.until-ship-message {
    color: #4d0322;
}

.cart-info {
    background-color: #f7f7f7 !important;
    margin-top: 5px;
    padding: 15px;
}

.cart-info h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 0px !important;
}

.cart-info span {
    font-size: 13px;
}

.cart-image {
    max-width: 170px;
}

.single-product.single-products .product-img img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: auto !important;
    height: auto !important;
}
    margin-top: 100px;
}

.pay-img {
    max-height: 35px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.order-details a {
    color: #4d0322 !important;
}

.old-price {
    text-decoration: line-through;
    color: #828893 !important;
    font-size: 13px;
}

.btn-link {
    color: #4d0322;
}

.card-header {
    background-color: #ebe6dd !important;
    padding: 0px !important;
}

.footer-bottom {
    margin-top: 0px !important;
}

.privacy-menu {
    text-align: center;
    font-size: 14px;
}

.privacy-menu a {
    color: #ccc;
}

.privacy-menu ul {
    display: inline;
}

.privacy-menu ul li {
    display: inline;
}

.privacy-menu ul li a {
    display: inline;
}

.legal ul {
    list-style: circle;
    margin-left: 18px;
}

.section-title a {
    color: #4d0322;
}

.our-products-area {
    background-color: transparent !important;
}

.suggestion {
    margin-bottom: 30px;
}

.suggestion img {
    max-height: 400px;
}

.product-uva {
    display: block;
    color: grey !important;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 15px !important;
}

.single-discover a {
    color: #4d0322;
}

.login-area {
    height: auto !important;
}

.log-in-bg-1 {
    background-image: url(/assets/img/login/log-in-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.image-gallery a img {
    margin-bottom: 10px !important;
}

.tasting-bg {
    background-image: url(../img/landings/tasting.jpg);
}

.book-now-wa-img {
    width: 45px;
    height: 45px;
}


.slider-item-bg-vigna1 {
    background-image: url(../img/slider/vigna1.jpg);
}

.slider-item-bg-vigna2 {
    background-image: url(../img/slider/vigna2.png);
}

/* ==============================================
   PHASE 1: HOMEPAGE IMPROVEMENTS - CSS VARIABLES
   ============================================== */

:root {
    /* Typography */
    --font-primary: "Poppins", sans-serif;
    --font-display: "Berling-Italic", serif;

    /* Colors */
    --color-primary: #4d0322;
    --color-secondary: #cd8835;
    --color-text: #2d2d2d;
    --color-text-light: #696666;
    --color-background-light: #ebe6dd;

    /* Spacing */
    --spacing-xs: 15px;
    --spacing-sm: 30px;
    --spacing-md: 50px;
    --spacing-lg: 80px;
    --spacing-xl: 120px;
}

/* ==============================================
   HERO SECTION
   ============================================== */

.hero-section {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.hero-background.active {
    opacity: 1;
}

.hero-bg-1 {
    background-image: url(../img/slider/vigna1.jpg);
}

.hero-bg-2 {
    background-image: url(../img/slider/vigna2.png);
}

.hero-bg-3 {
    background-image: url(../img/slider/famiglia.jpg);
    filter: grayscale(100%);
}

.hero-nav-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 12px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.hero-dot.active {
    background-color: white;
    width: 32px;
    border-radius: 6px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    width: 100%;
    padding: 0 20px;
}

.hero-text-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    margin-bottom: var(--spacing-sm);
}

.hero-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--color-secondary);
}

.hero-main {
    display: block;
    font-size: 72px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-custom {
    display: inline-block;
    padding: 16px 48px;
    background-color: var(--color-primary);
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
    font-size: 14px;
}

.btn-primary-custom:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(77, 3, 34, 0.3);
}

.btn-secondary-custom {
    display: inline-block;
    padding: 16px 48px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid white;
    font-size: 14px;
}

.btn-secondary-custom:hover {
    background-color: white;
    color: var(--color-primary);
    transform: translateY(-2px);
}

/* ==============================================
   TRUST SIGNALS BAR
   ============================================== */

.trust-signals-bar {
    background-color: var(--color-background-light);
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid rgba(77, 3, 34, 0.1);
}

.trust-signal {
    text-align: center;
    padding: 20px 15px;
}

.trust-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
    font-family: var(--font-display);
}

.trust-number.trust-text {
    font-size: 28px;
}

.trust-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-text-light);
}

/* ==============================================
   SECTION SPACING SYSTEM
   ============================================== */

.since-area {
    padding-top: var(--spacing-xl) !important;
    padding-bottom: var(--spacing-xl) !important;
}

.section-title {
    margin-bottom: var(--spacing-lg);
}

.section-title h2 {
    font-family: var(--font-display);
    font-size: 42px;
    color: var(--color-text);
}

.mt-100 {
    margin-top: var(--spacing-xl) !important;
}

/* ==============================================
   MOBILE RESPONSIVE
   ============================================== */

@media only screen and (max-width: 991px) {
    .hero-section {
        height: 70vh;
        min-height: 500px;
    }

    .hero-main {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-description {
        font-size: 18px;
    }

    .trust-signals-bar {
        padding: var(--spacing-sm) 0;
    }

    .trust-number {
        font-size: 36px;
    }

    .trust-number.trust-text {
        font-size: 24px;
    }

    .trust-label {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    :root {
        --spacing-lg: 60px;
        --spacing-xl: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section {
        height: 60vh;
        min-height: 450px;
    }

    .hero-main {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .hero-description {
        font-size: 16px;
        margin-bottom: var(--spacing-sm);
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 14px 40px;
        font-size: 13px;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .hero-nav-dots {
        bottom: 20px;
        gap: 10px;
    }

    .hero-dot {
        width: 10px;
        height: 10px;
    }

    .hero-dot.active {
        width: 28px;
    }

    .trust-signal {
        padding: 15px 10px;
    }

    .trust-number {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .trust-number.trust-text {
        font-size: 20px;
    }

    .trust-label {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .since-area {
        padding-top: var(--spacing-lg) !important;
        padding-bottom: var(--spacing-lg) !important;
    }

    :root {
        --spacing-sm: 20px;
        --spacing-md: 35px;
        --spacing-lg: 50px;
        --spacing-xl: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-main {
        font-size: 32px;
    }

    .hero-background {
        background-attachment: scroll;
    }
}

/* ==============================================
   PHASE 2: ENHANCED SECTIONS
   ============================================== */

/* Family Story Section with Badge */
.since-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.year-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #6d0432 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(77, 3, 34, 0.3);
    z-index: 10;
    border: 5px solid white;
}

.year-badge-text {
    color: white;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.family-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 600;
}

.family-title {
    font-family: var(--font-display);
    font-size: 38px;
    color: var(--color-text);
    margin-bottom: 25px;
}

.family-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text-light);
}

/* Process Timeline */
.process-timeline {
    position: relative;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 900px;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.timeline-left {
    justify-content: flex-end;
    text-align: right;
}

.timeline-right {
    justify-content: flex-start;
    text-align: left;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background: white;
    border: 3px solid var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(77, 3, 34, 0.2);
}

.timeline-icon i {
    font-size: 24px;
    color: var(--color-primary);
}

.timeline-content {
    background: white;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    max-width: 350px;
    margin: 0 20px;
    position: relative;
    border: 1px solid rgba(77, 3, 34, 0.1);
}

.timeline-left .timeline-content {
    margin-right: 20px;
}

.timeline-right .timeline-content {
    margin-left: 20px;
}

.timeline-number {
    font-family: var(--font-display);
    font-size: 36px;
    color: rgba(77, 3, 34, 0.08);
    position: absolute;
    top: 5px;
    font-weight: 700;
    z-index: 1;
}

.timeline-left .timeline-number {
    left: 15px;
}

.timeline-right .timeline-number {
    right: 15px;
}

.timeline-content h3 {
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.timeline-content p {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Gallery Enhancements */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.gallery-item img {
    transition: transform 0.4s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(77, 3, 34, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 32px;
    transform: scale(0.5);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.view-all-gallery {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    background-color: transparent;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
    font-size: 14px;
    margin-top: 20px;
}

.view-all-gallery:hover {
    background-color: var(--color-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(77, 3, 34, 0.2);
}

.view-all-gallery i {
    transition: transform 0.3s ease;
}

.view-all-gallery:hover i {
    transform: translateX(5px);
}

/* Awards Section */
.awards-section {
    margin-bottom: var(--spacing-md);
}

.award-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(77, 3, 34, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.award-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(77, 3, 34, 0.15);
    border-color: var(--color-primary);
}

.award-card-icon {
    margin-bottom: 25px;
}

.award-card-icon img {
    height: 120px;
    width: auto;
    object-fit: contain;
}

.award-card-content h3 {
    font-size: 24px;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.award-wine {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 600;
}

.award-card-content p {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

.award-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.award-link:hover {
    color: var(--color-secondary);
    gap: 12px;
}

.award-link i {
    transition: transform 0.3s ease;
}

.award-link:hover i {
    transform: translateX(3px);
}

/* ── Home Shop CTA strip ─────────────────────────────────── */
.home-shop-cta {
    background: linear-gradient(135deg, #1a0a10 0%, #4d0322 100%);
    padding: 56px 0;
}

.home-shop-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.home-shop-cta__text {
    flex: 1;
}

.home-shop-cta__text .shop-archive-title__eyebrow {
    color: #c8a96e;
}

.home-shop-cta__heading {
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    margin: 6px 0 8px;
    line-height: 1.2;
}

.home-shop-cta__text p {
    color: rgba(255,255,255,0.65);
    margin: 0;
    font-size: 0.95rem;
}

.home-shop-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c8a96e;
    color: #1a0a10;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-shop-cta__btn:hover {
    background: #e0c080;
    color: #1a0a10;
    transform: translateX(3px);
    text-decoration: none;
}

@media (max-width: 767px) {
    .home-shop-cta__inner { flex-direction: column; align-items: flex-start; }
    .home-shop-cta__heading { font-size: 1.5rem; }
    .home-shop-cta__btn { width: 100%; justify-content: center; }
}

/* ==============================================
   PHASE 2: MOBILE RESPONSIVE
   ============================================== */

@media only screen and (max-width: 991px) {
    .year-badge {
        width: 100px;
        height: 100px;
        top: -15px;
        right: -15px;
    }

    .year-badge-text {
        font-size: 20px;
    }

    .family-title {
        font-size: 32px;
    }

    .process-timeline::before {
        left: 30px;
    }

    .timeline-item {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 25px;
    }

    .timeline-icon {
        width: 55px;
        height: 55px;
        margin-right: 15px;
    }

    .timeline-icon i {
        font-size: 22px;
    }

    .timeline-content {
        max-width: 100%;
        margin: 0 !important;
        padding: 18px 20px;
    }

    .timeline-left .timeline-content,
    .timeline-right .timeline-content {
        margin: 0 !important;
    }

    .timeline-number {
        font-size: 28px;
    }

    .timeline-left .timeline-number,
    .timeline-right .timeline-number {
        right: 15px;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .year-badge {
        width: 80px;
        height: 80px;
        top: -10px;
        right: -10px;
        border-width: 3px;
    }

    .year-badge-text {
        font-size: 16px;
    }

    .family-title {
        font-size: 26px;
    }

    .family-description {
        font-size: 15px;
    }

    .process-timeline {
        padding: 15px 0;
    }

    .process-timeline::before {
        left: 25px;
    }

    .timeline-item {
        margin-bottom: 20px;
    }

    .timeline-icon {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        border-width: 2px;
    }

    .timeline-icon i {
        font-size: 20px;
    }

    .timeline-content {
        padding: 15px 18px;
    }

    .timeline-content h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .timeline-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .timeline-number {
        font-size: 24px;
        top: 3px;
        right: 10px;
    }

    .award-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .award-card-icon img {
        height: 100px;
    }

    .award-card-content h3 {
        font-size: 20px;
    }

    .award-wine {
        font-size: 16px;
    }

    .view-all-gallery {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .year-badge {
        width: 70px;
        height: 70px;
        top: 5px;
        right: 5px;
    }

    .year-badge-text {
        font-size: 14px;
    }

    .process-timeline::before {
        left: 25px;
    }

    .timeline-icon {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }

    .timeline-icon i {
        font-size: 20px;
    }
}

/* ============================================
   UNIFIED BUTTON SYSTEM
   Phase 1 Implementation
   ============================================ */

/* Primary CTA Button */
.btn-primary-wine {
    background-color: var(--wine-burgundy-primary);
    color: white;
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--wine-burgundy-primary);
    transition: all var(--transition-standard);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn-primary-wine:hover {
    background-color: var(--wine-burgundy-dark);
    border-color: var(--wine-burgundy-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(77, 3, 34, 0.3);
    color: white;
    text-decoration: none;
}

.btn-primary-wine:focus {
    outline: 3px solid var(--gold-accent);
    outline-offset: 2px;
}

/* Secondary CTA Button */
.btn-secondary-wine {
    background-color: transparent;
    color: var(--wine-burgundy-primary);
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--wine-burgundy-primary);
    transition: all var(--transition-standard);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn-secondary-wine:hover {
    background-color: var(--wine-burgundy-primary);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-secondary-wine:focus {
    outline: 3px solid var(--gold-accent);
    outline-offset: 2px;
}

/* Gold Accent Button */
.btn-gold-wine {
    background-color: var(--gold-accent);
    color: white;
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--gold-accent);
    transition: all var(--transition-standard);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn-gold-wine:hover {
    background-color: var(--gold-muted);
    border-color: var(--gold-muted);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.btn-gold-wine:focus {
    outline: 3px solid var(--wine-burgundy-primary);
    outline-offset: 2px;
}

/* Text Link Button */
.btn-link-wine {
    color: var(--wine-burgundy-primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-standard);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.btn-link-wine:hover {
    color: var(--gold-accent);
    gap: 12px;
    text-decoration: none;
}

.btn-link-wine:focus {
    outline: 3px solid var(--gold-accent);
    outline-offset: 2px;
}

.btn-link-wine i {
    transition: transform var(--transition-standard);
}

.btn-link-wine:hover i {
    transform: translateX(3px);
}

/* Button Sizes */
.btn-lg {
    padding: 18px 56px;
    font-size: 15px;
}

.btn-sm {
    padding: 12px 32px;
    font-size: 13px;
}

/* Block Button */
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .btn-primary-wine,
    .btn-secondary-wine,
    .btn-gold-wine {
        padding: 14px 32px;
        font-size: 13px;
    }

    .btn-block {
        width: 100%;
    }

    .btn-lg {
        padding: 16px 40px;
        font-size: 14px;
    }

    .btn-sm {
        padding: 10px 24px;
        font-size: 12px;
    }
}

/* ============================================
   END BUTTON SYSTEM
   ============================================ */

/* ============================================
   WINE CARD SYSTEM
   Phase 1 Implementation
   ============================================ */

/* Wine Section Base */
.wine-section {
    padding: var(--spacing-lg) 0;
    background-color: white;
}

.wine-section:nth-child(even) {
    background-color: var(--cream-background);
}

/* Wine Tier Badge */
.wine-tier-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--gold-accent);
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

/* Wine Name Heading */
.wine-name {
    font-family: var(--font-display);
    font-size: 48px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 30px;
    line-height: 1.2;
}

/* Wine Detail Sections */
.wine-detail-section {
    margin-bottom: 25px;
}

.wine-detail-label {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-muted);
    margin-bottom: 8px;
    display: block;
}

.wine-detail-content {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--stone-gray);
    margin-bottom: 0;
}

/* Enhanced Tasting Notes */
.wine-tasting-notes {
    background: linear-gradient(135deg, rgba(205, 136, 53, 0.05) 0%, rgba(205, 136, 53, 0.02) 100%);
    border-left: 3px solid var(--gold-accent);
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px;
}

.wine-tasting-notes .tasting-note {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.wine-tasting-notes .tasting-note:last-child {
    margin-bottom: 0;
}

.wine-tasting-notes .tasting-note::before {
    content: "•";
    position: absolute;
    left: 10px;
    top: 0;
    color: var(--gold-accent);
    font-size: 20px;
    font-weight: bold;
}

.wine-tasting-notes .tasting-note strong {
    color: var(--wine-burgundy-primary);
    font-weight: 600;
}

/* Wine CTA Buttons Container */
.wine-cta-buttons {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Wine Bottle Wrapper */
.wine-bottle-wrapper {
    text-align: center;
    padding: 30px;
    position: relative;
}

.wine-bottle-wrapper .bottiglia-img {
    transition: transform var(--transition-slow);
}

.wine-bottle-wrapper:hover .bottiglia-img {
    transform: scale(1.05);
}

/* Wine Award Showcase */
.wine-award-showcase {
    margin-top: 35px;
    margin-bottom: 25px;
}

.award-section-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--wine-burgundy-primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.award-card {
    background: linear-gradient(135deg, rgba(205, 136, 53, 0.08) 0%, rgba(205, 136, 53, 0.02) 100%);
    border: 2px solid var(--gold-accent);
    padding: 30px;
    border-radius: 8px;
    margin-top: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.award-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(205, 136, 53, 0.2);
    border-color: var(--wine-burgundy-primary);
    text-decoration: none;
    color: inherit;
}

.award-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.award-badge-wrapper {
    flex-shrink: 0;
    margin-right: 25px;
}

.award-badge-wrapper .award-badge-img {
    height: 100px;
    width: auto;
    transition: transform var(--transition-standard);
    filter: drop-shadow(0 4px 8px rgba(77, 3, 34, 0.15));
}

.award-card:hover .award-badge-img {
    transform: scale(1.08);
}

.award-details {
    flex: 1;
}

.award-name {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 600;
    color: var(--wine-burgundy-primary);
    margin-bottom: 8px;
}

.award-category {
    font-size: 14px;
    font-weight: 600;
    color: var(--gold-accent);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.award-cta {
    font-size: 13px;
    font-weight: 600;
    color: var(--wine-burgundy-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.award-card:hover .award-cta {
    color: var(--gold-accent);
}

/* Mobile Responsive - Wine Cards */
@media (max-width: 991px) {
    .wine-name {
        font-size: 36px;
    }

    .wine-image-col {
        margin-bottom: 30px;
    }

    .wine-cta-buttons {
        flex-direction: column;
    }

    .award-content {
        flex-direction: column;
        text-align: center;
    }

    .award-badge-wrapper .award-badge {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .wine-detail-content {
        font-size: 15px;
    }

    .wine-section {
        padding: var(--spacing-md) 0;
    }
}

/* ============================================
   END WINE CARD SYSTEM
   ============================================ */

/* ============================================
   Enhanced Hero Sections
   ============================================ */

.hero-section-enhanced {
    padding: var(--spacing-lg) 0;
    background-color: var(--cream-background);
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-accent);
    margin-bottom: 20px;
    display: block;
}

.hero-title {
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 30px;
    line-height: 1.2;
}

.hero-description {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.8;
    color: var(--stone-gray);
    margin-bottom: 40px;
}

.hero-description p,
.hero-description strong {
    color: var(--stone-gray) !important;
}

.hero-section-enhanced .hero-content p,
.hero-section-enhanced .hero-description,
.hero-section-enhanced p {
    color: var(--stone-gray) !important;
}

.hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .hero-section-enhanced {
        padding: var(--spacing-md) 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section-enhanced {
        padding: var(--spacing-sm) 0;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-cta-buttons a {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   Meet the Family Section
   ============================================ */

.family-section {
    padding: var(--spacing-lg) 0;
    background-color: var(--warm-white);
}

.family-section-title {
    text-align: center;
    margin-bottom: var(--spacing-md);
}

.family-section-title h2 {
    font-family: var(--font-display);
    font-size: 48px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 20px;
    line-height: 1.2;
}

.family-section-subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-accent);
    margin-bottom: 15px;
    display: block;
}

.family-section-intro {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--stone-gray);
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.family-member-card {
    background-color: white;
    padding: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
    text-align: center;
    transition: all var(--transition-standard);
    border: 1px solid rgba(77, 3, 34, 0.1);
}

.family-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(77, 3, 34, 0.1);
}

.family-member-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--gold-accent);
}

.family-member-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.family-member-card:hover .family-member-image-wrapper img {
    transform: scale(1.1);
}

.family-member-name {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 10px;
}

.family-member-role {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-muted);
    margin-bottom: 20px;
    display: block;
}

.family-member-bio {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--stone-gray);
    text-align: left;
    padding: 0 15px;
}

.family-member-quote {
    font-family: var(--font-display);
    font-size: 18px;
    font-style: italic;
    color: var(--wine-burgundy-primary);
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid var(--gold-accent);
    background-color: var(--cream-background);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .family-section {
        padding: var(--spacing-md) 0;
    }

    .family-section-title h2 {
        font-size: 36px;
    }

    .family-member-image-wrapper {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .family-section {
        padding: var(--spacing-sm) 0;
    }

    .family-section-title h2 {
        font-size: 32px;
    }

    .family-member-name {
        font-size: 24px;
    }

    .family-member-bio {
        font-size: 14px;
    }
}

/* ============================================
   SHOP REDIRECT PAGE STYLES
   ============================================ */

.shop-redirect-section {
    background-color: var(--cream-background);
}

.redirect-card {
    background: white;
    border-radius: 12px;
    padding: 60px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
}

/* Loading Spinner */
.redirect-spinner {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
}

.spinner-ring {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 4px solid var(--cream-background);
    border-top-color: var(--wine-burgundy-primary);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.spinner-wine-bottle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: var(--wine-burgundy-primary);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Redirect Content */
.redirect-content {
    max-width: 600px;
    margin: 0 auto;
}

.redirect-title {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 20px;
    line-height: 1.3;
}

.redirect-message {
    font-size: 16px;
    line-height: 1.7;
    color: var(--stone-gray);
    margin-bottom: 30px;
}

/* Countdown Timer */
.redirect-countdown {
    background: linear-gradient(135deg, rgba(205, 136, 53, 0.08) 0%, rgba(205, 136, 53, 0.02) 100%);
    border-left: 4px solid var(--gold-accent);
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
}

.countdown-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--stone-gray);
    display: block;
    margin-bottom: 10px;
}

.countdown-number {
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 700;
    color: var(--wine-burgundy-primary);
    line-height: 1;
    display: block;
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Wine Bottles Preview */
.redirect-wines-preview {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin: 40px 0;
    padding: 30px;
    background: var(--cream-background);
    border-radius: 8px;
}

.wine-preview-bottle {
    height: 180px;
    width: auto;
    transition: transform var(--transition-standard);
}

.wine-preview-bottle:hover {
    transform: translateY(-10px);
}

.wine-preview-bottle:nth-child(2) {
    height: 200px;
}

/* Action Buttons */
.redirect-actions {
    margin: 30px 0;
}

.btn-redirect-now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s ease;
}

.btn-redirect-now:hover {
    gap: 15px;
}

.btn-redirect-now i {
    transition: transform 0.3s ease;
}

.btn-redirect-now:hover i {
    transform: translateX(3px);
}

/* Manual Link */
.redirect-manual-link {
    font-size: 14px;
    color: var(--stone-gray);
    margin-top: 25px;
}

.redirect-link {
    color: var(--wine-burgundy-primary);
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.redirect-link:hover {
    color: var(--gold-accent);
    text-decoration: underline;
}

/* No JavaScript Fallback */
.redirect-noscript {
    background: #fff3cd;
    border: 2px solid var(--gold-accent);
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
}

.redirect-noscript p {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .redirect-card {
        padding: 40px 20px;
    }

    .redirect-title {
        font-size: 24px;
    }

    .redirect-message {
        font-size: 15px;
    }

    .countdown-number {
        font-size: 48px;
    }

    .redirect-wines-preview {
        gap: 10px;
        padding: 20px 10px;
    }

    .wine-preview-bottle {
        height: 120px;
    }

    .wine-preview-bottle:nth-child(2) {
        height: 140px;
    }

    .btn-redirect-now {
        width: 100%;
        justify-content: center;
    }
}


/* ============================================
   CONTACT CARDS STYLES
   ============================================ */

.contact-info-area {
    background-color: var(--cream-background);
}

/* Contact Card */
.contact-card {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(77, 3, 34, 0.12);
    border-color: var(--gold-accent);
}

/* Contact Card Icon */
.contact-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--wine-burgundy-primary) 0%, var(--wine-burgundy-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(77, 3, 34, 0.2);
    transition: transform 0.3s ease;
}

.contact-card:hover .contact-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-card-icon i {
    font-size: 26px;
    color: white;
}

/* Contact Card Content */
.contact-card-content {
    text-align: center;
    flex: 1;
}

.contact-card-title {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-card-details {
    font-size: 16px;
    line-height: 1.8;
    color: var(--stone-gray);
}

/* Contact Person */
.contact-person {
    margin-bottom: 15px;
}

.contact-person:last-child {
    margin-bottom: 0;
}

.person-name {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Contact Links */
.contact-link {
    color: var(--wine-burgundy-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-link:hover {
    color: var(--gold-accent);
    transform: translateX(3px);
}

.contact-email {
    word-break: break-word;
}

/* Address */
.contact-address {
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.facebook-link {
    background: #1877f2;
    color: white;
}

.facebook-link:hover {
    background: #145dbf;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(24, 119, 242, 0.3);
    color: white;
}

.instagram-link {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.instagram-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(225, 48, 108, 0.4);
    color: white;
}

.social-link i {
    font-size: 20px;
}

.social-link span {
    font-size: 15px;
}

/* Map Section */
.contact-map-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.map-section-title {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 15px;
    text-align: center;
}

.map-section-description {
    font-size: 16px;
    line-height: 1.7;
    color: var(--stone-gray);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}

.contact-map-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-map {
    display: block;
    border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .contact-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .contact-card-icon {
        width: 70px;
        height: 70px;
    }

    .contact-card-icon i {
        font-size: 28px;
    }

    .contact-card-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .contact-card {
        padding: 30px 20px;
    }

    .contact-card-icon {
        width: 60px;
        height: 60px;
    }

    .contact-card-icon i {
        font-size: 24px;
    }

    .contact-card-title {
        font-size: 20px;
    }

    .contact-card-details {
        font-size: 15px;
    }

    .social-link {
        min-width: 100%;
    }

    .contact-map-section {
        padding: 30px 20px;
    }

    .map-section-title {
        font-size: 24px;
    }

    .map-section-description {
        font-size: 15px;
    }

    .contact-map-wrapper iframe {
        height: 300px;
    }
}

/* ============================================
   PARLANO DI NOI CAROUSEL SECTION
   Pre-Footer Wine Guides Section
   ============================================ */

.parlano-di-noi-section {
    background: linear-gradient(135deg, var(--wine-burgundy-primary) 0%, var(--wine-burgundy-dark) 100%);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.parlano-di-noi-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.parlano-di-noi-section .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.parlano-di-noi-section .section-title h2 {
    font-family: var(--font-display);
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
}

.parlano-di-noi-section .section-title h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--gold-accent);
    margin: 12px auto 0;
}

/* Carousel Container */
.wine-guides-carousel {
    position: relative;
    z-index: 2;
}

/* Carousel Item */
.wine-guide-carousel-item {
    text-align: center;
    padding: 8px;
}

.wine-guide-carousel-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* Book Cover Wrapper */
.wine-guide-carousel-wrapper {
    position: relative;
    background: white;
    padding: 6px;
    border: 2px solid rgba(205, 136, 53, 0.3);
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.wine-guide-carousel-item:hover .wine-guide-carousel-wrapper {
    transform: translateY(-5px);
    border-color: var(--gold-accent);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Book Cover Image */
.wine-guide-carousel-cover {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.wine-guide-carousel-item:hover .wine-guide-carousel-cover {
    transform: scale(1.05);
}

/* Guide Information */
.wine-guide-carousel-info {
    text-align: center;
}

.wine-guide-carousel-name {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
    transition: color 0.3s ease;
}

.wine-guide-carousel-item:hover .wine-guide-carousel-name {
    color: var(--gold-accent);
}

.wine-guide-carousel-author {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin: 0;
}

/* Owl Carousel Navigation */
.wine-guides-carousel .owl-nav {
    margin-top: 30px;
}

.wine-guides-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid var(--gold-accent) !important;
    border-radius: 50%;
    color: var(--gold-accent) !important;
    font-size: 24px;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.wine-guides-carousel .owl-nav button:hover {
    background: var(--gold-accent) !important;
    color: white !important;
    transform: scale(1.1);
}

/* Owl Carousel Dots */
.wine-guides-carousel .owl-dots {
    margin-top: 25px;
}

.wine-guides-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.wine-guides-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.wine-guides-carousel .owl-dot.active span,
.wine-guides-carousel .owl-dot:hover span {
    background: var(--gold-accent);
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 991px) {
    .parlano-di-noi-section {
        padding: 25px 0;
    }

    .parlano-di-noi-section .section-title h2 {
        font-size: 22px;
    }

    .wine-guide-carousel-cover {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .parlano-di-noi-section {
        padding: 20px 0;
    }

    .parlano-di-noi-section .section-title h2 {
        font-size: 20px;
    }

    .parlano-di-noi-section .section-title {
        margin-bottom: 15px;
    }

    .wine-guide-carousel-cover {
        height: 80px;
    }

    .wine-guide-carousel-item {
        padding: 6px;
    }

    .wine-guide-carousel-wrapper {
        padding: 4px;
        margin-bottom: 6px;
    }
}

/* ============================================
   FOOTER REDESIGN STYLES
   Premium Winery Footer with Brand Consistency
   ============================================ */

/* Footer Container */
.footer-redesigned {
    background: linear-gradient(to bottom,
        var(--cream-background) 0%,
        var(--warm-white) 100%);
    border-top: 1px solid rgba(77, 3, 34, 0.08);
}

/* Footer Main Section */
.footer-main-section {
    padding: 50px 0 30px;
}

/* Footer Brand Tagline in Social Column */
.footer-brand-tagline {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--wine-burgundy-primary);
    margin-top: 25px;
    line-height: 1.4;
}

.footer-column {
    margin-bottom: 30px;
}

/* Footer Section Titles */
.footer-section-title {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(to right,
        var(--gold-accent),
        transparent);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--stone-gray);
    text-decoration: none;
    transition: all var(--transition-standard);
    display: inline-block;
    position: relative;
}

.footer-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-accent);
    transition: width var(--transition-standard);
}

.footer-link:hover {
    color: var(--wine-burgundy-primary);
    transform: translateX(3px);
    text-decoration: none;
}

.footer-link:hover::before {
    width: 100%;
}

/* Footer Contact Items */
.footer-contact-items {
    margin-bottom: 30px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    transition: all var(--transition-standard);
}

.footer-contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
        var(--wine-burgundy-primary),
        var(--wine-burgundy-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(77, 3, 34, 0.15);
    transition: all var(--transition-standard);
}

.footer-contact-icon i {
    color: white;
    font-size: 20px;
}

.footer-contact-item:hover .footer-contact-icon {
    background: linear-gradient(135deg,
        var(--gold-accent),
        var(--gold-muted));
    transform: scale(1.05);
}

.footer-contact-text {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--stone-gray);
}

.footer-contact-text p {
    margin: 0 0 5px 0;
}

.footer-contact-text a {
    color: var(--wine-burgundy-primary);
    text-decoration: none;
    transition: color var(--transition-standard);
}

.footer-contact-text a:hover {
    color: var(--gold-accent);
}

.footer-contact-text strong {
    font-weight: 600;
    color: var(--text-dark);
}

/* Footer Social Media */
.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-social-icon {
    width: 45px;
    height: 45px;
    background: white;
    border: 2px solid var(--wine-burgundy-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--wine-burgundy-primary);
    text-decoration: none;
}

.footer-social-icon i {
    font-size: 20px;
    transition: color var(--transition-standard);
}

.footer-social-icon:hover {
    background: var(--wine-burgundy-primary);
    color: white;
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(77, 3, 34, 0.25);
    text-decoration: none;
}

.footer-social-icon:hover i {
    color: white;
}

/* Footer Visit Info */
.footer-visit-info {
    margin-top: 10px;
}

.footer-hours-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-visit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
        var(--wine-burgundy-primary),
        var(--wine-burgundy-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(77, 3, 34, 0.15);
}

.footer-visit-icon i {
    color: white;
    font-size: 20px;
}

.footer-visit-text {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--stone-gray);
}

.footer-visit-text strong {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.footer-visit-text p {
    margin: 0 0 3px 0;
}

/* Footer Bottom Section */
.footer-bottom-section {
    background: linear-gradient(135deg,
        var(--wine-burgundy-dark) 0%,
        var(--wine-burgundy-primary) 100%);
    border-top: 3px solid var(--gold-accent);
    color: white;
    padding: 40px 0 30px;
}

.footer-privacy-menu {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-privacy-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-privacy-menu li {
    display: inline-block;
}

.footer-privacy-menu a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color var(--transition-standard);
    position: relative;
}

.footer-privacy-menu a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-accent);
    transition: width var(--transition-standard);
}

.footer-privacy-menu a:hover {
    color: var(--gold-accent);
}

.footer-privacy-menu a:hover::before {
    width: 100%;
}

.footer-bottom-text {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Language Switcher */
.footer-language-switcher {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.language-flag {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all var(--transition-standard);
    opacity: 0.6;
}

.language-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.language-flag:hover,
.language-flag.active {
    border-color: var(--gold-accent);
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(205, 136, 53, 0.3);
}

/* Enhanced Go-to-Top Button */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
        var(--wine-burgundy-primary),
        var(--wine-burgundy-dark));
    border: 2px solid var(--gold-accent);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(77, 3, 34, 0.3);
}

.go-top.active {
    display: flex;
}

.go-top:hover {
    background: linear-gradient(135deg,
        var(--gold-accent),
        var(--gold-muted));
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(77, 3, 34, 0.4);
}

.go-top i {
    color: white;
    font-size: 20px;
}

.go-top i:first-child {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
    .footer-main-section {
        padding: 40px 0 20px;
    }

    .footer-column {
        margin-bottom: 35px;
    }

    .footer-brand-tagline {
        font-size: 18px;
    }

    .footer-section-title {
        font-size: 22px;
    }

    .footer-bottom-section {
        padding: 35px 0 25px;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
    .footer-main-section {
        padding: 30px 0 15px;
    }

    .footer-column {
        margin-bottom: 35px;
        text-align: center;
    }

    .footer-section-title {
        font-size: 20px;
    }

    .footer-section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links {
        text-align: center;
    }

    .footer-link {
        padding: 8px 0;
        font-size: 16px;
    }

    .footer-contact-item {
        justify-content: center;
        text-align: left;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-social-icon {
        width: 50px;
        height: 50px;
    }

    .footer-visit-info {
        display: flex;
        justify-content: center;
    }

    .footer-brand-tagline {
        font-size: 18px;
        text-align: center;
    }

    .language-flag {
        width: 44px;
        height: 44px;
    }

    .footer-bottom-section .row > div {
        text-align: center !important;
        margin-bottom: 15px;
    }

    .footer-bottom-section .row > div:last-child {
        margin-bottom: 0;
    }

    .footer-privacy-menu ul {
        flex-direction: column;
        gap: 12px;
    }

    .footer-bottom-section {
        padding: 30px 0 20px;
    }

    .go-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .go-top i {
        font-size: 18px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .footer-link {
        padding: 12px 0;
    }

    .footer-social-icon {
        margin: 10px 8px;
    }

    .footer-contact-item {
        padding: 10px 0;
    }
}

/* Very Small Screens */
@media (max-width: 375px) {
    .footer-section-title {
        font-size: 18px;
    }

    .footer-brand-tagline {
        font-size: 20px;
    }

    .footer-contact-icon,
    .footer-visit-icon {
        width: 45px;
        height: 45px;
    }

    .footer-contact-icon i,
    .footer-visit-icon i {
        font-size: 18px;
    }
}

/* ============================================
   END FOOTER REDESIGN STYLES
   ============================================ */

/* Section H1 styling (main page headings) */
.section-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .section-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-title h1 {
        font-size: 30px;
    }
}

/* ============================================
   END PAGE TITLE BANNER STYLES
   ============================================ */

@media only screen and (max-width: 767px) {
  .ptb-100-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .banner-area {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 100px 0 100px;
  }
  .banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
  }
  .banner-area .banner-text {
    text-align: center;
    margin: 0;
  }
  .banner-area .banner-text span {
    font-size: 16px;
  }
  .banner-area .banner-text h1 {
    font-size: 35px;
  }
  .banner-area .banner-text p {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .banner-area .banner-video {
    margin-left: 0;
    margin-bottom: 70px;
  }
  .banner-area .banner-area .banner-text-wrap {
    margin-top: 80px;
  }
  .slider-area .main-slider-item {
    height: 100%;
    padding: 120px 0;
  }
  .slider-area .main-slider-item .slider-text {
    text-align: center;
    margin: 25px auto 0;
  }
  .slider-area .main-slider-item .slider-text h1 {
    font-size: 32px;
  }
  .slider-area .main-slider-item .slider-text p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .slider-area .owl-theme .owl-nav {
    top: auto;
    bottom: 0;
  }
  .slider-area .owl-theme .owl-nav .owl-prev {
    left: 10px;
    bottom: 10px;
    top: auto;
    width: 35px;
    height: 35px;
  }
  .slider-area .owl-theme .owl-nav .owl-prev i {
    font-size: 15px;
    line-height: 35px;
  }
  .slider-area .owl-theme .owl-nav .owl-next {
    right: 10px;
    bottom: 10px;
    top: auto;
    width: 35px;
    height: 35px;
  }
  .slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 15px;
    line-height: 35px;
  }
  .welcome-area {
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .welcome-img {
    margin-bottom: 20px;
  }
  .welcome-text {
    text-align: left;
  }
  .welcome-text span {
    font-size: 14px;
    margin-top: -8px;
  }
  .welcome-text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-info-wrap {
    margin-top: 30px;
  }
  .contact-info-wrap .contact-info {
    margin: 0 15px 30px;
  }
  .contact-info-wrap .contact-info.border-left-right {
    border-left: none;
    border-right: none;
  }
  .single-service .service-shape {
    max-width: 60px;
  }
  .single-service .service-shape i {
    font-size: 30px;
  }
  .single-service h3 {
    font-size: 20px;
    margin: 12px 0 11px;
  }
  .single-service p {
    font-size: 14px;
  }
  .read-more {
    font-size: 14px;
  }
  .choose-area {
    padding-top: 50px;
  }
  .single-choose-wrap {
    padding: 30px 0 0;
    margin-bottom: -30px;
  }
  .single-choose-wrap h2 {
    font-size: 20px;
    margin: -9px auto 10px;
    line-height: 1.5;
  }
  .single-choose-wrap span {
    font-size: 17px;
    margin-bottom: 70px;
  }
  .single-choose-wrap span::before {
    display: none;
  }
  .choose-area .choose-img {
    margin-left: 15px;
  }
  .single-choose {
    padding-left: 0;
    margin-bottom: 75px;
    text-align: center;
  }
  .single-choose span {
    right: 0;
    margin: -50px auto 0;
  }
  .single-choose h3 {
    font-size: 20px;
  }
  .section-title {
    margin-bottom: 30px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 14px;
  }
  .single-discover {
    padding-left: 40px;
  }
  .single-discover i {
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: -15px;
  }
  .single-discover h3 {
    font-size: 20px;
  }
  .discover-wrap {
    margin-left: 0;
  }
  .our-product-area .owl-theme .owl-dots {
    margin-top: 0px !important;
  }
  .estate-wrapper {
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .estate-wrapper .estate-text {
    margin: 0 auto 20px;
  }
  .estate-wrapper .estate-text span {
    font-size: 15px;
  }
  .estate-wrapper .estate-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .estate-wrapper .estate-text p {
    text-align: left;
  }
  .estate-wrapper .estate-price {
    margin-bottom: 15px;
    float: unset;
    margin-top: 5px;
  }
  .estate-wrapper .estate-shape {
    max-width: 50px;
  }
  .estate-wrapper .estate-btn {
    margin: 20px 0 0;
  }
  .estate-img {
    margin-left: 15px;
  }
  .choose-img img {
    width: 100%;
  }
  .singel-testimonial {
    padding-left: 15px;
    padding-right: 15px;
  }
  .singel-testimonial .testimonial-text {
    border-radius: 20px 0 20px 0;
    padding: 60px 15px 15px;
  }
  .singel-testimonial .testimonial-text p {
    font-size: 15px;
  }
  .singel-testimonial .testimonial-text .queat i {
    font-size: 35px;
  }
  .testimonial-area {
    padding-bottom: 30px;
  }
  .testimonial-area .owl-theme .owl-nav {
    margin-top: -20px;
  }
  .testimonial-area .owl-theme .owl-nav {
    top: 85%;
    display: none;
  }
  .testimonial-area .owl-theme .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .testimonial-area .owl-theme .owl-nav .owl-prev i {
    font-size: 19px;
    line-height: 40px;
  }
  .testimonial-area .owl-theme .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .testimonial-area .owl-theme .owl-nav .owl-next i {
    font-size: 19px;
    line-height: 40px;
  }
  .single-blog .blog-text {
    position: unset;
    max-width: 100%;
    padding: 20px;
  }
  .single-blog .blog-text h3 a {
    font-size: 20px;
    line-height: 1.5;
  }
  .single-blog .blog-img img {
    width: 100%;
  }
  .footer-top-area {
    padding-top: 50px;
  }
  .single-widget.single-widgets {
    margin-left: 0;
  }
  .single-widget.single-widgetss {
    margin-left: 0;
  }
  .single-widget h3 {
    margin-bottom: 15px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom .terms-conditions {
    float: unset;
    text-align: center;
  }
  .footer-bottom .terms-conditions::before {
    display: none;
  }
  .discover-img {
    margin-bottom: 30px;
    text-align: center;
  }
  .subscribe-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .subscribe-area .search-submit {
    padding: 0 30px;
  }
  .singel-testimonial .testimonial-text .queat {
    bottom: 0;
  }
  .faq-image {
    background-image: unset;
  }
  .faq-image img {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
    margin: auto;
  }
  .faq-accordion {
    max-width: 540px;
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .coming-soon-content {
    height: 100%;
  }
  .coming-soon-content h1 {
    font-size: 45px;
    line-height: 1.1;
  }
  .coming-soon-content p {
    font-size: 16px;
    margin-top: 15px;
  }
  .coming-soon-content #timer {
    margin-top: 20px;
  }
  .coming-soon-content #timer div {
    font-size: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .coming-soon-content #timer div::before {
    display: none;
  }
  .coming-soon-content .newsletter-form {
    margin-top: 35px;
  }
  .coming-soon-content .newsletter-form .input-newsletter {
    height: 55px;
    padding-left: 13px;
    font-size: 15px;
  }
  .coming-soon-content .newsletter-form button {
    position: relative;
    height: auto;
    padding: 14px 30px;
    font-size: 14px;
    margin-top: 15px;
  }
  .login-area .log-in-bg {
    display: none;
  }
  .sign-up-area .sign-up-bg {
    display: none;
  }
  .our-story-area .about-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .histry-img {
    margin-bottom: 30px;
  }
  .our-histry-area .histry-text h2 {
    font-size: 20px;
  }
  .timeline-title h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .timeline-text span {
    font-size: 20px;
  }
  .timeline-text h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .timeline-text {
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .timeline-text p {
    text-align: left;
  }
  .club-text h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .club-text p {
    text-align: left;
  }
  .winery-img {
    margin-bottom: 30px;
  }
  .single-discover.single-discovers {
    padding-left: 80px;
  }
  .single-discover.single-discovers i {
    left: 30px;
  }
  .event-text span {
    font-size: 20px;
  }
  .event-area {
    padding-bottom: 20px;
  }
  .best-img {
    margin-top: 30px;
  }
  .best-area .best-text h2 {
    font-size: 20px;
  }
  .event-text h3 {
    font-size: 19px;
  }
  .event-text p {
    font-size: 16px;
  }
  .event-text .event-info-list li {
    padding-right: 18px;
    font-size: 14px;
  }
  .event-text .event-info-list li i {
    font-size: 16px;
  }
  .single-event:hover .event-img-caption {
    bottom: 3px;
    left: 80px;
  }
  .single-event .event-img img {
    width: 100%;
  }
  .single-event .event-img .event-img-caption p {
    margin-bottom: 0;
  }
  .form-control {
    height: 50px;
  }
  .contact-info-area .contacts-text {
    padding-left: 0;
    padding: 20px;
  }
  .contact-info-area .contacts-text li span {
    padding-left: 55px;
  }
  .contact-info-area .contacts-text li a {
    padding-left: 55px;
  }
  .contact-info-area .contacts-text li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .contact-info-area .contact-map iframe {
    height: 350px;
  }
  .single-product-box .product-content {
    padding: 30px 20px;
  }
  .single-product-box .product-content h3 {
    font-size: 16px;
  }
  .product-details-desc {
    margin-top: 25px;
  }
  .product-details-desc h3 {
    font-size: 16px;
  }
  .product-details-desc .price {
    margin-bottom: 13px;
  }
  .product-details-desc .product-review {
    margin-bottom: 13px;
  }
  .product-details-desc .product-review .rating {
    font-size: 13px;
  }
  .products-details-tab .tabs {
    margin-bottom: -11px;
  }
  .products-details-tab .tabs li {
    margin-bottom: 10px;
  }
  .products-details-tab .tabs li a {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .products-details-tab .tabs li a .dot {
    left: 20px;
  }
  .products-details-tab .tab_content {
    padding: 25px 20px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: block;
    width: 100%;
    margin-bottom: 2px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    font-size: 16px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    font-size: 13px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 15px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    padding-right: 0;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 13px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 15px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    font-size: 12px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: relative;
    top: 0;
    margin-top: 15px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating {
    display: none;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    font-size: 13px;
  }
  .cart-table {
    text-align: center;
  }
  .cart-table table thead tr th {
    padding: 0 40px 10px;
    white-space: nowrap;
  }
  .cart-table table thead tr th:first-child {
    text-align: left;
    padding-left: 0;
  }
  .cart-table table tbody tr td {
    white-space: nowrap;
  }
  .cart-table table tbody tr td:first-child {
    text-align: left;
    padding-left: 0;
  }
  .cart-buttons {
    text-align: center;
  }
  .cart-buttons .text-right {
    text-align: center !important;
    margin-top: 20px;
  }
  .cart-totals {
    padding: 20px;
    margin-top: 35px;
  }
  .cart-totals h3 {
    margin-bottom: 18px;
    font-size: 17px;
  }
  .cart-totals ul li {
    font-size: 13px;
  }
  .cart-totals .default-btn {
    display: block;
    text-align: center;
  }
  .checkout-area .title {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .billing-details .form-group label {
    margin-bottom: 7px;
  }
  .billing-details .form-check label {
    top: 2px;
  }
  .order-details {
    margin-top: 30px;
  }
  .order-details .order-table table thead tr th {
    white-space: nowrap;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .order-details .order-table table tbody tr td {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order-details .payment-box {
    padding: 20px;
  }
  .sign-up-area .sign-up-form h3 {
    font-size: 23px;
  }
  .error-area .error-contant-wrap p {
    margin: 15px 0 20px;
  }
  .pagenavigation-area {
    margin: 0px auto 0 !important;
  }
  .single-product.single-products .product-details span {
    font-size: 20px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    padding: 10px 15px;
  }
  .product-details-desc .product-add-to-cart .input-counter {
    margin-bottom: 20px;
  }
  .product-details-desc .product-add-to-cart .default-btn {
    float: none;
  }
  .blog-details-desc .article-content .entry-meta ul li {
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .blog-details-desc .article-content .entry-meta ul li::before {
    display: none;
  }
  .blog-details-desc .article-content h3 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .blog-details-desc .article-content p {
    font-size: 15px;
  }
  .blog-details-desc .article-content .features-list li {
    font-size: 15px;
  }
  .blog-details-desc .article-footer {
    text-align: center;
  }
  .blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: center;
  }
  blockquote {
    padding: 30px !important;
  }
  blockquote p {
    font-size: 16px !important;
  }
  .comments-area {
    padding: 20px;
    margin-bottom: 35px;
  }
  .comments-area .comment-author {
    font-size: 15px;
    margin-bottom: 0.3em;
  }
  .comments-area .comment-author .avatar {
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .comments-area .comment-body {
    padding-left: 0;
  }
  .comments-area .comments-title {
    font-size: 19px;
  }
  .comments-area .comments-title::before {
    left: -20px;
  }
  .comments-area .comment-metadata {
    font-size: 12px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 19px;
  }
  .comments-area .comment-respond .comment-reply-title::before {
    left: -20px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .comments-area .comment-respond .form-submit input {
    padding: 12px 25px 10px;
  }
  .offer-post .offercaption {
    top: 100px;
  }
  .offer-post {
    margin-top: 30px;
  }
  .choose-area .choose-img img {
    display: block;
  }
  .slider-area .support-wrap {
    position: unset;
  }
  .slider-area .support-wrap {
    padding-top: 50px;
    text-align: center;
  }
  .slider-area .support-wrap .single-support {
    margin-left: 0;
    background-color: #000000;
    margin-bottom: 30px;
  }
  .slider-area .support-wrap .single-support::before {
    display: none;
  }
  .slider-area .support-wrap .single-support .support-text {
    padding-left: 0;
  }
  .slider-area .support-wrap .single-support .support-text h3 {
    margin: 15px 0 10px;
  }
  .slider-area .support-wrap .single-support i {
    position: unset;
  }
  .since-area {
    padding-top: 20px;
  }
  .since-area .since-text {
    margin-left: 0;
  }
  .since-area .since-text span {
    font-size: 15px;
  }
  .since-area .since-text h2 {
    font-size: 25px;
  }
  .since-area .since-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .product-wraps.owl-theme .owl-dots span {
    width: 30px;
  }
  .the-events-area {
    padding-bottom: 50px;
  }
  .the-events-area .section-title {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .the-events-area .section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .the-events-area .single-events img {
    width: 100%;
  }
  .the-events-area .single-events .events-caption {
    padding: 75px 0;
  }
  .the-events-area .single-events.events-change {
    margin-top: 0;
  }
  .the-events-area .single-events.events-changes {
    margin-top: 0;
  }
  .the-events-area .default-btn {
    margin-top: 15px;
  }
  .our-products-area {
    text-align: center;
  }
  .our-products-area #timer div {
    font-size: 30px;
  }
  .our-products-area .products-img {
    margin-bottom: 40px;
  }
  .products-details {
    margin-top: 50px;
    text-align: center;
  }
  .our-products-area #timer img {
    width: 69px;
  }
  .time-cap span {
    font-size: 14px !important;
    bottom: -30px !important;
  }
  .testimonials-area.pt-100 {
    margin-bottom: -20px;
  }
  .testimonials-area.pt-100 .owl-theme .owl-nav {
    margin-top: -15px;
  }
  .offer-img img {
    width: 100%;
  }
  .offer-img .offer-caption {
    left: -580px;
  }
  .contact-area #contact-form {
    background-color: #f8f7fc;
    padding: 20px;
  }
  .contact-area .form-group {
    margin-bottom: 20px;
  }
  .single-support.active h3 {
    color: #ffffff !important;
  }
  .single-support.active p {
    color: #ffffff !important;
  }
  .blog-img img {
    padding-right: 15px;
  }
  .single-blog .blog-text {
    margin-left: 15px;
  }
  .testimonials-area .owl-theme .owl-nav {
    display: none;
  }
  .testimonials-area .testimonial-img {
    margin-bottom: -40px;
  }
  .go-top.active {
    top: 91%;
  }
  .subscribe form .search-submit {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }
  .blog-area {
    padding-bottom: 20px;
  }
  .our-product-area .section-title {
    max-width: 540px;
  }
  .club-text {
    margin-bottom: 30px;
  }
  .contact-info-wrap .contact-info span {
    font-size: 15px;
  }
  .contact-info-wrap .contact-info h3 {
    font-size: 15px;
  }
  .choose-area .container-fluid {
    max-width: 540px;
  }
  .blogs-area {
    padding: 50px 0 50px;
  }
  .discover-wrap {
    padding-left: 0;
  }
  .discover-img img {
    max-width: 100%;
  }
  .product-details-desc .custom-payment-options .payment-methods a img {
    width: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-box .product-content h3 {
    font-size: 19px;
  }
  .product-details-desc {
    margin-top: 30px;
  }
  .product-details-desc h3 {
    font-size: 19px;
  }
  .product-details-desc .buy-checkbox-btn .btn {
    display: inline-block;
  }
  .products-details-tab .tabs li a {
    font-size: 13px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    font-size: 19px;
  }
  .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating {
    display: none;
  }
  .cart-buttons {
    text-align: left;
  }
  .cart-buttons .text-right {
    text-align: right !important;
    margin-top: 0;
  }
  .offer-post .offercaption {
    top: 225px;
  }
  .single-events .events-caption {
    padding: 45px 0 !important;
  }
  .our-offer-area .section-title {
    max-width: 540px;
  }
  .offer-img .offer-caption {
    left: -799px;
  }
  .slider-area .owl-theme .owl-nav {
    top: 51%;
  }
  .slider-area .owl-theme .owl-nav .owl-prev {
    left: 20px;
  }
  .slider-area .owl-theme .owl-nav .owl-next {
    right: 20px;
  }
  .slider-area .main-slider-item {
    padding: 128px 0 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100-70 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .banner-area {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 100px 0 100px;
  }
  .banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
  }
  .banner-area .banner-text {
    text-align: center;
    margin: 30px auto 0;
  }
  .banner-area .banner-text span {
    font-size: 17px;
  }
  .banner-area .banner-text h1 {
    font-size: 40px;
  }
  .banner-area .banner-text p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .banner-area .banner-video {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .banner-area .banner-text-wrap {
    margin-top: 80px;
  }
  .slider-area .main-slider-item {
    height: 700px;
  }
  .slider-area .main-slider-item .slider-text {
    text-align: center;
    margin: 30px auto 0;
  }
  .slider-area .main-slider-item .slider-text h1 {
    font-size: 55px;
  }
  .slider-area .main-slider-item .slider-text p {
    margin-bottom: 30px;
  }
  .slider-area .owl-theme .owl-nav {
    top: 50%;
  }
  .slider-area .owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .slider-area .owl-theme .owl-nav .owl-prev i {
    font-size: 19px;
    line-height: 40px;
  }
  .slider-area .owl-theme .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
  .slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 19px;
    line-height: 40px;
  }
  .welcome-area {
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 70px;
  }
  .welcome-img {
    margin-bottom: 20px;
  }
  .welcome-text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact-info-wrap {
    margin-top: 30px;
  }
  .contact-info-wrap .contact-info {
    margin: 0 15px 30px;
    padding: 20px;
  }
  .contact-info-wrap .contact-info.border-left-right {
    border-left: none;
    border-right: none;
  }
  .contact-info-wrap .contact-info h3 {
    font-size: 17px;
  }
  .single-service .service-shape {
    max-width: 60px;
  }
  .single-service .service-shape i {
    font-size: 30px;
  }
  .single-service h3 {
    font-size: 20px;
  }
  .read-more {
    font-size: 15px;
  }
  .single-choose-wrap {
    padding: 30px 0 0px;
    max-width: 690px;
    margin: 0 auto -5px;
  }
  .single-choose-wrap h2 {
    font-size: 30px;
  }
  .single-choose-wrap span {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .single-choose-wrap span::before {
    display: none;
  }
  .single-choose {
    padding-left: 0;
    margin-bottom: 75px;
    text-align: center;
  }
  .single-choose span {
    right: 0;
    margin: -50px auto 0;
  }
  .single-choose h3 {
    font-size: 20px;
  }
  .section-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .single-discover {
    padding-left: 75px;
  }
  .single-discover i {
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .single-discover h3 {
    font-size: 20px;
  }
  .discover-img {
    margin-bottom: 30px;
    text-align: center;
    display: none;
  }
  .our-product-area .owl-theme .owl-dots {
    margin-top: 10px !important;
  }
  .estate-wrapper {
    padding: 40px;
    margin-right: 15px;
  }
  .estate-wrapper .estate-text {
    margin: 0 auto 30px;
  }
  .estate-wrapper .estate-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .estate-wrapper .estate-shape {
    max-width: 75px;
  }
  .estate-wrapper .estate-btn {
    margin: 0;
  }
  .estate-img {
    margin-left: 15px;
  }
  .estate-img img {
    width: 100%;
  }
  .singel-testimonial .testimonial-text {
    border-radius: 20px 0 20px 0;
    padding: 60px 20px 20px;
  }
  .singel-testimonial .testimonial-text .queat i {
    font-size: 35px;
  }
  .testimonial-area {
    padding-bottom: 55px;
  }
  .testimonial-area .owl-theme .owl-nav {
    margin-top: 0;
  }
  .testimonial-area .owl-theme .owl-nav {
    top: 85%;
    display: none;
  }
  .testimonial-area .owl-theme .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .testimonial-area .owl-theme .owl-nav .owl-prev i {
    font-size: 19px;
    line-height: 40px;
  }
  .testimonial-area .owl-theme .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .testimonial-area .owl-theme .owl-nav .owl-next i {
    font-size: 19px;
    line-height: 40px;
  }
  .single-blog .blog-text {
    position: unset;
    max-width: 100%;
    padding: 30px;
  }
  .single-blog .blog-img img {
    width: 100%;
  }
  .footer-top-area {
    padding-top: 50px;
  }
  .single-widget.single-widgets {
    margin-left: 0;
  }
  .single-widget.single-widgetss {
    margin-left: 0;
  }
  .single-widget h3 {
    margin-bottom: 15px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom .terms-conditions {
    float: unset;
    text-align: center;
  }
  .footer-bottom .terms-conditions::before {
    display: none;
  }
  .subscribe-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .singel-testimonial .testimonial-text .queat {
    bottom: 0;
  }
  .faq-image {
    background-image: unset;
  }
  .faq-image img {
    display: block;
    width: 100%;
    max-width: 690px;
    margin: auto;
  }
  .faq-accordion {
    max-width: 690px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    margin: auto;
  }
  .coming-soon-content h1 {
    font-size: 65px;
  }
  .coming-soon-content #timer div {
    font-size: 60px;
  }
  .coming-soon-content #timer div::before {
    font-size: 65px;
    right: -49px;
  }
  .choose-area {
    padding-top: 70px;
  }
  .choose-area .choose-img {
    background-image: unset;
    max-width: 690px;
    padding-left: 15px;
    margin: auto;
  }
  .choose-area .choose-img img {
    width: 100%;
  }
  .about-img img {
    width: 100%;
  }
  .histry-img {
    margin-bottom: 30px;
  }
  .histry-img img {
    width: 100%;
  }
  .timeline-img img {
    width: 100%;
  }
  .club-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .club-img img {
    width: 100%;
  }
  .winery-img {
    margin-bottom: 30px;
  }
  .winery-img img {
    width: 100%;
  }
  .event-img img {
    width: 100%;
  }
  .best-area .best-text h2 {
    font-size: 20px;
  }
  .best-img {
    margin-top: 30px;
  }
  .best-img img {
    width: 100%;
  }
  .event-text {
    padding: 30px 50px;
  }
  .single-event:hover .event-img-caption {
    bottom: 60px;
    left: 230px;
  }
  .contact-info-area .contacts-text {
    padding: 50px;
  }
  .contact-info-area .contact-map iframe {
    height: 400px;
  }
  .cart-totals {
    margin: 50px auto 0;
  }
  .product-details-image {
    margin-bottom: 30px;
  }
  .billing-details {
    margin-bottom: 30px;
  }
  .pagenavigation-area {
    margin: 0px auto 0 !important;
  }
  .comments-area {
    margin-bottom: 35px;
  }
  .offer-post .offercaption {
    top: 225px;
  }
  .offer-post {
    margin-top: 30px;
  }
  .choose-area .choose-img img {
    display: block;
  }
  .slider-area .support-wrap {
    padding-top: 50px;
    text-align: center;
    position: unset;
  }
  .slider-area .support-wrap .single-support {
    margin-left: 0;
    background-color: #000000;
    margin-bottom: 30px;
    padding: 40px 20px 30px !important;
  }
  .slider-area .support-wrap .single-support::before {
    display: none;
  }
  .slider-area .support-wrap .single-support .support-text {
    padding-left: 0;
  }
  .slider-area .support-wrap .single-support .support-text h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .slider-area .support-wrap .single-support i {
    position: unset;
  }
  .since-area {
    padding-top: 20px;
  }
  .since-area .since-text {
    margin-left: 0;
  }
  .since-area .since-text h2 {
    font-size: 30px;
  }
  .since-area .since-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .product-wraps.owl-theme .owl-dots span {
    width: 30px;
  }
  .the-events-area .single-events img {
    width: 100%;
  }
  .the-events-area .single-events .events-caption {
    padding: 94px 0;
  }
  .the-events-area .single-events.events-change {
    margin-top: 0;
  }
  .the-events-area .single-events.events-changes {
    margin-top: 0;
  }
  .the-events-area .section-title {
    text-align: center;
    margin-top: 0;
  }
  .the-events-area .default-btn {
    margin-top: 15px;
  }
  .our-products-area {
    text-align: center;
  }
  .our-products-area .products-img {
    margin-bottom: 50px;
  }
  .products-details {
    margin-top: 60px;
  }
  .timer img {
    width: 100px;
  }
  .testimonials-area.pt-100 {
    margin-bottom: -20px;
  }
  .testimonials-area.pt-100 .owl-theme .owl-nav {
    margin-top: -15px;
  }
  .offer-img img {
    width: 100%;
  }
  .offer-img .offer-caption {
    left: -580px;
  }
  .since-text.since-text .since-list {
    text-align: left;
  }
  .offer-img .offer-caption {
    padding: 10px;
    font-size: 15px;
  }
  .contact-area #contact-form {
    padding: 30px;
  }
  .single-support.active h3 {
    color: #ffffff !important;
  }
  .single-support.active p {
    color: #ffffff !important;
  }
  .blog-img img {
    padding-right: 15px;
  }
  .single-blog .blog-text {
    margin-left: 15px;
  }
  .testimonials-area .owl-theme .owl-nav {
    display: none;
  }
  .blog-area {
    padding-bottom: 40px;
  }
  .discover-wrap {
    margin-left: 0;
  }
  .club-text {
    margin-bottom: 30px;
  }
  .single-event {
    margin-bottom: 30px;
  }
  .single-blog .blog-text h3 a {
    font-size: 20px;
  }
  section.choose-area .container-fluid {
    max-width: 720px;
  }
  .blogs-area {
    padding: 70px 0 70px;
  }
  .estate-area-wrap .estate-img img {
    max-width: 100%;
  }
  .discover-wrap {
    padding-left: 0;
  }
  .go-top.active {
    top: 95%;
  }
  .the-events-area {
    padding-bottom: 70px;
  }
  .our-story-area .about-text h2 {
    font-size: 30px;
  }
  .timeline-title h2 {
    font-size: 30px;
  }
  .timeline-text span {
    font-size: 24px;
  }
  .event-area {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav .navbar {
    width: unset;
  }
  .main-nav .navbar::before {
    top: 10px;
  }
  .main-nav nav .navbar-nav .nav-item {
    padding: 20px 0;
  }
  .main-nav nav .navbar-nav .nav-item.contact-number {
    margin-left: 0 !important;
  }
  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 18px;
    margin-right: 18px;
  }
  .main-nav .navbar-brand img {
    max-width: 75px;
  }
  .main-nav .navbar.is-sticky {
    padding: 0;
  }
  .banner-area {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 100px 0 100px;
  }
  .banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
  }
  .banner-area .banner-text {
    margin-left: 60px;
  }
  .banner-area .banner-video {
    margin-left: 60px;
  }
  .banner-area .banner-text-wrap {
    margin-top: 60px;
  }
  .slider-area {
    text-align: center;
  }
  .slider-area .main-slider-item .slider-text {
    max-width: unset;
  }
  .contact-info-wrap .contact-info {
    padding: 20px;
  }
  .contact-info-wrap .contact-info h3 {
    font-size: 15px;
  }
  .single-service h3 {
    font-size: 22px;
  }
  .single-service .service-shape {
    max-width: 70px;
  }
  .single-service .service-shape i {
    font-size: 30px;
  }
  .single-discover h3 {
    margin-bottom: 10px;
  }
  .estate-wrapper {
    padding: 30px;
  }
  .estate-wrapper h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .estate-wrapper .estate-btn {
    margin-top: 30px;
  }
  .estate-text {
    margin: 0 auto 40px;
  }
  .estate-text p {
    font-size: 14px;
  }
  .single-choose p {
    font-size: 14px;
  }
  .single-choose-wrap span {
    margin-bottom: 40px;
  }
  .single-choose-wrap h2 {
    font-size: 35px;
  }
  .our-product-area {
    padding-bottom: 80px;
  }
  .single-widget.single-widgets {
    margin-left: 0;
  }
  .best-area .best-text h2 {
    font-size: 20px;
  }
  .cart-totals {
    margin: 50px auto 0;
  }
  .our-product-area .owl-theme .owl-dots {
    margin-top: 6px !important;
  }
  .single-product.single-products .product-details {
    margin: -45px 10px 0;
  }
  .single-product.single-products .product-details span {
    font-size: 22px;
  }
  .single-event:hover .event-img-caption {
    bottom: 20px;
  }
  .offer-post {
    margin-top: 30px;
  }
  .offer-post .offercaption {
    top: 105px;
  }
  .estate-wrapper .estate-shape {
    width: 70px;
  }
  .slider-area .support-wrap {
    overflow: hidden;
  }
  .slider-area .support-wrap .single-support {
    margin-left: 0;
  }
  .slider-area .support-wrap .single-support:hover::before {
    width: 342px;
  }
  .slider-area .support-wrap .single-support .support-text {
    padding-left: 0;
  }
  .slider-area .support-wrap .single-support i {
    position: unset;
  }
  .offer-img .offer-caption {
    padding: 10px;
    font-size: 16px;
  }
  .the-events-area .single-events .events-caption {
    padding: 39px 0;
  }
  .the-events-area .single-events .events-caption li {
    font-size: 16px;
  }
  .the-events-area .single-events .events-caption li span {
    font-size: 18px;
  }
  .timer img {
    width: 105px;
  }
  .single-blog .blog-text {
    position: unset;
    max-width: 100%;
    padding: 30px;
  }
  .single-blog .blog-text h3 a {
    font-size: 20px;
    line-height: 1.5;
  }
  .single-blog .blog-img img {
    width: 100%;
  }
  .banner-area .banner-text h1 {
    font-size: 50px;
    color: #ffffff;
    margin: 10px 0 18px;
  }
  .slider-area .main-slider-item .slider-text h1 {
    font-size: 60px;
  }
  .blog-img img {
    padding-right: 15px;
  }
  .single-blog .blog-text {
    margin-left: 15px;
  }
  .slider-area .support-wrap .single-support .support-text h3 {
    margin: 12px 0 10px;
  }
  .slider-area .support-wrap .single-support:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
  }
  .our-story-area .about-text {
    margin-bottom: 0;
  }
  .single-event {
    margin-bottom: 0;
  }
  .singles-events {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .since-text h2 {
    font-size: 35px;
  }
  .welcome-text h2 {
    font-size: 35px;
  }
  .single-service p {
    font-size: 14px;
  }
  .discover-wrap {
    padding-left: 10px;
  }
  .go-top.active {
    top: 94%;
  }
  .our-story-area .about-text h2 {
    font-size: 35px;
  }
  .timeline-title h2 {
    font-size: 35px;
  }
  .club-text h2 {
    font-size: 30px;
  }
  .event-text h3 {
    font-size: 22px;
  }
  .event-text .event-info-list li {
    font-size: 17px;
    padding-right: 40px;
  }
  .faq-accordion {
    padding-left: 15px;
    padding-right: 15px;
  }
  .discover-img {
    text-align: left;
  }
  .discover-img.discover-imgs img {
    max-width: 105%;
  }
}

@media only screen and (min-width: 1824px) {
  .banner-area .banner-video {
    margin-left: 0;
  }
  .banner-area .banner-text {
    margin-left: 100px;
  }
  .slider-area .main-slider-item {
    height: 880px;
  }
  .login-area .login-form {
    vertical-align: middle;
    display: table-cell;
  }
  .login-area .login-form h3 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/** Only Mobile Menu **/
@media only screen and (max-width: 991px) {
  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 15px;
  }

  /* Override vendor.css which hides .main-nav on mobile.
     We use Bootstrap 4's native collapse, not meanmenu. */
  .main-nav {
    display: block !important;
  }
  /* .mobile-nav is unused — hide it on mobile to avoid duplicate logo */
  .mobile-nav {
    display: none !important;
  }

  /* Fix fixed-width navbar overflowing on mobile */
  .main-nav .navbar,
  .main-nav.giano-nav-two .navbar {
    width: 100% !important;
    padding: 8px 15px;
  }

  /* Logo smaller on mobile */
  .main-nav .navbar-brand img,
  .navbar-brand img {
    max-width: 60px;
  }

  /* Hide tagline on mobile — no room */
  .main-nav .scritta-logo,
  .scritta-logo.dorato {
    display: none !important;
  }

  /* Toggler and cart icon on the right */
  .main-nav .navbar .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .main-nav .navbar .navbar-brand {
    flex: 0 0 auto;
    margin-right: auto;
  }

  .main-nav .navbar .navbar-toggler {
    flex: 0 0 auto;
    margin-right: 10px;
    order: 2;
  }

  .nav-cart-icon {
    order: 3;
    margin-left: 0;
    flex: 0 0 auto;
  }

  /* Collapsed menu: full-width, dark background */
  .main-nav .navbar-collapse {
    order: 4;
    width: 100%;
    background: #1a0a10;
    margin: 0 -15px;
    padding: 10px 15px;
  }

  .main-nav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
  }

  .main-nav .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(200,169,110,0.15);
    padding: 0;
  }

  .main-nav .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .main-nav .navbar-collapse .navbar-nav .nav-item a {
    color: #f5f0e8 !important;
    padding: 12px 5px;
    display: block;
    margin: 0;
  }

  .main-nav .navbar-collapse .navbar-nav .nav-item a:hover {
    color: #c8a96e !important;
  }

  /* Dropdown on mobile */
  .main-nav .navbar-collapse .dropdown-menu {
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 0 15px;
  }
}
/*# sourceMappingURL=responsive.css.map */
/* ================================================================
   Single Vino Detail Page
   ================================================================ */

.vino-detail-section {
    padding: 60px 0 80px;
    background: #fff;
}

.vino-detail-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* ── Image column ── */
.vino-detail__image-col {
    flex: 0 0 340px;
    max-width: 340px;
    position: sticky;
    top: 100px;
}

.vino-detail__image-wrap {
    background: #faf7f2;
    border-radius: 4px;
    padding: 40px 30px;
    text-align: center;
}

.vino-detail__bottle-img {
    max-height: 520px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.vino-detail__image-wrap:hover .vino-detail__bottle-img {
    transform: scale(1.04);
}

.vino-detail__image-placeholder {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0a090;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px dashed #e0d8cc;
    border-radius: 4px;
}

/* ── Content column ── */
.vino-detail__content-col {
    flex: 1;
    min-width: 0;
}

.vino-detail__badge {
    display: inline-block;
    padding: 5px 14px;
    background: #c8a96e;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.vino-detail__title {
    font-family: var(--font-display);
    font-size: 44px;
    color: var(--wine-burgundy-primary);
    margin: 0 0 20px;
    line-height: 1.15;
}

.vino-detail__description {
    font-size: 17px;
    line-height: 1.8;
    color: #5a4e44;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e0d0;
    padding-bottom: 30px;
}

/* Key facts row */
.vino-detail__facts {
    display: flex;
    gap: 0;
    margin-bottom: 35px;
    border: 1px solid #e8e0d0;
    border-radius: 4px;
    overflow: hidden;
}

.vino-fact {
    flex: 1;
    padding: 16px 20px;
    border-right: 1px solid #e8e0d0;
    text-align: center;
}

.vino-fact:last-child {
    border-right: none;
}

.vino-fact__label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #c8a96e;
    margin-bottom: 6px;
}

.vino-fact__value {
    display: block;
    font-size: 14px;
    color: #3a3028;
    line-height: 1.4;
}

/* Detail blocks */
.vino-detail__block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e0d0;
}

.vino-detail__block:last-of-type {
    border-bottom: none;
}

.vino-detail__block-title {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c8a96e;
    margin: 0 0 14px;
}

.vino-detail__block-text {
    font-size: 15px;
    line-height: 1.8;
    color: #5a4e44;
    margin: 0;
}

.vino-detail__tasting-row {
    font-size: 15px;
    line-height: 1.7;
    color: #5a4e44;
    margin-bottom: 10px;
}

.vino-detail__tasting-row:last-child {
    margin-bottom: 0;
}

.vino-detail__tasting-row strong {
    color: #3a3028;
    font-weight: 600;
}

/* Award cards */
.vino-award-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f0e8dc;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.vino-award-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

a.vino-award-card:hover {
    opacity: 0.8;
}

.vino-award-card__img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex-shrink: 0;
}

.vino-award-card__name {
    display: block;
    font-size: 14px;
    color: #3a3028;
    font-weight: 600;
}

.vino-award-card__sub {
    display: block;
    font-size: 12px;
    color: #c8a96e;
    margin-top: 2px;
}

.vino-award-card__desc {
    font-size: 13px;
    color: #7a6e64;
    margin: 4px 0 0;
}

/* CTA buttons */
.vino-detail__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid #e8e0d0;
}

.vino-btn {
    display: inline-block;
    padding: 13px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.25s;
    border-radius: 2px;
    cursor: pointer;
}

.vino-btn--primary {
    background: #4d0322;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.vino-btn--primary:hover {
    background: #6b0030;
    color: #fff;
}

.vino-btn--ghost {
    background: transparent;
    color: #4d0322;
    border: 2px solid #4d0322;
    border-radius: 0;
}

.vino-btn--ghost:hover {
    background: #4d0322;
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .vino-detail-container {
        flex-direction: column;
        gap: 40px;
    }

    .vino-detail__image-col {
        flex: none;
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
        position: static;
    }

    .vino-detail__bottle-img {
        max-height: 360px;
    }

    .vino-detail__title {
        font-size: 34px;
    }

    .vino-detail__facts {
        flex-wrap: wrap;
    }

    .vino-fact {
        flex: 0 0 50%;
        border-bottom: 1px solid #e8e0d0;
    }

    .vino-fact:nth-child(even) {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .vino-detail__title {
        font-size: 28px;
    }

    .vino-fact {
        flex: 0 0 100%;
        border-right: none;
    }
}
