html{
	padding-bottom: 0 !important;
}
.product-variant-select option[data-sku="0"] {
    color: #808080 !important;
}  
#notifyinstock-new.hidden {
    display: none !important; 
}
div#notifyinstock-new {
    margin-top: 10px;
}
button.ProductForm__AddToCart[disabled].soldout span {
    color: #6a6a6a;
}
button.notify-button {
    border-radius: 0;
}
button.btn.btn-success.gw-button-widget  {
    background: #333333 !important;
    font-size: 12px;
    border: 1px solid rgba(106, 106, 106, .2);
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
   position:relative;
    padding: 13px 0 !important;
      z-index: 1;
  width:100%;
      position: relative;
    padding: 14px 28px;
    line-height: normal;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
    transition: color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
    -webkit-tap-highlight-color: initial;
}
button.btn.btn-success.gw-button-widget:hover {
    color: #333333 !important;
          border-color: #1c1b1b;
}

button.btn.btn-success.gw-button-widget:before {
  background: #ffffff !important; 
position: absolute;
    content: " ";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  z-index: -1;
  
  -webkit-transition: -webkit-transform .45s cubic-bezier(.785,.135,.15,.86);
        transition: -webkit-transform .45s cubic-bezier(.785,.135,.15,.86);
        transition: transform .45s cubic-bezier(.785,.135,.15,.86);
        transition: transform .45s cubic-bezier(.785,.135,.15,.86), -webkit-transform .45s cubic-bezier(.785,.135,.15,.86);

  -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}
button.btn.btn-success.gw-button-widget:hover:before{
  -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

@media only screen and (max-width: 1239px)
{
  .Drawer__Container .Heading
  {
    color:#202020;
    letter-spacing:1.4px !important;
    font-weight:900;
  }
  .SidebarMenu__Nav--secondary li a
  {
    color:#202020;
    font-weight:500;
    letter-spacing:1.4px !important;
  }
  .mobile-currency-switcher label.currency-picker__wrapper select {
    height: 30px;
  }
  nav.SidebarMenu__Nav.SidebarMenu__Nav--primary .Collapsible__Button{
    padding:10px 0;
  }
}

@media(min-width:1024px){
.featured-collection-section{
        max-width: 1022px;
        margin: auto;
    }
  div#shopify-section-1560163058505 {
    background: #fff;
}
  /* body.template-index {
    height: 100vh !important;
    overflow: hidden !important;
  } */
  .CollectionMain .CollectionInner__Products {
    max-width: 1022px;
    margin: auto;
  }
  .Product__Wrapper.Product-main .Product__InfoWrapper.Product-info-section .Product__Info{
    padding-left:10px;
  }

  .Product-left-section.Product__InfoWrapper .Product__Info {
    padding-left: 60px;
    padding-right: 0px;
  }
  .Product__InfoWrapper.Product-info-section .Product__Info {
    padding-right: 40px;
  }
}
/* main#main {
position: absolute;
top: 0;
width: 100%;
height: 100vmin;
left: 0;
right: 0;
bottom: 0;
padding-top: 65px;
}
div#shopify-section-footer {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
}

.template-index .homepage-video video {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} */
div#modal-size-chart {
  max-width: 1000px;
  margin: auto;
  max-height: 470px;
  background: #fff;
  border: 1px solid #ccc;
  overflow:hidden;
  padding: 10px 0 0px 0;
  outline:none;
}
div#modal-size-chart button.Modal__Close.RoundButton.RoundButton--large {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}
div#modal-size-chart .Modal__Header {
  margin-bottom: 20px;margin-top:20px;
}
div#modal-size-chart div {
  color: #242424;
}
div#modal-size-chart h2.Modal__Title.Heading.u-h1 {
  color: #242424;
}
div#modal-size-chart .Container.Container--extraNarrow {
  width: 100%;
  max-width: 100%;
}
body.template-product select.product-variant-select{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
  border-color:#000000;
/*   text-align: center;
  text-align-last: center; */
}
/* span.Heading.menu-heading:hover {
border-bottom: 2px solid #000;
} */
.product-variant-select option:hover {
  background-color: rgba(0, 0, 0, 0.3)!important;
  background: rgba(0, 0, 0, 0.3)!important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
span.Heading.menu-heading {
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; 
  /*     border-bottom: 2px solid transparent; */
  font-weight: 900;
  color: #202020;
  letter-spacing: 1.4px;
}
button.ProductForm__AddToCart[disabled] span{
  color:#ffffff;
}
.Product-main .ProductMeta__Description p a,.Product-main .ProductMeta__Description p a:hover{
  color:#232323;
  text-decoration:none;
}
body.template-product button.ProductForm__AddToCart.variant-avialable span {
  font-weight: bold;
  font-size:10px;
}
body.template-product button.shopify-payment-button__button {
  font-weight: bold;
  font-size:10px;
}
.CollectionMain .ProductItem__ImageWrapper,.CollectionMain .AspectRatio--withFallback{
  max-height:435px;
}
.ProductForm__Variants .Select--primary select,.ProductForm__Variants .Select--primary:after{
  background:transparent!important;
}
.ProductForm__Variants .Select--primary select:active, .ProductForm__Variants .Select--primary select:focus {
  border-color: #cfcfcf;
}
.HorizontalList__Item > a.Heading.u-h6 {
  /*     font-weight: 900 !important; */
  font-size: 13px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.recently-product ol.flickity-page-dots {
  display: none!important;
}
.HorizontalList__Item > a.Heading.u-h6:hover {
  border-bottom: 2px solid #000;
}
.HorizontalList__Item .Heading.Link.u-h8 {
  font-size: 14px;
}
.header-cart a.Heading.u-h6 {
  border: none !important;
}
.HorizontalList__Item .DropdownMenu {
  background-color: rgba(248,248,248,0.9);
  /*     background-image: linear-gradient(#e3e3e5 8%, #c3c5c4); */
  border: none;
  top: 98%;
}
.HorizontalList__Item .DropdownMenu a{
  font-weight: 500;
}
.HorizontalList__Item .DropdownMenu::before{
  background: transparent;
}
.Footer__Block{
  margin-bottom:2px;
}
.Footer__Inner .Linklist a {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333333;
  font-size: 12px;
}
.Footer__Copyright {
  display:inline-block;
  width: 100%;
  /*     justify-content: space-between;
  align-items: center; */
  text-align:center;
}
.template-index  div#shopify-section-footer {
  width: 100%;
  /*     align-self: flex-end; */
}
.Footer {
  padding: 20px 0;
}
.Footer__Block {
  margin-top: 0;
}
.Footer__Block.Footer__Block--links {
  width: 100%;
}
.Footer ul.Linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.Footer .Linklist__Item{
  text-align: center;
  margin-bottom: 0;
}

.template-product .ProductQuantity p
{
    font-weight: normal;
    color: #010101;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom:10px;
}





/* .homepage-video video {
object-fit: fill;
} */
.homepage-video .video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
li.header-cart a {
  font-size: 17px!important;
  color: #000000!important;
}
.ProductMeta__Description.Rte p strong {
  font-size: 12px;
  font-weight:900;
}
span.Collapsible__Plus {
  display: none;
}
nav.Header__SecondaryNav {
  padding-right: 25px;
}
.template-product .size-chart-button {
  font-weight: normal;
  color: #010101;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
button.ProductForm__AddToCart.variant-avialable.Button.Button--secondary.Button--full {
  background: #333333;
  color: #ffffff;
  font-size:10px;
}
.Button--secondary:hover span{
  color:#333333;
}
.Button--secondary:before{
  background:#ffffff;
}
.header-cart .Header__CartDot {
  width: auto!important;
  height: auto!important;
  right:50px!important;
  background: none!important;
  top: 22px;
  font-size: 13px;
  color:#000000;
}
.Footer__Inner .Linklist a:hover {
  color: #000000;
} 
li.header-cart a:hover,li.search-bar a:hover {
  color:#000000!important;
}
li.search-bar a {
  color: #000000!important;
  font-size: 15px!important;
  position: relative;
  left: 18px;
}
section.Section.Section--spacingNormal.featured-collection-section {
  padding-top:15px;
  background-color: #ffffff;
}
.homepage-video {
  background-color: #ffffff;
}
.Header{
  -webkit-box-shadow:none;
          box-shadow:none;
}
div#shopify-section-collection-template .Container {
  padding-left: 50px;
  padding-right: 50px;
}
.CollectionMain .EndlessScroll {
  margin-bottom: 60px;
}
.CollectionMain .EndlessScroll span.ProductItem__Price {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
}
.SidebarMenu {
  height: 100%;
  background: rgba(248,248,248,0.9)!important;
  color: #333333!important;
}
header.Drawer__Header{
  background: rgba(248,248,248,0.9)!important;
}
.SidebarMenu .Drawer__Content:before{
  background-image:none!important;
}
.Collapsible__Content {
  padding-bottom: 0;
}
.SidebarMenu__Nav--secondary {
  margin-top: 20px;
}
.SidebarMenu .Heading, .supports-hover .SidebarMenu .Link--primary:hover {
  color: #1c1b1b!important;
}
.SidebarMenu .Text--subdued {
  color: #333333!important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.SidebarMenu .Collapsible, .SidebarMenu .Linklist {
  border:none!important;
}
/* .homepage-video video {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.homepage-video {
height: 100%;
padding-top: 75px;
padding-bottom: 71px;
position: absolute;
top: 0;
left: 0;
margin-top: 0;
height: 100vh;
} */

span.Header__CartCount.Header__CartDot.is-visible:after {
  content:')';
}
span.Header__CartCount.Header__CartDot.is-visible:before {
  content:'(';
}
.Product__Wrapper.Product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.Product__Wrapper.Product-main .Product-left-section {
  width: 25%;
}
.Product__Wrapper.Product-main .Product__Gallery.Product__Gallery--stack.Product__Gallery--withDots {
  width: 100%;
  margin:auto;
  max-width:345px;
}
.Product__Wrapper.Product-main .Product__InfoWrapper {
  width: 25%;
}
.Product__InfoWrapper.Product-info-section .Product__Info {
  margin: 0;
}
.Product__Wrapper.Product-main .Product__InfoWrapper.Product-info-section .Product__Info {
  width: 100%;
}
.Product-left-section.Product__InfoWrapper .Product__Info {
  width: 100%;
  margin-left: 0;
}
.Product-left-section.Product__InfoWrapper {
  left: 0;
}
.template-product .shipping-info {
  margin: 3px 0px 3px 0px;
}
.Product-left-section .ProductMeta__Description{
  text-align:center;
  margin-top:0px;
  padding-top:10px;
}
.Product-left-section.Product__InfoWrapper .Product__Info {
  top: var(--header-height)!important;
    }
div#shopify-section-related-products,div#shopify-section-recently-viewed-products {
  border-top: none;
}
div#shopify-section-related-products section{
  padding-top: 10px;
  padding-bottom:106px;
}
div#shopify-section-recently-viewed-products section {
  padding-top: 5px;
  padding-bottom:106px;
}
div#shopify-section-related-products header.SectionHeader.SectionHeader--center {
  margin-bottom: 54px;
  margin-top:25px;
}
div#shopify-section-recently-viewed-products header.SectionHeader.SectionHeader--center{
  margin-bottom:54px;
}
.Product-main .ProductMeta__Description p {
  margin-bottom: 10px!important;
  padding-bottom: 0px;
  font-size:12px;
  letter-spacing:1.4px;
  color:#232323;
}
.template-product .Product__Info .ProductMeta__PriceList {
  margin-top:25px;
}
.Product-main h1.ProductMeta__Title.Heading.u-h2 {
  font-size: 14px;
  font-weight: 900;
  margin-top:0px;
  letter-spacing:1.4px;
  color:#000000;
}
.template-product h3.SectionHeader__Heading {

  color: #202020;
  letter-spacing: 1.4px;
  font-size: 16px;
  font-weight: 400;
  text-rendering: geometricPrecision;
}
.template-cart h3.SectionHeader__Heading{

  color: #202020; 
  letter-spacing: 1.4px;
  font-size: 16px;
  font-weight: 400;
  text-rendering: geometricPrecision;
}
.template-product .ProductItem__Wrapper h2.ProductItem__Title a {
  color: #000000;
  letter-spacing: 1.4px;
  font-size:11px;
}
.template-product span.ProductItem__Price.Price {
  font-weight:900;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1.4px;
}
body.template-cart span.ProductItem__Price.Price.simple-price.Text--subdued{
  font-weight: bold;
  color: #000000; 
  font-size: 12px; 
  letter-spacing: 1.4px;
}
.template-product span.ProductMeta__Price.Price {
  color: #000000;
  font-weight: 500;
  letter-spacing: 1.4px;
  font-size: 14px;
}
.template-product .shipping-info p { 
  letter-spacing: 1.4px;
  font-size:12px;
  color:#636363;
}
div#shopify-section-product-template {
  margin-top: 10px;
}
ol.flickity-page-dots {
  display: none;
}
.Rte blockquote{ 
  border-left:none!important;
  margin-left:0;
  padding-left:0;
  margin-top: 0px;
  padding-top: 0;
}
.product-desc-tablet {
  display: none;
}
.product-desc-mobile {
  display: none;
}

.template-product .ProductForm {
  margin-top:5px;
}
.template-product .ProductForm__Variants {
  margin-bottom: 10px;
}
.template-product .shopify-payment-button {
  margin-top: 10px;
}
.template-product .size-chart-button{
  padding:0px 0px 10px 0px;
}
.template-product button.shopify-payment-button__button {
  position: relative;
}
.template-product button.shopify-payment-button__button::before {
  background-color: #060606;
}
.template-product button.shopify-payment-button__button:hover{
  color: #fff !important; 
}
.template-product button.shopify-payment-button__button:hover::before {
  /*transform: scale(1,1) !important;
  color: #fff !important;*/
}
.template-product button.shopify-payment-button__button:not([disabled]):hover
{
   color:black !important;
}
.template-product button.shopify-payment-button__button::after {
      /*content: "";
    position: absolute;
    height: 41px;
    width: 142px;
    left: 71.5%;
    transform: translateX(-100%) translateY(-49%);
    background-size: 100%;
    background-repeat: no-repeat !important;
  background: url(/cdn/shop/files/buy-btn.jpg?5383);
  top: 50%;*/
}
span.ProductMeta__Price.Price--compareAt {
  color: #888 !important;
}
.our-story-template .PageContainer {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.our-story-template main#main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.our-story-template .PageContent{
margin-bottom:0px;
}
@media(min-width:1240px){
.Footer--withMargin {
    margin-top: 110px;
}
}

@media only screen and (min-width: 1024px){

  #section-footer .Container {
    max-width: 1142px;
  }
  .ProductMeta__Description.Rte strong {
    padding: 8px 0px;
    display: block;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .homepage-video video{
    height:auto!important;
  }
  .recently-product-new ol.flickity-page-dots {
    display:none!important;
  }

}
@media(max-width:1240px){
  .Product-left-section.Product__InfoWrapper{
    padding-left: 40px!important;
  }
  nav.Header__SecondaryNav {
    padding-right: 40px;
  }
  .Product__InfoWrapper.Product-info-section {
    padding-right: 40px;
    padding-left: 10px;
  }
  .Product__Wrapper.Product-main .Product__InfoWrapper {
    padding-left: 0;
  }
  span.Header__CartCount.Header__CartDot.is-visible {
    right:10px;
  }
  .Header__CartDot{
    background-color:inherit!important;
  }
  a.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.hidden-desk i {
    font-size: 20px!important;
  }
  div#shopify-section-collection-template .Container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width:1006px){
  div#shopify-section-related-products section {
    padding-bottom: 45px;
  }
  div#shopify-section-recently-viewed-products section {
    padding-bottom: 45px;
  }
  .product-desc-tablet a.view-details,.product-desc-tablet a.hide-details {
    text-decoration: underline;
  }
  button.flickity-prev-next-button.next,button.flickity-prev-next-button.previous {
    display: none;
  } 
  .product-desc-tablet {
    display:block;
  }
  .Product-left-section .ProductMeta__Description {
    display: none;
  }
  .Product-main h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 14px;
  }
  .product-desc-tablet {
    margin-bottom: 30px;
    margin-top:5px;
  }
  ol.flickity-page-dots {
    display: block!important;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 0;
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 0;
  }
  .Product__InfoWrapper.Product-info-section {
    float: right;
    width: 40%!important;
    margin: 0px 40px 0px 20px;
    text-align: right;
  }
  .Product-left-section.Product__InfoWrapper{
    width:100%!important;
    padding:0px 20px!important;
  }
  .Product__Wrapper.Product-main .Product__Gallery.Product__Gallery--stack.Product__Gallery--withDots {
    width: 40%;
    margin: 0px 20px 0px 40px;
    float: left;
  }
  .Product__Wrapper.Product-main {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .Product-left-section.Product__InfoWrapper .Product__Info{
    margin:auto;
  }
  .ProductList--carousel .Carousel__Cell {
    width: 33.3%;
    padding: 0 7.5px;
  }
  .ProductListWrapper {
    padding: 0px 7.5px;
  }
}
@media(max-width:767px){
  .recently-product ol.flickity-page-dots {
    display:none!important;
  }
  .ProductMeta__Description blockquote {
    margin-right: 0px;
  }
  .template-product .ProductList--carousel .Carousel__Cell{
    width:50%;
  }
  .ProductForm {
    margin-top: 5px;
  }
  .Product__InfoWrapper.Product-info-section {
    width: 45%!important;
    margin: 0px 30px 0px 0px;
    text-align: right;
    padding-right: 0;
  }
  .Product-left-section .ProductMeta__Description {
    border-top: 0px;
    margin-top: 0;
  }
}
@media(max-width:640px){
  span.Header__CartCount.Header__CartDot.is-visible {
    right: -10px;
  }
  nav.Header__SecondaryNav {
    padding-right: 20px;
  }
  a.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.hidden-desk {
    right: 15px;
    position: relative;
  }
  .Product__InfoWrapper.Product-info-section .Container {
    padding: 0px;
  }
  div#shopify-section-collection-template .Container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-bredcrumbs span {
    font-size: 13px;
  }
  .homepage-video video {
    -o-object-fit: fill;
       object-fit: fill;
  } 
  section.featured-collection-section .ProductList--grid>.Grid__Cell {
    margin-bottom: 35px;
  }

}
@media(max-width:600px){
  .template-product ul.HorizontalList.HorizontalList--spacingLoose.hidden-pocket.hidden-lap {
    margin-top: 20px;
}
  .product-desc-mobile a.view-details-m,.product-desc-mobile a.hide-details-m {
    text-decoration: underline;
  }
  .template-product .shopify-payment-button {
    max-width: 220px;
    margin: 10px auto auto auto;
  }
  .template-product .ProductForm__Variants{
    max-width: 220px;
    margin: auto auto 10px auto;
  }
  button.ProductForm__AddToCart.variant-avialable.Button.Button--secondary.Button--full{
    max-width:220px;
    margin:auto;
  }
  .Product-main h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 14px;
  }
  .product-title {
    margin-bottom: 30px;
  }
  .product-desc-tablet {
    display: none;
  }
  .product-desc-mobile {
    display: block;
    margin-top: 10px;
  }
  .Product__ActionList {
    position: absolute;
    top: 15px!important;
    right: 35px!important;
  }
  .Product__InfoWrapper.Product-info-section {
    max-width: 345px;
    margin: auto;
  }
  div#shopify-section-product-template .Product__Wrapper.Product-main .Product__Gallery.Product__Gallery--stack.Product__Gallery--withDots {
    width: 100%;
    margin: 0;
    float: none;
    padding: 0px 20px;
    margin:auto;
  }
  .Product__InfoWrapper.Product-info-section {
    width: 100%!important;
    text-align: right;
    padding-right: 0;
    float: none;
    margin: auto;
  }
  .Product__Wrapper.Product-main .Product__InfoWrapper.Product-info-section .Product__Info {
    width: 100%;
    margin: auto;
    padding: 0px 25px;
  }
}
@media(max-width:480px){
  /*   .homepage-video video{
  height:auto!important;
} */
}
@media (max-width: 424px){
  .Footer__Inner .Linklist a{
    font-size: 12px;
  }
}





#tabs {

   width: 100%;
    height:30px; 
   padding-right: 2px;
   margin-top: 30px;
   

}
a {cursor:pointer;}

#tabs li {
    float:left; 
    list-style:none; 
    margin-right:5px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
      outline:none;
}

#tabs li a {

    font-family:"Baskerville No 2",serif;
    font-size: small;
    font-weight: bold; 
    color: #202020;
   padding-top: 5px;
   padding-left: 7px;
   padding-right: 7px;
    padding-bottom: 8px; 
    display:block; 
    background: #FFF;
    border-top-left-radius:3px; 
    border-top-right-radius:3px; 
    text-decoration:none;
    outline:none;
  
}

#tabs li a.inactive{
    padding-top:5px;
    padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
    color:#202020;
    background: #EEE;
   outline:none;
   border-bottom:0px !important;

}

#tabs li a:hover, #tabs li a.inactive:hover {


    color:#202020;
      outline:none;
}

.container {

    clear:both;           
    width:100%; 
    text-align:left;
    padding-top: 20px;

}

.container h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.container p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.container ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.container li { padding-bottom: 5px; margin-left: 5px;}
  
  
div#shopify-section-recently-viewed-products {
    min-height: 200px;
    display: block;
}
  
.product-tab-section
  {
     padding:10px 50px;
  }
  
div#shopify-section-related-products section
  {
     padding-bottom:50px !important;
  }
.product-tab-section #tabs li a
  {
     font-family:"Baskerville No 2",serif;
     text-transform:uppercase;
     letter-spacing: 1px;
     font-size:13px;
     font-weight:900;
     border-bottom:1px solid #202020;
     color:#202020;
     padding:0px;
  }
.product-tab-section .SectionHeader
  {
     display:none;
  }

.product-tab-section .container
  {
     /*height:500px;*/
  }
.product-tab-section .ProductList--carousel
  {
    margin:0px !important; 
  }
#tabs li a.inactive
  {
     color:#202020;
     background:#fff;
  }
.product-tab-section #tabs li
  {
     margin-right:25px;
  }

.product-desc-tablet a.view-details,.product-desc-tablet a.hide-details
{
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
}

.product-desc-mobile a.view-details-m,.product-desc-mobile a.hide-details-m
{
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
}



.template-page .PageContent
{
   max-width:100%;
}
.template-page .SectionHeader__Heading
{
   letter-spacing:1.4px;
   text-align:left;
   font-size:14px;
   font-weight:900;
}

.template-page .PageContent img
{
  margin:0px !important;
}
.template-page .PageContent p
{
  margin:10px 0px 0px 0px !important;  
}
.template-page .PageContainer
{
   background:#fff;
}

.template-product .Product-info-section button.ProductForm__AddToCart.variant-avialable.Button.Button--secondary.Button--full
{
 font-size:12px; 
}
.template-product .Product-info-section button.shopify-payment-button__button
{
 font-size:12px; 
 font-weight:400;
 letter-spacing:1.5px;
}
@media only screen and (max-width: 991px)
  {
   .product-tab-section .container
  {
     height:unset !important;
  }   
  }


@media only screen and (max-width: 767px)
  {
    .product-inner-desc-m p{
      font-size:12px;
    }
     .template-page .SectionHeader__Heading
    {
       text-align:center;
    }
  }



@media only screen and (min-width: 481px)
  {
    .product-tab-section #tabs li {
    float: none;
    display: inline-block;
    margin: 0px 12px;
    }
    .product-tab-section #tabs
    {
       text-align:center;
    }
    
  }
@media only screen and (max-width: 480px)
  {
    .product-tab-section {
    padding: 10px 15px;
    text-align: center;
   }
   .product-tab-section #tabs li {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-block;
    padding: 0px 4px;
}
    #tabs{
    padding-right:0px;
    }
    .product-tab-section #tabs li a{
    font-size:11px;
    }
    .product-tab-section .container
    {
       margin-top:0px;
    }
  }

@media only screen and (max-width: 767px) and (min-device-height: 600px){
  body.our-story-template .PageContainer{
  	
    overflow: hidden;
  }
}

/* .template-product ul.HorizontalList.HorizontalList--spacingLoose.hidden-pocket.hidden-lap {
    display: block !important;
}
 */


/* custom css starts here */

.template-product .Product-info-section .Product__Info ul.HorizontalList select.currency-picker,
.currency-picker{
	border: none;
  border-color: white;
  background: white;
  border-color: white;
}

.template-product .Product-info-section ul.HorizontalList.HorizontalList--spacingLoose.hidden-pocket.hidden-lap {
    display: block !important;
}
.show_currency_convertor{
display:block !important;}


/* custom menu */

.drop-down.custom_c_currency .custom_option_div{
	position: relative;
 
}

.Product__Info .drop-down.custom_c_currency .custom_option_div{

 margin: auto;
}



.drop-down.custom_c_currency .custom_option_div ul{
	list-style: none;
  	position: absolute;
      position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    background: white;
    border: 1px solid #CCC6C4;
   
  cursor: pointer;
}	

.drop-down.custom_c_currency .custom_option_div ul li{
  cursor: pointer;
   padding-left: 6px;
    padding-right: 5px;
}

.drop-down.custom_c_currency .custom_option_div ul li:hover{
	background: #CCC6C4;
  color: white;
}

.drop-down.custom_c_currency .custom_selected{
	
}

.drop-down.custom_c_currency .custom_selected{
	position: relative;
  	display: inline-block;
}
.drop-down.custom_c_currency .custom_selected span,
.drop-down.custom_c_currency .custom_selected a{
color: #333333;
}

.drop-down.custom_c_currency .custom_selected::before{
	    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    left: 52%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(20px, -74%);
            transform: translate(20px, -74%);
}

@media only screen and (max-width: 575px){
 .drop-down.custom_c_currency{
  	margin-top: 20px;
  }
  
  .show_currency_convertor{
  	    display: block !important;
    position: relative;
    max-width: 32px;
  }
}

@media only screen and (max-width: 1240px){
	.show_currency_convertor{
  	    display: block !important;
    position: relative;
    max-width: 32px;
  }
}

@media only screen and (min-width: 1240px){
  .show_currency_convertor{
      display: block !important;
    max-width: 42px;
    position: relative;
    margin: auto;
  }
  
  .drop-down.custom_c_currency .custom_option_div ul{
  	     top: 4px;
    left: 0;
    transform: translate(0);
  }
}
.mobile-video{Display:none;}

@media(max-width:600px)
{
.mobile-video{display:block;}
  .desktop-video{display:none;}
}
ul.size-chart {
    list-style: none;
    text-align: center;
    padding-top: 20px;

}
ul.size-chart li{
  padding:0px !important;
}
.TableWrapper {
    padding-top: 28px;
}
.TableWrapper table td{text-align: center !important;
    width: 20% !important;}

.NewsletterPopup {
    left: 50%;
    right: unset;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%) !important;
    position: fixed;
}

aside.NewsletterPopup * {
    color: #000 !important;
}
.NewsletterPopup{
      background: #fff !important;
}
.NewsletterPopup .Button:before{
      background-color: #1c1b1b;
}
.NewsletterPopup  button.Form__Submit.Button.Button--primary.Button--full {
    color: #fff !important;
  border: 1px solid #1c1b1b !important;
}
.NewsletterPopup .Form__Input{
      border-color: #1c1b1b !important;
}
.NewsletterPopup input.Form__Input::placeholder{
  color:#a5a5a5 !important;

}
.NewsletterPopup__Content p {
    color: #a5a5a5 !important;
}
body .NewsletterPopup .Form__Input {
    border-color: #a5a5a5 !important;
}
body .NewsletterPopup .Form__Input:hover {
    border-color:#1c1b1b !important;
}
.NewsletterPopup .Form__Input:focus-visible {
    outline-width: 2px;
    outline-style: auto;
    outline-color: #000000;
    outline-offset: 0;
}
.js  .cstm-overlay .PageTransition {
    z-index: 7 important;
       opacity: 1 !important;
    background: #ffffff91;
    filter: blur(125px);
    visibility: visible !important;
} 
div#shopify-section-popup {
    position: relative;
    z-index: 9999;
}
.NewsletterPopup button.Form__Submit.Button.Button--primary.Button--full:hover {
    color: #1c1b1b !important;
  
}
