/** Shopify CDN: Minification failed

Line 116:0 Unexpected "{"
Line 116:1 Expected identifier but found "%"
Line 117:0 Unexpected "{"
Line 117:1 Expected identifier but found "%"
Line 197:7 Expected identifier but found "{"
Line 197:8 Unexpected "{"
Line 197:15 Expected ":"
Line 197:85 Expected ":"
Line 564:14 Unexpected "{"
Line 2670:2 Expected identifier but found "*"

**/
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');

@font-face {   
  font-family: 'brandon_grotesquemedium';
  src: url('brandon_med-webfont.eot'); 
  src: url('brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
    url('brandon_med-webfont.woff2') format('woff2'),
    url('brandon_med-webfont.woff') format('woff'),
    url('brandon_med-webfont.ttf') format('truetype'),
    url('brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
  font-weight: normal;  
  font-style: normal;
}     
 
@font-face {  
  font-family: 'brandon_grotesqueMdIt';
  src: url('brandon_med_it-webfont.eot');
  src: url('brandon_med_it-webfont.eot?#iefix') format('embedded-opentype'),
    url('brandon_med_it-webfont.woff2') format('woff2'),
    url('brandon_med_it-webfont.woff') format('woff'),
    url('brandon_med_it-webfont.ttf') format('truetype'),
    url('brandon_med_it-webfont.svg#brandon_grotesqueMdIt') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'brandon_grotesque_regularRg';
  src: url('brandon_reg-webfont.eot');
  src: url('brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('brandon_reg-webfont.woff2') format('woff2'),
    url('brandon_reg-webfont.woff') format('woff'),
    url('brandon_reg-webfont.ttf') format('truetype'),
    url('brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'brandon_grotesqueRgIt';
  src: url('brandon_reg_it-webfont.eot');
  src: url('brandon_reg_it-webfont.eot?#iefix') format('embedded-opentype'),
    url('brandon_reg_it-webfont.woff2') format('woff2'),
    url('brandon_reg_it-webfont.woff') format('woff'),
    url('brandon_reg_it-webfont.ttf') format('truetype'),
    url('brandon_reg_it-webfont.svg#brandon_grotesqueRgIt') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Sanford';
  src: url('Sanford-Book.eot');
  src: url('Sanford-Book.eot?#iefix') format('embedded-opentype'),
    url('Sanford-Book.woff') format('woff'),
    url('Sanford-Book.ttf') format('truetype'),
    url('Sanford-Book.svg#Sanford-Book') format('svg');
  font-weight: normal;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, input, textarea, select, .nav-row {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal
}
.slide .overlay-text .text, .h1-style, #pageheader .logotext, #shoplogo .logotext {
  /* font-family:'brandon_grotesque_regularRg',
    sans-serif; */
  font-weight:400;
  font-style:normal
}
h3, h1.h3-style, h2.h3-style, h3.h3-style, h4.h3-style, h5.h3-style, h6.h3-style {
  font-size: 22px;
}
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  letter-spacing: 1px;
  margin: 1em 0 1em;
}
h1, h2, h3, h4, h5, h6 {
  text-transform:uppercase;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

/*swatch code start*/
/* 
Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
  margin: 0;
  border: #000 1px solid;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  text-transform: capitalize;
  width: auto !important;
  margin: 0 !important;
  font-family: 'Lato';
  cursor: pointer;
}
.swatch-element.color label {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  display: inline-block !important;
  float: none !important;
}
.swatch-element.color {
  max-width: 200px;
  text-align: center;
}
.swatch-container.clearfix {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
.swatch-element.color input:checked + label {border: #000 1px solid !important;}
.swatch-element label { padding:0 7px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {  border-radius: 0;  margin: 0 !important;  width: auto ;} 
.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
/*   margin:0px 10px 10px 0; */
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error { background-color:#E8D2D2!important;  color:#333!important;  padding:1em;  border-radius:5px;}
.swatch.error p {  margin:0.7em 0;}
.swatch.error p:first-child {  margin-top:0;}
.swatch.error p:last-child {  margin-bottom:0;}
.swatch.error code { font-family:monospace;}
/*swatch code end*/
.custom-product-swatch-container ul li a {
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 32px;
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 0 7px;
  text-align: center;
  font-family: 'Lato';
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 5px 0;
}
/*=============================*/
/*          header             */
/*=============================*/

#pageheader .logo-area {
  float: left;
  margin: 0 15px 0 40px;
}

.announcement {
  height: 32px;
  position:relative;
}


#shopify-section-header {
  position: sticky !important;
  top: 0px;
  width: 100%;
  z-index: 101;
  position: -webkit-sticky
}

.announcement ul {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.announcement ul li {
  list-style: none !important;
  display: inline-block;
  line-height: 19px;
  padding: 6px 10px 7px 15px;
  border-left: 1px solid #7A7A7A;
  color: #fff;
  vertical-align: top;
}
span.selected-currency {
  font-family: 'Arial';
}
.announcement ul li a {
  font-size: 12px;
  text-transform: uppercase;
}
li.account-links {
  padding: 4px 10px 6px 14px !important;
  letter-spacing: 0.6px;
}
.switcher {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url("//cdn.shopify.com/s/files/1/0627/5517/t/58/assets/triangle-icon.png?16100798402864435931") no-repeat scroll 39px center;
  border: medium none;
  padding: 1px 27px 2px 2px;;
  width: 55px;
  color: #fff;
  font-size: 12px;
  letter-spacing: normal;
}
.announcement > ul.top-links > li.cart-links {
  border-left: none;
  background-color: #2D8703;
}
/* .search-form.desktop-search {
  float: right;
  width: 20%;
  margin-top: 20px;
  margin-right: 25px;
} */
/* .desktop-search input[type="text"] {
  background-color: #D6D6D6;
  border: none;
  padding: 8px 0 8px 10px;
  color: grey;
  font-size: 10.5px;
  width: 80%;
} */
/* .search-form.desktop-search .button{
  background: transparent;
  width: auto;
  min-width: 0;
  padding: 0 !important;
  border: none;
} */
/* .desktop-search .fa {
  background-color: #d6d6d6;
  color: #666;
  padding: 7px 10px 9px;
  margin-left: -3px;
  font-size:14px;
} */
.nav_cont_main {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}
.home5 .nav_cont_main {
  background: #fff none repeat scroll 0 0;
  opacity: 0.8;
}

/*------------ slider ---------*/
.desktop-slideshow .slide .scaled-text h1 {
  font-size: 110%;
  color: #fff;
  font-family: "Sanford";
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 12px;
}

.desktop-slideshow .slide .scaled-text h3 {
  font-family: 'lato';
  font-size: 52%;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-transform: none;
  margin-bottom: 35px;
}
.mobile-slideshow .scaled-text h1 {
  font-size: 180%;
  color: #fff;
  font-family: "Sanford";
  line-height: 50px;
  font-weight: 400;
  position: absolute;
  top: 6%;
  width: 100%;
}
.mobile-slideshow .scaled-text h3 {
  font-family:'lato';
  font-size: 100%;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-transform: none;
  position: absolute;
  top: 16%;
  width: 100%;
}
.mobile-slideshow .overlay-text .text>div{    
  color:#fff;
}
.mobile-slideshow .scaled-text .btn-container a span {
  font-size: 80%;
  background: #fff;
  padding: 15px 20px !important;
  text-transform: uppercase;
  font-family: lato;
  width: 42%;
  display: inline-block !important;
  text-align: center;
  vertical-align: top;
  color: #000 !important;
}
.mobile-slideshow .scaled-text .btn-container a:first-child span {
  margin-right: 10px;
}
.mobile-slideshow .scaled-text .btn-container a:last-child span {
  margin-left: 10px;
}
.desktop-slideshow .slide .scaled-text .btn-container a:hover span {
  color: #fff !important;
  background: #000;
}
.desktop-slideshow .slide .scaled-text .btn-container a span {
  font-size: 18px;
  background: #fff;
  padding: 15px 20px !important;
  text-transform: uppercase;
  margin-left: 20px;
  font-family: lato;
  min-width: 200px;
  display: inline-block !important;
  text-align: center;
  vertical-align: top;
  color: #000 !important;
  line-height: 16px;
}


/*==================================*/
/*            mini-cart             */
/*==================================*/

#cart-summary-overlay {   
  height:100%;
  box-shadow: 0 0 0 10000px rgb(0 0 0 / 58%);
  max-width: 540px;
  height: 100vh;
  z-index: 999999999999999;
  opacity: 1;
  transition:opacity 250ms ease;
}


.cart-summary-overlay #cartak {
  width: 100%;
  height: 100%;
}
.rowcart.bgblak {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  float: none;
  padding: 5px 10px;
  top: 0px;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rowcart .carticon{
  background:url('cart.svg')no-repeat;
  width: 60px;
  height: 50px;
  display: inline-block;
  background-position: 1px -5px;
  padding-top: 9px;
}
.rowcart.bgray {
  background: #fff;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 0;
}
span.empty-cart {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-top: 50px;
  display: inline-block;
}
.shop-btn-container {
  display: inline-block;
  margin: 70px 0 0;
  text-align: center;
  width: 100%;
}
.shop-btn-container .shop-btn a {
  display: inline-block;
  border: 1px solid #000;

  background: #000;
  color: #fff;
  text-transform: uppercase;
 
  padding: 10px 20px;
    font-size: 11px;
    width: 150px;
}
.shop-btn-container .shop-btn{
  margin-bottom:40px; 
}
.rowcart {
  float: left;
  text-align: center;
  width: 100%;
}
span.freesh2 {
  color: #2D8703;
  font-size: 12px;
  font-weight: 100;
}
span.freesh1 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  justify-content: center;
}
a.clx {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.cab-content input:hover {
  border-color: #B7A282;
}
.ajax-total,  {
  padding: 10px 0;
}
.cart-summary-overlay .colcartleft {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  float: left;
}
.cart-summary-overlay .colcartright {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  float: right;
}
.minicart-item-list{
  /*max-height:130px !important;
  overflow: auto !important;
  margin-top: 20px !important;*/
}
.qty-price-container {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 3px;
}
.cart-price-container {
  float: right;
}
.cart-qty-container {
  float: left;
}
#cartform .mini-cart-item .remove {
  /*top: 0 !important;*/
}
/* For Firefox */
.cart-template-page input[type='number'], .mini-cart-item input[type='number'] {
  -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
.mini-cart-item input[type=number]::-webkit-inner-spin-button,
.mini-cart-item input[type=number]::-webkit-outer-spin-button,
.cart-template-page input[type=number]::-webkit-inner-spin-button,
.cart-template-page input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-qty-container input.qtyak {
  padding: 0;
  border: none;
  text-align:center;
  text-align: center;
  width: 30px;
}
.cart-qty-container {
  border: 1px solid #707070 ;
  padding: 2px 10px;
  text-align: center;
  margin-bottom: 3px;
}
.checkout-buttons {
  text-align: center;
}
.cart-text-under {
  font-size: 12px;
  text-align: center;
}
.minicart-strap .cart-strap-name, .minicart-strap .cart-strap-price {
  text-align: center;
  font-size: 12px;
}
.minicart-strap .cart_product h6 {
  display: none;
}
.minicart-strap .minicart-strap-title {
  text-align: center;
  margin: 15px 0 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  color: #000000;
}
.freeship-status {
  width: 100%;
  border: 1px solid #ada7a7; 
  height: 35px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.freeship-status-text {
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
  line-height: 32px;
  position: absolute;
  width: 100%;
}
.freeship-status-bar {
  background: #e6e6e6;
  height: 100%;
}
#currencies option {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: Lato;
}
.mini-cart-bottom {
  display: table;
  background: #FFF;
  width:100%;
  position: absolute;
  bottom: 0px;
}
.minicart-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.mini-cart-top {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
/*   height: calc(100% - 190px); */
  overflow: scroll;
  flex-grow: 3;
}
.minicart-content .item.mini-cart-item {
  padding: 30px 0 !important;
}

.strap-add-tocart {
  color: #fff!important;
  background: #000;
  padding: 12px 20px 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.ajax-total .subtotal, .total-shipping .ship-txt, .total-duties .ship-txt, .total-vat .ship-txt{
  float: left;
  font-size: 15px !important;
  color: #000;
  font-weight: bold;
  margin:0 !important;
  text-transform: uppercase;
  font-family: 'Lato' !important;
  letter-spacing: normal;
}
.minicart-totals-container > div:last-child{
  margin-bottom:10px; 
}
.rowcart.total-shipping {
  margin-bottom: 20px;
  margin-top: 5px;
}
.minicart-strap {
  border: 1px solid #000;
  margin-top: 10px;
  padding: 0 25px;
  display: inline-block;
  width: 100%;
}
.cartStrapSlideContainer {
  /*width: 55%;
  float:left;*/
  display:inline-block;
  width: 100%;
}
.minicart-customer-brought-container {
  width: 100%;
  margin-bottom: 220px;
}

@media (max-width: 500px) {
  .minicart-customer-brought-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.minicart-content #cartform {
  width: 100%;
}
.cartStrapForm {
  float: right;
  display: inline-block;
  margin: 50px 0 0 0;
}

.cartStrapSlideContainer .slides li img {
  width: 100px !important;
}
.cartStrapSlideContainer .flexslider .flex-direction-nav a.flex-prev, 
.cartStrapSlideContainer .flexslider .flex-direction-nav a.flex-next,
.cstraps .flexslider .flex-direction-nav a.flex-next,
.cstraps .flexslider .flex-direction-nav a.flex-prev{
  width: 25px;
  height: 25px;
  line-height: 35px;
  text-align: center;
  text-indent:-99999px;
  background-size: 90% !important;
}
.cartStrapSlideContainer .flexslider .flex-direction-nav a.flex-prev, 
.cstraps .flexslider .flex-direction-nav a.flex-prev{
  background:url('flex-left.jpg')no-repeat;
}
.cartStrapSlideContainer .flexslider .flex-direction-nav a.flex-next,
.cstraps .flexslider .flex-direction-nav a.flex-next{
  background:url('flex-right.jpg')no-repeat;
}
.cartStrapSlideContainer .flexslider .flex-direction-nav a:hover{
  opacity:1;
}
.minicart-container .ajax-total {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.minicart-container .ajax-total .totalprice, .total-shipping .ship-val, .total-duties .ship-val, .total-vat .ship-val {
  font-size: 15px;
  font-weight: bold;
  float: right;
  font-family: 'Lato';
}
.minicart-container {
  padding: 0;
  display: flex;
  width: 100%;
  position: relative;
/*   height: calc(100% - 33px); */
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 768px) {
  .minicart-container { 
    padding: 0;
  }
}
.minicart-container .total-shipping {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.rowcart input {
  margin-bottom: 22px;
  margin-top: 14px;
  text-align: center;
  padding: 10px 0px;
  width: 40px;
}
h2.namepcart {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato';
}
h2.pricecart {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: -3px;
  font-family: 'brandon_grotesque_regularRg';
  text-align: right;
}
span.subtotal {
  color: grey;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
span.totalprice {
  font-size: 20px;
  font-weight: 800;
}
.cart-summary-overlay #shop-more {
  
}
#cartak #update-cart {
  width: 100%;
  background: #2D8703;
  color: #FFF;
  border: thin solid #2D8703;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 18px 0 18px;
  font-size: 14px;
  display: flex !important;
  text-align: center;
}

#update-cart {
  margin-bottom: 10px;
}

#cartak #update-cart svg {
  margin-right: 10px;
}


/*=============================*/
/*           Menu              */
/*=============================*/ 

#main-nav a.expanded, #main-nav a:hover {  
  color: #000;
} 
.multi-level-nav ul > li > a {
  text-transform: uppercase;
}
.multi-level-nav ul.submenu-links > li > a {
  text-transform: inherit;
}
.sub-menu-heading a {
  padding:0 !important; 
  margin: 0;
}
.explore-image {
  margin-right: 10px !important;
  position:relative;
}
.explore-subnav {
  width: 100%;
}

.tier-1 > ul > li > a{
  padding:0 !important;
}
.exp{
  display:none !important;
}
.tier-1 a {	    
  border-bottom:2px solid #fff;
}
.tier-1 ul li ul li a {	    
  font-size:12px;
}
.explore-submenu a {
  text-transform: capitalize;
}
.mens-menu li a, .womens-menu li a {
  text-transform: capitalize !important;
  padding-left:0;
}
a.menu-collection-image-title {
  width: calc(100% - 60px);
}
.explore-image-heading {
  position: absolute;
  bottom: 15px;
  right: 35px;
  font-size: 15px;
  color: #fff;
  font-family: 'oswald';
  text-transform: uppercase;
  font-weight: 500;
}
.explore-image a {
  padding: 0 !important;
  display: inline-block;
  position: relative;
}
.nav_cont_main {
  position: relative;
}
.explore-image img {
  display: inline-block;
  vertical-align: bottom;
  max-width:300px;
}
.tier-2 {
  position: absolute;
  top: 101px;
  background: #fff !important;
  width: 100%;
  z-index: 999;
  left: 0;
  border-top: 1px solid #ccc !important;
  padding: 25px 30px 25px 245px !important;
}

.tier-3 {
  position: absolute;
  top: 192px;
  background: #fff !important;
  z-index: 999;
  width: 100%;
  padding: 15px 30px 30px 245px !important;
  left: 0;
  border-top: 1px solid #ccc !important;
}


/*================================*/
/*             footer             */
/*================================*/

.footer-logo-sec{
  display:inline-block;
  padding: 50px 0 2px; 
  width:100%;
}
.footer-logo-sec .third-box ul li{
  list-style:none;
}
.footer-logo-sec .third-box ul li a {
  display: block;
  padding: 2px 0;
  text-transform: capitalize;
  font-size:13px;
  font-family: 'Lato';
}
.footer-newsletter .column-half {
  padding: 80px 0 65px;
  margin-bottom: 0;
  text-align: left;
  width: 50%;
  display: inline-block;
  float: left;
}
.nl-mainbox input {
  display: table-cell;
}
.nl-inputbox {
  color: #232323;
  line-height: 17px !important;
  width: calc(100% - 112px)!important;
}

.footer-newsletter .signup-form-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 40px;
}
.signup-form-subtitle p {
  letter-spacing: 1px;
  line-height: 23px;
  font-size:15px;
  color: #fff !important;
  margin-bottom: 30px;
}
.promo-container{
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
#pagefooter .cross-page-promos .column-quarter {
  background: #d6d6d6;
  width: 25% !important;
  padding: 11px 5px 11px;
  margin: 0 !important;
  border-right: 2px solid #fff;
  display: inline-block !important;
  vertical-align: bottom;
  float:left;
}
#pagefooter .cross-page-promos .column-quarter img {
  max-width: 32px !important;
  height: auto;
  top: 2px;
  left: 2px;
}
#pagefooter .cross-page-promos .column-quarter:last-child {
  border: none;
}
.cross-page-promos .icon-with-caption .icon-with-caption__text {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
}
#pagefooter .absolute-footer ul li {
  margin: 0 2px;
}
#pagefooter .copyright {
  line-height: 21px;
}
.social-links ul {
  width: 100%;
  text-align: left;
  margin-left: 0px;
}
#pagefooter .social-links li:first-child a {
  margin-left: 0;
}
#pagefooter .absolute-footer ul li a {
  padding: 0 ;
  text-transform: capitalize;
}
#pagefooter .copyright .copy {
  font-size: 13px;
}
.footer-nav ul {
  margin: 0;
}
/*------- instagram feed ------------*/
#instagram-card svg.fs-next-svg {
  width: 30px;
  height: 30px;
}
.fs-next-page .fs-next-button {
  padding: 50px 0;
}
.instagram-header {
  padding-bottom: 70px;
}
.instagram-header h1{
  font-size: 30px;
  font-weight: 450;
  line-height: 1.2em;
  font-family: 'Oswald', sans-serif;
  margin-bottom:0;
}
.instagram-header p.align-center {
  color: #202324;
  font-size: 15px;
}
/*------------ Home video section -----------*/
.home-videos {
  margin: 120px auto 120px;
  width: 100%;
}
.video-top > h1{
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.video-top p {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  width: 66%;
  margin: 0 auto;
  text-align: center;
}
.home-video-inner {
  width: 90%;
  margin: 0 auto;
}
.video-top {
  margin-bottom: 35px;
  margin-top: 0px;
}
.video-bottom {
  margin-top: 50px;
  text-align: center;
}
.video-bottom a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.video-item a::after {
  background: url(//cdn.shopify.com/s/files/1/0627/5517/t/58/assets/youtube-white.png?3938551606198459059) no-repeat;
  position: absolute;
  top: calc( 50% - 29px );
  left: calc( 50% - 40px );
  content: "";
  width: 80px;
  height: 57px;
  background-size: 100%;
}
.video-item a:hover::after {
  background: url(//cdn.shopify.com/s/files/1/0627/5517/t/58/assets/youtube-gry.png?3938551606198459059) no-repeat;
  background-size: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  z-index: 9999;
}
.modal-content {
  background-color: transparent;
  margin: 15% auto;
  padding: 0px;
  width: 80%;
  position: relative;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

/*--------- Home Review ------------*/
.minsonary-heading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.minsonary-new-subheading {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.minsonary-new-heading {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: oswald;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.minsonary-new-left, .minsonary-new-right-top, .minsonary-new-right-bottom {
  position: relative;
}
.home-review {
  margin-bottom: 5px;
}
.review-top > h1 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  margin-bottom: 19px;
}
.video-top p, .review-top p {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  width: 66%;
  margin: 0 auto;
  text-align: center;
}
.home-review-count {
  text-align: center !important;
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px;
}
.review-container {
  margin: 0 20px;
}
.review-bottom {
  text-align: center;
}
.review-icon-container {
  text-align: center;
  margin: 40px auto;
  width: 100%;
}
.review-icon-item {
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
}
.review-icon-item img {
  max-width: 187px;
  width: 144px;
}
.video-bottom a, .review-bottom a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.home-review .review-item {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  margin-top: 2px;
}
.home-review-image {
  width: 120px;
  margin: 0 auto;
  padding-top: 20px;
}
.home-review-star {
  width: 140px;
  margin: 0 auto;
}
.home-review-title {
  font-size: 12px;
  font-family: lato;
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 10px;
}

.home-review-title a {
  border-bottom: 1px solid #ddd;
  color: #d6d6d6;
  font-style: italic;
}
.home-review-desc {
  position: relative;
  padding-bottom: 20px;
  width: 71%;
  margin: 0 auto;
  font-size: 15px;
  font-family: Lato;
  font-weight: 400;
  line-height: 23px;
  color:#000;
}
.home-review-desc a {
  text-decoration: underline;
  margin-top: 20px !important;
  display: inline-block;
}
.home-review-count a {
  display: inline-block;
}
.home-review-count .text-m {
  font-size: 15px;
  margin-left: 10px;
  text-decoration: underline !important;
}
.home-review-name {
  padding: 15px 0 25px;
}
.owl-theme .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}
.template-index .owl-prev, .mens-best-sellers-media .owl-prev {
  left: 5px;
}
.template-index .videos-container .owl-prev {
  left: -3px;
}
.template-index .videos-container .owl-next {
  right: -3px;
}
.template-index .owl-next, .mens-best-sellers-media .owl-next {
  right: 6px;
}
.template-index .owl-prev, .template-index .owl-next, .mens-best-sellers-media .owl-prev, .mens-best-sellers-media .owl-next {
  position: absolute;
  top: 42%;
  font-size: 35px !important;
  border-radius: 0 !important;
  background: #000 !important;
  padding: 3px 10px;
  color: #fff;
  opacity: 0.5;
  margin: 4px;
}
/*---------- Home collection Slider ---------------*/
.home-collection-slider {
  padding-top: 70px;
}
.explore-left p {
  font-size: 15px;
  line-height: 23px;
}
.collection-listing .product-list {
  margin-bottom: 20px;
}
.collection-listing .product-list .item h3 {
  font-size: 18px;
  color: #636468;
  font-weight: normal;
  font-family: 'brandon_grotesquemedium'; 
  margin-top: 16px;
  text-transform:uppercase;
}
.collection-listing .product-list .col-price {
  font-size: 15px;
  margin-bottom: 10px;
  color: #696b73;
}
.home-collection-slider .col-link {
  margin-top: 50px;
}
.home-collection-slider .col-link a {
  display: inline-block;
  padding: 20px 25px !important;
  border: 2px solid;
  text-transform: uppercase;
  font-size: 14px;
}
.home-collection-slider .col-link a:hover{
  background: #000!important;
  color: #FFF;
  border: 2px solid #000;
}
.explore-left h1{
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  text-transform:uppercase;
}
.home-collection-slider .slick-prev, .home-collection-slider .slick-next{
  height:auto !important; 
  width:auto !important; 
  font-size:35px; 
  background:#000 !important;
  color:#fff !important;
  opacity:0.5;
  padding:10px 8px 7px 12px !important;
}
.home-collection-slider .slick-prev:hover, .home-collection-slider .slick-next:hover{
  opacity:1;
}
.home-collection-slider .slick-prev, .home-collection-slider .slick-arrow .fa {
  line-height: 16px;
  height: 21px;
  vertical-align: bottom;
}

/*----------- Home Minsonary -------------*/
.home-minsonary {
  padding: 90px 30px 10px;
  clear:both;
}
.home-minsonary div {
  vertical-align: top;
  overflow:hidden;
}
.minsonary-left {
  width: calc( 70% - 0px );
  display: inline-block;
  margin-right: 11px;
  float:left;
}
.minsonary-right {
  display: inline-block;
  width: 29%;
}
.home-minsonary img {
  max-width: 100% !important;
  width:100%;
}
.minsonary-left-top-right {
  width: calc( 50% - 4px );
  display: inline-block;
}
.minsonary-left-top-left {
  width: calc( 50% - 11px );
  display: inline-block;
  margin-right: 9px;
}
.minsonary-left-bottom-left {
  width: calc( 38% - 10px );
  display: inline-block;
  margin-right: 8px;
}
.minsonary-left-bottom-right {
  width: calc( 62% - 4px );
  display: inline-block;
}
.home-minsonary .mtext {
  background: #eeeeee;
  padding: 0;
  text-align: center;
}
.home-minsonary .mimage {
  position:relative;
}
.home-minsonary h1 {
  font-family: oswald;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-minsonary p {
  font-size: 15px;
  font-family: Lato;
  font-weight: 400;
  color: #000;
  line-height: 23px;
  margin-bottom: 30px;
}
.minsonary-title {
  position: absolute;
  bottom: 45px;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 40px;
}
.minsonary-left-bottom-right .minsonary-title {
  bottom: 20px;
}
.minsonary-title a{
  color: #fff;
}
.minsonary-title a:hover{
  color: #989898;
}
.minsonary-left-top {
  margin-bottom: 11px;
}
.minsonary-left-top-left.mtext > div {
  padding: 145px 60px;
}
.minsonary-right-bottom.mtext {
  padding: 124px 28px;
  margin-top: 11px;
}
.home-minsonary .learn-btn {
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  font-size: 20px;
  font-family: Oswald;
  font-weight: 500;
  color: #000;
}
.mimage, .mtext {
  height: 480px; 
  position:relative;
}
.mimage img { 
  height: 100%;
  object-fit: cover;
}
.minsonary-right-bottom.mtext{
  padding-top:initial; 
  padding-bottom:initial;
}
.minsonary-right-bottom.mtext{	
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.mtext > div{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.minsonary-right-bottom.mtext a:hover{
  color:#989898;
}
.minsonary-left-bottom-right.mimage .minsonary-title {
  text-align: left;
  padding: 0 50px;
}
.minsonary-left-bottom-right.mimage .minsonary-title p{
  font-size: 15px;
  font-family: Lato;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  text-transform:initial;
  margin-top:20px;
}

.home-minsonary div, .minsonary-title, .home-minsonary h1, .home-minsonary p {
  z-index: 99;
}
.minsonary-right>div{
  height:620px;
}
.minsonary-right-bottom.mtext{
  height:340px;
}
.home-minsonary .mtext a:hover::after, .home-minsonary .mimage a:hover::after {
  content: "";
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.video-bottom a:hover, .review-bottom a:hover {
  color: #d6d6d6;
}


/*================================*/
/*         category page          */
/*================================*/

.container.collection-container {
  max-width: none;
  padding: 0;
}
.page-header .filters, .page-header .social-area{}
.collection-listing .product-block {
  /*width: 33%;*/
  width: 400px;
  padding: 15px 8px 0px;
  margin: 0;
}
span.product_first1 {
  display: block;
  line-height: 10px;
  font-size: 10px;
}
.product-block .title {
  font-weight: bold;
}
.product-list input.button, .related-collection input.button, .product-list button.button{
  background: #000;
  color: #fff;
  border: none;
}
.product-list input.button:hover, .related-collection input.button:hover, .product-list button.button:hover {
  background: #2d8703;
  color: #fff;
  border: none;
}
.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #fff;
}
.related-collection .product-form.section {
  padding: 0;
}
.theme_temp_collection_no .page-header.cf {
  padding: 0;
}
.theme_temp_collection_no .multi-tag-row {
  margin-top: 0px !important; 
  margin-bottom: 10px !important;
}

.inherit-line-height {
  line-height: inherit;
}

/*==========================================*/
/*        product engraving template        */
/*==========================================*/

.template-product .product-detail {
/*   max-width: 93%;
  margin: 40px auto 15px;
  padding:0 40px; */
}
.product-detail .layout-column-half-left {
  float: left;
  width: 50%;
  padding:20px 20px 0;
}
.product-detail .layout-column-half-right {
  float: right;
  width: 45%;
}

.MagicToolboxSelectorsContainer li.strap-variant-img {
  display: none;
}
.product-detail .product_img_container {
  float: right;
  width: calc(100% - 100px);
  padding:0 35px;
}

@media (min-width: 1440px) {
  .product-detail .product_img_container {
    padding:0 85px;
  }
}

@media (min-width: 769px) and (max-width: 1439px) {
  .product-detail .product_img_container {
    padding: 0 25px;
  }
  .product-detail .layout-column-half-left {
    width: 50%;
  }
  .product-detail .layout-column-half-right {
    width: 45%;
  }
  
  .product-detail .breadcrumb {
    padding: 0 20px 20px 0px;
  }
}



.product-detail .detail .title {
  margin: 0 0 4px 0;
}

.product-detail .gallery .thumbnails a {
  width: auto;
  margin: 0 0 10px;
  box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
}
.cmz-price-txt {
  display: block;
  margin-left: 10px;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  line-height:1;
}
.title .product_first {
  display: block;
  font-family: 'Lato';
  font-size: 14px;
  color: #4D555B;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 7px;
  text-transform:uppercase;
}
.title .product_last {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 35px;
  font-weight:500;
  /* line-height: 42px; */
}
.pro-custom-desc {
  font-size: 14px;
  font-family: 'Lato';
  margin-bottom: 22px;
  padding-top: 0px;
  margin-top: 19px;
}
#foursixty-product-container {
  margin: 50px 0 0;
}
#foursixty-product-container .vc-story-row.cntr {
  background: #fff!important;
  margin: 50px 0 0;
}
.view-all {
  text-align: center;
  font-size: 80%;
  line-height: 1em;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
a.custom-vincerowatches {
  text-transform: none;
}
.hr-class {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
}
.vc-story-row.product-inst p{
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  text-align:center;
  margin-bottom: 0;
}
.watch_anatomy_container img.img-responsive {
  vertical-align: bottom;
}

/*--- out of stock fancybox ---*/
.out_of_stock_button1 {
  width: 100%;
}
.brand-modal {
  background: #FFF;
  text-align: center;
  padding: 10px;
  border: 10px solid #fff;
}
.brand-modal .text-wrapper{
  padding:10px;
}
.brand-modal .top-logo {
  margin-bottom: 12px;
}
.brand-modal .text-wrapper h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  font-family: 'brandon_grotesque_regularRg';
}
.brand-modal p {
  text-transform: uppercase;
  font-weight: 600;
}
.back-in-stock-modal .back-in-stock-disclaimer {
  display: block;
  margin-bottom: 0.5rem;
}
.brand-modal .wide-input {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 2;
  font-style: italic;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 14px;
}
.brand-modal .main-cta {
  width: auto;
  line-height: 2.3;
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.brand-modal div {
  padding: 10px;
}

/*---- INTENTIONALLY DESIGNED section---*/
.internation-design-wrapper {
  background: #d6d6d6;
}
.ID-box {
  margin-top: 30px;
}
.ID-box h2 {
  margin-bottom: 57px;
  text-align: center;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  padding: 30px 0;
}
.ID-box-desktop {
  padding: 0;
  font-family: Oswald;
}
.ID-box-desktop > div {
  vertical-align: top;
}
.ID-box-desktop .ID-box-L {
  display: inline-block;
  width: 20%;
  text-align: right;
  padding-top: 5%;
}
.ID-box-desktop .ID-box-M {
  display: inline-block;
  width: 58.5%;
}
.ID-box-desktop .ID-box-R {
  display: inline-block;
  width: 20%;
  padding-top: 4%;
}
.ID-box .container > div h1 {
  color: #9D9D9D;
  font-family: Oswald;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0;
  text-decoration: underline;
  margin-bottom: 0px;
}
.ID-box .container>div p {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Lato';
}
.ID-box-M img {
  max-width: 70%;
  height: auto;
}
.ID-box .container>div h1 img {
  vertical-align: middle;
  max-width: 60px;
  margin-right: 10px;
}
.ID-box .container > div p b {
  display: block;
  font-weight: 400;
  font-family: 'Oswald';
  font-size: 15px;
}

/*---- product review ---*/
p.review-para {
  font-size: 14px;
  font-family: 'Lato';
  line-height: 23px;
  width: 430px;
  margin: 0 auto 40px;
  text-align: center;
}

/*-----------------------*/

.custom-product-swatch-container {
  margin-top: 14px;
  margin-bottom: 20px;
}
.custom-product-swatch-container .header {
  font-size: 14px;
  font-family: 'Lato';
  vertical-align: middle;
  margin-right: 15px;
  font-weight: bold;
  display: inline-block;
}
.custom-product-size-chart{
  margin:0 0 20px 0;
  display:inline-block;
  width:100%;
}
.size-guide-button-container {
  text-align: center;
  margin: 20px 0;
}
.size-guide-image-container {
  padding-top: 40px;
}
.size-guide-footer-content {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}
.size-guide-modal-content{
}
.size-guide-image-container .size-image.active {
  display: block;
}
.size-guide-image-container .size-image {
  display: none;
}
.size-guide-button-container .first-btn.size-btn {
  /*margin-right: 30px;*/
}
.size-image img {
  width: 100%;
}
.size-guide-button-container .size-btn.active {
  background: #000;
  color: #fff;
}

.size-guide-button-container .size-btn {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}
.custom-product-size-chart .header {
  font-size: 14px;
  font-family: 'Lato';
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  text-decoration:underline;
}
.custom-product-size-chart img{
  vertical-align:top; 
  height: 20px;
  margin-left: 15px;
}
.custom-product-swatch-container ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-product-swatch-container ul li {
  list-style: none;
  display: inline-block;
}
.custom-product-swatch-container ul li a {
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 32px;
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 0 7px;
  text-align: center;
  font-family: 'Lato';
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.custom-product-swatch-container ul li.active a {
  color: #fff !important;
  background: #000 !important;
}

.template-product div.fs-prepended-detail.fs-wrapper, div.fs-wrapper {
  margin:0;
}
.no-display{display:none;}
.product-trust-image {
  list-style: none;
  text-align: center;
  display:none;
}
.product-trust-image li {
  display: inline-block;
  max-width: 23% !important;
  text-align: center;
}
.product-starp-box-inner {
  width: 100%;
  margin: 0 auto;
}
#owl-strap .owl-item .item {
  padding: 0 10px;
  text-align: center;
}
#owl-strap span.money {
  font-weight: bold;
  font-size: 12px;
}
#owl-strap .owl-item .item-added {
  display: none !important;
}
.product-starp-box .item-title {
  font-size: 12px;
  line-height: 13px;
}

.product-detail span.strap-checkbox {
  width: 17px;
  height: 17px;
  font-size: 11px;
  border: 1px solid #000 !important;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  line-height: 16px;
  margin: 18px auto 0;
  display: inline-block;
  background: #fff;
  position: relative;
}
a.c-learnmore {
  text-transform: uppercase;
  text-decoration: underline;
}
#owl-strap .item.strap-upsell--selected span.strap-checkbox {
  border: 2px solid #000 !important;
  background-color: #fff !important;
  color: #000 !important;
}
#owl-strap .item.strap-upsell--selected span.strap-checkbox::after {
  border: solid #000;
  display: block;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: '';
  width: 3px;
  height: 11px;
  position: absolute;
  top: -1px;
  left: 4px;
}
#owl-strap .item.strap-upsell--selected img {
  opacity: 0.4;
}
#owl-strap .item .item-price{
  display:block;
}
.addtocart-container {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.addtocart-container input, .addtocart-container button {
  width: 100%;
  padding: 17px 0;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border:none;
}
.theme_temp_product_engraving #foursixty-product-container .vc-story-row p{
  padding-top:0 !important;
}

/*-- product hint of history --*/
.hint-of-history {
  background-repeat: no-repeat;
  background-size: 100%;
}
.hint-of-history-desktop .hint-of-history {
  position:relative;
}
.hint-of-history-desktop .hint-of-history > img{
  width:100%;
}
.hint-of-history-desktop .hint-of-history .container {
  position: absolute;
  top: 40%;
  display: inline-block;
  left: 0;
}
.hint-of-history h2 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 15px;
}
.hint-of-history .container p {
  width: 40%;
}
.hint-of-history-two-box {
  padding: 2% 0 0;
}
.hint-of-history-two-box .container {
  padding: 0;
  max-width: 90% !important;
}
.hint-of-history-two-box .container > div {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  position: relative;
}

.hint-of-history-two-box .container>div .hint-of-history-text h2 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  color: #fff;
  margin-bottom: 15px;
}


/*--engraving section--*/
.custom-engraving a.add-engraving-btn {
  font-size: 14px;
  color: #000;
  font-family: 'Lato';
  cursor: pointer;
  display: inline-block;
  text-transform:capitalize;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
#custom-engraving-enable {
  visibility: hidden;
}
.custom-engraving {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align:left;
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 30px;*/
}
.custom-engraving label {
  height: 22px;
  width: 22px !important;
  background: #fff;
  position: absolute;
  margin-bottom: 0 !important;
  cursor: pointer;
  left: 0;
  top: 0;
  border: 1px solid #000;
}
.customize-watch {
  padding: 0 !important;
  overflow: hidden;
}

.template-product #fancybox-close {
  top: 6px !important;
  right: -34px !important;
  width: 10px !important;
  height: 10px !important;
}
.customize-watc-div {
  height: auto;
  width: 727px;
  background: #fff;
  border: 1px solid #000;
  padding: 10px 10px;
}
.customize-watc-div h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 14px 0;
  padding: 28px 0 0 0;
  text-align: center;
  font-weight: 500;
  font-family: 'Oswald';
}
.custom-two-div {
  width: 100%;
  display: inline-block;
  padding: 10px 14px 25px !important;
}
.custom-two-div .left-input {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
  padding:10px;
}
.custom-two-div .watch-image {
  width: 304px;
  display: inline-block;
  text-align: right;
  padding:10px;
  float:right;
}
.customize-watc-div .watch-cprice {
  border: 1px solid #000;
  padding: 4px 10px !important;
  color: #000;
  font-size: 15px;
  font-family: 'Lato';
}
.input-labbel {
  display: block;
  padding-bottom: 7px;
  font-size: 15px;
  font-family: 'Lato';
  color: #000;
  line-height: 15px;
}
.watch-image-expampe {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Oswald';
  color: #000 !important;
  font-weight: 500;
  padding:10px;
}

.customize-watch .input-container {
  padding: 0 !important;
}
.custom-two-div .left-input input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #000;
}
.custom-two-div .left-input .mini-p {
  font-size: 13px;
  display: inline-block;
  color: #000;
  font-family: 'Lato';
  margin-bottom: 5px;
}
.custom-two-div .left-input span {
  display: inline-block;
  float: right;
  font-size: 13px;
  padding-top: 1px;
  color: #000;
  font-family: 'Lato';
}
.p-note {
  font-size: 13px;
  line-height: 23px;
  font-family: 'Lato';
  color: #000;
  margin: 25px 0;
}
.custom-two-div .watch-image img {
  border: 1px solid #000;
}
.custom-two-div .left-input input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #000;
}
.lbl-total {
  font-size: 15px !important;
  text-transform: uppercase;
}
.btn-input {
  width: 100% !important;
  background: #000 !important;
  margin-top: 5px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 11px 0 !important;
  font-size: 15px !important;
  font-family: 'Lato' !important;
}
.custom-engraving input[type="checkbox"]:checked + label::after {
  border: solid #000;
  display: block;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: '';
  width: 5px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 5px;
}

.product-detail .detail .description {
  margin: 20px 0!important;
}
ul.tabs {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
ul.tabs li {
  background: #d9dadb;
  border: 1px solid transparent;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
}
ul.tabs li.current {
  border: 1px solid #222;
}

h2.motion, .watch_anatomy_container h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fullwidth-video-link {
  max-height: 520px;
  margin-bottom: 20px;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
.watch_anatomy_container .vc-story-row {
  background:#d6d6d6;
}
.vc-story-row {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;

}
.half {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  text-align: center;
  display:inline-block;
}
.left {
  float: left;
}
.cntr {
  text-align: center!important;
  position: relative;
}
.watch_anatomy_container .half.cntr .box {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  left: auto !important;
}
.vc-story-row h1 {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.vc-story-row p {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}

/*--related products--*/
#related-products {
  padding-top: 80px;
}
#related-products h4 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
  text-transform: uppercase;
}
.related-collection.collection-listing .product-block {
  width: 23%!important;
  padding: 30px 8px 25px!important;
}
/*----------------------------------*/
.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}

/*==============================*/
/*         cart page            */
/*==============================*/

.template-cart .page-header h1.majortitle {
  font-size: 30px;
}
.template-cart .page-header{
  padding:20px 0 20px 
}
#cartform .item-list {
  margin: 10px 0 40px;
}
#cartform .item .desc {
  flex-grow: 1;
  padding-right: 20px;
  display: inline-block;
  float: left;
  width: 370px;
  margin-top: 16px;
}
#cartform .item .quantity-container {
  display: inline-block;
}
#cartform .item .quantity input {
  width: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.quantity-container > div {
  display: inline-block;
}
.minicart-content h2.namepcart{
  padding-right:20px;
}
.xtra-strap {
  font-size: 18px;
  border: 0 solid #333;
  width: 250px;
  margin: 20px auto;
  font-weight: 500;
  font-family: 'oswald';
}
span.subtotal-label {
  font-family: 'Lato';
  font-size: 14px;
  float: left;
  display: block;
  font-weight: bold;
}
.cart-template-page span.theme-money {
  float: right;
  font-size: 14px;
  font-family: 'Lato' !important;
}
.cart-page-btnContainer .total-shipping {
  margin-top: -5px;
  margin-bottom: 7px !important;
}
.cart-page-btnContainer span.ship-txt {
  font-size: 15px !important;
  font-weight: bold !important;
}
.cart-page-btnContainer span.ship-val {
  font-size: 14px;
  font-weight: normal;
  font-family: 'brandon_grotesque_regularRg' !important;
}
.subtotal span.theme-money {
  float: right;
}
.cart_product {
  display: none;
  text-align:center;
}
.cstraps .flexslider .slides img {
  width: 100px;
  height: auto;
}
.flexslider.strapSlide {
  margin-bottom: 20px;
}

#shipping-calculator {
  display: inline-block;
  width: 100%;
}
.parent_Slide_content h6 {
  font-family: 'brandon_grotesque_regularRg';
  text-transform: uppercase;
}
.custom-add-tocart {
  color: #fff!important;
  background: #000;
  padding: 12px 20px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
a.cart-checkout-link {
  position: absolute;
  right: 0px;
  top: 37px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 15px;
}
.cart-page-btnContainer {
  width: 100%;
  display: inline-block;
}
#shipping-calculator .inputrow {
  width: 25%;
}
.cart-strap-container {
  width: 50%;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 25px;
}
.cart-page-btnContainer-inner {
  /* max-width: 220px;*/
}
.update-cart-btn{
  display:none !important;
}
.total-shipping {
  display: inline-block;
  width: 100%;
}
#update-cart .fa-lock {
  margin-right: 10px;
}
#cartform .subtotal {
  font-family: 'brandon_grotesque_regularRg';
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
#cartform .checkout-col .button {
  width: 100%;
  box-sizing: border-box;
  background: #2D8703;
  color: #fff;
  border: thin solid #2D8703;
}
.additional-checkout-button--paypal, 
.amazon-payments-pay-button.additional-checkout-button.additional-checkout-button--amazon {
  width: 100%;
  max-width:100% !important;
  border-radius:0 !important;
}
.paypal-button{ 
  border-radius:0 !important;
}
#cartform .checkout-col .button:hover {
  color: #ECECEC;
  background: #04a907;
  border: 1px solid #000;
}
.checkout-buttons input.notabutton {
  border-bottom: thin solid #333!important;
}
.amazon-payments-pay-button.additional-checkout-button.additional-checkout-button--amazon {
  display: block!important;
  max-width: 198px;
  float: right;
}
.cart-info { 
  display: none;
}

@media (max-width: 767px) {
  .cart-info {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
}

#shipping-calculator h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'oswald';
  margin-bottom:20px;
  font-weight: 500;
}

/*===============================*/
/*       FlexSlider v1.8         */
/*===============================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }/* stretch image */
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}



.flexslider {position: relative; zoom: 1;}
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
.flex-container {zoom: 1; position: relative;}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

.flex-control-nav {
  text-align:center;
  margin-top:10px;
  display:none;
}
.flex-control-nav li {
  display:inline;
}
.flex-control-nav li a {
  text-indent:-9999em;
  width:4px;
  height:4px;
  background:#777;
  border:2px solid #777;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 

  -moz-transition: background-color 250ms linear;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.flex-control-nav li a.flex-active {
  background:#fff;
}

.flexslider .flex-control-nav {
  display: none;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.flexslider .flex-direction-nav a {
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  overflow:hidden;
}
.quotes .flexslider .flex-direction-nav a {
  background: transparent url('flexslider-transparent-leftright.png') left top no-repeat;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider .slides > li { list-style: none; }


/*=================================*/
/*               pages             */
/*=================================*/
.user-content {
  letter-spacing: normal;
}
.user-content a {
  text-decoration: none;
}

/*----- our-story2 ---*/
.theme_temp_page_our-story2 .container.cf {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.theme_temp_page_our-story2 .vc-story-row.ws-box .half{
  display:table-cell;
  float:none !important;
  position: relative;
  padding: 0 0 10px 15px;
  vertical-align: middle;
}

p#tick1, p#tick2 {
  display: block;
  position: relative;
  margin: 12px 0 0;
  font-family: Lato;
  font-size: 14px;
  line-height: 26px;
}
p#tick2::before {
  position: absolute;
  content: "";
  border: 10px solid #797979;
  top: 5px;
  padding-left: 24px;
}
p#tick1::before {
  position: absolute;
  content: "";
  border: 10px solid #000;
  top: 5px;
  padding-left: 24px;
}
#tick1 > span, #tick2 > span {
  padding-left: 50px;
}
.vc-story-cover {
  height: auto;
  width: 100%;
  position:relative;
}
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  letter-spacing: 1px;
}
.cover-tag {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 90%;
}
.vc-story .cover-tag > h1 {
  font: 400 55px/50px Sanford;
  margin-bottom: 0px;
  color: #fff;
}
.vc-story .cover-tag > p {
  font-size: 18pt;
}
.theme_temp_page_our-story2 ul.our-story-menu {
  margin: 0;
  list-style: none;
  text-align: center;
}
.theme_temp_page_our-story2 ul.our-story-menu li {
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  border-right: 1px solid;
  margin: 15px 0;
  cursor: pointer;
}
.our-story-menu li:hover {
  color: #f5f5f5;
  border-right: 1px solid #202324 !important;
}
.our-story2-container {
  max-width: 980px;
  margin: 0 auto;
}
.our-story2-container center {
  margin-bottom: 60px;
  margin-top: 60px;
}
.videoWrapper_6 {
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  margin-bottom: 15px;
  height: 0;
}
.videoWrapper iframe, .videoWrapper_6 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vc-story-row .half.right.cntr > p {
  margin: 0 auto 12px;
  max-width: 480px;
  font-family: 'oswald';
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.vc-story-row .half.right.cntr > p span{
  font-family:'Lato';
}
.gap-80 {
  padding: 80px 0;
}
.vc-tag-digit {
  color: #000;
  display: block;
  font-size: 40px;
  font-weight: bold;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 40%;
  width: 80px;
  z-index: 999;
}
span.vc-tag-digit:before {
  content: "";
  width: 60px;
  height: 60px;
  border: 5px solid #000;
  background: transparent;
  position: absolute;
  transform: rotate(45deg);
  left: 5px;
  top: -5px;
}
p.cntr .fa.fa-star {
  color: #ffd206;
  font-size: 24px;
}
.rdrvw {
  border: 3px solid #333;
  padding: 6px 30px;
}
ul.our-team-box {
  margin: 80px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.our-team-box li {
  display: inline-block;
  width: 33%;
  padding: 0 12px;
  text-align: left;
  vertical-align: top;
}
ul.our-team-box li h3 {
  margin: 8px 0 70px;
  font-family: 'oswald';
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
ul.our-team-box li h3 span {
  font-size: 13px;
  text-transform: none;
  display:block;
  font-family:'Lato';
}
.vc-story-row.ws-box .half.right {
  vertical-align: middle;
  display: table-cell;
}
ul.our-story-menu li:last-child {
  border-right-width: 0px!important;
}

/*---------design to deliver page ---------*/
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.d2d-video {
  position: relative;
  overflow: hidden;
  padding-top: 39.50%;
  width: 70%;
  margin: 0 auto 70px;
}
.d2d-banner2 {
  padding: 70px 100px !important;
  color: #000 !important;
}
.d2d-banner2 .vc-d2d-box2 {
  background: none !important;
  min-height: 0px !important;
}
.vc-d2d-box2 .vc-d2d-para {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 50% !important;
  margin: 0 auto !important;
  padding-top: 1% !important;
  transform: none !important;
  line-height: 23px;
}
#imgcats img:hover {
  -webkit-transition: .2s all;
  -webkit-filter: brightness(50%);
}
#imgcats img {
  width: 98.6%;
}


/*=================================*/
/*            blog                 */
/*=================================*/
.template-blog .container{
  max-width:1200px;
  padding:0;
}
.theme_temp_blog_5am .article-list {
  padding-top: 40px;
}
.blg-hd-5am {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.article-box {
  display: table;
  width: 100%;
  margin: 60px 0;
}
.article-box .ar-img {
  width: 65%;
  display: table-cell;
}
.article-box .ar-img img {
  display: block;
}
.article-box .ar-cont {
  width: 35%;
  padding: 0 5%;
  display: table-cell;
  vertical-align: middle;
  background-color: #d6d6d6;
}
.template-blog .article-list p {
  font-size: 15px;
  margin: 2em 0;
  line-height: 23px;
  font-weight: 400;
}
.article-list h2{
  font-size: 27px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.article-list .blog-title{
  margin-bottom: 27px !important;
}
.banner-blog .page-header {
  padding-bottom: 20px;
}
.article-box .ar-cont a.rdmr {
  text-decoration: underline;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
/*------- article ------*/
.template-article .page-header {
  padding: 100px;
  margin-bottom: 50px;
}
.template-article .page-header h2 {
  color: #fff;
  font-family: 'Sanford';
}
.template-article .article p {
  font-size: 15px;
  line-height: 23px;
}

.template-article .suggested-post.container, .template-article  .feature-product.container {
  max-width: 1200px;
}
.template-article .suggested-post h2 {
  margin-bottom: 70px;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 27px;
}
.suggested-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.suggested-post ul li:first-child {
  margin-right: 40px;
}
.suggested-post ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: #D6D6D6;
}
.suggested-post ul li:last-child {
  margin-left: 40px;
}
.suggested-post ul li a {
  display: block;
  font-size: 15px;
}
.suggested-post ul li .suggested-info {
  padding: 15px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.suggested-post ul li h3 {
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 25px;
}
.suggested-post ul li a.rdmr {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-decoration: underline;
}
.suggested-post {
  padding: 0;
}
.template-article .feature-product {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 20px;
}
.template-article span.go-to-top {
  display: inline-block;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  z-index: 10;
}
.article .container {
  margin: 0 auto 60px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 15px;
  height: 0;
}
/*------------------*/
#template.righty-form input[type="text"], #template.righty-form input[type="email"], #template.righty-form textarea, #template.righty-form input[type="submit"] {
  text-align: center;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

.img-responsive {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
h1.hometitle.h4-style.align-center, #foursixty-product-container .vc-story-row p, h2.motion, .mix-match h2, .watch_anatomy_container h2, .vc-story-row h1, #related-products h2, .new-headings, body.shipping .container h3, body.shipping .container h1, body.returns .container h1, body.returns .container h3, .sec-greyfull .title-lg {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 43px;
}
h1.majortitle, h2.title, h2.majortitle, h3.majortitle, h4.majortitle, h5.majortitle, h6.majortitle, .majortitle {
  margin: 10px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.page-header {
  text-align: center;
  padding: 20px 0 20px;
}
p.hometitle1.align-center, .instagram-header p, .nl-textbox p, .cbarItem ul li span, .review-para, .vc-story-row.ws-box .half.right p span, body.theme_temp_page_our-story2 .container.pfont p, .our-story2-container.os2-team p, ul.our-team-box li h3 span, #our-mission-hints p, .vc-d2d-box2 .vc-d2d-para, ul.faqList li p, .cf1 p, .jsforms #template .large_form label, .watchRedir p, body.shipping td, body.shipping .container p, .article-box .ar-cont p, body.returns .user-content p, #foursixty-product-container .vc-story-row .view-al, body.theme_temp_page_our-story2 ul.our-story-menu li, .footer-two span.copy {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
h1, h2.h1-style {
  font-size: 30px;
}
h2.review-heading {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 23px;
}

/*---------------------*/
.theme_temp_customers-login .template_header h2, .theme_temp_customers-login .social-logins h2 {
  padding: 0px 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.social-logins {
  width: 50%;
  float: left;
  display: block;
  position: relative !important;
}
.social-logins {
  width: calc( 50% - 50px);
  float: left;
  display: block;
  position: relative !important;
}
.social-logins.login-container {
  margin-right: 100px;
}
.social-logins.register-container2 {
  text-align: center;
}
.social-logins.register-container2 input{
  padding: 12px 15px;
}
.create-customer .input-row {
  margin-bottom: 12px;
}
.gender-container input[type=radio]:checked {
  background: #000;
}
.gender-container-inner {
  margin: 14px 0 10px 0;
  display: flex;
}
.birth-container select {
  height: 41px;
  line-height: 30px;
  padding: 4px 14px 4px 10px;
  border: 1px solid #7d8387;
  width: calc(50% - 8px);
}
.birth-container select#birth-month {
  margin-right: 8px;
}
.create-customer input.btn {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.create-customer .template_header p {
  width: 70%;
  margin: 0 auto;
}
.create-customer .note {
  display: inline-block !important;
  margin: 30px 0 60px !important;
  width: 100%;
  text-align: center;
  clear: both;
  font-style: italic;
}
.create-customer .note a {
  text-decoration: underline;
}
.gender-container input[type=radio] {
  -webkit-appearance: none;
  border: 1px solid #000;
  background: none;
  border-radius: 50% !important;
  padding: 6px;
  cursor: pointer;
  margin-right: 10px;
}
.gender-container-inner label {
  display: inline-block !important;
  width: calc(33% - 2px);
}
.create-customer label {
  font-size: 14px !important;
  margin-bottom:5px;
}
.social-logins.register-container1 {
  margin-right: 100px;
}
.create-customer .template_header {
  margin: 50px 0 !important;
  text-align: center;
}
.create-customer .template_header h2.title {
  margin-bottom: 20px;
}
.create-customer h2.title {
  text-align:center;
}
.login-page-container {
  padding-top: 50px;
}
.loginDiv1 {
  margin: -15px auto 0;
  width: 400px;
  text-align: center;
  max-width: 90%;
}
.signinLink {
  display: block;
  float: none;
  width: 100%;
  max-width: 388px;
  background: linear-gradient(#222, #000, #222);
  margin: -6px 0 0;
  height: 45px;
  color: #FFF;
  text-align: left;
  line-height: 45px;
  position: relative;
  color: #FFF !important;
  padding-left: 20px;
  border-radius: 2px;
  font-size: 16px;
}
.login-page-container {
  text-align: center;
}
.login-page-container.righty-form {
  text-align: center;
}
.login-page-container .large_form label {
  font-size: 14px !important;
  margin-bottom: 6px !important;
  margin-top: 8px;
}
.login-page-container a.create-account-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.login-container #login_email {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.account-login-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}


.login-page-container .btn{
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  text-decoration: none !important;
  cursor: pointer;
  padding: 14px;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background-color 100ms, color 100ms, border-color 100ms;
  -webkit-transition: background-color 100ms, color 100ms, border-color 100ms;
  transition: background-color 100ms, color 100ms, border-color 100ms;
  display: inline-block;
} 
.login-page-container .note {
  display: block;
  margin: 22px 0 0 !important;
}
#template {
  text-align: center;
}
#template.righty-form {
  text-align: center;
}
#template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
  text-transform:uppercase;
  font-size: 15px;
}

#template #customer .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  padding: 0 15px;
  text-transform: capitalize;
  font-size: 14px;
}

#recover_email label {
  position: absolute;
  left: 0;
  right: 0;
  top: 3px !important;
  padding: 0 15px;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
}

#recover-password {
  width: 50%;
  margin: 0 auto;
}


#template .large_form {
  position: relative;
  margin-top: -1px;
}

#template #customer .large_form {
  margin-top: 5px;
  margin-bottom: 15px;
}

#template #customer .large_form input, #recover_email input {
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}

.theme_temp_page_reviews #content > .container > img {
  width: 100%;
}
.vc-story-cover > img {
  width: 100%;
  height: auto;
}
.theme_temp_blog_5am .page-header > img {
  width: 100%;
  height: auto;
}
.template-blog .page-header {
  padding-top: 0px;
}
.template-blog .container.cf {
  margin: 0 !important;
}
.referral-section .referral-sidebar-image.logout-section img {
  vertical-align: bottom;
}
ul.faqList li h2 {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.template-collection #content .user-content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*---------- page 9to5-------*/
.singleCollectionParent .container {
  max-width: 95%!important;
}
ul.singleCollection {
  margin: 0 0 80px 0;
  padding: 0;
  list-style: none;
}
.template-article ul.singleCollection li {
  display: inline-block;
  width: 400px;
  padding:15px 8px 30px;
}
ul.singleCollection li {
  display: inline-block;
  width: 24%;
}
ul.singleCollection li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.singleCollection .title {
  font-weight: bold;
  letter-spacing: 1px;
}
.singleCollection .product_last1 {
  font-family:'Lato';
  font-size: 14px;
}

.singleCollection input[type="submit"], .singleCollection button[type="submit"] {
  background: #000;
  border: 0px solid #000;
  color: #fff;
  margin: 12px auto 0 !important;
  display: block;
  min-width: 120px;
  padding: 16px 15px 14px;
}
.singleCollection button.small-button[type="submit"]{
  padding:8px 25px;
}
.singleCollection input[type="submit"]:hover, .singleCollection button[type="submit"]:hover {
  background: #2d8703;
  color: #fff;
}
.single-col-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
p.single-col-subtitle {
  font-family: Lato;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  margin: 15px 0 ;
}
.col-link a {
  border: 2px solid;
  padding: 8px 25px 7px;
  text-transform: uppercase;
  display: inline-block;
}
.singleCollection-header {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 27px;
}
.col-link a:hover {
  background: #000!important;
  color: #FFF;
  border: 2px solid #000;
}
.singleCollection .money {
  color: #464e54;
  font-size: 13px;
}
.singleCollection-wrapper {
  margin-top: 30px;
}
#page-cols-right {
  width: 48%;
  float: left;
}
#page-cols-left, #page-cols-right {
  margin-bottom: 5px;
  padding: 5px 1%;
}
#page-cols-left {
  width: 48%;
  float: left;
}
body.shop-our-instagram h1 {
  font-family: 'Sanford';
}
body.shop-our-instagram .page-header.cf {
  padding-bottom: 0px;
}
body.shop-our-instagram #content > .container > .container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
body.shop-our-instagram ul.tabs{
  margin:0;
  padding:0
}
body.shop-our-instagram .tab-content {
  padding: 15px 0;
}
body.shop-our-instagram .fs-timeline>div:nth-of-type(7n + 1) {
  width: 40% !important;
  padding-top: 40%!important;
}
body.shop-our-instagram .fs-timeline>div {
  width: 20% !important;
  height: auto !important;
  padding-top: 20% !important;
}
body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 8), body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 9), body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 10), body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 11), body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 12), body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 13), body.shop-our-instagram .fs-timeline>div:nth-of-type(14n + 14) {
  float: right;
}
body.theme_temp_page_ourstory1 #content > .container > .container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
.vc-story-row.manifesto_block {
  display: none;
}
body.theme_temp_page_ourstory1 .container img {
  vertical-align: bottom;
}
body.template-page.shipping h3 {
  margin-bottom: 37px;
}
body.theme_temp_article_alternate2 h2.article-head {
  font-family: 'oswald';
  font-weight:500;
}
.theme_temp_page_contact1 .col-link a {
  border: 2px solid;
  padding:11px 25px 11px;
  text-transform: uppercase;
  display: inline-block;
  width:183px;
}
.theme_temp_page_contact1 .col-link a:hover {
  background: #000!important;
  color: #FFF;
  border: 2px solid #000 !important;
}

.theme_temp_page_contact1 .contact-form input[type="submit"]:hover{
  color:#000;
  background:#fff !important;
}
.template-search h1.majortitle {
  font-family: lato;
  font-weight: normal !important;
  font-size: 27px;
}
.cart-template-page .colcartleft {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  float: left;
}
.cart-template-page .colcartright {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 130px);
  float: right;
}

/*.cartStrapSlide .flex-direction-nav a.flex-next:before, .cstraps .flex-direction-nav a.flex-next:before {
font-family: "FontAwesome";
font-size: 35px;
display: inline-block;
content: '\f105';
color:  #fff;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.cartStrapSlide .flex-direction-nav a.flex-prev:before, .cstraps .flex-direction-nav a.flex-prev:before {
font-family: "FontAwesome";
font-size: 35px;
display: inline-block;
content: '\f104';
color: #fff;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}*/

.cstraps .flex-direction-nav a.flex-prev:before {
  padding-left: 7px;
}
.cstraps .flex-direction-nav a.flex-next:before {
  padding-left: 11px;
}
.paypal-button{
  border-radius:0px !important;
}
input.get-rates.button {
  padding: 12px 14px 11px;
}
input#address_zip {
  padding: 11px 15px 9px;
}
.calculator-input-container {
  display: inline-block;
  width: 100%;
}
#cartform .item-list .giftChild .pricecart {
  display: none;
}
#cartform .item-list .giftChild .qty-price-container, 
#cartform .item-list .giftChild .remove, 
#cartform .item-list .giftChild .cart-price-container,
.template-cart li.giftChild .custom,
.template-cart li.product-customizable-gift-box .custom,
.cart-summary-overlay .properties-container{
/*   display: none; */
}
.product-info .inner {
  width: 100% !important;
}
body[data-template="product.no-hint-history2"] .addtocart-container {
  margin-top: 0;
}
body[data-template="product.no-hint-history2"] .swatch-container {
  margin-bottom: 15px;
}
body[data-template="product.no-hint-history2"] a.klaviyo-bis-trigger{
  margin-top:0 !important; 
}
.cart-strap-container a.custom-add-tocart {
  display: inline-block;
}
.general-product .selector-wrapper .styled-select {
  width: 100%;
}
.general-product .selector-wrapper label {
  display: none !important;
}
.general-product .quantity-submit-row__quantity {
  display: none;
}
.general-product .quantity-submit-row__submit input.button.button--large {
  width: calc(100% - 52px);
}
.general-product span.quantity-submit-row__submit {
  width: 100%;
  display: inline-block;
}
.customize-watc-div .error-valid {
  color: #f00;
  font-family: 'Lato';
  font-size: 12px;
  text-align: center;
  font-style: italic;
  padding: 0 !important;
}
.rowcart.bgray {
  margin-bottom: -9px;
  padding: 0px 0 0;
}
.minicart-item-list {
  /*max-height: 180px !important;
  overflow-x: hidden !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  width: 100%;
  overflow-y: visible !important;*/
}
#shopify-section-cart-template #cartform .item {
  padding: 15px 0;
}
.valid-error, .valid-error-watch {
  color: #f00;
  font-family: 'Lato';
  font-style: italic;
}
.template-cart li .custom.engraving {
  display: inline-block !important;
  width: 100%;
}
.backorder.hidden,.backorder {
  display: none !important;
}

span.discounted_price.struck-out-price {
  display: block;
}
.cart-price-container.has-discount .discounted-origianl{
  color: #f00;
}
.cart-price-container.has-discount {
  margin-top: 0;
}
.cart-loader {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.account-links-inline .dropdown {
  z-index: 5550;
}
.product-list input.button {
  width: 105px;
  text-align: center;
}

/*------------------ gift collection pages-----*/
.giftcollection-page-content .page-description {
  text-align: center;
  margin: 20px auto 0;
  font-size: 15px;
  max-width: 720px;
  line-height: 23px;
  padding: 0 20px;
}
.giftcollection-page-content .page-heading {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #000;
  margin-top: 50px;
  line-height: 32px;
} 
.giftcollection-page-content .header-image img {
  width: 100%;
  height: auto;
}

.giftcollection-page-content .giftProduct-item {
  max-width: 480px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding:0 20px;
}
.giftcollection-page-content .giftProduct-loop {
  text-align: center;
  margin-top: 50px;
  max-width: 90%;
  margin: 50px auto 50px;
}
.giftcollection-page-content .banner-image img {
  vertical-align: bottom;
}
.giftcollection-page-content .giftProduct-info {
  -webkit-box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.24);
  box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.24);
  text-align: left;
  padding: 20px 0 20px 40px;
  margin-left: 2px;
  margin-top: -2px;
}
.giftcollection-page-content .giftProduct-right {
  width: 30%;
  display: inline-block;
  float: right;
  text-align: right;
}
.giftcollection-page-content .giftProduct-right img {
  width: 150px;
}
.giftcollection-page-content .giftProduct-left {
  width: 70%;
  display: inline-block;
}
.giftcollection-page-content .product_first1-title {
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
}
.giftcollection-page-content .product_last1-title {
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 3px 0 10px 0;
  line-height: 30px;
}
.giftcollection-page-content .giftProduct-btn {
  text-transform: uppercase;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 14px 20px;
  margin-top: 15px;
  cursor: pointer;
}
.giftcollection-page-content .back-btn-container {
  text-align: center;
  margin-bottom: 50px;
}
.giftcollection-page-content .back-btn-container a {
  background: #000;
  color: #fff;
  padding: 15px 20px;
}
.giftcollection-page-content .back-btn-container a:hover{
  color: #d6d6d6;
}
/*---------------------*/

.swatch-container-collection > a{
  display: inline-block !important;
}
.product-block:not(.has_clasp_section) .product-detail1 {
  margin-top: 37px;
}
.swatch-container-collection > a > span {
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right:10px;
}
.swatch-container-collection {
  margin: 10px auto 0;
  display: block;
  text-align: center;
}
.product-list .swatch-container-collection {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 5px;
}
.swatch-container-collection > a:last-child > span{
  margin-right: 0 !important;
}
.swatch-container-collection > a > span {
  height: 15px;
  background-size: 100%;
  width: 15px;
}
/****************Holiday Shipping*********************/
div#holiday-shipping-deadlines { background: #FFF; }
div[data-section-type="header"] {
  position: relative;
}
#holiday-shipping-deadlines * {
  font-family: Oswald;
}
#fancybox-content {
  border: 0px solid #000 !important;
  background: #FFF;
}
.announcement .announcement__inner a {
  display: inline-block;
  text-decoration: underline;
}
#holiday-shipping-deadlines td {
  padding: 10px 30px 10px 30px;
}
#holiday-shipping-deadlines strong {
  font-weight: 500;
}
/****************Holiday Shipping*********************/
#mobile-nav-return {
  z-index: 60;
}
.related-collection .product-block .product-info {
  margin: 5px 5px 5px;
}
.related-collection .product-block .block-inner {
  margin: 0 0 5px;
}
.related-collection .swatch-container-collection {
  margin: 10px auto 5px;
}
.swatch .swatch-element {
  max-width: 50px;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
}
.product-detail .detail .price-area .was-price + .price {
  color: #f00;
  font-family: 'Lato';
}

/*-----remove the code after sale -----*/
@media only screen and (min-width: 500px){
  ul.top-links {
    margin-top: 0px !important;
  }
}
.product-detail .detail .price-area.on-sale .current-price {
  font-size: 16px;
  color: #F00;
}
.product-block .product-info .reducedfrom + span.price {
  color: #f00;
}
.theme_temp_product_no-hint-history2 .swatch-element.size label {
  background: #fff;
  color: #000;
  padding: 10px;
  font-size: 13px;
}
.theme_temp_product_no-hint-history2 .swatch-element.size {
  width: auto;
  max-width: 100%;
}
.theme_temp_product_no-hint-history2 .swatch-element.size input:checked + label {
  color: white;
  background: black;
}
.product-starp-box-inner .owl-stage {
  margin: 0 auto;
}
.breadcrumb {
  padding: 0px 20px 20px 28px;
}
.breadcrumb, .breadcrumb a {
  font-size: 12px;
  color: #black;
  font-family: 'Lato';
}
.article .breadcrumb {
  padding-left: 0;
}

.collection-sidebar h3 {
  font-size: 12px;
  font-family: 'Oswald';
  font-weight: 500;
  color: #000000;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.collection-sidebar h3:after{
  content : "+";
  position: absolute;
  right: 0;
}
.collection-sidebar .open h3:after{
  content : "\2014";
  font-weight: bold;
}
.collection-sidebar ul li a {
  font-size: 12px;
  font-family: 'Lato';
  color: #000000;
  font-weight: 400;
}
.cat-nav-subsection.color ul li a.active, .cat-nav-subsection.strap-material ul li a.active {
  border: 1px solid #000;
}

.cat-nav-subsection.color ul li a, .cat-nav-subsection.strap-material ul li a {
  height: 22px;
  width: 22px;
  display: inline-block;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid #fff;
}
.collection-sidebar ul li {
  list-style: none;
}
.collection-sidebar ul {
  margin-left: 0;
  margin-right: 0;
  margin-top:0;
}
.cat-nav-section {
  margin-bottom: 20px;
  max-width: 200px;
}
.cat-nav-subsection.color ul li a span, .cat-nav-subsection.strap-material ul li a span {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-size: 100%;
  border-radius: 50%;
}
.cat-nav-subsection.color ul li, .cat-nav-subsection.strap-material ul li, .cat-nav-subsection.size ul li{
  display:inline-block; 
  width: 23%;
  margin-bottom: 15px;
}
.cat-nav-subsection.size ul li a.active {
  background: #000;
  color: #fff;
}
select#sort-by {
  font-size: 15px !important;
  font-family: 'lato';
  font-weight: 400;
}
.cat-nav-subsection h4 {
  text-transform: capitalize;
  color: #000000;
  font-size: 12px;
  font-family: 'Lato';
  margin-bottom: 25px;
  position: relative;
  cursor:pointer;
  margin-bottom: 15px;
}
.cat-nav-subsection.color {
  margin-bottom: 15px;
}
.cat-nav-subsection.size ul li a {
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-size: 11px;
  padding: 3px;
  display: inline-block;
  line-height: 15px;
}
.cat-nav-subsection {
  position: relative;
}
.cat-nav-subsection h4:after,  .cat-nav-subsection h4:before{
  content:"";
  position: absolute;
  background-color:#000;
  width:2px;
  height:10px;
  right: 4px;
  transition: all 0.25s ease-in-out;
  top:3px;
}
.cat-nav-subsection h4:before{
  transform: rotate(45deg);
}
.cat-nav-subsection h4:after{
  transform: rotate(-45deg);
}
.cat-nav-subsection.closed h4:after {
  transform:rotate(0deg);
}
.cat-nav-subsection.closed h4:before {
  transform:rotate(90deg);
}
.popular-search-container ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.popular-search-container ul{
  margin-left:0;
  margin-right:0;
}
.popular-search-container ul li a{
  padding:3px 0;
  text-decoration:underline;
  color:#565656;
  font-family:'Lato';
  font-weight: 500;
}
.popular-search-container h4 {
  font-family: 'Oswald';
  color: #ababab;
}
.popular-search-container{
  margin-bottom:50px; 
}
.page-404-container {
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.page404-text-container {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.heading-404 {
  color: #fff;
  font-size: 80px;
  font-family: 'Oswald';
  text-align: center;
  line-height: 80px;
  font-weight: 500;
}
.sub-heading-404 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Lato';
  margin-top: 20px;
}
.btn-container-404 {
  position: relative;
  bottom: -325px;
  display: flex;
  width: 590px;
}
.btn-container-404 a:first-child {
  margin-right: 190px;
}

.btn-container-404 a {
  background: #fff;
  padding: 15px 20px;
  min-width: 200px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 16px;
}
.btn-container-404 a:hover{
  color: #fff !important;
  background: #000;
}
/*--- sitemap -----*/
.sitemap-container li {
  list-style: none;
  margin-bottom: 5px;
}
.sitemap-container ul{
  margin-top:0;
  margin-bottom:0
}
.sitemap-container li, .sitemap-container li a {
  color: #ababab;
}
li.sitemap-level-0-heading span {
  font-size: 20px;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: uppercase;
}
li.sitemap-level-0-heading {
  margin-bottom: 30px;
}
li.sitemap-level-1-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}
.sitemap-container a {
  font-family: 'Lato';
  font-size: 13px;
  font-weight: 400;
}
/*---------------------*/
.collection-banner {
  position: relative;
}

/*
.collection-banner-image img {
width: 100%;
vertical-align: bottom;
}
*/

.collection-banner-image img {
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 320px;
}
.collection-banner-text {
  position: absolute;
  top: 0;
  right: 100px;
  width: 700px;
  height: 100%;
  display: flex;
  text-align: right;
  align-items: center;
}
#shopify-section-collection-organised-women .collection-banner-text {
  left: 100px;
  right:auto;
  text-align: left;
}
.collection-banner-text.left-align{
  left: 40px;
  right:auto !important;
  text-align: left !important;
}
.collection-banner-text-inner {
  display: block;
  width: 100%;
}
.collection-banner-text h1 {
  font-family: 'Oswald';
  font-weight: 600;
  font-style: normal;
  line-height: 30px;
  font-size: 23px;
  color:#fff;
  margin-bottom: 2%;
}
h2.collection-title  {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  line-height: 30px;
}
.filters .tags label {
  vertical-align: text-bottom;
  display: inline-block;
  line-height: 15px;
}
.collection-banner-text{
  color:#fff;
  font-family: "Sanford";
  font-weight: 400;
  font-size:20px;
  line-height:30px;
}
p.collection-description, p.footer-desc {
  font-family: "Lato";
  font-weight: 400;
  font-size:14px;
  line-height:22.5px;
}
.scaled-text {
  line-height: 1.2em;
  padding: 5px 10px;
  display: inline-block;
}

p.footer-desc {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
}
.collection-banner-text p {
  font-family: 'Lato';
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0px;
}
span.pagination__number.active {
  font-weight: bold;
  font-size: 12px;
}
.filters .tags {
  margin-right: 25px;
  white-space: nowrap;
  float: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11.2px;
}
.filters .sort .styled-select {
  vertical-align: middle;
  margin: -16px 0 -16px 3px;
}
.filters .sort select {
  text-transform: none;
}

.template-collection .filters {
  font-size: 11.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22.4px;
  margin: 0;
  display: inline-block;
}
.filter-wrapper {
  text-align: left;
  /* padding-bottom: 10px; */
}

.mobile-filter-btn-inner {
  display: flex;
  box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.25);
}
.mobile-filter-btn-inner> div {
  width: 50%;
  padding: 15px 0;
  font-size: 20px;
  font-family: 'Oswald'; 
  text-transform: uppercase;
  color: #ababab;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  line-height: 22.2px;
}
.filter-btn {
  border-right: 2px solid #ababab;
}
.close-filter .xfilter, .close-filter-sort .xfilter {
  text-align: center;
  cursor: pointer;
  z-index: 999;
  text-transform: uppercase;
}
.close-filter .xfilter span, .close-filter-sort .xfilter span {
  position: absolute;
  height: 2.2px;
  width: 100%;
  background: #ababab;
  border-radius: 9px;
}
.close-filter .xfilter span:nth-child(1), .close-filter-sort .xfilter span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.close-filter .xfilter span:nth-child(2), .close-filter-sort .xfilter span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
}
.mobile-sortby ul li {
  display: inline-block;
  width: 100%;
  line-height: 22.2px;
  margin-bottom: 15px;
}
.mobile-sortby {
  display: none;
  position: fixed;
  bottom: -400px;
  width: 100%;
  margin: 0;
  z-index: 999;
  background: #f3f3f3;
  padding: 20px 20px 20px 0;
  text-align: left;
}
.mobile-sortby ul li input[type="radio"] {
  -webkit-appearance: radio;
  margin-right: 15px;
}
.mobile-sortby-close {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}
.mobile-filter-clear-inner > div {
  width: 50%;
  text-align: center;
  background: #ccc;
  padding: 15px 0;
  font-family: 'Oswald';
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.mobile-filter-clear-inner .clear-btn {
  border-left: 1px solid #8c8a8a;
}
.mobile-filter-clear-inner {
  display: flex;
}
.mobile-filter-clear-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
input.customize-watch-input.error {
  color: #ff0000;
}
.customize-watc-div .error-char {
  color: #f00;
  font-size: 12px;
}
.style-sortby ul li{
  list-style:none;
}
.style-sortby-label {
  padding: 8px 30px 8px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  min-width: 100px;
  text-align: left;
}
.style-sortby-label i {
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 11px;
  transition: all .5s;
}
.style-sortby ul {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 999;
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  top: 39px;
}
.style-sortby {
  position: relative;
}
.style-sortby ul li input[type=radio] {
  -webkit-appearance: none !important;
  border: none;
  width: 0px !important;
  height: 0px !important;
  padding: 0;
}
.style-sortby ul li label {
  cursor: pointer;
  padding: 3px 10px;
  width: 100%;

}
.style-sortby ul li label:hover{
  background:#ccc;
}

.style-sortby ul li label.checked{
  background:#ccc;
}
.style-sortby-label.openeed i {
  transform: rotate(180deg);
}
.cat-nav-section ul li {
  margin-bottom: 8px;
}
.filters.desktop_view {
  display: none;
}

.cat-nav-section h3 a, .cat-nav-section h3, .filter-color > h3, .filter-explore > h3 {
  font-size: 12px;
}

/*--------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}


/*---------------- page blog ------------*/
.blog-page-content .header-text{
  background:#eaeaea;
  text-align:center;
  padding: 40px 0;
  margin-bottom:5px;
}
.blog-page-content .page-heading {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #000;
  margin: 0px;
  line-height: 40px;
  padding: 0px;
}
.blog-page-content .header-text p {
  margin-bottom: 10px;
}
.blog-page-content .header-image img {
  vertical-align: bottom;
  width: 100%;
}

.blog-page-content .blog-tab-wrapper{
  background: #eaeaea;
  width: 100%;
}
.blog-page-content .blog-tab {
  padding: 20px !important;
  display: flex;
  height:auto !important;
  justify-content: space-around;
  margin-bottom: 50px !important;
}
.blog-page-content .blog-tab .tab-item {
  list-style: none;
  padding: 5px 5px;
  font-size: 21px;
  font-family: 'Oswald';
  color: #979797;
  cursor: pointer;
  flex: 0 1 auto;
  align-items: center;
  text-transform: uppercase;
  position:relative;
}

.blog-page-content .container {
  max-width: 1360px;
  padding: 0;
  margin:0 auto;
}
.blog-page-content .article-item {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #eaeaea;
  width: calc(100% - 60px);
  margin: 0 auto 20px;
}
.blog-page-content .article-item .ar-img {
  display: inline-block;
  width: 50%;
}
.blog-page-content .article-item .ar-cont {
  display: inline-block;
  width: 50%;
  padding: 0 30px 0 70px;
}
.blog-page-content .article-topic {
  font-size: 18px;
  font-family: 'oswald';
  text-transform: uppercase;
  font-weight: 500;
  color: #979797;
  margin-top: 30px;
}

.blog-page-content .articles-list h2 {
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 15px;
  letter-spacing: normal;
}
.blog-page-content a.read-more-article {
  margin-top: 60px;
  display: inline-block;
  font-size: 20px;
  font-family: 'oswald';
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.blog-page-content .articles-list {
}

.blog-page-content .blog-bestseller-title, 
.blog-page-content .blog-instagram-title {
  font-size: 28px;
  color: #000;
  font-family: 'Oswald';
  text-transform: uppercase;
  line-height: 30px;
  background: #fff;
  padding: 0 20px;
  font-weight: 500;
}
.blog-page-content .blog-bestsellers{
  margin-top: 80px;
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
}
.blog-page-content .blog-instagram {
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.blog-page-content .blog-instagram p.align-center {
  margin-bottom: 40px;
}
.blog-page-content .blog-instagram .fs-next-page {
  display: none;
}
.blog-page-content .blog-email-title{
  font-size: 28px;
  color: #000;
  font-family: 'Oswald';
  text-transform: uppercase;
  line-height: 30px;
  background: #fff;
  padding: 0 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-page-content .blog-email {
  text-align: center;
  margin: 80px 0;
  padding: 0 50px;

}
.blog-page-content .blog-email .signup-form-cont {
  text-align: center;
  clear: both;
}
.blog-page-content .blog-email-subtitle {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: 'Lato';
}
.blog-page-content .blog-tab-container .fa {
  font-size: 30px;
  color:#ccc;
}
.owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.blog-page-content p.article-description {
  font-size: 16px;
  font-family: 'Lato';
  margin:0;
}
.blog-email .signup-form-cont .button.compact {
  display: inline-block;
  margin: 0px 0 0 7px;
  min-width: 80px;
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
  padding: 13px 10px !important;
  color:#000;
  float:none;
}

.blog-email .nl-inputbox {
  border: 1px solid #eee !important;
  width: 220px !important;
  display: inline-block;
  -webkit-box-shadow: -2px 2px 3px 1px rgba(204,204,204,1);
  -moz-box-shadow: -2px 2px 3px 1px rgba(204,204,204,1);
  box-shadow: -2px 2px 3px 1px rgba(204,204,204,1);
}
.blog-bestsellers input.button.button--large {
  color: #000;
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}
.blog-bestsellers input.button.button--large:hover {
  background: #000;
  color: #fff;
}
.template-article .feature-product h2 {
  font-size: 27px;
  font-family: 'oswald';
  font-weight: 500;
  margin-bottom: 50px;
}
/*-------------new footer ------------*/
.main-footer{
  background: #1f1f1f;
  display:inline-block;
  width:100%;
  color: #fff;
  position: relative;
}
.footer-currencies li {
  list-style: none;
  cursor: pointer;
}
ul.footer-currencies {
  display: none;
}
.footer-shop-currency{
  cursor:pointer; 
  position: relative;
}
.footer-shop-currency:after{
  color:#fff;
  content: "〉";
  position: absolute;
  top: 6px;
  font-weight:bold;
  transform:rotate(90deg);
  font-size:17px;
}
.footer-shop-currency.active:after{
  transform:rotate(270deg);
}
.footer-currencies li.current{
  display:none; 
}
li.currency-link {
  display: none !important;
}
span.close_announcement {
  position: absolute;
  right: 10px;
  top: 6px;
  display:none;
}
.announcement.hide_the_anouncement {
  display: none;
}
.cat-nav-section.tester {
  display: none;
}
.size-guide-image-container img {
  width: 100%;
  max-width: 520px;
}
.mobile-filter-btn-wrapper.mobile_view {
  display: none !important;
}

.half-column {
  width: 50%;
  padding: 40px;
  text-align: left;
}
.half-column hr {
  border-bottom: 1px solid black;
}

@media (max-width: 767px) {
  .account-login-wrapper {
    flex-direction: column;
  }

  .half-column {
    width: 100%;
    padding: 0px;
  }

  .login-container {
    margin-bottom: 20px;
  }
}

.footer-currency {
  display: none;
}
.menu-collection-item-container a {
  padding-left: 0 !important;
  text-align: center;
  display: block;
}
.sub-menu-heading-mobile.mobile_view {
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 20px;
  color: #9f9f9f;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-menu-heading.desktop_show {
  /*margin-bottom: 10px;*/
}
button.small-button span {
  font-size: 10px;
  display: block;
}
.addtocart-container button.small-button {
  padding: 10px 0 !important;
}
.listing-cart-btn.small-button {
  padding: 8px 25px;
}
.subnav-details p a {
  text-transform: initial;
}
span.productlabel.sale {
  display: none;
}
a.klaviyo-bis-trigger {
  width: 100%;
  padding: 13px 0;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.modal-title {
  text-align: center;
}
.template-collection .page-header.cf {
  padding: 0;
}

/*------------ organised collection-------*/
.subcollection-list {
  padding: 0 15px;
}
.subcollection-title {
  display: inline-block;
  width: 100%;
  text-align:left;

}
.subcollection-title h6 {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  line-height: 1;
  color: #000;
  font-weight: normal !important;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: 'Lato';
}
.sub-info-block {
  display: inline-block;
  width: 25%;
  padding: 15px 0px 40px;
}
.subcollection-heading{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 40px;
}
.product-list1 {
  display: flex;
  flex-wrap: wrap;
}
.sub-info-block-inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.sub-collection-desc {
  padding: 30px 100px;
  font-size: 18px;
}
.sub-info-block-details a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.subcollection-view-all a {
  text-transform: uppercase;
  color: #bbb5b5 !important;
  margin-right: 90px;
}
.subcollection-view-all {
  text-align: right;
  margin-bottom: 40px;
}
.subcollection .product-list1 .product-block .product-info {
  margin: 5px 0px 20px;
}
a.klaviyo-notify {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  width: 155px;
}
a.klaviyo-notify:hover{
  background: #2d8703;
  color: #fff;
}
.collection_slider .item.slick-slide img {
  margin: 0 auto;
}
.collection_slider .item.slick-slide img {
  margin: 0 auto;
}
.subnav-details-right a.menu-bestseller-link {
  line-height: 23px;
}
ul.singleCollection li .klaviyo-notify {
  font-size: 14px;
  width: 150px;
  display: block;
  margin: 12px auto 0;
}

.subnav-details p {
  line-height: 24px;
  font-size: 13px;
}
[data-section-type="video"] {
  margin-bottom: 40px;
}
h2.h4-style.price-area span.productlabel.soldout {
  display: none;
}




/*----------------------------------NRD CHANGES----------------------------*/
span.cart-icoms svg, span.cart-icoms svg g {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}
.gray-bottom-color {
  background-color: #F8F8F8;
  padding: 30px 30px 25px 30px;
}
.minicart-strap {border: 1px solid #e8e8e8;    padding: 20px 5px;}

.cartStrapSlideContainer .flexslider .flex-direction-nav a.flex-prev{
  background:url(slider-arwl.png);    width: 35px;    height: 35px;
}
.cartStrapSlideContainer .flexslider .flex-direction-nav a.flex-next{
  background:url(slider-arwr.png); width: 35px;height: 35px;
}
.minicart-content, .minicart-content h2{color:black;}

/*----------------cart page-----------------*/
.template-cart .page-header{text-align:left;}
#shipping-calculator .styled-select{width:auto;}
.cart-page-btnContainer .cart-page-btnContainer-inner {padding: 0px 0 20px;}
#shopify-section-cart-template .customer-also-bought{text-align:center;}
.customer-also-bought .slick-prev,.customer-also-bought .slick-next{
  height:40px;width:30px;color: #000;font-size: 40px;
}
.customer-also-bought input.btn {background-color: transparent;color: #000;padding: 10px 20px;}
.customer-also-bought a{display:block;    margin: 20px 0;}
.customer-also-bought .slick-slide img{margin:0 auto;}

.cart-alsobought-minicart .slides > li > div {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: top;
}

.cart-alsobought-minicart .slides > li > div form input, .cart-alsobought-minicart .slides > li > div form button {
  background: none;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  padding: 10px 10px;
  margin-top: 10px;
}
.cart-alsobought-minicart .flex-direction-nav a{
  margin-top:-17px;
}
.minicart-strap-title {
  font-weight: 600;
  text-align: left;
  padding: 10px 0 0;
  font-size: 15px;
  font-family: oswald;
  color:#000000;
}
.cab-content a {font-weight: 600; text-align: left;}

.cab-content p {margin: 5px 0 0;font-weight: 600;font-size: 13px; text-align: left;}
div#cart-alsobought a.shop-now {
  font-size: 12px;
}
.customer-also-bought .slick-item {
  /*display: inline-block;
  width: 25%;*/
}
.customer-also-bought .slick-item {
  display: inline-block;
}
.mini-cart-bottom {
      background-color: #eee;
/*   z-index: 99999999999999999; */
}
#cartform .checkout-col .button {
  padding: 12px 25px 12px 25px;
}
#cartform .checkout-col .button img {
  display: inline-block;
  position: relative;
  top: 4px;
  max-width: 20px;
}
#cartak #update-cart img {
  position: relative;
  bottom: -4px;
  max-width: 20px;
}


/*=============================*/
/*===== Page About ============*/
/*=============================*/
.about-container{
  width: 80%;
  margin: 0 auto;
}
.about-header-section img {
  vertical-align: bottom;
}
.theme_temp_page_about .container.cf {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
.about-header-section{
  position:relative;
}
.about-header-text{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 90%;
}
.about-header-text h1 {
  font-family: Oswald;
  font-weight: 500;
  color: #fff;
  font-size: 38px;
  margin: 0;
  letter-spacing: 2px;
}
.about-header-text p {
  font-family: Lato;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
.about-header-section a.play-btn,
.our-process-header a.play-btn{
  display: inline-block;
  width: 100px;
  margin-top: 50px;
}
.story-tab-heading ul li, .story-tab-heading2 ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 0 50px;
  font-size: 14px;
  cursor: pointer;
  position:relative;
  letter-spacing:normal;
}
.story-tab-heading ul li.active:after, 
.story-tab-heading2 ul li.active:after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #242424 transparent transparent transparent;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
.story-tab-heading ul li:last-child, 
.story-tab-heading2 ul li:last-child {
  border-right: 0;
}
.story-tab-heading ul li.active, 
.story-tab-heading ul li:hover,
.story-tab-heading2 ul li.active, 
.story-tab-heading2 ul li:hover {
  font-weight:bold;
}
.story-tab-heading ul,
.story-tab-heading2 ul{
  margin: 0;
  text-align: center;
  background: #242424;
  padding: 25px 0;
}
.our-story-block-heading {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: Lato;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.our-story-block-heading:after {
  content: '';
  /*border: 1.5px solid #eee;*/ 
  position: absolute;
  bottom: 0;
  width: 80px;
  left: 0;
}
.our-story-block-right, .our-story-block-left {
  position: relative;
}
.our-story-block p.first-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.our-story-explore {
  text-align: center;
  background: #eee;
  padding: 60px 0;
  width: 100%;
}
h1.our-story-explore-heading, .meet-team-header h1, h1.meet-review-heading {
  font-weight: 500;
  font-family: 'Oswald';
  margin-top: 0;
}
.our-story-explore-btn-container a, a.review-btn {
  border: 1px solid #000;
  padding: 10px;
  min-width: 170px;
  display: inline-block;
  text-transform: uppercase;
  font-family: lato;
  font-size: 16px;
}
.qote-text {
  position: relative;
  font-size: 30px;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  line-height: 1.5;
  font-style: italic;
}
.our-story-quote-container .qote-text:before{
  position:absolute;
  content: '';
  background:url('//cdn.shopify.com/s/files/1/0627/5517/files/quote_start1.png')no-repeat;;
  left: -68px;
  top: -42px;
  width: 90px;
  height: 90px;
  background-size: contain;
  z-index: 1;
}
.our-story-quote-container .qote-text:after{
  position:absolute;
  content:'';
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/quote_end1.png')no-repeat;;
  right: 0;
  bottom: -42px;
  width: 90px;
  height: 90px;
  background-size: contain;
  z-index: 1;
}
.our-process-quote-container .qote-text:before{
  position:absolute;
  content: '';
  background:url('//cdn.shopify.com/s/files/1/0627/5517/files/quote_start.png')no-repeat;;
  left: -75px;
  top: -42px;
  width: 90px;
  height: 90px;
  background-size: contain;
  z-index: 1;
}
.our-process-quote-container .qote-text:after{
  position:absolute;
  content:'';
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/quote_end.png')no-repeat;;
  right: -37px;
  bottom: -42px;
  width: 90px;
  height: 90px;
  background-size: contain;
  z-index: 1;
}
.qote-text p {
  z-index: 2;
  position: relative;
  margin: 0;
}
.our-story-quote-container {
  padding: 80px 0;
}
.our-process-quote-container {
  padding: 100px 0;
}
.our-process-header {
  position: relative;
}
.our-process-header img {
  vertical-align: bottom;
  width: 100%;
}
.our-process-header-bottom h2, .our-process-dirtct-top h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: Lato;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
  margin-top:0;
}
.our-process-header-bottom {
  width: 60%;
  margin: 100px auto 0;
  text-align: center;
}
.our-process-header-bottom h2:after, .our-process-dirtct-top h2:after {
  content: "";
  position: absolute;
  border: 1.5px solid #eee;
  bottom: 0;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
}
.our-process-header-bottom p {
  max-width: 75%;
  margin: 0 auto;
}
.our-process-quote-container{
  background:#eeeeee;
}
.meet-team-section {
  margin-top: 70px;
}
ul.team-member-section li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
ul.team-member-section li .team-member-name {
  margin: 8px 0 0px;
  font-family: 'oswald';
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing:1px;
}
ul.team-member-section li .team-member-desig {
  font-size: 15px;
  text-transform: none;
  display: block;
  font-family: 'Lato';
  letter-spacing:1px;
}
ul.team-member-section {
  margin: 0;
  text-align:center;
}
.meet-team-header {
  max-width: 730px;
  margin: 0 auto 70px;
  text-align: center;
}
.meet-review-section {
  background: #eee;
  padding: 75px 0;
  text-align: center;
  margin-bottom: 70px;
}
.meet-review-section img {
  max-width: 140px;
}
.about-container2 {
  padding: 45px 80px;
  max-width: 100%;
}
.process-small-block img {
  max-width: 140px;
  margin: 0 auto;
  width:100%;
}
.process-small-block {
  width: calc(20% - 28px);
  display: inline-block;
  margin:0 12px;
  text-align: center;
  padding: 15px;
  background: #eee;
}
.story-tab-heading, .story-tab-heading2 {
  width: 100%;
  z-index: 99;
}
.our-process-dirtct-top {
  max-width: 60%;
  margin: 0 auto 60px;
  text-align: center;
}
.process-small-block-image-container {
  width: 100%;
  background: #fff;
  padding: 15px 0px;
}
.process-small-block-title1 {
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.process-small-block-title1:after{
  content: "";
  position: absolute;
  border: 1.5px solid #fff;
  bottom: 0;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
}
.process-small-block-title2 {
  font-size: 16px;
  padding-bottom: 5px;
}
.meet-review-section p {
  font-size: 15px;
  margin:0;
}
.meet-review-section .review-star{
  margin:15px 0; 
}
.about-header-section img {
  width: 100%;
}
.story-tab-sticky .story-tab-heading2 {
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-name: fadeInNav;
  position: fixed;
  top: 136px;
}

@keyframes fadeInNav {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.desktop-slideshow .slide .scaled-text .btn-container a:first-child span {
  margin-left: 0;
}

.home-minsonary {
  padding: 120px 30px 0px;	
  margin:0 auto;
}
.home-iceman {
  margin-top: 25px;
}
.iceman-block-heading {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  font-family: oswald;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1;
}
a.iceman-button {
  display: inline-block;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 30px;
}
a.iceman-button:hover {
  color: #d6d6d6;
}
.iceman-block-content {
  font-size: 15px;
}
.iceman-block-right, .iceman-block-left {
  position: relative;
}
a.icemanBtn::after {
  background: url(//cdn.shopify.com/s/files/1/0627/5517/files/youtube-iceman.png) no-repeat;
  position: absolute;
  top: calc( 50% - 29px );
  left: calc( 50% - 40px );
  content: "";
  width: 80px;
  height: 57px;
  background-size: 100%;
}
a.icemanBtn:hover::after { 
  background: url(//cdn.shopify.com/s/files/1/0627/5517/files/youtube-iceman.png) no-repeat;
  background-size: 100%;
}
.minsonary div img {
  display: block;
}
.minsonary div a { position: relative;display: block; }
.minsonary div a:hover::after {
  content: "";
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
span.home_review_count {
  text-decoration: underline;
}
#criteo-tags-div + iframe {
  display: none;
}
.product-starp-box-inner button.owl-dot {
  display: none;
}


/*--------- page Quiz-----------------*/
.question-section{
  display:none; 
}
.question-section.active{
  display:block 
}
.quiz-title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Oswald';
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: inline-block;
  line-height:1;
  font-weight:500;
  position: relative;
}
.quiz-title:after {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  bottom: 0;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0);
}
.quiz-contaier, .quiz-result {
  position: relative;
  z-index: 9;
}
.page-quiz{
  background:#090909 url('//cdn.shopify.com/s/files/1/0627/5517/files/desktop-image-v1.jpg?40766')no-repeat;
  background-position:left bottom;
  background-size: 100%;
  text-align: center;
  color: #fff;
  padding: 90px 0;
  position:relative;
}
.page-quiz:after{
  position:absolute;
  width:100%;
  height:100%;
  content:"";
  left:0;
  top:0;
  opacity:0.3;
  background:#000;
}
.question-count {
  text-transform: uppercase;
  color: #d6d6d6;
  font-family: 'Lato';
}
.quiz-section-container {
  margin-top: 5px;
  position: relative;
  min-height: 118px;
  overflow:hidden;
  transition: ease all .5s;
}
.question-title {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 500;
  line-height: 1;
}
.choice-btn {
  display: inline-block;
  border: 2px solid #ffff;
  width: 160px;
  cursor: pointer;
}
.choice-btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  padding: 10px;
  font-family: 'Lato';
  line-height: 1.1;
}
.choice-btn a:hover, .choice-btn a.active{
  border: 2px solid #fff;
}
.chioce-container .choice-btn {
  margin-right: 40px;
  margin-bottom:20px;
}
.quiz-footer {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.chioce-container .choice-btn:last-child{
  margin-right:0;
}
.chioce-container {
  margin: 35px auto 0;
  max-width: 800px;
}
.qSection6 .myself-mens-size .chioce-container {
  max-width: 880px;
}
.qSection4 .someone-else-occasion-yes .chioce-container {
  max-width: 610px;
}
.qSection5 .chioce-container {
  max-width: 710px;
}
.qSection4 .myself-occasion-yes .chioce-container{
  max-width: 660px;
}
.quiz-footer-wraper .footer-btn:first-child {
  margin-right: 40px;
}
a.footer-btn {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Lato';
  display: inline-block;
  padding-left: 25px;
}
.footer-btn.go-back{
  background:url('https://cdn.shopify.com/s/files/1/0627/5517/files/arrow2.png')no-repeat;
  background-position: 5px 7px;
}
.footer-btn.start-over{
  background:url('//cdn.shopify.com/s/files/1/0627/5517/files/return-arrow.png')no-repeat;
  background-position: 0 6px;
}
.pBar {
  width: 30px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  height: 7px;
  margin-right: 4px;
}
.pBar.active {
  background: #d6d6d6;
}
.quiz-progress-bar {
  line-height: 1;
  margin-top: 20px;
}
.question-section {
  position: absolute;
  width: 100%;
}
.question-subsection.active {
  display: block;
}
.question-subsection {
  display: none;
}
.qSection4 .choice-btn:nth-child(3) {
  margin-right: 0;
}
.myself-occasion-yes .choice-btn a {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.mens-size .choice-btn {
  min-width: 180px;
  width: auto;
}
.myself-occasion-yes .choice-btn {
  height: 58px;
  vertical-align: bottom;
}
.qSection5 .mens-occasion-no .choice-btn:nth-child(4), 
.qSection5 .womens-occasion-no .choice-btn:nth-child(4) {
  margin-right: 0;
}
.choice-btn.img-btn {
  border: 2px solid transparent;
  width: auto !important;
}
.choice-btn.img-btn a{
  padding:0; 
}
.choice-btn.img-btn img {
  max-width: 125px;
  vertical-align: bottom;
}
.quiz-result-title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Oswald';
  margin-bottom: 25px;
  display: inline-block;
  line-height:1;
  font-weight:500;
  position: relative;
}
.quiz-result-content {
  width: 1000px;
  margin: 0 auto;
}
.quiz-result-header {
  background: #d6d6d6;
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 45px 0;
  border-bottom: 5px solid #000;
}
.quiz-result-header-title, 
.quiz-result-footer-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.quiz-result-header-content {
  margin-top: 15px;
}
.quiz-result-footer-btn a {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Lato';
  display: inline-block;
  padding-left: 25px;
  background:url('//cdn.shopify.com/s/files/1/0627/5517/files/return-arrow.png')no-repeat;
  background-position: 0 6px;
}
.quiz-result-products {
  background: #fff;
  padding: 45px 50px;
  border-bottom: 5px solid #000;
}
.quiz-product-left {
  width: 50%;
  display: inline-block;
}
.quiz-product-right {
  display: inline-block;
  width: calc(50% - 5px);
  vertical-align: top;
  text-align: left;
}
.quiz-result-products .slick-arrow {
  color: #000;
  font-size: 50px;
}
.quiz-result-footer-btn {
  margin-top: 20px;
}
.quiz-result-footer {
  background: #fff;
  padding: 45px 0 50px;
  color: #000;
}
.quiz-footer-product-item {
  vertical-align: top;
}
.quiz-result-products .slick-prev, .quiz-result-products .slick-next {
  height: 55px;
  width: 30px;
}
.quiz-result-footer-content .quiz-footer-product-item:last-child {
  margin-right: 0;
}
.quiz-result-footer-content {
  margin-top: 45px;
}
.quiz-footer-product-info span.product_last {
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Lato';
  font-weight: bold;
  line-height: 1;
}
.quiz-footer-product-info span.product_first {
  font-size: 11px;
  font-family: 'Lato';
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.quiz-footer-product-info .title{
  margin-top:5px; 
}
.quiz-footer-product-info .add-to-cart {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.quiz-footer-product-info a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 7px;
}
.quiz-result-products span.cmz-price-txt, 
.quiz-result-products .pro-custom-desc, 
.quiz-result-products .custom-product-swatch-container .header {
  color: #000;
}
.quiz-result-footer-content .product-list button.button {
  background: #000;
  margin-top: 0 !important;
  color:#fff;
  padding: 12px 17px;
}
.quiz-result-footer-content a.product_link {
  font-size: 11px;
}
.quiz-result-footer-content .product-list button.button:hover {
  background:#2d8703;
}
.quiz-product-right .theme-product-reviews {
  text-align: left;
}
.quiz-result-products .pro-custom-desc{
  margin-top:0; 
}
.quiz-result-products .pro-custom-desc-wrapper {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
  margin: 15px 0;
}
.quiz-result-products .custom-product-swatch-container {
  margin-bottom: 0px; 
}
.quiz-result-products .price-area {
  margin-bottom: 0px;
  display: inline-block;
}
.quiz-result-products .addtocart-container {
  margin-top: 0px;
}
.quiz-result-products .custom-engraving {
  margin-bottom:0px; 
}
input[name="custom-engraving-enable"] {
  visibility: hidden;
}
.quiz-result a.product_link {
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.product-block.quiz-footer-product-item {
  opacity: 0.5;
}
.product-block.quiz-footer-product-item.slick-current{
  opacity:1; 
}
.qSection6 .myself-mens-size .choice-btn,
.qSection6 .myself-womens-size .choice-btn {
  width: auto;
  min-width: 160px;
}
a.iceman-button.iceman-button1 {
  margin-right: 20px;
}

.additional-checkout-buttons > span {
  display: block;
  margin-bottom: 5px;
}
/*------------- mens strap page------*/
.strap-collection-section {
  margin-top: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strap-collection-section-top{
  position: absolute;
  width: 100%;
  right: 0;
}

.strap-collection-section-bottom {
  position: absolute;
  width: 100%;
  left: 0;
}
.strap-page-heading {
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 5px;
}
.strap-page-subheading {
  text-transform: uppercase;
  font-family: 'Oswald';
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  position: relative;
  padding:0 15px 30px;
}
.strap-page-subheading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  border-bottom: 3px solid #ccc;
  height: 1px;
  transform: translateX(-50%);
}
.strap-collection-list {
  padding: 40px 40px 40px;
  position:relative;
}
.strap-collection-item img {
  vertical-align: bottom;
}
.strap-collection-list-inner {
  position: relative;
  z-index: 2;
}
.strap-collection-item .col-title {
  margin-top: 10px;
  line-height:1;
}
.strap-collection-item {
  display: inline-block; 
  width: calc(9% - 10px);
  padding:0 20px;
  vertical-align: middle;
}
.strap-collection-section-bottom {
  padding: 60px 0;
}
.strap-bottom-subheading {
  margin-bottom: 20px;
}
.strap-collection-item a {
  display: inline-block;
  width:100%;
}

.strap-collection-container > .container {
  max-width: 1400px;
}

a.strap-button:hover {
  color: #fff;
  background: #000;
}
a.strap-button {
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 10px 20px;
  display: inline-block;
}
.strap-bottom-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.strap-tab-title-wrapper .tab-item.active {
  opacity: 1;
}
.strap-tab-title-wrapper .tab-item {
  display: inline-block;
  vertical-align: top;
  cursor:pointer;
  opacity: 0.5;
  padding: 0 2px;
}
.strap-tab-title-wrapper {
  margin-top: 35px;
  text-align: center;
}
.tab-item-image {
  background: #eee;
  padding-top:7px;
}
.strap-collection-banner {
  background: #f7f7f7;
  position:relative;
}
.strap-collection-banner-inner {
  display: flex;
  align-items: center;
}
.banner-image-section img {
  width: 280px;
  object-fit: cover;
  height: 235px;
  object-position: top;
  vertical-align: bottom;
}
.banner-text-section {
  z-index: 2;
  padding: 40px 110px 40px 110px;
}
.strap-banner-subtitle {
  text-transform: uppercase;
  font-size: 11px;
}
.banner-text-section, .banner-image-section {
  width: 50%;
  text-align:center;
}
.strap-banner-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald';
  color: #000;
  line-height: 1;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.strap-banner-title:after {
  content: "";
  border-bottom: 2px solid #000;
  width: 150px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.strap-tab-content{
  display:none; 
}
.strap-tab-content.current{
  display:block; 
}
.strap-tab-content-wrapper {
  margin-top: 30px;
}
.collection-tab-content .product-block {
  display: inline-block;
  width: calc(25% - 3px);
  margin-bottom:30px;
}
.collection-tab-title-container {
  text-align: center;
  border-bottom: 1px solid #ccc; 
}
.strap-collection-product-container{
  margin-top: 40px;
}
.collection-tab-title.current {
  border-bottom: 2px solid #000;
}
.collection-tab-title {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.collection-tab-content .product-list {
  margin: 30px 0 0 0;
}
.collection-tab-content {
  display: none;
}
.collection-tab-content.current {
  display: block;
}

.tab-item-image img {
  object-fit: cover;
  width: 82px;
  height: 75px;
  object-position: top;
  vertical-align: bottom;
  margin: 0 auto;
}
.strap-tab-title-wrapper .tab-item .col-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height:1;
}
.banner-image-section {
  padding-top: 20px;
}
.banner-text-section-inner {
  width: 70%;
  margin:0 auto;
}
.collection-tab-content-wrapper {
  margin-bottom: 30px;
}
.klaviyo-bis-trigger.show{
  display:block !important; 
}
p.welcome_messg {
  font-size: 16px;
  margin-top: 30px;
  font-family: Lato;
  text-transform: initial;
  line-height: 24px;
}
/*-----home link section ----------*/
.home-links {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}
.link-container .home-links-block {
  display: inline-block;
  vertical-align: top;
}
.home-links-block .home-links-header {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald';
  margin-bottom: 15px;
}
.home-links-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-links-block ul li.home-link-item {
  list-style: none;
  margin-bottom: 10px;
}

.home-links-block ul li.home-link-item a {
  color: #777575;
}
/*--------------custom description tab ---------------*/
.custom-desc-tab-content > div.active-tab {
  display: block;
}
.custom-desc-tab-content > div {
  display: none;
}
ul.custom-desc-tab{
  margin:30px 0 0 0;
  padding:0;
}
.custom-desc-tab li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 500;
  cursor:pointer;
}
.custom-desc-tab li.active-link{
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.custom-desc-tab li:first-child {
  margin-right: 30px;
}
.custom-desc-tab-content {
  padding-top: 15px;
  margin-bottom: 30px;
}
.custom-desc-tab-content .pro-custom-desc {
  margin-top: 0 !important;
  text-align: left;
  padding: 0;
}
#forgot_password a.btn1 {
  width: calc(50% - 5px);
  background: #fff;
  border: 1px solid #000000;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  height: auto;
  text-decoration: none !important;
  cursor: pointer;
  padding: 14px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}



/*--------------------slideout ----7-11-19----------*/
.minicart-strap{padding:0px;margin-top: 5px;}
.cart-alsobought-minicartx ul li {
  display: table;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 17px 10px;
  margin-bottom: 10px;
}
.cart-alsobought-minicartx ul li>div {
  vertical-align: top;
  display: table-cell;
}
.cart-alsobought-minicartx ul li>div.cab-imgbox{
  text-align:center; width:50%;
}
.cart-alsobought-minicartx ul li>div.cab-content{
  width:55%;
}
.cab-content p {margin:3px 0 10px;}
.minicart-strap {border-color:transparent;}

.cab-content a {max-width: 140px;display: block;text-transform:uppercase; letter-spacing:1.5px;}
.cab-content form input{padding:10px 14px;}
.flexsliderx.cartStrapSlidex.cart-alsobought-minicartx li:nth-child(1), .flexsliderx.cartStrapSlidex.cart-alsobought-minicartx li:nth-child(2), .flexsliderx.cartStrapSlidex.cart-alsobought-minicartx li:nth-child(3) {
  display: table;
}
.flexsliderx.cartStrapSlidex.cart-alsobought-minicartx li {
  display: none;
}
/*.menu-collection-item-container .menu-collection-item:nth-child(5),
.menu-collection-item-container .menu-collection-item:nth-child(6),
.menu-collection-item-container .menu-collection-item:nth-child(7),
.menu-collection-item-container .menu-collection-item:nth-child(8),
.menu-collection-item-container .menu-collection-item:nth-child(9) {
width: 128px;
}
.menu-collection-item-container .menu-collection-item:nth-child(5) .menu-collection-image img,
.menu-collection-item-container .menu-collection-item:nth-child(6) .menu-collection-image img,
.menu-collection-item-container .menu-collection-item:nth-child(7) .menu-collection-image img,
.menu-collection-item-container .menu-collection-item:nth-child(8) .menu-collection-image img,
.menu-collection-item-container .menu-collection-item:nth-child(9) .menu-collection-image img{
max-width: 88px;
}*/
.mens-menu .menu-collection-item-container .menu-collection-item:nth-child(5) {
  /*clear: left;*/
}
.mens-menu .menu-collection-item-container .menu-collection-item {
  width: 160px;
}
.mens-menu .menu-collection-item-container .menu-collection-item {
  width: 128px;
  padding: 0 10px 10px;
}
.mens-menu .menu-collection-item-container .menu-collection-item .menu-collection-image img{
  /*max-width: 120px;*/
  max-width: 107px;
}

.search-page-hide{
  display:none !important;
}
ul.singleCollection li a span.reducedfrom:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #444444;
  left: -3px;
  top: 13px;
}

ul.singleCollection li a span.reducedfrom {
  position: relative;
}
ul.singleCollection li a span.reducedfrom + span.price span {
  color: #f00;
}
#fancybox-close {
  top: -20px;
  width: 20px;
  height: 20px;
}
.custom-pop-content-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.custom-pop-content-main {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
}
.custom-pop-content-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.custom-pop-content-wrap span.close_button {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 14px;
  font-size: 20px;
  top: 10px;
  cursor: pointer;
}
.custom-pop-content-wrap .mobile_view {
  max-height: 500px;
  max-width: 90%;
  margin: 0 auto;
}

#shopify-section-cart-template .customer-also-bought .slick-item {
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin-bottom: 10px;
  width:100% !important;
  background: #F8F8F8;
}
#shopify-section-cart-template .customer-also-bought .slick-item .cab-imgbox img {
  width: 100px;
}
#shopify-section-cart-template .customer-also-bought .slick-item > div {
  display: flex;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
#shopify-section-cart-template .customer-also-bought .slick-item > div:first-child {
  width: 30%;
  margin-right: 20px;
}

#shopify-section-cart-template .customer-also-bought a{
}
#shopify-section-cart-template .customer-also-bought .cab-content {
  text-align: left !important;
}
#shopify-section-cart-template .customer-also-bought .cab-content p{
  color:#929292;
}
#shopify-section-cart-template .customer-also-bought input.btn {
  background-color: #000 !important;
  color: #fff !important;
  padding: 10px 14px !important;
}
#shopify-section-cart-template .customer-also-bought input.btn:hover{
  background: #464e54 !important;
  border-color: #464e54 !important;
}
#shopify-section-cart-template .page-header h1.majortitle {
  margin: 0;
}
#shopify-section-cart-template .customer-also-bought {
  text-align: center;
  width: 100%;
}

/*========== home dy banner =======================*/
.section-dy-homebanner .double-image {
  margin: 0px;
  display: flex;
  justify-content: center;
}
.section-dy-homebanner .double-image>div.di-left {
  margin-right: 5px;
  margin-left: 10px;
}
.section-dy-homebanner .double-image>div {
  width: 50%;
  position: relative;
}
.section-dy-homebanner .double-image>div img {
  display: block;
  object-fit: contain;
}
.section-dy-homebanner .double-image>div.di-left .caption {
  position: absolute;
  bottom: 70px;
  right: 50px;
  text-align: right;
}
.section-dy-homebanner .double-image>div .caption h3 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 450;
  margin-bottom: 30px;
  filter: drop-shadow(1px 1px 4px #000);
}
.section-dy-homebanner .double-image>div .caption a.left-btn {
  color: #000;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}
.section-dy-homebanner .double-image>div .caption a {
  min-width: 140px;
  text-align: center;
  padding: 10px 20px !important;
  font-size: 11px;
}
.section-dy-homebanner .double-image>div.di-right {
  margin-left: 5px;
  margin-right: 10px;
}
.section-dy-homebanner .double-image>div.di-right .caption {
  position: absolute;
  bottom: 70px;
  left: 50px;
  text-align: left;
}
.section-dy-homebanner .double-image>div .caption a.right-btn {
  color: #000;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}
.section-dy-homesale .single-image-desktop {
  margin: 10px;
  display: flex;
  justify-content: center;
}
.section-dy-homesale .single-image-mobile {
  display: none;
}

.minicart-container .total-duties, .minicart-container .total-vat{
  display: none;
  width: 100%;
}

.country-NL .minicart-container .total-duties, 
.country-NL .minicart-container .total-vat,
.country-GB .minicart-container .total-duties, 
.country-GB .minicart-container .total-vat,
.country-DE .minicart-container .total-duties, 
.country-DE .minicart-container .total-vat {
  display: inline-block;
}
.confidence-icon {
  margin-top: 20px;
}
/*----------- home statemtnt --------*/
.section-home-statement {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.statement-subheding {
  font-size: 13.5px;
  font-family: Lato;
  font-weight:200;
  text-transform: uppercase;
  margin-bottom: 10px;
}
a.statement-btn {
  margin-top: 40px;
  display: inline-block;
  border: 1px solid #000;
  padding: 8px 18px;
  text-transform: uppercase;
  width:170px;
  font-size:11px;
}
a.statement-btn:hover{
  background:#000;
  color:#fff;
}
.statement-heading {
  font-size: 30px;
  font-family: Oswald;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight:450;
  max-width: 530px;
  margin: 0 auto;
}
/*-------------- home explore collection ------------*/
.explore-collection {
  padding: 70px 0;
  display: inline-block;
  width: 100%;
  background: #fff;
}
h2.explore-heading {
  font-family: Oswald;
  font-size: 30px;
  font-weight: 450;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.explore-tab-heading {
  margin-bottom: 36px;
}
.explore-tab-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.explore-tab-heading ul {
  margin: 0;
  text-align: center;
}
.explore-tab-heading ul li:first-child {
/*   margin-right: 130px; */
}
li.explore-tab {
  display: inline-block;
  list-style: none;
}
li.explore-tab a {
  font-size: 11px;
  font-family: Lato;
  text-transform: uppercase;
  display: inline-block;
}
li.explore-tab.active a {
  border-bottom: 2px solid #e2e2e2;
}
.explore-container {
  display:none ;
}
.explore-container.active {
  display:block; 
}
.explore-container .item {
  text-align: center;
  padding: 0 50px;
}
.explore_slider .slick-prev.slick-arrow {
  width: 0;
  height: 0;
/*   border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #e1e1e1; */
}
.explore_slider .slick-next.slick-arrow {
  width: 0; 
  height: 0; 
/*   border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e1e1e1; */
}
.explore-container .item p.col-price {
  font-size: 7px;
  font-family: Lato;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.explore-container .item h3.col-title {
  font-family: Oswald;
  font-size:13px;
  color: #5f5f5f;
  text-transform: uppercase;
  font-weight: 300;
}
.explore-container .item .col-link {
  margin-top: 25px;
}
.explore-container .item .col-link a {
  border: 1px solid #000;
  padding: 7px 20px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Lato;
  font-size: 9px;
}
/*-------- home content section -------*/
ul.home-content-list {
  margin: 0;
  padding: 0 10px;
  display:none;
}
ul.home-content-list.active{
  display: flex;
}
.home-content-list li.content-item:last-child {
  margin-right: 0;
}
.home-content-list li.content-item {
  list-style: none;
  width: calc(25% - 5px);
  margin-right: 10px;
  text-align: center;
  position: relative;
  display:inline-block;
}
.content-item img {
  vertical-align: bottom;
}
.content-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
.content-link .content-wrapper-link {
  background: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 170px;
  text-align: center;
  padding: 8px 20px !important;
  font-size: 11px;
  cursor:pointer;
  max-width:90%;
}
.content-link .content-wrapper-link:hover{
  background:#000;
  color:#fff;
}
/*------------ home review new------------*/
.home-review-new {
  padding: 70px 0;
  width: 80%;
  margin: 0 auto;
}
.new-review-top {
  padding-bottom: 60px;
  text-align: center;
}
.new-review-top h1 {
  font-size: 30px;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 450;
  margin: 0;
  line-height: 1.4em;
}
.home-review-new .new-review-container {
  /*display: flex;*/
  width: 100%;
  margin: 0;
}
.new-review-item {
  width: 33%;
  text-align: center;
  padding: 0 50px;
}
.new-review-bottom {
  text-align: center;
  margin-top: 40px;
}
.new-review-bottom a.all-review-btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  background: #000;
  width:170px;
}
.new-review-bottom a.all-review-btn:hover{
  color: #000;
  background: #fff;
}
.new-home-review-desc {
  font-size: 13px;
  font-style: italic;
  font-family: Lato;
  line-height: 24px;
  min-height: 120px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.new-home-review-star img {
  max-width: 130px;
  margin: 0 auto;
  display: inline-block;
}
.new-home-review-name {
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
img.rewiew-checkmark {
  max-width: 15px;
  vertical-align: text-bottom;
  margin-right: 10px;
  display: inline-block;
}
.new-home-review-name span {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 10px;
}
.publication-logo-container {
  display: flex;
  max-width: 1080px;
  padding: 70px 0 0;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.publication-logo-item {
  width: 25%;
  padding: 0 50px;
}
.new-review-container .slick-prev.slick-arrow, .meet-jack-carousel .slick-prev.slick-arrow  {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #e1e1e1;
}
.meet-jack-carousel .slick-next.slick-arrow, .meet-jack-carousel .slick-prev.slick-arrow {
  top: 110px;
  margin: 0 10px;
}
.new-review-container .slick-next.slick-arrow, .meet-jack-carousel .slick-next.slick-arrow {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e1e1e1;
}
/*------------- Home confidence -------*/
.home-confidence {
  padding: 70px 0;
  text-align: center;
}
.confidence-title h1 {
  font-family: oswald;
  font-weight: 450;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4em;
}
.confidence-title {
  margin-bottom: 55px;
}
.confidence-item-container {
  /*display: flex;*/
  max-width: 1280px;
  margin: 0 auto;
}
.confidence-item {
  width: 25%;
  padding: 0 50px;
}
.confidence-item img {
  width: 60px;
  display: inline-block;
}
.confidence-name {
  margin-top: 20px;
  font-size: 16px;
  font-family: Oswald;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  margin-bottom: 26px;
}
.confidence-content {
  font-family: Lato;
  font-size: 11px;
  line-height: 18px;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.home-confidence .slick-prev.slick-arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #e1e1e1;
}
.home-confidence .slick-next.slick-arrow {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e1e1e1;
}
.slick-dots li button:before {
  content: "" !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.slick-dots li.slick-active button:before {
  background: #ccc;
}
.slick-dots li {
  width: 30px;
}
/*-------------- home instagram ----------*/
.home-instagram {
  padding: 70px 0;
}
.collection-breadcrubm-container {
  margin-top: 30px;
  padding-left: 0px;
  margin-bottom: 5px;
}
.breadcrumb {
  padding: 0px 0px 10px;
  display: inline-block;
}
h2.majortitle.collection-title {
  margin-top: 30px;
}

/*====================================*/
/*        product template all        */
/*====================================*/

.product-detail {
  max-width: 1424px;
  margin: 0px auto 0;
  padding: 0 40px;
  width:100%;
}
.product-detail .breadcrumb {
  padding: 20px 20px 20px 0px;
  width: 100%;
  border: none;
}

.product-detail .layout-column-half-left {
padding: 0;
}

@media (min-width: 991px) {
  .product-detail .layout-column-half-left {
    padding: 0px 20px 0 0;
  }
}

.product-detail h1.title {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  margin:0;
  color: #000;
}
 
.product-detail h1.price-area > span,  .product-detail h2.price-area > span {
  font-family: 'Lato';
}

.product-title-container {
  /* display: inline-block; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
product-detail h1.title {
  float: left;
}

.product-detail .theme-product-reviews {
  display: inline-block;
}
#qp-container{
  display:block !important; 
}
.colorway-section, 
.product-all-template,
 .completelook-section {
  /* border-top: 1px solid #cfcfcf; */
  display: inline-block;
  width: 100%;
  /* padding-top: 25px; */
  margin-top: 20px;
}
.product-all-template .sizeguide-section .header,
.product-all-template .product-st-title, .product-st-title {
  text-transform: uppercase;
  font-family: 'Lato';
  font-size: 14px;
  color: black;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 15px;
}

.product-all-template .sizeguide-section .header .icon-info {
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
}
.product-all-template .sizeguide-section .header .icon-info:after {
  /* content: "\f05a"; */
}
.product-all-template .primary-image a {
  display: inline-block;
}
.product-all-template .sizeguide-section ul {
  margin: 0;
}
.product-all-template .sizeguide-section ul li{
  list-style:none;
  display: inline-block;
}
.product-all-template .sizeguide-section ul li a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #F8F8F8;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  margin-right: 7px;
  background: #F8F8F8;
}
.product-all-template .sizeguide-section ul li.active a {
  border: 1px solid #000;
}

.product-all-template .colorway-slider .slick-next.slick-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e1e1e1;
  right: -15px;
}
.product-all-template .colorway-slider .slick-prev.slick-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e1e1e1;
  left: -15px;
}
span.icon-info {
  margin-left: 5px;
  display: inline-block;
  color: #000;
  cursor: pointer;
  vertical-align: top;
}
 .addtocart-container button{
  font-family: 'Lato';
  font-size:16px;
  font-weight:medium;
}
.button-notify-me {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 10px;
  background-color: #000;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 14px;
  text-wrap: nowrap;
}
.confidence-section {
  padding-top: 30px;
}
ul.custom-desc-accodian, ul.custom-desc-accodian  {
  margin: 30px 0 0 0;
  border-top: 1px solid #cfcfcf;
}
ul.custom-desc-accodian li, ul.custom-desc-accodian li {
  list-style: none;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0px;
}
ul.custom-desc-accodian li.active-link .accordian-content{
  display: block;
}
ul.custom-desc-accodian li .accordian-content {
  display: none;
  padding-top: 18px;
}
.accordian-title {
  font-size: 16px;
  font-family: 'Lato';
  text-transform: uppercase;
  cursor: pointer;
  position:relative;
  color: black;
  display: flex;
  align-items: center;
}
ul.custom-desc-accodian li .accordian-title:after {
  position: absolute;
  content: " ";
  background-image: url("https://cdn.shopify.com/s/files/1/0627/5517/files/svg-plus.svg?v=1625761282");
  background-size: 17px 17px;
  height: 17px;
  width: 17px;
  right: 0;
}
ul.custom-desc-accodian li.active-link .accordian-title:after {
  content: " ";
  background-image: url("https://cdn.shopify.com/s/files/1/0627/5517/files/svg-minus.svg?v=1625761282");

}
 .section-madethis {
  display: inline-block;
  width: 100%;
  margin-top:60px;
  margin-bottom: 70px;
}
  .madethis-left-inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.madethis-left-inner h2 {
  font-size: 30px;
  font-family: Oswald;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 450;
  margin-bottom: 40px;
}
.madethis-left-inner p {
  font-size: 13.5px;
  font-family: Lato;
  font-weight: 400;
  margin-bottom: 10px;
}
.colorway-section .primary-image img {
  max-width: 70px;
}
.product_images_slider .slick-dots li button:before {
  width: 7px;
  height: 7px;
}


.swiper-container .swiper-button-prev {
  left: 0px !important;
  right: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e1e1e1;
  transform: translateY(50%);
}
.swiper-container .swiper-button-next {
  right: 0px !important;
  left: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e1e1e1;
  transform: translateY(50%);
}
.swiper-container .swiper-button-next:after, 
.swiper-container .swiper-button-prev:after{
  content:"" !important;
}
.swiper-container .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.colorway-section .swiper-wrapper{
  margin-bottom:15px;
}
.theme_temp_product_engraving .product-detail {
  margin-top: 12px;
}
.theme_temp_product_engraving .breadcrumb {
  padding-bottom: 0;
}
.theme_temp_product_engraving .layout-column-half-left {
  padding-top: 12px;
}
/*************** Discount code *******************/
span.discounted-original, span.discounted_price.discounted-original {
  color: #f00;
}
/*************** Discount code *******************/


/*--------------------- our impact page ---------------------*/

.our-impact img{
  width:100%; 
}
.impact-header-section {
  position: relative;
}
.impact-page-content {
  width: 80%;
  margin: 0 auto;
  max-width:1500px;
}
.impact-header {
  max-width: 730px;
  margin: 70px auto 90px;
  text-align: center;
}
.impact-header h1 {
  font-weight: 500;
  font-family: 'Oswald';
  margin-top: 0;
}
.impact-carbon-neutral-section {
  position: relative;
  margin-top: 110px;
}
.impact-two-column.whatis-carbon-section{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.impact-two-column.start-carbon-section {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.impact-left-column, .impact-right-column{
  width: 50%;
}
.impact-footer-section h1 {
  font-family: Oswald;
  font-weight: 500;
  color: #000;
  font-size: 30px;
  max-width: 510px;
  margin: 0 auto;
  position:relative;
}
.impact-footer-section h1 i {
  color: #CECECE;
  position: absolute;
  left: -18px;
  top: -4px;
  /* z-index: -1; */
}
span.icon_leftalign_adjust {
  position: relative;
}
.impact-footer-section {
  background: #EFEFEF;
  text-align: center;
  padding: 150px 0;
  margin-bottom:8px;
}
.whatis-carbon-section .impact-left-column, .start-carbon-section .impact-left-column {
  padding: 65px 50px;
  background: #EFEFEF;
}
.whatis-carbon-section .impact-left-column h3, .start-carbon-section .impact-left-column h3 {
  font-family: Lato;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.whatis-carbon-section .impact-left-column h3:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  width: 100px;
  height: 0px;
  bottom: 0;
  left: 0;
}
.start-carbon-section .impact-left-column h3:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  width: 100px;
  height: 0px;
  bottom: 0;
  right: 0;
}
.start-carbon-section .impact-left-column {
  text-align: right;
}
.impact-header-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 90%;
}
.impact-header-text h1 {
  font-family: Oswald;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  margin: 0;
}
.impact-header-text p {
  font-family: oswald;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 4px;
}
.impact-header-text span {
  margin-top: 25px;
  display: block;
}
.impact-page-content.impact-carbon-neutral-means h1 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.impact-invensing-section .invensing-block:last-child {
  margin-right: 0;
}
.impact-invensing-section .invensing-block {
  display: inline-block;
  width: calc(33% - 7px);
  margin-right: 10px;
  float: left;
}
.impact-invensing-section-inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
h1.impact-invensing-section-heading {
  position: absolute;
  background: #ffff;
  top: 38%;
  left: 47%;
  transform: translate(-46%, -50%);
  padding: 10px 50px;
  display: inline-block;
  font-family: oswald;
  font-size: 30px;
  font-weight: 500;
}
h3.invensing-block-title {
  font-family: oswald;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 17px;
}
.impact-invensing-section {
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
}
.impact-two-column.impact-ourgoal-section {
  margin-top: 120px;
  display:flex;
  margin-bottom: 100px;
}
.impact-ourgoal-section .impact-right-column {
  width: 65%;
}
.impact-ourgoal-section .impact-left-column {
  width: 35%;
  text-align:center;
}
.impact-ourgoal-section .impact-left-column h1 {
  font-weight: 500;
  font-family: 'Oswald';
  margin-top: 0;
}
.ourgoal-list li .summary_meet_jack{
  display:none; 
  margin-top: 15px;
}
.ourgoal-list li:first-child {
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/desk-icon1.png') no-repeat 0px 13px;
}
.ourgoal-list li:nth-child(2) {
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/desk-icon2.png') no-repeat 0px 13px;
}
.ourgoal-list li:nth-child(3) {
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/desk-icon3.png') no-repeat 0px 13px;
}
.ourgoal-list li:nth-child(4) {
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/desk-icon4.png') no-repeat 0px 13px;
}
.ourgoal-list li:nth-child(5) {
  background: url('//cdn.shopify.com/s/files/1/0627/5517/files/desk-icon5.png') no-repeat 0px 13px;
}
.ourgoal-list li {
  list-style: none;
  padding-left: 80px;
}
.ourgoal-list li > div {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  position:relative;
}
.ourgoal-list li:last-child div{
  border-bottom: 1px solid #ccc;
}
.ourgoal-list li h5, .ourgoal-list li p {
  margin-bottom: 0;
}
.ourgoal-list li h5 {
  font-size: 14px;
  font-family: lato;
  font-weight: bold;
  cursor:pointer;
}
.ourgoal-list li div i {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 40px;
  color: #ccc;

  transition: all 0.5s ease-out;
}
.ourgoal-list li div.open i {
  transform: rotate(90deg);
}

/*-------------- Welcome2 page ----------------*/
.welcome2 img{
  width:100%; 
}
.welcome2-header-section {
  position: relative;
}
.welcome2-page-content {
  width: 80%;
  margin: 0 auto;
  max-width:1500px;
}
.welcome2-header h1, 
h1.welcome2-doit-section-heading, 
.welcome2-text-column h1, 
.welcome2-footer-section h1,
.welcome2-favorite-text h1{
  font-weight: 500;
  font-family: 'Oswald';
  margin-top: 0;
}
.welcome2-header-text {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome2-header-text h1 {
  font-family: Oswald;
  font-weight: 450;
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.welcome2-header-btn{
  color: #000;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
  padding: 13px 38px !important;
  font-size: 11px;
  margin-top: 30px; 
  text-transform: uppercase;
}
.welcome2-header {
  max-width: 480px;
  margin: 70px auto 70px;
  text-align: center;
}
.welcome2-review-section {
  position: relative;
  margin-bottom: 130px;
}
.welcome2-review-text {
  position: absolute;
  color: #fff;
}
span.welcome2-review-star {
  color: #fff;
  font-size: 20px;
}
p.welcome2-review-content {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Lato;
  font-style: italic;
  line-height: 30px;
  margin-top:20px;
}
.welcome2-review-text-inner {
  max-width: 300px;
}
span.welcome2-review-author {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Oswald;
  font-weight: 300px;
}
.welcome2-text-column, .welcome2-image-column {
  width: 50%;
}
.impact-text-column {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.welcome2-footer-section {
  text-align: center;
  padding: 120px 0;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.doit-block {
  width: 33.33%;
  padding: 0 80px;
}
h3.doit-block-title {
  font-family: Oswald;
  font-size: 18px;
}
.doit-section {
  text-align: center;
  margin-top: 80px;
}
.doit-block-image img {
  max-width: 80px;
  margin: 0 auto;
}
.doit-block-image {
  height: 100px;
  margin-bottom: 20px;
}
a.welcome2-shownow {
  color: #fff;
  background-color: #000;
  display: inline-block;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
  padding: 15px 40px !important;
  font-size: 14px;
  margin-top: 30px;
  text-transform: uppercase;
}
.welcome2-text-column h1 {
  margin-bottom: 30px;
}
.welcome2-text-column {
  padding: 0px 110px;
  text-align: center;
}
.image-text-section {
  margin-bottom: 60px;
}
.welcome2-favorite-section {
  margin-top: 80px;
}
.welcome2-favorite-section{
  position: relative;
}
.welcome2-favorite-text {
  position: absolute;
  text-align: center;
}
.welcome2-favorite-text h1{
  color:#fff; 
}
.welcome2-footer-section h1 {
  max-width: 500px;
  margin: 0 auto;
  width:100%;
}
.welcome2 .our-gurantee {
  text-align: center;
  padding: 80px 0;
}
.welcome2-footer-absolute-section .welcome2-shownow{
  margin-top:0
}
.mm-menu {
  z-index:9 !important; 
}
#mobile-header .cart-count .beside-svg {
  position: relative;
  top: -1px;
}
#shopify-section-header {
 /* overflow: hidden; */
}

/*-------------------------*/
.cart-template-page .cart-form-container{
  display:flex; 
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
}
.cart-left {
  width: 60%;
  max-width: 580px;
  margin-bottom: 160px;
}

@media (min-width: 768px) {
  .cart-left{
    padding: 0 15px;
  }
}

.template-cart #content .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cart-right {
  width: 344px;
  float: left;
  z-index: 2;
} 
.cart-right-inner {
  max-width: 350px;
  margin: 0px;

  /*position: fixed;
  top: auto;*/
}
.cart-protection {
  width: 100%;
  border: 1px solid #000;
}
.cart-protection-header {
  background: #FBFBFB;
  display: flex;
  align-items: center;
  width: 100%;
}
.cart-protection-header img {
  width: 70px;
  vertical-align: top;
}
h6.cart-protection-header-title {
  padding-left: 20px;
  font-family: Oswald;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.cart-protection-content {
  padding: 20px 40px 50px 40px;
}
.protection-btn-container {
  display: flex;
  justify-content: space-between;
}
.protection-btn-container button {
  background: #D8D8D8;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  border-color:#D8D8D8;
  color: #000;
  box-sizing: border-box;
}
.protection-btn-container-right {
  text-align: center;
}
span.protection-product-price {
  border-bottom: 2px solid #D8D8D8;
}
span.recommended-tips {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  left: 50%;
  top: 40px;
  width: 140px;
  transform: translateX(-50%);
}
.protection-btn-container-left {
  position: relative;
}
span.recommended-tips:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
p.protection-conditions, p.protection-conditions a {
  color: #D8D8D8;
  font-size: 11px;
  margin-top: 5px;
}
p.protection-conditions a{
  border-bottom: 1px solid #D8D8D8; 
}
li.round-checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #96DE94;
  border-radius: 50%;
}
li.round-checkmark:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #96DE94;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 9px;
}

li.round-checkmark {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
li.round-checkmark ul li{
  margin-bottom:10px; 
}
.customer-also-bought .slick-item:nth-of-type(1n+4) {
  display: none !important;
}
.protection-product-form{
  display:none; 
}
.cart-template-page {
  position: relative;
  overflow: hidden;
}
.template-cart #pagefooter{
  position:relative;
  z-index:3;
}
.template-cart .cart-page-btnContainer {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 0;
  z-index: 1;
  background: #fff;
}
.cart-page-btnContainer .cart-page-btnContainer-inner {
  width: 100%;
  max-width: 550px;
  padding-right: 0px;
  background: #fff;
  margin-left: 0px;
  padding-left: 0px;
}
.cart-page-btnContainer-right {
  width: 40%; 
}
.template-cart .checkout-col .button {
  padding: 10px 25px 15px 25px;
}
.template-cart .checkout-col .button { 
  width: 100%;
  box-sizing: border-box;
  background: #2D8703;
  color: #fff;
  border: thin solid #2D8703;
}
.template-cart .checkout-col .button img {
  display: inline-block;
  position: relative;
  top: 4px;
  max-width: 20px;
}
.template-cart .checkout-col {
  text-align: right;
}
.protection-product-price{
  float:none !important; 
}
button.protection-no.active {
  background: #000;
  color: #fff;
}
.additional-checkout-buttons {
  display: none !important;
}

div#shopify-section-product-colorway {
  margin: 10px 0;
}

div#shopify-section-product-complete-look {
  margin-top: 15px;
}

.sizeguide-link-container {
  /* align-self: flex-end; */
  text-transform: uppercase;
  font-family: oswald;
  font-size: 13px;
  color: #5f5f5f;
  font-weight: 300;
  line-height: 16px;
}
.sizeguide-link-container .icon-info span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  vertical-align: baseline;
  line-height: 17px;
  margin-left: 3px;
  color: #5f5f5f;
}
a.icon-info {
  color: #5f5f5f;
}
afterpay-placement#placement-1660157804656 p.afterpay-paragraph {
  display: none !important;
}
.freeship-status {
  width: 100%;
  height: 12px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background: #eeeeee;
  border: 1px solid #ada7a7;
}
.status-bar-segment {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
}
.freeship-status-bar-initial.status-bar-segment {
  left: 0;
  width: 34%;
}
.freeship-status-bar-initial.status-bar-segment.active_bar {
  background: #458530;
}
.freeship-status-bar-middle.status-bar-segment {
  left: 34%;
  width: 66%;
}
.freeship-status-bar {
  background: #458530;
  height: 100%;
  position: relative;
}
.freeship-status-container-cart.not-empty .freeship-status-bar:after {
  border-style: solid;
  border-width: 13px 10px 0 0;
  border-color: #458530 transparent transparent transparent;
  position: absolute;
  content: '';
  right: -10px;
}
.bar-text-container {
  position: relative;
  margin-top: 10px;
}
.bar-text-container .zero-point {
  left: 0;
}
.bar-text-container .zero-point:before {
  left: -1px;
}
.bar-text-container > div:before {
  content: "|";
  position: absolute;
  top: -27px;
  font-size: 15px;
  font-weight: bold;
  color: #d6d6d6;
  left: 27px;
}
.bar-text-container .twenty-point {
  left: calc(66.66% - 27px);
  text-align: center;
}
.bar-text-container > div.active, .bar-text-container div.active:before, .bar-text-container div.passed:before {
  color: #458530;
}
.bar-text-container > div:before {
  content: "|";
  position: absolute;
  top: -27px;
  font-size: 15px;
  font-weight: bold;
  color: #d6d6d6;
  left: 27px;
}
.bar-text-container .fifteen-point {
  left: calc(33.33% - 27px);
  text-align: center;
}
.bar-text-container .twentyfive-point {
  right: -27px;
}
.bar-text-container > div {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #B5B5B5;
  font-weight: 500;
  font-family: 'Oswald';
}
.freeship-status-container-cart {
  padding: 0 40px;
  max-width: 500px;
  margin: 30px auto 50px;
}
.cart-summary-overlay .freeship-status-container-cart {
  margin-bottom: 30px;
  width: 100%;
}
.protection-btn-container button:hover {
  background: black;
  color: white;
}
#shopify-section-cart-template .cart-name-container a.name {
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  font-family: 'Lato';
  font-weight: 600;
}
#shopify-section-cart-template #cartform .item .line-total {
  font-size: 12px;
}
#shopify-section-cart-template #cartform .item .line-total span {
  font-size: 14px;
}
#shopify-section-cart-template .protection-price-line {
  font-size: 12px;
}

#shopify-section-cart-template .protection-line {
  font-size: 12px;
}
#shopify-section-cart-template li.round-checkmark {
  font-size: 12px;
}
.cart-right .CAB p.desktop_view {
  font-size: 12px;
}
#shopify-section-cart-template .customer-also-bought input.btn {
  font-size: 12px;
}
.above_description {
  margin-bottom: -30px;
  margin-top: 30px;
}
.footer-logo-container .footer-newsletter .signup-form-subtitle p {
  font-size: 13px;
}

/* ----------- labour day sets ----------------*/
.labour-day-header-section {
  position: relative;
}
.labour-day-header-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 480px;
  max-width: 100%;
}
.labour-day-header-text h1 {
  font-family: Oswald;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  margin: 0 0 30px 0;
}
.page-labor-day img {
  width: 100%;
}
.labour-day-block-content {
  display: flex;
  width: 100%;
  align-items: center;
}
.labour-day-content-section .labour-day-block:nth-child(even) .labour-day-block-content {
  flex-direction: row-reverse;
}
.labour-day-block-image {
  width: 58%;
}
.labour-day-products {
  width: 42%;
  padding: 0 60px;
}
.labour-day-products .product-block {
  width: calc(50% - 2px);
  display: inline-block;
  padding: 0 10px;
}
.labour-day-block-header h1 {
  font-family: Oswald;
  font-weight: 500;
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
}
.labour-day-block-header-txt {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.labour-day-block-header {
  margin: 80px 0;
}
.labour-day-content-section {
  margin-bottom: 80px;
}
.labour-day-block-image img {
  vertical-align: top;
}
/* ----------- labour day sets ends ------------*/
/*--------- blog header --------*/
.blog-nav-container {
  background: #000;
  padding: 15px 50px;
  border-bottom: 3px solid #fff;
  margin-top: 0;
  display: flex;
  align-items: center;
  border-top: 3px solid white;
}
.blog-nav-row {
  display: inline-block;
}
.blog-header {
  display: inline-block;
}
.blog-nav-row ul li {
  list-style: none;
  display: inline-block;
}
.blog-nav-row ul li a{
  color:#fff;
  padding: 4px 30px;
  font-size:16px;
  font-family: Oswald;
  text-transform:uppercase;
}
.back-to-site {
  margin-left: 120px;
}
.back-to-site a {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  font-weight: 400;
}
.section-blog-home .featured-blog img {
  width: 100%;
}
.section-blog-home .featured-blog {
  position: relative;
}
.section-blog-home .featured-blog-text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 130px;
  text-align: right;
}
.section-blog-home .featured-blog-text h1{
  color:#fff;
  font-family: Oswald;
}
.blog-home-content {
  display: flex;
  width: 100%;
}
.blog-home-content .blog-home-left {
  display: inline-block;
  width: 75%;
  padding-right:40px;
}
.blog-home-content .blog-home-right {
  display: inline-block;
  width: 25%;
  padding-left: 40px;
  border-left: 2px solid #ccc;
}
.home-blog-container{
  width: 80%;
  max-width: 1500px;
  margin: 80px auto;
}
ul.blog-home-bestsellers li {
  list-style: none;
  margin-bottom: 50px;
}
ul.blog-home-bestsellers {
  margin: 0;
}
.article-two-set {
  display: inline-block;
  width: 100%;
}
.article-three-set {
  display: inline-block;
  width: 100%;
}
.article-two-set .home-article-item {
  display: inline-block;
  width: calc(50% - 25px);
  vertical-align: top;
}
.article-three-set .home-article-item {
  display: inline-block;
  width: calc(33.33% - 26px);
  vertical-align: top;
  margin-right: 30px;
}
.article-one-set .home-article-item {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
}
.article-one-set{
  text-align:center;
}
.article-three-set .home-article-item:last-child {
  margin-right: 0;
}
h1.blog-section-title {
  font-family: Oswald;
  font-weight: 500;
  text-align: center;
  font-size : 20px;
}
.article-two-set .home-article-item:first-child {
  margin-right: 40px;
}
.article-two-set, .article-three-set, .article-one-set {
  margin-bottom: 50px;
}
.home-article-item a.read-article {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 11px;
}
.home-article-item h1.article-title {
  font-family: Oswald;
  font-weight: 500;
  font-size : 20px; 
}
.featured-blog-text a.read-now {
  background: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
.featured-blog-text p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.home-article-item .article-tag {
  text-transform: uppercase;
  color: #ccc;
  font-size: 12px;
  letter-spacing: 8px;
}
.home-article-item .suggested-info {
  margin-top: 15px;
}
.home-article-item .article-content {
  margin: 20px 0;
  color: #000;
}
.blog-home-right .blog-email {
  text-align: center;
  padding: 0 20px;
}
.blog-home-right .blog-email .signup-form-cont {
  text-align: center;
}
.blog-home-right .button.compact {
  margin-left: 0 !important;
  margin-top: 15px !important;
}
.blog-home-right .blog-email-subtitle {
  margin: 20px 0;
}
.blog-home-right .blog-instagram {
  margin-top: 50px;
  padding-right: 20px;
}
.blog-home-right .fs-entry-container {
  width: 100% !important;
  padding-top: 100% !important;
  margin-right: 0;
  margin-bottom: 16px;
}
.blog-home-left .article-container {
  border-top: 2px solid #ccc;
  padding-top: 100px;
  margin-top: 60px;
  display: inline-block;
}
.section-article-new .article-header-title {
  color: #fff;
}
.section-article-new .article-new-header {
  position: relative;
}
.section-article-new .article-new-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-logo-container .footer-newsletter .signup-form-subtitle p {
  font-size: 13px;
}
.blog-home-left .article-container .suggested-post {
  padding: 0 70px;
}
.blog-home-left .article-container .suggested-post .home-article-item .suggested-info {
  margin-top: 30px;
}
.blog-home-left .article-container .suggested-post .home-article-item h1.article-title {
  margin-bottom: 30px;
}
.section-article-new .article-one-set .home-article-item:before {
  content: "up next";
  text-transform: uppercase;
  position: absolute;
  top: -14px;
  left: -50px;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
}
.article-new-header img {
  width: 100%;
}
.section-article-new .article-new-header-text p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 3px;
}
div#shopify-section-blog-header {
  position: sticky;
  top: 0px;
  z-index: 99;
}
button.button.listing-cart-btn.button--large {
  padding: 10px 20px;
  font-size: 11px;
  width: 115px;
  height: 22px;
}
.blog-email .signup-form-cont .button.compact {
  width: 115px;
  padding: 10px 20px;
  background: black;
  color: white;
  font-size: 11px;
}

/* ----------------- colleciton faq -------------*/

.collection-faq-container h4 {
  font-family: oswald;
  margin-bottom: 30px;
}
ul.collection-faq-list {
  margin: 0;
  padding-right: 60px;
}
ul.collection-faq-list li {
  list-style: none;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
ul.collection-faq-list li .faq-answer{
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}
ul.collection-faq-list li.open .faq-answer{
  opacity: 1;
  height: auto;
  margin-bottom: 15px;
  margin-left: 15px;
}
.collection-faq-container {
  padding-left: 8px;
  margin-bottom: 30px;
}
.collection-faq-list .faq-question {
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.collection-faq-list .faq-question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  font-size: 18px;
  font-weight: bold;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}
.collection-faq-list .faq-item.open .faq-question:after {
  transform: translateY(-50%) rotate(135deg);
}

.cat-nav-section ul{
  display:none;
}

.cat-nav-section.open ul{ 
  display:block;
  margin-top: 5px;
  padding-left: 15px;
}
.listing-engrave-btn {
  padding: 10px 20px;
  font-size: 11px;
  width: 115px;
  height: 22px;
  background: #000;
  color: #fff !important;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: content-box;
  border-radius: 0;
  transition: background-color 100ms, color 100ms, border-color 100ms;
  display: inline-block;
}
.listing-engrave-btn:hover{
  background: #2d8703;
  color: #fff;
  border: none;
}
.customize-watch-input{
  text-transform: uppercase; 
}
.engraving-collection a.klaviyo-notify {
  font-size: 11px;
}

.section-dy-homesale .single-image-desktop a img {
  display: block;
}
#owl-strap .owl-nav .disabled {
  opacity: 1;
  cursor: pointer;
}

#owl-strap {
  padding: 0 15px;
}
#owl-strap .owl-nav .owl-prev, #owl-strap .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  padding: 0;
  border: none;
  background: transparent;
}
#owl-strap .owl-nav .owl-prev:focus, #owl-strap .owl-nav .owl-next:focus{
  border: none;
  outline: none;
}
#owl-strap .owl-nav .owl-prev span{
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e1e1e1;
}
#owl-strap .owl-nav .owl-next span {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e1e1e1;

}
#owl-strap .owl-nav .owl-prev span, #owl-strap .owl-nav .owl-next span {
  display: block;
  text-indent: -9999px;
  height: 0;
  width: 0;
}
#owl-strap .owl-nav .owl-next {
  right: 0;
}
#owl-strap .owl-nav .owl-prev {
  left: 0;
}

.custom-engraving a.edit-engraving {
  font-family: 'Lato';
  text-transform: capitalize;
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
}
.giftwrap-name{
  position: relative; 
}
.giftwrap-name label{
  padding-left: 25px;
  text-transform: capitalize;
  cursor: pointer;
}
.giftbox-price{
  padding-left: 30px; 
}
.giftwrap-name label:before {
  height: 12px;
  width: 12px !important;
  background: #fff;
  margin-bottom: 0 !important;
  cursor: pointer;
  left: 0;
  top: 2px;
  border: 2px solid #000;
  position: absolute;
  content: '';
}
.giftwrap-name input[type="checkbox"]:checked + label:after {
  border: solid #000;
  display: block;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: '';
  width: 4px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 5px;
}

.minicart-container .giftwrap-name label:before {
  top: 0px;
}


.minicart-container .giftwrap-name input[type="checkbox"]:checked + label:after {
  top: 2px;
}


.custom-engraving a.add-engraving-btn span.eng-btn-txt, .giftbag-section label span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
.cart-giftwrap-section {
  margin-bottom: 20px;
}
.cart-giftwrap-section .page-header p {
  margin-bottom: 0;
}
.cart-right-inner.hide_product_gift-bag .cart-giftwrap-section {
  display: none;
}
.cart-right-inner.hide_product_gift-bag {
  width: 100%;
}
.swatch-element.color label {
  background-size: 100%;
}
.swatch-container-collection > a > span {
  border-radius: 0;
}

/*============ for accessories template =========*/

.bracelets-swatch .swatch .swatch-element {
  max-width: initial;
}


body[data-template="product.accessories"] .swatch .swatch-element div {
  font-size: 12px;
}
body[data-template="product.accessories"] .bracelets-swatch .swatch label {
  font-size: 12px;
}
body[data-template="product.accessories"]  .sizeguide-link-container {
  display: none;
}
body[data-template="product.accessories"] .bracelets-swatch  .swatch .swatch-element.color label {
  padding: 0;
}
body[data-template="product.accessories"] .klaviyo-bis-trigger {
  width: 100% !important;
  font-size: 18px;
  font-weight: 450; 
  font-family: 'Oswald';
  margin-top: 35px !important;
} 

/*===================== page day one =========================*/
.dayone-header-text {
  color: #fff;
  width: 500px;
  text-align: right;
  max-width: 100%;
  margin: 0 auto;
}
.dayone-header-text h1.big-h1 { 
  color: #ffff;
  font-family: 'Oswald';
  font-size: 45px;
  font-weight: 500;
}
.dayone-header-text h6 {
  color: #fff;
}
a.btn-show-white {
  text-transform: uppercase;
  background: #fff;
  padding: 15px 40px;
  display: inline-block;
}
.dayone-header-text2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.dayone-header-text2 h1, 
.dayone-footer-text h1 {
  color: #fff;
  font-family: 'Oswald';
}
.page-dayone {
  background: #000;
}
.dayone-content-section.showcase1 {
  z-index: 2;
  position: relative;
  padding: 50px 0;
}
.dayone-footer-banner {
  background: #080808;
  position: relative;
}
.dayone-footer-banner img {
  vertical-align: top;
}
.dayone-footer-text {
  width: 500px;
  color: #fff;
  text-align: right;
  max-width: 100%;
}
.dayone-content-banner {
  position: relative;
}
.dayone-content-banner-text {
  position: absolute;
  text-align: center;
  color: #fff;
}
.dayone-content-banner img {
  vertical-align: top;
  width: 100%;
}
.dayone-content-banner-text h1 {
  color: #fff;
  font-family: 'Oswald';
  margin-bottom: 40px;
}
.dayone-content-section.showcase2 .showcase2-desktop {
  display: flex;
  height: 660px;
  border: 1px solid #fff;
}
.showcase2-left {
  width: 33.33%;
}
.showcase2-right {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
}
.showcase2-right-item img {
  vertical-align: top;
}
.showcase2-left-item {
  height: 100%;
  width: 100%;
  background-position: center;
  position: relative;
}
.showcase2-right-item {
  height: 50%;
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dayone-container-text {
  color: #fff;
  text-align: center;
  width: 550px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.dayone-container-text h1 {
  color: #fff;
  font-family: 'Oswald';
}
.showcase2-item-inner-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 75%);
  transition: ease 0.5s all;
  opacity: 0;
}
.showcase2-left-item:hover .showcase2-item-inner-wrapper, 
.showcase2-right-item:hover .showcase2-item-inner-wrapper {
  opacity: 1;
}
.showcase2-item-inner {
  width: 380px;
  max-width: 100%;
  padding: 0 14px;
}
a.showcase2-item-inner-link {
  font-size: 16px;
  text-decoration: underline;
  color: #828282;
}
.showcase2-item-inner-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.dayone-header-text h1.big-h1 img {
  max-height: 65px;
  margin: 0 auto;
}
.showcase2-mobile .showcase2-item-inner-content{ display:none;}

/*================ page bluelight ============*/

.bluelight-row li {  
  list-style: none;
  margin-bottom:20px;
}  


.page-bluelight img {
  vertical-align: top;
}


.bluelight-content1-right h1, .dayone-header-text h1 {
  font-size: 40px;
  font-family: 'Oswald';
  color: #fff;
  font-weight: 500;
  margin-bottom:20px;
}
.bluelight-content1-right p {
  color: #fff;
}
.bluelight-content1-right li, .bluelight-content2-right li {
  color: #fff;
  list-style: none;
  margin-bottom: 20px;
  padding: 5px 0 5px 50px;
  background: transparent url("//cdn.shopify.com/s/files/1/0627/5517/files/check-icon.png?v=1611834678") no-repeat scroll 0px center;
  background-size: 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 2px
}

.bluelight-content2-bottom .bluelight-content2-right li {    
  padding-left: 40px;
  background-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.bluelight-section ul {
  margin: 20px 0 20px;
}
.bluelight-content1-right a.btn-show-white {
  text-align: center;
}
.bluelight-footer-left, .bluelight-footer-right {
  position: relative;
}
.bluelight-footer-btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.bluelight-choose-frame {
  padding: 100px 50px;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
ul.bluelight-header-top-img {
  margin: 0 auto;
  padding: 0;
  max-width: 1370px;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
}

.page-bluelight .dayone-header-text{    
  text-align: left;;
}
.bluelight-section, .bluelight-header-top, .bluelight-section-row{position:relative; }
.bluelight-content2-bottom{
  overflow: hidden;
}
.bluelight-content2-inner {
  width: 100%;
  align-items: center;
}

.page-bluelight .dayone-header-text.dayone-header-center-align {
  position: initial;    
  text-align: center;
}
.bluelight-choose-frame h1.big-h1, .bluelight-choose-frame p {
  color: #000;
}
.page-bluelight .slick-next.slick-arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #B2B2B2;
  right: -30px;
}
.page-bluelight .slick-prev.slick-arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #B2B2B2;
  left: -30px;
}
.page-bluelight a.btn-show-white{
  border: 2px solid #fff;
}
.page-bluelight a.btn-show-white:hover{
  border: 2px solid #fff;
  background: #000;
  color: #fff;

}
.bluelight-content2-inner .dayone-header-text {
  padding: 0px 15px;
}
.choose-frame-slider .item.slick-slide {
  padding: 0px 20px;
  text-align:center;
}
.choose-frame-slider .frame-item-info {
  opacity:0;
  margin-top: 40px;
  transition: ease all 0.5s;
}
.choose-frame-slider .slick-center .frame-item-info {
  opacity:1;
}
.choose-frame-slider {
  padding-top: 70px;
}
.choose-frame-slider ul.slick-dots {
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  width: auto;
  transform: translateX(-50%);
  margin-top: 0;
}
.choose-frame-slider .slick-dots li.slick-active button:before {
  background: #000;
}
.choose-frame-slider .slick-dots li button:before {
  border: 0;
  background: #534e4e;
}
.frame-item-info .col-title {
  font-family: 'Oswald';
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 35px;
}
.frame-item-info p.col-price {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.frame-item-info .frame-info-link a {
  border: 2px solid transparent;
  padding: 15px 65px 15px;
  text-transform: uppercase;
  display: inline-block;
  background: #000;
  color: #fff;
}
.frame-item-info .frame-info-link a:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}
.dayone-header-text h1.big-h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
.bluelight-header-top .dayone-header-text h1.big-h1 {
    font-size: 65px;
}
.bluelight-header-top img{
 width: 100%; 
}

ul.bluelight-header-top-img li {
  position: absolute;
  list-style:none;
}
ul.bluelight-header-top-img li:nth-child(1){
  left: -50px;
  bottom: 220px;
}
ul.bluelight-header-top-img li:nth-child(1) img {
  max-height: 450px;
}

ul.bluelight-header-top-img li:nth-child(2){
  right: 300px;
  top: 10px;
}
ul.bluelight-header-top-img li:nth-child(2) img {
  max-height: 450px;
}
ul.bluelight-header-top-img li:nth-child(3){
  left: 390px;
  top: 330px;
}
ul.bluelight-header-top-img li:nth-child(3) img {
  max-height: 240px;
}
ul.bluelight-header-top-img li:nth-child(4){
  right: 380px;
  bottom: 380px;
}
ul.bluelight-header-top-img li:nth-child(4) img {
  max-height: 280px;
}
ul.bluelight-header-top-img li:nth-child(5){
  right: 300px;
  top: 360px;
}
ul.bluelight-header-top-img li:nth-child(5) img {
  max-height: 320px;
}
li.bluelight-content3-item a {
  display: inline-block;
}
span.automatic_t_icon {
    display: inline-block;
    width: 97px;
}
img.automatic_t_icon_img {
    max-width: 60px;
    display: block;
    margin: 20px auto 10px;
}
.cart-country-img .cart-img {
    display: none;
}
.cart-country-img .cart-img.show {
    display: block;
}
span.tax-text {
  clear: both;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 0.8rem;
}
[data-template="product.box"] .addtocart-container {
    margin-top: 0;
}

.desktop-search input[type="text"] {
  color: #000;
}
.accessibility_btn {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 100%;
  text-decoration: underline;
}

.accessibility_btn:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .access-desktop {
    display: none;
  }
  .access-mobile {
    display: block;
  }
}

@media (min-width: 769px) {
  .access-desktop {
    display: block;
  }
  .access-mobile {
    display: none;
  }
}

.product-all-template .product-detail .theme-product-reviews {
  display: flex;
  justify-content: space-between;
}



@media (max-width: 767px){
  .product-detail .detail .productlabel {
    margin: 0;
  }
}

@media (min-width: 768px){
 #loyalty .our-story-block-right .our-story-block-content, #mission .our-story-block-right .our-story-block-content, #climate .our-story-block-right .our-story-block-content, #stories .our-story-block-right .our-story-block-content  {
    padding: 50px;
  }
}

/* Homepage button styling new hover effect */
    
.section-dy-homebanner .double-image>div .caption a.left-btn, .section-dy-homebanner .double-image>div .caption a, .explore-container .item .col-link a, .content-link .content-wrapper-link, a.statement-btn, .section-dy-homebanner .double-image>div .caption a.right-btn, .add-warranty-button, .left-btn, .right-btn    {
  background: linear-gradient(to right, black 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .35s ease-out !important;
  padding: 7px 20px;
  text-transform: uppercase !important;
  display: inline-block !important;
  font-family: Lato !important;
  font-size: 9px !important;
}
.section-dy-homebanner .double-image>div .caption a.left-btn:hover, .explore-container .item .col-link a:hover, .content-link .content-wrapper-link:hover, a.statement-btn:hover, .section-dy-homebanner .double-image>div .caption a.right-btn:hover,  .add-warranty-button:hover, .left-btn:hover, .right-btn:hover {
  background-position: left bottom !important;
  color: white !important;
}



.addtocart-container button, .warranty-button, .cab-content .btn, .upsell-button, .product-form .listing-cart-btn   {

background: linear-gradient(to right, #B7A282 50%, black 50%) !important;
background-size: 300% 100% !important;
background-position: right bottom !important;
transition: background .35s ease-out !important;
text-transform: uppercase !important;
display: inline-block;
font-family: Lato !important;
}

.upsell-atc-button, .rebuy-button   {

background: linear-gradient(to right, black 50%, white 50%) !important;
background-size: 300% 100% !important;
background-position: right bottom !important;
transition: background .35s ease-out !important;
text-transform: uppercase !important;
display: inline-block;
font-family: Lato !important;
}

.addtocart-container button:hover, .warranty-button:hover, .cab-content .btn:hover, .upsell-button:hover, .product-form .listing-cart-btn:hover, .listing-engrave-btn:hover, .upsell-atc-button:hover, .rebuy-button:hover {
  color: white !important;
  background-position: left bottom !important;
}


.klaviyo-notify, .listing-engrave-btn, .listing-cart-btn  {
background: linear-gradient(to right, #B7A282 50%, black 50%) !important;
background-size: 300% 100% !important;
background-position: right bottom !important;
transition: background .35s ease-out !important;
text-transform: uppercase !important;
font-family: Lato !important;
}

.klaviyo-notify:hover, .listing-cart-btn:hover {
  color: white !important;
    background-position: left bottom !important;

}


#cartform .checkout-col .button, #cartak #update-cart {
  background: linear-gradient(to right, #B7A282 50%, black 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .35s ease-out !important;
  text-transform: uppercase !important;
  display: flex !important;
  border: none;
  align-items: center;
  justify-content: center;
}

#cartform .checkout-col .button:hover, #cartak #update-cart:hover {
  color: white !important;
  background-position: left bottom !important;
  border: none;
}

/* below the fold */


.pdp-bottom-wrapper {
     max-width: 100%;
     display: flex;
     flex-direction: column;
     margin-top: 80px;
     margin-left: auto;
     margin-right: auto;
}
 .pdp-btf-one {
     display: flex;
     flex-direction: row;
     min-height: 540px;
     background: black;
}
 .width-wrapper {
     max-width: 1346px;
     margin: 0 auto;
     display: flex;
     flex-direction: row;
     width: 100%;
}
 .pdp-btf-two, .pdp-btf-three {
     display: flex;
     flex-direction: row;
     min-height: 460px;
}
 .btf-section-left {
     width: 60%;
}
 .pdp-btf-two .btf-section-left {
     padding: 50px 15px 50px 100px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .pdp-btf-two .btf-section-left p {
     max-width: 400px;
}
 .btf-section-right {
     width: 40%;
     color: white !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 50px 100px 50px 15px;
}
 .pdp-btf-one h3 {
     color: white !important;
}
 .pdp-bottom-wrapper h3 {
     font-size: 20px;
     font-family: 'Oswald';
}
 .pdp-bottom-wrapper p {
     font-size: 14px;
     margin-top: 10px;
     margin-bottom: 0px;
}
 .pdp-btf-three {
     background: #f9f9f9;
}
 .pdp-btf-three h3, .pdp-btf-three p {
     color: black !important;
}
 .pdp-bottom-full-width-image {
     width: 100%;
     margin: 0 auto;
     text-align: center;
     min-height: 540px;
}
 .pdp-btf-one .width-wrapper {
     max-width: 100%;
}
  
 @media (max-width: 767px) {
   
  	.show-desktop {
      display: none;
    }
      
    .show-mobile {
      display: block;
    }
   
   
     .pdp-bottom-wrapper p {
         display: none;
    }
     .pdp-btf-one, .pdp-btf-two, .pdp-btf-three {
         min-height: 250px;
    }
     .pdp-bottom-full-width-image {
         min-height: 250px;
    }
     .btf-section-right {
         padding: 20px;
    }
     .pdp-btf-two .btf-section-left {
         padding: 40px 30px;
         justify-content: center;
         align-items: center;
    }
     .pdp-btf-three .btf-section-right {
         padding: 40px 30px;
         justify-content: center;
         align-items: center;
    }
     .pdp-btf-three .btf-section-right h3, .pdp-btf-two .btf-section-left h3 {
         margin-bottom: 0px;
    }
}
  
 @media (min-width: 768px) {
 	.show-desktop {
      display: block;
    }
      
      .show-mobile {
      display: none;
    }
 }
  
 @media (max-width: 499px) {
     .pdp-bottom-wrapper {
         margin-top: 50px;
    }
     .pdp-btf-one {
         min-height: 200px;
    }
     .pdp-bottom-full-width-image {
         min-height: 200px;
    }
     .pdp-bottom-wrapper h3 {
         font-size: 16px;
    }
     .pdp-btf-two, .pdp-btf-three {
         min-height: 180px;
    }
     .btf-section-left {
         width: 50%;
    }
     .btf-section-right {
         width: 50%;
    }
}
 @media (min-width: 1500px) {
     .pdp-btf-one {
         min-height: 660px;
    }
     .pdp-btf-two, .pdp-btf-three {
         min-height: 540px;
    }
     .pdp-bottom-full-width-image {
         min-height: 660px;
    }
}

 

/* end below the fold */


/* homepage refresh oct 2021 */

/*new homepage confidence bar */

 .confidence-item-container-new {
    max-width: 700px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    align-items: center;
    padding: 11px 0;
    margin: 0 auto;
  }
  
  .home-confidence-new {
    max-height: 50px;
  }
  
  .confidence-item-new {
    border-left: 1px solid #CFCFCF;
    border-right:  1px solid #CFCFCF;
    max-height: 23px;
    width: 33.3%;
  }
  
  .confidence-item-new:first-of-type, .confidence-item-new:last-of-type {
    border-left: none;
    border-right: none;
  }
  
  .confidence-name-new {
    font-family: 'Lato';
    font-size: 10px;
    text-align: center;
  }
  
  @media (min-width: 769px) {
    .confidence-name-new {
      font-family: 'Lato';
      font-size: 12px;
      text-align: center;
    }
    
    .confidence-item-container-new {
     padding: 5px 0;
    }
  }
 
/* home topics slider */


.topics-container .item {
     text-align: center;
     padding: 0px;
     transition: transform 1s;
}
 .explore-collection .slick-slide div:first-child {
     margin: 0 7px;
}
 .topics-container .item img {
     text-align: center;
     width: 100%;
     padding: 0px !important;
     transition: transform 1s;
}
 .topics-container .item .img-wrapper {
     overflow: hidden;
     width: 100%;
     padding: 0px !important;
     margin: 0 !important;
}
 .topics-container .item:hover img {
     transform: scale(1.05);
     transform-origin: 50% 50%;
}
 .topics-container .item:hover {
     box-shadow: 0px 0px 12px rgb(0 0 0 / 35%) 
}
 .card-bottom {
     padding: 13px;
     text-align: left;
}
 .topics-container .item h3.col-title {
     font-family: Oswald;
     font-size: 18px;
     color: black;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 0.25px;
     margin-bottom: 5px;
     white-space: nowrap;
}
 .card-price {
     font-size: 20px;
     margin-bottom: 5px;
}
 .card-subtitle {
     font-size: 11px;
     margin-bottom: 5px;
}
 .explore-tab-container {
     width: 100% !important;
}
 .topics-container .item {
     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}
 .explore_slider .slick-prev.slick-arrow, #leg_slider .slick-prev.slick-arrow {
     left: 0px;
     z-index: 99999999;
     background-image: url('https://cdn.shopify.com/s/files/1/0627/5517/files/next_3x_c59a6273-74a6-4ba7-be1c-a7f4bd20e208.png?v=1634769902');
     background-size: cover;
     width: 50px;
     height: 50px;
}
 .explore_slider .slick-next.slick-arrow, #leg_slider .slick-next.slick-arrow {
     right: 0px;
     background-image: url('https://cdn.shopify.com/s/files/1/0627/5517/files/next_3x_1ec7fe2c-26f2-4fce-963f-5327e1a43cd9.png?v=1634766243');
     background-size: cover;
     width: 50px;
     height: 50px;
     padding: 0px;
}

/* home explore items */

.slick-disabled {
  display: none !important;
}

.explore-container .item {
     text-align: center;
     padding: 0px;
}
 .explore-collection .slick-slide div:first-child {
     margin: 0 7px;
}
 .item-wrapper .item .img-wrapper img {
     text-align: center;
     mix-blend-mode: multiply;
     background-color: whitesmoke;
     padding: 0 20px;
     object-fit: cover;
}
 .card-bottom {
     padding: 15px;
     text-align: left;
}
 .explore-container .item img {
     text-align: center;
     width: 100%;
     transition: transform 1s;
}
 .explore-container .item .img-wrapper {
     overflow: hidden;
     width: 100%;
     margin: 0 !important;
}
 .explore-container .item:hover img {
     transform: scale(1.05);
     transform-origin: 50% 50%;
}
 .explore-container .item:hover {
     box-shadow: 0px 0px 12px rgb(0 0 0 / 35%) 
}
 .explore-container .item h3.col-title {
     font-family: Oswald;
     font-size: 18px;
     color: black;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 0.5px;
     margin-bottom: 0px;
}
 .card-price {
     font-size: 14px;
     margin-bottom: 0px;
}
 .card-subtitle {
     margin-bottom: 0px;
}
 .explore-tab-container {
     width: 100% !important;
}
 h2.explore-heading {
     font-size: 24px;
}
 @media (max-width: 767px) {
     .explore-collection {
         padding: 40px 0 60px 0;
    }
     h2.explore-heading {
         margin-bottom: 30px;
    }
     .explore-tab-heading {
         margin-bottom: 20px;
    }
}
 .explore-collection .slick-list {
     padding-left: 8px;
     padding-right: 20px;
}
 @media (min-width: 768px) {
     h2.explore-heading {
         font-size: 23px;
    }
     .item-wrapper .item .img-wrapper img {
         text-align: center;
         mix-blend-mode: multiply;
         background-color: whitesmoke;
         padding: 0 20px;
         object-fit: cover;
         height: 375px;
    }
     .explore-collection .slick-list {
        /* padding:0 50% 0 0 !important;
         show more padding on left desktop */
         padding: 20px 10px 20px 150px;
    }
     .explore_slider .slick-prev.slick-arrow {
         z-index: 99999999;
         background-image: url('https://cdn.shopify.com/s/files/1/0627/5517/files/next_3x_c59a6273-74a6-4ba7-be1c-a7f4bd20e208.png?v=1634769902');
         background-size: cover;
         width: 75px;
         height: 75px;
    }
     .explore_slider .slick-next.slick-arrow {
         background-image: url('https://cdn.shopify.com/s/files/1/0627/5517/files/next_3x_1ec7fe2c-26f2-4fce-963f-5327e1a43cd9.png?v=1634766243');
         background-size: cover;
         width: 75px;
         height: 75px;
         padding: 0px;
    }
}
 .explore-collection .item {
     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}


	
/* new homepage elements */
li.explore-tab, li.explore-topics-tab {
  display: inline-block;
  list-style: none;
}
li.explore-tab a, li.explore-topics-tab a {
  font-size: 11px;
  font-family: Lato;
  text-transform: uppercase;
  display: inline-block;
}
li.explore-tab.active a, li.explore-topics-tab.active a {
  border-bottom: 2px solid #e2e2e2;
}
.explore-container, .topics-container {
  display:none ;
}
.explore-container.active, .topics-container.active {
  display:block; 
}
.explore-container .item, .topics-container .item {
  text-align: center;
  padding: 0 50px;
}
.explore-tab-heading ul {
    margin: 0;
 text-align: center;
    border-bottom: 2px solid #CFCFCF;
    max-width: 1060px;
    margin: 0 auto;
}
li.explore-tab, li.explore-topics-tab {
    display: inline-block;
    list-style: none;
    margin-bottom: -2px;
  width: 150px;
}

li.explore-tab.active a, li.explore-topics-tab.active a {
    border-bottom: 3px solid black;
}

li.explore-tab a, li.explore-topics-tab a {
  width: 100%;
  padding-bottom: 10px;
}


@media (max-width: 767px) {
  li.explore-tab, li.explore-topics-tab {
    width: 49%;
  }
  
  .explore-tab-heading ul { 
  max-width: 90%;
  }
  
  li.explore-tab a, li.explore-topics-tab a {
    font-size: 14px;
  }
  
}

.empty-mini-cart-containr {
  text-align: center;
}

.product-block button.button.listing-cart-btn.button--large {
  display: flex;
  justify-content: center !important;
  align-items: center;
  justify-content: center !important;
  flex-direction: column;
  margin: 0 auto;
  border: none;
  line-height: 13px;
}

.collection-banner-text-inner .scaled-text {
  max-width: 500px;
}

/*Loop Returns*/
.loop-onstore  {width: 67%}


@media (min-width: 769px) {
  .product-all-template .product-detail .layout-column-half-left {
    position: sticky;
    top: 100px;
  }
}

#FreeShippingBanner {
  display: none !important;
}

.rebuy-button {
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 12px;
max-width: 225px;
height: 40px;
color:black;
background: white;
border: 1px solid black;
cursor: pointer;
padding: 0 35px;
font-family: 'Lato';
}

.rebuy-button {
cursor: pointer;
}

.rebuy-button {
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 10px;
max-width: 180px;
height: 40px;
color:black;
background: white;
border: 1px solid black;
cursor: pointer;
padding: 0 35px;
font-family: 'Lato';
}

.rebuy-button:hover {
cursor: pointer;
color: white;
border-color: #B7A282 !important;
}

.properties-container .custom {
  display: none;
}

@media (max-width: 767px) {
  .minicart-content {
    padding-top: 0px !important;
  }

  .mini-cart-top {
    padding: 0 20px !important;
  }

  .gray-bottom-color {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .minicart-customer-brought-container {
    padding: 0px !important;
  }
  div#rebuy-widget-62313 {
    padding-top: 0px !important;
  }
  .minicart-content .item.mini-cart-item {
    padding: 20px 0 !important;
    }
  
}

/* COLLECTION HEADER UPDATES */

@media (max-width: 768px) {
  .collection-header-mobile {
    text-align: left;
    padding-left: 10px;
    font-size: 28px;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 0px;
  }
  
  .cat-nav-item {
    background: #f3f3f3;
    padding: 5px 10px 6px;
    border-radius: 30px;
  }
}

/* fade in images */

@keyframes fadeIn {
    from {
        opacity: 0; /* Start with opacity 0 */
      }
      to {
          opacity: 1; /* End with opacity 1 */
      }
  }

/* Apply the animation to the image */
.fade-in {
  animation: fadeIn 0.5s ease-in-out; /* Adjust duration and timing function as needed */
}

.modal-content [type='submit'] {
  background: black !important;
}