/* Custom Stylesheet */
/* Font-Face */
@font-face {
    font-family: 'avenirroman';
    src: url('../assets/fonts/avenir-roman-webfont.woff2') format('woff2'),
         url('../assets/fonts/avenir-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenirbook';
    src: url('../assets/fonts/avenir-book-webfont.woff2') format('woff2'),
         url('../assets/fonts/avenir-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenirmedium';
    src: url('../assets/fonts/avenir-medium-webfont.woff2') format('woff2'),
         url('../assets/fonts/avenir-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenirlight';
    src: url('../assets/fonts/avenir-light-webfont.woff2') format('woff2'),
         url('../assets/fonts/avenir-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'beyond_sweetregular';
    src: url('../assets/fonts/beyondsweet-webfont.woff2') format('woff2'),
         url('../assets/fonts/beyondsweet-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cinzelregular';
    src: url('../assets/fonts/cinzel-regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/cinzel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, p, span, a, input, #mainNav .navbar-brand, .styledSelect, button, input, optgroup, select, textarea{
    font-family: 'avenirroman', Arial, Helvetica, sans-serif !important;
}
.cinzel{
    font-family: 'cinzelregular', Arial, Helvetica, sans-serif !important;
}

.bg-light {background-color: #edeeee !important;}
.form-control {font-size: 15px; font-weight: bold; padding: 10px 12px; border: 0; border-radius: 0;}
.modal .btn.btn-secondary {background-color: #242526; border-color: #242526; text-transform: uppercase;}
.modal .btn.btn-secondary:hover {background-color: #c9ab6e; border-color: #c9ab6e;}
.bgimage{background-image: url(../assets/img/bgimage.jpg); background-position: center top; background-size: 100%; background-repeat: repeat;}
.cru_box{background-color: #383839; max-width: 600px; box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 30%);}
.cru_box > div{max-width: 80%;}
.cru_box .datepicker{border: 0; padding: 0; width: 75px; cursor: pointer;}
.cru_box .datepicker:focus, .form-control:focus{border: 0; outline: 0;}
.cru_box.video_wrap{max-width: 800px; max-height: 600px;}
.cru_box.video_wrap video{max-width: 100%;}

/* navbar */
#mainNav {padding-top: 1.25rem; padding-bottom: 1.25rem; background-color: #242526;} /*background-color: #3e4146;*/
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:active {color: #2937f0;}
#mainNav .navbar-toggler {font-size: 24px; padding: 0; color: #fff;}
#mainNav .navbar-nav .nav-item .nav-link {color: #fff; font-size: 15px;}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link.active {color: #c9ab6e;}
#mainNav .navbar-nav .nav-item.cru-icon .nav-link{color: #c9ab6e; display: flex; align-items: center; justify-content: space-between;}
#mainNav .navbar-nav .nav-item.cru-icon .nav-link:before{content: ""; background-image: url(../assets/img/glass.png); background-repeat: no-repeat; background-position: 0 0; width: 26px; height: 22px; background-size: 18px;}
#mainNav .navbar-nav .nav-item.dropdown .nav-link:after{content: ""; background-image: url(../assets/img/select_arrow-white.svg); width: 10px; height: 8px; display: inline-block; background-size: 100%; background-repeat: no-repeat;}
.admin-console #mainNav .navbar-nav .nav-item .nav-link {font-size: 14px;}

.masthead {padding-top: 90px; width: 100%;}
.masthead.admin-console .toppart{background-color: #D1AF69;}
.masthead.admin-console .toppart .navbar-nav .nav-item .nav-link{font-size: 13px; font-weight: 600; color: #333;}
.masthead.admin-console .toppart .navbar-nav .nav-item.dropdown .nav-link:after{content: ""; background-image: url(../assets/img/select_arrow.svg); width: 10px; height: 8px; display: inline-block; background-size: 100%; background-repeat: no-repeat;}
#usermenu {font-size: 13px; color: #333; text-decoration: none; font-weight: 600;}

.dropdown-menu {border-radius: 0; border: 0;}
.dropdown-menu li a.dropdown-item {text-transform: uppercase; font-size: 12px; font-weight: 600; padding: 5px 20px;}
.dropdown-menu li:hover a.dropdown-item, .dropdown-menu li:focus a.dropdown-item{background-color: #D1AF69;}

.carousel-indicators [data-bs-target] {width: 10px; height: 10px; background-color: #3e4146; border-radius: 50px; border: 0;}
.carousel .carousel-inner .carousel-item .carousel-content, .banner-item .banner-content{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;}
.carousel .carousel-inner .carousel-item .carousel-content h3, .banner-item .banner-content h3{font-family: 'beyond_sweetregular'; font-size: 58px; text-align: center;}
.carousel-item, .banner-item{background-position: center center; min-height: 380px;background-repeat: no-repeat; background-size:cover;}

.titlebox{background-color: #242526; border-top: 1px solid #D1AF69; border-bottom: 1px solid #5e6265;}
.titlebox h1.page-title{color: #fff; font-size: 34px; margin-bottom: 0;}
.breadcrumb-wrap{background-color: #faf7ef;}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a{color: #212529; font-size: 13px; font-weight: 600; text-decoration: none; letter-spacing: 0.5px;}
.breadcrumb .breadcrumb-item a:hover{text-decoration: underline;}
.breadcrumb .breadcrumb-item.active{color: #D1AF69;}

.heading{color: #3e4146; font-size: 24px; letter-spacing: 1.5px; margin-top: 30px}
hr{margin: 10px 0; border-color: #c9ab6e; opacity: 1;}

.brands_slider_container {height: 320px; padding-left: 50px; padding-right: 50px; background: #fff; position: relative;}
.brands_slider {height: 100%;}
.brands_item {height: 100%;}
.brands_item img {max-width: 100%;}
.brands_nav {position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); padding: 5px; cursor: pointer;}
.brands_nav i {color: #e5e5e5; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.brands_nav:hover i {color: #676767;}
.brands_prev {left: 0;}
.brands_next {right: 0;}
.brands_slider_container .owl-stage .owl-item {display: flex; justify-content: center; align-items: center;}
.brands_slider_container .owl-stage .owl-item > .owl-item{padding: 20px 50px; position: relative; cursor: pointer;}
.brands_slider_container .owl-stage .owl-item > .owl-item .brands_item > .brand_content{display: none; position: absolute; width: 100%; height: 100%; background-color: rgb(229 229 229 / 70%); left: 0; right: 0; align-items: center; justify-content: center;}
.brands_slider_container .owl-stage .owl-item > .owl-item .brands_item > .brand_content div > span{display: block; font-size: 17px;}
.brands_slider_container .owl-stage .owl-item > .owl-item .brands_item > .brand_content div > span.type{font-size: 15px; font-weight: 600; padding: 0 50px;}
.brands_slider_container .owl-stage .owl-item > .owl-item:hover .brands_item > .brand_content{display: flex;}


.btn{padding: 10px 20px; height: 42px; border-radius: 0; box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%); font-size: 14px; font-weight: 600;}
.btn.btn-primary{background-color: #3e4146; border-color: #3e4146; text-transform: uppercase;}
.btn.btn-primary:hover{background-color: #c9ab6e; border-color: #c9ab6e;}
.btn.btn-secondary{background-color: #c9ab6e; border-color: #c9ab6e; text-transform: uppercase;}
.btn.btn-secondary:hover{background-color: #3e4146; border-color: #3e4146;}
.btn.btn-primary.btn-outline-primary{background-color: #fff; color: #3e4146; box-shadow: none; border-width: 2px;}
.btn.btn-primary.btn-outline-primary:hover{color: #c9ab6e;}


.post-theme .post-img img{width: 100%;}
.post-theme .post-content h3{font-size: 22px;}
.post-theme .post-content p{font-size: 17px;}

/* testimonial - slider */
#testimonial-slider{background-color: #faf6ee; padding: 30px; position: relative;}
.testimonial-slider {height: 100%; width: 94%; margin: 0 auto;}
.testimonial_item {height: 100%;}
.testimonial_item .title{font-size: 24px;}
.testimonial_item .description {font-weight: 500; font-size: 18px; letter-spacing: 1px;}
.testimonial_item .post{font-size: 18px; font-style: italic;}
.testimonial_nav {position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); padding: 5px; cursor: pointer; z-index: 1;}
.testimonial_nav i {color: #e5e5e5; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.testimonial_nav:hover i {color: #676767;}
.testimonial_prev {left: 30px;}
.testimonial_next {right: 30px;}
.testimonial-slider .owl-stage {display: flex; align-items: center; justify-content: center;}
.testimonial-slider .owl-stage .owl-item > .owl-item{padding: 0 30px; width: 100%;}

/* Account Application Form */
.height-50px{height: 50px;}
.account-application-form-wrap .form-control{border: solid 2px #e3e3e3; border-radius: 5px; padding: 8px 12px; font-weight: 400; resize: none;}
.account-application-form-wrap .form-wrap{max-width: 900px; margin: 0 auto;}
.account-application-form-wrap .form-wrap label{width: 100%;}
.account-application-form-wrap .form-wrap p{margin-bottom: 5px;}
.account-application-form-wrap .form-wrap .table th{background: #cdaf6e; color: #fff;}
.form-group select.form-control{-webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(../assets/img/selectarrow.png); background-repeat: no-repeat; background-position: calc(100% - 10px); padding-right: 28px!important;}

/* footer */
footer{background-color: #3e4146;}
footer p {font-family: 'avenirlight', Arial, Helvetica, sans-serif !important; font-size: 17px; font-weight: 300;}
footer p a{text-decoration: none;}
footer p a:hover{text-decoration: underline !important;}
footer p > span{color: #d1af69;}
footer p.copyright{font-size: 15px;}
footer .social_links a svg{fill: #d1af69;}
footer .social_links a svg g{stroke: #d1af69;}
footer .social_links a:hover svg{fill: #fff;}
footer .social_links a:hover svg g{stroke: #fff;}
footer p br{display: none;}

/* portfolio */
.filter-wrap{background-color: #f6f1e8;}
.s-hidden {visibility: hidden; padding-right: 10px;}
.select {cursor: pointer; display: inline-block; position: relative; width: 100%;}
.styledSelect {position:absolute; top:0; right:0; bottom:0; left:0; background-color:#fff; padding: 10px 12px; font-weight:bold; font-size: 13px;}
.styledSelect:after {content: ""; width: 0; height: 0; border: 5px solid transparent; border-color: #000 transparent transparent transparent; position: absolute; top: 17px; right: 10px;}
.styledSelect:active, .styledSelect.active {background-color: #fff;}
.options {display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0 0 5px; list-style: none; background-color: #fff; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}
.options li {margin: 0; padding: 5px 12px; font-size: 12px;}
.options li:hover {background-color: #fff; color: #d1af69;}

.winemaker_wrap{background-color: #f8f5ed; display: flex; align-items: center;}
.winemaker_wrap img.profile-pic {width: 160px; height: 160px; border-radius: 100%;}
.winemaker_wrap .title_cont_box h3{max-width: 85%;}
.curve-text {font-family: 'beyond_sweetregular', Arial, Helvetica, sans-serif !important; font-size: 32px; color: #caad69; font-weight: 600; line-height: 1.7;}
p.location-winer {color: #caad69; font-weight: 600; font-size: 20px;}
ul.crulist{list-style-type: none; padding: 0; margin: 0;}
ul.crulist li{margin: 15px 0; text-transform: uppercase;}
ul.crulist li img{margin-right: 8px;}

/* about */
div#content-carousel {position: relative;}
#content-carousel .content-carousel {width: 90%; margin: 0 auto;}
.content_nav {position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); padding: 5px; cursor: pointer; z-index: 1;}
.content_nav i {color: #e5e5e5; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.content_nav:hover i {color: #676767;}
.content_prev {left: 0;}
.content_next {right: 0;}

/* news */
.mw-300px{min-width: 300px !important; max-width: 300px !important;}
.mw-250px{max-width: 250px !important;}
.mw-200px{max-width: 200px !important;}
.mw-140px{min-width: 140px !important; max-width: 140px !important;}
.mw-75px{max-width: 75px !important;}
.min-w-430px{min-width: 430px !important;}
.post-items{border-bottom: 1px solid #c9ab6e;}
section .container > .post-items:last-child{border: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important;}

.darkplace::-webkit-input-placeholder { /* Edge */
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
  
.darkplace:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
  
.darkplace::placeholder {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

/* contact page */
.venue-wrap {max-height: 780px; overflow: auto;}
.venue-wrap .name{color: #c9ab6e; font-size: 20px;}
.venue-wrap p{font-size: 14px;}
.venue-wrap p span img {width: 10px; height: auto;}
.venue-wrap .venue-box{padding-left: 70px; position: relative;}
.venue-wrap .venue-box:before{content: ""; width: 50px; height: 50px; background: #383839 url(../assets/img/glass.png) center center no-repeat; display: block; border-radius: 100%; background-size: 25px; position: absolute; left: 0; top: 0;}

.scrollbar {
    scrollbar-color: #383839 #e8e9ea !important;
    /* thumb and track color */
    scrollbar-width: thick !important;
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8e9ea;
    box-shadow: inset 0 0 6px #e8e9ea;
    background-color: #e8e9ea;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #383839;
}

.gecko .scrollbar {
    scrollbar-color: #383839 #e8e9ea !important;
    /* thumb and track color */
    scrollbar-width: thick !important;
}

.firefox .scrollbar {
    scrollbar-color: #383839 #e8e9ea !important;
    /* thumb and track color */
    scrollbar-width: thick !important;
}
.scrollbar:hover {
    scrollbar-color: #383839 #e8e9ea !important;
    /* thumb and track color */
    scrollbar-width: thick !important;
}


ul.sitemap-list li {margin-top: 5px;}
ul.sitemap-list li a {color: #000; font-size: 16px; text-decoration: none;}
ul.sitemap-list li a:hover{text-decoration: underline;}

.awards-content h4, .awards-content h5{font-size: 18px; font-weight: 600; margin-bottom: 12px;}
.awards-content h5{font-size: 16px;}
.awards-content p{margin-bottom: 10px; font-size: 15px;}
/* Step Form */
#progressbar {margin-bottom: 30px; overflow: hidden; color: #bbb; padding-left: 0; background-color: white;}
#progressbar .active {color: #d3b36c;}
#progressbar li {list-style-type: none; font-size: 15px; width: 25%; float: left; position: relative; font-weight: 600; text-align: center; text-transform: uppercase;}
#progressbar #step1:before {content: "1";}
#progressbar #step2:before {content: "2";}
#progressbar #step3:before {content: "3";}
#progressbar #step4:before {content: "4";}
#progressbar li:before {width: 40px; height: 40px; line-height: 35px; text-align: center; display: block; font-size: 20px; color: #ffffff; background: #bbb; border-radius: 50%; margin: 0 auto 10px auto; padding: 2px;}
#progressbar li:after {content: ""; width: 100%; height: 2px; background: #bbb; position: absolute; left: 0; top: 25px; z-index: -1;}
#progressbar li.active:before,
#progressbar li.active:after {background: #d3b36c;}

.stepdata {display: none;}
.stepdata.active {display: block;}
.review-box, .bg-graylight{background-color: #F6F6F7;}
.star-rating span{font-size: 27px;}
.star-rating span:before{content: '★ ';}
.star-rating span.star-gold{color: #D1AF69;}
.star-rating span.star-gray{color: #E4E5E6;}

.text-gold{color: #D1AF69;}
.bg-dark{background-color: #3e4146 !important;}
.form-group {margin-bottom: 20px;}
.form-group label{display: block; margin-bottom: 5px; font-size: 13px; text-transform: uppercase; font-weight: 600;}
.form-control.form-input{border: 1px solid #767676; padding: 8px 10px;}

.pagination-top > a {color: #2196f3; font-size: 16px;}
.pagination-top > a:hover{text-decoration: underline;}
.form-group.required .form-control {border-left-color: #d3b36c; border-left-width: 2px;}
.form-group.required .input-group .input-group-prepend {border-left: 2px solid #d3b36c !important;}
.required .form-control {border-left-color: #d3b36c;}
span.error {font-size: 14px; line-height: 1.5; width: 100%; margin-top: 0.25rem; color: #dc3545 !important; display: inline-flex;}

.fixed-update-button {position: fixed; right: 35px; bottom: 75px;}
.form-check .form-check-input {position: relative; top: -2px;}

/* upload fields */
.btn-upload, .btn-add {min-width: 280px;}
.uploaded_file_name{position: relative; padding-left: 24px; background-image: url(../assets/img/attach-icon.jpg); background-position: left center; background-repeat: no-repeat; width: 280px; height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.font-14{font-size: 14px;}
/* upload fields */

/* responsive style */
@media (min-width: 576px){
    .container, .container-sm {max-width: 100%; padding-left: 20px !important; padding-right: 20px !important;}
}
@media (min-width: 768px){
    .container, .container-md, .container-sm {max-width: 100%; padding-left: 20px !important; padding-right: 20px !important;}
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {max-width: 100%; padding-left: 20px !important; padding-right: 20px !important;}
    .heading-logo {position: absolute; top: -50px;}
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 100%; padding-left: 20px !important; padding-right: 20px !important;}
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px; padding-left: 20px !important; padding-right: 20px !important;}
}
@media (max-width: 1199px){
    .carousel .carousel-inner .carousel-item .carousel-content h3, .banner-item .banner-content h3{font-size: 48px;}
}
@media (max-width: 991px){
    .carousel .carousel-inner .carousel-item .carousel-content h3, .banner-item .banner-content h3{font-size: 38px;}
    #mainNav .navbar-nav .nav-item.cru-icon .nav-link{justify-content: start;}
}
@media (max-width: 991px){
    .navbar-brand > img{height: 32px;}
    #mainNav {padding-top: 1rem; padding-bottom: 1rem; height: 75px; width: 100%;}
    .masthead {padding-top: 75px;}
    .carousel-item, .banner-item{min-height: 150px;}
    .carousel-item img, .banner-item img {min-height: 100%; width: auto !important; max-height: 240px;}
    .navbar-collapse {background: #3e4146; margin: 0 -25px; padding: 0 25px; z-index: 999;}
    .masthead .tophead .navbar-collapse{background: transparent; margin: 0; padding: 0;}
    .post-theme .post-content h3 {font-size: 18px;}
    .post-theme .post-content p {font-size: 15px;}
    .winemaker_wrap .title_box{padding-left: 110px; padding-bottom: 15px;}
    .winemaker_wrap img.profile-pic {width: 90px; height: 90px;}
    .venue-wrap {max-height: 220px; margin-bottom: 20px;}
}
@media (max-width: 768px){
    .cru_box > div{max-width: 100%;}
    .carousel .carousel-inner .carousel-item .carousel-content h3, .banner-item .banner-content h3{font-size: 24px; padding: 0 10px;}
    .post-theme .post-img {max-width: 400px; margin: 0 auto;}
    .carousel-item, .banner-item{background-size: 100%; min-height: 100px;}
}
@media (max-width: 767px) {
  footer p br {display: block;}
  #content-carousel .content-carousel {width: 84%;}
  #progressbar li {font-size: 13px;}
  #progressbar li:before {width: 30px; height: 30px; line-height: 27px; font-size: 14px; margin: 0 auto 5px auto;}
  #progressbar li:after {top: 15px;}
}
@media (max-width: 480px) {
    .pagination-top > a {font-size: 14px;}
    .rating-stars ul > li.star > i.fa {font-size: 16px !important;}
    .carousel-item, .banner-item {min-height: 65px;}
}
.thankyou-font {
    font-family: 'beyond_sweetregular';
    font-size: 58px;
    text-align: center;
}
.form-group label span {text-transform: none;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

span.errors {font-size: 14px; line-height: 1.5; width: 100%; margin-top: 0.25rem; color: #dc3545 !important;}

.alert_success {
    background-color: #333333;
    border-color: #333333;
    color: #f4e8e8;
}

#loader {
    position: fixed;
    z-index: 10000000000000;
    width: 300px;
    height: 86px;
    padding: 20px;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: none repeat scroll 0 0 #333333;
    color: #fff;
    font-family: graublauweb-webfont, Helvetica, Arial, sans-serif;
    font-size: 12.5pt;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

/* for Add to cart - start */   
.product-name { font-size: 18px; line-height: 1.25; font-weight: 500; text-decoration: none; text-align: center; display: block; color: #383839; min-height: 45px;}
.product-name:hover{color: #caad69;}

.search-cart-block{ display: flex; align-items: flex-end; column-gap: 15px;}
.top-search{ display: flex; background: #fff; border-radius: 5px; padding: 0; position: relative;}
.top-search .fa-search { position: absolute; z-index: 0; font-size: 18px; left: 10px; top: 10px; font-size: 14px;}
.top-search input { border: none; height: 35px; width: 275px; border-radius: 5px; padding: 10px 10px 10px 30px; position: relative; z-index: 1; background: transparent;}
.top-search input:focus{ outline: 1px solid #333;}
.top-wishlist, .top-cart{ text-decoration: none; position: relative;}
.mini-cart-trigger{position: relative;}
.top-wishlist > img, .top-cart .mini-cart-trigger img, .top-cart .mini-cart-mobile-trigger img{ height: 20px;}
.top-wishlist .count, .top-cart .count{ background: red; font-size: 10px; border-radius: 50%; height: 18px; width: 18px; line-height: 18px; display: block; text-align: center; color: #ffff; position: absolute; top: -8px; right: -10px;}
.top-cart .mini-cart-block { position: absolute; background: #fff; right: 0; top: 50px; padding: 30px; width: 550px; z-index: 5; box-shadow: 0 0 12px #797676;}
.cart-actions{ display: flex; column-gap: 25px;}
.cart-actions .btn{ width: 50%;}
.mini-cart-close{ position: absolute; right: 25px; top: 25px; text-decoration: none; color: #383839; width: 16px; height: 16px;}
.mini-cart-close:before{ content:""; height: 2px; width: 16px; position: relative; display: block; background:#000;transform: rotate(45deg);}
.mini-cart-close:after{ content:""; height: 2px; width: 16px; position: relative; display: block; background:#000;transform: rotate(-45deg); top:-2px;}
.top-cart .mini-cart-block .cart-table { overflow: auto; height: 285px;}
.top-cart .mini-cart-block .cart-table .cart-item{ padding-bottom: 15px; margin-bottom: 15px;}

/*Mobile Cart*/
.mini-cart-block.mobile-cart {z-index: 7;position: fixed;background: #fff;left: 10px;right: 10px;top: 10px;bottom: 10px;padding: 10px;box-shadow: 0 0 12px #797676;}
.mobile-cart .mini-cart-close { right: 10px; top: 20px;}
.mobile-cart .heading-title { font-size: 22px;}
.mobile-cart .product-img img { height: 80px;}
.mobile-cart .cart-table { max-height: calc(100vh - 270px); overflow: auto;}
.mobile-cart .cart-table .cart-item{ flex-wrap: wrap;}
.mobile-cart .cart-table .cart-item .prod-info{ margin: 0; text-align: left;}
.mobile-cart .cart-table .cart-item .prod-info .product-name, .mobile-cart .cart-table .cart-item .prod-info .bottle-size{ font-size: 18px;}
.mobile-cart .cart-table .cart-item .prod-info .remove-item{ font-size: 16px;}
.mobile-cart .cart-table .cart-item .qty-info { margin-top: 10px;}
.mobile-cart .cart-table .cart-item .qty-info .qty{ padding: 0.3rem 1.75rem 0.3rem 0.5rem; width:70px;}
.mobile-cart .cart-actions{ display: flex; row-gap: 10px; flex-direction: column;}
.mobile-cart .cart-actions .btn { width: 100%; padding:0.55rem 0.55rem;}
.mobile-cart .cart-total-table{ font-size: 18px;}
.mobile-cart .cart-table .cart-item .qty-info{ width: 100%;}
.mini-cart-block.mobile-cart.d-none + div { display: none;}
.overlay-cart{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 6; cursor: pointer;}


/*Cart*/
.cart-box { position: relative; background: #fff; margin-top: -70px;}
.cart-table .cart-item { display: flex; column-gap: 20px; align-items: center; border-bottom: 1px solid #c9ab6e;padding-bottom: 20px;margin-bottom: 20px;}
.cart-table .cart-item .prod-info .product-name{ font-weight: normal;min-height: auto;font-size: 20px; text-align: left;}
.cart-table .cart-item .prod-info .bottle-size{font-size:18px; color: #caad69; margin:2px 0 5px 0;}
.cart-table .cart-item .prod-info .remove-item{font-size:18px; color: #caad69; text-decoration: none; font-weight: bold;}
.cart-table .cart-item .prod-info .remove-item:hover{ color: #caad69; text-decoration: underline;}
.cart-table .cart-item .qty-info { display: flex; align-items: center; column-gap: 10px; margin-left: auto;}
.cart-table .cart-item .qty-info .item-total-price{ min-width: 70px;}
.cart-table .cart-item .qty-info .qty { border-radius: 0; border-color: #000; padding: 0.5rem 2.25rem 0.5rem 0.75rem; min-width: 150px;}
.crate-box{ display: flex; align-items: center;}
.crate-box div { text-align: center;}
.crate-box div p { font-size: 20px;}
.crate-box div a.curve-text { font-size: 36px; text-decoration: none; color: #000; cursor: pointer;}
.crate-box div a.curve-text:hover{ color: #caad69;}
.cart-summary-box{ background: #f2f2f3; padding: 30px;}
.cart-summary-box .cinzel{ font-size: 28px;}
.cart-summary-box table.cart-total-table { width: 100%; font-size: 18px;}
.checkout-btn{ font-size: 12px; background: #383839; color: #fff; padding: 15px; display: block; text-align: center; text-transform: uppercase; text-decoration: none; cursor: pointer; font-weight: bold; letter-spacing: 1px;}
.checkout-btn:hover{ background: #000; color: #fff;}
.text-brown, .text-gold{color: #caad69;}

.cart-form .form-group{margin-bottom: 15px;}
.cart-form label{font-size: 15px;}
.cart-form .form-control{border: 1px solid #000; padding: 6px 10px; height: 40px;}

.fs-12{ font-size: 12px;}
.fs-13{ font-size: 13px;}
.fs-14{ font-size: 14px;}
.fs-15{ font-size: 15px;}
.fs-16{ font-size: 16px;}
.fs-17{ font-size: 17px;}
.fs-18{ font-size: 18px;}
.fs-19{ font-size: 18px;}
.fs-20{ font-size: 20px;}
.fs-21{ font-size: 21px;}
.fs-22{ font-size: 22px;}
.fs-23{ font-size: 23px;}
.fs-24{ font-size: 24px;}
.fs-30{ font-size: 30px;}
.fs-36{ font-size: 36px;}

@media (max-width: 767px){
    .top-cart{position: inherit;}
    .top-cart .mini-cart-block{width: 94%;}
    .top-cart .mini-cart-block {left: 0; right: 0; margin: auto;}
    .top-cart .mini-cart-block .cart-table .cart-item .qty-info {margin: 10px 0 0 auto;}
    .top-cart .mini-cart-block .cart-actions .btn {width: 100%; margin-bottom: 15px;}
    div#main-navigation {position: absolute; left: 0px; right: 0px; top: 80px; width: 100%; background-color: #414042; padding: 15px;}
    div#main-navigation ul.navbar-nav li a{color: #fff;}    
}

@media (max-width: 575px) {
    .cart-table .cart-item {
        flex-direction: column;
    }
}

.btn.btn-alredy-registered{background-color: #c9ab6e; border-color: #c9ab6e;color:#fff;margin:5px;  }
.btn.btn-alredy-registered:hover{background-color: #3e4146; border-color: #3e4146;color:#fff}
.btn.btn-new-register{background-color: #3e4146; border-color: #3e4146;color:#fff;margin:5px;}
.btn.btn-new-register:hover{background-color: #c9ab6e; border-color: #c9ab6e;color:#fff}
.btn.btn-alredy-registered.btn-outline-primary{background-color: #fff; color: #fff; box-shadow: none; border-width: 2px;}
.btn.btn-alredy-registered.btn-outline-alredy-registered:hover{color: #c9ab6e;}



/* for Add to cart - end */        