@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('../trajan-pro-webfont/TrajanPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('../trajan-pro-webfont/TrajanPro-Bold.woff') format('woff');
    }
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	height: 100%;
	font-family: "Playfair Display", serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #444;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #000;
}

a:hover {
	color: #666666;
}

ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

.user-links ul li {
	margin-bottom: 5px;
	list-style-type: none;
}

.nav-link.disabled {
	color: #ccc
}

p.hint {
	margin-bottom: 0px;
	margin-top: 4px;
	color: #0a5d5e;
}

.hide {
	display: none;
}

.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

#registration-form input[type='text'] {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: .5rem 0rem;
}

.btn {
	border-radius: 0px;
	border: 0px;
}

.btn-primary {
	background-color: #2B2B2B;
	padding: 6px 10px;
}

.btn-primary:hover {
	background-color: #676767
}

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

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	padding: .25rem .0rem;
}

.store-image {

	object-fit: cover;
}


.store-card-column .card {
	margin-bottom: 15px;
}

.store-card-header {
	height: 6rem;
}

.store-card-border {
	/*
	just here to use it for the hover state css
	*/
}

.store-card-border:hover {
	border-color: #be9c79;
	cursor: pointer;
}

@media screen and (min-width: 992px) {
	.checkout-container {
		margin-left: 5rem;
		margin-right: 5rem;
	}
	
}

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

	.checkout-left,
	.checkout-right {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.category .navbar-brand {
		display: block !important;
	}

	ul.category-tree>li {
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	ul.child {
		flex-direction: column !important;
		margin-left: 0 !important;
	}

	ul.category-tree>li a:last-child::after {
		content: '' !important;
		padding: 0 0.8rem;
	}
	.navbar-brand, .navbar-toggler{
		color: #fff;
	}
	ul.category-tree li a, ul.category-tree li ul li a{
		width: 100%;
        border-bottom: 1px solid;
		display: block;
		padding: 5px 0;
	}
	ul.category-tree li ul{
		width: 100%;
	}
	
}

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

	.checkout-left,
	.checkout-right {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.form-group {
		margin-bottom: 0rem;
	}

	.wines-listing .category-product-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.product-detail-wrapper .product-image {
		flex: 0 0 100% !important;
	}

	.product-detail-wrapper .product-detail {
		padding-top: 20px;
		flex: 0 0 100% !important;
	}
	ul.category-tree > li a:after {
		content: '' !important;
	}
	.page-link {
		padding: 5px;
		font-size: 12px;
	}
	.page-content, .inner-page-contents{
		margin: 0px !important;
	}
}

@media (min-width: 600px) and (max-width: 768px) {

	.wines-listing .category-product-grid {
		grid-template-columns: repeat(2, 1fr) !important;

	}

	.product-detail-wrapper .product-image {
		flex: 0 0 100% !important;
	}

	.product-detail-wrapper .product-detail {
		padding-top: 20px;
		flex: 0 0 100% !important;
	}

	.page-content,
	.inner-page-contents {
		margin: 25px 15px;
		
	}
	
}

.text-info,
.notice-text {
	width: 100%
}

.b360-card-shadow {
	box-shadow: 0 5px 10px rgba(154, 160, 185, .05), 0 15px 40px rgba(166, 173, 201, .2);
}

.lbl-header {
	width: 100%;
	font-size: 1.1rem;
	padding-top: 5px;
}

.page-item.active .page-link {
	background-color: #343a40;
	border-color: #343a40;
}

.page-link {
	color: #be9c79;
	
}

.page-link:hover {
	color: #666666
}


.feedback {
	position: fixed;
	top: 45%;
	right: -25px;
	text-align: right;
	z-index: 9999;
}

.feedback a {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	background: #343a40;
	text-align: center;
	padding: 8px 16px;
	color: #fff;
	text-decoration: none;

}

.feedback a:hover {
	background: #7B7B7B;
}

.error {
	color: red
}

.hidden {
	display: none
}

/* .header {
	-webkit-box-shadow: 4px 3px 39px -21px rgba(0, 0, 0, 0.74);
	-moz-box-shadow: 4px 3px 39px -21px rgba(0, 0, 0, 0.74);
	box-shadow: 4px 3px 39px -21px rgba(0, 0, 0, 0.74);
	border-bottom: 1px solid #cecece;
} */


.wines-listing .category-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 40px;
	grid-column-gap: 40px;
	text-align: center;
}

.product_variation .product-price {
	width: 100%;
	justify-content: center;
}

.page-content,
.inner-page-contents {
	padding: 15px 15px;
	border: 1px solid #000000;
	background: #fff;
	min-height: 450px;
}

.category-box {
	text-align: center;
	padding-bottom: 20px;
}

.ui-spinner {
	border-radius: 0;
	margin: 0 5px;
}

.ui-spinner input {
	border: 0;
}

.price-bottle-group {
	width: 100%;
}

.price-bottle-group .btn {
	padding: 9px 15px;
}

.credit_cards li {
	display: inline-block;
	padding: 0 5px;
}

.product-detail-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.product-detail-wrapper .product-image {
	flex: 0 0 35%;
}

.product-detail-wrapper .product-detail {
	padding: 0 10px;
	flex: 0 0 65%;
}

.product-card hr {
	display: none;
}

.product-card .text-danger {
	width: 100%;
	text-align: center;
}

.product_variation .product-price {
	font-size: 1.2rem;
}

.ui-spinner .form-control-sm {
	height: auto;
	padding: 0;
	font-size: 16px;
	line-height: normal;
}

.product-out-of-stock-msg {
	color: #dc3545 !important;
}


.custom-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px 8px;
	width: 100%;
}

.custom-navbar .container {
	width: 100%;
}

ul.category-tree {
	margin: 0 auto;
}

ul.category-tree>li {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.category-tree li a {
	font-size: 14px;
	color: #fff;
	font-family:'Trajan Pro Bold';
	padding: ;
}

.category {
	background: #2b2b2b;
	padding: 5px;
	position: sticky;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, .125);	
}

ul.child {
	display: flex;
	flex-direction: row;
	margin-left: 10px;
	padding-left: 0;
}

ul.child>li a:after {
	content: '|';
	padding: 0 0.8rem;
}

ul.child>li:last-child a:after {
	content: '';
	padding: 0 0.8rem;
}

.category .navbar-brand {
	display: none;
}

#footer a {
	color: #fff;
}

.privacy-policy-footer li {
	display: inline-block;
	padding: 0 10px;
}
.pager {
	padding: 25px 0 5px 0;
}

.cart-contents-wrapper .ui-spinner .ui-icon{
	left: 50% !important;
}

.top-nav{
display: flex; align-items: center; gap: 10px; list-style: none; padding: 0; margin: 0;
}

body {
	background: url('../../../uploads/banners/Hertelendy-static-BG.jpg') top center no-repeat fixed;
	background-size: cover;
	padding-bottom: 1000px;
  }

 

ul.category-tree{
    margin: 0 auto;
}
ul.category-tree  li  a:hover{
    color: #fff;
}
ul.category-tree > li {
    display: flex;
    align-items: center; /* Align items vertically */
    justify-content: center;
}

ul.category-tree > li a:after {
    content: '|';
    padding: 0 0 0 12px;
}
ul.category-tree > li a:last-child::after{
    content: '';
    padding: 0 8px;
}
ul.child > li a:after {
    content: '|' !important;
    padding: 0 0 0 12px;
}
ul.child > li:last-child a::after{
    content: '' !important;
    padding: 0 0.8rem;
}
ul.child {
    display: flex;
    flex-direction: row;
    margin-left: 10px; /* Adjust as needed */
    padding-left: 0; /* Reset padding */
}

.category-tree .active {
    color: #e3c78c !important;
}
.modal-lg, .modal-xl {
	max-width: 100%; 
}
.nav-link {
    color: white;
	font-size: 14px;
}
.category-heading{
	font-size: 26px;
}
#header .nav {
    display: flex;
    gap: 25px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#header .nav li {
    position: relative;
}

#header .nav a {
    font-size: 18px;
    color: #e3c78c;
    text-decoration: none;
	font-family:'Trajan Pro Bold';
	text-transform: uppercase;
        white-space: nowrap;
        font-size: 15.6px;
        font-weight: bold;
}

#header .nav li ul {
    position: absolute;
    top: 25px;
    left: 0;
    background: black;
    display: none;
    z-index: 9999;
    padding-left: 0;
    margin: 0;
}

#header .nav li ul li {
    min-width: 200px;
    border-bottom: 1px solid #b8b8b8;
    background: #333333;
    list-style: none;
}

#header .nav li ul li a {
    display: block;
    padding: 12px 10px 8px 10px;
    transition: background-color 0.3s ease;
	font-size: 11px;
}

#header .nav li ul li a:hover {
    background-color: #b8b8b8;
    color: #000;
}

/* Show submenu when hovering parent */
#header .nav li:hover > ul {
    display: block;
}

/* Position third-level menu */
#header .nav li ul li ul {
    top: 0;
    left: 100%;
    background: black;
    display: none;
}

/* Show third-level menu when hovering its parent */
#header .nav li ul li:hover > ul {
    display: block;
}

	
.footer-social-media{
	background: #11212a;
	padding:10px 0;
	justify-content: center;
}

.footer-social-media ul{
	margin: 0 auto;
}
.footer-social-media ul li {
	display: inline-block;
	padding: 0 10px;
}
.footer-social-media a{
	font-size: 18px;
}
.footer-image{
	padding: 15px 0;
}
.footer-nav{
	margin: 25px 0 10px 0;
}
.footer-nav ul{
	margin: 0 auto;
}
.footer-nav ul li{
	display: inline-block;
	padding: 0 15px;
}
.v65-socialMediaLinks{
	font-size: 20px;
}
.footer-nav a{
	color: #e3c78c !important;
	font-size: 14px;
	font-family:'Trajan Pro Bold';
}

.card-deck .store-card-border:nth-child(3) {
	order: -1;
  }
  .card-deck .store-card-border:nth-child(1) {
	order: 0;
  }
  #page-content-wrapper{
	background-color: #000;
  }
  .heading-title{
	display: block;
  	text-align: center;
  	width: 100%;
  }
  #banner-heading h2{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	color: white;
	display: block;
	font-size: 26px;
	margin-bottom: 0;
	text-align: center;
	padding: 5px 0;
  }
  .secure_product_message{
	font-size: 14px;
    font-weight: 600;
  }
  .plp-product-name{
	margin-bottom: 5px;
  }
  .newsletter-form legend, .newsletter-form label{
	display: none ;
  }
  .newsletter-form{
	border-top: 1px solid #444;
	padding: 30px 10px;
	justify-content: center;
  }
  input{
	padding: 5px;
  }
  .fromDescription{
	color: #edce89;
	font-size: 17.3333px;
  }
  .newsletter-form .control-group{
	margin: 0 15px;
  }
  .newsletter-form .btn-primary{

  padding: 0px !important;
    width: 160px !important;
    font-size: 1.4Em !important;
    background-color: #edce89 !important;
    color: #000 !important;
    border: 8.6px double #FFAA00 !important;

  }
  .newsletter-form .btn-primary:hover{
  border-color: #edce89 !important;
  background-color: #FFAA00 !important;
  }
  .newsletter-form input[type="text"] {
	font-size: 16px;
	padding: 9px;
  }
  .newsletter-form #error_msg{
	color: rgb(216 14 14);
  }