/* 20240222155850 - v2 */
.gui,
.gui-block-linklist li a {
  color: #333333;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #ff8f00;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #ff8f00;
  box-shadow: 0 0 2px #ff8f00;
}

.gui-select.gui-focus .gui-handle {
  border-color: #ff8f00;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #333333;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #d8f3f3;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #acc2c2;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #333333;
}

/* custom */
/* Hide SKU and Article Code in Product Details Pages */
.ratings .product-code { display: none; }
/* Font */
@font-face {
  font-family:'larken regular';
  src: url("https://cdn.shoplightspeed.com/shops/643741/files/48545846/larken-regular.woff") format("woff"), url("https://cdn.shoplightspeed.com/shops/643741/files/49497726/larken-regular.woff2") format("woff2");
}
@font-face {
  font-family:'interstate regular';
  src: url("https://cdn.shoplightspeed.com/shops/643741/files/48545845/interstate-regular.woff") format("woff"), url("https://cdn.shoplightspeed.com/shops/643741/files/48545899/interstate-regular.woff2") format("woff2");
}
@font-face {
  font-family:'interstate light';
  src: url("https://cdn.shoplightspeed.com/shops/643741/files/48545844/interstate-light.woff") format("woff"), url("https://cdn.shoplightspeed.com/shops/643741/files/48545898/interstate-light.woff2") format("woff2");
}
/* Eof font */

body, p{
	font-family:  "interstate light";
}

/* header */
@media screen and (min-width: 1000px){
  header .logo.logo-lg img{
  	width: 180px;
    height: auto;
    max-height: unset;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .site-header-main-wrapper{
    border-bottom-color: transparent !important;
    height: 135px !important;
    max-height: unset !important;
  }
  header .main-nav-wrapper{
    text-align: left !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    border-bottom: 0px solid transparent !important;
  }
/*   header .nav-style li.nav-category-dropdown:hover > ul{
  	visibility: visible !important;
    opacity: 1 !important;
  } */
  header .main-nav.nav-style{
    width: 100%;
    padding: 10px 0 !important;
    position: relative;
  }
  header .main-nav.nav-style:before{
  	content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304654/dotted-divider-centerednav.png);
    background-repeat: repeat-x;
    margin-bottom: 30px;
  }
  header .main-nav.nav-style .header-menu-social ul{
  	min-width: 840px;
  }
  header .main-nav.nav-style:after{
   	content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304654/dotted-divider-centerednav.png);
    background-repeat: repeat-x;
    margin-top: 30px;
  }
  header .header-menu-social{
  	display: block;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 190px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    text-align: right;
  }
  header .header-menu-social ul{
  	min-width: unset !important;
    display: inline-block;
    width: max-content;
  }
  header .header-menu-social ul li{
    margin-right: 10px;
  }
  header .nav-style li.nav-category-dropdown>ul li a{
  	font-size: 16px;
  }
}
@media screen and (min-width: 1000px){
  header .main-nav.nav-style ul{
		position: relative;
    min-height: 30px;
    margin-left: 0% !important;
  }
}
@media screen and (min-width: 1300px){
	  header .header-menu-social ul li{
      margin-right: 26px;
    }
    header .main-nav.nav-style > ul{
      margin-left: 10% !important;
    }
}
@media screen and (max-width: 1300px){
	  header .main-nav.nav-style > ul{
      margin-left: 0% !important;
    }
}

@media screen and (min-width: 1200px){
  header .nav-style li a{
  	font-size: 18px;
  }
}
@media screen and (min-width: 1000px){
	.nav-category-dropdown ul{
    margin-left: 0 !important;
  }
  .nav-category-dropdown ul li ul{
    padding: 0;
    top: 0 !important;
    left: 100% !important;
  }
}
@media screen and (max-width: 1000px){
  header .header-menu-social{
  	padding: 0 10px;
    padding-bottom: 70px;
  }
  .menu-bottom-layout .nav-style li.nav-category-dropdown > ul li a{
  	font-size: 16px !important;
  }
  header .header-menu-social ul li{
    width: 20px;
    margin: 10px;
    float: unset;
    display: inline-block;
  }
  header .nav-style li a{
    font-size: 16px;
  }
  .menu-visible .mobile-nav-overlay{
  	height: auto !important;
    z-index: 9999;
  }
  .menu-visible .top-bar{
  	z-index: 999999;
  }
  .menu-visible .nav-style.main-nav .nav-category-dropdown{
/*   	max-height: 50vh;
    overflow-y: auto; */
  }
  .menu-visible .has-search-bar.menu-bottom-layout-center .secondary-nav.secondary-nav-left{
      display: none;
  }
  .header-wrapper{
  	z-index: 9999;
  }
  body .wsa-demobar{
  	z-index: 99999;
  }
  body .nav-style.main-nav>ul>li.nav-category-dropdown>ul{
    position: relative !important;
    display: block;
    width: 100%;
    top: 15px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body .nav-style.main-nav>ul>li.nav-category-dropdown>ul>li ul{
  	display: block;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 10px 0;
  }
  body.menu-visible{
  	overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.menu-visible .header-wrapper{
  	height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  body.menu-visible .header-sticky-placeholder{
  	display: none;
  }
  body.menu-visible header > * {
  	position: static !important;
  }
  body.menu-visible header{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 10px);
    width: 100vw;
  }
  body.menu-visible .has-search-bar .nav-style.main-nav{
  	position: static;
    padding-left: 15px;
    padding-top: 0;
  }
  body.menu-visible .show-page .site-header.header-sticky.slide-up{
  	transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  body.menu-visible .site-header.header-sticky.slide-up{
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  body.menu-visible .nav-style li.nav-category-dropdown.nav-category-dropdown-button > a > span{
  	display: none;
  }
}
/* eof header */

/* Section */

.section-title{
	max-width: 80%;
  margin: 0px auto 60px auto;
  background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304655/title-decoration-centerednav.png);
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
}
.section-title h3{
	float: unset;
  text-align: center;
  font-size: 44px;
  margin: auto;
  width: max-content;
  padding: 0 30px;
  background: #fff;
  line-height: 1;
  font-family: 'larken regular', Garamond, serif;
  font-weight: normal;
}
@media screen and (max-width: 999px){
  .section-title{
  	max-width: 100%;
    background-repeat: no-repeat;
  }
  .section-title h3{
  	font-size: 32px;
  }
}
@media screen and (max-width: 600px){
  .section-title h3{
  	font-size: 20px;
    padding: 0 5px;
  }
}

.section-title h3 a{
	display: block;
  font-size: 0.7em;
}
.section-title > *:not(h3){
	position: absolute;
  right: 0;
}
.featured-products-load-more{
	margin-top: 60px;
}
.cta-section .featured-block-content{
	left: 0;
  top: 0 !important;
  bottom: 0;
  margin: auto !important;
  right: 0 !important;
  max-width: unset !important;
  width: 70% !important;
  text-align: center !important;
  max-height: max-content;
  color: #fff;
}
@media screen and (max-width: 999px){
  .cta-section .featured-block-content{
    max-width: 100% !important;
    width: 100% !important;
  }
}
.cta-section .featured-block-content h3{
	color: #fff;
}

.featured-blocks .featured-block-content.content-right-bottom{
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto !important;
  max-height: max-content;
  background: rgba(255, 255, 255, 0.7);
}
.featured-blocks .featured-block-content.content-left-top{
  background: rgba(255, 255, 255, 0.7);
}
.featured-categories.catalog-list .categories a{
	margin-bottom: 0;
}
@media only screen and (min-width: 600px){
  .featured-categories.catalog-list-circle .categories .col-md-2 .category-content h3{
		text-align: center;
  }
}
@media screen and (min-width: 1000px){
  .featured-blocks .featured-block-content.content-left-top{
    right: 5%;
  }
  .featured-blog{
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 999px){
	.featured-blog article.blog-element:first-child{
    padding-top: 50px;
  }
}
@media screen and (max-width: 400px){
	.featured-blocks .featured-block-content.content-left-top{
    top: 7px;
  }
}
.hero .hero-element .hero-content{
	padding-bottom: 0;
}
.hero .hero-image{
  padding-bottom: 44%;
}
.hero .button{
	font-size: 24px;
  padding: 10px 25px;
}
.featured-categories.catalog-list-circle .categories a img{
	max-width: 85%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px){
  .hero .hero-element .hero-content{
    position: absolute;
  	top: 0;
  }
  .hero .hero-element.slick-slide .hero-content{
  	padding: 0 35px;
  }
  .hero .slick-next.slick-arrow,
  .hero .slick-prev.slick-arrow{
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
  }
  .hero .hero-image{
    padding-bottom: 100%;
    background-size: auto 100%;
    min-height: 300px;
  }
  
  .hero  .jquery-background-video-wrapper{
    padding-bottom: 100%;
    min-height: 300px;
  }
  
  .hero .button{
    font-size: 20px;
  }
}
.instagram-feed .section-title{
  margin-bottom: 0px !important;
}
.home-bottles-illustration{
	text-align: center;
  margin: 50px auto;
  width: 100%;
}
.home-bottles-illustration-2{
	text-align: center;
  margin: 0px 0 50px 0;
  width: 100%;
  text-align: center;
}
.home-bottles-illustration-2:before{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304654/dotted-divider-centerednav.png);
  background-repeat: repeat-x;
  margin-bottom: 30px;
}
.home-bottles-illustration-2:after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304654/dotted-divider-centerednav.png);
  background-repeat: repeat-x;
  margin-top: 30px;
}
.home-bottles-illustration img{
	margin: 30px 0;
  width: 75%;
}
.collection-header-wrapper{
  width: 70%;
  padding: 2% !important;
  background: rgba(255, 255, 255, 0.7);
  color: #3b3b3b;
}
.collection-header-wrapper .page-title{
	color: #3b3b3b;
  padding-bottom: 15px !important;
}
.collection-header-wrapper p{
	font-size: 1.2em;
  margin-bottom: 0;
  font-weight: bold;
  text-align: justify;
}
p{
	font-size: 18px;
}
@media screen and (max-width: 500px){
  .collection-hero .collection-header-wrapper{
  	width: 90%;
    margin: 50px auto 70px auto;
    padding: 20px !important;
  }
  p{
    font-size: 16px;
  }
}
body[data-product-cat] .collection-hero .collection-header-wrapper{
/* 	display: none; */
/*   opacity: 0; */
  margin-top: unset;
  margin-bottom: unset;
}
body[data-product-cat] .collection-hero .breadcrumbs{
	padding: 1% 2%;
}
body[data-product-cat] .collection-hero .breadcrumbs a{
	color: #000;
}
body[data-product-cat] .collection-hero .image-overlay-light{
  background: #fff;
  background-image: unset !important;
}
body[data-product-cat] .collection-hero .image-overlay-light:after{
	background: rgba(0, 0, 0, 0);
}
/* body[data-product-cat] .collection-hero .collection-header-wrapper{
  	padding-left: 0px !important;
    padding-right: 0px !important;
} */
@media screen and (max-width: 1000px){
	body[data-product-cat] .collection-hero .breadcrumbs{
    padding: 1% 15px;
  }
  body[data-product-cat] .collection-hero .collection-header-wrapper{
  	padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 500px){
  body[data-product-cat] .collection-hero .breadcrumbs{
    padding: 1% 0px;
  }
  body[data-product-cat] .collection-hero .collection-header-wrapper{
  	padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* Eof section */

/* Footer */
footer .footer-elements-wrapper{
	position: relative;
}
footer .footer-elements-wrapper:after{
	content: '';
  display: block;
  width: 200px;
  height: 400px;
  background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304652/dillons-carl-still-footer-centerednav.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  background-size: 100% 100%;
  top: 0;
}
footer .footer-bottom{
	border-top-color: transparent;
  position: relative;
}
footer .footer-bottom:before{
	content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38312532/dotted-divider-centerednav-white.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -20px;
}
footer .footer-logo{
	background: url(https://cdn.shoplightspeed.com/shops/651379/files/38304653/dillons-logo-footer-centerednav.png) no-repeat;
  width: 90%;
  height: 80px;
  background-size: contain;
}
footer .footer-elements-wrapper > .footer-menu, footer .footer-elements-wrapper > .footer-content:not(:first-child){
	margin-top: 110px;
  z-index: 99;
}
@media screen and (max-width: 999px){
	footer .footer-elements-wrapper > .footer-menu, footer .footer-elements-wrapper > .footer-content{
    margin-top: 0px !important;
    z-index: 99;
    position: relative;
  }
  footer .footer-elements-wrapper:after{
  	top: unset;
    bottom: 0;
  }
  footer .footer-logo{
  	margin-top: 60px;
    width: 60%;
  }
}
/* Eof footer */

/* Age Gate */
#age-gate .eaav-item-message{
	font-family: 'larken regular', Garamond, serif;
  color: #3b3b3b;
}
#age-gate button[type=button]{
	font-family: 'larken regular', Garamond, serif;
  font-weight: normal;
  line-height: 1.4;
  color: #3b3b3b;
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.eaav-item-allow-buttons-yes{
	background: #bd5a00 !important;
  color: #fff !important;
  border-color: #bd5a00 !important;
}
/* Eof Age gate */
/* General Page */
.container.container-lg > .m-t-80{
	position: relative;
}
.container.container-lg > .blog-overview > .m-t-80{
  position: relative;
}
.page-title{
  width: max-content;
  margin: auto;
  background: #fff;
  display: block;
  z-index: 999999;
  padding: 0 20px;
  max-width: calc(100% - 30px);
}
.page-title:before{
  content: '';
  background-image: url(https://cdn.shoplightspeed.com/shops/651379/files/38304655/title-decoration-centerednav.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}
.collection-title-content .page-title{
	background: transparent;
  width: unset;
  padding: 0;
  margin: 0;
}
.collection-title-content .page-title:before{
	content: unset;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'larken regular', Garamond, serif;
  font-weight: normal !important;
}
/* h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
  font-weight: normal;
} */
/* Eof General Page */

/* Featured products - homepage */
.page-content .featured-products #product-section-1 .products-list .product-element .product-title{
  text-align: center;
}
.page-content .featured-products #product-section-1 .products-list .product-element .m-t-10.m-b-10{
  text-align: center;
}
.page-content .featured-products #product-section-1 .products-list .product-element .product-price{
  left: 0;
  right: 0;
  text-align: center;
}
.button.button-arrow.button-solid, .button, body.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn, .nav-style li.nav-category-dropdown.nav-category-dropdown-button > a, body .gui .gui-confirm-buttons a.gui-button-large.gui-button-action, body .gui .gui-confirm-buttons a.gui-button-small.gui-button-action, body .gui a.gui-button-large, body .gui a.gui-button-small, body .gui a.gui-button-small.gui-button-action{
  color: #000;
}
.nc-icon-mini.ui-1_zoom:before{
  color: black;
}
/* Eof featured products - homepage */

/* Product list updates */
#collection-page .products-list .product-element .product-title,
.related-products .products-list .product-element .product-title,
.recently-viewed-products .products-list .product-element .product-title{
  text-align: center;
}
#collection-page .products-list .product-element .m-t-10.m-b-10,
.related-products .products-list .product-element .m-t-10.m-b-10,
.recently-viewed-products .products-list .product-element .m-t-10.m-b-10{
  text-align: center;
}
#collection-page .products-list .product-element .product-price,
.related-products .products-list .product-element .product-price,
.recently-viewed-products .products-list .product-element .product-price{
  left: 0;
  right: 0;
  text-align: center;
}
/* Eof product list updates */


.jquery-background-video-wrapper{
  min-height: 350px;
}

/*  Contest page */
.page-area-506-festival-vip-package-contest .page-content .header-wrapper {
	display: none;
}

.text-page-NBArea506 .container .m-t-80, .text-page-nbretrofridge .container .m-t-80 {
  display: none;
}
