
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@300;400;500;600;700&display=swap');
:root{
	--main-font-size: 17px;

	
	--main-heading-font: 'Alumni Sans', sans-serif;
	--main-heading-font: 'Saira Extra Condensed', sans-serif;
	
    --main-logo-width: 120px;
    --main-logo-width-sm: 130px;
    --main-logo-width-md: 140px;
    --main-logo-width-lg: 155px;
    
    --main-link-color:#000;
    --main-link-hover-color:#1f1f1f;
   
 
 
	--main-button-primary-border-radius:0px;

    
	/*banner */
    --main-banner-padding: 5em;
    --main-banner-description-font-size: 1.2em;
    --main-banner-title-font-size: 3em;
    --main-banner-title-font-weight: 600;

	/*header */
	--header-menu-button-size: 2.5em;
    --header-menu-button-icon-size: 2.75rem;
    --main-site-header-icon-size: 2.75rem;
    --main-header-secondary-font-size: 1.55em;
    --main-header-secondary-font-weight: 500;
    --main-cart-count-background: #000;
    --main-cart-count-text:#fff;
    --main-site-header-height: 6.5em;
    
    
    
    /*footer*/
    --main-footer-background-color:#000;
    --main-footer-text-color: #5a5a5a;
    --main-footer-link-color: #ffffff;  
}

.client-theme-1 {
	--vc-dark-color: #000000;
    --vc-dark-contrast-color: #161616;
    
    --vc-light-color: #efefef;
    --vc-light-contrast-color: #c4c4c4;
    
    --vc-accent-color: #a4a4a4;
    --vc-accent-contrast-color: #656565;


    --neutral-1: #d8d8d8;
    --neutral-2: #4b4b4b;
    --neutral-3: #e6e6e6;
}


/*type adjustments */

html {
    font-size: var(--main-font-size);
}


*,
*:before,
*:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.absolute-header.has-header .header.header-menu-section-noticebar {
    top: 66px;
}

@media (max-width: 992px){
	.header.header-menu-section-noticebar {
	    top: 130px;
	}
}
@media (max-width: 992px){
	.absolute-header.no-header .header.header-menu-section-noticebar {
	    top: 90px;
	}
	
	.absolute-header.has-header .header.header-menu-section-noticebar {
	    top: 109px;
	}
}

.absolute-header.no-header .header.header-menu-section-noticebar {
    top: 66px;
}


/*header */

.sales-bar {
	    --sales-bar-font-size: .9em !important;
}
.absolute-header.has-header .header-menu-section.menu-closed  {
	--main-site-header-background-color: rgba(25, 25, 25, .25);
	backdrop-filter: blur(8px);
}

.absolute-header .my-account-container .btn {
    padding: 0;
}

.header.header-menu-section .navigation.nav .nav-item .nav-link:after {
    margin-left: 0.5em;
    opacity: .25;
}
.header.header-menu-section .navigation.nav .nav-item .nav-link:hover:after{
	opacity: 1;
}

.header.header-menu-section .dropdown-menu:before {
    z-index: -2 !important;
}

.header.header-menu-section .dropdown-menu {
    filter: drop-shadow(1px 2px 3px #5555);
}

.header.header-menu-section .header-navigation-region .mini-main-navigation .navigation.nav>li, 
.header.header-menu-section .header-navigation-region .mini-main-navigation .navigation.nav>ul {
	margin-left: 1em !important;
}

.header.header-menu-section[data-v-2b9dd9ca] .navigation.nav .nav-item .nav-link:hover {
    text-shadow: 1px 1px 10px rgba(255,255,255, 0.25);
}

.absolute-header .logo:hover {
    filter: drop-shadow(0px 0px 4px rgba(255,255,255, 0.4));
}
/*banner overrides */

.main-banner-section {
    --main-banner-padding: 7.5em;
}



/*cta sections */

.home-intro-content {
    padding: 3em 0em;
}

.cta-section .wysiwyg-content {
  max-width:960px;
  margin:0 auto;
  padding: 0em 1em; 
  margin-bottom:1.5em;
}


/*buttons*/

.card-type-color .banner-action a.banner-btn-primary,
.header-content .header-links .btn-primary,
.card-type-photo .banner-btn.banner-btn-primary,
.card.card-photo .card-actions a.btn.btn-primary-cta,
.card.card-icon .card-actions a.btn.btn-primary-cta {
    --main-button-primary-border-color: var(--main-link-color);
    --main-button-primary-background-color: var(--main-link-color);
    --main-button-primary-text-color: #fff;
    --main-button-primary-border-radius: 0px;
    border: 2px solid var(--main-button-primary-border-color) !important;
    font-family: var(--main-body-font);
    border-radius: var(--main-button-primary-border-radius);
    color: var(--main-button-primary-text-color);
    padding: .75em 1.5em;
    background-color: var(--main-button-primary-background-color);
}

.card-type-color .banner-action a.banner-btn-primary:hover,
.header-content .header-links .btn-primary:hover,
.card-type-photo .banner-btn.banner-btn-primary:hover,
.card.card-photo .card-actions a.btn.btn-primary-cta:hover,
.card.card-icon .card-actions a.btn.btn-primary-cta:hover {
    --main-button-primary-highlight-background-color: var(--main-link-hover-color);
    --main-button-primary-highlight-border-color: var(--main-link-hover-color);
    --main-button-primary-highlight-text-color: #fff;
    background-color: var(--main-button-primary-highlight-background-color);
    color: var(--main-button-primary-highlight-text-color);
    border: 2px solid var(--main-button-primary-highlight-border-color) !important;
}

.header-content .header-links .btn-secondary,
.card-type-photo .banner-btn.banner-btn-secondary,
.card.card-photo .card-actions a.btn.btn-secondary-cta,
.card.card-icon .card-actions a.btn.btn-secondary-cta {
    --main-button-secondary-border-color: rgba(255, 255, 255, .45);
    --main-button-secondary-background-color: transparent;
    --main-button-secondary-text-color: #fff;
    --main-button-secondary-border-radius: 0px;
    background: var(--main-button-secondary-background-color);
    border: 2px solid var(--main-button-secondary-border-color) !important;
    font-family: var(--main-body-font);
    border-radius: var(--main-button-secondary-border-radius);
    color: var(--main-button-secondary-text-color);
    padding: .75em 1.5em;
}

.header-content .header-links .btn-secondary:hover,
.card-type-photo .banner-btn.banner-btn-secondary:hover,
.card.card-photo .card-actions a.btn.btn-secondary-cta:hover,
.card.card-icon .card-actions a.btn.btn-secondary-cta:hover {
    --main-button-secondary-highlight-background-color: #ffff;
    --main-button-secondary-background-color: #fff;
    --main-button-secondary-highlight-text-color: var(--main-link-color);
    --main-button-secondary-border-color: #fff;
    background-color: var(--main-button-secondary-background-color);
    color: var(--main-button-secondary-highlight-text-color);
    border-color: var(--main-button-secondary-border-color);
}

/*product hacks */

.content-list .product-item .product-image .a-image,
.products-carousel .product-item .product-image .a-image,
.product-grid .product-image .a-image {
	--product-image-aspect-ratio:var(--aspect-ratio-4-3);
    padding-top: var(--product-image-aspect-ratio, 100%);
}
.content-list .product-image .image-container,
.product-list .product-image .image-container {
	height:0;
}
.product-image .image-container {
	--product-image-aspect-ratio:var(--aspect-ratio-4-3);
	padding-bottom:var(--product-image-aspect-ratio, 100%);
}


.product-item .product-image,
.content-list .product-image,
.product-list .product-image {
	padding:0em !important;
}

.content-list-items .product-item .product-description,
.product-list .product-item .product-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}	

.product-item .product-region {
    font-size: .867em;
    margin-top: .5em;
}

/*product page */

.product-info .product-links-element {
    margin-bottom: 1.5em;
}


/* club */

.checkout-stepper .btn-success {
    background-color: var(--main-success-color);
}

.club-group .club-card .graphic { 
	filter: grayscale(1);
}

.lightbox-product-details .pricing .price.club-price:only-child {
    justify-content: center !important;
}
.stepper-container .stepper-step-type {
    max-width: 15em;
}

/*wine club poppover modificaitons */

@media (max-width: 992px)  {
    .whatsthis-popover:after {
        left: .75em !important;
        right: auto !important;
    }
    
    .whatsthis-popover {
        left: 0;
    }
}
.whatsthis-popover {
    min-width: 12em !important;
}

.whatsthis-popover .whatsthis-popover-inner {
    padding:1em;
}
.whatsthis-popover-inner-body {
    width: 100%;
    display: flex;
    word-wrap: break-word;
    text-wrap: wrap;
}

.whatsthis-popover-inner-title {
    margin-bottom:.5em !important;
}


/*wine club order summary */

.order-summary .order-body .order-field .value {
	text-align: right;
}

.order-summary .order-summary-container .product {
    display: flex;
    flex-direction: row;
    gap: 1em;
}
.order-summary .products .product .product-image {
    margin:0;
    display: flex;
    flex-shrink: 0;
}

.order-summary .order-quantity .products {
    padding:1.5em;
}

.order-summary .order-quantity  .products .product .product-title {
	font-size:1.1em;
}


/*product */
.top-filters .view-toggle .btn {
	border-radius:0px !important;
}
.catalog-container .filter-header h3 {
    margin: 0;
    font-size: 1.2em;
}


.card-photo {
    background-color: #555555;  
}

/*footer */

.footer-section .middle-footer-region .link-list-title h3 {
    font-size: 2.2em;
}

.footer-section  .social-group .social-link .icon {
    color: var(--main-footer-link-color);
    fill: var(--main-footer-link-color);
}

.footer-section .social-group .social-link:hover .icon,
.footer-section .social-group .social-link:focus .icon {
    color: var(--main-link-color);
	fill: var(--main-link-color);	
}

.footer-section .middle-footer-region .footer-region-divider {
	border:none !important;
}

@media (min-width: 992px){
	.footer-section  .middle-footer-region .row [class*="col-"]:not(:last-child) {
		border-right: 3px solid rgba(255, 255, 255, .1);
	}
}

/* table overrides */
.table thead th,
.table th,
.table td,
table .cart-view-table {
    border-color: var(--main-border-color) !important;
}

.table tbody+tbody {
    border-top-color: var(--main-border-color) !important;
}

.teaser-list-item {
    border-color: var(--main-border-color) !important;
}