@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=EB Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Lusitana:wght@400;700&family=Lato:wght@300;400;700&family=Cormorant Garamond:wght@400;500;600;700&display=swap');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

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

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #62676b;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

h1, h2, h3, .blog-page > h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lusitana", serif;
}

h1, .h1 {
  font-size: 31.5px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 22.5px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 17.25px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-style: italic;
}
h3 em, .h3 em {
  color: #999;
  display: block;
  font-size: 13.8px;
}
@media only screen and (min-width: 40em) {
  h3, .h3 {
    font-size: 23px;
  }
}
h3.plp-product-name, h3.tech-info-heading, .h3.plp-product-name, .h3.tech-info-heading {
  font-style: normal;
}

h4, .h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

h5, .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

h6, .h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 40em) {
  p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 64.0625em) {
  p {
    font-size: 18px;
  }
}
p .small, p.small {
  font-size: 14px;
}

p a, li a {
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

a:hover {
  color: #d8d9d7;
  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;
}


.button, .btn, .btn-primary, .prev-next-posts__button a {
  box-shadow: none !important;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #62676b;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  min-height: auto;
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  color: #62676b;
}

.btn-primary {
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.button:hover, .btn:hover, .btn-primary:hover, .join-btn:hover, .prev-next-posts__button a:hover {
  background: #7a8186 !important;
  color: #fff !important;
  border-color: #7a8186 !important;
}

.button--small {
  font-size: 0.75rem;
}

#footer {
	color: #fff;
	background-color: #8f9141;
	text-align: center;   
	font-weight: 300; 
	font-family: "EB Garamond", serif;
	min-height: auto;
	font-size: 24px;
}

#tasting-rooms {
	color: #63676b;
	padding: 20px 0px !important;
	background-color: #d8d9d7;
	text-align: center;
}

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

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

@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;
	}
}

@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;
	}
}

.text-info,
.notice-text {
	width: 100%;
	display: inline;

}

.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: #000000
}

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

.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: 20px;
	text-align: center;
}

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

.page-content,
.inner-page-contents {
	padding: 30px 25px;
	border: 1px solid #d8d8d8;
	margin: 25px auto;
}

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

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

.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 25%;
}

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

.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: 4px;
	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;
	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;
}

.category {
	background: #f9f9f9;
	padding: 15px;
	position: sticky;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 20px;
}

ul.child {
	display: flex;
	flex-direction: row;
	margin-left: 0px;
	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: #8f9241;
}

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

.pager {
	margin: 60px 0 15px 0;
}

p.secure_product_message {
	display: inline;
}

.product-out-of-stock-msg,
.secure_product_message {
	font-size: 14px;
}
.plp-product-name{
	margin: 10px 0;
}
.cart-order-summary{
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 15px;
}
.cart-order-summary h4{
background: #d8d8d8;
    padding: 10px;
    color: #0a0a0a;
}
	@media (min-width: 992px) {
   	 .modal-lg, .modal-xl {
    	    max-width: 100%;
  	  }
	}
	
	#footer ul.nav-pills {
    		margin: 0px 0px 10px 0px;
   		 display: flex;
   		 gap: 20px; /* adds spacing between items */
	}

	.join-btn {
	       	font-size: 24px;
	}

	.footer-nav ul li{
		display: block;
	   	margin: 0 10px;
	        font-family: "Lato", sans-serif;
	        font-weight: 400;
    		font-size: 1rem;
   		text-transform: uppercase;
   		color: #62676b !important;
   		margin-top: 1.5rem;
    		float: none;
    		width: 100%;
    		text-align: center;
	}
	
		.footer-nav ul li a{
		display: block;
    		font-size: .917rem;
	}
	
	
	@media only screen and (min-width: 40.0625em) {
    .footer-nav ul li {
        display: inline-block;
        margin-right: .5rem;
  	  }
	}

	.footer-nav ul li {
	    display: block;
	    margin: .25rem 0;
	}
	
	.footer-main .footer-nav {
    		margin-top: 1.5rem;
   		float: none;
    		width: 100%;
    		text-align: center;
	   }
		
		.footer-nav {
		   max-width: 800px;
    		   margin: 0 auto;
    		}
		
	@media only screen and (min-width: 80.0625em) {
       .footer__menu {
   	     display: flex;
   	     justify-content: center;
     	   align-items: center;
  	  }
	}
	
	.footer-nav a {
  	  font-size: 1rem;
  	  color: #62676b !important;
  	  text-decoration: none;
  	  margin-top: 1.5rem;
    	  float: none;
  	  width: 100%;
  	  text-align: center;
	}

	.footer-nav a:hover {
  	  color: #333;
	}

	.copyrights {
		display: inline-block;
	   	margin: 0 10px;
	        font-family: "Lato", sans-serif;
    		font-size: 1rem;
   		padding: 0;
   		text-transform: uppercase;
   		color: #62676b !important;
   	}

.copyrights a {
    font-size: 1rem;
    color: #62676b !important;
    text-decoration: none;
}

        /* Newsletter Banner */
        .footer-promo {
            background-color: #8f9240;
            padding: 25px 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
            padding: 2rem 0;
  	  background: #8f9240;
        }

        .footer-promo h2 {
            color: #fff;
            font-family: 'Cormorant Garamond', serif;
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 2px;
        }

        .footer-promo p {
            color: #fff;
            font-size: 14px;
            max-width: 350px;
            line-height: 1.5;
            margin: 0;
        }
        
        .footer-promo .promo-wrapper {
    		max-width: 1000px;
    		margin: 0 auto;
    		padding: 0 1rem;
    		color: #fff;
    		font-family: "Lato", sans-serif;
	}

  .footer-promo  .join-btn{  
    box-shadow: none !important;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #fff !important;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    display: inline-block;
    font-weight: bold;
    height: auto;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    font-family: "EB Garamond", serif;
    min-height: auto;
    font-size: 24px;
    color: #fff !important;
}

        .footer-promo .join-btn:hover {
            background-color: #fff !important;
            color: #8f9241 !important;
        }
        
        .footer-promo .promo-wrapper .promo-col-right .button {
    		border: 1px solid #fff;
    		color: #fff;
    		margin-top: 1rem;
	}
        
    .footer-promo .promo-wrapper .promo-col-left {
    	font-size: 24px;
    	font-weight: bold;
    	text-transform: uppercase;
    	text-align: left;
     }
     
     	.footer-promo .promo-wrapper .promo-col-middle {
    		width: 50%;
    		font-size: 16px;
    		text-align: left;
	}
     
	.footer-promo .promo-wrapper .promo-col-right {
    		width: 100%;
    		text-align: right;
	}

        /* Footer Main */
        .footer-main {
            background-color: #d8d9d7;
            padding: 40px 20px;
            text-align: center;
	}

	.footer .template-width {
  	  max-width: 74rem; 
       }
       
       .template-width {
    margin: 0 auto;
    max-width: 74rem;
    padding: 0 1rem;
    position: relative;
}
        
	/* Social Icons */
	
	.footer__social-media ul {
  	  margin: 0;
   	 padding: 0;
	}
	.footer-main .footer__social-media {
  	  text-align: center;
  	  float: none;
  	  width: 100%;
 	   display: block;
	}
	
	.footer__social-media img, .footer__social-media svg {
    	color: #62676b;
   	 fill: #62676b;
	}

	.footer__social-media .social-icon {
  	  -webkit-transition: all 250ms ease-out;
  	  -o-transition: all 250ms ease-out;
  	  transition: all 250ms ease-out;
  	  margin: 0 0.4rem;
	}

	.footer__social-media li {
 	   display: inline-block;
  	  list-style: none;
   	 vertical-align: middle;
	}
	
	.footer__social-media a {
  	  display: inline-block;
  	  vertical-align: middle;
  	  margin: 0 .4rem;
	}
.footer__social-media img, .footer__social-media svg {
    width: 1.6rem;
    height: 1.6rem;
    }
	.footer__social-media img, .footer__social-media svg {
 	   width: 18px;
  	  height: 18px;
  	  fill: #eee;
   	 transition: fill 200ms ease-out;
	}
	
	.footer__social-media .certified-badge img {
   	 margin-left: 0.5rem;
   	 max-width: 130px !important;
   	 height: auto !important;
   	 width: auto !important;
	}

/*Footer Columns*/

.footer__columns {
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  .footer__columns {
    display: flex;
    justify-content: center;
  }
}
.footer__columns .footer-col-left,
.footer__columns .footer-col-right {
  font-family: "EB Garamond", serif;
  padding: 1rem 0;
  color: #62676b;
}
@media only screen and (min-width: 64.0625em) {
  .footer__columns .footer-col-left,
  .footer__columns .footer-col-right {
    font-family: "EB Garamond", serif;
    width: 50%;
    color: #62676b;
  }
}
.footer__columns .footer-col-left p,
.footer__columns .footer-col-right p {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  text-align: center;
  color: #62676b;
}

.footer__columns .footer-col-left a, 
.footer__columns .footer-col-right a {
    font-size: 1rem !important;
    color: #62676b !important;
    text-decoration: none;
}

.footer__columns .footer-col-left a:hover, 
.footer__columns .footer-col-right a:hover {
    color: #333;
}

.footer__columns .footer-col-left span .winery-heading,
.footer__columns .footer-col-right span .winery-heading {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  color: #62676b;
}
@media only screen and (min-width: 64.0625em) {
  .footer__columns .footer-col-left {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 80.0625em) {
    .footer-promo .promo-wrapper .promo-col-middle {
        padding-left: 4%;
        padding-right: 2%;
    }
}

@media only screen and (min-width: 64.0625em) {
  .footer__columns .footer-col-right {
    padding-left: 5%;
    border-left: 1px solid #62676b;
  }
}

@media screen and (max-width: 660px) {
  #footer ul.nav-pills {
    display: block;
    gap: 0;
  }
}

@media only screen and (min-width: 80.0625em) {
    .footer-promo .promo-wrapper .promo-col-middle {
        width: 50%;
        padding-left: 4%;
        padding-right: 2%;
    }
}

        /* Tasting Rooms */
        .tasting-rooms {
            display: flex;
            justify-content: center;
            gap: 100px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .tasting-room {
            text-align: center;
        }

        .tasting-room h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #333;
            margin-bottom: 10px;
        }

        .tasting-room p {
            font-size: 13px;
            color: #666;
            margin-bottom: 5px;
            line-height: 1.6;
        }

        .tasting-room a {
            font-size: 13px;
            color: #555;
            text-decoration: underline;
        }

        .tasting-room a:hover {
            color: #333;
        }

        /* Footer Links */
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 15px;
            flex-wrap: wrap;
            background-color: #d8d9d7;
        }

        .footer-links a {
            font-size: 13px;
            color: #555;
            text-decoration: none;
            letter-spacing: 1px;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #333;
        }

        /* Copyright */
        .copyright {
            font-size: 13px;
            color: #555;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        /* Credits */
        .credits {
            font-size: 11px;
            color: #888;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .newsletter-banner {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .newsletter-banner p {
                max-width: 100%;
            }

            .tasting-rooms {
                flex-direction: column;
                gap: 30px;
            }

            .footer-links {
                gap: 15px;
            }
        }
        

@media only screen and (min-width: 64.0625em) {
    .footer-promo .promo-wrapper .promo-col-left {
        float: left;
        width: 80%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .footer-promo .promo-wrapper .promo-col-middle {
        float: left;
        width: 80%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .footer-promo .promo-wrapper .promo-col-right {
        float: left;
        width: 20%;
    }
}

  @media only screen and (min-width: 80.0625em) {
    .footer-promo .promo-wrapper .promo-col-left {
        width: 40%;
    }
}

@media only screen and (min-width: 80.0625em) {
    .footer-promo .promo-wrapper .promo-col-middle {
        width: 50%;
        padding-left: 4%;
        padding-right: 2%;
    }
}

@media only screen and (min-width: 80.0625em) {
    .footer-promo .promo-wrapper .promo-col-right {
        width: 95px;
        text-align: left;
        
    }
}

@media only screen and (max-width: 400px) {
    .footer-promo .promo-wrapper .promo-col-middle {
        padding-left: 4%;
        padding-right: 2%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .footer-promo .promo-wrapper .promo-col-right .button {
        margin-top: 0;
    }
}

.b360-bridge-container .b360-store .product-card .btn, .b360-bridge-container .b360-store .product-card .btn-primary {
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.qty-button-group input[type=submit] {
    margin-left: 5px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

	.copyrights{
		display: inline-block;
	   	margin: 0 10px;
	        font-family: "Lato", sans-serif;
	        font-weight: 400;
    		font-size: 1rem;
   		text-transform: uppercase;
   		color: #62676b !important;
    		float: none;
    		width: 100%;
    		text-align: center;
    		max-width:900px;
	}
	
		.copyrights a{
		display: inline-block;
	}
	
		.credits{
    font-size: 11px;
    float: none;
    width: 100%;
    text-align: center;
}

		.credits a{
		    	font-size: 11px;
   			float: none;
   			width: 100%;
    			text-align: center;
		}
		
		
.form-row {
  display: block;
  gap: 10px;
}

.control-group {
  margin-bottom: 0.5em;
}

.control-group.form-btn {
  flex: 0 0 auto;
}

#shoppingCartModal.hide {
    display: none;
}

#shoppingCartModal.fade.show {
    display: block !important;
}