
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


/* Source Sans Pro - Regular */
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
  }
  
  /* Source Sans Pro - Italic */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
  }
  
  /* Source Sans Pro - Light */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
  }
  
  /* Source Sans Pro - Light Italic */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
  }
  
  /* Source Sans Pro - ExtraLight */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
  }
  
  /* Source Sans Pro - ExtraLight Italic */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
  }
  
  /* Source Sans Pro - SemiBold */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  }
  
  /* Source Sans Pro - SemiBold Italic */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
  }
  
  /* Source Sans Pro - Bold */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
  }
  
  /* Source Sans Pro - Bold Italic */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
  }
  
  /* Source Sans Pro - Black */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
  }
  
  /* Source Sans Pro - Black Italic */
  @font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
  }
  

* {
	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: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

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

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
}

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: rgb(195, 172, 99);
    padding: 8px 14px 7px 14px;
    border-radius: 4px;
    font-size: 14px;
}

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

#footer {
	color: #fff;
	padding: 20px 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 {
margin-bottom: 11px;
	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;
	}
	ul.category-tree>li a:after {
		content: '' !important;
	}
	
}

@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: 15px repeat(2, 1fr) 15px !important;
		grid-column-gap : 15px !important;
	}
	
	.wines-listing .category-product-grid > *:nth-child(2n+1) {
		grid-column-start: 2;
	}

	.footer{
		display: grid;
		grid-template-columns: 15px 1fr 15px !important; /* 3 equal columns */
		grid-template-rows: unset !important;
	}
	.footer-logo {
		grid-column: 2 !important;
		grid-row: 3 !important;
		z-index: 10 !important;
	}
	.footer-middle-column {
		grid-column: 2 !important;
		grid-row: 5 !important;
		padding: 0 !important;
	}
	.last-middle-column {
		grid-column: 2 !important;
		grid-row: 4 !important;
		
	}
	.footer-logo img {
		width: 50% !important;
	}
	.product-detail-wrapper .product-image {
		flex: 0 0 100% !important;
	}

	.product-detail-wrapper .product-detail {
		padding-top: 20px;
		flex: 0 0 100% !important;
	}
	.product-details .product-detail-wrapper{
		grid-template-columns: 1fr !important;
	}
	.product-detail-wrapper > :first-child,.product-detail-wrapper > :nth-child(2)  {
		grid-column: 1 !important;
	}
	.product-details nav[aria-label="breadcrumb"] {
		grid-column: 1 / 12 !important;
	}
	.product-details .product-detail-wrapper{
		grid-column: 2 / 14 !important;
	}
	.header{
		padding: 4px 20px !important;
	}
	.header .navbar ul li{
		width: 100% !important;
		
	}
	.header .navbar ul li a{
		padding: 10px;
		display: block;
	}
	.category-product-grid .ui-spinner-input{
		max-width: 25px !important;
	}
	.btn-add-cart{
		margin-top: 15px;
	}
	.security-plp{
	    display: flex;
        flex-direction: column;
	}
	.inner-page-contents{
		grid-template-columns: 15px repeat(1, 1fr) 15px !important
	}
	
	.category-box, #banner-heading,#inner-content {
        grid-template-columns: 15px repeat(1, 1fr) 15px !important;
    }
}

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

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

	}

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

	.product-detail-wrapper .product-detail {
		padding-top: 20px;
		flex: 0 0 100% !important;
	}
	.category-box{
		grid-template-columns: repeat(5, 1fr) !important;
		margin: 0 -15px;
	}
	.inner-page-contents{
		grid-template-columns: 15px repeat(1, 1fr) 15px !important
	}
}

@media (min-width: 600px) and (max-width: 1300px) {
.wines-listing .category-product-grid{
	    grid-column-gap: 15px;
	}
	.wines-listing .category-product-grid > *:nth-child(4n+1) {
    	grid-column-start: unset !important;
	}
		.wines-listing .category-product-grid > *:nth-child(3n+1) {
		grid-column-start: 2 !important;
	}
	.wines-listing .category-product-grid {
		grid-template-columns: 15px repeat(3, 1fr) 15px !important;
	
	}
	.category-box{
			grid-template-columns: 15px repeat(3, 1fr) 15px !important;			
		}

}
.text-info,
.notice-text,.product-out-of-stock-msg {
	width: 100%;
	display: inline;
	font-size: 14px;
	color: #dc3545 !important;
}
.notice-text small{font-size: 14px;}
.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;
	padding: 8px;
}

.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 {
	background-color: #E2E2E2;
}
.product-card{
    border: 1px solid #e5e5e5;
    padding: 15px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; /* if all cards in a row have equal height */
}

.wines-listing .category-product-grid {
	display: grid;
	grid-template-columns: 150px repeat(4, 1fr) 150px;
	grid-row-gap: 40px;
	grid-column-gap: 30px;
	text-align: center;
}
  /* Add empty spaces at start and end of each row */
  .wines-listing .category-product-grid > *:nth-child(4n+1) {
	grid-column-start: 2;
  }

.product_variation .product-price {
	width: 100%;
	justify-content: center;
}
#inner-content{
	display: grid;
    grid-template-columns: 150px auto 150px;
    text-align: left;
}
#inner-content .row{
	grid-column-start: 2;
	margin: 0 15px;
}

.category-box {	
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 150px repeat(4, 1fr) 150px ;
    grid-row-gap: 0px;
    grid-column-gap: 30px;
    text-align: left;
}
.category-heading{
	    grid-column-start: 2;
    grid-column-end: 6;
    width: 100%;
    padding: 32px 0 5px 0;
    margin-bottom: 5px;
    font-size: 32px;
}
.category-description{
	grid-column-start: 2;
    grid-column-end: 6;
}
.ui-spinner {
	margin: 0 5px;
    background: transparent;
    font-size: 13px;
    border-radius: 4px;
	border-color: #c8c8c8;
}

.ui-spinner input {
	border: 0;
}

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

.price-bottle-group .lbl-header{
	padding: 10px 0;
}

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

.credit_cards li {
	display: inline-block;
	padding: 0 5px;
}
.product-card hr {
	display: none;
}

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

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

.custom-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	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: 1.2rem;
	color: #000000;
	font-size: 16px;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.category {
	background: #bda262;
	padding: 0px;
	position: sticky;
	top: 0;
	z-index: 999;
	margin-bottom: 20px;
	padding: 4px 78px;
}

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

ul.category-tree>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: 60px 0 30px 0;
}
.navbar .logo{
	width: auto;
    max-width: 100%;
    max-height: 111px;
	margin-right: 34.56px
}

.header .navbar {
	padding: 0;
}
.header .navbar ul li a{
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.64px
}
.header .navbar ul li{
	margin-right: 28.8px;
}
.plp-product-name{
	letter-spacing: 0.64px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal !important;
}
.plp_vintage{
	display: block;
}
.category-product-grid .ui-spinner-input{
	width: 35px !important;
}
.secure_product_message{
	font-size: 14px;
    font-weight: 500;
	display: inline;
}

.modal-lg, .modal-xl {
	max-width: 100%;
}
.breadcrumb{
	background: transparent;
}
.fluid-engine{
	display: grid;
	row-gap: 11.0px;
    column-gap: 11.0px;
}
.fe-block-yui_3_17_2_1_1746531058287_6878 {
	grid-area: 3 / 2 / 6 / 4;
	z-index: 10;
}
/* Main product details wrapper — grid layout for the whole section */
.product-details {
	display: grid;
	grid-template-columns: repeat(14, 1fr); /* 14 equal columns */
	gap: 20px; /* shorthand for grid-gap */
  }
  
  /* Breadcrumb: start at col 3, end at col 12 */
  .product-details nav[aria-label="breadcrumb"] {
	grid-column: 3 / 12;
  }
  
  /* Product detail wrapper: start at col 3, end at col 12 */
  .product-details .product-detail-wrapper {
	grid-column: 3 / 13;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	gap: 20px;
  }
  
  /* Image: occupy 3 columns starting at col 3 of this inner grid */
  .product-detail-wrapper > :first-child {
	grid-column: 1 / span 6;
  }
  
  /* Description: occupy 7 columns starting after the image */
  .product-detail-wrapper > :nth-child(2) {
	grid-column: 7 / span 11;
  }
  
  /* Optional styling for the description content */
  .product-detail-wrapper .product-detail {
	padding: 0 10px;
  }
  
  .footer {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-template-rows:40px 40px minmax(60px, auto) 40px 40px;
    grid-column-gap: 20px; 
    grid-row-gap: 20px;
	background-color: #000;
	color: #fff;
    align-items: start; 
	
  }
  
  /* Make the actual footer content start at column 2 and end at column 14 */
  .footer > * {
	grid-column: 2 / 14;
  }
  
  
  .footer-logo {
	grid-column: 2 / span 1;
    grid-row: 3; /* first row */
    z-index: 10; /* so it can be on top if overlapping */
  }
  
  .footer-middle-column {
	grid-column: 3 / span 3;
	padding-left: 30px;
	grid-row: 3;
  }
  
  .last-middle-column {
	grid-column: 6 / span 4;
	grid-row: 3;
  }
  .footer a{
	color: rgb(195, 172, 99);
  }
  .shareThis{
	display: none;
  }
  .footer-logo img{
	width: 100%;
  }
  .copyrights{
	margin: 0;
    margin-top: 20px;
  }
  #login-link li{
	margin-right: 0;;
  }
  .table .thead-dark th, .table thead{
	background-color: #000000 !important;
	border: 1px solid grey;
	color: #fff !important;
  }
  .cart-container tbody{
	
  }
  .cart-container td{
	border: 2px solid #8080801c;
	border-top: 0;
  }
  .cart-order-summary{
	border: 2px solid #8080801c;
	padding: 10px;
	margin-bottom: 10px;
  }
  .cart-order-summary h4{
	padding: 10px 5px;
	background: #cecece;
  }
  .cart-order-summary a{
	padding: 10px;
	font-size: 18px;
  }
  .clubs .card-deck{
	display: grid;
	grid-template-columns: 150px repeat(2, 1fr) 150px;
  }
  .clubs .card-deck > *:nth-child(2n+1){
	grid-column-start: 2;
}
.footer .nav li {
	display: block !important;
	width: 100% !important;
}
.inner-page-contents{
	display: grid;
    grid-template-columns: 150px repeat(1, auto) 150px;
}
.inner-page-contents > .container-fluid{
	grid-column-start: 2;
}
.tech-info-heading, .technical-information{
	display: none;
}
.product_variation_wrapper .product_variation_0:nth-child(2){
	display: none;
}
.plp-product-name{
	text-transform: unset !important;
}

.wine-image.img-fluid {
  transform-origin: center center; /* Zoom from the center */
  transition: transform 0.3s ease-in-out; /* Smooth transition for 0.3 seconds */
}

.wine-image.img-fluid:hover {
  transform: scale(1.1); /* Zooms the image to 110% of its original size */

}

#banner-heading {
    display: grid;
    grid-template-columns:  150px auto 150px;
    text-align: left;
}
#banner-heading .heading-wrapper{
	grid-column-start: 2;
	margin: 0 15px;
	padding: 10px 0 5px 0;
}
.checkout-detail h2{
	font-size: 22px;
}
.wines-listing{
	margin-bottom: 30px;
}
.two-bar-icon {
  display: inline-block;
  width: 35px;
  height: 2px;
  background: currentColor;
  position: relative;
}
.two-bar-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 35px;
  height: 2px;
  background: currentColor;
}