/** Shopify CDN: Minification failed

Line 731:0 Unexpected "}"

**/

/* Header 
======================================== */
.menu li a {
  font-weight: 600;
}
.top-bar .top-bar--right{
  height: auto;
}
#header .cart-container .mini_cart {
  min-height: 60px;
}
.header-right-menu {
  font-family: Barlow Condensed;
  /* font-family: Archivo,serif; */
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-right-menu .hr-menu-item:not(:first-child) {
  padding-left: 30px;
}
.header-right-menu .hr-menu-item .icon-search, 
.header-right-menu .hr-menu-item .icon-user, 
.header-right-menu .hr-menu-item .icon-cart {
  font-size: 18px;
  color: #fff;
}
.header-right-menu .search-container {
  max-width: max-content;
}
.header-right-menu .search-container .search__form {
  display: none;
}
.header-right-menu .search-container .search-link {
  display: block;
  font-size: 18px;
}
.header-right-menu .cart-container .mini_cart {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
}
.header-right-menu .cart-container .cart_count {
  color: #fff;
  font-size: 16px;
}
.main-nav__wrapper:not(.sticky_nav) .menu-position--block .header__logo {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.main-nav.menu-position--block .nav{
  padding-top: 10px;
}
.sticky_nav .header__logo .header-right-menu,
.sticky_nav .header-right-menu .hr-menu-item.cart-container{
  display: none;
}
/*
.sticky_nav .header-right-menu .hr-menu-item.account_container {
  padding: 12px 10%;
}
*/
.sticky_nav--stick .header__logo .logo__link{
  display: block;
}
.cart-item-wrapper-scroll {
  overflow-y: scroll;
  height: calc(100vh - 287px);
  background-color: #fff;
}
.empty-cart-scroll {
  overflow-y: scroll;
  height: calc(100dvh - 140px);
  background-color: #fff;
}
.cart-item-wrapper-scroll::-webkit-scrollbar {
  /* -webkit-appearance: none;
          appearance: none; */
  /* width: 7px;
  background-color: #a5a5a5; */
}
.cart-right_wrap.columns{
/*  position: absolute;
   bottom: 0; */
  background: #fff;
  border-top: 1px solid #989898;
}
.sticky_nav--unstick .cart-right_wrap.columns{
  bottom: 0;
}
.sticky_nav--stick .cart-right_wrap.columns {
  bottom: unset;
}

@media only screen and (max-width: 798px) {
  .cart-item-wrapper-scroll{
    height: calc(100dvh - 307px);
  }
/*
  .top-bar .cart-right_wrap.columns{
  bottom: 0;
  }
*/
  .sticky_nav--stick .cart-right_wrap.columns {
    bottom: 0;
  }
  .cart-right_wrap.columns {
    position: absolute;
    bottom: 0;
  }
}
.empty-cart-featured-collections {
  display: flex;
  padding: 10px;
  max-width: 100%;
  gap: 8px;
}
.empty-cart-featured-collection {
  display: block !important;
  flex: 1;
}
.empty-cart-featured-collection-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}
.empty-cart-featured-collection-title {
  display: flex;
  font-size: 23px;
  font-weight: 700;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

/* Megamenu 
======================================== */
.mega-menu__image-caption.btm {
  font-size: .75rem;
  letter-spacing: .0625rem;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 30px;
  transition: color .1s ease;
}
.mega-menu__image-caption.btm:hover {
  color: #aaa;
}
.mega-menu__richtext {
  padding: 0;
}
.dropdown_column ul.dropdown_title {
  padding-bottom: 0px;
}
.dropdown_column__menu+.dropdown_column__menu {
  margin-top: 0px;
}
.dropdown_column > .dropdown_column__menu:nth-of-type(2) {
  margin-top: 15px;
}
.dropdown #mobile_menu {
  margin: 0;
}
.dropdown #mobile_menu .mobile_main_parent {
  padding: 3px 25px;
}
.dropdown_container .dropdown_content .dropdown_column .mega-menu__richtext {
  font-weight: bold;
  letter-spacing: 1px;
  color:#fff;
}
.dropdown_container .dropdown_content .dropdown_column .dropdown_column__menu li a {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 100;
  opacity: 0.8;
  letter-spacing: 1px;
}
.dropdown_container .dropdown_content .dropdown_column .mega-menu__image-caption-link {
  padding: 0;
}
.dropdown_container .dropdown_content .dropdown_column .image-element__wrap {
  max-width: 260px !important;
}
.dropdown .sublink .right {
  border-left: none !Important;
}
.mobile_nav-fixed--true .custom_dm_container {
  display: block !important;
}
.mobile-mega-menu .flickity-page-dots {
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  width: 90%;
}
.mobile-mega-menu .slider_mobile .flickity-slider li.mobile-mega-menu_block a {
  padding-bottom: 0;
}
.mobile-mega-menu .flickity-page-dots .dot {
  width: 100%;
  border-radius: 0;
  max-width: 33.33%;
  margin: 0;
  height: 6px;
}
.slider_mobile .flickity-viewport .mobile-mega-menu_block {
  border: none !important;
}
.carousel:after {
  content: 'flickity';
  display: none;
}
.mega-menu__image-caption-link .shop_now_btn {
  font-size: 13px;
  text-decoration: underline;
  margin-top: 5px;
}
.mobile-mega-menu {
  display: none;
}

/* NEW MENU 27102021 */
/* .menu-position--block .header__logo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
} */
.menu-position--block .header__logo .header-right-menu{
  justify-content: end;
}
.menu-position--block .header__logo a{
  flex: 1 1 auto;
}
.menu-position--block .header-right-menu .search-container .search-link{
  text-align: right;
}
.menu-position--block .header-right-menu .cart-container .cart_count {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav__wrapper .main-nav.menu-position--block>.nav{
  padding-top: 10px;
}
.menu li a {
  font-weight: 600;
}

.vertical-menu_submenu {
  padding-top: 12px;padding-bottom: 12px;
}

#mobile_menu li a span.icon-down-arrow {
  border-bottom: 0px solid #C8C8C8;
}
#mobile_menu a {
  font-size: 15px;
  letter-spacing: .7px;
}
#mobile_menu .right.icon-down-arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 46px;
  line-height: 46px;
  width: 46px;
  text-align: center;
  color: #C8C8C8;
  border-left: 1px solid;
  -webkit-transition: background-color .25s ease,color .25s ease;
  transition: background-color .25s ease,color .25s ease;
}
#mobile_menu a.active {
  border-bottom: 1px solid #C8C8C8;
}
#mobile_menu #customer_login_link {
  position: relative;
  width: calc(100% - 48px);
  padding: 18px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  line-height: .75rem;
  letter-spacing: .0625rem;
  background-color: #2b2b2b;
  margin: 24px;
  text-align: center;
}
#mobile_menu .parent-link--false.active .icon-down-arrow:before {
  color: #fff;
}
#mobile_menu .parent-link--false .icon-down-arrow:before {
  color: #000;
}
.sidebar-block .right.icon-down-arrow {
  background-color: #0000 !important;
}
.recommended-products--grid .product_form div#revy-bundles-wrapper {
  display: none;
  opacity: 0;
}
.promo-banner.promo-banner-top{
  z-index: 5001;
  position: fixed;
  left: 0;
}


/* Swatch
======================================== */
.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 8px 0;
  position: relative;
  border: transparent 1px solid;
  min-width: 32px;
  min-height: 32px;
  outline: none;
  border-radius: 0;
  box-shadow: none!important;
}
.swatch label {
  float: left;
  min-width: 32px;
  height: 32px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  padding: 0 12px;
  font-weight: 500;
  color: #000;
}
.swatch_options input:checked+.swatch-element label {
  border-color: transparent;
  justify-content: center;
}
.swatch .swatch-element.soldout .crossed-out,
.swatch .swatch-element.dm-soldout .crossed-out{
  display: block;
}
.swatch-element.color {
  padding: 3px;
  min-width: 21px;
  min-height: 21px;
  border-color: transparent;
  border-radius: 50%;
}
.swatch .color label {
  width: 22px!important;
  min-width: 22px!important;
  height: 22px!important;
  line-height: 22px!important;
  background-position: center;
  background-size: cover;
}
.corps {
  height: 298px!important;
  object-fit: cover!important;
}

/* Custom featured collection
======================================== */

.shopify-section--custom-featured-promotions .section{
  max-width: 1410px;
}
.shopify-section--custom-featured-promotions .section .container{
  justify-content: center;
  padding-top: 70px;
}
.shopify-section--custom-featured-promotions .feature-section.section-2{
  margin-left: -18px;
}
.shopify-section--custom-featured-promotions .feature-section.section-1,
.shopify-section--custom-featured-promotions .feature-section.section-3,
.shopify-section--custom-featured-promotions .feature-section.section-5{
  z-index: 9;
}
.shopify-section--custom-featured-promotions .feature-section.section-3,
.shopify-section--custom-featured-promotions .feature-section.section-5{
  margin-left: -18px;
  margin-right: -18px
}
.shopify-section--custom-featured-promotions .feature-section.section-2,
.shopify-section--custom-featured-promotions .feature-section.section-4,
.shopify-section--custom-featured-promotions .feature-section.section-6{
  margin-top: -45px;
}

/* Collection
======================================== */
.banner_holder {
  position: absolute;
  left: 10px;
  top: 10px;
}
.sale_banner, .new_banner, .preorder_banner {
  background: #B9B9B9;
  font-family: Barlow Condensed;
  /* font-family: Archivo Narrow,Helvetica,sans-serif; */
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 5px 12px;
  text-align: center;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1em;
  text-transform: uppercase;
  border-radius: 5px;
}
.new_banner, .preorder_banner {
  background: #CBA02C;
}
.sidebar__collection-filter-top input[type=checkbox] {
  display: none;
}
.sidebar__collection-filter-top .sidebar__collection-filter_clear {
  padding: 0;
}
.sidebar__collection-filter-top .sidebar__collection-filter_clear label {
  text-transform: capitalize;
  padding: 5px;
  cursor: pointer;
  color: #000;
}

/* collection filter */
details.sidebar-block {
  border-bottom: 1px solid #e2e2e2;
  padding-left: 0;
}
.sidebar-block .sidebar-block__heading {
  padding: 9px 0 7px;
}
.sidebar-block .faceted-active-filters {
  border-bottom: none;
  margin-bottom: 15px;
}
.faceted-filter-group-display__list-item-label {
  cursor: pointer;
  padding: 3px 0;
}
.faceted-filter-group-display__list-item-input:checked ~ .faceted-filter-group-display__checkmark,
.sidebar .faceted-active-filters__remove-filter,
.faceted-filter-group-display__submit .global-button {
  background-color: #3e6ae1;
  border-color: #3e6ae1;
}
.faceted-filter-group-display__price-range-from .faceted-filter-group-display__price-range-input, 
.faceted-filter-group-display__price-range-to .faceted-filter-group-display__price-range-input {
  border-color: #e2e2e2;
}
.faceted-filter-group-display__list-item-label-text {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.faceted-filter-group-display__list-item-input:checked ~ .faceted-filter-group-display__list-item-label-text {
  color: #000;
}
.sidebar-block .toggle_list li {
  padding: 5px 0;
}
#filer_view_count_btn {
  display: none;
}
.product-new div[data-product-recommendations-container] {
  padding-top: 0px;
}
.collection .product-list{
  margin: 0 -10px;
  height: auto !important;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media only screen and (max-width: 798px) {
  .collection .product-list{
  grid-template-columns: repeat(2,1fr);
}
}
.thumbnail.amber {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  width: 100%;
  margin: 0!important;
  position: inherit!important;
  left: 0!important;
  top: 0!important;
  padding: 0 10px;
  transform: none !important;
  transition-property: none !important;
  transition-duration: inherit !important;
}

@media screen and (min-width:798px){
.thumbnail.amber {
  min-height: 610.86px;
}
}


.amber .grid-product__content {
  position:relative;
  padding-top: 102%;
  overflow: hidden;
}
.amber .grid-product__content a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
}
.product-list.product-list-masonry .one-third,.product-list.equal-columns--outside-trim .one-third{
/*   flex: 0 0 33.33%;
  width: 100%;
  max-width: 33.333%; */
/*   margin: 0; */
  padding: 0 10px;
  position: inherit !important;
  top: 0 !important;
  left: 0 !important;
  transform: none!important;
    transition-property: none!important;
    transition-duration: inherit!important;
}

.thumbnail.amber + .thumbnail.amber {
  display: none;
}

/* Cart 
======================================== */

.cart-section .cart-freeshipping-calc {
  margin-bottom: 30px
}

.header-ajax-form-wrap .cart-freeshipping-calc {
  padding: 10px 20px;
}

.cart-freeshipping-calc .cart-freeshipping-text{
  color: #d54d4d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.cart-freeshipping-calc .cart-freeshipping-progress-bar {
  height: 9.2px;
  margin: 0 auto;
  max-width: 100%;
  background-color: #000;
  /* margin-top: 10px; */
  border-radius: 5px;
  position: relative;
  /* overflow: hidden; */
}
.cart-freeshipping-calc .cart-freeshipping-progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.75s;
  border-radius: 25px;
  background-color: #CAA02C;
}
.cart-freeshipping-progress-bar img,
.empty-cart-freeshipping-progress-bar img{
  z-index: 9;
  position: absolute;
  height: 100%;
}
.cart-freeshipping-progress-mask {
  position: relative;
  top: -7px;
  z-index: 10;
}

.empty-cart-freeshipping {
  padding: 10px 20px;
}
.empty-cart-freeshipping-progress-bar {
  height: 9.2px;
  margin: 10px;
  max-width: 100%;
  background-color: #000;
  /* margin-top: 10px; */
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.empty-cart-freeshipping-progress-mask {
    position: relative;
    top: -7px;
    z-index: 10;
}

.cart h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto 5px;
}
.cart .feature_divider {
  border-bottom-color: #aaaaaa;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.cart .cart-2__wrapper,
.cart .cart__header{
  display: flex;
  flex-wrap: wrap
}
.cart .price_total .was_price{
  display:none;
}
#cart_form .cart__remove-btn{
  position: static;
}
#cart_form .cart__remove-btn .remove-icon:before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 5.62341H3.75' stroke='%235B5B5B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.75 10.1234V16.1234' stroke='%235B5B5B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.25 10.1234V16.1234' stroke='%235B5B5B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.75 5.62341V19.8734C18.75 20.0723 18.671 20.2631 18.5303 20.4037C18.3897 20.5444 18.1989 20.6234 18 20.6234H6C5.80109 20.6234 5.61032 20.5444 5.46967 20.4037C5.32902 20.2631 5.25 20.0723 5.25 19.8734V5.62341' stroke='%235B5B5B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 5.62341V4.12341C15.75 3.72559 15.592 3.34406 15.3107 3.06275C15.0294 2.78145 14.6478 2.62341 14.25 2.62341H9.75C9.35218 2.62341 8.97064 2.78145 8.68934 3.06275C8.40804 3.34406 8.25 3.72559 8.25 4.12341V5.62341' stroke='%235B5B5B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");  height: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.7;
}
.cart .featured-links .continue-shopping {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 15px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b0b0b0;
}
.cart .featured-links .continue-shopping:hover{
  color: #000
}

/* CUSTOM CSS */

.global-button.global-button--primary.add_to_cart.mini-checkout {
  font-family: Barlow Condensed;
  font-size: 16px !important;
  font-weight: 500;
  background: #000000!important;
  border: 1px solid #000000!important;
  padding: 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.global-button.global-button--primary.add_to_cart.mini-checkout:hover{
  background: #2c2c2c !important;
  border: 1px solid #2c2c2c !important;
}
.global-button.global-button--primary.add_to_cart.mini-checkout:hover .icon-lock.mini-checkout{
  filter: invert(0%) sepia(50%) saturate(50%) hue-rotate(259deg) brightness(100%) contrast(100%);
}

.page-details-4 .shopify-section--image-with-text-overlay .headline{
  font-size: 28px;
  text-transform: uppercase;
}

.featured-promotions-slider{
  padding-bottom: 60px;
}
.featured-promotions.featured-promotions-slider .feature-section{
  padding:0 10px;
}
.featured-promotions-slider .flickity-page-dots{
  bottom:0;
}
.featured-promotions-slider .flickity-page-dots .dot{
  width: 30px;
  height: 30px;
  background:#fff;
  border: 1px solid;
}
.featured-promotions-slider .flickity-page-dots .dot.is-selected{
  opacity: 0.5;
  background: #000;
}
.product-cro-pdp .gallery-thumbnails--left .product_gallery_nav,
.product-cro-pdp .gallery-thumbnails--right .product_gallery_nav{
  overflow: hidden;
  overflow-y: scroll;
 -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
}

.product-cro-pdp .gallery-thumbnails--left .product_gallery_nav::-webkit-scrollbar {
    display: none;
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
}

@media only screen and (min-width: 481px){
  .page-details-4 .shopify-section--image-with-text-overlay .button-grid-container  a{
    border: 0;
    line-height: normal;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px){
  .page-details-4 .shopify-section--image-with-text-overlay .full-width--true .caption{
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px){
  .page-details-4 .shopify-section--image-with-text-overlay .caption-content{
    padding: 15px;
  }
  .page-details-4 .shopify-section--image-with-text-overlay .headline {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 797px){
  .carousel:after {
    content: '';
  }
  .menu a, 
  .menu a:visited, 
  .menu a:active{
    padding-top:0;
    padding-bottom:0;
  }
}
@media only screen and (max-width: 798px) {
  .promo-banner--show #shopify-section-header {
    min-height: 90px;
  }
  .promo-banner.promo-banner-top.medium-down--hidden{
    display:none!important;
  }
  .promo-mobile p strong {
    font-size: 14px;
    text-decoration: underline;
  }
  .mobile_nav-fixed--true.promo-banner--show #pagecontent {
    margin-top: 0;
  }
  #mobile_menu li {
    border-bottom: 1px solid #C8C8C8;
  }
  .sale_banner, 
  .new_banner, 
  .preorder_banner {
    padding: 4px 10px;
    font-size: smaller;
  }
  #cart_form .cart__item .cart__item--image {
    width: 30%;
    max-width: 30%;
    margin: 0;
  }
  #cart_form .cart__item .cart__item--content.seven {
    width: 70%;
    max-width: 70%;
    margin: 0;
    padding-left: 25px
  }
  #cart_form .cart__item .cart__item--content.seven > p{
    margin: 0
  }
  #cart_form .cart__item .cart__item--content.seven > h3{
    margin-top: 0
  }
  #cart_form .three.cart__item--content{
    margin: 0;
    margin-left:30%;
    padding-left: 25px;
    width: auto;
  }
  #cart_form .two.cart__item--content{
    margin: 0;
    width: auto;
    margin-left: auto;
  }
  #cart_form .cart_content_info .price_total{
    display: block;
    margin: 0;
    font-size: 16px;
    font-weight: bold
  }
  #cart_form .cart__item{
    flex-wrap: wrap;
    position: relative;
  }
  #cart_form .cart__remove-container{
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    width: auto
  }
  #cart_form .product-quantity-box {
    margin: 0 0;
  }
  #cart_form .section.cart__header{
    display: none
  }
  .shopify-section--custom-featured-promotions .section {
    max-width: 430px;
  }
  .shopify-section--custom-featured-promotions .section .container{
    padding-top: 27px;
  }
  .shopify-section--custom-featured-promotions .featured-promotions .feature-section{
    margin: 0 2.5px 5px;
  }
  .shopify-section--custom-featured-promotions .has-no-side-gutter .medium-down--one-whole {
    width: calc(50% - 5px);
  }
  .shopify-section--custom-featured-promotions .feature-section.section-1, 
  .shopify-section--custom-featured-promotions .feature-section.section-3 {
    z-index: auto;
  }
  .shopify-section--custom-featured-promotions .feature-section.section-2 {
    margin-left: 2.5px;
  }
  .shopify-section--custom-featured-promotions .feature-section.section-2, 
  .shopify-section--custom-featured-promotions .feature-section.section-4 {
    margin-top: 0;
  }
  .shopify-section--custom-featured-promotions .feature-section.section-3 {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .new_mega_menu .dropdown_column__menu:last-child ul li {
    border-bottom: none;
  }
  #mobile_menu .new_mega_menu .mobile-mega-menu_block:nth-child(2) {
    border: none !important;
  }
  #mobile_menu .dropdown_column__menu:last-child li {
    border: 0;
  }
  #mobile_menu .new_mega_menu .dropdown_column__menu ul li {
    border: none;
  }
  #mobile_menu .new_mega_menu .dropdown_column__menu ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    opacity: 0.7;
  }
  #mobile_menu .new_mega_menu .dropdown_column__menu ul li:hover > a,
  #mobile_menu .new_mega_menu .dropdown_column__menu ul li:focus > a,
  #mobile_menu .new_mega_menu .dropdown_column__menu ul li.sfHover > a {
  color: #fff;
  opacity: 1;

  }
  #mobile_menu .mobile-mega-menu {
    margin-top: 10px;
    display: block;
  }
  #mobile_menu .new_mega_menu li.mobile-mega-menu_block {
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #mobile_menu .new_mega_menu .dropdown_column__menu .dropdown_title {
    padding: 0;
  }
  .new_mega_menu .mobile-mega-menu_block a {
    padding: 0;
    text-align: center;
  }
  #mobile_menu .mobile-mega-menu .flickity-button {
    display: none;
  }
  .custom_dm_container .dropdown {
    position: fixed;
    bottom: 0;
    left: 0;
    height: calc(100% - 130px);
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate(-100%);
    transition: all .3s cubic-bezier(.46,.01,.32,1);
    opacity:0;
  }
  .custom_dm_container .dropdown.open_dropdown {
    transform: translate(0);
    opacity:1;
  }
  #mobile_menu .menu_slider_mobile .mobile-mega-menu_block {
    width: 50%;
    border-bottom: none;
  }
  .menu_slider_mobile .mobile-mega-menu_block a {
    padding: 10px 15px 15px 0px;
  }
  .menu_slider_mobile .mobile-mega-menu_block .mobile-mega-menu__image-caption {
    font-size: 16px;
    text-align: left;
  }
  #mobile_menu .mobile_mega_submenu_block {
    position: fixed;
    width: 100%;
    display: block !important;
    background-color: #171717;
    height: calc(100vh - 130px);
    z-index: 1000;
    margin: 0;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-100%);
    transition: all .3s;
    padding-bottom: 30px;
  }
  #mobile_menu .mobile_mega_submenu_block.active{
    transform: translateX(0);
  }
  #mobile_menu .mobile_mega_submenu span {
    background-color: transparent !important;
    transform: none !important;
  }
  .mobile_mega_submenu {
    padding: 20px 15px;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
  }
  .mobile_mega_submenu_block .new_mega_menu {
    padding: 0 20px 20px;
  }
  .menu_slider_mobile {
    padding: 0 15px;
  }
  #mobile_menu .mobile-mega-menu-parent a.active {
    border: none;
    color: #000;
  }
  #mobile_menu .mobile-mega-menu-parent a span.right.icon-down-arrow {
    transform: rotate(-90deg);
    background-color: transparent;
    color: #000;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 15px 0px !important;
  }
  #mobile_menu .mobile-mega-menu-parent a span.right.icon-down-arrow::before {
    color: #fff;
    font-size: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3E%3Cpath fill=\'%23FFFFFF\' d=\'M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z\'/%3E%3C/svg%3E");
    opacity: 1;
  }
  #mobile_menu .right.icon-down-arrow {
    top: 3px;
  }
  #mobile_menu .icon-left-arrow:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3E%3Cpath fill=\'%23FFFFFF\' d=\'M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z\'/%3E%3C/svg%3E");
    opacity: 1;
    margin-right: 0;
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
  }
  .dropdown_column__menu:empty {
    display:none;
  }
  .mobile_sidebar_filter_toggle{
    display:block !important;
  }
  .shopify-section--collection-template .column.section_select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 15px;
  }
  .shopify-section--collection-template .column.section_select #sort-by {
    padding-left: 10px;
    border: 1px solid #e2e2e2;
  }
  .mobile_sidebar_filter_toggle {
    display: block!important;
    padding: 9px 10px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
  }
  .mobile_sidebar_filter_toggle span.mobile-facets__open {
    display: flex;
    align-items: center;
  }
  .mobile_sidebar_filter_toggle span.mobile-facets__open svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .mobile_sidebar_filter_toggle span.mobile-facets__open svg line, .mobile_sidebar_filter_toggle span.mobile-facets__open svg circle {
    stroke: currentColor;
  }
  .shopify-section--collection-template .sidebar.mobile_sidebar_filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    padding: 40px 15px 10px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity:0;
  }
  .shopify-section--collection-template .sidebar.mobile_sidebar_filter.filter_active {
    opacity:1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .mobile_sidebar_filter_toggle_close {
    cursor: pointer;
    display: flex !important;
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
  #filer_view_count_btn {
    width: calc(100% - 48px);
    padding: 18px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: .75rem;
    letter-spacing: .0625rem;
    background-color: #2b2b2b;
    margin: 24px;
    text-align: center;
    display: block;
  }
  .mobile_sidebar_filter_overlay.active{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 10000;
    background-color:rgba(0,0,0,0.75);
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .mobile_sidebar_filter_toggle_close_product_count {
    position: sticky;
    bottom: -15px;
    top: 0;
    background: #fff;
    display: flex;
  }
  .instafeed-container {
    width: 50% !important;
    padding-top: 50% !important;
  }
  .thumbnail.amber {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
  }
  .amber .grid-product__content {
    padding-top: 108%;
  }
  .product-list.equal-columns--outside-trim .one-third{
    flex: 0 0 calc(50% - 10px);
    width: 100%;
    max-width: 50%;
  }
  .product-cro-pdp .gallery-thumbnails--left .product_gallery_nav,
  .product-cro-pdp .gallery-thumbnails--right .product_gallery_nav{
    width: 15%;
  }
  .product-cro-pdp .gallery-thumbnails--left .product_gallery_nav{
    float: right;
    margin-right: 2%;
  }
  .product-cro-pdp .gallery-thumbnails--right .product_gallery_nav{
    float: left;
    margin-left: 2%;
  }
  .product-cro-pdp .gallery-thumbnails--left .multi-image,
  .product-cro-pdp .gallery-thumbnails--right .multi-image{
    width: 83%;
  }
  .product-cro-pdp .gallery-thumbnails--left .multi-image{
    float: right;
  }
  .product-cro-pdp .gallery-thumbnails--right .multi-image{
    float: left;
  }
  .product-cro-pdp .gallery-thumbnails--left .product_gallery_nav .gallery-cell,
  .product-cro-pdp .gallery-thumbnails--right .product_gallery_nav .gallery-cell{
    width: 100%;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 640px){
  .page-details-4 .shopify-section--image-with-text-overlay .full-width--true .caption {
    text-align: center;
  }
  .page-details-4 .shopify-section--image-with-text-overlay .caption-content {
    max-width: 100%;
  }
  .page-details-4 .shopify-section--image-with-text-overlay .caption-content {
    padding: 5px;
  }
  .page-details-4 .shopify-section--image-with-text-overlay .headline {
    font-size: 20px;
  }
  .featured-promotions-slider .flickity-page-dots .dot {
    width: 20px;
    height: 20px;
  }
  .featured-promotions-slider {
    padding-bottom: 35px;
  }
  .cart-freeshipping-progress-bar img, .empty-cart-freeshipping-progress-bar img{
    height: 9.2px;
    left: 0;
    width: 100%;
  }
  /* .cart-freeshipping-calc .cart-freeshipping-progress-bar span{
    left: -1px;
  } */
  .close-cart:before{
    right: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 480px){
  .shopify-section--custom-featured-promotions .section {
    max-width: fit-content;
  }
  .product-cro-pdp .product-app .fa-star-half-o:before, 
  .product-cro-pdp .product-app .fa-star-o:before, 
  .product-cro-pdp .product-app .fa-star:before, 
  .product-cro-pdp .product-app .stamped-fa-star-half-o:before, 
  .product-cro-pdp .product-app .stamped-fa-star-o:before, 
  .product-cro-pdp .product-app .stamped-fa-star:before {
    font-size: 14px;
}
  .product-cro-pdp .product-block .stamped-product-reviews-badge .stamped-starrating:after {
    font-size: 13px;
}
  .product-cro-pdp .product-block .stamped-product-reviews-badge .stamped-badge-caption {
    color: #D3D3D3;
    line-height: 1.8;
    font-size: 13px;
}
}

/* FAQ Links Color */
.product-cro-pdp .faqAccordion a {
    color: #cba02c;
}
.product-cro-pdp .faqAccordion a:hover {
    color: #000;
}

/* INSTA FEED */
#insta-feed h2 {
  display: none;
}
#insta-feed {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  z-index: 0;
  /* flex: auto; */
  margin: 0px auto 0 !important;
  width: 100%;
}
.instafeed-container {
  width: 100% !important;
  padding-top: 100% !important;
}

/* REVIEWS PAGE STYLING */
.jdgm-widget.jdgm-all-reviews-widget.jdgm--done-setup-widget {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.jdgm-branding-footer.jdgm-link {
  display:none;
}
.jdgm-rev__prod-link-prefix:before {
  display:none;
}