/** Shopify CDN: Minification failed

Line 17:0 All "@import" rules must come first

**/
@font-face {
  font-family: "Gotham"; 
  src: url("GothamPro.eot"); 
  src: url("GothamPro.eot?#iefix") format("embedded-opentype"), 
    url("GothamPro.woff2") format("woff2"), 
    url("GothamPro.woff") format("woff"), 
    url("/cdn/shop/files/GothamPro.ttf?v=1668002955") format("truetype"),
    url("GothamPro.svg#Gotham") format("svg"); 
}

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=0bdff910-c7d2-11ec-9404-069abf4c3446");
  
@font-face {
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('/cdn/shop/files/KnockoutKnockout50Welterweight_normal_normal.woff2?v=1670344953') format('woff2'), url('/cdn/shop/files/KnockoutKnockout50Welterweight_normal_normal.woff?v=1670344941') format('woff');
}
/* .product .header__icon--cart img,
.index .header__icon--cart img {
    width: 75% !important;
} */
.cart-count-bubble.jj {
    opacity: 0;
}
.container{
  width:1313px;
  max-width:100%;
}
body{
  position:relative;
}
.sticky_header {
  position: absolute;
  padding: 20px;
  width: 100%;
  display:flex;
  align-items: center;
  justify-content:space-between;
  top: 0;
  left: 0;
  z-index: 9;
}
.navbar-toggle{
  display:block!important;
  margin:0;
  padding: 0;
  border: none;
  margin-left: 20px;
  /* width: 32px;
  height: 32px; */
  min-height: 44px;
  min-width:44px;
}
.navbar-inverse {
  background-color:transparent;
  border:none;
}
.navbar{position:relative;}
.navbar-collapse {
  width: 25%;
  /*left: 0;*/
  right: 0;
  position: fixed;
  background: #fff;
  top: -1px;
  color: #000;
  bottom: 0;
  padding:0;
}
.navbar-collapse.in .navbar-nav {
/*   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  padding:10px;
}
@media (min-width: 768px) {
  .navbar-nav,
  .navbar-nav>li,
  .navbar-header {
    float: unset;
  }
  .navbar-collapse.collapse{
    display:none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.banner-section {
    padding: 0 !important;
    height: 100%;
    background-image: url(//shop.guinnessbrewery.com/cdn/shop/t/22/assets/section_tours.png?v=80978579659720421531778695477);
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-bottom: 0;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 48px 0 !important;
    height: 100%;
    margin: auto;
}

.banner-overlay h1 {
    color: #ffffff;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.banner-overlay .container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.slider-overlay h2{
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  text-transform:uppercase;
  margin-bottom:15px;
}
.slider-overlay p {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 129.6%;
  width: 24%;
  margin: 0 auto;
}
.slider-section {
    background-color: #000;
    padding-bottom: 35px;
}

.slider-section .slide {
    text-align: center;
    height: auto;
}

.slider-section .slide img {
    margin: 0 auto;
    max-width:100%;
}

.slider-section .slick-arrow {
    background: transparent;
    top: 35%;
    transform: translateY(-50%);
    position: absolute;
    border: none;
    z-index: 9;
}

.slider-section .slick-arrow {
    max-width: 100%;
    width: 5%;
}

.slider-section .slick-prev {
    left: 10%;
}

.slider-section .slick-next {
    right: 10%;
}

.slider-section .slider-overlay {
    color: #fff;
      position: relative;
    bottom: 0px;
}

.slider-section .slider-overlay .btn {
    color: #000;
    background-color: #B9965B;
    transition: all 250ms;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    border: none;
    border-radius: 0;
    padding: 16px 20px;
    width: 14.7%;
    margin: 20px 0;
    text-transform: uppercase;
    overflow: visible;
}
.info_contain a{
  color:#fff;
  min-width:44px;
  min-height:44px;

  &:hover{
    text-decoration:none;
  }
} 

.news-letter-section {
    padding: 0 !important;
    height: 580px;
    background: url(//shop.guinnessbrewery.com/cdn/shop/t/22/assets/news-letter-section.png?v=162706400928475469301778695477) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.news-letter-section-overlay {
    /* display: block;
    background: rgba(0, 0, 0, 0.6);
    padding: 48px 0 !important;
    height: 100%; 
    margin: auto; */
}

.news-letter-section:before {
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-letter-section h2 {
    color: #ffffff;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height:60px;
    text-align: center;
    text-transform: uppercase;    
}

.news-letter-section p {
    color: #ffffff;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
    margin:0;
}

.news-letter-section .container {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.news-letter-action-wrap {
  display: flex;
  gap: 3%;
  justify-content: center;
  margin-top: 64px;
  flex-wrap: wrap;
}
.news-letter-section .btn {
    color: #000;
    background-color: #B9965B;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 20px;
    border: none;
    border-radius: 0;
    transition: all 250ms;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;

    img{
      margin-left: 10px;
    }
}
.product-grid-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  flex-flow:wrap;
    background-color: #000;
}

.product-grid-section .grid-content {
    width: 31.33%;
/*   flex:1 30%; */
    margin: 0px 0px;
    text-align: center;
}

.product-grid-section .grid-bg {
    background-image: url('//shop.guinnessbrewery.com/cdn/shop/t/22/assets/annie-spratt-6a3nqQ1YwBw-unsplash%201.png?v=44639938227036889781778695477');
}

.product-grid-section .grid-info {
    min-height: 200px;
    text-align: left;
    color: #ffff;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0;

    display: flex;
    width: 100%;
}

.product-grid-section .grid-info label {
    background-color: #B69564;
    color: #000;
    padding: 5px;
    text-transform: uppercase;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 127.3%;
}
.product-grid-section .grid-info label.empty {
  background-color:transparent;
}

.product-grid-section .grid-info h3,
.product-grid-section .grid-info h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    margin: 5px 0;
}

.product-grid-section .grid-content img {
    max-width: 100%;
}




/* Main CSS */
.hp-featured-collection{
  background-color: #000;

  .title{
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 75px;
    margin:0;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
  }
}
.grid-wrapper > div {
	display: flex;
/* 	justify-content: center; */
	align-items: center;
    margin:10px;
    flex-flow:wrap;
}
.grid-wrapper .grid-bg{
  background-image: url('//shop.guinnessbrewery.com/cdn/shop/t/22/assets/annie-spratt-6a3nqQ1YwBw-unsplash%201.png?v=44639938227036889781778695477');
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	/*grid-auto-rows: 550px;*/
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.hp-featured-collection .container{
    width: 1313px;
    max-width:100%;
    margin: 0 auto;
}
.hp-featured-collection .grid-bg img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.hp-featured-collection .grid-bg {
  width:100%;
  height:calc(100% - 130px);
}
.hp-featured-collection .grid-info{
  min-height:150px;
  color:#fff;
  display: flex;
/*   align-items: center; */
  width: 100%;
  margin-top:20px;
}
.hp-featured-collection .grid-info h2,
.hp-featured-collection .grid-info h3 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin: 5px 0;
}
.clickproductnew:focus,
.clickproductnew:hover {
  text-decoration: underline;
}
.hp-featured-collection .grid-info label{
  background-color: #b69564;
  color: #000;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127.3%;
}
.hp-featured-collection .grid-info label.empty{
  background-color: transparent;
}
.info_contain{
  max-width: 70%;
  flex: 1 70%;
}
.price_contain{
  text-align: right;
  max-width: 30%;
  flex: 1 30%;
  margin-top: 30px;

  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}
.price_contain .price {
  color: #B9965B;
}
.grid-bg{
  position:relative;
  cursor:pointer;
  transition:all .4s ease;

  &:hover .img_overlay{
    display:block;
    transition:all .4s ease;
  }
}
.img_overlay{
  display:none;
  transition:all .4s ease;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000080;
  bottom: 0;
  right: 0;
}
.img_overlay .btn{
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 40px;
    width: 50%;
    color: #fff;
    text-transform: uppercase;

    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}
.top_footer_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.top_footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom: 1px solid #929292;
}
.prod_legal_wrap {
  margin-top: 20px;
}
.prod_legal_wrap a {
  color: #B9965B;
  text-decoration: underline;
}
.prod_legal_wrap a:link {
  color: #B9965B;
  text-decoration: underline;
}
.prod_legal_wrap a:hover {
  color: #fff;
}
.prod_legal_wrap p,
.legal_wrap p {
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.legal_wrap p {
  margin: 0 24px;
}
.cart__blocks .legal_wrap p {
  color: #EFEFEF;
  margin: 0;
}
.cart__blocks .legal_wrap p a {
  color: #EFEFEF;
  text-decoration: underline;
}
.prod_legal_wrap p,
.legal_wrap p {
  color: #E6E6E6;
}

.cart-drawer .legal_wrap p {
  color: #333333;
}
.top_footer {
  margin: 20px auto;
}
.legal_wrap,
.top_footer {
  padding: 15px 0;
  width:1313px;
  max-width:100%;
}
.left_links ul,
.social_icons ul,
.links_content ul {
  list-style-type:none;
  padding:0;
}
.left_links ul li,
.social_icons ul li {
  display:inline-block;
  margin:10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.links_content ul li:first-child{
  margin-left:0;
}
#shopify-section-hp-footer-section{
  ul li a {
  color:#0A0406;
  display:flex;
  align-items:center;
  min-height:44px;
  min-width: 44px;  

  img{
    margin-left: 10px;
  }
}
  .left_links ul li a img {
    margin-left: 0px;
    padding: 6px;
    width: 24px;
    
  }
}
.links_content ul li{
  display:inline-block;
  margin:10px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  margin-left: 0;
}
.logo_content{
  display:flex;
  align-items:center;
}
.logo_content>div{
  margin:10px 25px;
}
.bottom_footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 20px;
  margin: 20px auto;
  width:1313px;
  max-width:100%;
}
.footer_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.right_icons {
  display:flex;
  align-items: center;
}
.cart_container {
  margin-right:20px;
}
.navbar {
  min-height: 0px;
  margin-bottom: 0px;
}
.visible-sm{
  display:none;
}
.slick-dots{
  list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-left: 0px;
}
.slick-dots button {
  display:none;
}
.slick-dots li{
  margin-right:10px;
  &:before {
    content: "";
    display: block;
    width: 53px;
    border: 2px solid #FFF;
    color: #fff;
/*     height: 5px; */
  }
li.slick-active::before {
    content: "";
    display: block;
    width: 53px;
    border: 2px solid #B69564;
    color: #fff;
  }
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  text-decoration: underline;
}
.atc_button {
  transition: all 250ms;
}
.atc_button:focus,
.atc_button:hover,
.slider-section .slider-overlay .btn:focus,
.slider-section .slider-overlay .btn:hover,
.news-letter-section .btn:focus,
.news-letter-section .btn:hover {
  color: #000000;
  background-color: #ffffff;
}
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media screen and (max-width:1240px) {
  .product-grid-section .grid-info {
    min-height: 220px;
  }
  .product-grid-section {
    margin: 50px 20px !important;
    max-width: 100% !important;
    width: auto !important;
  }
.legal_wrap, .bottom_footer, .top_footer {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width:768px) {
  .legal_wrap p {
  margin: 0 14px;
  }
  .navbar-collapse {
    width: 100%!important;
  }
  .product-grid-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    background-color: #000;
    width: 100%;
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0px 28px;
}
  .bottom_footer {
    padding: 0px 24px;
}
  #shopify-section-hp-footer-section ul li a img {
    margin-left: 0px;
}
  .news-letter-section .container {
    width: 80%;
}
  .banner-overlay .container {
    width: 100%;
}
  .legal_wrap, .top_footer { margin: 20px 30px 20px 12px; }
  .pro_title{
    font-size:40px !important;
    margin-top:20px !important;
  }
  .pro_title,.pro_price{font-size:40px !important;}
  .shipping-bar{font-size:16px !important;}
  .slider-overlay h2{
    font-size: 30px !important;
  }
  .engraving_container{
    display:block !important;
  }
  .atc_button{
    width: 100% !important;
    padding: 15px;
  }
  .select, .engrave_content input, .engrave_content select {
    width:100% !important;
  }
  .engraving_container div{
    width:100%;
    text-align:center;
    margin-left:0;
    margin-bottom: 15px;
  }
  .GallerySection .slider-nav{
    display:none;
  }
  .slider-section .slider-overlay .btn{
    width:80%;
  }
  .hp-featured-collection .grid-info{
    margin-top:20px;
  }
  .news-letter-section h2{
    font-size: 30px;
    line-height: normal;
  }
  .legal_wrap,
  .top_footer{
    display:block;
  }
  .left_links ul li, .links_content ul li{
    display:block;
  }
  .logo_content>div{
    margin:7px;
  }
  .hidden-sm{
    display:none !important;
  }
  .visible-sm{
    display:flex !important;
  }
  .news-letter-section .btn{
    width:100%;
  }
/*   #MainContent{
    padding-left:10px;
    padding-right:10px;
  } */
  .banner-overlay h1 {
    font-size:50px;
    margin-top: 10px;
  }
  .slider-overlay p {
    width: 90%;
  }
  .nav-tabs>li>a {
        font-size: 16px!important;
    padding: 0px 3px;
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        font-size: 16px!important;
    padding: 0px 3px;
}
  .cart-drawer{
    width:100% !important;
  }
  .cart_buttons a{
    padding: 16px 40px;
  }
  .standard_button,
  .engrave_button {
    padding: 15px 40px !important;
  }
  .hp-featured-collection .title{
    font-size:25px;
  }
  .hp-featured-collection .container{
    max-width:100%;
  }
    .product-grid-section {
        flex-flow: wrap;
    }
    .product-grid-section .grid-content {
        width: 100%;
    }
  .top_footer, .grid-info, .bottom_footer, .logo_content {
    flex-flow:wrap;
  }
  .grid-wrapper, .hp-featured-collection .nav-tabs {
    display:block;
  }
  .hp-featured-collection .grid-info{
    min-height: 200px;
  }
  .hp-featured-collection .grid-bg{
    width:auto;
    height: calc(100% - 200px);
  }
  .hp-featured-collection .container {
    max-width:100%;
  }
  .navbar-inverse .navbar-nav>li>a,
  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    font-size:20px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nav-tabs {
  text-align: center;
    justify-content: center;
    display: flex;
    border: none;
    margin: 8px 0 20px 0;
}
.nav-tabs>li>a{
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  color:#fff;
  text-transform:uppercase;
}
.nav-tabs>li>a:hover{
  border-color: transparent;
  background-color:transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color:transparent;
  border:1px solid transparent;
  color:#B9965B;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}
.navbar-inverse .navbar-toggle.close{
  opacity: 1;
  font-size: 40px;
  margin: 20px;
  color: #fff;

  &:hover{
    background:none;
  }
}
.nav__header{
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #000;
  padding: 10px;
  color: #fff;

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  img{
    max-width: 100%;
    width: 50%;
  }
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color:#000;
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  font-size: 32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 250ms;
  img{
    margin-left:10px;
  }
}
#cart-icon-bubble{
  color:#fff;
  display:flex;
  align-items:center;
  justify-content: normal;
  margin-right: 0px;
  min-width:44px;
  min-height:44px;
}

.slider-nav.slick-slider .slick-list, .slider-nav.slick-slider .slick-track{
  width:auto !important;
}
.slider-nav .slick-track{
  display:flex;
}
.slide-arrow{
  background: #ffffff66;
  position: absolute;
  z-index: 9;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.prev-arrow:before {
  content: "<";
  color: #000;
  font-size: 30px;
}
.prev-arrow{
  left:0;
}
.next-arrow{
  right:0;
}
.next-arrow:before {
  content: ">";
  color: #000;
  font-size: 30px;
}
.slider-nav.slick-initialized .slick-slide {
  max-width: 33.33%;
  flex: 1 33.33%;
  margin: 0 1%;
  height: 200px;
  object-fit: cover;
}
.pro_title{
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  color:#fff;
  margin:0;
  text-transform: uppercase;
}
.pro_price {
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  color: #B9965B;
}
.atc_button{
      width: 40%;
    background-color: #b9965b;
    color: #000;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
#MainContent{background-color:#000;}
.engraving_container {
  display:flex;
  align-items:center;

  div{
    cursor:pointer;
    color:#fff;
    border:1px solid #fff;
    &.active{
      background-color: #B9965B;
      border-color:#B9965B;
    }
  }
}
.standard_button{
  color:#000;
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 60px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.engrave_button{
  background-color: #000;
  color:#fff;
  border:1px solid #fff;
  margin-left: 20px;
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 60px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.pro_description label{
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}
.pro_description div {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 127.3%;
}
.shipping-bar{
  background: #B9965B;
  padding:20px 0;
  text-align:center;
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  color:#0A0406;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}
.hidden {
  display:none;
}
.select {
  display: flex;
  position: relative;
  width: 80%;
}
.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}
.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
.select_variants{
  margin-bottom:15px;
  select {
    background-color: #000;
    color: #fff;
    padding: 10px;
    width: 100%;
   max-width:188px;
  }
}
.cart-drawer {
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
/*     padding: 20px; */
        width: 100%;
    z-index: 9999;
    max-width: 711px;

  .item_count{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  .see_details label {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #929292;
    text-transform: uppercase;
  }
  .item_title{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  .item_price{
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #B9965B;
    margin-bottom:0px;
  }
  .counting_text{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 50px 0;
    text-transform: uppercase;
  }
    .cart_row{
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
    }
  .item_remove img{
    width:50%;
  }
  .item__image {
    flex: 1 16.5%;
    margin-right: 20px;
    img{
      max-width: 100%;
      width: 100%;
    }
  }
  .close-icn{
    cursor:pointer;
  }
  .item__details{
    flex:1 70%;
  }
  .quantity{
    display: flex;
    align-items: center;
    width:100%;
    min-height: auto;
    
    button {
    background: transparent;
    border: 1px solid #000;
    line-height:10px;
    font-size: 12px;
    }
  }
  .quantity input {
    width: 5%;
    text-align: center;
    border: none;
    font-size: 20px;
  }
}
.cart_content{
  padding:30px 30px 50px 60px;
}
.cart_footer{
  background: #EFEFEF;
  padding: 50px 60px 30px 60px;
}
.subtotal{
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.subtotal_price {
  font-family: "KnockoutKnockout50Welterweight";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  color: #B9965B;
}
.cart_buttons{
  padding: 20px 0;
  a{
        padding: 16px 59px;
    border: 1px solid #000;
    margin-right: 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    border-radius: 0px;
    margin-bottom: 17px;
  }
  a[name="checkout"]{
    background: #B9965B;
  }
}
.engrave_content label{
  text-transform:uppercase;
}
.engrave_content input,
.engrave_content select {
  background: #000;
  text-transform:uppercase;
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 0px;
  padding: 10px;
  display: block;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.header__icon--cart img {
  width:50%;
}
.navbar-inverse .navbar-toggle:hover{
  background-color:transparent;
}
.banner-overlay img{
  margin-bottom:40px;
}
.back_link a{
  font-family: "KnockoutKnockout50Welterweight";
  text-transform:uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  margin-bottom:67px;
}
.sku_text{
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  margin-top:30px;
  font-size: 24px;
}

li.slick-active::before {
    content: "";
    display: block;
    width: 53px;
    border: 2px solid #B69564;
    color: #fff;
  }
.cart-count-bubble {
        background: #B9965B;
    padding: 0 7px;
    border-radius: 50%;
    position: relative;
    left: -7px!important;
    bottom: 10px!important;
    height: 15px;
      width: auto;
}  

.cart .title-wrapper-with-link .title { color:#FFF; }
.cart .cart-items th+th {
    color: #FFF;
}
.cart .cart-items thead th:first-child { color: #FFF; }
.cart .cart-item__details { color: #FFF; }
.cart .cart-item__name { color: #FFF; }
.cart .price {
    color: #FFF;
}
.cart .tax-note { color: #FFF; }
cart .totals__subtotal { color: #FFF; }
cart .totals__subtotal-value { color: #FFF; }
.banner-overlay img {
    width: 100%;
    max-width: 218px;
}
.hp-featured-collection .grid-info h3 { display:none; } 
.hp-featured-collection .grid-info h2, .hp-featured-collection .grid-info h3 {
    text-transform: capitalize;
}
.cart_content.empty{
  font-size: 30px;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  font-family: Gotham;
}
.cart {
  .cart-count-bubble{
    left: -13px;
    bottom: 10px;
  }
  .quantity:before, .quantity:after{
    display:none;
    width: 100%;
  }
}
.product .hp-featured-collection {
    margin-bottom: 75px;
}
.product-grid-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    background-color: #000;
    width: 100%;
    max-width: 1313px;
    margin: 0 auto;
    margin-top: 50px;
}
.back_link {     margin-bottom: 27px;
    margin-top: 25px;
    margin-left: 10px; }
.cart-drawer .item_remove img {
    cursor: pointer;
  position: relative;
    left: 10px;
}
.quantity__button {
    color: #FFF;
}
.quantity__input {
    /*background-color: #FFF!important;*/
      color: #FFF;
    height: 26px;
}
.cart .title-wrapper-with-link .title {
    color: #fff;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cart-items thead th {
    font-family: Gotham;
}
.cart .title-wrapper-with-link a {
    font-family: Gotham;
}
.cart-item__name {
    font-family: Gotham;
}
.product-option {
    font-family: Gotham;
}
.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
    font-family: Gotham;
}
.cart__ctas button {
    width: 100%;
    font-family: "KnockoutKnockout50Welterweight";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}
.cart .tax-note { font-family: Gotham; }
.cart .totals {
    color: #FFF;
}
.cart .totals__subtotal {
    color: #FFF;
}
.top_footer .left_links li a{
  font-family: Gotham;
    font-size: 16px;
}
.bottom_footer .footer_links li a{
  font-family: Gotham;
    font-size: 11px;
}
.remove-product .button--tertiary { min-width: 55px; }
.remove-product .button--tertiary:hover { color:#FFF; }
.is-empty .cart__empty-text, .is-empty .cart__warnings {
    display: block;
    color: #FFF;
  font-family: "KnockoutKnockout50Welterweight";
}
.tab-content .grid-wrapper { margin-bottom:50px; }
.cart .cart-item__quantity .quantity__button {
    background: transparent;
    border: 1px solid #FFF;
    line-height: 10px;
    font-size: 12px;
    height: 23px;
    padding: 0px;
    margin: 0px;
    width: 25px;
}
.cart .remove-product .button--tertiary {
    min-width: 20px;
    margin: 0px;
    padding: 0px;
    position: relative;
    left: 20px;
    bottom: 7px;
}
.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
    margin-top: 0rem!important;
}
.cart .cart-item__quantity .quantity { width: 100px!important; }
.nav.nav-tabs { display: flex; }
.page .rte h2 { color:#FFF; padding-top: 45px; padding-bottom: 20px;}
.page .main-page-title { color:#FFF; }
.page .rte li { color:#FFF; }
.page .rte p { color:#FFF; }
.page .rte h1:after, .rte .h1:after, .rte h2:after, .rte .h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    border-bottom: 1px #FFF solid;
    max-width: 50px;
}
#dg_footer_wrapper_inner ul li span {
    /*color: #b9965b!important;*/
}
#dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
    /*color: #b9965b!important;*/
}
.faq-new-cls {
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 127.3%;
      padding: 19px 0px;
}
.faq-new-cls  a { color:#b9965b; }
.slider-nav { margin-top:20px; }
#dg_footer_wrapper_inner .dg_footer_row_0 {
    font: bold 17px/30px bebas_neue;
    letter-spacing: normal;
    padding-top: 0px!important;
    font-family: Gotham!important;
    font-size: 11px!important;
    text-align: left;
}
.links_content ul li {
    font-size: 11px!important;
    margin: 0px!important;
}
#dg_footer_wrapper_inner ul li span {
    padding: 0 0px!important;
}
#dg_footer_wrapper_inner .dg_footer_row_0 {
    letter-spacing: normal!important;
}
#dg_footer_wrapper_inner .dg_footer_item_last {
    float: left!important;
}
#dg_footer_wrapper_inner {
    text-align: left!important;
    width: 100%!important;
    background: transparent!important;
    background-color: transparent!important;
}
#dg_footer_wrapper {
    background: transparent!important;
}
#dg_footer_wrapper_inner ul li:after { display:none!important; }
#dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
    /*color: #33511c;*/
    font-family: Gotham;
    font-size: 12px;
    color:#000 !important;
    font-weight: 700;
      padding-right: 18px;
}
#dg_footer_wrapper_inner .dg_footer_item_last {
    margin-top: 15px!important;
}
.dg_footer_item_last span {  color: rgb(118, 118, 118)!important; font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0; }
.cart__warnings a:hover { color:#000; text-decoration: none; }   
.is-empty .cart__empty-text, .is-empty .cart__warnings {
    text-transform: uppercase;
}
#dg_footer_wrapper_inner ul li span {
    color: #767676!important;
}


@media all and (min-width: 320px) and (max-width: 780px) {
  
.slider-section .slider-overlay {
    color: #fff;
    position: relative;
    bottom: 0px;
}
.nav.nav-tabs {
      margin: 25px 0px;
}  
.index .slider-section .slide {
    width: auto!important;
}
.index .slick-track {
    width: 100%!important;
}

}

@media all and (min-width: 750px) and (max-width: 1250px) {

.slider-overlay p {
    width: 56%;
}

}





.accordion .accordion-item {
      border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #FFF;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #FFF;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #FFF;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #FFF;
  border: 1px solid #FFF;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #FFF;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  display:block;
  opacity: 1;
  max-height: 50em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  display:none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.slide.slick-slide img {
      width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
}
#age_content #age_remember_label .age_remember_me_basic {
    width: 100%!important;
    padding-left: 27px!important;
    position: relative!important;
    bottom: 13px!important;
}
.cart__ctas button { color:#000000!important; }