@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
/*
font-family: 'Noto Sans', sans-serif;
*/


* {
	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: #f1f1f1;
	height: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'Noto Sans', sans-serif;
}

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: #B17129;
}

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

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: #880a16
}

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

#footer {
	color: #fff;
	padding: 20px 15px;
	background-color: #343a40;
}

.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 {
	flex: 0 0 auto;
	width: 15rem;
	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) {
	.store-card-column .card {
		flex: 0 0 auto;
		width: 20rem;
		margin-bottom: 15px;
	}

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

@media screen and (max-width: 600px) {
	.store-card-column .card {
		flex: 0 0 auto;
		width: 20rem;
		margin-bottom: 15px;
	}

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

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

}

.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%;
	justify-content: left !important;
}

.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
}


/*
categories tree horizontal
*/

.category{
	background: #880b15;
	padding: 15px;
	position: sticky;
	top: 0;
	z-index: 999;
}


ul.category-tree{
    margin: 0 auto;
}
ul.category-tree  li a{
    font-size: 1.2rem;
	color: #fff;
}
ul.category-tree  li  a:hover{
    color: #808080;
}
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.8rem;
}
ul.category-tree > li a:last-child::after{
    content: '';
    padding: 0 0.8rem;
}
ul.child > li a:after {
    content: '|' !important;
    padding: 0 0.8rem;
}
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 */
}
ul.child li {
    margin-right: 10px; /* Adjust as needed */
}

.category-tree .active {
    color: #808080 !important;
}










/* product grid */

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

.wines-listing .category-product-grid .product-card {
	text-align: center;
}
.product-data-plp{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product-data-plp .product-price{
	width: 100%;
	justify-content: center;
	align-items: center;
}
.product_variation.product_variation{
	flex: 1 1 100%;	
	padding: 4px;
}
.plp-product-name .span.plp_vintage{
	display: block;
}

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

.product-detail-wrapper .product-image {
    flex: 0 0 25%
    
}
.product-detail-wrapper .product-detail {
    flex: 0 0 75%;
    padding-left:20px;
}

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

.category-box {
	text-align: center;
}
.product-options>.row {
	margin: 0 !important;
}
.product_variation .form-outline{
	margin: 0 5px;
	width: 50px;
}
.pager{
 margin : 30px 0 10px;
}
h3.plp-product-name {
    margin: 10px 0;
    font-size: 1.1rem;
    padding: 20px;
}
@media (max-width: 575.98px) {
    
	.wines-listing .category-product-grid {
	  grid-template-columns: repeat(1, 1fr); 
	
	}
	.product-detail-wrapper .product-image {
		flex: 0 0 100%;
		text-align: center;
	}
	.product-detail-wrapper .product-detail {
		flex: 0 0 100%;
		padding-left:20px;
	}
	
		.product-detail-wrapper>div {
			flex: 1 0 calc(100% - 20px);
		}
	
		.product-detail-wrapper .product-detail {
			padding: 10px;
			text-align: center;
		}
	
		.product-detail h2 {
			text-align: center;
			float: none;
		}
	
		.product-detail-wrapper .shareThis {
			float: none;
			text-align: center;
		}
	
		.product-options>.row {
			align-items: center;
			justify-content: center;
		}
	
		.bottle-size {
			display: inline;
		}
		.child li{
			width: auto !important;
		}
		.child li a{
			padding: 2px 20px !important;
		}
		#header .navbar-toggler{
			color: #fff;
			margin-right: 10px;
		}  
		#header .nav li{
			width: 100%;
			display: block;
		}
		#header .nav a{
			display: block;
			border-bottom: 1px solid #7e7369;
			padding: 5px 15px;
		}
		#login-link a{
			display: block;
			border-bottom: 1px solid #7e7369;
			padding: 5px 15px;
		} 
		.footer-copyrights div{
			text-align: center !important;
		}
	}
	
	@media (min-width: 575.99px) and (max-width: 1024px) {
		.wines-listing .category-product-grid {
			grid-template-columns: repeat(2, 1fr); 
		  
		  }
	
		.wines-listing .price-bottle-group {
			display: block;
			width: 100%;
		}
	
		.wines-listing .product-price {
			justify-content: center;
			align-items: center;
		}
	
		.plp-product-name {
			padding: 5px 0;
			margin-bottom: 5px;
		}
		#header .navbar-toggler{
			color: #fff;
			margin-right: 10px;
		}
		#header .nav li{
			width: 100%;
			display: block;
		}
		#header .nav a{
			display: block;
			border-bottom: 1px solid #7e7369;
			padding: 5px 15px;
		}
		#login-link a{
			display: block;
			border-bottom: 1px solid #7e7369;
			padding: 5px 15px;
		}
	   
	
	}
	

	button, input {	
		padding: 3px 5px;
    	border-radius: 0px;
    	border: 1px solid #000;
	}