/** Shopify CDN: Minification failed

Line 5106:0 Expected "}" to go with "{"

**/
/*
*  @theme       AAP Theme
*  @theme_uri   https://www.rankhighertheme.com/
*  @version     1.0.0
*  @author      RHT
*  @author_uri  https://www.rankhighertheme.com/
*
*  Table of Contents
*  -----------------
*  0.0 - Mobile
*  1.0  - Bootstrap General Overrides
*    1.1  - Headings
*    1.2  - Lists
*    1.3  - Buttons
*    1.4  - Forms
*    1.5  - Tables
*    1.6  - 5th Column
*    1.7  - Modals
*  2.0  - Site Header - Top
*  3.0  - Site Header - Main
*  4.0  - Site Header - Mobile
*  5.0  - Components
*    5.1  - Social Profiles
*    5.2  - Store Icons
*    5.3  - Contact Information
*    5.4  - Brand Logo
*    5.5  - Search Form
*    5.6  - Strapline/Tagline
*    5.7  - Breadcrumbs
*    5.8  - Sidebars
*    5.9  - Newsletter
*    5.10 - Ajax Search
*    5.11 - Ajax Cart
*    5.12 - Swatches
*    5.13 - Popup
*    5.14 - Map
*    5.15 - Video Background
*    5.16 - Wishy
*  6.0  - Sections
*    6.1  - Section - Banner Grid
*    6.2  - Section - Services
*    6.3  - Section - Instagram Feed
*    6.4 - Images
*  7.0  - Product - Overview
*  8.0  - Product - Singular
*  9.0  - Collections - Grid
*    9.1  - Search Results
*  10.0 - Collections - List
*  11.0 - Shopping Cart
*  12.0 - Blog - Overview
*  13.0 - Blog - Singular
*  14.0 - Login Page
*    14.1 - Password Page
*  15.0 - Account Overview
*  16.0 - Site Footer
*
*/

/*
* 0.0 - Mobile
*
*/
/* 	.mobile-header-top { height: {{ section.settings.top_height }}px; background-color: {{ section.settings.top_background_color }}; }
.mobile-strapline { font-size: {{ section.settings.font_size }}px; line-height: {{ section.settings.line_height }}px; text-transform: {{ section.settings.text_transform }}; letter-spacing: {{ section.settings.letter_spacing }}px; color: {{ section.settings.strapline_color }}; }
.mobile-strapline span { color: {{ section.settings.strapline_secondary_color }}; }
.mobile-header { height: {{ section.settings.height }}px; background-color: {{ section.settings.background_color }}; }
.mobile-header a i { font-size: {{ section.settings.icon_size }}px; }
.mobile-brand-logo-image { width: {{ section.settings.brand_logo_width }}px; }
.mobile-menu, .mobile-cart { color: {{ section.settings.icon_color }}; }
.off-canvas { background-color: {{ section.settings.off_canvas_background_color }}; }
.mobile-nav-heading, .off-canvas-close, .mobile-nav ul li a { color: {{ section.settings.off_canvas_text_color }}; } */


/*
* 1.0 - Bootstrap General Overrides
*
*/



body {
  font-family: var(--font-primary) !important;
    font-size: var(--font-size);
    font-weight: var(--font-weight);
        line-height: var(--line-height);
          color: var(--color-text);
            background-color: var(--color-background);
              transition: var(--transition);
                }
@media(min-width: 1200px) {
  .container { max-width: var(--site-width); }
}
strong { font-weight: var(--font-weight-bold); }
p { margin: 0 0 var(--spc) 0; 
  font-family: var(--font-secondary):!important;
  font-weight: 300;
  }
a {
  color: #377569;
    transition: var(--transition);
      }
a:hover,
a:active {
  text-decoration: none;
  color: var(--color-brand);
    }

/*
* 1.1 - Headings
*
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--font-primary);
    font-weight: var(--font-weight-primary);
      text-transform: var(--text-transform);
        letter-spacing: var(--letter-spacing);
          margin: 0 0 var(--spc) 0;
            color: var(--color-heading);
              }
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong { font-weight: var(--font-weight-bold-secondary); }


.page-width p{ font-weight:normal !important;}

#sort-by {
  font-family: var(--font-primary) !important;
}

/*
* 1.2 - Lists
*
*/
ol li,
ul li { line-height: var(--spc); }
ol, ul { margin: 0 0 var(--spc) 0; }

/*
* 1.3 - Buttons
*
*/
.btn {
  color: var(--color-text);
    border: 0;
    padding: 0 var(--spc);
      height: 40px;
      line-height: 40px;
      border-radius: 0;
      transition: var(--transition);
        font-family: var(--font-primary);
          font-size: var(--font-size);
            font-weight: var(--font-weight-secondary);
              text-transform: var(--text-transform);
                letter-spacing: var(--letter-spacing);
                  }
.shopify-payment-button__button {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  background-color: var(--color-brand);
    color: white;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 100%;
    transition: none;
    }

.btn-primary,
.shopify-challenge__button.btn {
  color: #fff;
  background-color: var(--color-brand);
    }
.btn-primary:hover,
.btn-primary:active { background-color: var(--color-brand-darken); }
.btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
    }
.btn-secondary:hover,
.btn-secondary:active { background-color: var(--color-secondary-darken); }
.btn-xs {
  height: 24px;
  line-height: 24px;
  font-size: 64%;
  padding: 0 var(--spc-xs);
    }
.btn-sm {
  height: 30px;
  line-height: 30px;
  font-size: 82%;
  padding: 0 var(--spc-sm);
    }
.btn-lg {
  height: 52px;
  line-height: 52px;
  font-size: 128%;
  padding: 0 var(--spc-lg);
    }
.btn-xl {
  height: 68px;
  line-height: 68px;
  font-size: 164%;
  padding: 0 var(--spc-xl);
    }
.btn-custom-outline,
.btn-custom-two-outline {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-brand);
    background-color: transparent;
    line-height: 38px;
    }
.btn-custom-underline,
.btn-custom-two-underline {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--color-brand);
    background-color: transparent;
    line-height: 38px;
    }
.btn-xs.btn-custom-outline,
.btn-xs.btn-custom-underline,
.btn-xs.btn-custom-two-outline,
.btn-xs.btn-custom-two-underline { line-height: 21px; }
.btn-sm.btn-custom-outline,
.btn-sm.btn-custom-underline,
.btn-sm.btn-custom-two-outline,
.btn-sm.btn-custom-two-underline { line-height: 27px; }
.btn-lg.btn-custom-outline,
.btn-lg.btn-custom-underline,
.btn-lg.btn-custom-two-outline,
.btn-lg.btn-custom-two-underline { line-height: 48px; }
.btn-xl.btn-custom-outline,
.btn-xl.btn-custom-underline,
.btn-xl.btn-custom-two-outline,
.btn-xl.btn-custom-two-underline { line-height: 60px; }
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle { background-color: var(--color-brand); }
.btn:disabled,
.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.btn-primary.disabled,
.btn-primary:disabled { background-color: var(--color-brand); }

/*
* 1.4 - Forms
*
*/
label {
  font-family: var(--font-primary);
    font-weight: var(--font-weight);
      margin-bottom: var(--spc-sm);
        color: var(--color-heading);
          }
.form-group { margin-bottom: var(--spc); }
.form-control,
.single-option-selector {
  height: 40px;
  padding: 0 var(--spc-sm);
    font-size: 16px;
    font-weight: var(--font-weight);
      line-height: 40px;
      color: var(--color-font);
        background-color: var(--color-background);
          border-color: #e1e2e3;
          border-radius: 0;
          transition: var(--transition);
            }
.form-control:focus,
.single-option-selector:focus {
  color: var(--color-heading);
    background-color: var(--color-background);
      border-color: var(--color-background-secondary-darken);
        }
.form-control-lg {
  height: 50px;
  line-height: 50px;
}
.shopify-currency-form select {
  height: 30px;
  font-size: 14px;
  font-weight: var(--font-weight);
    line-height: 30px;
    background: transparent;
    border: 0;
    padding: 0 var(--spc-xs);
      }
.errors ul {
  list-style: none;
  padding: var(--spc-sm);
    margin: 0 0 var(--spc) 0;
      border: 2px solid var(--color-danger);
        }
.errors ul li { color: var(--color-danger); }

/*
* 1.5 - Tables
*
*/
.table td,
.table th { padding: var(--spc-sm); }

/*
* 1.6 - 5th Column
*
*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*
* 1.7 - Modals
*
*/
.modal-content {
  background-color: var(--color-background);
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 64px rgba(0,0,0,0.8);
    }
.modal-header {
  padding: var(--spc);
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.modal-body { padding: var(--spc); }
.modal-footer {
  padding: var(--spc);
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
div#sizeGuide {
  /*     background: #ffffff; */
}
#sizeGuide .modal-content { background: #fff;}

.size-guide {
  margin-bottom: var(--spc);
    /*     width: 100%; */
    margin: 0;
    display: block;
    width: 100%;
    float: left;
    }
div#shopify-section-size_guides {
  margin-top: -9px;
}
.size-guide-link {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  text-align: left;
  padding: 11.5px;
  margin: 20px 0 0;
  font-family: var(--font-primary);
    font-weight: var(--font-weight);
      margin-bottom: var(--spc-sm);
        line-height: 58px;
        text-transform: uppercase;
        /* height: 48px; */
        margin: 0;
        margin-bottom: 1rem;
        border: 0;
        line-height: 50px;
        height: 48px; width: 100%;
        background-color: #ebebeb;
        font-size: 12px!important;
        font-weight: 700;
        /* color: #252525; */
        text-transform: uppercase;
        padding: 0;
        box-shadow: none;
        cursor: pointer;
        transition: all .3s ease-in-out;
        /*     text-align: center; */
        display: block!important;
        background: none;
        color: #151515!important;
        }

.size-guide-link:hover {
  background: none;
}
.size-guide-link i {
  font-size: 16px;
  margin-right: var(--spc-sm);
    position: relative;
    top: 2px;
    }

.zooomypwishmsg .fa {
  margin-right: 13px!important;
}
@media (max-width: 560px) {
  .zooomyloginrequest {
    width: 100% !important;
  }
}
div#ZooomyList {
  float: left;
  width: 100% !important;
}
div#ZlistWishlist {
  float: left!important;
  width: 100%!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
}
p.zooomypwishmsg {
  font-family: var(--font-primary);
    text-align: left !important;
    margin: 0;
    padding: 8px 0 !important;
    color: #151515 !important;
    margin: 0;
    margin-bottom: 1rem;
    border: 0;
    line-height: 34px;
    height: 48px;
    background-color: #ebebeb;
    font-size: 12px !important;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: center;
    display: block !important;
    background: none !important;
    }
p.zooomypwishmsg:hover {
}
#ZooomyList label {
  float: left;
  margin-right: 10px;
  display: block;
  width: 100%;
}
/*
* 2.0 - Site Header - Top
*
*/
.site-header-top { transition: var(--transition); }
.site-header.stuck .site-header-top,
.site-header-top.closed {
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.site-header-top .container-fluid { padding: 0 var(--spc); }
.site-header-top-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 1px;
  margin-right: var(--spc-sm);
    }

/*
* 3.0 - Site Header - Main
*
*/
.site-header { transition: var(--transition); }
@media(min-width: 768px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
  }
}
.site-header.stuck { box-shadow: var(--box-shadow); }
.site-header-main { transition: var(--transition); }
.site-header-main .container-fluid { padding: 0 var(--spc); }
.menu-item-title {
  position: relative;
  transition: var(--transition);
    cursor: pointer;
    line-height: var(--spc);
  font-family: var(--font-primary)!important;
      }
.menu-item:first-of-type .menu-item-title { padding-left: 0; }
.menu-item:last-of-type .menu-item-title { padding-right: 0; }
.menu-item-title:hover { color: var(--color-brand); }
.menu-item-title i {
  margin-left: var(--spc-xs);
    font-size: 12px;
    color: var(--color-secondary);
      transition: var(--transition);
        }
.mega-menu {
  position: fixed;
  padding: var(--spc);
    transition: var(--transition);
      cursor: auto;
      visibility: hidden;
      opacity: 0;
      transform: translateY(var(--spc));
        z-index: 199;
        box-shadow: var(--box-shadow-lg);
          }
.menu-item-title:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.sub-menu-item-title { position: relative; }
.sub-menu-item-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-background-secondary);
    }
.sub-menu-item {
  font-size: 12px;
  line-height: var(--spc);
    }
.regular-dropdown-item .label,
.sub-menu-item .label {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  font-size: 8px;
  font-weight: var(--font-weight-bold);
    line-height: 20px;
    padding: 0 6px;
    position: relative;
    bottom: 2px;
    margin-left: var(--spc-xs);
      color: #fff;
      }
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nested-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nested-menu-item-link { padding-left: var(--spc-sm); }
.regular-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 320px;
  padding: var(--spc);
    transition: var(--transition);
      visibility: hidden;
      opacity: 0;
      transform: translateY(var(--spc));
        z-index: 199;
        box-shadow: var(--box-shadow-lg);
          }
.menu-item-title:hover .regular-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.regular-dropdown-item { line-height: var(--spc); }
.menu-banner-image {
  max-width: 100%;
  height: auto;
}
.menu-item-label {
  position: absolute;
  top: -8px;
  right: 8px;
  height: 20px;
  font-size: 8px;
  font-weight: var(--font-weight-bold);
    line-height: 20px;
    padding: 0 6px;
    }

/*
* 4.0 - Site Header - Mobile
*
*/
.mobile-strapline {
  display: block;
  text-align: center;
  margin: 0;
}
.mobile-shop-title {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.mobile-cart + .cart-item-count {
  top: 21px!important;
  right: 6px;
  text-align: center;
}
.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: var(--spc);
    box-shadow: var(--box-shadow-lg);
      z-index: 999;
      transition: var(--transition);
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100vw);
        pointer-events: none;
        }
.off-canvas.in {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.off-canvas-close {
  position: absolute;
  top: 26px;
  right: var(--spc);
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    }
.mobile-nav-header {
  padding-bottom: var(--spc-sm);
    margin-bottom: var(--spc);
      }
.mobile-nav-heading {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav ul li {
  font-size: 14px;
  line-height: var(--spc-lg);
    position: relative;
    border-bottom: 1px solid var(--color-background-secondary);
}
.mobile-nav ul li:last-child { border: 0; }
.mobile-nav ul ul li:first-child { border-top: 1px solid var(--color-background-secondary); }
.mobile-nav ul li a { display: block; }
.mobile-submenu-toggle {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.mobile-submenu { display: none; }
.mobile-submenu li a { padding-left: var(--spc-sm); }
.mobile-search { padding-bottom: var(--spc); }

/*
* 5.0 - Components
*
*/
.cart-page,
.collection-grid-page,
.product-page,
.page-article,
.blog-overview,
.page-contact {
  padding: 0;
}
#AddToCart {
  text-transform: uppercase !important;
  width: 40% !important;
  font-size: 80% !important;
}
@media(max-width:560px){
  #AddToCart {
    margin-top: 0 !important;
  }
}
.page-content img, .page-article img {
  max-width: 100%;
  height: auto;
}

/*
* 5.0 - Recommendation
*
*/
.product-recommendations span.price-item,
.product-recommendations span.price-item.price-item--regular{
  font-size: 15px;
}
.product-recommendations .collection-product-title:hover,
.product-recommendations .collection-product-title a:hover {
  text-decoration: none;
}
.product-recommendations .colorlist { display: none; }
.collection-variants .colorlist .outstock  { display: none; }
.product-recommendations span.price-item.price-item--sale.price-item--last {
  display: block;
  width: 100%;
}
.product-recommendations .card-information__wrapper>*:not(.visually-hidden:first-child)+*:not(.rating) {
  margin-top: 0 !important;
}
.product-recommendations .card.card--product.card--outline {
  margin-bottom: 10px;
}

/*
* 5.1 - Social Profiles
*
*/
.pro-dec-social li a {
  /*     border-radius: 5px; */
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 8px 12px;
  vertical-align: top;
  max-height: 34px;
}
.pro-dec-social li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 6px 0 0;
}
.pro-dec-social li a.tweet {
  background-color: #00aaf0;
  border: 1px solid transparent;
}
.pro-dec-social li a.tweet:hover {
  background-color: transparent;
  border: 1px solid #00aaf0;
  color: #00aaf0;
}
.pro-dec-social li a.share {
  background-color: #435f9f;
  border: 1px solid transparent;
}
.pro-dec-social li a.share:hover {
  background-color: transparent;
  border: 1px solid #435f9f;
  color: #435f9f;
}
.pro-dec-social li a.google {
  background-color: #e04b34;
  border: 1px solid transparent;
}
.pro-dec-social li a.google:hover {
  background-color: transparent;
  border: 1px solid #e04b34;
  color: #e04b34;
}
.pro-dec-social li a.pinterest {
  background-color: #ce1f21;
  border: 1px solid transparent;
}
.pro-dec-social li a.pinterest:hover {
  background-color: transparent;
  border: 1px solid #ce1f21;
  color: #ce1f21;
}
.pro-dec-social {
  margin: 27px 0 0;
}
.pro-dec-social ul {
  margin: 0 0 15px 0 !important;
}

.social-profiles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profiles li { display: inline-block; }
.social-profiles li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: var(--color-heading);
    margin: 0 var(--spc-sm);
      padding-top: 2px;
      }
.social-profiles li a:hover,
.social-profiles li a:active { color: var(--color-brand); }
.social-profiles li:first-child a { margin-left: 0; }
.social-profiles li:last-child a { margin-right: 0; }
.social-profiles.in-footer { margin-bottom: var(--spc); }
.social-profiles.in-footer li a { font-size: 28px; }

/*
* 5.2 - Store Icons
*
*/
.store-icons a:not(.header-cart-contents-view-cart) {
  width: var(--spc);
    display: block;
    text-align: center;
    }
/* .store-icons a:not(.header-cart-contents-view-cart):hover { color: var(--color-brand); } */
.store-icons div { text-align: center; }
.store-icons div:first-child a { margin-left: 0; }
.store-icons div:last-child a { margin-right: 0; }
.store-icons .icon-label {
  font-size: 14px;
  font-weight: var(--font-weight-bold);
    text-align: center;
    display: block;
    margin-bottom: -8px;
    }

/*
* 5.3 - Contact Information
*
*/
.contact-information span {
  display: inline-block;
  font-size: 10px;
  margin: 0 var(--spc-sm);
    }
.contact-information span:first-child { margin-left: 0; }
.contact-information span:last-child { margin-right: 0; }
.contact-information i {
  height: auto;
  display: inline-block;
  margin-right: var(--spc-sm);
    font-size: 14px;
    text-align: center;
    color: var(--color-heading);
      position: relative;
      top: 2px;
      }
.site-header-phone-icon { padding-top: var(--spc-xs); }
.site-header-phone-content { padding-left: var(--spc-sm); }
.site-header-phone-heading,
.site-header-phone-number { margin: 0; }

/*
* 5.4 - Brand Logo
*
*/
.brand-logo-link {
  display: block;
  line-height: 1;
}

.shop-title {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/*
* 5.5 - Search Form
*
*/
.store-search { width: 100%; }
.search-form {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sp-search-field {
  height: 40px;
  width: 100%;
  padding-right: var(--spc-lg);
    font-size: 12px;
    line-height: 40px;
    background-color: var(--color-background);
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-background-secondary);
        }
.sp-search-field:focus {
  background-color: var(--color-background);
    border-color: var(--color-background-secondary-darken);
      }
.shop-search-submit {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
}
.search-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: var(--transition);
    }


/*
* 5.6 - Strapline/Tagline
*
*/
.strapline { margin: 0; }
.strapline a:hover,
.strapline a:active { text-decoration: underline; }

/*
* 5.7 - Breadcrumbs
*
*/
/* .product-new-template .site-breadcrumbs {
display: none;
margin: 0 !important;
} */
.site-breadcrumbs:nth-child(1) {
  /*     display: none !important; */
}

.site-breadcrumbs {
  background: var(--color-background-secondary);
    height: 80px;
    position: relative;
    overflow: hidden;
    }
.collection-breadcrumbs-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}
.site-breadcrumbs .container-fluid { padding: 0 var(--spc); }
.breadcrumbs { display: inline-block; }
.breadcrumbs span { font-weight: var(--font-weight); }
.breadcrumbs a:hover,
.breadcrumbs a:active { text-decoration: underline; }
.separator {
  color: var(--color-text);
    padding: 0 var(--spc-xs);
      }

/*
* 5.8 - Sidebars
*
*/
.sidebar-widget {
  position: relative;
  background-color: var(--color-background);
    margin-bottom: var(--spc);
      }
.sidebar-filter { margin-bottom: var(--spc-sm); }
.sidebar-expand {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
}
.sidebar-right .sidebar-expand { right: 10px; }
.sidebar-expand i { color: var(--color-heading); }
.widget-title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: var(--spc);
    }

.sidebar-filter .widget-title {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 20px 8px;
  /* 	background-color: var(--color-background-secondary); */
  border-bottom: 1px solid #e1e2e3;
  margin: 0;
}
.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-swatches { padding-top: 15px; }
.sidebar-menu li { position: relative; }
.sidebar-menu li a {
  font-size: 13px;
  line-height: 31px;
  padding: var(--spc-xs) 0 var(--spc-xs) var(--spc-sm);
    color: var(--color-heading);
      display: block;
      border-bottom: 1px solid var(--color-background-secondary);
        }
.sidebar-menu li:last-child a { border: 0; }
.sidebar-menu li a:hover,
.sidebar-menu li a:active { color: var(--color-brand); }
.sidebar-menu li i {
  font-size: 9px;
  color: var(--color-heading);
    position: absolute;
    top: 13px;
    right: 16px;
    display: block;
    text-align: center;
    pointer-events: none;
    }
.sidebar-menu li.filter-tick-box a {
  padding-left: 46px;
}
.sidebar-menu li.filter-tick-box i {
  font-size: 14px;
  top: 12px;
  left: 20px;
  right: auto;
}




.collection-product-variant-color-swatches {
  padding-top: 8px;
}
.collection-product-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  /* 	border-radius: 12px; */
  margin: 0 2px;
  background-color: #000;
}

.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-menu.sidebar-swatches .filter-tick-box
{
  position: relative;
  left: var(--spc-sm);
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 32px;
    border: 2px solid #fff !important;
    outline: 1px solid #ddd;
    overflow: hidden;
    margin-right: 6px;
    border: 0;
    }
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-menu.sidebar-swatches .filter-tick-box a
{
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
}
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-menu.sidebar-swatches .filter-tick-box .far.fa-square
{
  display: none;
}

.filter-box { 
  height: 60px;
  width: 70px;
  display: inline-block;
  padding-top: 60px;
  margin: 10px;
  text-align: center;
  text-transform: capitalize;
}


/*****************************************
*
* Collection & Variant Filters
*
* These colours work for Filters Sidebar & Product Variants
*
*****************************************/

label.variants.filter-Beige, label.variants.filter-beige,
.variant-link.beige,
.variant-link.beige:hover,
.collection-product-swatch.beige,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-beige a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-beige     a:hover { color: burlywood;   background-color: burlywood; }

label.variants.filter-Black, label.variants.filter-black,
.variant-link.black,
.variant-link.black:hover,
.collection-product-swatch.black,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-black a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-black     a:hover { color: black;       background-color: black; }

label.variants.filter-Blue, label.variants.filter-blue,
.variant-link.blue,
.variant-link.blue:hover,
.collection-product-swatch.blue,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-blue a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-blue      a:hover { color: royalblue;   background-color: royalblue; }

label.variants.filter-Bronze, label.variants.filter-bronze,
.variant-link.bronze,
.variant-link.bronze:hover,
.collection-product-swatch.bronze,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-bronze a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-bronze      a:hover { color: burlywood;   background-color: burlywood; }

label.variants.filter-Brown, label.variants.filter-brown,
.variant-link.brown,
.variant-link.brown:hover,
.collection-product-swatch.brown,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-brown a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-brown     a:hover { color: saddlebrown; background-color: saddlebrown; }

label.variants.filter-Camo, label.variants.filter-camo,
.variant-link.camo, .variant-link.camo:hover,
.collection-product-swatch.camo,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-camo a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-camo a:hover { color: darkolivegreen;   background-color: darkolivegreen; }

label.variants.filter-Chocolate, label.variants.filter-chocolate,
.variant-link.chocolate, .variant-link.chocolate:hover,
.collection-product-swatch.chocolate,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-chocolate a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-chocolate a:hover { color: chocolate;   background-color: chocolate; }

label.variants.filter-Cream, label.variants.filter-cream,
.variant-link.cream,
.variant-link.cream:hover,
.collection-product-swatch.cream,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-cream a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-cream     a:hover { color: oldlace;     background-color: oldlace; }

label.variants.filter-Crimson, label.variants.filter-crimson,
.variant-link.crimson,
.variant-link.crimson:hover,
.collection-product-swatch.crimson,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-crimson a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-crimson   a:hover { color: crimson;     background-color: crimson; }

label.variants.filter-Cyan, label.variants.filter-cyan,
.variant-link.cyan,
.variant-link.cyan:hover,
.collection-product-swatch.cyan,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-cyan a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-cyan      a:hover { color: cyan;        background-color: cyan; }

label.variants.filter-Gold, label.variants.filter-gold,
.variant-link.gold,
.variant-link.gold:hover,
.collection-product-swatch.gold,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-gold a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-gold      a:hover { color: gold;        background-color: gold; }

label.variants.filter-Green, label.variants.filter-green,
.variant-link.green,
.variant-link.green:hover,
.collection-product-swatch.green,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-green a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-green     a:hover { color: forestgreen; background-color: forestgreen; }

label.variants.filter-Gray, label.variants.filter-gray,
label.variants.filter-Grey, label.variants.filter-grey,
.variant-link.gray,
.variant-link.gray:hover,
.collection-product-swatch.gray,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-gray a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-gray      a:hover,
.variant-link.grey,
.variant-link.grey:hover,
.collection-product-swatch.grey,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-grey a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-grey      a:hover { color: grey;      background-color: grey; }

label.variants.filter-Indigo, label.variants.filter-indigo,
.variant-link.indigo,
.variant-link.indigo:hover,
.collection-product-swatch.indigo,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-ivory a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-ivory     a:hover { color: indigo;       background-color: indigo; }

label.variants.filter-Ivory, label.variants.filter-ivory,
.variant-link.ivory,
.variant-link.ivory:hover,
.collection-product-swatch.ivory,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-indigo a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-indigo    a:hover { color: ivory;      background-color: ivory; }

label.variants.filter-Khaki, label.variants.filter-khaki,
.variant-link.khaki,
.variant-link.khaki:hover,
.collection-product-swatch.khaki,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-khaki a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-khaki    a:hover { color: darkkhaki;      background-color: darkkhaki; }

label.variants.filter-Lavender, label.variants.filter-lavender,
.variant-link.lavender,
.variant-link.lavender:hover,
.collection-product-swatch.lavender,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-lavender a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-lavender  a:hover { color: lavender;    background-color: lavender; }

label.variants.filter-Magenta, label.variants.filter-magenta,
.variant-link.magenta,
.variant-link.magenta:hover,
.collection-product-swatch.magenta,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-magenta a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-magenta   a:hover { color: magenta;     background-color: magenta; }

label.variants.filter-Maroon, label.variants.filter-maroon,
.variant-link.maroon,
.variant-link.maroon:hover,
.collection-product-swatch.maroon,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-maroon a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-maroon    a:hover { color: maroon;      background-color: maroon; }

label.variants.filter-Mustard, label.variants.filter-mustard,
.variant-link.mustard,
.variant-link.mustard:hover,
.collection-product-swatch.mustard,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-mustard a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-mustard   a:hover { color: goldenrod;   background-color: goldenrod; }

label.variants.filter-Navy, label.variants.filter-navy,
.variant-link.navy,
.variant-link.navy:hover,
.collection-product-swatch.navy,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-navy a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-navy      a:hover { color: navy;        background-color: navy; }

label.variants.filter-Neon, label.variants.filter-neon,
.variant-link.neon,
.variant-link.neon:hover,
.collection-product-swatch.neon,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-neon a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-neon      a:hover { color: greenyellow;        background-color: greenyellow; }

label.variants.filter-Orange, label.variants.filter-orange,
.variant-link.orange,
.variant-link.orange:hover,
.collection-product-swatch.orange,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-orange a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-orange    a:hover { color: orange;      background-color: orange; }

label.variants.filter-Peach, label.variants.filter-peach,
.variant-link.peach,
.variant-link.peach:hover,
.collection-product-swatch.peach,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-peach a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-peach     a:hover { color: peachpuff;   background-color: peachpuff; }

label.variants.filter-Pink, label.variants.filter-pink,
.variant-link.pink,
.variant-link.pink:hover,
.collection-product-swatch.pink,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-pink a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-pink      a:hover { color: pink;        background-color: pink; }

label.variants.filter-Purple, label.variants.filter-purple,
.variant-link.purple,
.variant-link.purple:hover,
.collection-product-swatch.purple,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-purple a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-purple    a:hover { color: purple;      background-color: purple; }

label.variants.filter-Red, label.variants.filter-red,
.variant-link.red,
.variant-link.red:hover,
.collection-product-swatch.red,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-red a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-red       a:hover { color: red;         background-color: red; }

label.variants.filter-Sienna, label.variants.filter-sienna,
.variant-link.sienna,
.variant-link.sienna:hover,
.collection-product-swatch.sienna,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-sienna a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-sienna    a:hover { color: sienna;      background-color: sienna; }

label.variants.filter-Silver, label.variants.filter-silver,
.variant-link.silver,
.variant-link.silver:hover,
.collection-product-swatch.silver,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-silver a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-silver    a:hover { color: silver;      background-color: silver; }

label.variants.filter-Taupe, label.variants.filter-taupe,
.variant-link.taupe,
.variant-link.taupe:hover,
.collection-product-swatch.taupe,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-teal a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-teal      a:hover { color: teal;        background-color: teal; }

label.variants.filter-Teal, label.variants.filter-teal,
.variant-link.teal,
.variant-link.teal:hover,
.collection-product-swatch.teal,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-taupe a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-taupe     a:hover { color: peru;        background-color: peru; }

label.variants.filter-Tomato, label.variants.filter-tomato,
.variant-link.tomato,
.variant-link.tomato:hover,
.collection-product-swatch.tomato,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-tomato a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-tomato    a:hover { color: tomato;      background-color: tomato; }

label.variants.filter-Violet, label.variants.filter-violet,
.variant-link.violet,
.variant-link.violet:hover,
.collection-product-swatch.violet,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-violet a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-violet    a:hover { color: violet;      background-color: violet; }

label.variants.filter-White, label.variants.filter-white,
.variant-link.white,
.variant-link.white:hover,
.collection-product-swatch.white,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-white a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-white     a:hover { color: snow;        background-color: snow; }

label.variants.filter-Wine, label.variants.filter-wine,
.variant-link.wine,
.variant-link.wine:hover,
.collection-product-swatch.wine,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-wine a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-wine      a:hover { color: maroon;      background-color: maroon; }

label.variants.filter-Yellow, label.variants.filter-yellow,
.variant-link.yellow,
.variant-link.yellow:hover,
.collection-product-swatch.yellow,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-yellow a,
.sidebar-widget.sidebar-filter.filter-one.colors .sidebar-swatches.sidebar-menu .filter-yellow    a:hover { color: yellow;      background-color: yellow; }

/* Fixes */
.sidebar-widget.sidebar-filter.filter-two .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-three .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-four .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-five .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-six .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-seven .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-eight .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-nine .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-ten .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-eleven .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twelve .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-thirteen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-fourteen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-fifteen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-sixteen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-seventeen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-eighteen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-nineteen .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-one .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-two .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-three .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-four .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-five .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-six .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-seven .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-eight .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-twenty-nine .sidebar-swatches.sidebar-menu a,
.sidebar-widget.sidebar-filter.filter-thirty .sidebar-swatches.sidebar-menu a
{ background-color: transparent !important; }


.sidebar-banner {
  position: relative;
  margin-bottom: var(--spc);
    }
.sidebar-banner-image {
  max-width: 100%;
  height: auto;
}
@media(min-width: 992px){
  .sidebar-expand { right: 38px; }
  .sidebar-widget { padding-right: var(--spc); }
  .sidebar-menu li i { right: 26px; }
  .sidebar-menu li.filter-tick-box i { right: auto; }

/*
* 5.9 - Newsletter
*
*/
.newsletter-lg {
  width: 100%;
  position: relative;
}
.newsletter-image img {
  max-width: 100%;
  height: auto;
}
.newsletter-content { padding: var(--spc-xl) var(--spc); }
.newsletter-form { position: relative; }
.newsletter-form .form-control {
  height: 60px;
  line-height: 60px;
  padding-right: 112px;
}
.newsletter-content .newsletter-form .form-control {
  margin-bottom: var(--spc);
    padding-right: var(--spc-sm);
      }
.newsletter-content .form-control {
  text-align: center;
  background-color: transparent;
  border-width: 0 0 1px 0;
}
.newsletter-content .newsletter-text {
  margin-bottom: var(--spc);
    text-align: center;
    }
.newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 var(--spc);
    height: 60px;
    line-height: 60px;
    }
.newsletter-content .newsletter-submit {
  padding: 0 var(--spc);
    position: relative;
    }
.newsletter-title { text-align: center; }
.newsletter-content .newsletter-title { margin-bottom: var(--spc); }
#mc_embed_signup input.mce_inline_error { border-color: var(--color-danger) !important; } /* Overrides Mailchimp's inline CSS */
#mc_embed_signup div.mce_inline_error { display: none !important; } /* Overrides Mailchimp's inline CSS */
.response#mce-error-response,
.response#mce-success-response {
  display: none;
  font-size: 12px;
  text-align: center;
  padding: var(--spc-sm);
    }
.response#mce-error-response.in,
.response#mce-success-response.in { display: block; } /* Overrides Mailchimp's inline CSS */
@media(min-width: 1200px){
  .newsletter-title {
    text-align: left;
    margin: 0;
  }
  .newsletter-text {
    text-align: left;
    margin: 0;
  }
  .newsletter-lg .newsletter-title { text-align: center; }
  .newsletter-content {
    position: absolute;
    right: 15px;
    width: 720px;
    height: 570px;
    padding: 0 140px;
    margin: 0;
  }
  .newsletter-content .newsletter-form .form-control { width: 360px; }
  .newsletter-content.image-left {
    left: auto;
    right: 15px;
  }
  .newsletter-content.image-right {
    left: 15px;
    right: auto;
  }
}

/*
* 5.10 - Ajax Search
*
*/
.ajax-search-results {
  display: none;
  background: var(--color-background);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 199;
    box-shadow: var(--box-shadow-lg);
      }
.ajax-search-item {
  display: block;
  padding: var(--spc-sm);
    color: var(--color-font-secondary);
      }
.ajax-search-item h6 { transition: var(--transition-base); }
.ajax-search-item:hover,
.ajax-search-item:hover h6 { color: var(--color-primary); }
.ajax-search-item-thumbnail {
  display: block;
  width: 60px;
  height: auto;
}
.ajax-search-content { padding-left: var(--spc-sm); }
.ajax-search-item-title {
  font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
      font-size: 12px;
      line-height: 12px;
      margin: 0;
      }
.ajax-search-item-price { font-size: 12px; }
.ajax-search-more {
  padding: 0 0 0 var(--spc-sm);
    font-size: 12px;
    line-height: 14px;
    color: var(--color-font-secondary);
      }
.ajax-search-more strong { transition: var(--transition-base); }
.ajax-search-more:hover,
.ajax-search-more:hover strong { color: var(--color-primary); }
.ajax-no-results {
  color: var(--color-font-secondary);
    margin: 0;
    }
@media(min-width: 992px){
  .ajax-search-results {
    width: calc(100% - 30px);
    left: 15px;
    padding: var(--spc);
      min-width: 400px;
      }
}

/*
* 5.11 - Ajax Cart
*
*/




.cart-item-count {
  position: absolute;
  top: 8px!important;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: var(--font-weight-bold);
    line-height: 18px;
    border-radius: 18px;
    background-color: var(--color-brand);
      transition: var(--transition);
        color: #fff;
        right: 20px;
        }
.off-canvas-cart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: var(--transition);
    visibility: hidden;
    opacity: 0;
    }
.off-canvas-cart.in {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, .1);
}
.off-canvas-cart-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.72);
  backdrop-filter: blur(12px) grayscale(1);
}
.header-cart-contents {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 100vh;
  background-color: var(--color-background);
    padding: var(--spc);
      text-align: left;
      transition: var(--transition);
        transform: translateX(400px);
        }
.off-canvas-cart.in .header-cart-contents {
  transform: translateX(0);
  background: #fff;
}
.header-cart-contents-header {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--color-background-secondary);
    }
.header-cart-contents-close {
  position: absolute;
  top: 26px;
  right: 26px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: var(--color-heading);
    cursor: pointer;
    }
.header-cart-contents-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--color-background-secondary);
    }
.header-cart-contents-title,
.header-cart-contents-total-title,
.header-cart-contents-total-value {
  font-size: 16px;
  margin: 0;
}
.header-cart-contents-total-value {
  font-weight: bolder;
}
.header-cart-contents a:not(.header-cart-contents-view-cart) {
  display: block;
  width: auto;
  font-size: 14px !important;
  margin: 0;
}
.header-cart-contents-item {
  position: relative;
  padding-bottom: var(--spc);
    }
.header-cart-contents-product-image {
  width: 60px;
  height: 60px;
}
.header-cart-contents-product-image img {
  max-width: 100%;
  height: auto;
}
.header-cart-contents-product-details { padding-left: var(--spc); }
.header-cart-contents-product-price {
  font-size: 12px;
  line-height: 14px;
}
.header-cart-contents-product-quantity {
  font-size: 12px;
  line-height: 14px;
}
.header-cart-contents-product-title {
  letter-spacing: 0;
  font-size: 10px;
  line-height: 30px;
  margin: 0;
}
.header-cart-contents-product-title a {
  color: var(--color-font-secondary);
    text-align: left !important;
    }
.header-cart-contents-product-title a:hover { color: var(--color-primary); }
.store-icons .header-cart-contents a.header-cart-contents-product-remove {
  position: absolute;
  top: 18px;
  right: 8px;
  font-size: 14px;
  color: var(--color-danger);
    }
.store-icons .header-cart-contents a.header-cart-contents-product-remove:hover { color: var(--color-danger); }
.store-icons .header-cart-contents .header-cart-contents-cta a.btn:hover {
  color: #fff;
}
@media(min-width: 767px) {
  .shop-details-phone { margin-right: var(--spc); }
  .site-header { padding-bottom: var(--spc);}
}
@media(min-width: 992px) {
  .site-header {
    height: var(--site-header-height);
      padding-bottom: 0;

      }
  .shop-branding { padding: var(--spc) 0; }
}

/*
* 5.12 - Swatches
*
*/
.variant-links {
  margin-bottom: var(--spc);
    }
.variant-link-title {
  font-size: 14px;
  margin-bottom: var(--spc-sm);
    }
.tagged-products { margin-bottom: var(--spc); }
.tagged-product {
  display: inline-block;
  color: var(--color-background);
    background-color: var(--color-heading);
      border: 3px solid var(--color-background);
        margin-right: var(--spc-xs);
          box-shadow: 0 6px 12px rgba(0,0,0,0.12);
          }
.product-new-template label,
.option-name {
  margin-bottom: 0;
  text-transform: uppercase !important;
}
.product-new-template input, .product-new-template textarea, .product-new-template button, .product-new-template select, .product-new-template label {
  text-transform: uppercase !important;
}
.collection-option-boxes-wrapper .swatch-size a.size-swatch {
  color: #ffffff;
}
.collection-option-boxes-overlay .variant-link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    margin-right: var(--spc-xs);
      position: relative;
      /* 	opacity: 0; */
      transition: none;
      background-color: transparent;
      border: 1px solid #e1e2e3;
      color: #ffffff;
      }
.collection-option-boxes-overlay .swatch-size .variant-link {

  width: 40px;
  height: 40px;
  width: auto;
  /* 	background-color: var(--color-background); */
  font-weight: var(--font-weight);
    /* 	color: var(--color-heading); */
    border-color: #e5e5e5;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #e1e2e3 !important;
    }
.collection-option-boxes-overlay .swatch-color .variant-link {
  border: 1px solid #e1e2e3 !important;
}
.collection-option-boxes-overlay .swatch-size .variant-link:hover,
.collection-option-boxes-overlay .swatch-size .variant-link:hover{
  background-color: #fff !important;
  background: #fff !important;
}
a.media.media--transparent.media--.media--hover-effect {
  /* width: 200px; */
  height: 470px;
}

/* Product Swatch Variant */
.variants {
  display: inline-flex;
  cursor: pointer;
}
.prod_variant {
  display:inline;
}


.dot {
  height: 20px;
  width: 20px;
  border-radius: 0%;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 8px;
  border: 0.1rem solid rgba(var(--color-foreground),.55);
    border-radius: 0;
    color: #999!important;
    display: inline-block;
    margin: 0.7rem 0.5rem 0.2rem 0;
    padding: 0.5rem 0.6rem;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1;
    transition: border var(--duration-short) ease;
      cursor: pointer;
      font-weight: var(--font-weight);
        border: 1px solid #e1e2e3!important;
        font-size: 12px;
        font-weight: var(--font-weight-bold);
          line-height: 34px;
          letter-spacing: 0;
          text-align: center;
          margin-right: var(--spc-xs);
            position: relative;
            transition: none;
            min-width: 0;
            }



.swatch .header {
  /*   display: inline-block; */
  /*   float: left; */
  line-height: 13px;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 12px;
}
.swatch .swatch-element {
  float: left;
}
.swatch-element > input {
  display: none;
}
.swatch-element > label {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 20px;
}
.swatch-element input:checked + label {
  color: #666666;
}
.swatch-element > label:hover {
  color: #666666;
}
.swatch-element > label {
  display: block;
}
.product-size {
  margin-bottom: 0px;
}
.product-size .swatch{
  margin-bottom: 40px;
}
.swatch-element.color > label {
  background: #666666 none repeat scroll 0 0;
  border: medium none;
  display: block;
  float: left;
  height: 40px;
  margin-right: 13px;
  margin-top: -13px;
  padding: 0;
  position: relative;
  width: 40px;
  border: 1px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swatch-element.color.white > label {
  border: 1px solid #999;
}
.swatch-element.color input:checked + label {
  outline: 1px solid #666;
}
.Material .swatch-element {
  float: left;
  padding-right: 10px;
}
.swatch-element.soldout label {
  cursor: not-allowed;
  position: relative;
}
.swatch-element.soldout label::before, .swatch-element.soldout label::after {
  position: absolute;
  left: 43%;
  top: -40%;
  content: "";
  color: red;
  font-size: 40px;
  text-align: center;
  width: 2px;
  height: 32px;
  background: red;
  opacity: .5;
}
.swatch-element.soldout label::before {
  transform: rotate(-40deg);
}
.swatch-element.soldout label::after {
  transform: rotate(40deg);
}
/*
.swatch-element.soldout label:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
background: #000;
content: "";
height: 100%;
opacity: .6;
}
*/
.swatch-element.red.soldout label::after {
  color: black;
}
/* End Product Swatch Variant */
/* Product Select Variant */
.product-variant-option .selector-wrapper label {
  width: 80px;
}
.product-variant-option .selector-wrapper select {
  width: 200px;
  border-radius: 0;
}
.product-variant-option .selector-wrapper + .selector-wrapper {
  margin-top: 20px;
}
.variant-link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    color: #999!important;
    background-color: var(--color-heading);
      border-width: 1px;
      border-style: solid;
      border-color: #e1e2e3;
      margin-right: var(--spc-xs);
        position: relative;
        transition: none;
        width: 45px;
        height: 45px;
        }
.swatch-color .variant-link {
  min-width: 40px;
  height: 40px;
  width: auto;
  font-weight: var(--font-weight);
    color: #fff;
    border-radius: 0;
    border: 1px solid #000 !important;
    padding: 0 10px;
    }
.swatch-color .variant-link:hover {
  /* 	opacity: 0.6; */
  border-color: #e1e2e3!important;
  color: #fff!important;
}
.swatch-size .variant-link {
  min-width: 40px;
  height: 40px;
  width: auto;
  background-color: var(--color-background);
    font-weight: var(--font-weight);
      color: var(--color-heading);
        border-radius: 0;
        border: 1px solid #e1e2e3 !important;
        padding: 0 10px;
        }
.swatch-size.variant-link:hover {
  background-color: #999!important;
  border-color: #999!important;
  color: #fff!important;
}
.swatch-size .variant-link.unavailable {
  border: 1px solid #e1e2e3 !important;
  color: #e1e2e3 !important;
}
.swatch-size .variant-link.unavailable:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #e1e2e3;
  transform: rotate(
    315deg);
}

.swatch-size .available.variant-link:not(.unavailable).selected {
  background-color: #222!important;
  border-color: #222!important;
  color: #fff!important;
}
.swatch-size .available.variant-link:not(.unavailable).selected:hover {
  background-color: #222!important;
  border-color: #222!important;
  color: #fff!important;
} 
/* .unavailable.variant-link:before,
.soldout.variant-link:before {
content: "";
position: absolute;
top: 45%;
left: 0px;
width: 100%;
height: 1px;
background-color: var(--color-danger);
transform: rotate(
45deg);
}
.unavailable.variant-link:after,
.soldout.variant-link:after {
content: "";
position: absolute;
top: 45%;
left: 0px;
width: 100%;
height: 1px;
background-color: var(--color-danger);
transform: rotate(
-45deg);
} */
.collection-option-boxes-overlay   .swatch-size .variant-link{
  line-height: 39px;
  text-transform: uppercase;
}
.swatch-color .variant-link.unavailable:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #000;
  transform: rotate(
    315deg);
}
.swatch-size .variant-link{
  line-height: 39px;
  text-transform: uppercase;
}
.swatch-size .variant-link.available:hover {
  border-color: #cdcdcd!important;
}
.variant-link.unavailable {
  cursor: not-allowed;
}
.variant-link.unavailable:hover {
  color: var(--color-heading);
    }
/* .variant-link:not(.unavailable):hover,
.variant-link:not(.unavailable).selected,
.swatch-color .variant-link:not(.unavailable):hover,
.swatch-color .variant-link:not(.unavailable).selected {
border-width: 1px;
border-color: var(--color-heading) !important;
} */
.swatch-size .variant-link {
  line-height: 40px;
}
/* .available.variant-link.swatch-element.color-swatch.selected:before, .available.variant-link.swatch-element.color-swatch:hover:before {
content: "";
position: absolute;
width: 44px;
height: 44px;
border: 1px solid #919191;
display: block;
border-radius: 100%;
top: -3px;
left: -3px;
} */

/* .unavailable.variant-link.color-swatch label, .unavailable.variant-link.size-swatch label {
cursor: not-allowed!important;
}
*/



.color-swatches-wrapper.swatch-color {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.variant-link.available {
  opacity: 1;
}
.variant-link.available:after {
  display: none;
}
.swatch-color .variant-link:hover {
  border-color: transparent !important;
}
.swatch-size .variant-link:hover {
  box-shadow: none;
  border-width: 1px;
}
.swatch-size .variant-link.available:hover {
  box-shadow: none;
  border-color: #cdcdcd;
  color: var(--color-heading);
    }
.variant-link.dropship-item {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid #252525;
  color: #252525;
  padding: 6px 18px;
  margin-right: var(--spc);
    }
a.variant-link.dropship-item:hover,
a.variant-link.dropship-item:active { color: var(--color-heading); }
span.variant-link.dropship-item.current {
  background-color: var(--color-brand);
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    }
span.variant-link.dropship-item.current:before { display: none; }
a.variant-link:hover,
a.variant-link:active {
  color: var(--color-background);
    box-shadow: inset 0 0 40px rgba(0,0,0,0.36);
    }
span.variant-link.current:before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: -32px;
  left: 14px;
  color: var(--color-heading) !important;
    }
span.variant-link {
  background-color: var(--color-background-secondary);
    color: var(--color-text);
      }
.swatch-color a.variant-link.available.selected {
  opacity: 0.2;
}


/*
* 5.13 - Other Elements
*
*/

.visitor_counter_v {
  background-color: #eeeeee;
  color: #000;
  line-height: 15px;
  padding: 3px 10px 1px;
  text-align: center;
  font-size: 20px;
}
p.visitor_counter {
  line-height: 21px;
  margin: 10px 0;
  padding: 20px 0 19px 20px;
  text-transform: uppercase;
  background: #eeeeee;
}

.motivator--text {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 5px;
}
.estimater {
  line-height: 21px;
  margin: 10px 0;
  padding: 20px 0 19px 20px !important;
  text-transform: uppercase;
  background: #eeeeee;
}
.estimate-timer--time {
  color: #d6a915;
  margin: 0 0 0 5px; /* Why this? Changed - Steve */
  font-weight: 900;
}
.estimater b {
  font-weight: bold;
}

/*
* 5.13 - Popup
*
*/
.site-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.92);
  z-index: 999;
  transition: var(--transition);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    }
.site-popup-container.out {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
} 
.site-popup {
  position: relative;
  transition: var(--transition);
    transform: translateY(0);
    }
.site-popup-container.out .site-popup { transform: translateY(30px); }
.site-popup-image img { height: auto; }
.close-popup {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 24px;
}

/*
* 5.14 - Map
*
*/
.map-container { height: 600px; }
.map { height: 100%; }

/*
* 5.15 - Video Background
*
*/
.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}


.wishlist, .size-guide {
  /*     display: flex; */
  /* float: left; */
  /*     justify-content: space-between; */
  /* display: -webkit-flex; */
  /* justify-content: flex-end; */
  /* flex-direction: row; */
  /* flex-shrink: 1; */
  /* flex-grow: 0; */
  /*     flex-grow: 1; */
  /* align-items: stretch; */
  /*     flex: 1; */
  /*     width: 49%;
  float: left; */
}

/*
* 5.15 - Trust Badge
*
*/
.trust_badge {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
* 5.16 - Wishy
*
*/

.wishlist {
  margin-right: 1% !important;
}
.wishlist p.emptymsg {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
}

/* Wishlist Notification */
.zooomyloginrequest {
  position: fixed;
  top: 10px;
  right: 0;
  background: #a4dfc7;
  border: 0 !important;
  padding: 17px;
  background: #000!important;
  left: 0;
  width: 20%;
  margin: 0 auto;
  color: #fff;
}
.zooomyloginrequest a {color: #fff;}

#wishlist_page_product_text, #wishlist_page_product_text a {
  background: #000000;
  color: #FFFFFF;
  background: #000000;
  color: #FFFFFF;
  padding: 6px 3px;
}

.wishy-container { margin: 0 !important; }
.wishy-container .wishy-btn,
.wishy-container .wishy-btn-remove {
  padding: 0 !important;
  margin: 0 0 0 var(--spc) !important;
    border: 0 !important;
    height: 40px !important;
    background: var(--color-background) !important;
      color: var(--color-heading) !important;
        font-size: 12px !important;
        font-weight: var(--font-weight-bold) !important;
          letter-spacing: 0 !important;
          text-transform: none !important;
          }
.wishy-container .wishy-btn-remove .wishy-btn-remove-txt,
.wishy-container .wishy-btn .wishy-btn-txt {
  font-size: 12px !important;
  font-weight: var(--font-weight-bold) !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    }
i.wicon-wishyheart-empty:before { color: var(--color-heading) !important; }
.vbox-content { padding: 30px !important; }
.venoframe.figlio { box-shadow: 0 12px 36px rgba(0,0,0,0.18) !important; }



/*
* 6.0 - Sections
*
*/

.section-header {
  text-align: center;
  margin-bottom: var(--spc);
    }
.section-title.minimal {
  font-size: 26px;
  line-height: 38px;
  margin: 0;
}
.section-title { margin-bottom: var(--spc-sm); }
.section-subtitle { margin-bottom: 0; }
.section-title span:not(.tertiary),
.section-subtitle span:not(.tertiary) { color: var(--color-brand); }

/*
* 6.1 - Section - Banner Grid
*
*/
@media (max-width: 500px){
  /* 	.banner {
  background-size: auto 100% !important;
  margin-bottom: 20px !important;
} */
}
.banner-title {
  text-transform: none;
  letter-spacing: 0;
}
.section-title .tertiary,
.section-subtitle .tertiary,
.banner-title .tertiary,
.banner-description .tertiary {
  font-family: var(--font-tertiary);
    font-weight: var(--font-weight-tertiary);
      font-style: var(--font-style-tertiary);
        font-size: var(--font-size-difference);
          }
.banner-content {
  z-index: 80;
  width: 100%;
  /* 	background-color: transparent !important; */
}
.banner-description { margin-bottom: 0; }
.btn-banner { margin-top: var(--spc); }
@media(max-width: 600px) {
  .btn-banner {
    width: 80%;
    padding: 0 10px;
  }
}
.slides {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.cycle-prev,
.cycle-next {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 101;
  cursor: pointer;
  transition: var(--transition);
    color: #ffffff;
    }
.cycle-prev i,
.cycle-next i {
  font-size: 48px;
  color: var(--color-background);
    transition: var(--transition);
      }
.cycle-prev { left: 0; }
.cycle-next { right: 0; }
.carousel .cycle-prev,
.carousel .cycle-next {
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-top: -50px;
  background-color: var(--color-background-secondary);
    }
.carousel .cycle-prev i,
.carousel .cycle-next i {
  font-size: 20px;
  color: var(--color-heading);
    }
.carousel .cycle-prev:hover,
.carousel .cycle-next:hover {
  background: var(--color-brand);
    }
.carousel .cycle-prev:hover i,
.carousel .cycle-next:hover i {
  color: #fff;
}

/*
* 6.2 - Section - Services
*
*/
.service { margin-bottom: var(--spc); }
.service-content { padding: 0 0 0 var(--spc); }
.service-icon i {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 64px;
}
.minimal .service-icon i {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.compact { padding: var(--spc-xs) 0; }
.compact .service-icon i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.service-heading {
  font-size: 18px;
  font-weight: var(--font-weight);
    margin-bottom: var(--spc-xs);
      }
.minimal .service-heading {
  font-size: 16px;
  margin-bottom: 0;
}
.compact .service-heading {
  font-size: 16px;
  margin-bottom: 0;
}
.service-text {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

/*
* 6.3 - Section - Instagram Feed
*
*/
.instagram-link { display: block; }
.instagram-image {
  display: block;
  width: 100%;
  height: auto;
}

/*
* 6.4 - Images
*
*/
img.lazyload:not([src]) {
  visibility: hidden;
}

/*
* 8.0 - Product - Singular
*
*/

/* .product__info-container {
display: block;
width: 100%;
float: left;
}
.product__accordion.accordion {
display: block;
width: 100%;
float: left;
}
*/

header .product-meta {
  border-bottom: 1px solid #e1e2e3;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}

div#product-tabs {
  clear: both;
}
.product-featured-image {
  max-width: 100%;
  height: auto;
}

.product-tab-content, .product__accordion .accordion__content p, .product__accordion .accordion__content{   
  font-family: var(--font-secondary ) !important;  font-weight:normal !important;}

.product-tab-content img {
  max-width: 100%;
  height: auto;
}
.zoomImg:hover { cursor: crosshair; }
.product-images { padding: var(--spc) 0; }
.product-images img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border: 1px solid var(--color-background-secondary);
    padding: var(--spc-xs);
      /* 	margin-bottom: var(--spc); */
      }
.product-images img:hover,
.product-images img:focus { opacity: 0.6; }
.product-title {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
.product-meta { margin-bottom: 10px; }
.product-vendor,
.product-sku,
.product-extra-info,
.product-in-stock,
.product-out-of-stock,
.product-out-of-stock-extra-info {
  display: block;
  font-size: 12px;
}
.product-in-stock { color: var(--color-success); }
.product-out-of-stock { color: var(--color-danger); }
.product-reviews { margin-bottom: var(--spc); }
.quantity { font-weight: var(--font-weight-bold); }
.quantity:after { content: " "; }
.spr-badge-starrating .spr-icon { color: var(--color-brand);     font-size: 60% !important;}
.spr-badge-caption a { color: var(--color-text); }
.product-price {
  display: block;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
    line-height: 16px;
    color: var(--color-heading);
      /* 	margin-bottom: var(--spc); */
      }
span.badge.price__badge-sale {
  display: none /*inline-block*/;
  /* position: absolute; */
  top: 0;
  right: 0;
  height: 24px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  line-height: 24px;
  background-color: var(--color-sale);
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Image Badges */
.grid__item.medium-up--one-half.one-whole.product__media-wrapper {
  position: relative;
}
.image_badges {
  position: absolute;
  z-index: 1;
  right: 0;
}
.image_badges .price__badge-sale,
.image_badges .price__badge-sold-out{
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    }
.image_badges .price__badge-sale {
  background-color: var(--color-sale)!important;
    color: #fff!important;
    line-height: 39px !important;
    height: 40px !important;
    /*     width: 89px; */
    font-size: 15px !important;
    }
.image_badges .price__badge-sold-out {
  background-color: var(--color-sold-out) !important;
    color: #000 !important;
    line-height: 29px;
    height: 40px;
    width: 89px;
    }
.image_badges .price__regular,
.image_badges .price__sale,
.image_badges .unit-price{
  display: none !important;
}
.sale-price {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-heading);
    margin-bottom: var(--spc-xs);
      }
.sale-price strong { color: var(--color-heading); }
.original-price {
  color:  var(--color-heading);
    font-size: 22px;
    }
.product-save {
  display: block;
  line-height: 36px;
  color: var(--color-heading);
    }
.product-save.saveText {
  font-size: 17px;
}
.original-price.original-price-text {
  font-size: 17px;
  color: var(--color-heading);
    }
/* .product-form { margin-bottom: var(--spc); } */
.product-form__input input[type='radio']:disabled + label, .product-form__input input[type='radio'].disabled + label {
  border: 1px solid #000000;
  color: rgba(var(--color-foreground), 0.4);
    opacity: 0.4;
    }
.product-form__input input[type=radio]+label:hover {
  border: 1px solid #000;

}
.product-quantity {
  height: 40px;
  line-height: 40px;
  max-width: 240px;
}
.product-tab-heading { margin: 0; }
.product-tab-heading a {
  position: relative;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: var(--color-font-secondary);
    display: block;
    border-bottom: 1px solid var(--color-background-secondary);
      }
.product-tab-heading a:after {
  content: "\f068";
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  top: 2px;
  right: 0;
}
.product-tab-heading a.collapsed:after { content: "\f067"; }
.product-tab-content { padding-top: var(--spc); }
.social-share { padding-top: var(--spc-sm); }
.social-share-icons {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share-icons li { display: inline-block; }
.share-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  margin-right: var(--spc-xs);
    font-size: 22px;
    text-align: center;
    line-height: 46px;
    color: var(--color-heading);
      }
a.share-icon:hover,
a.share-icon:active { color: var(--color-background); }
.share {
  color: var(--color-heading);
    font-size: 18px;
    }
.twitter:hover,
.twitter:active { background-color: var(--color-twitter); }
.facebook:hover,
.facebook:active { background-color: var(--color-facebook); }
.linkedin:hover,
.linkedin:active { background-color: var(--color-linkedin); }
.pinterest:hover,
.pinterest:active { background-color: var(--color-pinterest); }
.rss:hover,
.rss:active { background-color: var(--color-rss); }
.extra-field { margin-bottom: var(--spc-sm); }
.max-limit { color: var(--color-warning); }
.max-limit i {
  font-size: 14px;
  margin-right: var(--spc-xs);
    }
.custom-file { margin-bottom: var(--spc-xl); }
.selector-wrapper { margin-bottom: var(--spc-sm); margin-top: 10px; }
.selector-wrapper label { display: block; }
.single-option-selector {
  display: block;
  width: 100%;
}
#shopify-product-reviews { margin: 0 0 var(--spc) 0 !important; }
@media(min-width: 767px) {
  .product-featured-image-wrapper { min-height: 495px; }
  .product-sku,
  .product-vendor,
  .product-extra-info,
  .product-in-stock,
  .product-out-of-stock,
  .product-out-of-stock-extra-info {
    display: inline-block;
    margin-right: var(--spc-sm);
      }
  .product-save:before {
    content: "|";
    padding: 0 var(--spc-sm);
      color: var(--color-background-secondary);
        }
  .product-save { display: inline; }
  .product-quantity { margin-right: var(--spc); }
}

/*
* 9.0 - Collections - Grid
*
*/
.list-collections { padding: var(--spc-xl) 0; }
.grid-collection {
  display: block;
  text-align: center;
  margin-bottom: var(--spc-lg);
    }
.grid-collection-image {
  max-width: 100%;
  height: auto;
  margin-bottom: var(--spc);
    }
.grid-collection-link {
  font-weight: var(--font-weight-bold);
    color: var(--color-heading);
      margin: 0;
      }
.grid-collection-link i {
  margin-left: var(--spc-sm);
    font-size: 14px;
    }
.collection-header { position: relative; }
.collection-title {
  padding-top: var(--spc-xs);
    font-size: 26px;
    line-height: 38px;
    text-transform: capitalize;
    }
.collection-description { 
  font-size: var(--font-size)
    }
#ProductGridContainer p, #ProductGridContainer p span{font-size: 14px; line-height: 29px; font-weight:normal;}
.collection-toolbar { margin-bottom: var(--spc); }
.collection-sort label,
.collection-num-products label {
  font-weight: var(--font-weight-bold);
    font-size: 12px;
    margin-right: var(--spc-sm);
      color: #fff;
      width: 40%;
      display: inline-block;
      }
.collection-sort .form-control,
.collection-num-products .form-control {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  min-width: 40px;
  background: var(--color-background);
    border: 1px solid var(--color-background-secondary-darken);
      padding: 0 var(--spc-xs);
        margin-right: var(--spc-xs);
          }
.carousel {
  padding-bottom: 30px;
}
.collection-product {
  position: relative;
  margin-bottom: var(--spc);
    transition: var(--transition);
      }
.collection-product:hover:not(.still) { transform: translateY(-10px); }
.carousel .collection-product {
  margin: 0 15px;
}
a.collection-product-image-variant img { /* Update */
  max-width: 100%;
  width: 100%;
}
.collection-product-image-variant img {
  max-width: 100%;
  width: 100%;
}
.collection-product-image-variant {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: var(--color-background); */
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
    }
@media (max-width: 500px) {
  .collection-product:hover .collection-option-boxes-overlay {
    top: 10% !important;
  }
}
/* .collection-product-image {
position: relative;
display: block;
margin-bottom: var(--spc-sm);
background-color: var(--color-background);
}
.collection-product-image a.media--portrait img {
max-height: 400px !important;
}
.collection-product-image a.media--square img {
display: block;
position: unset !important;
width: auto !important;
height: 320px !important;
margin: 0 auto;
background-color: var(--color-background);
} */
.collection-product-image {
  position: relative;
  display: block;
  margin-bottom: var(--spc-sm);
    background-color: var(--color-background);
      }
.collection-product-image img {
  display: block;
  max-width: 100%;
  width: 100%!important;
  height: auto;
  margin: 0 auto;
  background-color: var(--color-background);
    }
.collection-product:hover .collection-product-image-variant {
  opacity: 1;
  visibility: visible;
}
/* .collection-product:hover .collection-product-image-variant img {width: 100% !important;} */
.collection-product-title {
  font-family: var(--font-primary);
    font-weight: var(--font-weight);
      font-size: 13px;
      line-height: 25px;
      white-space: normal;
      letter-spacing: 0;
      text-transform: none;
      margin-bottom: 0;
      margin-top: 0;
      transition: var(--transition);
        }
.collection-product-title a { 
  color: var(--color-heading);

    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    }
.collection-product-title a:hover { color: var(--color-brand); }
.collection-product-price {
  color:#000 !important;
  font-size: 15px;
  font-weight: var(--font-weight-bold);
    line-height: 23px;
    }
.without-vat,
.collection-product-price.without-vat,
.without-vat .collection-product-price {
  font-size: 13px;
  line-height: 20px;
}
.without-vat {
  /* 	opacity: .6; */
  font-size: 22px;
}
.with-vat {
  display: block;
  margin-top: -6px;
}
.vat-text {
  font-size: 70%;
}
.product-price.without-vat {
  margin-bottom: var(--spc-sm);
    }
.collection-original-price {
  font-size: 12px;
  color: var(--color-sale);
    position: relative;
    margin-right: var(--spc-xs);
      }
.collection-original-price:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: var(--color-sale);
}
.collection-sale-price {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
    position: relative;
    top: 0;
    }
.collection-product-saving-percentage {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  padding: 0 8px;
  font-size: 10px;
  font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    line-height: 24px;
    background-color: var(--color-heading);
      color: #fff;
  z-index:2;
      }
/* .collection-product-reviews { margin-bottom: var(--spc-sm); } */
.spr-badge-starrating { margin: 0; }
.spr-badge-caption {
  font-size: 12px;
  display: block;
  text-transform: capitalize;
}
.collection-product-reviews .spr-badge-caption {
  display: none;
}
.product-column .price__regular,
.collection-product .price__sale .price-item,
.collection-product .price__sale span{
  width: 100%;
  font-size: 15px;
}

.price .price-item {
  margin: 0 1rem 0 0;
  font-size: 2rem;
}
s.price-item.price-item--regular {
  margin: 0;
}

/* .collection-product-reviews .spr-badge-caption {
margin-top: 20px;
} */
.add-to-cart-result {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background);
    padding: var(--spc);
      visibility: hidden;
      opacity: 0;
      transition: var(--transition);
        transform: translateY(30px);
        }
.add-to-cart-result.in {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.add-to-cart-result.out {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30px);
}
.add-to-cart-result-message {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.add-to-cart-from-collection {
  padding-top: var(--spc-sm);
    position: relative;
    }
.add-to-cart-out-of-stock {
  padding-top: var(--spc-sm);
    height: 39px;
    font-weight: var(--font-weight);
      line-height: 28px;
      margin: 0;
      font-size: 12px;
      color: var(--color-danger);
        }


/* Filters */
p.clear_all {
  font-size: 12px !important;
  padding: 10px 0 10px 8px !important;
}

/* Collection Variants */
.collection-variants {

}
.section-product-grid .collection-variants {
  display: none;
}
.colorlist {
  padding: 0;
  margin-bottom: 0;
  /*     height: 30px; */
}
.colorlist li {
  display: inline-block;
  clear: none !important;
  float: left;
  margin-right: 5px;
}

.colorlist li a{
  border: 0.1rem solid rgba(var(--color-foreground),.55);
    border-radius: 0;
    color: transparent !important;
    display: inline-block;
    padding: 0.7rem 0.5rem 0.2rem 0;
    font-size: 11px !important;
    letter-spacing: .1rem;
    line-height: 1;
    transition: border var(--duration-short) ease;
      cursor: pointer;
      font-weight: var(--font-weight);
        font-weight: var(--font-weight-bold);
          line-height: 34px;
          letter-spacing: 0;
          text-align: center;
          position: relative;
          transition: none;
          height: 20px;
          width: 20px;
          min-width: 0;
          border-radius: 50% !important;
          border: 1px solid #fff !important;
          outline: 1px solid #ddd;
          }
/* .collection-variants .colorlist li.outstock {
border: 0.1rem solid rgba(var(--color-foreground),.55);
border-radius: 0;
color: transparent !important;
display: inline-block;
padding: 0.7rem 0.5rem 0.2rem 0;
font-size: 11px !important;
letter-spacing: .1rem;
line-height: 1;
transition: border var(--duration-short) ease;
cursor: pointer;
font-weight: var(--font-weight);
font-weight: var(--font-weight-bold);
line-height: 34px;
letter-spacing: 0;
text-align: center;
position: relative;
transition: none;
height: 25px;
width: 25px;
min-width: 0;
} */
.product-column:hover ul.sizelist li.outstock {
  opacity: 0.5;
}

.product-form__input input[type=radio]+label.outstock:before,
ul.colorlist li.outstock:before,
ul.sizelist li.outstock:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #000;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  width: 40px;
}

label.variants.Size {
  max-height: 25px;
  height: 25px !important;
  width: 25px !important;
  line-height: 13px !important;
}

label.variants.Colour,
label.variants.Color {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  border: 3px solid #fff !important;
  outline: 1px solid #ddd;
}
.variants.Color:hover .variants-text {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
}
label.variants.Colour .variants-text,
label.variants.Color .variants-text {
  opacity: 0;
  background: #151515;
  /*   width: 50px; */
  padding: 0 5px;
  color: #fff!important;
  position: absolute;
  left: -15px;
  top: -25px;
  z-index: 1;
  height: 20px;
  line-height: 20px;
}

.product-form__input input[type=radio]:checked+label.Color {
  border: 2px solid #000!important;
  outline: 2px solid #343434;
}
.product-form__input input[type=radio]+label.Color {
  height: 65px!important;
  width: auto!important;
  min-width: 25px;
  max-height: 25px!important;
  line-height: 23px !important;
  overflow: hidden;
}
.product-form__input input[type=radio]:checked+label {
  border: 1px solid #000;
  color: #fff !important;
}

[name="Size"]:checked+label{
  background: #000;

}

.product-form__input input[type=radio]+label {
  height: 65px!important;
  width: auto!important;
  min-width: 35px;
  max-height: 35px!important;
  line-height: 23px !important;
  overflow: hidden;
}

.colorlist li.outstock {
  opacity: 0.6;
  display: none;
}
.product-column .price__regular  { display: none; }
.product-column .sizelist {
  visibility: hidden;
}
.product-column .sizelist {
  display: flex;
  position: absolute;
  width: 100%;
  max-height: 150px;
  opacity: 0;
}

@media (max-width: 560px) {
  .product-column:hover ul.sizelist, .product-column:hover ul.sizelist { display: none !important; }
}

.product-column:hover ul.sizelist {
  visibility: visible;
  justify-content: center;
  right: 0;
  position: absolute;
  text-align: center;
  /*   transition: all .4s ease-in-out 0s;
  transform: scaleX(1);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); */
  overflow-y: hidden;
  /*   max-height: 500px; */
  bottom: 0;
  left: 0;
  background: #282828e6;
  padding: 5px;
  margin-bottom: 0;
  opacity: 9;
}
.product-column:hover ul.sizelist li {
  margin: 3px 0;
  background: #ffffff;
  color: #000;
}
ul.sizelist li a {
  background: #ffffff;
  color: #000;
}
.product-column:hover ul.sizelist {
  display: block;
  z-index: 1 !important;
}
.sizelist li {
  border: 1px solid #e1e2e3!important;
  border-radius: 0;
  padding: 0.5em;
  color: #fff;
  min-width: 35px;
  line-height: 16px;
  max-height: 35px;
  margin-left: 4px;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: .1rem;
  cursor: pointer;
  font-weight: var(--font-weight);
    font-weight: var(--font-weight-bold);
      letter-spacing: 0;
      text-align: center;
      margin-right: var(--spc-xs);
        position: relative;
        transition: none;
        font-size: 12px!important;
        text-transform: uppercase;

        }
.sizelist li a{
  line-height: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 11px!important;
  text-transform: uppercase;
}
.sizelist li:hover {
  display: inline-block;
  background: #fff;
  color: #282828;
}
.sizelist li:hover a {
  color: #282828;
}


.collection-variant-links {
  position: absolute;
  width: 100%;
  top: 180px;
  left: 0;
  transition: var(--transition);
    }
.collection-variant-links:not(.static) {
  visibility: hidden;
  opacity: 0;
}
.collection-product:hover .collection-variant-links:not(.static) {
  visibility: visible;
  opacity: 1;
}
.collection-variant-link {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: var(--font-weight-bold);
    line-height: 22px;
    color: var(--color-background);
      background-color: var(--color-heading);
        margin: var(--spc-xs);
          border: 2px solid var(--color-background);
            border-radius: 24px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.18);
            }
.collection-variant-link.square { border-radius: 0; }
a.collection-variant-link:hover {
  color: var(--color-background);
    box-shadow: 0 2px 4px rgba(0,0,0,0.36);
    }
.collection-variant-link.not-available {
  position: relative;
  cursor: not-allowed;
}
.variant-link.not-available.fade,
.collection-variant-link.not-available.fade { opacity: 0.35; }
.variant-link.not-available i,
.collection-variant-link.not-available i {
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  text-align: center;
  color: var(--color-danger);
    }
.variant-link.not-available i {
  width: 40px;
  font-size: 50px;
  top: -8px;
  right: 0;
  left: -3px;
}
div .collection-product-sale-sash {
  display: none;
}
.product-sale-sash,
.collection-product-sale-sash {
  text-align: center;
  display: inline-block;
  /*   position: absolute; */
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    line-height: 39px;
    background-color: var(--color-sale);
      color: #fff;
      height: 40px;
      width: 42px;
      }
.product-sale-sash {
  right: 15px;
  height: 64px;
  font-size: 18px;
  line-height: 64px;
  padding: 0 16px;
}
/* .quick-view-button {
position: absolute;
top: 50%;
left: 50%;
right: 0;
display: inline-block;
width: 42px;
height: 42px;
margin-top: -21px;
margin-left: -60px;
background: none;
font-size: 12px;
text-transform: uppercase;
line-height: 42px;
color: #fff;
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: scale(1.125);
transition: var(--transition);
box-shadow: 0 6px 24px rgb(0 0 0 / 18%);
cursor: pointer;
border: 1px solid #fff !important;
} */


.collection-product:hover .quick-view-button {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.collection-product:hover .quick-view-button:hover {
  color: #000;
}
ul#product-grid {
  padding: 0 0 0 7px;
  margin-bottom: 0;
}
li.product-column {
  list-style: none !important;
}

/* Featured Product Grid */
@media (max-width: 560px) {
  .section-product-grid.section-content li.product-column.grid__item {
    width: 100%;
  }
  a.media.media--transparent.media--.media--hover-effect {
    height: 180px;
  }
  li.product-column.grid__item {
    /* width: calc(25% - 0.375rem); */
    width: calc(50% - 0.25rem);
  }
}

.modal-backdrop {
  background-color: rgba(0,0,0,0.72);
  backdrop-filter: blur(12px) grayscale(1);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop.fade {
  transition: none;
}
.modal-open {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 0 !important; /* Cancel out Bootstrap's padding! */
}
.modal-product .modal-body {
  padding: 45px 30px;
  white-space: normal !important;
}
.modal-body img {
  width: 100%;
}
.modal-product-featured-image img {
  max-width: 92%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.modal-product-title {
  margin-bottom: 0;
}
.modal-product-meta {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 18px;
}
.modal-product-vendor {
  margin-right: var(--spc-sm);
    }
.modal-product-in-stock {
  color: var(--color-success);
    }
.modal-product-out-of-stock {
  color: var(--color-danger);
    }
.modal-product-price {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
    margin-bottom: 18px;
    }
.modal-product-price-original {
  position: relative;
  font-size: 15px;
  color: var(--color-danger);
    margin-right: var(--spc-sm);
      }
.modal-product-price-original:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: var(--color-danger);
    transform: rotate(-8deg);
    }
.modal-product-add-to-cart {
  margin-right: var(--spc);
    }
.modal-product-footer .social-share {
  padding-top: var(--spc);
    }
.modal-product-add-to-cart-form .btn {
  width: 100%;
  display: block;
  margin-bottom: var(--spc-sm);
    }
.modal-product .close {
  position: absolute;
  top: -24px;
  right: -6px;
  opacity: 1;
  color: var(--color-heading);
    transition: var(--transition);
      }
.modal-product .close:hover {
  color: var(--color-brand);
    }
@media(min-width: 1080px) {
  .modal-product-add-to-cart-form .btn {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .modal-product .modal-xl {
    max-width: 980px;
  }
}

/* Sorting - Pagination */
.shorting-style select {
  height: 33px;
  line-height: 16px;
}
.pagination-style li a:hover, .pagination-style li.active a, .pagination-style li a.next:hover {
  background-color: #ff3d2a;
  color: #fff;
}
.pagination {
  margin: 0;
}
.product-sorting-wrapper {
  width: 100%;
}
nav.pagination.pagination-style {
  text-align: center;
  display: block;
}
.banner-area.pb-30 img {
  width: 100%;
}
.shop-topbar-wrapper {
  /*     border: 1px solid #e9e9e9; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  /*     padding: 5px 0 5px 0; */
}
.view-mode {
  display: inline-block;
  float: left;
  margin-right: 33px;
}
.view-mode li {
  display: inline-block;
}
.view-mode li a {
  color: #898888;
  font-size: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.view-mode li.active a {
  color: #ff3d2a;
}
.shop-topbar-left > p {
  display: inline-block;
  margin: 3px 0 0;
}
.shorting-style {
  display: inline-block;
  width: 100%;
}
.product-shorting.shorting-style {
  margin-left: 0;
}
.shorting-style > label {
  color: #242424;
  cursor: pointer;
  margin: 0 11px 0 0;
}
.product-shorting.shorting-style select {
  width: 110px;
}
.shorting-style select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/img/icon-img/shop.png") no-repeat scroll right 10px center;
  border: 1px solid #ebebeb;
  /*     border-radius: 3px; */
  box-shadow: none;
  color: #242424;
  cursor: pointer;
  font-size: 14px;
  height: 19px;
  padding-left: 10px;
  width: 210px;
  text-transform: uppercase;
}
.pagination-style li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 8px 0 0;
}
.pagination__list>li {
  display: inline-block;
}
.pagination__list>li a {
  background-color: #f1f1f1;
  border-radius: 3px;
  color: #242424;
  display: inline-block;
  line-height: 1;
  padding: 11px 13px;
}
.pagination-total-pages {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.pagination__item--current::after,
.pagination__item:hover::after {
  content: '';
  display: block;
  width: 2rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
.pagination__list > li:not(:last-child) {
  margin-right: 1rem;
}
.pagination__item--next .icon {
  margin-left: -0.2rem;
  transform: rotate(90deg);
  width: 12px;
}

.pagination__item--next:hover .icon {
  transform: rotate(90deg) scale(1.07);
}

.pagination__item--prev .icon {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
  width: 12px;
}

.pagination__item--prev:hover .icon {
  transform: rotate(-90deg) scale(1.07);
}

.pagination__item-arrow:hover::after {
  display: none;
}
.pagination-style li a:hover,
.pagination-style li a.active,
.pagination-style li a.next:hover {
  background-color: #ff3d2a;
  color: #fff;
}
.pagination-style li a.prev-next {
  padding: 11px 22px;
}
.pagination-style li a.prev i {
  margin-right: 7px;
}
.pagination-style li a.next i {
  margin-left: 10px;
}
.pagination-style li a.next {
  background-color: #242424;
  color: #fff;
}
.pagination-total-pages {
  border: 1px solid #e9e9e9;
  padding: 15px 24px 13px;
}
.total-pages > p {
  margin: 4px 0 0;
}
.shop-border {
  border-bottom: 1px solid #ebebeb;
}



/*
* 9.1 - Search Results
*
*/
.search-results { padding: var(--spc-xl) 0; }

/*
* 11.0 - Shopping Cart
*
*/
.sticky-cart {
  width: 80%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  margin: 0 auto !important;
}
@media (max-width: 560px) {
  .sticky-cart { width: 100%;}
}
.sticky-cart .product-form__buttons {
  width: 90%;
  margin: 0 auto;
}
.sticky-cart button.product-form__submit { margin-right: 1%; }
.sticky-cart button.product-form__submit, .sticky-cart .shopify-payment-button {
  width: 49%;
  display: inline-block !important;
  flex: 1;
}

.sticky-cart .product-form__buttons {
  display: flex;
}

.cart-page-title,
.cart-page-summary-title {
  font-size: 17px;
  line-height: 30px;
  background-color: var(--color-background-secondary);
    margin: 0;
    padding: 10px 15px;
    }
.cart-contents { width: 100%; }
.cart-item { border-top: 1px solid var(--color-background-secondary); }
.cart-item:first-of-type {
  border: 0;
}
.cart-contents th,
.cart-contents td {
  display: block;
  width: 100%;
}
.cart-header { display: none; }
.cart-cell {
  display: block;
  padding: 6px;
}
.was {
  position: relative;
  font-weight: var(--font-weight);
    margin-right: var(--spc-sm);
      }
.was:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: var(--color-sale);
    transform: rotate(-6deg);
    }
.cart-product-quantity .cart-label {
  position: relative;
  top: 6px;
}
.cart-product-title,
.cart-product-title:active,
.cart-product-title:visited {
  font-size: 14px;
  font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
      color: var(--color-heading);
        }
.cart-product-title:hover { color: var(--color-brand); }
.cart-product-variant {
  font-size: 14px;
  font-family: var(--font-family);
    font-weight: var(--font-weight);
      }
.cart-product-variant { display: block; }
.cart-product-remove {
  display: block;
  /* 	position: absolute;
  top: 50%;
  right: 0; */
  margin-top: 0px;
}
.cart-product-remove,
.cart-product-remove:active,
.cart-product-remove:visited,
.cart-product-remove:hover { color: var(--color-danger); }
.cart-product-remove i {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: var(--color-sale);
    transition: var(--transition);
      }
.cart-product-price,
.cart-product-total-price {
  font-size: 14px;
  font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
      color: var(--color-heading);
        }
.cart-product-total-price { position: relative; }
.cart-form td,
.cart-form th { vertical-align: middle; }
.cart-form th {
  background-color: var(--color-background-secondary);
    color: var(--color-heading);
      }
.cart-summary-subtotal {
  margin: var(--spc) 0;
    }
.cart-subtotal,
.cart-subtotal-value {
  font-family: var(--font-primary);
    font-weight: var(--font-weight);
      font-size: 16px;
      color: var(--color-heading);
        margin: 0;
        }
.cart-subtotal-value { font-weight: var(--font-weight-bold); }
.cart-update-button { margin: 0 0 var(--spc) 0; }
.cart-update-button,
.cart-checkout-button {
  display: block;
  width: 100%;
}
.cart-empty {
  text-align: center;
  padding: var(--spc-xl) 0;
    }
.cart-empty.cart-title { margin: 0; }
.cart-notes { margin-bottom: var(--spc); }
.cart-notes .form-control { max-width: 480px; }
.continue-shopping-link {
  display: inline-block;
  margin: var(--spc) 0;
    color: var(--color-heading);
      }
.continue-shopping-link i {
  margin-right: 12px;
}
@media(min-width: 767px) {
  .cart-contents th,
  .cart-contents td {
    display: table-cell;
    width: auto;
  }
  .cart-contents th { padding: 10px 15px; }
  .cart-header { display: table-header-group; }
  .cart-label { display: none; }
  .cart-cell {
    display: block;
    width: auto;
    margin-left: 0;
    padding: 10px;
    border: 0;
  }
  .cart-product-quantity .cart-label { line-height: inherit; }
  .cart-product-image { max-width: 80px; }
  .cart-product-image img {
    max-width: 100%;
    height: auto;
  }
  .cart-product-details {
    min-width: 0;
  }
  .cart-product-quantity {
    min-width: 0;
    max-width: 80px;
  }
}

/* 
* 11.1 - FAQ - Overview
*
*/
.accordion .card .card-header {
  margin-bottom: 0;
}

/* 
* 12.0 - Blog - Overview
*
*/
.blog-article { transition: var(--transition); }
h1.article-template__title {
  font-size: 4rem;
}
.blog-article-title { margin-bottom: 0; }
.blog-article-title a { color: var(--color-font-secondary); }
.blog-article-title a:hover,
.blog-article-title a:active { color: var(--color-brand); }
.blog-article-meta {
  font-size: 10px;
  margin-bottom: var(--spc-sm);
    text-transform: var(--text-transform);
      letter-spacing: var(--letter-spacing);
        }
.blog-article-image {
  display: block;
  margin-bottom: var(--spc-sm);
    }
.blog-article-image img {
  max-width: 100%;
  height: auto;
}
.blog-article-tag {
  margin: 0 var(--spc-sm) var(--spc-sm) var(--spc-sm);
    font-size: 10px;
    text-transform: var(--text-transform);
      letter-spacing: var(--letter-spacing);
        }
.blog-article-tag:first-of-type { margin-left: 0; }
.blog-article-tag:last-of-type { margin-right: 0; }
.boxed .blog-grid-content {
  position: relative;
  bottom: 80px;
  margin: 0 var(--spc-sm) -80px var(--spc-sm);
    padding: var(--spc);
      background-color: var(--color-background);
        }
.blog-article-excerpt {
  font-family: var(--font-primary);
    font-size: var(--font-size) !important;
      line-height: 28px;
      text-transform: none;
      color: #151515;
      }
/* 
* 13.0 - Blog - Singular
*
*/
.article-title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: var(--spc-sm);
    }
.article-image {
  margin: var(--spc) 0;
    }
.article-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article-header { margin-bottom: var(--spc); }
.article-meta {
  color: var(--color-heading);
    font-size: 14px;
    }
.article-tags {
  padding: 0 0 var(--spc-sm) 0;
    font-size: 14px;
    color: var(--color-heading);
      }
.article-tag { font-weight: var(--font-weight-bold); }
.article-comments { padding: var(--spc) 0; }
.comment {
  padding: var(--spc);
    padding-bottom: 1px;
    margin-bottom: var(--spc);
      background-color: var(--color-background-secondary);
        }
.comment-meta {
  margin-bottom: var(--spc-sm);
    }
.comment-author,
.comment-date {
  font-weight: var(--font-weight-bold);
    color: var(--color-heading);
      }
@media(min-width: 992px){
  .sidebar-right .sidebar-widget,
  .blog-sidebar .sidebar-widget,
  .blog-sidebar .sidebar-banner {
    padding-right: 0;
    padding-left: var(--spc);
      }
}

/* 
* 14.0 - Login Page
*
*/
.already-registered {
  font-size: 12px;
  text-align: center;
  /* 	padding: var(--spc) 0; */
  padding-bottom: 0;
  margin: 0;
}
.not-registered {
  font-size: 12px;
  text-align: center;
  /* 	padding: var(--spc) 0; */
  padding-top: 0;
  margin: 0;
}
.shopify-challenge__container { padding: var(--spc-xl) 0; }
.recover-password.hidden {
  margin-bottom: var(--spc-xl);
    display: none;
    }

.shopify-policy__container {
  max-width: 135ch;
}

/* 
* 14.1 - Password Page
*
*/
.password-page {
  height: 100vh;
  padding: 80px 0;
  background-color: var(--color-background);
    background-image: url(password-page-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }
.password-message {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: var(--font-weight);
    color: var(--color-heading);
      }
.password-shop-title {
  text-align: center;
  color: var(--color-heading);
    }
.password-logo {
  height: auto;
  margin-bottom: var(--spc-sm);
    }
.store-opening {
  font-size: 64px;
  line-height: 64px;
  padding: 0;
  color: var(--color-heading);
    text-align: center;
    margin: 0;
    }
.keep-updated {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: var(--font-weight);
    color: var(--color-heading);
      margin-bottom: var(--spc-sm);
        }
.admin-message {
  text-align: center;
  color: var(--color-heading);
    padding: var(--spc-xs) 0 var(--spc-sm) 0;
      margin: 0;
      }
.powered-by-shopify {
  text-align: center;
  color: var(--color-heading);
    padding: var(--spc-sm) 0;
      }
.password-field.form-control {
  border: 0;
}

/* 
* 14.2 - Contact Page
*
*/

/* 
* 15.0 - Account Overview
*
*/
.customer-details {
  padding: var(--spc);
    background-color: var(--color-background-secondary);
      }
.customer-total-spent {
  color: var(--color-heading);
    margin: 0;
    }
.customer-orders { padding: var(--spc); }
.customer-orders th { color: var(--color-heading); }
.customer-address-form .form-control { margin-bottom: var(--spc); }
.customer-address-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-address-form.hidden { display: none; }
.address { padding: var(--spc); }
.default-address { background: var(--color-background-secondary); }
.order-status { text-transform: capitalize; }
.order-title a {
  color: var(--color-heading);
    font-weight: var(--font-weight-bold);
      }
.order-title a:hover { color: var(--color-brand); }
.order-price,
.order-line-price { font-weight: var(--font-weight-bold); }
.order-total {
  color: var(--color-heading);
    font-weight: var(--font-weight-bold);
      }
.order-url a {
  color: var(--color-heading);
    font-weight: var(--font-weight-bold);
      }
.order-url a:hover { color: var(--color-brand); }

/*
* 16.0 - Site Footer
*
*/
.footer-column-heading { font-size: 20px; }
.footer-menu ul {
  margin: 0 0 var(-spc) 0;
    padding: 0;
    list-style: none;
    }
.footer-menu ul li {
  font-size: 14px;
  line-height: 30px;
}
.footer-menu ul li a,
.footer-menu ul li a:visited { color: var(--color-font-secondary);padding-right: 0 !important; }
.footer-menu ul li a:hover,
.footer-menu ul li a:active { color: var(--color-brand); }
.site-footer-bottom {
  background-color: var(--color-bottom-footer-background);
    height: var(--bottom-footer-height);
      }
.copyright-text {
  display: inline-block;
  font-family: var(--bottom-footer-font-family);
    font-weight: var(--bottom-footer-font-weight);
      font-size: 12px;
      line-height: var(--bottom-footer-height);
        margin: 0;
        }
.copyright-text,
.copyright-text a { color: var(--color-bottom-footer); }

.payment-logos svg {
  margin-left: var(--spc-xs);
    margin-right: var(--spc-xs);
      margin-bottom: var(--spc-sm);
        }
.product-single__media.synergy_media iframe {
  width: 100%;
  height: 350px;
}
.product-single__media.synergy_media.hide {
  width: 100%;
}
@media(min-width: 992px){
  .payment-logos svg {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.template-search div#FacetsWrapperDesktop {
  margin: 0 0 20px 0;
}
/* carousel banner section */
#carousel_banner_grid .cycle-slide {
  width: 348px;
}

/* All contact form fields now have a border */
.contact-form .form-control {
  border: 1px solid #aaa; 
}
.product-price.original-price.with-vat del {padding-left:10px;}

/* Filter Sidebar */
.col_filter {
  display:none;
}
@media only screen and (max-width: 991px) {
  .col_filter {
    display:block;
    padding-bottom: 30px;
  }
  a.col_filter_sidebar {
    padding: 12px 0;
    background: #fafafa;
    border: 1px solid #eaeaea;
    display: block;
    width: 100%;
    text-align: center;
    color:black;
  }
  .shop-collection-sidebar {
    display: none;
  }
  .shop-collection-sidebar.active_sidebar{
    display:block;
  }
}


/* Featured Collection */
.featured-collection {

}
.featured-collection .collection-variants {
  text-align: center;
}
.featured-collection .collection-product-title {
  text-align: center;
}
.featured-collection .price {
  text-align: center;
}
.featured-collection .price__sale, .featured-collection .price__availability, .featured-collection .price .price__badge-sale, .featured-collection .price .price__badge-sold-out,
.featured-collection .price--on-sale .price__regular, .featured-collection .price--on-sale .price__availability {
  flex-direction: column !important;
  text-align: center;
}

.featured-collection .collection-variants .variants {
  display: block;
}

/*custom CSS*/
.product .product-form__input:nth-child(2) {
  /*     display: none; */
}
.collection-option-boxes-wrapper {
  padding: 0 15px;
}

.collection-option-boxes-wrapper .color-swatches-wrapper.swatch-color, .collection-option-boxes-wrapper .size-swatches-wrapper.swatch-size {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.color-swatches-wrapper .swatch-element.variant-link.unavailable{
  overflow:hidden;
  opacity: 0.4;
}
.color-swatches-wrapper .swatch-element {
  /* border-color: #cdcdcd!important; */
  margin-left: 4px;
  margin-bottom: 8px;
  border: 0.1rem solid rgba(var(--color-foreground),.55);
    border-radius: 0;
    color: #999!important;
    display: inline-block;
    margin: 0.7rem 0.5rem 0.2rem 0;
    padding: 0.5rem 0.6rem;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1;
    transition: border var(--duration-short) ease;
      cursor: pointer;
      width: 30px;
      font-weight: var(--font-weight);
        border: 1px solid #e1e2e3!important;
        font-size: 12px;
        font-weight: var(--font-weight-bold);
          line-height: 34px;
          letter-spacing: 0;
          text-align: center;
          margin-right: var(--spc-xs);
            position: relative;
            transition: none;
            height: 30px;
            min-width: 0;
            }

.color-swatches-wrapper .variant-link.swatch-element:hover {
  border-color: #919191 !important;
}
.collection-option-boxes-wrapper .color-swatches-wrapper.swatch-color a.variant-link {
  margin-bottom: 4px;
  border-color: #cdcdcd;
}
.collection-option-boxes-wrapper .color-swatches-wrapper.swatch-color a.variant-link:hover {
  box-shadow: none;
}
.collection-option-boxes-wrapper .size-swatches-wrapper.swatch-size a.size-swatch {
  margin-bottom: 4px;
}
.collection-option-boxes-wrapper a.swatch-element.size-swatch .tooltip {
  width: 40px;
  height: 40px;
}
.product-loop .product-column h6.collection-product-title {
  padding: 0;
}
.section-product-grid .carousel li{
  max-height: 380px;   
}
/*   .product-column.cycle-slide {
display: inline-flex !important;
} */
.product-loop .product-column .collection-product-prices {
  padding: 0;
}
.collection-option-boxes-wrapper .collection-page-dropdown-option  select.product-dropdown-options-wrapper {
  width: 100%;
  height: 40px;
  padding: 0 var(--spc-sm);
    font-size: 16px;
    font-weight: var(--font-weight);
      line-height: 40px;
      color: var(--color-font);
        background-color: var(--color-background);
          border-color: #efefef;
          border-radius: 0;
          transition: var(--transition);
            margin-bottom: 6px;
            }

.color-swatches-wrapper.variant-links .color-swatch input[type="radio"], .size-swatches-wrapper.variant-links .size-swatch input[type="radio"]{
  display: none;
}

.color-swatch label, .size-swatch label {
  display: block;
  cursor: pointer;

}
.color-swatch label{
  /*     opacity: 0; */
  line-height: 110px!important;
}
.size-swatch label {
  padding: 0 8px;
}
.color-swatch:hover .custom-tooltip, .size-swatch:hover .custom-tooltip{
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
}
.custom-tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  height: 35px;
  border-radius: 6px;
  top: -44px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  z-index: 1079;
}

.custom-tooltip:after {
  content: "";
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -6px;
}
.color-swatch .custom-tooltip{
  width: 90px;
  left: -26px;
}

.size-swatch .custom-tooltip{
  width: 45px;
  left: -4px;
}
.active-thumb {
  border: 1px solid #8b8b8b;
}
.product-images .synergy_image_thumb {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .product-featured-image {
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  .slick-list {
    height: 100px !important;
  }
}
.slick-track {
  /*     width: 100px !important; */
}
.synergy_image_thumb img.product-thumbnail_2 {
  /*     margin-bottom: 0!important; */
}



.product-form input#Quantity.product-quantity {
  padding-right: 0;
}
.product-form form .selector-wrapper .single-option-selector{
  border-color: #efefef;
}

@media (min-width: 992px){
  .product-form form .selector-wrapper .single-option-selector{
    width: 35%;
    border-color: #efefef;
  }
}




.menu-item-title.d-flex.align-items-center span {
  color: #fff;
}
a.icon-label-logout {
  display: block;
  width: 51%;
}

.video-overlay {
  background-color: #151515;
  opacity: 0.0;
}

.collection-option-boxes-overlay .color-swatches-wrapper .swatch-element.variant-link:after {
  left: -7px;
}


.color-swatches-wrapper.variant-links .soldout.variant-link:before {
  width: 40px;
  left: 0;
}

@media(min-width:992px){
  .collection-product:hover .collection-option-boxes-overlay {
    display: block;
  }
}

#collection-option-boxes-overlay {
  background-color: rgba(0,0,0,.75);
}
.collection-option-boxes-overlay {
  max-height: 100%;
  position: absolute;
  width: 100%;
  padding:15px 10px;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.75);
  z-index: 1;
}
/* .collection-option-boxes-overlay .quick-view-button {
position: static;
margin:0 auto;
border: 1px solid #000;
box-shadow: none;
} */

.collection-option-boxes-overlay.dropdown-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
/* .collection-option-boxes-overlay.dropdown-wrapper  .quick-view-button {
width: 100%;

} */
.collection-option-boxes-overlay.dropdown-wrapper .collection-option-boxes-wrapper {
  padding: 0;
}

.collection-option-boxes-overlay select.product-dropdown-options-wrapper {
  /*     border-color: #000 !important; */
}
.collection-option-boxes-overlay .collection-option-boxes-wrapper a.swatch-element.size-swatch .tooltip {
  width: 65px;
}
.collection-option-boxes-overlay .variant-link.color {
  width: 40px;
  height: 40px;
}


/* .collection-option-boxes-overlay .color-swatches-wrapper .swatch-element.variant-link:after {
left: -7px;
}
.collection-product:hover > .collection-product-title a {
position: relative;
}
.collection-product {
position: relative;
overflow: hidden;
line-height: 0;
}
.collection-option-boxes-overlay {
background: rgba(255,255,255,.5);
height: auto;
left: 0;
top: -100%;
width: 100%;
position: absolute;
z-index: 1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;

} */
/* .collection-product:hover .collection-option-boxes-overlay {
top: 30%;
padding-top: 10%;
padding-bottom: 10%;
}
.collection-option-boxes-overlay .quick-view-button {
position: static;
margin:0 auto;
border: 1px solid #000;
box-shadow: none;
}

.collection-option-boxes-overlay.dropdown-wrapper {
padding-left: 50px;
padding-right: 50px;
}
.collection-option-boxes-overlay.dropdown-wrapper  .quick-view-button {
width: 100%;

}
.collection-option-boxes-overlay.dropdown-wrapper .collection-option-boxes-wrapper {
padding: 0;
}

.collection-option-boxes-overlay select.product-dropdown-options-wrapper {
border-color: #000 !important;
}
.collection-option-boxes-overlay .collection-option-boxes-wrapper a.swatch-element.size-swatch .tooltip {
width: 65px;
}
.collection-option-boxes-overlay .variant-link.color {
width: 30px;
height: 30px;
}

.collection-option-boxes-overlay   .swatch-size .variant-link{
width: 70px;
height: 32px;
line-height: 30px;
border-color: #000;
}
@media(max-width:1024px){
.collection-option-boxes-overlay.dropdown-wrapper {
padding-left: 20px;
padding-right: 20px;
}
}

@media(min-width:992px){
.collection-product:hover .collection-option-boxes-overlay {
display: block;
}
} */

.variant-count-badge {
  background: #c3c3c370;
  border-radius: 50px;
  font-size: 16px;
  display: inline-block;
  padding: 2px 15px;
  margin-top:10px;
  margin-bottom:0;
}

.vtitle {
  font-weight: 700;
  width: 100%;
  margin-top: 10px;
  float: left;
  padding: 0;
}
.hidden{ overflow:hidden;}
.variants ul { padding-inline-start: 0px; }
.allVariants-owl-two .variantSwatch{ width:100%; float:none; margin:0; line-height:0; cursor:pointer;}
.allVariants-owl-two .variantSwatch.active{ border:3px solid #8d5c3e;}
.allVariants-owl-two .variantSwatch .variantSwatchInfo .form-control{ width:100%; height:100%; opacity:0; position:absolute; top:0; left:0; z-index:5; cursor:pointer;}
.allVariants-owl-two .variantSwatch .variantSwatchInfo label{ margin:0;}
.allVariants-owl-two .variantSwatch .variantSwatchInfo img{ position:static; cursor:pointer;}
.allVariants-owl-two .owl-prev.disabled, .owl-two .owl-next.disabled{ display:none;}
.owl-thumbnail .active-thumb{ border:0;}

.allVariants-owl-two button.owl-next {
  top: 25%;
  position: absolute;
  background-color: #ffffffba !important;
  border-radius: 65%;
  right: 0;
}
.allVariants-owl-two button.owl-prev {
  top: 25%;
  position: absolute;
  border-radius: 65%;
  left: 0;
}
.allVariants-owl-two button.owl-prev span,button.owl-next span {
  font-size: 22px;
  padding: 10px;
}
.product-form .no-js .owl-carousel, .product-form .owl-carousel.owl-loaded {
  display: block;
  margin-left: 0px!important;
}

@media(min-width:560px){
  select#product-select {
    width: 40%;
  }
  .single-option-selector {
    max-width: 42% !important;
  }
}
/* .product-form .swatch {
display: none;
}
*/
/* Popup Cart */
.ajax-popup .modal-body {
  padding: 15px;
  position: relative;
}
.ajax-popup .modal-content-text {
  display: flex;
  flex-wrap: wrap;
}
.popup-image {
  flex: 0 0 30%;
  margin-right: 20px;
}
.popup-content {
  flex: 0 0 65%;
}
.ajax-popup .modal-content-text h6 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.ajax-popup .modal-content-text p {
  margin-bottom: 30px;
}
.ajax-popup .modal-content-text p.error_message {
  margin-bottom: 0;
}
.ajax-popup .modal-button {
  float: left;
}
.ajax-popup .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.ajax-popup .modal-button > a {

}
.ajax-popup .modal-content {
  border: medium none rgba(0, 0, 0, 0);
  border-radius: 0;
}
.ajax-popup .modal-content-text i {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.ajax-popup .modal-close button {
  font-size: 25px;
  color: #fff;
  opacity: 1;
  right: 0;
}


.ajax-popup .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
  min-width: auto;
}

@media (max-width: 576px) {
  .popup-image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ajax-popup .modal-dialog {
    margin: 1.3rem;
    width: auto;
  }
  .popup-content {
    flex: 0 0 100%;
  }
}

.product-details-content .shop-list-cart-wishlist a.addtocart {
  width: 140px;
}
.product-details-content .shop-list-cart-wishlist a.addtocart.affiliate_cart {
  width: 160px;
}
.product-details-content .shop-list-cart-wishlist a {
  line-height: 45px;
  height: 45px;
}

@media (max-width: 767px) { 
  .shop-list-cart-wishlist a {
    margin: 0 4px 0 0;
    width: 45px;
  }
}

.shop-list-cart-wishlist a{
  margin: 0 0 0 8px ;
}

.shop-list-cart-wishlist a {
  background-color: #F4F5F7;
  border-radius: 5px;
  color: #242424;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 52px;
  margin: 0 8px 0 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 52px;
}
.shop-list-cart-wishlist a:hover {
  background-color: #ff3d2a;
  color: #fff;
}
.product-details-content .shop-list-cart-wishlist a {
  border-radius: 3px;
  font-size: 16px;
  height: 40px;
}
.product-details-content .shop-list-cart-wishlist a i {
  line-height: 40px;
}
.shop-list-cart-wishlist a:hover {
  background-color: #ff3d2a;
}

@media only screen and (min-width: 1920px){
  .section-product-grid div.carousel li {
    max-height: 520px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1920px){
  .section-product-grid div.carousel li {
    max-height: 490px;
  }
}
@media only screen and (max-width: 480px){

  div.product-new-template .product-images button.slick-arrow{
    top: 45%;
  }
div.product-images.slider-nav-thumbnails .slick-slide,div.product-images.slider-nav-thumbnails .slick-slide img{
  width: 150px;
  height: 150px;
  object-fit: contain;
}
  div .mobile-facets__wrapper{
    padding: 10px 0;
  }
  div.facets-container{
    column-gap: initial;
  }
  .mobile-facets__disclosure{
    width: 100%;
  }
  div.mobile-facets__sort .select__select{
    padding: 0 15px;
    height: 40px;
  }
  .mobile-facets__sort label{
    text-align: left;
    margin-bottom: 0;
  }
  div.mobile-facets__inner{
    width: 100%;
  }
  .product-new-template .slick-slide a img{
    width: 150px;
    height: 150px;
    object-fit: contain;
  }
  .product-new-template .slick-list{
    height: initial !important;
  }
  .product-recommendations .card__inner .media img {
    object-fit: contain;
  }
  .product-recommendations .card__inner .media--square {
    padding-bottom: 130%;
  }
  div#banner-fdd8c31d-d2dd-449c-83a0-6858c3862260{
    margin-bottom: 0;
  }
  #section-template--14513862508625__164328033546b69ca5 {
    padding-top: 0px !important;
  }
  div .cart-item-count {
    top: 1px !important;
    border-radius: 4px;
    right: 18px;
    width: 20px;
  }
  .sidebar-widget.sidebar-filter {
    padding: 0 15px;
  }
  div #fixed {
    width: 100%;
  }
  div #fixed.stick {
    position: fixed;
    top: 0 !important;
    width: 100%;
    left: 0%;
    background-color: #fff;
    z-index: 9;
  }
  .Our_Story .section-banner-grid .banner {
    min-height: 220px!important;
  }
  .blog-grid-content {
    margin-bottom: 20px;
  }
  .blog-grid-content .blog-article-excerpt {
    margin-bottom: 15px;
  }
  .service-content .service-heading{
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .section-product-grid.section-content .carousel{
    height: 530px;
  }
  .service{
    height: 100%;
  }
  div.product__accordion .icon{
    width: 11px;
  }
  div.mobile-search {
    padding-bottom: 0;
  }
  section .article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 20px;
  }
  section.sidebar-widget.recent-posts {
    margin-bottom: 0;
  }
  .article-template .article-template__content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  div.social-share {
    width: 100%;
    padding-top: 0;
  }
  .article-template div header {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-column .footer-column-heading {
    margin-bottom: 20px;
  }
  .section-content .blog-article {
    margin-bottom: 0 !important;
  }

  .section {
    padding: 20px 0 !important;
  }
  .sidebar-widget.recent-posts .sidebar-expand {
    line-height: 35px;
  }
  .sidebar-widget.recent-posts .widget-title{
    margin-bottom: 0;
  }
  .element-margin.blog-dir {
    margin: 20px 0; 
  }
  div.blog-dir .btn-home {
    width: 100%;
    float: none;
  }

  .product-new-template button.slick-prev.slick-arrow{
    z-index: 9;
  }
  div .site-breadcrumbs{
    height: auto;
  }
  #product-grid .colorlist li a{
    height: 22px;
    width: 22px;
  }
  #product-grid .media--portrait {
    padding-bottom: 155%;
  }
  .section-product-grid.section-content .collection-product-image .media--portrait {
    padding-bottom: 130%;
  }
  .section-product-grid.section-content .collection-product-image img{
    object-position: top;
  }
  .section-product-grid.section-content .carousel{
    padding-bottom: 200px;
  }
  .section-product-grid .carousel li {
    max-height: initial;
  }
  div .header__icon--cart{
    margin-right: 0;
  }
  div#product-grid {
    padding: 0;
  }
  div ul#product-grid{
    padding: 0;
  }
  .product-sorting-wrapper .collection-num-products {
    min-width: 140px;
  }
}

.product-featured-images-wrapper .product__media.media{
  padding-top: 100% !important;
}
body{
/*   overflow: auto; */
  overflow-x: hidden;
  overflow-y: scroll;
}
 
.store-search.in-mobile-header .predictive-search {
  z-index: 1000;
}
.product-images.slider-nav-thumbnails .slick-slide,.product-images.slider-nav-thumbnails .slick-slide img{
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-new-template button.slick-prev.slick-arrow{
  z-index: 9;
}
