/*------------------------------------------------------------------/*
Theme name : BOUTIQUE 
Version    : 1.0.0
Author     : kutethemes
Last change: 01/15/2016 
/*-------------------
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #555555
    Accent color: #c99947
[Typography]
    Body:       14px/24px Montserrat, sans-serif;
    Heading:    Montserrat, sans-serif;
    Input, textarea: 12px/24px Montserrat, sans-serif;

[Component module]
    FONTFACE
    COMMON STYLES
    HEADER 
    PRODUCT
    WIDGET
    FOOTER
    SINGLE PRODUCT
    BLOG PAGE 
    SECTION
    RESPONSIVE
/*-------------------------------------------------------------------*/


/*------------------
 FONTFACE 
------------------*/
@font-face {
  font-family: "gitman-icons";
  src: url("/gitmanicons.ttf");
}
@font-face {
  font-family: "Coranto";
  src: url("/Coranto.otf");
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
    line-height: normal;
    font-size: inherit;
}
.flaticon{
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-curvearrows9:before {
  content: "\e000";
}
.flaticon-headphones54:before {
  content: "\e001";
}
.flaticon-origami28:before {
  content: "\e002";
}
.montserratLight{
    font-family: 'MontserratLight';
}
/*-------------------
COMMON STYLES
---------------------*/
body{
   font-family: 'Coranto';
    font-size: 16px;
    line-height: 24px;
    color: #555;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.3em;
    margin-top: 0;
    color: #222;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
a{
    color: #c99947;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    outline: none;
}
p{margin-bottom: 22px;}
ul, ol{
    margin: 0;
    padding: 0;
}
ul ul, ol ol, ul ol, ol ul{
    padding-left: 30px
}
input[type="text"], input[type="email"], textarea, input[type="password"],input[type="tel"]{
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    color: #747474;
    max-width: 100%;
}
.align-c11 {
    position: absolute;
    top: 45%;
    text-align: center;
    font-family: Coranto;
    text-align: center;
width: 100%; 
  
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus{
    outline: none;
}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
.button, input[type="submit"]{
  color: #fff;
  display: inline-block;
  padding: 9px 25px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  position: relative;
  background-color: #111111;
  font-size: 12px;
  border: none;
}
.button:hover, input[type="submit"]:hover{
    background-color: #c99947;
    color: #fff;
}
input[type="submit"]:before {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.button:hover, 
input[type="submit"]:hover,
.button:focus, 
input[type="submit"]:focus,
input,button{
    outline: none;
}
.button:hover:after,
input[type="submit"]:hover:after{
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.button.btn-primary{
    background-color: #c99947;
}
.button.small{
    padding: 1px 25px;
}
.button.medium {
    padding: 13px 25px;
}
input[type=search],
input[type=text],
input[type=email],
input[type=password]{
    border: 1px solid #e5e5e5;
}
.PlayfairDisplay{
  font-family:gitman-icons;
    font-style: italic;
}
.text-primary{
    color: #c99947;
}
.GreatVibes{
  font-family:gitman-icons;
    font-size: 26px;
    color: #010101;
}
blockquote {
    font-family:gitman-icons;
    font-style: italic;
    font-size: 14px;
    color: #303030;
    margin: 20px 0;
    position: relative;
    border-left: 2px solid #c99947;
    padding: 0;
    padding: 0 50px;
    position: relative;
}

blockquote.style2{
    text-align: center;
    border: none;
    padding: 0 40px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 30px;
}
blockquote.style2:before{
    margin-left: 10px;
}
blockquote.style2:after{
    margin-right: 39px;
}

/*OWL*/
.nav-top-right .owl-nav{
    position: absolute;
    top: -50px;
    right: 0;
}
.nav-top-left .owl-nav{
    position: absolute;
    top: -50px;
    left: 0;
}
.nav-top-right.nav-style8 .owl-prev{
    margin-right: 20px;
}
.nav-top-left.nav-style8 .owl-next{
    margin-left: 20px;
}


.owl-carousel .owl-next,
.owl-carousel .owl-prev{
    display: inline-block;
}
.owl-carousel.nav-center-center .owl-next,
.owl-carousel.nav-center-center .owl-prev{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.owl-carousel.nav-center-center .owl-next{
    right: -30px;
}
.owl-carousel.nav-center-center .owl-prev{
    left: -30px;
}
.nav-center-center.owl-carousel:hover .owl-next{
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.nav-center-center.owl-carousel:hover .owl-prev{
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}

.owl-carousel.nav-center-outside .owl-next,
.owl-carousel.nav-center-outside .owl-prev{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.owl-carousel.nav-center-outside .owl-next{
    right: 100px;
}
.owl-carousel.nav-center-outside .owl-prev{
    left: 100px;
}
.nav-center-outside.owl-carousel:hover .owl-next{
    right: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.nav-center-outside.owl-carousel:hover .owl-prev{
    left: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}


.owl-carousel.nav-style1 .owl-next, 
.owl-carousel.nav-style1 .owl-prev {
  color: #222;
  padding: 12px 7px;
  text-align: center;
  text-transform: uppercase;
  width: 25px;
  word-wrap: break-word;
}
.owl-carousel.nav-style2 .owl-next,
.owl-carousel.nav-style2 .owl-prev{
    text-transform: uppercase;
    width: 30px;
    height: 30px;
    word-wrap: break-word;
    color: #aaaaaa;
    text-align: center;
    line-height: 30px;
    font-size: 0;
}
.owl-carousel.nav-style8 .owl-next,
.owl-carousel.nav-style8 .owl-prev{
    font-size: 0;
    color: #aaaaaa;
}
.owl-carousel.nav-style2 .owl-next:before,
.owl-carousel.nav-style3 .owl-next:before,
.owl-carousel.nav-style4 .owl-next:before,
.owl-carousel.nav-style5 .owl-next:before,
.owl-carousel.nav-style6 .owl-next:before,
.owl-carousel.nav-style7 .owl-next:before,
.owl-carousel.nav-style8 .owl-next:before{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 35px;
}
.owl-carousel.nav-style2 .owl-prev:before,
.owl-carousel.nav-style3 .owl-prev:before,
.owl-carousel.nav-style4 .owl-prev:before,
.owl-carousel.nav-style5 .owl-prev:before,
.owl-carousel.nav-style6 .owl-prev:before,
.owl-carousel.nav-style7 .owl-prev:before,
.owl-carousel.nav-style8 .owl-prev:before{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 35px;
}
.owl-carousel.nav-style2 .owl-next:hover,
.owl-carousel.nav-style2 .owl-prev:hover,
.owl-carousel.nav-style8 .owl-next:hover,
.owl-carousel.nav-style8 .owl-prev:hover{
    color: #303030;
}
.owl-carousel.nav-style8 .owl-next:before,
.owl-carousel.nav-style8 .owl-prev:before{
    font-size: 24px;
}
.owl-carousel.nav-style3 .owl-next:before,
.owl-carousel.nav-style3 .owl-prev:before{
    font-size: 14px;
}
.owl-carousel.nav-style3 .owl-next,
.owl-carousel.nav-style3 .owl-prev{
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.1;
    color: #fff;
    font-size: 0;
    text-align: center;
}

.owl-carousel.nav-style3 .owl-next:hover,
.owl-carousel.nav-style3 .owl-prev:hover{
    opacity: 1;
    border-color: #aaa;
    color: #aaa;
}

.owl-carousel.nav-style4 .owl-next,
.owl-carousel.nav-style4 .owl-prev{
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    line-height: 60px;
    color: #fff;
    font-size: 0;
    text-align: center;
}
.owl-carousel.nav-style4 .owl-next:before,
.owl-carousel.nav-style4 .owl-prev:before{
    font-size: 24px;
}
.owl-carousel.nav-style4 .owl-next:hover,
.owl-carousel.nav-style4 .owl-prev:hover{
    background-color: #c99947;
}
.owl-carousel.nav-style5 .owl-next,
.owl-carousel.nav-style5 .owl-prev{
    width: 35px;
    height: 35px;
    background-color:transparent;
    border:1px solid #e7e7e7;
    line-height: 33px;
    color: #aaaaaa;
    font-size: 0;
    text-align: center;
}

.owl-carousel.nav-style5 .owl-next:before,
.owl-carousel.nav-style5 .owl-prev:before{
    font-size: 14px;
}
.owl-carousel.nav-style5 .owl-next:hover,
.owl-carousel.nav-style5 .owl-prev:hover{
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.owl-carousel.nav-style6 .owl-next,
.owl-carousel.nav-style6 .owl-prev{
    width: 30px;
    height: 30px;
    background-color:transparent;
    border:1px solid #fff;
    line-height: 28px;
    color: #fff;
    font-size: 0;
    text-align: center;
}

.owl-carousel.nav-style6 .owl-next:before,
.owl-carousel.nav-style6 .owl-prev:before{
    font-size: 14px;
}
.owl-carousel.nav-style6 .owl-next:hover,
.owl-carousel.nav-style6 .owl-prev:hover{
    background-color: #c99947;
    color: #fff;
    border-color: #c99947;
}
.owl-carousel.nav-style7 .owl-next,
.owl-carousel.nav-style7 .owl-prev{
    width: 30px;
    height: 30px;
    background-color:transparent;
    line-height: 30px;
    color: #333;
    font-size: 0;
    text-align: center;
    background-color: #ccc;
}

.owl-carousel.nav-style7 .owl-next:before,
.owl-carousel.nav-style7 .owl-prev:before{
    font-size: 14px;
}
.owl-carousel.nav-style7 .owl-next:hover,
.owl-carousel.nav-style7 .owl-prev:hover{
    background-color: #c99947;
    color: #fff;
    border-color: #c99947;
}
.owl-carousel.no-overflow .owl-stage-outer{
    overflow: inherit;
}
/* Line*/
.line{
    width: 100%;
    border-top: 1px solid #eaeaea;
    display: block;
}


/* TAB */
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}
/* BANNER */
.banner-opacity {
  display:table;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-opacity:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease 0.5s;
    -o-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
    z-index: 1;
}
.banner-opacity img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.banner-text:hover:before,
.banner-opacity:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-text:hover img,
.banner-opacity:hover img{
      -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-border{
    position: relative;
    display: block;
    overflow: hidden;
}
.banner-border:before,
.banner-border:after{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.banner-border:before {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
}
.banner-border:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
}
.banner-border:hover:before,
.banner-border:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner-border img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-border:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}
.banner-border.style2:after{
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
} 
.banner-border.style2:before{
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
.banner-border.primary:after{
    border-left: 1px solid #c99947;
    border-right: 1px solid #c99947;
}
.banner-border.primary:before{
    border-top: 1px solid #c99947;
    border-bottom: 1px solid #c99947;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
/*-------------------------------
 HEADER 
 -------------------------------*/
.top-header .inner{
    border-bottom: 1px solid #e5e5e5;
}
.topbar{
    display: table;
    width: 100%;
}
/* Topbar menu*/
.topbar-menu.left{
    float: left;
}
.topbar-menu.right{
    float: right;
}
.topbar-menu{
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: 'MontserratLight';
    font-size: 13px;

}
.topbar-menu li{
    list-style: none;
    position: relative;
}
.topbar-menu>li{
    display: inline-block;
}
.topbar-menu .sub-menu{
    position: absolute;
    left: auto;
    top: 100%;
    min-width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
    padding:10px 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 10;
}
.topbar-menu li.menu-item-has-children.show-submenu>.sub-menu{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.topbar-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.topbar-menu>li>a{
    display: inline-block;
    padding: 13px 20px;
}
.topbar-menu>li:first-child>a{
    padding-left: 0;
}
.topbar-menu>li:last-child>a{
    padding-right: 0;
}
.topbar-menu li>a{
    color: #666;
}
.topbar-menu li>a .fa{
    color: #999;
}
.topbar-menu li.menu-item-has-children>a:after{
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 10px;
}
.topbar-menu li>a:hover,
.topbar-menu li>a:hover .fa{
    color: #c99947;
}
.topbar-menu li>a .fa,
.topbar-menu li>a img{
    display: inline-block;
    margin-right: 10px;
}
.topbar-menu li>a img{
    margin-top: -2px;
}
.topbar-menu .sub-menu>li a{
    display: inline-block;
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.topbar-menu.right .sub-menu{
    right: 0;
    left: inherit;
}
.topbar-menu.right .sub-menu .sub-menu{
    right: 100%;
    top: 0;
}

.social-topbar{
    display: inline-block;
    float: right;
    font-family: 'MontserratLight';
    font-size: 13px;
    color: #666;
    padding: 13px 0;
}
.social-topbar label{
    font-weight: normal;
    margin: 0;
}
.social-topbar a{
    color: #8f8f8f;
    display: inline-block;
    margin: 0 5px;
}
.social-topbar a:hover{
    color: #c99947;
}
/* MAIN MENU */
.main-menu{
    padding: 0;
    margin: 0;
}
.main-menu li{
    list-style: none;
    position: relative;
}
.main-menu>li{
    display: inline-block;
    padding: 0 5px;
}
.main-menu>li:after{
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -10px;
    z-index: 10;
}
.main-menu>li>a{
    padding: 13px 0;
    text-transform: uppercase;
    display: inline-block;
    color: #222;
    font-size: 12px;
    position: relative;
}
.main-menu>li>a:hover{
    color: #c99947;
}
.main-menu>li>a:before{
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    background-color: #c99947;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.main-menu>li:hover>a:before, 
.main-menu>li.current-menu-item>a:before, 
.main-menu>li.active>a:before{
    width: 100%;
}
.main-menu>li:first-child{
    padding-left: 0;
}
.main-menu .sub-menu{
    position: absolute;
    top: 100%;
    left: auto;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
    z-index: 2;
    min-width: 275px;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    background-color: #fff;
    z-index: 10;
    text-align: left;
    font-family: 'Roboto';
    background-repeat: no-repeat;
    background-position: right bottom;
}
.main-menu .menu-item-has-children:hover > .sub-menu,
.main-menu .menu-item-has-children.show-submenu > .sub-menu {
    z-index: 11;
}
.main-menu .show-submenu>.sub-menu {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.main-menu>li:nth-last-child(1) .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu,
.main-menu>li:nth-last-child(3) .sub-menu{
    right: 0;
    left:inherit;
}
.main-menu .sub-menu>li{
    padding: 0 40px;
}
.main-menu .sub-menu>li>a{
    padding: 8px 0;
    border-bottom: 1px dashed  #e3e3e3;
    display: inline-block;
    width: 100%;
    color: #555;
}
.main-menu .sub-menu>li>a:hover{
    color: #c99947;
}
.main-menu .sub-menu>li:last-child>a{
    border: none;
}
.main-menu .sub-menu.megamenu{
    padding: 30px;
}
.main-menu .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.main-menu .sub-menu.megamenu-bg{
    padding-bottom: 35px;
    background-repeat: no-repeat;
}

/* SHORTCODE MEGA MENU*/
.mega-custom-menu{
    margin-bottom: 30px;
}
.mega-custom-menu .title{
    font-size: 14px;
    text-transform: uppercase;
}
.mega-custom-menu ul{
    padding: 0;
}
.mega-custom-menu ul>li{
    padding: 0;
}
.mega-custom-menu ul>li>a{
    padding: 8px 0;
    border-bottom: 1px dashed  #e3e3e3;
    display: inline-block;
    width: 100%;
    color: #555;
}
.mega-custom-menu ul>li>a:hover{
    color: #c99947;
}
.header .main-header{
    padding:  60px 0;
}
.header.style1 .main-header{
    border-bottom: 1px solid #eaeaea
}
.header .logo{
    padding-top: 35px;
}

/* CATEGORY CAT*/
.category-menu{
    padding: 0;
    float: right;
}
.category-menu li{
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0 15px;
    position: relative;
}
.category-menu li:first-child{
    padding-left: 0;
}
.category-menu li:last-child{
    padding-right: 0;
}
.category-menu li>a{
    width: 135px;
    height: 135px;
    display: inline-block;
    border: 1px dashed #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #222;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top:20px;
}
.category-menu li>a:hover{
    color: #c99947;
    border-color: #c99947;
}
.category-menu li>a img{
    display:block;
    margin: 0 auto;
}
.category-carousel.category-menu li{
    padding: 0;
}
.category-carousel.owl-carousel .owl-item img{
    width: auto;
}
.category-menu.style2 li>a{
    border: none;
    width: auto;
    height: auto;
    padding: 0;
}
.category-menu.style2 li>a .icon{
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px dashed #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 100px;
    margin-right: 25px;
}
.category-menu.style2 li>a img{
    display: inline-block;
    margin: 0;
}
.category-menu.style2 li{
    padding: 0 20px;
}
.category-menu.style2 li:first-child{
    padding-left: 0;
}
.category-menu.style2 li:last-child{
    padding-right: 0;
}
.category-menu.style2 li:hover .icon{
    border-color: #c99947;
}
.category-menu.style3{
    display: table;
    margin: 0 auto;
    float: none;
}
.category-menu.style3 li>a{
    font-family: 'MontserratLight';
    font-size: 12px;
}
/* MINI CART */
.mini-cart{
    position: relative;
}
.show-shopping-cart {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 368px;
    visibility: hidden;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.mini-cart:hover .show-shopping-cart {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.show-shopping-cart .list-shopping {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    padding: 20px 0;
    text-align: left;
    width: 100%;
}
.show-shopping-cart .title{
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.show-shopping-cart .list-product{
    padding: 0;
}
.show-shopping-cart .list-product li{
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
}
.show-shopping-cart .list-product .thumb{
    width: 90px;
    float: left;
}
.show-shopping-cart .list-product  .info{
  margin-left: 100px;
    position: relative;
    padding-right: 20px;
    text-align: center;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 30%;
    margin-bottom: 0;
    height: 34px;
}
.show-shopping-cart .remove-item{
    position: absolute;
    top: -2px;
    right: 0;
    display: inline-block;
    line-height: normal;
    color: #222;
}
.show-shopping-cart .list-product .product-name{
    font-size: 12px;
    text-transform: uppercase;
}
.show-shopping-cart .list-product .product-name a{
    color: #222;
}
.show-shopping-cart .list-product .product-name a:hover{
    color: #c99947;
}
.mini-cart .cart-link{
    position: relative;
}
.mini-cart .count{
       background-color: #c99947;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 30px;
    width: 15px;
}
.mini-cart .sub-total{
    padding: 15px 0;
    text-align: center;
    display: table;
    width: 100%;
}
.mini-cart .group-button .button{
    display: block;
    width: 100%;
    padding: 16px 0px;
    margin-bottom: 10px;
}
.mini-cart .group-button .check-out{
    border: 1px solid #111;
    background-color: transparent;
    color: #222;
    padding: 15px 0px;
}
.mini-cart .group-button .check-out:hover{
    background-color: #c99947;
    color: #fff;
    border-color: #c99947;
}
/* BOX CONTROL*/
.header .box-control{
    display: table;
    width: 100%;
}
.header .box-control .box-serach,
.header .box-control .box-settings{
    display: table-cell;
    vertical-align: middle;
}
.footer span{ display: none;}
/* BOX SEARCH */
.box-search{
    position: relative;
    font-family: 'Roboto';
}
.box-search .search{
    border: none;
    width: 100%;
    padding: 13px 15px;
    padding-right: 50px;
}
.box-search .button-search{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    line-height:54px;
    text-align: center;
}
.box-search .close-box{
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
/* BOX SETTINGS*/
.box-settings{
    position: relative;
    width: 30px;
}
.box-settings:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -10px;
    height: 10px;
}
.box-settings .icon{
    font-size: 23px;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    text-align: right;
}
.box-settings .bar {
    width: 18px;
}
.box-settings .bar span {
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #111;
    float: left;
    margin: 2px 0;
}
.box-settings .bar span:last-child {
    margin-bottom: 0;
}
.btn-primary {
    color: #fff;
    background-color: #836b3c;
    border-color: #846b3e;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
      background-color: #836b3c;
    border-color: #846b3e;
}
.btn-primary:hover{
    color: #fff;
      background-color: #836b3c;
    border-color: #846b3e;
}
.box-settings .settings-wrapper {
    position: absolute;
    cursor: default;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.box-settings .setting-content {
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    width: 290px;
    float: left;
    padding: 25px;
    padding-top: 13px;
}
.box-settings.open .settings-wrapper,
.box-settings:hover .settings-wrapper {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.box-settings .select-language,
.box-settings .select-currency {
    border-bottom: 1px dotted #cccccc;
    padding-top: 12px;
    padding-bottom: 20px;
}

.box-settings .language-title, 
.box-settings .currency-title {
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.lang-list ul li,
.currency-list ul li {
    margin-right: 5px;
    list-style: none;
    display: inline-block;
    float: left;
}
.currency-list img,
.lang-list img{
    float: left;
}
.currency-list ul li a span {
    background-color: #eee;
    color: #333333;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    float: left;
}
.currency-list ul li a span:hover, 
.currency-list ul li.active a span {
    background:#4f4f4f;
    color: #ffffff;
}
.setting-option{
    font-family: 'Roboto';
    padding-top: 13px;
}
.setting-option ul{
    padding-left: 16px;
}
.setting-option ul li{
    line-height: 30px;
}
.setting-option ul li a{
    color: inherit;
}
.setting-option ul li a:hover{
    color: #c99947;
}

.header.style2 .top-header{
    padding-top: 60px;
}
.header.style2 .main-header{
    padding: 50px 0;
}
.header.style2 .mobile-navigation{
    margin-top: 15px;
}
.header.style2 .logo{
   margin: 0;
    padding: 0;
    top: -40px;
    position: relative;
	    left: 20%;
	  
}
.common-home .logo img{
 filter: grayscale(1) brightness(1000%);
}
.common-home .is-sticky .logo img {
    filter: inherit;
}
.header.style2 .main-menu{
    float: left;
  
}
.header.style2 .main-menu>li>a{
    padding: 8px 0;
}
.header.style2 .box-settings{
    height: auto;
    width: auto;
}
.header.style2 .box-settings .icon{
    line-height: normal;
    display: inline-block;
    padding-top: 17px;
}

.header.style2 .mini-cart .icon{
    font-size: 20px;
}

.header.style2 .box-control{
    width: auto;
    float: right;
	    top: 15px;
    position: relative;
}

.header.style2 .box-settings,
.header.style2 .mini-cart{
    padding: 0 10px;
}
.header.style2 .box-search
{
    padding: 0 10px;
 width: 50px; 
    position: absolute;
  right:8%;
  top:-13px;
}
.header.style2 .box-settings{
    padding-right: 0;
}
.header.style2 .box-search .icon{
    font-size: 20px;
    padding-top: 18px;
    display: inline-block;
    cursor: pointer;
}
.header.style2 .box-search .inner{
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #e5e5e5;
    min-width: 350px;
    display: none;
    z-index: 2;
}
.header.style2 .mini-cart{
    display: table-cell;
	    top: 5px;
}
.header.style2 .mini-cart>a{
    font-size: 26px;
    color: #222;
}
.header.style2 .mini-cart .count{
    top: -10px;
    right: 5px;
}

/* HEADER STYLE 3 */
.header.style3 .logo{
    padding-top: 50px;
}
.header.style3 .top-header{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
    padding-top: 40px;
    display: table;
}
.header.style3 .top-header .inner{
    border: none;
}
.header.style3 .box-control{
    width: auto;
    float: right;
}
.header.style3 .slogan{
    display: inline-block;
    float: left;
    padding: 10px 0;
    font-family: 'DearPrudence';
    font-size: 24px;
    color: #222;
}

.header.style3 .box-search,
.header.style3 .mini-cart,
.header.style3 .box-settings{
    display: table-cell;
    vertical-align: middle;
}
.header.style3 .mini-cart .cart-link .icon{
    font-size: 26px;
    margin-right: 10px;
    display: inline-block;
}
.header.style3 .mini-cart{
    padding: 0 30px;
}

.header.style3 .mini-cart .mini-cart {
  padding: 0px;
}

.header.style3 .mini-cart .cart-link{
    color: #222;
    font-weight: 300;
}
.header.style3 .box-search{
    border-right: 1px solid #e8e8e8;
}
.header.style3 .box-search .search{
    padding: 10px 15px;
}
.header.style3 .button-search{
    width: 44px;
    height: 44px;
    line-height: 45px;
    padding: 0;
    right: 15px;
}

.header.style3 .mini-cart .count{
    left: 15px;
    right: inherit;
    top: -18px;
}
.header.style3 .box-settings .icon{
    line-height: 40px;
}
.header.style3 .main-menu>li>a{
    padding: 18px 0;
    font-size: 13px;
}
.header.style3 .main-menu>li>a:hover,
.header.style3 .main-menu>li.active>a{
    color: #c99947;
}
.header.style3 .main-menu>li>a:before{
    display: none;
}
.header.style3 .main-menu>li{
    padding: 0 30px;
}
.header.style3 .main-menu>li:first-child{
    padding-left: 0;
}
.header.style3 .main-menu>li:last-child{
    padding-right: 0;
}
/* Header style 4*/
.header.style4 .top-header{
    border-bottom: 1px solid #eaeaea;
    padding: 20px 60px;
}
.header.style4 .logo{
    padding: 0;
}
.header.style4 .box-control{
    padding-top: 10px;
}
.header.style4 .main-header{
    padding: 40px 0;
    text-align: center;
}
.header.style4 .category-menu{
    display: inline-block;
    float: none;
}
.header.style4 .main-menu>li:first-child{
    padding-left: 0;
}
.header.style4 .main-menu>li:last-child{
    padding-right: 0;
}
/* Header style 5*/
.header.style5 .top-header{
    border-bottom: 1px solid #eaeaea;
    padding: 50px 0;
}
.header.style5 .logo{
    padding: 0;
    text-align: center;
}
.header.style5 .main-header{
    padding: 10px 0;
}
.header.style5 .box-control{
    width: auto;
    float: right;
}
.header.style5 .box-search,
.header.style5 .mini-cart,
.header.style5 .box-settings{
    display: table-cell;
    vertical-align: middle;
}
.header.style5 .box-search .search{
    border-right: 1px solid #eaeaea;
}
.header.style5 .box-search .search{
    padding: 0 15px;
}
.header.style5 .mini-cart{
    padding-left: 10px;
    padding-right: 10px;
}
.header.style5 .mini-cart .cart-link{
    color: #222;
}
.header.style5 .mini-cart .cart-link .icon{
    font-size: 26px;
    margin-right: 10px;
    display: inline-block;
}
.header.style5 .mini-cart .count{
    left: 15px;
    right: inherit;
    top: -18px;
}
.header.style5 .main-menu>li{
    padding: 0 30px;
}
.header.style5 .main-menu>li:first-child{
    padding-left: 0;
}
.header.style5 .main-menu>li>a{
    font-size: 13px;
}
.header.style5 .main-menu>li>a:before{
    display: none;
}
.header.style5 .main-menu>li>a:hover,
.header.style5 .main-menu>li.active>a{
    color: #c99947;
}
/* HEADER STYLE 12 */
.header.style12 .main-menu>li{
    padding: 0 18px;
}
.header.style12 .main-menu>li:first-child{
    padding-left: 0;
}
.header.style12 .main-menu>li:last-child{
    padding-right: 0;
}
.header.style12 .logo{
    padding: 0;
}
.header.style12 .main-header{
    padding-top: 30px;
    padding-bottom: 60px;
}
.header.style12 .logo2{
    text-align: center;
    margin-bottom: 30px;
    display: none;
}
.header.style12 .mini-cart{
    padding-right: 0;
}
.header.style14 {
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 5px;
}
.header.style14 .main-header{
    padding:0;
    display: table;
    width: 100%;
}
.header.style14 .logo{
    padding: 30px 0;
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255,255,255,0.2);
    min-width: 262px;
    width: 262px;
}
.header.style14 .main-menu{
    float: left;
}
.header.style14 .main-menu{
    margin: 0;
    display: table;
    width: 100%;
}
.header.style14 .logo,
.header.style14 .main-menu-wapper,
.header.style14 .right-control{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.header.style14 .main-menu-wapper{
    padding-left: 110px;
   
}
.header.style14 .right-control{
    min-width: 330px;
    width: 330px;
}

.header.style14 .main-menu>li>a{
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
.header.style14 .main-menu>li>a:hover,
.header.style14 .main-menu>li.active>a{
    color: #c99947;
}
.header.style14 .main-menu>li>a:hover{
    color: #c99947;
}
.header.style14 .main-menu>li>a:before{
    display: none;
}
.header.style14 .box-search, 
.header.style14 .box-settings, 
.header.style14 .mini-cart{
    padding: 17px 45px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.2);
}
.header.style14 .box-search{
    border-left: none;
    padding: 17px 30px;
}
.header.style14 .box-search.open .icon{
    opacity: 0;
}
.header.style14 .box-search .inner{
    top: 18px;
    background-color: transparent;
    border: none;
    color: #fff;
}
.header.style14 .box-search .icon{
    padding-top: 13px;
}
.header.style14 .box-search .search{
    background-color: transparent;
    color: #fff;
}
.header.style14 .box-control{
    min-height: 84px;
    width: 100%;
    float: none;
}
.header.style14 .mini-cart>a{
    color: #fff;
}
.header.style14 .box-search .icon{
    color: #fff;
}
.header.style14 .box-settings .icon{
    color: #fff;
    padding-top: 10px;
}
.header.style15{
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.header.style15 .main-header {
    padding: 40px 0;
}
.header.style15 .logo{
    padding-top: 10px;
}
.header.style15 .main-menu{
    margin: 0;
}
.header.style15 .box-search .icon{
    padding-top: 10px;
}
.header.style15 .main-menu>li>a{
    color: #ccc;
    font-size: 14px;
}
.header.style15 .main-menu>li>a:hover,
.header.style15 .main-menu>li.active>a{
    color: #c99947;
}
.header.style15 .main-menu>li>a:before{
    display: none;
}
.header.style15 .box-search .icon,
.header.style15 .mini-cart>a{
    color: #FFF;
    font-size: 23px;
}
.header.style15 .box-settings .icon{
    padding-top: 10px;
    font-size: 23px;
    color: #fff;
}
.header.style15 .box-control{
    padding-left: 30px;
}
.header.style15 .box-search .inner{
    top: -5px;
}
/* Header 16*/
.header.style16 .logo{
    padding: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.header.style16 .main-menu{
    text-align: center;
    float: none;
}
.header.style16 .topbar{
    border-bottom: 1px solid #eaeaea;
}
.header.style16 .main-header{
    padding: 40px 0 36px 0;
}
.header.style16 .mini-cart{
    padding: 0;
    border: none;
    padding-right: 5px;
}
.header.style16 .main-menu>li{
    padding: 0 20px;
}
.header.style16 .main-menu>li>a{
    font-size: 14px;
}

.header.style16 .box-settings .bar{
    padding-top: 22px;
}

/* HEADER STYLE 19 */
.header.style19{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header.style19 .main-menu>li>a{
    color:#000;
	font-family: 'Coranto';
       font-size: 18px;
 
    text-transform: uppercase;
    font-weight: 600;
	
}
.common-home .header.style19 .main-menu>li>a{
    color:#fff;
	font-family: 'Coranto';
       font-size: 18px;
   text-shadow: 1px 1px 2px black;
    text-transform: uppercase;
    font-weight: 600;
	
}
.mini-cart a{
 font-family: 'Coranto';
    font-size: 14px!important;
    letter-spacing: .2em;
    text-transform: none!important;
    font-weight: 800;
  color:#000;
  text-align:center;
  padding : 0 10px;
}
.header.style2 .box-control a{
 font-family: 'Coranto';
    font-size: 17px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 800;
  color:#000;

  padding : 0 10px;
}
.col-md-9 {
    width: 38%;
    float: right;
	padding-left: 0;
    padding-right: 0;
}
.align-c1 { position: absolute;
    top: 45%;
    text-align: center;
	font-family: Coranto;

    
   text-align: left;
    /* width: 50%; */
    left: 5%; }
.header.style19 .main-menu>li>a:before{
    display: none;
}
.header.style19 .main-menu>li.active>a,
.header.style19 .main-menu>li:hover>a{
    color: #c99947;
}
.header.style19 .box-search .icon{
    color: #000;
}
.header.style19 .mini-cart>a{
    color: #000;
}
.header.style19 .box-settings .bar span{
    height: 2px;
    background-color: #fff;
}
.header.style19 .box-settings .bar{
    padding-top: 22px;
}
.header.style19 .main-header{
    padding: 60px 0;
}
.header.style19.ontop{
    background-color: #fff;
}
.header.style19.ontop .main-header{
    padding-bottom: 0;
}

/* HEADER STYLE 20*/
.header.style20 .topbar {
    border-bottom: 1px solid #eaeaea;
}
.header.style20 .logo{
    display: block;
    text-align: center;
}
.header.style20 .main-menu-inner{
    display: table;
    margin: 0 auto;
    padding-top: 65px;
}
.header.style20 .main-menu{
    float: left;
    margin: 0;
    margin-top: 2px;
}
.header.style20 .main-menu>li>a{
    font-size: 14px;
    padding: 2px 0;
}
.header.style20 .main-menu>li>a:before,
.header.style20 .main-menu>li>a:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #c99947;
}
.header.style20 .main-menu>li>a:before{
    top: 0;
}
.header.style20 .main-menu>li>a:after{
    bottom: 0;
}
.header.style20 .main-menu>li:hover>a:before,
.header.style20 .main-menu>li:hover>a:after,
.header.style20 .main-menu>li.active>a:before,
.header.style20 .main-menu>li.active>a:after{
    width: 26px;
}
.header.style20 .box-search .icon{
    padding-top: 3px;
}
.header.style20 .mini-cart  .amout{
    font-size: 13px;
    font-family: 'MontserratLight';
    color: #222;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
    margin-left: 10px;

}
.header.style20 .mini-cart .count{
    right: inherit;
    top: -5px;
    left: 15px;
}
.header.style20 .box-search{
    border-right: 1px solid #eeeeee;
}

.header.style18 .header-text{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background-color: #d14b78;
    color: #fff;
    padding: 8px 0;
}
.header.style18 .main-header{
    padding: 47px 0;
}
.header.style18 .logo2 {
    display: none;
}
.header.style18 .logo{
    padding: 0;
}
.header.style18 .main-menu{
    padding-top: 20px;
}
.header.style18 .main-menu>li>a:before{
    display: none;
}
.header.style18 .main-menu>li>a{
    padding: 0;
}
.header.style18 .main-menu>li.active>a,
.header.style18 .main-menu>li:hover>a{
    color: #c99947;
}
.header.style18 .box-search,
.header.style18 .mini-cart{
    display: table-cell;
    vertical-align: top;
}
.header.style18 .box-search{
    width: 170px;
}
.header.style18 .box-search .search{
    padding: 6px 0;
    border-bottom: 1px solid #eeeeee;
}
.header.style18 .box-search .button-search{
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.header.style18 .mini-cart .cart-link{
    font-size: 24px;
    color: #222;
    padding: 6px 20px;
    display: inline-block;
}
.header.style18 .mini-cart .count{
    top: 6px;
    right: 10px;
}
.header.style18 .box-control{
    width: auto;
    float: right;
    padding-top: 10px;
}
/*HEADER SILDEBAR */
.header.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #111;
    min-width: 375px;
    max-width: 375px;
    padding-top: 45px;
    padding-left: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100;
}
.header.sidebar .mCSB_inside > .mCSB_container{
    margin: 0;
}

.header.sidebar .header-top{
    position: relative;
}
.header-categoy-menu.closed{
    right: -380px;
}
.header.sidebar.closed{
    left: -380px;
}
.header.sidebar .main-menu{
    margin-top: 30px;
}
.header.sidebar .main-menu>li{
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    padding-right: 60px;
}

.header.sidebar .main-menu>li>a{
    color: #eee;
    padding: 18px 0;
    border-bottom: 1px dashed  #454545;
    width: 100%;
}
.header.sidebar .main-menu>li>a:hover,
.header.sidebar .main-menu>li.active>a{
    color: #c99947;
}
.header.sidebar .main-menu .sub-menu>li{
    padding: 0 20px;
}
.header.sidebar .main-menu .sub-menu>li>a{
    padding: 10px 0;
}
.header.sidebar .main-menu>li:after,
.header.sidebar .main-menu>li>a:before{
    display: none;
}

.header.sidebar .main-menu .sub-menu{
    left: 0%!important;
    max-width: 100%;
    position:static;
    display: none;
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: 1px;
    padding: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header.sidebar .box-settings .setting-content{
    width: 200px;
    padding: 10px;
}
.header.sidebar .main-menu .show-submenu>.sub-menu{
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header.sidebar .close-header-sidebar,
.header.sidebar .open-header-sidebar,
.header-categoy-menu .close-header-sidebar,
.header-categoy-menu .open-header-sidebar{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 30px;
    color: #ccc;
    font-size: 30px;
}
.header-categoy-menu .close-header-sidebar,
.header-categoy-menu .open-header-sidebar{
    right: inherit;
    left: 0;
}

.header.sidebar .open-header-sidebar{
    right: -30px;
    display: none;
    background-color: #111;
    color: #fff;
    font-size: 14px;

}
.header-categoy-menu .open-header-sidebar{
    right: inherit;
    left: -30px;
    display: none;
    background-color: #111;
    color: #fff;
    font-size: 14px;
}
.header.sidebar.closed .open-header-sidebar,
.header-categoy-menu.closed .open-header-sidebar{
    display: block;
}
.header.sidebar .social a{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 36px;
    float: left;
    margin-right: 10px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #2c2c2c;
    font-size: 18px;
}
.header.sidebar .social a:last-child{
    margin-right: 0;
}
.header.sidebar .social a .fa{
    font-size: 18px;
    line-height: 35px;
}
.header.sidebar .social a:hover{
    background-color: #c99947;
    transition: all 0.3s ease 0s;
}
.header.sidebar .social a:hover .fa{
    color: #fff;
}

.header.sidebar .sidebar-footer{
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    padding: 60px 0;
    float: left;
    padding-top: 140px;
}
.header.sidebar .line-header{
    width: 100%;
    height: 6px;
    display: block;
    background: url('../images/driver.png') no-repeat center left;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    float: left;
}

.header.sidebar .box-control{
    display: table;
    margin-top: 30px;
    width: auto;
    float: left;
}
.header.sidebar .box-control .box-search,
.header.sidebar .box-control .mini-cart,
.header.sidebar .box-settings{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.header.sidebar .box-control .box-search .inner{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 300px;
    z-index: 2;
}

.header.sidebar .box-control .box-search .icon{
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.header.sidebar .box-control .mini-cart .cart-link{
    font-size: 14px;
    color: #fff;
    position: relative;
}
.header.sidebar .mini-cart .count{
    left: 15px;
    top: -17px;
}
.header.sidebar .mini-cart .icon{
    font-size: 24px;
}
.header.sidebar .mini-cart .text{
    margin-left: 20px;
    display: inline-block;
}
.header.sidebar .box-settings .icon{
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.header.sidebar .box-settings{
    padding-right: 0;
}
.header.sidebar .box-settings .settings-wrapper{
    left: 100%;
    top: inherit;
    bottom: 100%;
}

.header-categoy-menu,
.header-categoy-menu.opened{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 375px;
    max-width: 375px;
    background-image: url('../images/bg-header-menu.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #111;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
.header-categoy-menu.opened .open-header-sidebar{
    display: none;
}
.header-categoy-menu .mCSB_inside > .mCSB_container{
    margin: 0;
}
.header-categoy-menu .block-category-carousel{
    background-image: none;
    padding: 0;
    background-color: transparent;
}
.header-categoy-menu .block-category-carousel .list-cat li{
    border: none;
    padding: 10px 0;
    text-align: center;
}
.header-categoy-menu .block-category-carousel .list-cat li>a{
    width: 134px;
    height: 134px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #454545;
    display: inline-block;
    padding-top: 35px;
}
.header-categoy-menu .block-category-carousel .list-cat li>a img{
    width: auto;
}
.header-categoy-menu .block-category-carousel .block-inner{
    margin-top: 80px;
}
.header-bottom-sidebar-menu{
    margin: 0;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 13px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    margin-top: 20px;
    float: left;
}
.header-bottom-sidebar-menu li{
    position: relative;
}
.header-bottom-sidebar-menu>li{
    list-style: none;
    display: inline-block;
}

.header-bottom-sidebar-menu>li>a{
    padding: 0 5px;
    display: inline-block;
    color: #666;
}
.header-bottom-sidebar-menu>li>a:hover{
    color: #fff;
}
.header-bottom-sidebar-menu>.menu-item-has-children>a:after{
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 10px;
}
.header-bottom-sidebar-menu>li>a>.fa,
.header-bottom-sidebar-menu>li>a>img{
    display: inline-block;
    margin-right: 10px;
}
.header-bottom-sidebar-menu>li:first-child>a{
    padding-left: 0;
}
.header-bottom-sidebar-menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    z-index: 1;

}
.header-bottom-sidebar-menu .menu-item-has-children.show-submenu>.sub-menu{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.header-bottom-sidebar-menu .sub-menu>li{
    display: block;
}
.header-bottom-sidebar-menu .sub-menu>li>a{
    color: #666;
    display: inline-block;
}
.header-bottom-sidebar-menu .sub-menu>li>a:hover{
    color: #c99947;
}
.header.sidebar.header13  .main-menu>li{
    padding-right: 50px;
}
/* HEADER 9*/
.header.style9 .main-header {
    padding: 0;
    background-color: #111;
}
.header.style9 .main-menu{
    margin: 0;
    float: left;
}
.header.style9 .main-menu>li>a {
    padding: 16px 0;
    color: #eee;
}
.header.style9 .main-menu>li>a:hover,
.header.style9 .main-menu>li.active>a{
    color: #c99947;
}
.header.style9 .logo{
    padding-top: 15px;
}
.header.style9  .main-menu>li>a:before{
    display: none;
}
.header.style9 .box-control{
    min-height: 56px;
}
.header.style9 .box-search .icon,
.header.style9 .mini-cart>a,
.header.style9 .box-settings .icon{
    color: #eee;
}
.header.style9 .box-settings .icon{
    padding-top: 14px;
}

.header.header13 .box-control .box-search, 
.header.header13 .box-control .mini-cart, 
.header.header13 .box-settings {
    vertical-align: middle;
}
.header.header13 .box-control .mini-cart{
    border-left: 1px solid #cccccc;
    padding-left: 20px;

}
.cart-container .cart-headings {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    color: #4d4e4f;
    letter-spacing: 1.8px;
    font-size: 12px;
 
    border-bottom: 0.8px solid #333333;
    padding-bottom: 0.4em;
}
.cart-container .cart-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 0.8px solid #333333;
    padding: 1em 0;
}
#tabs_info h2 {
    font-size: 18px;
}
#tabs_info h3 {
    font-size: 18px;
}
.cart-container .cart-row .product {
    display: flex;
    align-items: center;
    width: 40%;
}
.cart-container .cart-row .mobile-row .price,  .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;
    font-family: Coranto;
    color: #222;
    font-size: 20px;
}
 .cart-container .cart-row .mobile-row .price, .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;
    font-family: Coranto;
    color: #222;
    font-size: 20px;
}
.cart-container .cart-row .product .product-image {
    width: 35%;
}
.cart-container .cart-row .mobile-row {
    display: flex;
    width: 60%;
}
 .cart-container .cart-row .mobile-row .price,  .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;
    font-family: Coranto;
    color: #222;
    font-size: 20px;
}
.cart-container .cart-row .product {
    display: flex;
    align-items: center;
    width: 40%;
}
.cart-container .cart-row .mobile-row .price,  .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;
    font-family: Coranto;
    color: #222;
    font-size: 20px;
}
 .cart-container .cart-row .mobile-row .price, .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;
    font-family: Coranto;
    color: #222;
    font-size: 20px;
}
.cart-container .cart-row .product .product-image {
    width: 35%;
}
.cart-container .cart-row .mobile-row {
    display: flex;
    width: 60%;
}
 .cart-container .cart-row .mobile-row .price,  .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;
    font-family: Coranto;
    color: #222;
    font-size: 20px;
}
#product .radio{display: inline-block;/* border: 1px solid grey; */padding: 3px;}
.cart-container .cart-row .product .product-title {
    display: flex;
    flex-direction: column;
    width: 65%;
    padding: 0 1em;
}
.cart-container .cart-row .mobile-title {
          display: none; }
 .cart-container .cart-headings .product {
    flex: 2;
}
   .cart-container .cart-headings .price,
      .cart-container .cart-headings .quantity,
       .cart-container .cart-headings .total {
        flex: 1;
        text-align: center; }
		.btn-danger {
    color: #876a33;
    background-color: #fff;
    border-color: #fff;
}
.header.header13{
    width: 345px;
    min-width: 345px;
}
.header.header13.closed {
    left: -345px;
}
.header-bottom-sidebar-menu ul{
    padding: 0;
}
.header-bottom-sidebar-menu ul>li{
    list-style: none;
    display: inline-block;
}
.glyphicon:hover {
   
    color: #000;
}
#mobmenu {display: none}
/* HEADER ONTOP*/
#header-ontop {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
#header-ontop.on-sticky {
    visibility: inherit;
    opacity: 1;
}
.header.ontop {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 100!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)!important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)!important;
    padding: 5px 0!important;
    -webkit-transition: padding 0.5s ease 0s!important;
    -o-transition: padding 0.5s ease 0s!important;
    transition: padding 0.5s ease 0s!important;
    background-color: #fff!important;
}

.product-details-full .col-sm-7 {
   
    overflow: hidden;
}
.header.ontop .main-header {
    display: none;
}
.header.ontop .top-header .inner {
    border: none;
}
.header.style2.ontop .top-header {
    display: none;
}
.header.style2.ontop .main-header {
    display: block;
    padding: 0;
    padding-bottom: 10px;
}
.header.style2.ontop .menu-wapper {
    width: 43%;
	 top: 53px;
}
.header.style2.ontop .logo-wapper {
        margin: 0;
    padding: 0;
   
}
.header.style19.ontop .box-search .icon {
     color: #2b2b2b;
}
.header.style2.ontop .logo {
    margin: 0;
    padding: 0;
   top: 0px;
    position: relative;
    left: 40%;
}
.header.style2.ontop .main-menu {
    float: left;
	    top: 50px;
    position: relative;
}
.header.style19.ontop .main-menu>li>a {
    color: #2b2b2b;
 font-family: 'Coranto';
    font-size: 1.5rem;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}
.header.style2.ontop .box-control a {
  font-family: 'Coranto';
    font-size: 1.5rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b2b2b;
    text-shadow: none;
    padding: 0 15px;
}
.header.style3.ontop .logo-wapper {
    display: none;
}
.header.style3.ontop .menu-wapper {
    width: 100%;
}
.header.style3.ontop .slogan {
    display: none;
}
.header.style3.ontop .main-menu {
    display: inline-block;
}
.header.style3.ontop .top-header {
    display: inline-block;
    width: auto;
    float: right;
    padding: 0;
    border: none;
}
.header.style3.ontop .main-menu>li>a {
    padding: 10px 0;
}

.header.style5.ontop .main-header {
    display: block;
    padding: 0;
}
.header.style5.ontop .top-header {
    display: none;
}
.header.style9.ontop {
    padding: 0;
}
.header.style9.ontop .main-header {
    padding: 5px 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header.style3.style4.ontop .control-wapper {
    float: right;
}
.header.style3.style4.ontop .top-header {
    display: block;
    padding: 0 60px;
    border: none;
    width: 100%;
}
.header.style3.ontop .topbar{
    display: none;
}
.header.style12.ontop .main-header{
    display: block;
    padding: 0;
}
.header.style12.ontop .logo-main,
.header.style12.ontop .logo2{
    display: none;
}
.header.style12.ontop .control-wapper{
    float: right;
}

.header.style20.ontop .topbar{
    display: none;
}
.header.style20.ontop .logo{
    display: none;
}
.header.style20.ontop .main-menu-inner{
    padding-top: 0;
}
.header.style20.ontop .main-header{
    padding: 10px 0;
}

.header.style18.ontop .header-text{
    display: none;
}
.header.style18.ontop .main-header{
    display: block;
    padding: 0;
    padding-bottom: 20px;
}
.header.style18.ontop .logo-main{
    display: none;
}
.header.style18.ontop .control-wapper{
    float: right;
}
/* PAGE LAYOUT */
.page-title{
    text-transform: uppercase;
    margin-bottom: 55px;
    margin-top: 25px;
}
.page-title h3{
    margin: 0;
}
.main-container{
    padding: 33px 0;
}
.main-container.shop-with-banner{
    padding-top: 0;
}
.left-slidebar .main-content{
    float: right;
}
.product-item img:hover{opacity: 0.2;visibility: visible;background: #fff;}
.header.style14.ontop{
    background-color: #111;
    padding: 0;
    border: none;
}
.header.style14.ontop .main-header{
    padding: 0;
    display: table;
}
.header.style15.ontop{
    background-color: #111;
}
.header.style15.ontop .main-header{
    padding: 0;
}
.header.style15.ontop .main-menu{
    float: right;
}
.header.style16.ontop .logo,
.header.style16.ontop .topbar{
    display: none;
}
.header.style3.style4.ontop .box-control {
    padding-top: 0;
}
.single-blog h3 {
        font-size: 22px;
        font-weight: 500;
        margin-top: 5px !important;
        margin-bottom: 20px;
}

#content .Blog .box-product .product-block {position: relative; /*margin-bottom: 48px;*/}
#content #blog-carousel .blog-item {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        width: 100%;
        overflow: hidden;
        position: relative;
		text-align: center;
}
#content #blog-carousel, #content #blog-grid {
        padding: 0;
        border: none;
        text-align: left;
        background: none;
        overflow: visible;
}
#content #blog-carousel .owl-pagination {
    text-align: center;
}
#content .box.Blog .box-content {
        margin: 0 -15px;
        margin-top: 15px;
}
.blog-left .post-image-hover {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease-out 0s;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
}
.box-content {
        position: relative;
}
.blog-left .blog-image .post_hover {
        bottom: 0;
        display: inline-block;
        height: 44px;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 105px;
}
.blog-left .blog-image .zoom {
        /* border: 2px solid #333; */
        color: #333333;
        display: inline-block;
        margin-right: 5px;
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        padding: 5px 14px 6px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        z-index: 10;
        position: absolute;
        left: 30px;
        background: #fff;
        border-radius: 50%;
        height: 45px;
        width: 45px;
        margin-left: -8px;
}
.blog-left .blog-image .readmore_link {
        background: #fff;
        color: #333;
        display: inline-block;
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        padding: 5px 14px 6px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        z-index: 10;
        position: absolute;
        right: 27px;
        border-radius: 50%;
        height: 45px;
        width: 45px;
}
.blog-left:hover .post_hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -kkhtml-opacity: 1;
        transition: all 0.1s ease 0s;
        -moz-transition: all 0.1s ease 0s;
        -webkit-transition: all 0.1s ease 0s;
        -ms-transition: all 0.1s ease 0s;
        -o-transition: all 0.1s ease 0s;
}
.blog-left:hover .zoom {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -kkhtml-opacity: 1;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        left: 5px;
}
.blog-left:hover .readmore_link {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -kkhtml-opacity: 1;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        right: 10px;
}
.Blog .blog-item .blog-right h4 {
        
        float: left;
        width: 100%;
}
.Blog .blog-item .blog-right h4 a {
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #333333;
}
.Blog .blog-item .blog-right .date-time:hover, .Blog .blog-item .blog-right h4 a:hover {
        color: #666666;
}
.Blog .blog-item .blog-right .date-time {
        display: inline-block;
        position: relative;
        color: #666666;
        text-transform: none;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0.4px;
}
.Blog .product-block:hover .blog-right{}
.Blog .blog-right {
        position: relative;
        bottom: 0;
        padding: 10px 0 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        color: #000;
		    text-align: center;
    font-size: 14px;
}
.blog-desc {
        color: #333333;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.6px;
        font-weight: 400;
        display: inline-block;
        margin-top: 0;
        text-transform: none;
        position: relative;
}
.read-more {
        position: relative;
        display: inline-block;

}

.blog-right .read-more {
        display: none;
}

.Blog .owl-carousel .owl-buttons .owl-prev::before{
        content: '\f104';
        font-size: 20px;
        line-height: 60px;
        text-align: center;
        position: absolute;
        color: #000;
        font-family: FontAwesome;
        left: 0;
        right: 0;
        display: none;
}
.blog-left .blog-image img {
        border: none;
        padding: 0;
        position: relative;
        top: -50%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.blog-left:hover .blog-image img {
        transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
-moz-transform: scale(1.05);
-khtml-transform: scale(1.05);
opacity: .7;
-moz-opacity: .7;
-khtml-opacity: .7;
-webkit-opacity: .7;
}
.blog-left {
        overflow: hidden;
        position: relative;
        display: inline-block;
        vertical-align: top;

}
/*------------------------------------
PRODUCT
------------------------------------*/
.product-item{
    list-style: none;
}
.product-item .product-thumb{
    position: relative;
}
.product-item .product-info{
    text-align: center;
}
.product-item .product-name{
    margin-bottom: 0;
    margin-top: 5px;
	min-height: 80px;
  
}
.product-item .product-name a{
   font-size: 2.2rem;
    line-height: 1.35;
    letter-spacing: .01em;
    font-weight: 400;
  color: #2b2b2b;
  font-family: 'Coranto';
}
.product-item .product-name a:hover{
    color: #c99947;
}
.product-item .price{
    color: #222;
    display: block;
    margin-bottom: 15px;
}
.product-item .price ins{
    text-decoration: none;
	    font-size: 2rem;
    font-weight: 100;
		color: #876a33;
}
.product-item .price del{
    color: #aaa;
    font-size: 12px;
	color: #876a33;
}
DS
.product-list .product-item{
    margin-bottom: 30px;
}
.product-item .gorup-button{
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-item .has-back-image .back-image{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s;
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;

}
.product-item .has-back-image:hover .back-image{
    opacity: 1;
}
.product-item .gorup-button{
    right: 10px;
}
.product-item .wishlist,
.product-item .compare,
.product-item .quick-view{
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    color: #222;
}
.block-top-sell .wishlist
{
    position: relative;
    width: 250px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
   background-color: #faf8f5;
    border: 1px solid #876a33;
    color: #876a33;
    cursor: pointer;
       text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
	font-size: 1.5rem;
  font-family: tablet-gothic-condensed,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
 
}
.block-top-sell .gorup-button {
    right: 25%;
    text-align: center;
    bottom: 40%;
}
.product-item:hover .wishlist,
.product-item:hover .compare,
.product-item:hover .quick-view{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-item .wishlist:hover,
.product-item .compare:hover,
.product-item .quick-view:hover{
  background-color: #876a33;
    border-color: #624d25;
    color: #fff;
}
.discount{
    display: inline-block;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-item.style2 .product-info{
    text-align: center;
}
.product-item.style2 .add_to_cart_button{
    background-color: transparent;
    padding: 0;
    color: #c99947;
    text-decoration: underline;
}
.product-item.style2 .add_to_cart_button:before{
    content: '+';
    display: inline-block;
}
.product-item.style2 .price{
    margin-bottom: 5px;
}

.product-item.list .product-info{
    text-align: left;
}
.product-item.list h3.product-name{
    margin-top: 0;
}
.product-item.list .rating {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    font-size: 15px;
}
.product-item.list .rating .fa{
    color: #cccccc;
}

.product-item.list .gorup-button{
    position: relative;
    margin-top: 15px;
    display: inline-block;
}

.product-item.list .gorup-button a{
    border: 1px solid #cecece;
    color: #999999;
    display: inline-block;
    text-align: center;
    padding: 10px 13px;
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    line-height: normal;
    font-size: 14px;
    background-color: transparent;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0);
}
.product-item.list .gorup-button a:hover{
    background-color: #111;
    border-color: #111;
    color: #fff;
}
.product-item.list .short-descript{
    font-family: 'Roboto';
}

.product-item.list .available{
    text-transform: uppercase;
    color: #999;
}
.product-item.list .available span{
    color: #c99947;
    text-transform: none;
}
.product-item .color-option{
    position: absolute;
    left: 10px;
    bottom: 10px;
    overflow: hidden;
}
.product-item .color-option span{
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/* PRODUCT STYLE 3*/
.product-item.style3 .add_to_cart_button{
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #333;
}
.product-item.style3 .add_to_cart_button:hover{
    background-color: #111;
    color: #fff;
    border-color: #111;
}
.product-item.style3 .wishlist:hover, 
.product-item.style3 .compare:hover, 
.product-item.style3 .quick-view:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

/* PRODUCT STYLE 4*/
.product-item.style4 .add_to_cart_button{
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #333;
}
.product-item.style4 .add_to_cart_button:hover{
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.product-item.style4 .gorup-button{
    position: absolute;
    right: 10px;
    bottom: 65px;
}
.product-item.style4 .wishlist, 
.product-item.style4 .compare, 
.product-item.style4 .quick-view {
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
}

.product-item.style4 .wishlist:hover, 
.product-item.style4 .compare:hover, 
.product-item.style4 .quick-view:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.product-item.style4:hover .wishlist, 
.product-item.style4:hover .compare, 
.product-item.style4:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-item.style4 .add-cart-wapper{
    padding-top: 12px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product-item.style4:hover .add-cart-wapper{
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.product-item.style4 .product-thumb{
    overflow: hidden;
}
.product-item.style5 .sale,
.product-item.style5 .new{
    width: 46px;
    height: 46px;
    color: #fff;
    text-transform: uppercase;
    background-color: #333;
    font-size: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 46px;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    z-index: 2;
}
.product-item.style5 .new{
    background-color: #d2a251;
}
.product-item.style5 .product-thumb{
    overflow: hidden;
}
.product-item.style5 .gorup-button{
    left: 0;
    right: 0;
    bottom: -100px;
    padding-top: 17px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product-item.style5:hover .gorup-button{
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    z-index: 1;
}
.product-item.style5 .wishlist, 
.product-item.style5 .compare, 
.product-item.style5 .quick-view{
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    background-color: transparent;
    margin: 0;
    width: 36px;
    height: 36px;
    
}
.product-item.style5 .compare, 
.product-item.style5 .quick-view{
    border:1px solid #333;
    color: #333;
    border-color: #333;
}
.product-item.style5 .compare:hover, 
.product-item.style5 .quick-view:hover,
.product-item.style5 .add_to_cart_button:hover{
    color: #fff;
    border-color: #c99947;
    background-color: #c99947;
}
.product-item.style5 .add_to_cart_button{
    border:1px solid #333;
    background-color: transparent;
    color: #333;
    padding: 5px 20px;
    vertical-align: top;
}
.product-item.style5 .product-info{
    text-align: left;
}
.product-item.style5 .price{
    display: inline-block;
    color: #c99947;
}
.product-item.style5 .wishlist{
    color: #c99947;
    float: right;
    width: auto;
    height: auto;
    line-height: 24px;
}
.product-item.style5 .wishlist:hover{
    color: #333;
}
.product-item .status{
    position: absolute;
    top: 0;
    right: 0;
}
.product-item .status .sale ,
.product-item .status .new {
    float: left;
    text-align: center;
    width: 23px;
    height: auto;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    position: relative;
    top: inherit;
    left: inherit;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.product-item .status .text,
.product-item .status .text{
    display: inline-block;
    transform: rotate(90deg);
    margin-left: -4px;
}
.product-item .status .sale{
    background-color: #9ec8b3;
}
.loadmore-link{
    border-top: 1px solid #eeeeee; 
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 22px 0;
    color: #666;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 10px;
}
.loadmore-link:hover{
    color: #c99947;
}

/* STYLE 6*/
.product-item.style6 .product-info{
    text-align: left;
}
.product-item.style6 .product-name{
    margin: 0;
}
.product-item.style6 .product-name a{
    font-size: 14px;
}
.product-item.style6 .price{
    color: #c99947;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}
.product-item.style6 .discount{
    font-size: 13px;
    font-family: 'MontserratLight';
    color: #fff;
    position: relative;
    background-color: #e05b70;
    top: inherit;
    left: inherit;
    margin-left: 15px;
}
.product-item.style6 .discount:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 4px 0;
    border-color: transparent #e05b6f transparent transparent;
    position: absolute;
    top: 50%;
    left: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-item.style6 .rating{
    margin-bottom: 15px;
    color: #666;
}
.product-item.style6 .rating .active{
    color: #c99947;
}
.product-item.style6 .short-desc{
    font-family: 'MontserratLight';
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
}
.product-item.style6 .short-desc p{
    margin: 0;
}
.product-item.style6 .wishlist, 
.product-item.style6 .compare{
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    margin: 0;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    width: 36px;
    height: 36px;
    color: #666;
    vertical-align: middle;
}
.product-item.style6 .wishlist:hover, 
.product-item.style6 .compare:hover{
    color: #fff;
    border-color:#c99947; 
}
.product-item.style6 .add_to_cart_button{
    padding: 6px 20px;
    vertical-align: middle;
}
.product-item.style6 .quick-view {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    margin: 0;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #111111;
    border: none;
}

.product-item.style6 .product-count-down{
    margin-top: 56px;
    font-family: 'MontserratLight';
    color: #333333;
    font-size: 18px;
}
.product-item.style6 .box-count{
    width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    background-color: #efefef;
    margin-right: 7px;
    padding-top: 3px;
}
.product-item.style6 .secs{
    margin-right: 0;
}
.product-item.style6 .dot{
    display: none;
    
}
.product-item.style6 .box-count .text{
    font-size: 13px;
    display: block;
}

/* STYLE 7 */
.product-item.style7 .gorup-button {
    left: 0;
    right: 0;
    bottom: -100px;
    padding-top: 17px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product-item.style7:hover .gorup-button {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    z-index: 1;
}
.product-item.style7 .add_to_cart_button {
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
    padding: 5px 20px;
    vertical-align: top;
}
.product-item.style7 .compare, 
.product-item.style7 .quick-view,
.product-item.style7 .wishlist {
    border: 1px solid #333;
    color: #333;
    border-color: #333;
}
.product-item.style7 .wishlist, 
.product-item.style7 .compare, 
.product-item.style7 .quick-view {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    background-color: transparent;
    margin: 0;
    width: 36px;
    height: 36px;
}
.product-item.style7 .wishlist:hover, 
.product-item.style7 .compare:hover, 
.product-item.style7 .quick-view:hover,
.product-item.style7 .add_to_cart_button:hover{
    color: #fff;
    border-color: #c99947;
    background-color: #c99947;
}
.product-item.style7 .quick-view{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-item.style7:hover .quick-view{
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item.style7 .price{
    color: #c99947;
    margin: 0;
}
.hotdeal-slide .owl-nav{
    position: absolute;
    top: -82px;
    right: 0;
}
.hotdeal-slide .owl-nav .owl-next,
.hotdeal-slide .owl-nav .owl-prev{
    display: inline-block;
}
.hotdeal-slide .owl-nav .owl-prev{
    margin-right: 4px;
}

/* PRODUCT STYLE 8*/
.product-item.style8 .add_to_cart_button{
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #333;
}
.product-item.style8 .add_to_cart_button:hover{
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.product-item.style8 .gorup-button{
    position: absolute;
    right: 10px;
    bottom: 65px;
}
.product-item.style8 .wishlist, 
.product-item.style8 .compare, 
.product-item.style8 .quick-view {
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
}

.product-item.style8 .wishlist:hover, 
.product-item.style8 .compare:hover, 
.product-item.style8 .quick-view:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.product-item.style8:hover .wishlist, 
.product-item.style8:hover .compare, 
.product-item.style8:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-item.style8 .add-cart-wapper{
    padding-top: 12px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product-item.style8:hover .add-cart-wapper{
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.product-item.style8 .product-thumb{
    overflow: hidden;
}
.product-item.style8 .product-name a{
    font-size: 14px;
    font-weight: 700;
}
.product-item.style8 .price{
    font-size: 16px;
    font-family: 'MontserratLight';
    margin-bottom: 0;
}

/* PRODUCT STYLE 9 */
.product-item.style9 .price{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    background-color: #fff; 
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 9px 27px;
    color: #c99947;
}
.product-item.style9:hover .price{
    display: none;
}
.product-item.style9 .gorup-button {
    left: 0;
    right: 0;
    bottom: -50px;
    padding-top: 17px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 2;
}
.product-item.style9:hover .gorup-button{
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.product-item.style9 .wishlist, 
.product-item.style9 .compare, 
.product-item.style9 .quick-view {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    background-color: transparent;
    margin: 0;
    width: 36px;
    height: 36px;
}
.product-item.style9 .add_to_cart_button,
.product-item.style9 .compare,
.product-item.style9 .quick-view{
    background-color: #fff;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.product-item.style9 .add_to_cart_button{
    padding: 10px 25px;
}
.product-item.style9 .compare,
.product-item.style9 .quick-view{
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.product-item.style9 .add_to_cart_button:hover,
.product-item.style9 .compare:hover,
.product-item.style9 .quick-view:hover{
    background-color: #c99947;
    color: #fff;
}
.product-item.style9 .product-thumb:before{
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    .-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product-item.style9:hover .product-thumb:before{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.product-item.style9 .product-info{
    text-align: left;
}
.product-item.style9 .product-name{
    margin-top: 15px;
}
.product-item.style9 .wishlist{
    color:#c99947; 
    width: auto;
    height: auto;

}

.product-owl-no-overflow:before,
.product-owl-no-overflow:after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    bottom: 86px;
    width: 100%;
    z-index: 10;
}
.product-owl-no-overflow:before{
    right: 100%;
}
.product-owl-no-overflow:after{
    left: 100%;
}

.lines-space-10 .product-item{
    margin-bottom: 10px;
}
.lines-space-20 .product-item{
    margin-bottom: 20px;
}
.lines-space-30 .product-item{
    margin-bottom: 30px;
}
.lines-space-40 .product-item{
    margin-bottom: 40px;
}
.lines-space-50 .product-item{
    margin-bottom: 50px;
}

.lines-space-60 .product-item{
    margin-bottom: 60px;
}
.lines-space-70 .product-item{
    margin-bottom: 70px;
}
.lines-space-80 .product-item{
    margin-bottom: 80px;
}
.lines-space-90 .product-item{
    margin-bottom: 90px;
}
.lines-space-100 .product-item{
    margin-bottom: 100px;
}
/* NAVIGATION */
.navigation {
    border-top: 1px solid #eeeeee;
    float: left;
    margin: 30px 0;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}
.navigation ul{
    padding: 0;
    margin: 0;
}
.navigation li {
    display: inline-block;
    margin: 0 20px;
}
.navigation a {
    color: #222222;
    font-size: 16px;
}
.navigation li.active {
    border-bottom: 1px solid #717171;
}
.shop-top{
    display: table;
    width: 100%;
    margin-bottom: 33px;
}

/* BREADCRUMBS */
.breadcrumbs{
    font-family: 'Roboto';
    color: #555;
    display: inline-block;
}
.breadcrumbs a:after {
    content: "/";
    padding: 0 2px;
    display: inline-block;
}
.breadcrumbs a{
    color: #111111;
}
.breadcrumbs a:hover{
    color: #c99947;
}
.breadcrumbs.style2{
    padding: 20px 0;
    margin-bottom: 20px;
}
.orderby-wapper{
    display: inline-block;
    padding-left: 50px;
}
.woocommerce-result-count{
    display: inline-block;
    font-family: 'Roboto';
}
.orderby-wapper .chosen-container-single .chosen-single{
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.orderby-wapper .orderby{
    min-width: 160px;
}
.orderby-wapper.display-products .orderby{
    min-width: 120px;
}
.show-grid-list{
    display: inline-block;
    padding-left: 25px;
}
.orderby-wapper .chosen-container-single .chosen-single div{
    line-height: 26px;
    right: 0;
}

.shop-top .shop-top-left{
    display: inline-block;
    float: left;
}
.shop-top .shop-top-right{
    float: right;
    display: inline-block;
}
.shop-top .label-filter{
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.shop-top .show-grid-list a{
    color: #999;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
    padding: 0 7px;
    line-height: 20px;
}
.shop-top .show-grid-list a:last-child{
    padding-right: 0;
    border: none;
}
.shop-top .show-grid-list a:first-child{
    padding-left: 0;
}
.shop-top .show-grid-list a:hover,
.shop-top .show-grid-list a.active{
    color: #c99947;
}



/*-------------------------
  WIDGET
--------------------------*/

.widget{
    margin-bottom: 25px;
}
.widget:last-child{
    margin-bottom: 0;
}
.widget .widget-title{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}
.widget ul{
    padding: 0;
    margin: 0;
}
.widget ul li {
    list-style: none;
    border-bottom: 1px dashed  #d8d8d8;
}
.widget_product_categories li,
.widget_layered_nav li{
    line-height: 40px;
    font-family: 'Roboto';
    font-size: 15px;
}
.widget_product_categories li a,
.widget_layered_nav li a{
    color: #555;
}
.widget_product_categories .count,
.widget_layered_nav .count{
    color: #aaaaaa;
    float: right;
    font-size: 12px;
}
.widget_product_categories li a:hover,
.widget_product_categories li.current-cat a,
.widget_layered_nav li a:hover{
    color: #c99947;
}
.widget_product_categories li .count-item{
    color: #aaa;
    font-size: 12px;
    float: right;
}

.tagcloud{
    overflow: hidden;
    font-family: 'Roboto';
}
.tagcloud a{
    height: 35px;
    line-height: 35px;
    font-size: 12px!important;
    color: #222;
    display: inline-block;
    float: left;
    margin:10px 10px 0 0;
    padding: 0 12px;
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.tagcloud a:hover{
    color: #fff;
    background-color: #c99947;
}

.widget_price_filter .price_slider_wrapper{
    padding-top: 10px;
    font-family: 'Roboto';
}
.widget_price_filter .slider-range-price{
    position: relative;
    height: 5px;
    border: 1px solid #eeeeee;
}

.widget_price_filter .ui-widget-header{
    height: 5px;
    background: #d0d0d0;
    position: absolute;
}
.widget_price_filter .ui-slider-handle{
    width: 12px;
    height: 12px;
    background: #111111;
    display: inline-block;
    top: -4px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.widget_price_filter .ui-slider-handle:last-child{
    background-color: #c99947;
}
.widget_price_filter .amount-range-price{
    text-align: center;
    padding-bottom: 15px;
    color: #555;
}
.widget_price_filter .button{
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}
.yith-woocompare-widget .no-product{
    line-height: 24px;
    text-align: center;
    padding: 45px 0;
    margin-top: 24px;
    color: #555;
}
.widget_product_top_sale ul{
    padding: 0;
    margin-top: 40px;
}
.widget_product_top_sale ul li{
    list-style: none;
    padding-bottom: 30px;
    overflow: hidden;
}
.widget_product_top_sale ul li:last-child{
    padding-bottom: 0;
}
.widget_product_top_sale .p-thumb{
    width: 100px;
    height: 70px;
    float: left;
    padding-right: 30px;
}
.widget_product_top_sale .p-name{
    font-size: 12px;
    font-weight: 500;
}
.widget_product_top_sale .p-name a{
    color: #303030;
}
.widget_product_top_sale .p-name a:hover{
    color: #c99947;
}
.widget_product_top_sale .price{
    font-size: 14px;
}
.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text{
    display: none;
}
.widget_search form,
.widget_product_search form{
    position: relative;
}
.widget_search .search-field,
.widget_product_search .search-field{
    width: 100%;
    padding: 9px 20px;
    color: #303030;
}
.widget_search .button-submit,
.widget_product_search .button-submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: none;
    text-align: center;
    line-height: 45px;
    font-size: 0;
}
.widget_search .button-submit:before,
.widget_product_search .button-submit:before{
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 12px;
    line-height: inherit;
}
.blog-slidebar .widget{
    border: 1px solid #e8e8e8;
    padding: 15px;
    padding-top: 25px;
}
.blog-slidebar .widget .widget-title:after{
    background-color: #e1571a;
}
.blog-slidebar .widget .widget-title{
    border: none;
    padding-bottom: 7px;
}
.widget_categories li{
    line-height: 49px;
    border-bottom: 1px solid #e8e8e8;
}
.widget_categories li:last-child{
   border-bottom: none;
}
.widget_categories li>a{
    color: #333;
    padding-left: 10px;
    display: inline-block;
}
.widget_categories li>a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0px;
}
.widget_categories li>a:hover:before,
.widget_categories li.current-cat>a:before{
    opacity: 1;
    width: auto;
    filter: alpha(opacity=100);
    padding-right: 10px;
    visibility: inherit;
}
.widget_categories li>a:hover{
    color: #e1571a;
}
.widget_categories li ul{
    padding-left: 20px;
    border-top: 1px solid #e8e8e8;
}
.widget_categories li ul li{
    padding-left: 0;
}

.widget_recent_product .product-categories li{
    border-bottom: 1px solid #eee;
    line-height: normal;
    padding: 15px 0;
    overflow: hidden;
}
.widget_recent_product .product-thumb{
    width: 80px;
    float: left;
}
.widget_recent_product .product-info{
    overflow: hidden;
    padding-left: 30px;
}
.widget_recent_product .product-name{
    line-height: 20px;
}
.widget_recent_product .product-name a{
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    line-height: normal;
}
.widget_recent_product .product-name a:hover{
    color: #c99947;
}
.widget_recent_product .price{
    color: #222;
}
.widget_recent_product .price ins{
    text-decoration: none;
}
.widget_recent_product .price del{
    color: #999;
}

.widget_fillter_color a{
    display: inline-block;
    border: 1px solid transparent;
    padding:  2px;
    line-height: normal;
}
.widget_fillter_color a span{
    width: 21px;
    height: 21px;
    display: inline-block;
    float: left;
}
.widget_fillter_color a:hover,
.widget_fillter_color a.active{
    border-color: #666;
}
.widget_fillter_size .inner{
    overflow: hidden;
}
.widget_fillter_size a{
    display: inline-block;
    padding: 3px 5px;
    background-color: #efefef;
    color: #333;
    line-height: normal;
    min-width: 24px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.widget_fillter_size a:hover,
.widget_fillter_size a.active{
    background-color: #333333;
    color: #fff;
}
/*------------
ICON
--------------*/
.element-icon{
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon .icon{
    float: left;
    margin-right: 20px;
}
.element-icon .title{
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #222;
}
.element-icon .content{
    overflow: hidden;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.element-icon.style2{
    border: 1px dashed #bcbcbc;
    padding: 48px 0;
    text-align: center;
    display: table;
    width: 100%;
    text-align: center;
}
.element-icon.style2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    border-top: 1px dashed #c99947;
    border-bottom: 1px dashed #c99947;
    transform: scale(0, 1);
}
.element-icon.style2:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    border-left: 1px dashed #c99947;
    border-right: 1px dashed #c99947;
    transform: scale(1, 0);
}
.element-icon.style2:hover:before, 
.element-icon.style2:hover:after{
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style2:hover,
.element-icon.style2:hover .title{
    color: #c99947;
}
.element-icon.style2 .icon{
    display: inline-block;
    font-size: 36px;
    float: none;
    margin: 0;
    margin-right: 20px;
}
.element-icon.style2 .content{
    display: inline-block;
    color: #222;
    margin-top: -5px;
}
.element-icon.style2 .title{
    margin: 0;
    margin-bottom: 7px;
}


.element-icon.style3 .icon{
    width: 80px;
    height: 70px;
    border: 2px solid #c99947;
    color: #c99947;
    font-size: 30px;
    text-align: center;
    line-height: 66px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3 .icon:before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 9;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
}
.element-icon.style3 .icon:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 9;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
}
.element-icon.style3:hover .icon:before,
.element-icon.style3:hover .icon:after{
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3:hover .icon{
    color: #fff;
}
.element-icon.style3 .content{
    text-align: center;
}
.element-icon.style3 .title{
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-family: 'MontserratLight';
}
.element-icon.style3 .subtite{
    font-family:gitman-icons;
    color: #c99947;
    font-size: 14px;
    font-style: italic;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3:hover .title{
    color: #c99947;
}
.element-icon.style3:hover .subtite{
    color: #fff;
}

.element-icon.style4{
    margin: 0;
}
.element-icon.style4:hover{
    color: #c99947;
}

.element-icon.style4 .inner{
    padding: 50px 0;
    text-align: center;
}
.element-icon.style4 .icon{
    font-size: 30px;
    padding-top: 5px;
    vertical-align: middle;
    float: none;
    display: inline-block;
}
.element-icon.style4 .content{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.element-icon.style4 .title{
    font-size: 18px;
    margin: 0;
    font-family: 'MontserratLight';
}
.element-icon.style4 .title strong{
    font-family:gitman-icons;
    font-weight: 700;
}
.element-icon.style4 .subtite{
    color: #666;
    font-family:gitman-icons;
    font-size: 14px;
}

.element-icon.plus:after{
    content: '+';
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c99947;
    font-weight: 700;
}

.element-icon.style5{
    text-align: center;
    margin: 0;
    font-family: 'Oswald';
    padding: 21px 0;
}
.element-icon.style5 .icon{
    float: none;
    margin: 0;
    font-size: 28px;
    color: #666666;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    padding-top: 2px;
}
.element-icon.style5 .content{
    display: inline-block;
    padding-top: 5px;
    font-family: 'Oswald';
}
.element-icon.style5 .title,
.element-icon.style5 .text{
    display: inline-block;
    margin: 0;
}
.element-icon.style5 .title{
    font-size: 16px;
    text-transform: uppercase;
}
.element-icon.style5 .text{
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
.element-icon.style5.plus:after{
    font-family: 'Oswald';
    font-weight: 300;
    color: #333;
    font-size: 14px;
    top: 40%;
}
.footer-service{
    background-color: #fff;
    border: 1px solid#cc9933;
    margin-top: -90px;
}
/*----------------------------------
FOOTER
-----------------------------------*/
.footer{
    
}
/*.footer .flex-flow{
    flex-flow: row wrap;
    display: flex;
}*/
.footer .widget{
    margin-top: 30px;
    text-align: center;
}
.footer .widget .widget-title{
    font-size: 19px;
    color: #eeeeee;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer .widget .widget-title:after{
    content: '';
    width: 23px;
    height: 6px;
    display: block;
    background: url('../images/driver.png') no-repeat center center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.footer .contact-info .content{
    padding: 0 40px;
}
.footer .contact-info .phone{
    color: #fff;
    font-size: 18px;
}
.footer .our-service ul li{
    line-height: 28px;
    list-style: none;
    line-height: 28px;
    list-style: none;
    border: none;
}
.footer .our-service ul li a{
    color: #888888;
}
.footer .our-service ul li a:hover{
    color: #c99947;
}
.footer .widget_social .social a{
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    color: #2c2c2c;
    text-align: center;
    font-size: 24px;
    background-color: #fff;
    margin-bottom: 10px;
}
.footer .widget_social .social a:hover{
    background-color:#c99947;
    color: #fff; 
}
.footer .footer-bottom{
    margin-top: 60px;
}
.footer  .payment{
    padding: 40px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(25,25,25,0.9);
    text-align: center;
    font-size: 12px;
}
.footer  .payment .head,
.footer  .payment .list{
    display: inline-block;
}
.footer  .payment .head {
    padding-right: 100px;
    text-align: center;
}
.footer  .payment .head span:first-child{
    display: block;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
.footer  .payment .list{
    margin: 0 -25px;
}
.footer  .payment .list img{
    opacity: 0.2;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer  .payment .list a{
    padding: 0 25px;
    float: left;
}
.footer  .payment .list a:hover>img{
    opacity: 1;
}
.footer .widget_newletter .newletter{
    position: relative;
}
.footer .widget_newletter .email-text{
    border-color: #ccc;
    width: 100%;
    padding: 7px 15px;
    padding-right: 65px;
    background-color: transparent;
}
.footer .widget_newletter .button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: bold;
}
.footer .footer-sidebar{
    border-right-width:1px;
    border-right-style: solid;
    border-right-color: rgba(25,25,25,0.9);
    min-height: 295px;
}
.footer .footer-sidebar:last-child{
    border: none;
}
.footer.style2{
    background-color: #f0f0f0;
    color: #666;
    font-family: 'MontserratLight';
    font-size: 13px;
}
.footer.style2 .our-service ul li a{
    color: #666;
}
.footer.style2 .our-service ul li a:hover{
    color: #c99947;
}
.footer.style2 .widget .widget-title{
    color: #333;
    font-family:gitman-icons;
}
.footer.style2 .contact-info .phone{
    color: #999;
}

.footer.style2 .widget_social .social a{
    background-color: transparent;
    color: #cccccc;
    font-size: 18px;
    border: 2px solid #ccc;
    line-height: 40px;
}
.footer.style2 .widget_social .social a:hover{
    background-color: transparent;
    color: #c99947;
    border-color: #c99947;
}
.footer .fick_photo .fick-photo{
    margin: 0 -7px;
    padding: 0;
}
.footer .fick_photo .fick-photo li{
    display: inline-block;
    float: left;
    padding: 0 7px;
    width: 25%;
    margin-bottom: 14px;
    border: none;
}
.footer .fick_photo img:hover{
    opacity: 0.6;
}
.footer.style2 .payment{
    border-color: #e0e0e0;
}
.footer.style2 .payment .head span:first-child{
    color: #333;
    font-size: 12px;
    font-weight: 700;
}
.footer.style2 .footer-sidebar{
    border-right: 1px solid #e0e0e0;
}
.footer.style2 .footer-sidebar:last-child{
    border:none;
}
.footer.style2 .widget_social .social a{
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 18px;
}
.footer.style3 .widget{
    text-align: left;
}
.footer.style3 .widget .widget-title:after{
    display: none;
}
.footer.style3 .our-service ul li{
    list-style: inherit;
}
.footer.style3 .our-service ul{
    padding-left: 16px;
}
.footer.style3 .contact-info .content{
    padding: 0;
}
.footer.style3 .contact-info .logo{
    margin-bottom: 25px;
}
.footer.style3 .contact-info p{
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}
.footer.style3 .contact-info p .fa{
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
.footer.style2 .contact-info .phone{
    color: #666;
}

.footer.style4{
    text-align: center;
    font-size: 13px;
    font-family: 'MontserratLight';
}

.footer.style4 .contact-info .logo{
    margin-bottom: 20px;
}
.footer.style4 .contact-info p{
    margin-bottom: 10px;
}

.footer .footer-menu{
    margin: 0;
}
.footer .footer-menu li{
    list-style: none;
    display: inline-block;
}
.footer .footer-menu li>a{
    color: #666;
    padding: 0 5px;
    border-right: 1px solid #666;
    display: inline-block;
    line-height: 10px;
}
.footer .footer-menu li>a:hover{
    color: #c99947;
}
.footer .footer-menu li:last-child>a{
    border:none;
}

/* Footer style 5*/
.footer.style5{
    text-align: center;
    font-size: 13px;
    font-family: 'MontserratLight';
}
.footer.style5 .widget{
    text-align: left;
}

.footer.style5 .contact-info .logo{
    margin-bottom: 20px;
}
.footer.style5 .contact-info .content{
    padding: 0;
}
.footer.style5 .contact-info p{
    margin-bottom: 10px;
}
.footer.style5 .contact-info .phone{
    font-size: inherit;
}
.footer.style5 .contact-info .fa{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #999;
}
.footer.style5 .widget .widget-title:after{
    display: none;
}
.footer.style5 .our-service ul li{
    list-style: inherit;
}
.footer.style5 .our-service ul{
    padding-left: 15px;
}

.footer.style5 .widget_newletter .button{
   background-color: transparent;
    color: #666666;
    font-weight: 700;
    border-left: 1px solid #dadada;
    width: 58px;
    height: 34px;
    line-height: 34px;
}
.footer.style5 .widget_newletter .email-text{
    padding: 4px 15px;
    border-color: #dadada;
    background-color: transparent;
}
.footer.style5 .widget_social .social a{
    width: 34px;
    height: 34px;
    border:1px solid #dadada;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}
.footer.style5 .widget_social .social a:hover{
    color: #c99947;
}

.footer.style5 .tagcloud a{
    border:1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #666;
    background-color: transparent;
    height: 30px;
    line-height: 28px;
}
.footer.style5 .tagcloud a:hover{
    background-color: #222;
    color: #fff;
    border-color: #222;
}

/* Footer style 6*/
.footer.style6{
    padding: 30px 0;
    padding-bottom: 0;
}
.footer.style6 .widget .widget-title:after{
    display: none;
}
.footer.style6 .contact-info .content{
    padding: 0;
}
.footer.style6 .contact-info p{
    margin-bottom: 5px;
}
.footer.style6 .widget_text p{
    margin-bottom: 0;
}
.footer.style6 .payment{
    padding: 33px 0;
}
.footer.style6 .widget_social .social a:hover{
    color: #3a5795;
    border-color: #3a5795;
}
.footer.style6 .footer-bottom{
    margin-top: 30px;
}

/* FOOTER STYLE 7*/
.footer__meta-block-text--mob {
    display: none;
}
.footer.style7{
    background-color: #1c1c1c;
    color: #666666;
    font-family: "MontserratLight";
    font-size: 13px;
}
.footer.style7 .widget {
    text-align: left;
}
.footer.style7 .widget .widget-title:after{
    display: none;
}
.footer.style7 .contact-info .content{
    padding: 0;
    margin-top: 15px;
}
.footer.style7 .contact-info .phone{
    color: inherit;
    font-size: inherit;
}
.footer.style7 .contact-info .content .fa{
    font-size: 18px;
    display: inline-block;
    margin-right: 25px;
    min-height: 30px;
    float: left;
    margin-top: 5px;
}
.footer.style7 .tagcloud a {
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #999;
    font-size: 12px!important;
    text-transform: uppercase;
    height: auto;
    line-height: 24px;
}
.footer.style7 .tagcloud a:hover{
    color: #fff;
    border-color: #fff;
}
.footer.style7 .widget_newletter .email-text{
    border-color: rgba(255,255,255,0.2);
}
.footer.style7 .widget_newletter .button{
    background-color: #333;
    color: #666;
}
.footer.style7 .widget_social .social a {
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 18px;
    background-color: transparent;
    color: #999;
    border: 2px solid #999;
    float: left;
}
.footer.style7 .widget_social .social a:hover{
    color: #fff;
    border-color: #fff;
}
.footer.style7 .payment{
    border-color: rgba(255,255,255,0.2);
}
.footer.style7 .fick_photo .fick-photo li{
    width: auto;
}

.footer.style8{
    font-family: 'MontserratLight';
    font-size: 13px;
    color: #666;
    background-image: url('../images/b/footer-bg.jpg');
    background-repeat: no-repeat;
}
.footer.style8 .contact-info .phone{
    font-size: 18px;
    color: #666;
}
.footer.style8 .contact-info p{
    margin-bottom: 10px;
}
.footer.style8 .contact-info .content{
    padding: 0;
    margin-top: 35px;
}
.footer.style8 .footer-menu{
    display: table;
    margin: 0 auto;
}

.footer.style9{
    background-color: #f0f0f0;
    font-family: 'MontserratLight';
    font-size: 13px;
    color: #666;
}
.footer.style9 .widget{
    text-align: left;
}
.footer.style9 .widget .widget-title {
    color: #333;
    font-family:gitman-icons;
}
.footer.style9 .widget .widget-title:after{
    display: none;
}
.footer.style9 .contact-info .logo {
    margin-bottom: 25px;
}
.footer.style9 .contact-info .content {
    padding: 0;
}
.footer.style9 .contact-info p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}
.footer.style9 .contact-info .phone {
    color: #666;
}
.footer.style9 .contact-info p .fa {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    color: #999;
    min-height: 30px;
    float: left;
}
.footer.style9 .tagcloud a {
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #666;
    font-size: 12px!important;
    text-transform: uppercase;
    height: auto;
    line-height: 24px;
}
.footer.style9 .tagcloud a:hover{
    color: #fff;
    background-color: #c99947;
    border-color: #c99947;
}
.footer.style9 .fick_photo .fick-photo li {
    width: auto;
    padding: 0 5px;
    margin-bottom: 10px;
}
.footer.style9 .widget_social .social a {
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 18px;
    background-color: transparent;
    color: #ccc;
    border: 2px solid #ccc;
    float: left;
}
.footer.style9 .widget_social .social a:hover{
    border-color: #c99947;
    color: #c99947;
}
.footer.style9 .payment {
    border-color: #e0e0e0;
}
.footer.style9 .payment .head span:first-child {
    color: #333;
    font-size: 12px;
    font-weight: 700;
}
/* HOME SLIDE */
.home-slide1 .owl-next{
    right: -30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slide1 .owl-prev{
    left: -30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slide3.owl-carousel:hover .owl-prev{
    left: 100px;
}
.home-slide3.owl-carousel:hover .owl-next{
    right: 100px;
}

.home-slide7.owl-carousel .owl-next,
.home-slide7.owl-carousel .owl-prev{
    bottom: 0;
    right: 0;
    position: absolute;
}
.home-slide7.owl-carousel .owl-prev{
    right: 64px;
}
.slide-fullscreen .item-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 
.home-slide9.owl-carousel .owl-next:before, 
.home-slide9.owl-carousel .owl-prev:before{
    font-size: 80px;
}
.home-slide9.owl-carousel:hover .owl-next{
    right: 297px;
}
.home-slide9.owl-carousel:hover .owl-prev{
    left: 297px;
}
.homeslide20 .owl-dots{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
}
.homeslide20 .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.homeslide20 .owl-dots .owl-dot.active{
    background-color: transparent;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
}

/* BANNER PRODUCT */
.banner-product{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.banner-product img{
    width: 100%;
    height: auto;
}
.banner-product:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.banner-product:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-product .text{
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    left: 0;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.banner-product:hover .text{
    display: block;
}
.banner-product .price{
    padding: 8px 15px;
    color: #222;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    z-index: 2;
}
.banner-product .price ins{
    text-decoration: none;
}
.banner-product .price del{
    color: #aaaaaa;
    font-size: 12px;
}


/* SECTION TITLE*/
.section-title{
    margin-bottom: 10px;
	margin-top: 10px;
    position: relative;
}
.section-title h3{
    font-size: 2rem;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.section-title h3:before{
  
}
.section-title .sub-title {
  color: #555555;
  display: block;
  font-family: "Playfair Display",serif;
  font-size: 14px;
  font-style: italic;
  position: relative;
}
.section-title.border{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.section-title.style2{
    margin-bottom: 40px;
}
.section-title.style2 h3:before{
    display: none;
}
.section-title.style2 h3:after{
    content: '';
    display: block;
    margin: 0 auto;
    width: 185px;
    height: 10px;
    background-color: transparent;
    background-image: url('../images/arow.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.section-title.style2 .sub-title{
    color: #aaaaaa;
}

.section-title.style3{
    margin-bottom: 40px;
}
.section-title.style3 h3{
    font-size: 18px;
}
.section-title.style4 h3{
    font-size: 24px;
    color: #333;
}
.section-title.style4 h3:before,
.section-title.style4 h3:after{
    content: '';
    width: 22px;
    height: 1px;
    background-color: #c99947;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0 10px;
    display: inline-block;
}
.section-title.style4 .text-head{
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    font-size: 80px;
    color: #ededed;
    font-weight: 700;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.section-title.style5{
    margin-bottom: 0;
}
.section-title.style5 h3{
    color: #fff;
    position: relative;
    padding-left: 40px;
    font-size: 34px;
}
.section-title.style5 h3 span{
    position: relative;
    letter-spacing: 5px;
}
.section-title.style5 h3:before{
    width: 319px;
    height: 173px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(201,153,71,0.5);
    background-color: transparent;
    position: absolute;
    left: 0;
    margin: 0;
    top: -63px;
}
.section-title.style5 .text-head{
    font-size: 100px;
    text-transform: uppercase;
    position: absolute;
    color: rgba(201,153,71,0.5);
}

.section-title.style6 h3{
    font-size: 30px;
}

.section-title.style6 h3:before{
    display: none;
}
.section-title.style6 .sub-title:after{
    content: '';
    width: 50px;
    height: 2px;
    background-color: #c99947;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.section-title.style7 .sub-title:after,
.section-title.style7 h3:before{
    display: none;
}
.section-title.style7 h3{
    margin-top: 7px;
}

.section-title.style8 h3:before{
    display: none;
}
.section-title.style8:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #c99947;
    margin: 0 auto;
    margin-top: 10px;
}


.section-title.style9 h3:before{
    width: 30px;
    margin: 0 -13px 7px 0;
}

.section-title.style10 h3:before{
    display: none;
}
.section-title.style10 h3{
    font-size: 48px;
    line-height: normal;
}
.section-title.style10 .sub-title{
    font-size: 18px;
    font-family: 'MontserratLight';
    color: #c5c5c5;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: -10px;
}
.title-border{
    font-size: 14px;
    margin-bottom: 30px;
}
.title-border .text{
    display: inline-block;
    text-transform: uppercase;
}
.title-border .text:after{
    content: '';
    display: block;
    height: 2px;
    background-color: #222;
    margin-top: 5px;
}
.title-border .subtext{
    color: #999;
    margin-left: 20px;
    font-family: 'Roboto';
    font-weight: normal;
}
/* lastest-blog */
.lastest-blog .left,
.lastest-blog .right{
    width: 50%;
    float: left;
}
.lastest-blog .right{
    text-align: right;
}
.lastest-blog .blog-date {
    float: left;
    padding: 55px 0 20px;
    width: 100%;
}
.lastest-blog .blog-date .day {
    color: #666666;
    float: left;
    font-size: 60px;
    line-height: 49px;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.lastest-blog .blog-date .month, 
.lastest-blog .blog-date .year {
    clear: none;
    float: left;
    font-size: 13px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.lastest-blog .blog-title a{
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
}
.lastest-blog .blog-title {
    margin-bottom: 20px;
}
.lastest-blog .blog-title a:hover{
    color: #c99947;
}
.lastest-blog .meta {
    color: #333333;
    float: left;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.lastest-blog .meta .fa{
    color: #c99947;
}
.lastest-blog .meta span{
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #e6e6e6;
}
.lastest-blog .meta span:first-child{
    padding-left: 0;
}
.lastest-blog .meta span:last-child{
    padding-right: 0;
    border: none;
}
/*.lastest-blog .right a{
    position: relative;
    display: inline-block;
}
.lastest-blog .right a:before {
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 45%;
    z-index: 9;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
    border-top: 15px solid transparent;
}*/
.lastest-blog.style2 .left, 
.lastest-blog.style2 .right{
    width: 100%;
    position:relative;
    text-align: left;
}

.lastest-blog.style2 .blog-date{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c99947;
    color: #fff;
    width: auto;
    padding: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    display: table;
}
.lastest-blog.style2 .blog-date .year{
    display: block;
}
.lastest-blog.style2 .day,
.lastest-blog.style2 .group{
    display: table-cell;
    vertical-align: top;
    color: #fff;
}
.lastest-blog.style2 .year,
.lastest-blog.style2 .month{
    clear: left;
    color: #fff;
}
.lastest-blog.style2 .right a:before{
    display: none;
}

.lastest-blog.style2 .owl-next,
.lastest-blog.style2 .owl-prev{
    display: inline-block;
}
.lastest-blog.style2 .owl-prev{
    margin-right: 5px;
}
.lastest-blog.style2  .owl-nav{
    margin-top: 40px;
}

.lastest-blog.style3 .blog-title a{
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.lastest-blog.style3 .blog-title a:hover{
    color: #c99947;
}
.lastest-blog.style3 .blog-title{
    margin-bottom: 10px;
}
.lastest-blog.style3 .thumb{
    margin-bottom: 5px;
    position: relative;
}
.lastest-blog.style3 .thumb a:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lastest-blog.style3 .thumb:hover a:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.lastest-blog.style3 .thumb a:before{
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 100;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lastest-blog.style3 .thumb:hover a:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.lastest-blog.style3 .metas{
    font-family: 'MontserratLight';
    font-size: 12px;
}
.lastest-blog.style3 .metas span:after{
    content: '-';
    display: inline-block;
    margin: 0 5px;
}
.lastest-blog.style3 .metas span:last-child:after{
    display: none;
}
.lastest-blog.style3 .desc{
    font-family: 'MontserratLight';
    font-size: 13px;
}

.lastest-blog.style4 .left{
    position: absolute;
    right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(201,153,71,0.5);
    top: 20px;
    bottom: 20px;
    padding-top: 30px;
    padding-left: 60px;
    width: 55%;
    z-index: 1;
}
.lastest-blog.style4 .left:hover {
    box-shadow: inset 0 0 0 5px #c99947;
    border-color: #c99947;
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
.lastest-blog.style4 .right a{
    width: 100%;
}
.lastest-blog.style4 .right{
    float: left;
}
.lastest-blog.style4 .blog-date{
    padding: 0;
    font-family: 'MontserratLight';
    margin-bottom:15px;
}
.lastest-blog.style5{
    position: relative;
}
.lastest-blog.style5 .item-blog{
    overflow: hidden;
}
.lastest-blog.style5 .info{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -100px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 10px;
    line-height: 17px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.lastest-blog.style5 .item-blog:hover .info{
    bottom: 10px;
    opacity: 1;
    visibility: inherit;
}
.lastest-blog.style5 .metas{
    font-family: 'MontserratLight';
    text-transform: uppercase;
    font-size: 10px;
    color: #666666;
}
.lastest-blog.style5 .metas>span:before{
    content: '-';
    display: inline-block;
    margin: 0 5px;
}
.lastest-blog.style5 .metas>span:first-child:before{
    display: none;
}
.lastest-blog.style5 .metas .date .day{
    font-family:gitman-icons;
    font-weight: 700;
    font-size: 24px;
}
.lastest-blog.style5 .metas .date .day:after{
    content: '/';
    display: inline-block;
    font-family: 'MontserratLight';
    font-size: 16px;
}
.lastest-blog.style5 .blog-title{
    margin: 0;
}
.lastest-blog.style5 .blog-title a{
    font-size: 14px;
    font-weight: 700;
}
.lastest-blog.style5 .readmore{
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
}
.lastest-blog.style5 .owl-stage-outer:before,
.lastest-blog.style5 .owl-stage-outer:after{
    content: '';
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.lastest-blog.style5 .owl-stage-outer:before{
    right: 100%;
}
.lastest-blog.style5 .owl-stage-outer:after{
    left: 100%;
}

.lastest-blog.style6{
    font-family: 'MontserratLight';
}
.lastest-blog.style6 .thumb{
    margin-bottom: 25px;
}
.lastest-blog.style6 .info .date{
    float: left;
    border-right: 1px solid #c99947;
    padding-right: 17px;
    display: table;

}
.lastest-blog.style6 .day{
    font-size: 48px;
    display: inline-block;
    float: left;
    line-height: 49px;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    display: table-cell;

}
.lastest-blog.style6 .my{
    display: table-cell;
    vertical-align: middle;
}
.lastest-blog.style6 .month,
.lastest-blog.style6 .year{
    overflow: hidden;
    font-size: 12px;
    display: block;
    
}
.lastest-blog.style6 .info .blog-title{
    overflow: hidden;
    line-height: 20px;
    font-family:gitman-icons;
    padding-left:17px;
}
.lastest-blog.style6 .info .blog-title a{
    font-size: 14px;
    
}
.lastest-blog.style6 .metas{
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.lastest-blog.style6 .metas a{
    color: #999;
}
.lastest-blog.style6 .metas span{
    margin-right: 20px;
}
.lastest-blog.style6 .comment .fa{
    color: #c99947;
}
/* Video */
.video{
    position: relative;
}
.video .button-play{
    width: 59px;
    height: 59px;
    display: inline-block;
    background: url('../images/play.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 0;
}
/*newsletter*/
.newsletter {
    padding: 80px 63px 90px 46px;
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    z-index: 1;
    margin-top: 38px;
}
.newsletter .section-title{
    margin-bottom: 20px;
}
.newsletter .title-newsletter {
    color: #222222;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
}
.newsletter .newsletter-info {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 40px;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
}
.newsletter .form-newsletter {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}
.newsletter .form-newsletter > input {
    border: medium none;
    float: left;
    width: 60%;
    font-size: 13px;
    color: #aaaaaa;
    padding: 0;
    font-family: 'Roboto';
    padding-left: 10px;
    width: 100%;
}
.newsletter .newsletter-submit {
    background: none;
    border: medium none;
    color: #222222;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
}
.newsletter:after {
    border-color: #c99947;
    border-style: solid;
    border-width: 6px;
    content: "";
    float: left;
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: -165px;
}
.newsletter.style2{
    padding: 60px 15px;
    border: 6px solid #c99947;
}
.newsletter.style2:after{
    display: none;
}
.newsletter.style2 .form-newsletter{
    width: 100%;
}
/* TEXT BORDER */
.text-border {
    border: 1px dashed  #bcbcbc;
    display: block;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #222;
}
.text-border> p {
    font-size: 13px;
    margin: 0;
}
.text-border:before {
    background: url("../images/cut.png") no-repeat;
    content: "";
    height: 22px;
    float: left;
    width: 35px;
    position: absolute;
    bottom: -5px;
    left: 16%;
}

/* box-product-featured */
.box-product-featured{
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.box-product-featured .box-head{
    float: left;
    position: relative;
    width: 270px;
}
.box-product-featured .box-head:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.94);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-product-featured .box-head:hover:before{
    background-color: rgba(0,0,0,0.5);
}
.box-product-featured .box-head .inner{
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    padding-left: 30px;
    color: #eee;
    padding-top: 40px;
}
.box-product-featured .box-head .box-title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}
.box-product-featured .box-head .box-sub-title{
  font-family:gitman-icons;
    font-style: italic;
    color: #aaa;
}
.box-product-featured .box-link{
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #eee;
    font-size: 12px;
    text-decoration: underline;
    z-index: 3;
}

.box-product-featured .box-content{
    margin-left: 270px;
    padding: 30px;
}
.box-product-featured.right .box-head{
    float: right;
}
.box-product-featured.right .box-content{
    margin-left: 0;
    margin-right: 270px;
}
.box-product-featured .owl-carousel .owl-prev,
.box-product-featured .owl-carousel .owl-next{
    top: 38%;
}
/* tab-product */
.tab-product .nav-tab{
    padding: 0;
    margin: 0;
    display: table;
    margin:0 auto;
    position: relative;
}
.tab-product .nav-tab li{
    display: inline-block;
    padding: 0 20px;
    list-style: none;
}
.tab-product .nav-tab li a{
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    position: relative;
}
.tab-product .nav-tab li a:after{
    width: 0px;
    height: 2px;
    display: block;
    background-color: #c99947;
    margin: 0 auto;
    margin-top: 8px;
    content: '';
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
}
.tab-product .nav-tab li:hover a:after,
.tab-product .nav-tab li.active a:after{
    width: 50px;
}

.tab-product .tab-container{
    margin-top: 40px;
}
.tab-product.style2 li.text-head{
    margin:0!important;
}
.tab-product.style2 .text-head{
    margin:0;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    font-size: 80px;
    color: #ededed;
    font-weight: 700;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tab-product.style2 .nav-tab li{
    padding: 0;
    margin-top: 12px;
}
.tab-product.style2 .nav-tab li a:after{
    width: 22px;
    height: 1px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.tab-product.style2 .nav-tab li:last-child a:after{
    display: none;
}
.tab-product.style2 .nav-tab{
    height: 56px;
    margin-bottom: 60px;
}
.tab-product.style2 .nav-tab li a{
    color: #666;
    font-size: 16px;
    line-height: normal;
}
.tab-product.style2 .nav-tab li.active a{
    color: #333333;
    font-size: 24px;
}
.tab-product.style3 .box-tabs {
    display: inline-block;
    float: right;
    font-family: 'MontserratLight';
    padding-top: 7px;
}
.tab-product.style3 .box-tabs li{
    padding: 0 12px;
    border-right: 1px solid #eeeeee;
}
.tab-product.style3 .box-tabs li:last-child{
    padding-right: 0;
    border: none;
}
.tab-product.style3 .box-tabs li:hover a,
.tab-product.style3 .box-tabs li.active a{
    color: #c99947;
}
.tab-product.style3 .box-tabs a{
    font-size: 14px;
    color: #666;
    text-transform: none;
    display: inline-block;
    line-height: 15px;
    float: left;
}
.tab-product.style3 .box-tabs a:after{
    display: none;
}
.tab-product.style3 .tab-head{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.tab-product.style3 .tab-head .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.tab-product.style3 .tab-head .title:before {
    content: "";
    display: inline-block;
    height: 2px;
    left: 10px;
    margin: 0 -30px 6px 0;
    width: 47px;
    background-color: #c99947;
}
.tab-product.style3 .tab-container{
    margin-top: 30px;
}

.tab-product.style4 .owl-controls{
    position: absolute;
    top: -70px;
    left: 0;
    text-align: center;
    left: 50%;
        -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tab-product.style4 .owl-nav{
    position: relative;
}
.tab-product.style4 .owl-nav:before{
    display: inline-block;
    width: 100%;
    content: '';
    border-bottom: 1px dashed #eeeeee;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

.tab-product.style4 .owl-nav .owl-next,
.tab-product.style4 .owl-nav .owl-prev{
    margin: 0 23px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.tab-product.style4 .owl-nav .owl-next{
    margin-right: 0;
}
.tab-product.style4 .owl-nav .owl-prev{
    margin-left: 0;
}
.tab-product.style4 .owl-nav .owl-next:hover,
.tab-product.style4 .owl-nav .owl-prev:hover{
    background-color: #111;
    color: #fff;
}
.tab-product.style4 .nav-tab li{
    padding: 0;
}
.tab-product.style4 .nav-tab li a{
    font-size: 24px;
    padding: 0 20px;
    position: relative;
    color: #999;
}
.tab-product.style4 .nav-tab li a:after{
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 20px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab-product.style4 .nav-tab li:last-child a:after{
    display: none;
}
.tab-product.style4 .nav-tab li:hover a,
.tab-product.style4 .nav-tab li.active a{
    color: #333;
}

.tab-product.style4 .tab-container{
    margin-top: 90px;
}
/* BANNER TEXT */
.banner-text{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.banner-text .content-text{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.banner-text .content-text img{
    width: auto;
    height: auto;
    display: inline-block;
}
.banner-text .title{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.banner-text .title span{
    display: block;
}
.banner-text .sub-title{
     font-family: "Playfair Display",serif;
    font-size: 16px;
    font-style: italic;
    display: block;
}
.banner-text .button{
    margin-top: 35px;
    background-color: #c99947;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
}
.banner-text .button:hover{
    background-color: #111;
}
.banner-text.style2 .title{
    font-size: 24px;
}
.banner-text .image>a{
    float: left;
}
.banner-text.style3 .title{
    font-size: 24px;
    text-transform: uppercase;
}

.banner-text.style3 .button{
    background-color: transparent;
    text-decoration: underline;
    padding: 0;
}
.banner-text.style3 .sub-title{
    font-family: 'LaCompagnie';
    font-size: 60px;
    line-height: normal;
}
.banner-text.style3{
    text-align: center;
}
.banner-text.style3 .title{
    font-family: 'LaCompagnie';
    color: #c99947;
    font-size: 48px;
    text-transform: none;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: normal;
}
.banner-text.style3 .subtitle{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 140px;
}
.banner-text.style3 .box-link{
    text-decoration: underline;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.banner-text.style3 .box-link:hover{
    color: #c99947;
}
.banner-slide .banner-text {
    margin-bottom: 0;
}

.banner-text.style3 .content-text{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-text.style3 .content-text:before{
    content: '';
    background-color: #171717;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.banner-text.style3 .content-text:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    right: 0px;
    width: 0%;
}
.banner-text.style3 .content-text .inner{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-text.style3:hover .content-text:before{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0%;
}
.banner-text.style3:hover .content-text:after{
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 100%;
}
/*.banner-text.style3:hover .content-text {
    width: 0%;
    opacity: 0;
    visibility: hidden;
}*/

.banner-text.style3:hover img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner-text.style4 .subtitle{
    font-family: 'LaCompagnie';
    font-size: 60px;
    line-height: normal;
    color: #c99947;
    margin: 0;
}
.banner-text.style4 .title{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.banner-text.style4 .shop-now{
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
}
.banner-text.style4 .content-text{
    top: 40%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.banner-text.style4:hover .content-text{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner-text.style4:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1;
}
.banner-text.style4:hover:after{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-text.style4 img{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.owl-carousel .banner-text{
    margin-bottom: 0;
}
/* BLOCK PRODUCT TOP SELL*/
.block-top-sell{
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.block-top-sell .product-item,
.product-list-grid .product-item{
    margin-bottom: 30px;
}
.product-list-grid2 .product-item{
    margin-bottom: 70px;
}

/*block-category-carousel*/
.block-category-carousel{
    padding: 40px 25px 23px 25px;
    background:#121111 url('../images/bg_cat.png') repeat-y top left;
    color: #eee;
    text-align: center;
}
.block-category-carousel .title {
    margin-bottom: 15px;
    color: #fff;
}
.block-category-carousel .title:after{
    content: '';
    width: 47px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #c99947;
}
.block-category-carousel .sub-title{
  font-family:gitman-icons;
    font-style: italic;
    color: #888;
}
.block-category-carousel .list-cat{
    padding: 0;
    margin: 0;
}
.block-category-carousel .list-cat li{
    border-bottom: 1px dotted #454545;
    padding:25px 0;
    list-style: none;
}
.block-category-carousel .list-cat li:last-child{
    border: none;
}
.block-category-carousel .list-cat li>a{
    color: #eee;
    font-size: 11px;
    text-transform: uppercase;
}
.block-category-carousel .list-cat li>a:hover{
    color: #c99947;
}
.block-category-carousel .list-cat li>a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto!important;
}
.block-category-carousel .owl-controls .owl-dots{
    text-align: center;
}
.block-category-carousel .owl-controls .owl-dot{
    display: inline-block;
    padding: 0 5px;
}
.block-category-carousel .owl-controls .owl-dot span{
    width: 8px;
    height: 8px;
    border: 1px solid #414141;
    border-radius: 0;
    background-color: transparent;
    display: inline-block;
}
.block-category-carousel .owl-controls .owl-dot.active span{
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.block-category-carousel.style2{
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 10;
    width: 200px;
    bottom: 0;
    padding: 0;
    background: none;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.block-category-carousel.style2.open{
    left: 0;
}
.block-category-carousel.style2 .block-toggle{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    z-index: 3;
}
.block-category-carousel.style2 .block-toggle.closed{
    right: -30px;
    background-color: #333;
}
.block-category-carousel.style2 .block-toggle.closed .icon:before{
    content: "\e684";
}

.block-category-carousel.style2 .title{
    font-size: 18px;
    color: #fff;
    margin: 0;
    margin-top: 40px;
}
.block-category-carousel.style2 .title:after{
    display: none;
}
.block-category-carousel.style2 .sub-title{
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}
.block-category-carousel.style2 .list-cat li{
    border: none;
    padding: 0 20px;
}
.block-category-carousel.style2 .list-cat li>a{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.2);
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.block-category-carousel.style2 .list-cat li:hover>a{
    color: #fff;
    
}
.block-category-carousel.style2 .list-cat li:hover{
    background-color: #c09d55;
}
.block-category-carousel.style2 .list-cat li:last-child>a{
    border: none;
}
.home-top{
    position: relative;
    overflow: hidden;
}
/* Block feature product */
.block-featured-product .owl-carousel .owl-prev,
.block-featured-product .owl-carousel .owl-next{
    position: absolute;
    top: -64px;
    right: 0;
}
.block-featured-product .owl-carousel .owl-prev{
    right: 40px;
}

/**/
.slide-product .owl-controls .owl-next, 
.slide-product .owl-controls .owl-prev{
    top: 35%;
}

/* block-single-product */
.block-single-product .product-name a{
    font-size: 28px;
    color: #222;
    text-transform: uppercase;
    margin: 0;
}
.block-single-product .product-name a:hover{
    color: #c99947;
}
.block-single-product .desc{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 30px;
}
.block-single-product.style2 .product-info{
    padding-top: 50px;
}
.block-single-product .desc ul{
    padding-left: 18px;
}
.block-single-product .desc p{
    margin-bottom: 10px;
}
.block-single-product .price{
    font-size: 24px;
    color: #222;
    display: inline-block;
    margin-right: 10px;
}
.block-single-product .price ins{
    text-decoration: none;
}
.block-single-product .price del{
    color: #999;
}
.block-single-product .addtocart{
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}
.block-single-product .addtocart:hover{
    color: #c99947;
}
.block-single-product .addtocart .pe-7s-cart{
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}
.block-single-product .attributes{
    font-family: 'Roboto';
    font-weight: 300;
}
.block-single-product .attributes .title{
    text-decoration: underline;
}
.block-single-product .item{
    padding-top: 25px;
    margin-bottom: 50px;
    overflow: hidden;
}
.block-single-product .item span{
    width: 40px;
    height: 40px;
    display: inline-block;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.block-single-product .item span:last-child{
    margin-right: 0;
}

/*------------------------------
 SINGLE PRODUCT
 -------------------------------*/
.product-details-full{

  width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  
    margin-top: -1px;
}
.product-details-full h3, .h3 {
    font-size: 24px;
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Coranto';
    text-align: center;
}
.product-details-full  .price {color: #876a33;
    line-height: 1.35;
    letter-spacing: .01em;
    font-size: 3rem;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Coranto';}
	
	
	
.product-detail-image .thumbnails{
    width: 150px;
    float: left;
}
.product-detail-image .thumbnails a{
    margin-bottom: 20px;
    display: inline-block;
}
.product-detail-image .thumbnails a img{
    border: 1px solid #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.product-detail-image .thumbnails a.active img,
.product-detail-image .thumbnails a:hover img{
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-detail-image .main-image-wapper{
    overflow: hidden;
    padding-left: 10px;
}

.product-detail-image.style2 .thumbnails{
    width: 100%;
}
.product-detail-image.style2  .owl-prev, 
.product-detail-image.style2  .owl-next{
    width: 29px;
    height: 29px;
    line-height: 29px;
    border: none;
    background-color: rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.product-detail-image.style2  .owl-prev, 
.product-detail-image.style2  .owl-next{
    background-color: rgba(0,0,0,0.7);
}
.product-detail-image.style2 .main-image-wapper{
    padding: 0;
    margin-bottom: 20px;
}
.product-detail-image.style2 .thumbnails a{
    margin: 0;
}

.product-detail-image .outof-stock{
        position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 95px;
    text-transform: uppercase;
    text-align: center;
    background-color: #111;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 33px;
    word-break: break-word;
    padding-left: 15px;
    padding-right: 15px;
    line-height: normal;
}
.product-details-right .out-of-stock{
    font-size: 18px;
    color: #aaa;
    margin-bottom: 15px;
    display: inline-block;
}
.product-details-right{
    background-color: #fff;
    padding: 5px 30px 50px;
    overflow: hidden;
}

.product-details-right .breadcrumbs{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.product-details-right .product-name{
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-details-right .rating{
  font-size: 14px;
    color: #92733f;
    margin-bottom: 10px;
    text-align: center;
}
.product-details-right .rating .count-review{
    color: #92733f;
}
.product-details-right .price{
    color: #222;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
.product-details-right .price ins{
    text-decoration: none;
}
.product-details-right .price del{
    color: #999;
}
.product-details-right .short-descript{
    font-family: 'Roboto';
    margin-bottom: 20px;
}
.product-details-right .short-descript p{
    margin-bottom: 0;
}
.product-details-right .button-add-cart {
    display: block;
    float: none;
    margin-top: 20px;
    clear: none;
    padding: 16px 33px;
    font-size: 14px;
}
.product-details-right .quantity{
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.product-details-right .quantity input{
    padding: 5px;
}
.product-details-right .wishlist.button,
.product-details-right .compare.button{
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.product-details-right.style2{
    padding: 0;
}
.select-color,
.select-size{
    margin-bottom: 25px;
    display: inline-block;
    width:100%;

}
.select-color label,
.select-size label{
    margin-bottom: 10px;
    color: #000;
}
.select-color a{
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px;
    line-height: normal;
    float: left;
    margin-right: 7px;
}
.select-color a span {
    width: 21px;
    height: 21px;
    display: inline-block;
    float: left;
}
.product-details-right .select-color a.active,
.product-details-right .select-color a:hover {
    border-color: #666;
}
.product-details-right .select-size a{
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #eaeaea;
    color: #333;
    line-height: normal;
    min-width: 24px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.product-details-right .select-size a:hover, 
.product-details-right .select-size a.active {
    background-color: #333333;
    color: #fff;
}
.product-details-right.style2{
    font-family: 'MontserratLight';
    width: 100%;
    float: left;
}
.product-details-right.style2 .product-name{
    color: #000;
    margin-bottom: 0;
    font-family: 'MontserratLight';
}

.product-details-right.style2 .short-descript{
    border-top: 1px solid #eaeaea;
    padding: 30px 0 15px 0px;
}
.product-details-right .price{
    margin-bottom: 20px;
    font-family: 'MontserratLight';
}
.product-details-right.style2 .cart-form{
    border-top: 1px solid #eaeaea;
    margin-top:25px;
    padding-top: 25px;
    overflow: hidden;
}
.product-details-right .size-chart a{
    text-transform: uppercase;
    color: #000;
    text-transform: uppercase;
}
.product-details-right .size-chart a:after{
    content:'';
    background: url('../images/size-char.png') no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 20px;
}
.product-details-right.style2 .button-add-cart{
    display: inline-block;
    clear: none;
    margin: 0;
    margin-right: 5px;
}
.product-details-right.style2 .quantity{
    min-width: 175px;
    display: table;
    padding-top: 10px;
}
.product-details-right.style2 .quantity a{
    display: table-cell;
    vertical-align: middle;
    font-style: 18px;
    font-weight: 600;
    color: #000;
}
.product-details-right.style2 .quantity input{
    border: none;
    text-align: center;
    display: table-cell;
    width: 100%;
}
.product-details-right.style2 .wishlist.button,
.product-details-right.style2 .compare.button{
    background-color: transparent;
    border: 1px solid #eaeaea;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.product-details-right.style2 .share{
    margin-top: 20px;
}
.product-details-right.style2 .share a{
    font-size: 13px;
    color: #999;
    margin-right: 35px;
    display: inline-block;
}
.product-details-right.style2 .share a .fa{
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
}
.product-details-right.style2 .share a:hover{
    color: #c99947;
}

.product-details-right.style2 .meta{
    margin-bottom: 20px;
}
.product-details-right.style2 .meta>span{
    display: inline-block;
    border-right: 1px solid #eaeaea;
    padding: 0 35px;
    line-height: 20px;
}
.product-details-right.style2 .meta>span:first-child{
    padding-left: 0;
}
.product-details-right.style2 .meta>span:last-child{
    padding-right: 0;
    border: none;
}
.product-details-right.style2 .rating{
    color: #ffcc33;
}
.product-detail-image.style2{
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

/* TAB PRODUCT */
.tab-details-product{
   
    margin-bottom: 60px;
}
.tab-details-product.style2{
    margin-bottom: 40px;
}
.tab-details-product .box-tabs{
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.tab-details-product .box-tabs li{
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0 18px;
}
.tab-details-product .box-tabs li:last-child{
    padding-right: 0;
}
.tab-details-product .box-tabs li:first-child{
    padding-left: 0;
}
.tab-details-product .box-tabs li a{
    color: #222;
    text-transform: uppercase;
}
.tab-details-product .box-tabs li a:after{
    content: '';
    height: 2px;
    display: block;
    width: 0%;
    margin-top: 3px;
    background-color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.tab-details-product .box-tabs li a:hover:after,
.tab-details-product .box-tabs li.active a:after{
    width: 100%;
}
.tab-details-product .tab-container{
    font-family: 'Roboto';
    border-bottom: 1px solid #876a33;
    padding-bottom: 5px;
}
.tab-details-product .tab-container ul,
.tab-details-product .tab-container ol{
    padding-left: 15px;
}
.product-slide .section-title{
    margin-bottom: 40px;
}



/* BOX REVIEW */
.box-review{
    margin-bottom: 30px;
}
.box-list-reviews{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eaeaea;
}
.box-list-reviews .commentlist{
    padding: 0;
    margin: 0;
}
.box-list-reviews .commentlist .comment{
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0;
    overflow: hidden;
}
.box-list-reviews .commentlist .comment:first-child{
    padding-top: 0;
}
.box-list-reviews .commentlist .comment:last-child{
    padding-bottom: 0;
    border: none;
}
.box-list-reviews .comment-info{
    width: 200px;
    float: left;
}
.box-list-reviews .commentlist .comment .comment-content{
    font-family: 'Roboto';
}
.box-list-reviews .meta span{
    display: block;
    color: #222;
}

.box-list-reviews .meta .date2{
    font-family: 'Roboto';
    color: #999;
}
.box-list-reviews .comment-text{
    overflow: hidden;
}
.form-review{
    font-family: 'Roboto';
    overflow: hidden;
}
.form-review input[type="text"],
.form-review input[type="email"]{
    width: 80%;
}
.form-review textarea{
    width: 100%;
    min-height: 220px;
}
.form-review .rating{
    display: inline-block;
    float: left;
    padding-top: 8px;
}
.form-review .submit{
    float: right;
}

table.group-product{
    width: 100%;
}
table.group-product>tbody>tr>th,
table.group-product>tbody>tr>td{
    padding: 10px 30px;
    line-height: 24px;
    border: 1px solid #eee;
    border-color: #eee;
    vertical-align: middle;
}
table.group-product>tbody>tr>th{
    background-color: #eee;
    border:none;
    text-transform: uppercase;
}
table.group-product a{
    color: #333;
}
table.group-product a:hover{
    color: #c99947;
}
table.group-product .price{
    margin: 0;
    font-family: 'MontserratLight';
    font-size: 14px;
}
.product-details-right table.group-product div.quantity{
    margin: 0;
    padding: 0;
    min-width: 1px;
}
table.group-product div.quantity .qty{
    border: 1px solid #ccc;
    width: 40px;
    margin: 0 10px;
}
table.group-product .th-price,
table.group-product .th-qty{
    text-align: center;
}

table.group-product .th-qty{
    width: 100px;
}
/*---------------------------
BLOG PAGE 
-----------------------------*/
.blog-grid{
  margin: 0 -15px;
}
.blog-grid .grid-item {
  margin-bottom: 60px;
  padding: 0 15px;
  width: 400px
}

/* ITEM BLOG */
.blog-item{
    list-style: none;
}
.blog-item  .blog-title{
    margin: 0;
}
.blog-item  .blog-title a {
  color: #222222;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.blog-item  .blog-title a:hover{
    color: #c99947;
}
.blog-item .blog-short-desc {
  font-family: "Roboto",sans-serif;
}
.blog-item .readmore {
  color: #222;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-item .readmore:after{
    font-family: 'FontAwesome';
    content: "\f178";
    margin-left: 10px;
}
.blog-item .readmore:hover{
    color: #c99947;
}

.blog-item .post-thumbnail{
    margin-bottom: 10px;
}

.blog-item .entry-meta{
    font-size: 13px;
    font-family: 'Roboto';
    margin-bottom: 10px;
    color: #222;

}
.blog-item .entry-meta span{
    border-right: 1px solid #e6e6e6;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 14px;
}
.blog-item .entry-meta span:last-child{
    border: none;
    padding: 0;
    margin: 0;
}

.blog-item .blog-comment .fa-comment {
  color: #c99947;
  margin-right: 5px;
}
.blog-detail .blog-title a{
    font-size: 24px;
}
.blog-detail .post-thumbnail{
    margin-bottom: 35px;
    margin-top: 20px;
}


/* blog-related */
.blog-related .blog-item{
    margin-bottom: 30px;
}

.comment-social {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  overflow: hidden;
}

.comment-social > h4 {
  color: #333;
  font-family: "Playfair Display",serif;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  float: left;
  margin: 0;
}

.comment-social .social {
  float: right;
  text-align: right;
}

.comment-social .social span {
  color: #333333;
  font-family: "Playfair Display",serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.comment-social .social a{
    display: inline-block;
    margin: 0 3px;
    color: #222;
    line-height: normal;
}

.comment-social .social a:hover{
    color: #c99947;
}

.comment-social .social .fa {
  font-size: 18px;
}

/* Blog comment*/
#comments-list > h4 {
  color: #333;
  float: left;
  font-family: "Playfair Display",serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin: 15px 0 0 0;
}

.author-info-wrap {
  padding-top: 40px;
  padding-left: 40px;
}
.author-info-wrap .content {
  padding-top: 33px;
  width: 68%;
  overflow: hidden;
  padding-left: 25px;
  font-family: 'Roboto';
}
.author-info-wrap .avatar{
    width: 130px;
    float: left;
}
.author-info-wrap .author-name{
    font-size: 15px;
    color: #222;
}
.related-wrap {
  margin-bottom: 30px;
  margin-top: 80px;
}

#comments .comment-list .comment {
  list-style: none;
}
#comments .comment-list .comment-author {
  float: left;
  height: 85px;
  margin-right: 30px;
  width: 85px;
}
#comments .comment-list .comment-body {
  border: 1px solid #dddddd;
  float: left;
  padding: 30px;
  width: 75%;
}
#comments .comment-list .comment-item {
  float: left;
  margin-bottom: 45px;
  width: 100%;
}

#comments .children {
  padding-left: 100px;
  list-style: none;
}
#comments .comment-list h5.author {
  float: left;
  margin-right: 30px;
  margin-top: 2px;
}

#comments .comment-list .date-comment {
  font-family: 'Roboto';
  font-size: 13px;
}
#comments .comment-list .comment-reply-link {
    color: #222222;
    float: right;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}
#comments .comment-list .comment-content {
  color: #555555;
  font-family: playfair display;
  font-size: 13px;
  font-style: italic;
  display: table;
  width: 100%;
}

#comments .comment-list .comment-reply-link .fa.fa-mail-reply {
  margin-left: 10px;
  transform: rotateY(180deg);
}
#comments .comment-list{
    overflow: hidden;
}
#comments .comment-list-title,
.related-wrap .related-title{
    font-size: 14px;
    border-bottom: 2px solid #222;
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 5px;
}
.comment-form {
  border-top: 1px solid #eeeeee;
}
.comment-form .comment-reply-title {
  font-size: 14px;
  margin: 40px 0;
  text-transform: uppercase;
}
.comment-form .submit.style2 {
  padding: 13px 50px;
}
.comment-form form{
    font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.comment-form input[type="text"] {
  clear: both;
  float: left;
  margin-bottom: 30px;
  padding: 6px 15px;
  width: 48%;
}

.single-blog .comment-form-comment textarea {
  float: left;
  padding: 15px;
  width: 75%;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#commentform .form-submit .submit {
  background: none repeat scroll 0 0 #111111;
  border: medium none;
  color: #ffffff;
  float: left;
  font-size: 14px;
  padding: 15px 48px;
  text-transform: uppercase;
}
.comment-form-comment {
  margin-bottom: 30px;
  width: 75%;
}
.clear {
  clear: both;
}
.comment-form .submit {
  border: none;
}
/* Boutique banner*/
.butique-banner{
    position: relative;
    padding-right: 30px;
    margin-bottom: 30px;
}
.butique-banner .banner-inner{
    position: absolute;
    left: 0;
    right: 300px;
    top: 45px;
    bottom: 45px;
    border:3px solid #c99947;
    padding: 60px 100px 70px 55px;
}
.butique-banner .top{
    display: table;
    margin-bottom: 30px;
}
.butique-banner .bottom{
    font-size: 13px;
    color: #666;
    font-family: 'MontserratLight';
}
.butique-banner .block-link{
    display: inline-block;
    padding: 2px 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    float: right;
}
.butique-banner .block-link:hover{
    background-color: #c99947;
}
.butique-banner .status{
    width: 93px;
    height: 93px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background-color: #c99947;
    font-family:gitman-icons;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    position: relative;
}
.butique-banner .status:before{
    content: '';
    width: 2px;
    height: 64px;
    position: absolute;
    top: -63px;
    left: 50%;
    background-color: #c99947;
}
.butique-banner .status span{
    font-size: 18px;
}
.butique-banner .head{
    margin-left: 120px;
}
.butique-banner .head .title{
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    margin-top: -5px;
}
.butique-banner .head .title a{
    color: #333;
}
.butique-banner .image{
    text-align: right;
    position: relative;
}
.butique-banner .image:before{
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.butique-banner .image:after{
    background-color: rgba(255, 255, 255, 0.09);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.butique-banner .image:hover:before, 
.butique-banner .image:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.butique-banner .head .subtitle{
    font-size: 30px;
    font-family:gitman-icons;
    font-style: italic;
    font-weight: 700;
    color: #c99947;
    margin: 0;
    line-height: normal;
    margin-top: -10px;
}
.butique-banner .head .subtitle:after{
    width: 47px;
    height: 2px;
    content: '';
    display: block;
    margin-top: 5px;
    background-color: #c99947;
}
.butique-banner.style2{
    padding-top: 140px;
    padding-right: 0;
}
.butique-banner.style2 .banner-inner{
    top: 0;
    left: -30px;
    right: inherit;
    padding: 45px 0;
    text-align: center;
    right: 30px;
    bottom: inherit;
}
.butique-banner.style2 .head .title{
    font-size: 18px;
    margin: 0;
}
.butique-banner.style2 .head .subtitle{
    font-size: 16px;
    margin: 0;
}
.butique-banner.style2 .head .subtitle:after{
    margin: 0 auto;
    margin-top: 5px;
}
.butique-banner.style2 .head{
    padding: 0;
    width: 100%;
    margin-left: 0;
}
.butique-banner.style2 .top{
    width: 100%;
}
.butique-banner.left{
    padding-left: 30px;
    padding-right: 0;
}
.butique-banner.left .image{
    text-align: left;
}
.butique-banner.left .banner-inner{
    right: 0;
    left: 300px;
    padding-left: 100px;
    padding-right: 60px;
}
.butique-banner.left.style2{
    padding-left: 0;
}
.butique-banner.left.style2 .banner-inner{
    left: 30px;
    padding: 45px 0;
    right: -30px;
}
/* Paralax */
.bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

/*testimonials*/
.testimonials  .avatar{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.testimonials  .avatar:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonials  .avatar img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonials .item-center .avatar:before{
    display: none;
}
.testimonials .inner{
    display: none;
}
.testimonials-owl-3 .testimonial-owl{
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.testimonials .testimonial-info{
    font-size: 13px;
    font-family: 'MontserratLight';
    color: #fff;
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
}
.testimonials .text-in{
    margin-bottom: 10px;
}
.testimonials h6{
    color: #fff;
    margin: 0;
    font-family:gitman-icons;
    font-size: 18px;
    font-style: italic;
}
.testimonials h6:before,
.testimonials h6:after{
    content: '-';
    display: inline-block;
    margin: 0 10px;
}
.testimonials .owl-prev,
.testimonials .owl-next{
    position: absolute;
    top: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #fefefe;
    text-align: center;
    line-height: 28px;
    color: #fefefe;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.testimonials .owl-prev{
    left: -100px;
}
.testimonials:hover .owl-prev{
    left: -154px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.testimonials .owl-next{
    right: -100px;
}
.testimonials:hover .owl-next{
    right: -154px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.testimonials.style2 .testimonial{
    text-align: left;
}
.testimonials.style2 .testimonial .avatar {
    width: 110px;
    height: 110px;
    float: left;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255,255,2555,0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 45px;
}
.testimonials.style2 .inner {
    display: inherit;
    font-size: 13px;
    font-family: 'MontserratLight';
    padding-left: 75px;
    padding-right: 75px;
    overflow: hidden;
    padding-top: 15px;
}
.testimonials.style2 .text-in {
    color: #fff;
    margin-bottom: 30px;
}
.testimonials.style2 .text-in:before {
    content: '';
    display: inline-block;
    width: 47px;
    height: 33px;
    background-image: url('../images/t-left.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -75px;
    position: absolute;
}
.testimonials.style2 .text-in:after {
    content: '';
    display: inline-block;
    width: 47px;
    height: 33px;
    background-image: url('../images/t-right.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
}
.testimonials.style2 h6 {
    font-family:gitman-icons;
    font-size: 12px;
}
.testimonials.style2 .owl-prev, .testimonials.style2 .owl-next {
    border: none;
    color: #fff;
}
/* block-banner-text*/
.block-banner-text{
    position: relative;
    margin-bottom: 15px;
}
.block-banner-text .image{
    text-align: right;
}
.block-banner-text .content{
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(201,153,71,0.5);
    width: 51%;
    text-align: center;
    padding-top: 65px;
}
.block-banner-text .content:before{
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: 9;
    border-top: 5px solid #c99947;
    border-bottom: 5px solid #c99947;
    transform: scale(0, 1);
}
.block-banner-text .content:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: 9;
    border-left: 5px solid #c99947;
    border-right: 5px solid #c99947;
    transform: scale(1, 0);
}
.block-banner-text:hover .content:before, 
.block-banner-text:hover .content:after {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.block-banner-text .title{
    font-family: 'LaCompagnie';
    margin: 0;
    font-size: 48px;
    color: #c99947;
    font-weight: normal;
    line-height: normal;
}
.block-banner-text .subtitle{
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    margin: 0;
}
.block-banner-text .text a{
    font-family:gitman-icons;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #333;
}
.block-banner-text.style2{
    margin-bottom: 30px;
}
.block-banner-text.style2 .banner-content{
    margin-top: -40px;
    padding: 0 35px;
    position: relative;
    z-index: 1;
}
.block-banner-text.style2 .banner-content .inner{
    border-width: 5px;
    border-style: solid;
    border-color: rgba(201,153,71,0.5);
    padding: 60px 10px 40px 10px;
    text-align: center;
}
.block-banner-text.style2 .title{
    font-size: 26px;
    color: #333;
    font-family:gitman-icons;
    margin-bottom: 10px;
    font-weight: 700;
}
.block-banner-text.style2 .banner-link{
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
}

.group-banner-text{
    margin: 0 -7.5px;
}
.group-banner-text .item{
    padding: 0 7.5px;
    overflow: hidden;
}
.block-banner-text.style2:hover .title {
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
}

/* block-banner-horizontal */
.block-banner-horizontal{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.block-banner-horizontal .image,
.block-banner-horizontal .content{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}
.block-banner-horizontal .image{
    padding-right: 15px;
}
.block-banner-horizontal .content{
    background-color: #f1d8ae;
    position: relative;
}
.block-banner-horizontal .content:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #f1d8ae transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-banner-horizontal .big-title{
    font-family:gitman-icons;
    font-style: italic;
    font-weight: 700;
    font-size: 44px;
    line-height: normal;
    margin-bottom: 0;
}
.block-banner-horizontal .medium-title{
    font-family:gitman-icons;
    font-style: italic;
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;


}
.block-banner-horizontal .banner-link{
    text-transform: uppercase;
    font-size: 12px;
    color: #222222;
    text-decoration: underline;
}
.block-banner-horizontal .banner-link:hover{
    color: #c99947;
    font-style: italic;
}
.block-banner-horizontal:hover .medium-title{
    -webkit-animation: zoomInUp 1s;
    -moz-animation: zoomInUp 1s;
}
.block-banner-horizontal.gray .content{
    background-color: #eaeaea;
}
.block-banner-horizontal.gray .content:before{
    border-right-color: #eaeaea;
}
.block-text-border{
    padding: 15px 5px;
}
.block-text-border .content{
    border: 1px solid #c99947;
    text-align: center;
    padding:75px 0;
}
.block-text-border .title{
    font-family: 'LaCompagnie';
    margin: 0;
    font-size: 48px;
    color: #c99947;
    font-weight: normal;
    line-height: normal;
}
.block-text-border .subtitle{
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
}
.block-text-border .link{
    font-family:gitman-icons;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
}
.block-text-border .link:hover{
    color: #c99947;
}

.border-dashed{
    display: inline-block;
    border-top: 1px dashed  #cccccc;
    width: 100%;
    float: left;
}
/* group-banner-masonry */
.group-banner-masonry:after{
    content: '';
    display: block;
    clear: both;
}
.banner-masonry-item{
    float: left;
}
.banner-masonry-item .inner{
    position: relative;
    overflow: hidden;
}
.banner-masonry-item .inner img{
    width: 100%;
}
.group-banner-masonry .grid-sizer,
.banner-masonry-item{
    width: 16.66666666666%;
}
.banner-masonry-item-2x{
    width: 33.33333333333%;
}

.banner-masonry-item .inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.banner-masonry-item .inner:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-masonry-item .content{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    left: -100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-masonry-item:hover .content{
    left: 0%;
}
.banner-masonry-item .title{
    margin: 0;
    font-family: 'LaCompagnie';
    font-size: 60px;
    color: #c99947;
    line-height: normal;
}
.banner-masonry-item .subtitle{
    font-size: 24px;
    margin: 0;
    color: #fefefe;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner-masonry-item .link{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fefefe;
}
.banner-masonry-item .link:hover{
    color: #c99947;
}

/* block-newletter */
.block-newletter{
    border: 1px dashed #ccc;
    padding: 25px 0;
    display: table;
    width: 100%;
}
.block-newletter .head,
.block-newletter .form{
    display: table-cell;
    vertical-align: middle;
}
.block-newletter .head {
    border-right: 1px solid #eaeaea;
    min-width: 420px;
    width: 490px;
    padding-left: 70px;
}
.block-newletter .head .section-title{
    margin: 0;
    padding: 20px 0;
}
.block-newletter .form {
    padding-left: 80px;
    padding-right: 180px;
}

.block-newletter .newletter{
    position: relative;
}
.block-newletter .newletter .email-text{
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    font-family: 'MontserratLight';
    font-size: 13px;
    width: 100%;
}
.block-newletter .newletter .button{
    background-color: transparent;
    color: #222;
    text-transform: uppercase;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.block-newletter .desc{
    color: #333;
    padding-top: 30px;
}
.block-newletter .desc .text-primary{
    font-size: 18px;
    color: #c99947;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}
.block-newletter .desc .big-text{
    font-size: 30px;
}
.block-newletter.style2{
    padding: 30px 100px;
}
.block-newletter.style2 .head{
    border: none;
    border: none;
    width: 400px;
}
.block-newletter.style2 .head .section-title{
    padding: 0;
}
.block-newletter.style2 .head .section-title h3{
    font-size: 30px;
}
.block-newletter.style2 .form{
    padding: 0;
}
.block-newletter.style2 .section-title h3:before{
    display: none;
}
.block-newletter.style2 .sub-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #c99947;
    display: block;
    margin-top: 5px;
}

.block-newletter.style3{
    border: none;
    padding: 0;
}
.block-newletter.style3 .form{
    display: table;
    width: 100%;
    padding: 0;
}
.block-newletter.style3 .newletter-wapper,
.block-newletter.style3 .desc{
    display: table-cell;
    vertical-align: bottom;
}
.block-newletter.style3 .newletter-wapper{
    padding-bottom: 6px;
}
.block-newletter.style3 .newletter{
    width: 360px;
}
.block-newletter.style3 .text-primary{
    text-transform: uppercase;
    font-size: 36px;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}
.block-newletter.style3 .big-text{
    font-size: 60px;
}
.block-newletter.style3 .desc{
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-right: 70px;
}
.block-newletter.style3 .newletter .email-text{
    border: none;
    padding: 10px 25px;
    border: none;
}
.block-newletter.style3 .newletter .button{
    height: 26px;
    width: 56px;
    border-left: 1px solid #eeeeee;
    padding: 0;
    margin: 0;
    background: url('../images/check.png') no-repeat center center;
    font-size: 0;
    top: 10px;
}
.block-newletter.style4{
    border: none;
    display: block;
    padding: 50px 80px;

}
.block-newletter.style4 .head, 
.block-newletter.style4 .form{
    display: block;
    border: none;
    min-width: 1px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.block-newletter.style4 .head .section-title{
    padding: 0;
}
.block-newletter.style4 .desc{
    padding-top: 15px;
    margin-bottom: 28px;
    text-align: center;
}
/* block-text */
.block-text{
    padding: 10px;
    text-align: center;
    background-color: #c99947;
    color: #fff;
    text-transform: uppercase;
    font-family: 'MontserratLight';
}
.block-text p{
    margin: 0;
}
.block-text .primary{
    font-size: 18px;
    font-family:gitman-icons;
    font-weight: 700;
}
.block-text .text{
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: 'MontserratLight';

}
.block-text .text:after{
    content: '';
    width: 42px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 9px;
}
.block-text .text .txt-primary{
    font-family:gitman-icons;
}
/* MObile box menu */
.mobile-navigation{
    display: inline-block;
    font-size: 20px;
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    color: #999;
}
.box-mobile-menu{
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    bottom: 0;
    background-color: #fff;
    z-index: 900;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-mobile-menu.open{
    left: 0%;
}
.box-mobile-menu .box-inner{
    position: relative;
    padding: 15px;
}
.box-mobile-menu .close-menu{
    width: 35px;
    height: 35px;
    font-size: 26px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.2);
    display: inline-block;
    line-height: 24px;
    text-align: center;
    color: #ccc;
    line-height: 38px;
    float: right;
}
.box-mobile-menu .mCSB_inside > .mCSB_container{
    margin: 0;
}

.box-mobile-menu .main-menu{
    margin: 0;
    padding: 0;
}
.align-m {
    vertical-align: middle;
    text-align: center;
}
.box-mobile-menu .main-menu>li{
    display: block;
    width: 100%;
    padding: 0;
	background-color: #faf8f5;
    border: 1px solid #876a33;
    color: #876a33;
    cursor: pointer;
    padding: 0.65em 2em 0.75em;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
}
.box-mobile-menu .main-menu>li:nth-child(8){
    display: block;
    width: 100%;
    padding: 0;
	background-color: #fff;
    border: 1px solid #fff;
    color: #876a33;
    cursor: pointer;
    padding: 0.65em 2em 0.75em;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
}
.box-mobile-menu .main-menu>li:nth-child(9){
    display: block;
    width: 100%;
    padding: 0;
	background-color: #fff;
    border: 1px solid #fff;
    color: #876a33;
    cursor: pointer;
    padding: 0.65em 2em 0.75em;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
}
.box-mobile-menu .main-menu>li:nth-child(10){
    display: block;
    width: 100%;
    padding: 0;
	background-color: #fff;
    border: 1px solid #fff;
    color: #876a33;
    cursor: pointer;
    padding: 0.65em 2em 0.75em;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
}
.box-mobile-menu .main-menu>li:nth-child(8){
    display: block;
    width: 100%;
    padding: 0;
	background-color: #fff;
    border: 1px solid #fff;
    color: #876a33;
    cursor: pointer;
    padding: 0.65em 2em 0.75em;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
}
.footer:after {
   display:none!important;
}
.js-modal-trigger {text-align: center;
    width: 100%;
    display: block;
margin-top: 30px;}


.product-details-full .price {
    color: #876a33;
    line-height: 1.35;
    letter-spacing: .01em;
    font-size: 3rem;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Coranto';
	margin-top: 15px;
}
.product-details-right .quantity {
    display: block;
    float: none;
    padding-right: 10px;
    width: 100%;
    text-align: center;
}
.product-details-right .quantity input {
    padding: 5px;
    text-align: center;
}
.box-mobile-menu .main-menu li{
    position: static;
	text-align: center;

}
.box-mobile-menu .main-menu>li>a{
  width: 100%;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.box-mobile-menu .main-menu>li>a:before{
    display: none;
}
.box-mobile-menu .main-menu .sub-menu{
    position: static;
    max-width: 100%!important;
    width: calc(100% - 15px)!important;
    padding:0;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0);
    display: none;
    min-width: 1px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box-mobile-menu .main-menu .show-submenu>.sub-menu{
    display: block;
}
.box-mobile-menu .main-menu .sub-menu>li{
    padding: 0;
}
.box-mobile-menu .main-menu .sub-menu>li>a{
    padding: 13px 15px;
}
.box-mobile-menu .sub-menu.megamenu{
    padding: 15px;
    background-image: none!important;
}

/*Scroll Top */
.scroll_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 82px;
    background-color: #111;
    display: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.scroll_top:hover, 
.scroll_top:focus,
.scroll_top:active{
    color: #fff;
    background-color: #c99947;
}
.brands-slide img:hover{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video-lightbox:hover .overlay{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: rgba(0,0,0,0.4);
}
.button-loadmore{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 22px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-family:gitman-icons;
    width: 100%;
    text-decoration: underline;
    text-align: center;
}
.button-loadmore:hover{
    color: #c99947;
    text-decoration: underline;
}

/* BANNER PAGE */
.page-banner{
    background-image: url("../images/b/43.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 230px 0 280px 0;
}
.page-banner .banner-content{
    text-align: center;
    color: #fff;
}
.page-banner .banner-content .subtitle{
    font-family:gitman-icons;
    font-size: 18px;
    font-style: italic;
}
.page-banner .banner-content .title{
    color: #fff;
    margin-bottom: 0;
    font-size: 48px;
    letter-spacing: 25px;
    margin-top: 10px;
}

.contact-banner{
    background-image: url("../images/b/45.jpg");
}
.contact-banner .banner-content .title{
    letter-spacing: 10px
}
/* team */
.team .avatar{
    margin-bottom: 15px;
}
.team .name{
    font-size: 15px;
    margin-bottom: 0;
}
.team .position{
    font-family:gitman-icons;
    font-size: 13px;
    font-style: italic;
}

.item-processbar{
    padding-bottom: 40px;
    display: table;
    width: 100%;
}
.item-processbar .processbar-title{
   display: table-cell;
   width: 200px;
   vertical-align: middle;
   font-size: 12px;
   color: #222;
}
.item-processbar .processbar-bg{
    display: table-cell;
    vertical-align: middle;
}
.item-processbar .processbar-width{
    position: relative;
}
.item-processbar .processbar-width .processbar-percent{
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 12px;
    color: #222;
        -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item-processbar .processbar-width{
    width: 0;
}

/*testimonial*/
.testimonial{
    text-align: center;
}
.testimonial .text{
    font-size: 13px;
    font-family:gitman-icons;
    font-style: italic;
    padding-bottom: 50px;
}
.testimonial .name{
    font-size: 15px;
    margin-bottom: 0;
}
.testimonial .position{
    font-family:gitman-icons;
    font-style: italic;
}
.testimonials .owl-dots{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
.testimonials .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background-color: #e6e6e6;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
}
.testimonials .owl-dots .owl-dot.active{
    background-color: #111;
}
.kt-contact-form .title{
    font-size: 14px;
    text-transform:uppercase;
    margin-bottom: 35px;
}
.kt-contact-form input[type="text"],
.kt-contact-form textarea{
    width: 100%;
    font-family: 'Roboto';
}
.kt-contact-form textarea{
    height: 306px;
}
.page-404{
    padding: 100px 0 110px 0;
}
.page-404 .heading {
    font-size: 168px;
    font-weight: 700;
    color: #999;
}
/* CART */
table{
    width: 100%;
}
.shop_table td{
    border-top: 1px solid #ddd;
    padding: 40px 0;
}
.shop_table th{
    padding: 15px 0;
}
.shop_table.cart .product-thumbnail,
.shop_table.cart .product-name{
    padding-left: 0;
}
.shop_table.cart .product-thumbnail{
    width: 100px;
}
.shop_table.cart .product-thumbnail img{
    width: 100px;
}
.shop_table.cart td,
.shop_table.cart th{
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.shop_table.cart .product-name a{
    color: #222222;
}
.shop_table.cart .qty{
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.shop_table.cart .product-remove{
    padding-right: 0;
}
.shop_table.cart .product-remove a{
    color: #555;
}
.box-coupon {
    border: 3px dashed #a2a2a2;
    padding: 15px;
    padding-bottom: 80px;
}
.box-coupon .coupon-box-title {
    margin-bottom: 45px;
    font-size: 18px;
    font-style: italic;
    color: #222;
  font-family:gitman-icons;
}
.box-coupon .inner-box {
    display: table;
    margin: 0 auto;
}
.box-coupon .input-text {
    padding: 8px 15px;
    min-width: 370px;
    margin-right: 5px;
}
.box-cart-total {
    border: 1px solid #dddddd;
    padding: 26px 30px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 55px;
}
.box-cart-total .title {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
}
.box-cart-total table td{
    padding: 10px 0;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    padding-right: 10px;
}
.box-cart-total .price{
    font-family: 'Montserrat', sans-serif;
    color: #222;
}
.box-cart-total label{
    display: block;
    margin: 0;
    font-weight: normal;
    margin-bottom: 10px;
}
.box-cart-total label  .price{
    display: block;
    padding-left: 20px;
}
.box-cart-total label  input[type="radio"]{
    margin: 0;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.box-cart-total .order-total td{
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
}

.box-cart-total .order-total .price{
    font-size: 24px;
    display: inline-block;
    float: right;

}
.box-cart-total .button{
    width: 100%;
    margin-bottom: 20px;
}
.box-cart-total .checkout-button{
    margin-bottom: 0;
}
/*Check out*/
.form-checkout{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}
.form-checkout .form-title{
    margin-bottom: 35px;
}
.form-checkout p{
    margin-bottom: 30px;
}
.form-checkout input[type="text"]{
    width: 100%;
}
.shop-table.order{
    margin-bottom: 40px;
}
.shop-table.order td{
    border-top: 1px solid #ddd;
    padding: 13px 0;
}
.shop-table.order th{
    padding: 13px 0;
}
.shop-table.order td.total,
.shop-table.order th.total{
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    color: #222;
}
.shop-table.order .order-total td{
    background-color: #111111;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 25px;
    border: none;
}
.form-checkout.order .button{
    padding-right: 65px;
    padding-left: 65px;
    font-size: 14px;
}
.payment_methods  .payment_method{
    margin-bottom: 45px;
}
.payment_methods  .payment_method label{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
}
.payment_methods  .payment_method input[type=checkbox], 
.payment_methods  .payment_method input[type=radio]{
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
}
.payment_methods .payment_box{
    padding-top: 10px;
    padding-left: 22px;
}
/* LOOLBOOK */
.lookbook-list{
    padding: 0;
    margin-top: 10px;
}
.lookbook-list .item{
    list-style: none;
    margin-top: 30px;
}
.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    width: 433px;
    margin: 20px auto;
}
.kt-popup-newsletter{
    padding: 20px 60px;
    text-align: center;
    padding-bottom: 100px;
}
.kt-popup-newsletter .popup-title{
    margin-top: 40px;
    text-transform: uppercase;
}
.kt-popup-newsletter .popup-title p{
    margin: 0;
    margin-top: 20px;
}
.kt-popup-newsletter .popup-title h3{
    font-size: 24px;
    margin-bottom: 15px;

}
.kt-popup-newsletter .form-subscribe{
    padding-top: 40px;
}
.kt-popup-newsletter .form-subscribe .input{
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.kt-popup-newsletter .form-subscribe .button{
    margin: 0 5px;
}
.kt-popup-newsletter .checkbox{
    position: absolute;
    margin: 0;
    left: 20px;
    bottom: 10px;
    font-size: 13px;
    color: #888888;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.kt-popup-newsletter .checkbox label{
    font-weight: normal;
}
.kt-popup-newsletter .checkbox input[type="checkbox"]{
    vertical-align: middle;
    margin-top: 6px;
}
.kt-popup-newsletter .primary{
    display: inline-block;
    background-color: #b28b46;
    color: #fff;
    padding: 0 10px;
}



.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 215px;
    display: table;
    font-size: 0;
    overflow: hidden;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    position: relative;
}
.bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.bg-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.kt-banner:hover .bg-image:before {
    right: 50%;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.kt-banner:hover .bg-image:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.2);
}
.block-kt-banner{
    position: relative;
}
.block-kt-banner .banner-content {
    position: absolute;
    max-width: 100%;
}
.block-kt-banner.style1 .title{
    font-size: 50px;
    color: #d1a95a;
    font-family: 'LaCompagnie';
    line-height: normal;
    margin: 0;
}
.block-kt-banner.style1 .subtitle{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.block-kt-banner.style1 .subtitle:after{
    content: '';
    width: 36px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background-color: #333333;
    margin-top: 20px;

}

.block-kt-banner.style1 .banner-button{
    margin-top: 15px;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    font-size: 13px;
}
.block-kt-banner.style1 .banner-button:hover{
    color:#c99947;
}
.block-kt-banner.style1:hover .title {
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
}
.block-kt-banner.style1:hover .subtitle {
    -webkit-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
}

.block-kt-banner.style2 .banner-content{
    border: 5px solid #c99947;
    padding: 20px 0;
}
.block-kt-banner.style2 .title{
    font-size: 60px;
    color: #d1a95a;
    font-family: 'LaCompagnie';
    line-height: normal;
    margin: 0;
}
.block-kt-banner.style2 .subtitle{
    color: #fff;
  font-family:gitman-icons;
    font-style: italic;
}
.block-kt-banner.style2 .subtitle .big-text{
    font-family:gitman-icons;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.block-kt-banner.style2:hover .banner-content {
    -webkit-animation: flash 1s;
    -moz-animation: flash 1s;
}
.block-kt-banner.style3 .banner-content{
    border: 5px solid #d14b78;
    padding: 50px 30px 60px 75px;
    color: #fff;
}
.block-kt-banner.style3 .title{
    color: #fff;
    font-family: 'LaCompagnie';
    font-size: 60px;
    margin: 0;
    line-height: 45px;
}
.block-kt-banner.style3 .subtitle{
    font-size: 18px;
    text-transform: uppercase;
}
.block-kt-banner.style3 .banner-button{
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    font-size: 12px;
    background-color: #333;
    margin-top: 15px;
    text-transform: uppercase;
}
.block-kt-banner.style3 .banner-button:hover{
    background-color: #d14b78;
}

.block-kt-banner.style4 .banner-content{
    border-color: #d1a95a;
    padding: 50px 80px 60px 35px;
}
.block-kt-banner.style5 .video .button-play{
    background: url('../images/play2.png') no-repeat;
    width: 64px;
    height: 64px;
}

.block-banner20{
    border: 1px solid #f5f5f5;
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.block-banner20 .top-left,
.block-banner20 .top-right,
.block-banner20 .bottom-left,
.block-banner20 .bottom-right{
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
}
.block-banner20 .top-left{
    border-left: 2px solid #c99947;
    border-top: 2px solid #c99947;
    top: 0px;
    left: 0px;
}
.block-banner20 .top-right{
    border-right: 2px solid #c99947;
    border-top: 2px solid #c99947;
    top: 0px;
    right: 0px;
}

.block-banner20 .bottom-left{
    border-left: 2px solid #c99947;
    border-bottom: 2px solid #c99947;
    left: 0px;
    bottom: 0px;
}
.block-banner20 .bottom-right{
    border-right: 2px solid #c99947;
    border-bottom: 2px solid #c99947;
    right: 0px;
    bottom: 0px;
}
.block-banner20 .inner{
    background-color:#f5f5f5; 
}
.block-banner20 .center{
    position: absolute;
    top:-55px;
}

/*------------------
 SECTION 
 -------------------*/
.margin-bottom-75{
   margin-bottom: 75px!important;
}
.margin-bottom-80{
   margin-bottom: 80px!important;
}
.margin-bottom-25{
   margin-bottom: 25px!important;
}
.margin-top-120{
    margin-top: 120px!important;
}
.margin-top-100{
    margin-top: 100px!important;
}
.margin-top-95{
    margin-top: 95px!important;
}
.margin-top-70{
    margin-top: 70px!important;
}
.margin-top-60{
    margin-top: 60px!important;
}
.margin-top-55{
    margin-top: 55px!important;
}
.margin-top-50{
    margin-top: 50px!important;
}
.margin-top-45{
    margin-top: 45px!important;
}
.margin-top-40{
    margin-top: 40px!important;
}
.margin-top-35{
    margin-top: 35px!important;
}
.margin-top-30{
    margin-top: 30px!important;
}
.margin-top-10{
    margin-top: 10px!important;
}
.margin-top-20{
    margin-top: 20px!important;
}
.margin-top-25{
    margin-top: 25px!important;
}
.margin-top-80{
    margin-top: 80px!important;
}
.margin-top-90{
    margin-top: 90px!important;
}
.margin-top-110{
    margin-top: 110px!important;
}
.margin-top-230{
    margin-top: 230px!important;
}
.margin-bottom-20{
    margin-bottom: 20px!important;
}
.margin-bottom-30{
    margin-bottom: 30px!important;
}
.margin-bottom-35{
    margin-bottom: 35px!important;
}
.margin-bottom-40{
    margin-bottom: 40px!important;
}
.margin-bottom-50{
    margin-bottom: 50px!important;
}
.margin-bottom-0{
    margin-bottom: 0!important;
}
.margin-bottom-60{
    margin-bottom: 60px!important;
}
.magin-top-117{
    margin-top: 117px!important;
}
.padding-0{
    padding: 0!important;
}
.margin-0{
    margin: 0!important;
}
.padding-right-5{
    padding-right: 5px;
}
.section-lasttest-blog{
    padding-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
}
.section-lasttest-blog.no-border{
    border: none;
}
.section-lasttest-blog.full{
    background-color: #f9f9f9;
    padding-top: 60px;
    border: none;
}
.section-brand-slide{
    margin-top: 60px;
}
.our-category{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 60px 0;
}
.section-block-single-product{
    padding: 140px 0;
    background-color: #f4f4f3;
    padding-bottom: 120px;
}
.section-block-single-product2{
    padding: 75px 0;
    background-color: #ececeb;
}
.no-border-top{
    border-top: none;
}

.block-paralax1{
    margin-top: 60px;
    padding: 110px 0 70px 0;
    background-image: url('../images/b/pralax1.jpg');
}
.block-paralax2{
    margin-top: 60px;
    background-image: url('../images/b/pralax2.jpg');
    padding-bottom: 120px;
}
.block-paralax3{
    margin-top: 60px;
    padding: 87px 0 110px 0;
    background-image: url('../images/b/pralax4.jpg');

}
.block-paralax3 .sub-title{
    margin-bottom: 15px;
}
.block-paralax3 .title{
    font-size: 48px;
    color: #333;
   
}
.block-paralax4{
    padding: 75px 0 75px 0;
    margin-top: 0px;
    background-image: url('../images/b/bg-19.jpg');
}
.block-paralax4 .head{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.block-paralax4 .head .title{
     color: #fff;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 1.75;
    letter-spacing: .015em;
   
}
.block-paralax4 .head .sub-title{
   
  font-size: 3.8rem;
    line-height: 1.15;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: 400;
	
}
.block-paralax4 .head:after{
  
}
  .block-paralax4  a:hover  {background-color: #876a33;
    border: 0;
    color: #fff;}
.section-block-text{
    margin: 0 -5px;
}
.section-block-text .item{
    padding: 0 5px;
    margin-bottom: 30px;
}
.section-team{
    background-color: #f9f9f9;
    padding: 60px 0;
}
.section-testimonials{
    background-image: url("../images/b/44.png");
    background-position: center bottom;
}

.block-paralax5{
    margin-top: 70px;
    padding: 60px 0 70px 0;
    background-image: url("../images/b/pralax3.jpg");
}
.block-paralax5 .head{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.block-paralax5 .head .title{
    text-transform: uppercase;
    font-size: 18px;
    color: #c99947;
    margin-bottom: 0;
}
.block-paralax5 .head .sub-title{
    font-family: 'MontserratLight';
    font-size: 12px;
}
.block-paralax5 .head:after{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
/* ----------
RESPONSIVE
---------- */
@media (min-width: 1280px){
    .container {
        width: 98%;
    }

}
@media (max-width: 1366px){
    .header-categoy-menu,
    .header-categoy-menu.opened{
        padding-left: 30px;
        padding-right: 30px;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
    .header-categoy-menu{
        right: -300px;
    }
    .header-categoy-menu.closed{
        right: -300px;
    }
    .header-categoy-menu .open-header-sidebar,
    .header-categoy-menu.closed .open-header-sidebar{
        display: block;
    }
    .header.sidebar{
        padding-left: 30px;
        min-width: 300px;
        max-width: 300px;
    }
    .header.sidebar.closed{
        left: -300px;
    }
}
@media(max-width: 1200px){
    .header.style1 .logo{
        padding: 0;
        margin-bottom: 35px;
        text-align: center;
    }
    .header.style1 .category-menu{
        float: none;
        display: table;
        margin: 0 auto;
    }
    .header.style5 .main-menu>li{
        padding: 0 15px;
    }
    
    
    .header.style4 .logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .header.style4 .main-menu>li{
        padding: 0 10px;
    }
    .header.style4 .mini-cart{
        padding: 0 15px;
    }
    .header.style4 .top-header{
        padding: 20px 30px;
    }
    .banner-text.style3 .subtitle{
        margin-bottom: 50px;
        font-size: 18px;
    }
    .header.style12 .logo2{
        display: block;
    }
    .header.style12 .logo-main{
        display: none;
    }
    .header.style14 .logo{
        min-width: 1px;
        padding: 15px;
        width: auto;
    }
    .header.style14 .main-menu-wapper{
        padding-left: 15px;
    }
    .header.style14 .box-search, .header.style14 .box-settings, .header.style14 .mini-cart{
        padding: 15px;
    }
    .header.style14 .right-control{
        width: auto;
        min-width: 1px;
    }
    .header.style14 .main-menu>li{
        padding: 0 15px;
    }
    .butique-banner .banner-inner{
        right: 60px;
        background-color: rgba(255,255,255,0.8);
    }
    .butique-banner.left .banner-inner{
        left: 60px;
    }
    .group-banner-masonry .grid-sizer, .banner-masonry-item{
        width: 25%;
    }
    .banner-masonry-item-2x{
        width: 50%;
    }
    .shop-top .orderby-wapper{
        padding-left: 10px;
    }
    .block-newletter .head{
        width: 50%;
    }
    .block-newletter .form{
        padding: 0 30px;
    }
    .element-icon.plus:after{
        display: none;
    }
    
}
.main-menu-wapper .menu-item-has-children1  {display:none}
@media (max-width: 991px){
    /* PRODUCT GRID*/
    .product-list-grid.desktop-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.desktop-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.desktop-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.desktop-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.desktop-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.desktop-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.desktop-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.desktop-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.desktop-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.desktop-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.desktop-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.desktop-columns-12 .product-item:nth-child(12n+1){
        clear: none;
    }
    /* PRODUCT GRID*/
    .product-list-grid.tablet-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.tablet-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.tablet-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.tablet-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.tablet-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.tablet-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.tablet-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.tablet-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.tablet-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.tablet-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.tablet-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.tablet-columns-12 .product-item:nth-child(12n+1){
        clear: left;
    }
    .header.style1 .category-menu li>a{
        width: 100px;
        height: 100px;
        padding-top: 5px;
    }
    .header.style1 .main-menu>li{
        padding: 0 10px;
    }
    .header.style1 .main-menu>li:first-child{
        padding-left: 0;
    }
    .newsletter:after{
        left: 0;
        width: 100%;
    }
    .header.style2 .logo{
        text-align: center;
        margin-bottom: 0px;
		width: 200px;
		    top: -20px;
			
    }
	#mobmenu{
		
		    position: absolute;
    top: 60px;
    display: block;
	    text-align: center;
    width: 100%;
	}
	
	#mobmenu a{
		
		padding: 10px;
    font-size: 14px;
    font-family: 'Coranto';
		
	}
	 .cart-container .cart-row .mobile-row .price,  .cart-container .cart-row .mobile-row .quantity,  .cart-container .cart-row .mobile-row .total {
    flex: 1;
    text-align: center;

    color: #222;
    font-size: 18px;
}
.table-responsive {
   
    border: none!important;
}
.cart-container .cart-row .mobile-title {
    display: block;
}
.cart-container .cart-row {
    flex-direction: column;
}
.cart-container .cart-row .mobile-row {
    width: 100%;
    align-items: center;
}
.cart-container .cart-row .mobile-row .price {
    display: none;
}
.cart-container .cart-headings {
    display: none;
}
.cart-container .cart-row .product {
    width: 100%;
	margin-bottom: 10px;
}
#checkout-cart td:nth-child(3) {
    padding: 8px;
    display: none;
}
	.scrollmagic-pin-spacer {padding-bottom: 0px!important;}
	.plr-20 {
   
}
.main-menu-wapper .menu-item-has-children1  {display:block}
#collar {margin-top: 80px;}
.has-gutter--m > .col {
   width: 100%!important;
}
#textil .table__cell {
 
}
.box-mobile-menu .main-menu {
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
.block-top-sell .gorup-button {
    display: none;
}
#front-and-back .u-bg-cv{text-align: center!important;}
#front-and-back img{   padding-left: 15px;
    padding-right: 15px;}
.sf-video p{
  width: 100%!important;
}
#textil .s23 {
    width: 100%;
    text-align: center;
}
#textil .pl-20 {
    padding-left: 0px;
}
.product-details-right .button-add-cart {
    display: block;
    float: none;
    margin-top: 20px;
    clear: none;
    padding: 16px 33px;
    font-size: 14px;
}
	.menu-item-has-children  {    display: none;}
    .header.style2 .main-header{
        padding: 40px 0;
    }
    .header.style2 .top-header{
        padding-top: 30px;
    }
    .header.style2 .main-menu{
        float: left;
    }
    .header.style2 .main-menu>li{
        padding: 0  10px;
    }
    .header.style2 .main-menu>li:first-child{
        padding-left: 0;
    }
    .header.style3 .logo{
        text-align: center;
    }
    .header.style3 .main-menu>li{
        padding: 0 15px;
    }
    .banner-text .title{
        font-size: 24px;
    }
    .banner-text .sub-title{
        font-size: 14px;
    }
    .header.style5 .mini-cart .cart-link{
        font-size: 0;
    }
    .header.style5 .mini-cart .count{
        top: -30px;
    }
    .header.style5 .mini-cart .cart-link .icon{
        margin-top: 10px;
    }
    .category-menu.style2 li{
        padding: 0 20px;
    }
    .category-menu.style2 li>a{
        text-align: center;
    }
    .category-menu.style2 li>a .icon{
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }
    .category-menu.style2 li>a .icon img{
        width: 50%;
    }
    .header.style4 .mini-cart .cart-link{
        font-size: 0;
    }
    .header.style4 .mini-cart .count{
        top: -30px;
    }
    .header.style4 .main-menu{
        display: none;
    }
    .header.style4 .mobile-navigation{
        display: inline-block;
    }
    .footer.style2 .footer-sidebar{
        border: none;
    }
    .topbar-menu>li>a{
        padding: 13px 10px;
    }
    .header.style12 .main-menu{
        display: none;
    }
    .header.style12 .mobile-navigation{
        display: inline-block;
    }
    .header.style14 .main-menu{
        display: none;
    }
    .header.style14 .main-header{
        padding: 0;
    }
    .header.style14 .mobile-navigation{
        display: inline-block;
        color: #fff;
        margin: 0;
    }
    .header.style14 .logo, .header.style14 .main-menu-wapper, .header.style14 .right-control{
        text-align: center;
    }
    .header.style14 .main-menu-wapper {
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgba(255,255,255,0.2);
        padding: 15px;
    }
    .butique-banner .banner-inner{
        padding: 20px;
        padding-top: 60px;
    }
    .butique-banner.left .banner-inner{
        padding: 20px;
        padding-top: 60px;
    }
    .butique-banner .head .title{
        font-size: 36px;
    }
    .butique-banner .head .subtitle{
        font-size: 24px;
    }
    .block-banner-text .content{
        width: 100%;
        background-color: rgba(255,255,255,0.8);
    }
    .block-text-border .content{
        padding: 50px 0;
    }
    .block-text-border .subtitle,
    .block-banner-text .subtitle{
        font-size: 16px;
    }
    .header.style15{
        position: static;
        background-color: #111;
    }
    .header.style15 .main-header{
        padding: 15px 0;
    }
    .element-icon.plus:after{
        display: none;
    }
    .block-newletter{
        display: block;
        padding: 25px;
    }
    .block-newletter .head, 
    .block-newletter .form{
        display: block;
    }
    .block-newletter .form{
        padding: 0;
        margin-top: 20px;
    }
    .block-newletter .head{
        border: none;
    }
    .block-newletter .head .section-title{
        padding: 0;
    }
    
    .group-banner-masonry .grid-sizer, .banner-masonry-item{
        width: 33.3333333%;
    }
    .banner-masonry-item-2x{
        width: 66.6666666%;
    }
    .lastest-blog.style5 .item-blog .info {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .block-newletter.style2{
        padding: 15px;
    }
    .header.sidebar.closed,
    .header.sidebar{
        left: -300px;
    }
    .header.sidebar .open-header-sidebar{
        display: block;
    }
    .header.sidebar.opened{
        left: 0;
    }
    .header.sidebar.opened .open-header-sidebar{
        display: none;
    }
    .header-categoy-menu.closed{
        right: -300px;
    }
    .shop-top .shop-top-left,
    .shop-top .shop-top-right{
        width: 100%;
    }
    .shop-top .shop-top-left{
        padding-bottom: 10px;
    }
    .shop-top .show-grid-list{
        float: right;
    }
    .shop-top .orderby-wapper{
        padding-left: 0;
    }
    .shop-top .woocommerce-result-count{
        display: none;
    }
    .element-icon.style4 .icon{
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }
    .element-icon.style4 .content{
        text-align: center;
    }
}

@media (max-width: 767px){
    /* PRODUCT GRID*/
    .product-list-grid.tablet-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.tablet-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.tablet-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.tablet-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.tablet-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.tablet-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.tablet-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.tablet-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.tablet-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.tablet-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.tablet-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.tablet-columns-12 .product-item:nth-child(12n+1){
        clear: none;
    }
    /* PRODUCT GRID*/
    .product-list-grid.mobile-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.mobile-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.mobile-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.mobile-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.mobile-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.mobile-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.mobile-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.mobile-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.mobile-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.mobile-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.mobile-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.mobile-columns-12 .product-item:nth-child(12n+1){
        clear: left;
    }
    .mobile-navigation{
      display: inline-block;
    color: #876a33;
    /* font-family: tablet-gothic-condensed,Helvetica,Arial,sans-serif; */
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: 10%;
    }
	.main-menu-wapper .col-md-9 {
    width: 38%;
      float: left;
    padding-left: 0;
    padding-right: 0;
}
.header.style2 .box-control {
     width: auto;
    float: left;
    top: -60px;
    position: absolute;
    left: 5%;
}
.footer__meta__block {
    z-index: 2;
    text-align: center;
    padding: 10px;
}
.footer__social {
    direction: ltr;
    font-size: 2.2rem;
    margin-top: 2px;
}
.footer span {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #876a33;
	color:#876a33;
	font-family: 'Coranto';
}
.footer__meta {
    display: block!important;
    flex-direction: column;
}
.footer__meta-block-text--mob {
    display: block;
}
.header.style2 .box-search {
    padding: 0;
    width: 40px;
    position: absolute;
    left: 8%;
    top: -13px;
    color: #876a46;
}
.header.style19 .box-search .icon {
   font-size: 25px;
    color: #876a33;
    
}
.header.style2 .mini-cart .icon{
    font-size: 25px;
 color: #876a33;
}
.show-shopping-cart {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    left: 0%;
    top: 100%;
	right:0;
    width: 300px;
    visibility: hidden;
    z-index: 100;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.header.style2 .mini-cart {
    display: table-cell;
    top: 5px;
    left: 25%;
}
.block-paralax4 {
    padding: 45px 0 45px 0;
    
}
.slide-fullscreen .item-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px!important;
}
.pt-30 {
    padding-top: 0px;
}
.footer__social {
    direction: ltr;
    font-size: 2.2rem;
    text-align: center;
}

  .footer__links {
    bottom: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 48%;
    display: block;
    float: left;
    padding: 5px;
}

.align-c1 {
    position: absolute;
    top: 20%;
    text-align: center;
    font-family: Coranto;
    text-align: left!important;
     width: 50%; 
    left: 5%;
	    display: none;
}
.page-section__cta {
    margin: 20px 0;
    text-align: center;
    display: none;
}
.header.style2 .mini-cart .count {
    top: -10px;
    right: 5px;
    display: none;
}
.common-home .logo img {
    filter: inherit;
}
    .footer .payment .head{
        padding: 0;
        margin-bottom: 30px;
    }
    .header.style1 .box-control{
        width: 80%;
        float: right;
    }
    .header.style1 .main-menu,
    .header.style5 .main-menu{
        display: none;
    }
    .header.style1 .category-menu{
        text-align: center;
    }
    .header.style1 .category-menu li{
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .header.style1 .main-header{
        padding: 35px 0;
    }
    .header.style2 .main-menu{
        display: none;
    }
    .category-menu{
        text-align: center;
    }
    .category-menu li{
        float: none;
    }
    .section-title{
        margin-bottom: 5px;
    }
    .lastest-blog .blog-date{
        padding: 0;
    }
    .header.style3 .slogan,
    .header.style3 .main-menu{
        display: none;
    }
    .owl-carousel-mobile{
        margin: 0;
    }
    .owl-carousel-mobile .mobile-slide-item{
        padding: 0;
        margin: 0;
    }
    .header.style3 .mini-cart .cart-link{
        font-size: 0;
    }
    .header.style3 .mini-cart{
        padding: 0 10px;
    }
    .header.style3 .mini-cart .count{
        top: -30px;
    }
    .header.style3 .box-search .search{
        padding: 10px 0;
    }
    .header.style3 .mini-cart .cart-link .icon{
        margin-top: 10px;
    }
    .header.style3 .mobile-navigation{
        margin-top: 7px;
    }
    .tab-product .nav-tab{
        text-align: center;
    }
    .tab-product .nav-tab li{
        padding: 0;
    }
    .tab-product .nav-tab li a{
        font-size: 14px;
        padding: 0 10px;
    }
    .tab-product .nav-tab li a:after{
        display: none;
    }
    .tab-product .nav-tab li:hover a, 
    .tab-product .nav-tab li.active a{
        color: #c99947;
    }
    .header.style4 .top-header{
        padding: 20px 10px;
    }
    .header.style4 .button-search{
        width: 30px;
        height: 30px;
        right: 10px;
    }
    .header.style4 .mobile-navigation{
        margin-top: 15px;
    }
    .category-menu.style2 li{
        padding: 10px 0;
        display: block;
        width: 100%;
    }
    .header.style4 .main-header{
        padding: 10px 0;
    }
    .topbar-menu{
        text-align: center;
        float: none;
        display: block;
    }
    .topbar-menu.right,
    .topbar-menu.left{
        float: none;
    }
    .topbar-menu>li>a{
        padding: 5px;
    }
    .header.style12 .main-header{
        padding-bottom: 30px;
    }
    .tab-product.style2 .nav-tab li a:after{
        display: none;
    }
    .butique-banner{
        padding: 0;
    }
    .butique-banner .banner-inner{
        left: inherit;
        right: inherit;
        right: inherit;
        bottom: inherit;
        top: inherit;
        position: static;
        display: table;
        width: 100%;
    }
    .butique-banner .head{
        float: left;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
    .butique-banner.style2 .banner-inner{
        left: inherit;
        right: inherit;
        bottom: inherit;
        top: inherit;
        position: static;
    }
    .butique-banner.left{
        padding: 0;
    }
    .butique-banner .image img{
        width: 100%;
    }
    .header.style15 .mobile-navigation{
       margin-top: 7px;
       color: #fff;
    }
    .block-banner-text .content{
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .element-icon.style4{
        text-align: center;
    }
    .element-icon.style4 .icon{
        text-align: center;
        display: block;
    }
    .element-icon.style4 .content{
        text-align: center;
    }
    .element-icon.style4 .inner{
        padding: 30px 0;
    }
    .group-banner-masonry .grid-sizer, .banner-masonry-item{
        width:50%;
    }
    .banner-masonry-item-2x{
        width: 100%;
    }
    .shop-top .show-grid-list{
        display: none;
    }
    .box-list-reviews .comment-info,
    .box-list-reviews .comment-text{
        width: 100%;
        float: left;
        overflow: inherit;
    }
    .tab-details-product .box-tabs li{
        padding: 0;
        width: 100%;
        display: block;
    }
    .product-detail-image .thumbnails{
        width: 50px;
    }
    .product-detail-image .thumbnails a{
        margin-bottom: 10px;
    }
    .lastest-blog.style4 .left{
        position: static;
        width: 100%;
        padding: 30px;
    }
    .box-product-featured .box-head{
        width: 100%;
    }
    .box-product-featured .box-content{
        width: 100%;
        margin: 0;
        float: left;
    }
    .block-newletter .head{
        min-width: 1px;
        padding: 0;
        width: 100%;
    }
    .section-title.style5 h3:before{
        width: 100%;
    }
    .section-title.style5 h3 span{
        letter-spacing: normal;
        font-size: 20px;
    }
    .section-title.style5 h3{
        width: 100%;
    }
    .lastest-blog.style5 .item-blog .info {
        bottom: 10px;
        opacity: 1;
        visibility: inherit;
    }
}

@media (max-width: 480px){
    .lastest-blog .left, 
    .lastest-blog .right{
        width: 100%;
    }
    .lastest-blog .left{
        margin-bottom: 20px;
    }
    .lastest-blog .right a{
        width: 100%;
    }
    .element-icon .icon{
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .left-slidebar .main-content{
        float: none;
    }
    .group-banner-masonry .grid-sizer, .banner-masonry-item{
        width:100%;
    }
    .banner-masonry-item-2x{
        width: 100%;
    }
    .product-item .product-thumb img{
        width: 100%;
    }
    
    .shop-top .orderby-wapper{
        padding: 0;
    }

}
@media (max-width: 480px){
    .product-item .product-thumb img{
        width: 100%;
    }
    .product-detail-image.style2 .main-image-wapper{
        text-align: center;
    }
}

/* Newsletter popup */
.newsletter-popup {
  display: none !important;
}

@media (min-width: 768px) {
  .boutique-nav {
    pointer-events: none;
	width: 400px;
  }

  .main-menu-wapper:hover .boutique-nav {
    pointer-events: auto;
	
  }

  .header.sidebar .boutique-nav {
    pointer-events: auto;
  }
}

a {
  cursor: pointer;
}

.tab-panel ul {
  padding-bottom: 20px;
}

.header + .container > .breadcrumb {
  display: none;
}

#product-category #content {
  padding-top: 0px;
}

#content {
  padding-top: 33px;
}

#content h1 {
    text-transform: uppercase;
 
    margin-top: 25px;
    font-size: 24px;
}

.panel {
  border: 1px solid #eee;
}

.panel-default>.panel-heading {
  background: none;
}

.panel-title {
  font-size: 14px;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 3px dashed #a2a2a2;
}

.well {
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

legend {
  border: none;
  padding: 20px 0px 5px 0px;
}

.buttons {
  padding-top: 30px;
}

.container .container {
  width: 100% !important;
}

.col-sm-4 .col-sm-3, .col-sm-8 .col-sm-3 {
  width: 100% !important;
  padding: 0px !important;
}

.header-type-6 {
  padding-left: 375px;
}

@media (max-width: 991px) {
  .header-type-6 {
    padding-left: 0px;
  }
}

.header-type-10 {
  padding-left: 345px;
}

@media (max-width: 991px) {
  .header-type-10 {
    padding-left: 0px;
  }
  .home-slide5{
  
  padding-top: 170px!important;}
  [class^="pe-7s-"], [class*=" pe-7s-"] {
  
    
    font-weight: bold!important;
    
}
  .product-details-full {
    width: 100%;
    padding-right: 0px; 
     padding-left: 0px; 
   
}
  
}
.upsell-products {overflow: hidden;}
.header-type-11:not(.common-home) header,
.header-type-12:not(.common-home) header,
.header-type-16:not(.common-home) header {
   position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.icon-attention-circled:before {
  content: "\e800";
}
.icon-down-open-big:before {
  content: "\e801";
}
.icon-location:before {
  content: "\e802";
}
.icon-search:before {
  content: "\e803";
}
.icon-suitcase:before {
  content: "\e804";
}
.icon-minus:before {
  content: "\e805";
}
.icon-plus:before {
  content: "\e806";
}
.icon-pinterest-circled:before {
  content: "\e807";
}
.icon-twitter:before {
  content: "\e808";
}
.icon-instagram:before {
  content: "\e809";
}
.icon-facebook:before {
  content: "\e80a";
}
.icon-right-open-big-1:before {
  content: "\e80b";
}
.icon-left-open-big:before {
  content: "\e80c";
}
.icon-mail-alt:before {
  content: "\e80d";
}
.icon-close:before {
  content: "\e80e";
}
.hide {
  display: none !important;
}
.hide--soft {
  display: none;
}
.hide--visiblity {
  visibility: hidden;
}
.block,
.block-absolute,
.modal__close,
.tabber__tab:after,
.tabber:after,
.footer:after,
.o-radial:after,
.o-radial--bottom:after,
.o-radial,
.o-radial--bottom,
.o-arrow:after,
.o-line-bg--dark.has-gradient:after,
.o-line-bg--dark,
.o-line-bg,
.u-gradient--overlay--psuedo:before,
.block-fixed,
.block-relative,
.accordion > ul > li > ul,
.accordion > ul > li,
.accordion > ul,
.store-locator,
.input-group,
.select-wrapper,
hr,
.rte img,
.col,
.row,
.grid,
.grid--s,
.grid--m,
.grid--l {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
form.contact-form,
.o-divider--h,
.o-divider--v,
.u-middle-align-helper:after,
.u-inline-helper:after,
.mto_detail-section.is-color:after,
.mto__panel[data-name="monogram"] [data-option="monogram-color"]:after,
.mto__panel[data-name="monogram"] [data-option="monogram-placement"]:after,
.inline-relative,
.flickity-page-dots .dot:after,
.modal__content,
.storefinder_submit,
.search_bar input,
.search_bar span,
.search_bar > div,
.header_html .quote,
.o-arrow:before,
.o-arrow,
.c-checkbox .__label,
.c-checkbox .__checkbox,
.counter,
label,
input,
select,
.button,
.storefinder_submit .button,
.button--ghost,
.button--product-option,
.button--option,
.button--solid,
input[type="submit"],
button,
[class^="icon-"],
[class*=" icon-"],
.icon,
.selectric-wrapper:after,
.select-wrapper:before {
  display: inline-block;
}
.relative,
.search_bar,
.inline-relative,
.flickity-page-dots .dot:after,
.modal__content,
.storefinder_submit,
.search_bar input,
.search_bar span,
.search_bar > div,
.header_html .quote,
.o-arrow:before,
.o-arrow,
.c-checkbox .__label,
.c-checkbox .__checkbox,
.counter,
label,
input,
select,
.button,
.storefinder_submit .button,
.button--ghost,
.button--product-option,
.button--option,
.button--solid,
input[type="submit"],
button,
.block-relative,
.accordion > ul > li > ul,
.accordion > ul > li,
.accordion > ul,
.store-locator,
.input-group,
.select-wrapper,
hr,
.rte img,
.col,
.row,
.grid,
.grid--s,
.grid--m,
.grid--l {
  position: relative;
}
.absolute,
.selectric-wrapper:after,
.fitguide__illustration img,
.fitguide__table,
.fitguide__table--ties,
.product__detail__border:before,
.cart__products-inner:before,
.select-wrapper:before,
.absolute--0,
.submenu-mobile:after,
.submenu-mobile:before,
.block-absolute,
.modal__close,
.tabber__tab:after,
.tabber:after,
.footer:after,
.o-radial:after,
.o-radial--bottom:after,
.o-radial,
.o-radial--bottom,
.o-arrow:after,
.o-line-bg--dark.has-gradient:after,
.o-line-bg--dark,
.o-line-bg,
.u-gradient--overlay--psuedo:before {
  position: absolute;
}
.fixed,
.block-fixed {
  position: fixed;
}
.static {
  position: static;
}
.absolute--0,
.submenu-mobile:after,
.submenu-mobile:before {
  top: 0;
  left: 0;
}
.s1,
form.contact-form,
.products__product-container {
  width: 100%;
}
.s12 {
  width: 50%;
}
.s13 {
  width: 33.2%;
}
.s23 {
  width: 66.66667%;
}
.s14 {
  width: 25%;
}
.s34 {
  width: 75%;
}
.s16 {
  width: 16.66667%;
}
.s56 {
  width: 83.33333%;
}
.s15 {
  width: 20%;
}
.s25 {
  width: 40%;
}
.s35 {
  width: 60%;
}
.s45 {
  width: 80%;
}
@media (min-width: 24.9375em) {
  .s1_xs {
    width: 100%;
  }
  .s12_xs {
    width: 50%;
  }
  .s13_xs {
    width: 33.33333%;
  }
  .s23_xs {
    width: 66.66667%;
  }
  .s14_xs {
    width: 25%;
  }
  .s34_xs {
    width: 75%;
  }
  .s16_xs {
    width: 16.66667%;
  }
  .s56_xs {
    width: 83.33333%;
  }
  .s15_xs {
    width: 20%;
  }
  .s25_xs {
    width: 40%;
  }
  .s35_xs {
    width: 60%;
  }
  .s45_xs {
    width: 80%;
  }
}
@media (min-width: 31.25em) {
  .s1_s {
    width: 100%;
  }
  .s12_s {
    width: 50%;
  }
  .s13_s {
    width: 33.33333%;
  }
  .s23_s {
    width: 66.66667%;
  }
  .s14_s {
    width: 25%;
  }
  .s34_s {
    width: 75%;
  }
  .s16_s {
    width: 16.66667%;
  }
  .s56_s {
    width: 83.33333%;
  }
  .s15_s {
    width: 20%;
  }
  .s25_s {
    width: 40%;
  }
  .s35_s {
    width: 60%;
  }
  .s45_s {
    width: 80%;
  }
}
@media (min-width: 48em) {
  .s1_m {
    width: 100%;
  }
  .s12_m {
    width: 50%;
  }
  .s13_m {
    width: 33.33333%;
  }
  .s23_m {
    width: 66.66667%;
  }
  .s14_m {
    width: 25%;
  }
  .s34_m {
    width: 75%;
  }
  .s16_m {
    width: 16.66667%;
  }
  .s56_m {
    width: 83.33333%;
  }
  .s15_m {
    width: 20%;
  }
  .s25_m {
    width: 40%;
  }
  .s35_m {
    width: 60%;
  }
  .s45_m {
    width: 80%;
  }
}
@media (min-width: 64em) {
  .s1_l {
    width: 100%;
  }
  .s12_l {
    width: 50%;
  }
  .s13_l {
    width: 33.33333%;
  }
  .s23_l {
    width: 66.66667%;
  }
  .s14_l {
    width: 25%;
  }
  .s34_l {
    width: 75%;
  }
  .s16_l {
    width: 16.66667%;
  }
  .s56_l {
    width: 83.33333%;
  }
  .s15_l {
    width: 20%;
  }
  .s25_l {
    width: 40%;
  }
  .s35_l {
    width: 60%;
  }
  .s45_l {
    width: 80%;
  }
}
@media (min-width: 75em) {
  .s1_xl {
    width: 100%;
  }
  .s12_xl {
    width: 50%;
  }
  .s13_xl {
    width: 33.33333%;
  }
  .s23_xl {
    width: 66.66667%;
  }
  .s14_xl {
    width: 25%;
  }
  .s34_xl {
    width: 75%;
  }
  .s16_xl {
    width: 16.66667%;
  }
  .s56_xl {
    width: 83.33333%;
  }
  .s15_xl {
    width: 20%;
  }
  .s25_xl {
    width: 40%;
  }
  .s35_xl {
    width: 60%;
  }
  .s45_xl {
    width: 80%;
  }
}
@media (min-width: 87.5em) {
  .s1_xxl {
    width: 100%;
  }
  .s12_xxl {
    width: 50%;
  }
  .s13_xxl {
    width: 33.33333%;
  }
  .s23_xxl {
    width: 66.66667%;
  }
  .s14_xxl {
    width: 25%;
  }
  .s34_xxl {
    width: 75%;
  }
  .s16_xxl {
    width: 16.66667%;
  }
  .s56_xxl {
    width: 83.33333%;
  }
  .s15_xxl {
    width: 20%;
  }
  .s25_xxl {
    width: 40%;
  }
  .s35_xxl {
    width: 60%;
  }
  .s45_xxl {
    width: 80%;
  }
}
.grid,
.grid--s,
.grid--m,
.grid--l {
  margin: auto;
  width: 100%;
}
.grid--max {
  max-width: 1400px;
  text-align: center;
}
.grid--l {
  width: 100%;
}
@media (min-width: 48em) {
  .grid--l {
    width: 92.5%;
  }
}
.grid--m {
  width: 90%;
}
@media (min-width: 64em) {
  .grid--m {
    width: 86%;
  }
}
@media (min-width: 75em) {
  .grid--m {
    width: 78%;
  }
}
.grid--s {
  width: 90%;
  max-width: 900px;
}
@media (min-width: 64em) {
  .grid--s {
    width: 78%;
  }
}
@media (min-width: 75em) {
  .grid--s {
    width: 65%;
  }
}
.row {
  margin: 0 auto;
}
.col {
  float: left;
  min-height: 1px;
}
.has-gutter--xs {
  margin-left: -5px;
  margin-right: -5px;
}
.has-gutter--xs > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.has-gutter--s {
  margin-left: -12px;
  margin-right: -12px;
}
.has-gutter--s > .col {
  padding-left: 12px;
  padding-right: 12px;
}
.has-gutter--m {
  margin-left: -30px;
  margin-right: -30px;
}
.has-gutter--m > .col {
  padding-left: 30px;
  padding-right: 30px;
}
.has-gutter--l {
  margin-left: -30px;
  margin-right: -30px;
}
.has-gutter--l > .col {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 48em) {
  .has-gutter--l {
    margin-left: -40px;
    margin-right: -40px;
  }
  .has-gutter--l > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 64em) {
  .has-gutter--l {
    margin-left: -60px;
    margin-right: -60px;
  }
  .has-gutter--l > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.has-gutter--5 {
  margin-left: calc(-2.5 + px);
  margin-right: calc(-2.5 + px);
}
.has-gutter--5 > .col {
  padding-left: calc(2.5 + px);
  padding-right: calc(2.5 + px);
}
.has-gutter--10 {
  margin-left: calc(-5 + px);
  margin-right: calc(-5 + px);
}
.has-gutter--10 > .col {
  padding-left: calc(5 + px);
  padding-right: calc(5 + px);
}
.has-gutter--15 {
  margin-left: calc(-7.5 + px);
  margin-right: calc(-7.5 + px);
}
.has-gutter--15 > .col {
  padding-left: calc(7.5 + px);
  padding-right: calc(7.5 + px);
}
.has-gutter--20 {
  margin-left: calc(-10 + px);
  margin-right: calc(-10 + px);
}
.has-gutter--20 > .col {
  padding-left: calc(10 + px);
  padding-right: calc(10 + px);
}
.has-gutter--25 {
  margin-left: calc(-12.5 + px);
  margin-right: calc(-12.5 + px);
}
.has-gutter--25 > .col {
  padding-left: calc(12.5 + px);
  padding-right: calc(12.5 + px);
}
.has-gutter--30 {
  margin-left: calc(-15 + px);
  margin-right: calc(-15 + px);
}
.has-gutter--30 > .col {
  padding-left: calc(15 + px);
  padding-right: calc(15 + px);
}
.has-gutter--35 {
  margin-left: calc(-17.5 + px);
  margin-right: calc(-17.5 + px);
}
.has-gutter--35 > .col {
  padding-left: calc(17.5 + px);
  padding-right: calc(17.5 + px);
}
.has-gutter--40 {
  margin-left: calc(-20 + px);
  margin-right: calc(-20 + px);
}
.has-gutter--40 > .col {
  padding-left: calc(20 + px);
  padding-right: calc(20 + px);
}
.has-gutter--50 {
  margin-left: calc(-25 + px);
  margin-right: calc(-25 + px);
}
.has-gutter--50 > .col {
  padding-left: calc(25 + px);
  padding-right: calc(25 + px);
}
.has-gutter--60 {
  margin-left: calc(-30 + px);
  margin-right: calc(-30 + px);
}
.has-gutter--60 > .col {
  padding-left: calc(30 + px);
  padding-right: calc(30 + px);
}
.h-s1 {
  height: 100%;
}
.h-s12 {
  height: 50%;
}
.clear-l {
  clear: left;
}
@media (min-width: 24.9375em) {
  .clear-l_xs {
    clear: left;
  }
}
@media (min-width: 31.25em) {
  .clear-l_s {
    clear: left;
  }
}
@media (min-width: 48em) {
  .clear-l_m {
    clear: left;
  }
}
@media (min-width: 64em) {
  .clear-l_l {
    clear: left;
  }
}
@media (min-width: 75em) {
  .clear-l_xl {
    clear: left;
  }
}
.u-clear:before,
.template-customers-order .order-container:before,
.row:before,
.u-clear:after,
.template-customers-order .order-container:after,
.row:after {
  content: " ";
  display: table;
}
.u-clear:after,
.template-customers-order .order-container:after,
.row:after {
  clear: both;
}
.u-inline-helper:after,
.mto_detail-section.is-color:after,
.mto__panel[data-name="monogram"] [data-option="monogram-color"]:after,
.mto__panel[data-name="monogram"] [data-option="monogram-placement"]:after {
  content: "";
  width: 100%;
}
.u-middle-align-helper:after {
  content: "";
  height: 100%;
  vertical-align: middle;
}
.u-bg-cv,
.u-bg-cv-t {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.u-bg-cn,
.u-bg-cn-b {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.u-bg-cv-t {
  background-position: top center;
}
.u-bg-cn-b {
  background-position: bottom center;
}
.u-min-height {
  min-height: 800px;
}
.u-min-height-lg {
  min-height: 1000px;
}
.u-gradient--page,
.store-locator {
  background-color: #fff;
 
}
.u-gradient--page.is-short,
.is-short.store-locator {
  background-size: 100% 500px;
}
.u-gradient--overlay,
.u-gradient--overlay--psuedo:before {
  background-color: #0000;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(#000000b3, #0000);
  background-size: 100% 80%;
  background-repeat: no-repeat;
}
.u-gradient--overlay--psuedo:before {
  content: " ";
}
.u-gradient--overlay--to-top {
  background-color: #0000;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(to top, #000000b3, #0000);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.u-gradient--overlay-full {
  background-color: #0000;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(#000000b3, #0000);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.u-overflow-hx {
  overflow-x: hidden;
}
.u-overflow-h {
  overflow: hidden;
}
.shopify-challenge__container,
.u-header-offset,
.header_html {
  padding-top: 110px;
}
@media (min-width: 48em) {
  .shopify-challenge__container,
  .u-header-offset,
  .header_html {
    padding-top: 180px;
  }
}
.u-header-offset--small {
  padding-top: 70px;
}
@media (min-width: 31.25em) {
  .u-header-offset--small {
    padding-top: 80px;
  }
}
@media (min-width: 48em) {
  .u-header-offset--small {
    padding-top: 110px;
  }
}
.u-header-offset-important {
  padding-top: 110px !important;
}
@media (min-width: 48em) {
  .u-header-offset-important {
    padding-top: 180px !important;
  }
}
.shopify-challenge__container,
.u-footer-offset {
  padding-bottom: 80px;
}
@media (min-width: 48em) {
  .shopify-challenge__container,
  .u-footer-offset {
    padding-bottom: 130px;
  }
}
.u-fill,
.u-gradient--overlay--psuedo:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.u-price-prefix:before {
  content: "$";
}
.u-comma-suffix:after {
  content: ", ";
}
.u-center-block {
  margin: 0 auto;
}
.u-box-shadow,
.modal__content {
  box-shadow: 0 0 20px #00000026;
}
.u-radial-box-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px #0000001a;
  bottom: 0;
  width: 85%;
  height: 50%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.u-radial-box-shadow--affixed:before {
  -webkit-transition: opacity 0.1s linear 0;
  -moz-transition: opacity 0.1s linear 0;
  -o-transition: opacity 0.1s linear 0;
  transition: opacity 0.1s linear 0;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px #0000001a;
  bottom: 0;
  width: 85%;
  height: 40px;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.u-radial-box-shadow--affixed.is-affixed:before {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear 0.3s;
  -moz-transition: opacity 0.4s linear 0.3s;
  -o-transition: opacity 0.4s linear 0.3s;
  transition: opacity 0.4s linear 0.3s;
}
.is-affixed .u-radial-box-shadow--affixed:before {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear 0.3s;
  -moz-transition: opacity 0.4s linear 0.3s;
  -o-transition: opacity 0.4s linear 0.3s;
  transition: opacity 0.4s linear 0.3s;
}
.u-webkit-transition,
.header__logo-outer,
.header__inner {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.u-pointer {
  cursor: pointer;
}
.u-overflow-x {
  overflow-x: hidden;
  overflow-y: auto;
}
.u-disable-interactions:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
}
.u-flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.u-z-2 {
  z-index: 2;
}
.u-z--1 {
  z-index: -1;
}
.u-z-under-sticky {
  z-index: 2;
}
.u-no-select,
.counter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.u-border-0 {
  border: 0;
}
.u-plus:before {
  content: "+";
}
.is-visible .u-plus:before {
  content: "-";
}
.u-reset-mtop {
  margin-top: -1px;
  position: relative;
  top: 1px;
  padding-top: 1px;
}
.sr-only {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
}
main:focus {
  outline: none;
}
body {
  margin: 0;
}
a {
  background: #0000;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
hr {
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, monospace, serif;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201c""\201d""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
figure {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
    text-shadow: none;
    color: #ca9947;
    font-weight: bold;
}
html,
html a:hover{
  -webkit-font-smoothing: antialiased;
    text-shadow: none;
    color: #ca9947;
    font-weight: bold;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.c-theme {
  color: #876a33;
}
.c-theme-dk {
  color: #624d25;
}
.c-b {
  color: #2b2b2b;
}
.c-b-lt {
  color: #dedede;
}
.c-w {
  color: #fff;
}
.c-w1 {
  color: #fbfbfb;
}
.c-g {
  color: #444;
}
.c-g1 {
  color: #f7f7f7;
}
.c-g2 {
  color: #efefef;
}
.c-g3 {
  color: #9b9b9b;
}
.c-g4 {
  color: #a7a7a7;
}
.c-white {
  color: #fff;
}
.bg-c-theme {
  background-color: #876a33;
}
.bg-c-theme-dk {
  color: #624d25;
}
.bg-c-b {
  background-color: #2b2b2b;
}
.bg-c-b-lt {
  background-color: #dedede;
}
.bg-c-w {
  background-color: #fff;
}
.bg-c-w1 {
  background-color: #fbfbfb;
}
.bg-c-g {
  background-color: #444;
}
.bg-c-g1 {
  background-color: #fff;
}
.bg-c-g2 {
  background-color: #fff;
}
#overview p {    font-size: 16px!important;}
.bg-trans {
  background-color: #0000;
}
.hover-theme {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.hover-theme:hover {
  color: #876a33 !important;
}
.hover-theme-dk,
.promo__content a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.hover-theme-dk:hover,
.promo__content a:hover {
  color: #624d25 !important;
}

.search_bar,
.header_html {
  text-align: center;
}
.align-l,
form.contact-form {
  text-align: left;
}
.align-r {
  text-align: right;
}
.align-j {
  text-align: justify;
}
.align-t,
.newsletter-form {
  vertical-align: top;
}
.align-m {
  vertical-align: middle;
}
.align-b {
  vertical-align: bottom;
}
@media (min-width: 48em) {
  .align-c_m {
    text-align: center;
  }
  .align-l_m {
    text-align: left;
  }
}
.mlr-a {
  margin-left: auto;
  margin-right: auto;
}
.m-a {
  margin: auto;
}
.mt--15 {
  margin-top: -15px;
}
.mb--15 {
  margin-bottom: -15px;
}
.mtb--15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.ml--15 {
  margin-left: -15px;
}
.mr--15 {
  margin-right: -15px;
}
.mlr--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.m--15 {
  margin: -15px;
}
.pt--15 {
  padding-top: -15px;
}
.pb--15 {
  padding-bottom: -15px;
}
.ptb--15 {
  padding-top: -15px;
  padding-bottom: -15px;
}
.pl--15 {
  padding-left: -15px;
}
.pr--15 {
  padding-right: -15px;
}
.plr--15 {
  padding-left: -15px;
  padding-right: -15px;
}
.p--15 {
  padding: -15px;
}
.mt--10 {
  margin-top: -10px;
}
.mb--10 {
  margin-bottom: -10px;
}
.mtb--10 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.ml--10 {
  margin-left: -10px;
}
.mr--10 {
  margin-right: -10px;
}
.mlr--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.m--10 {
  margin: -10px;
}
.pt--10 {
  padding-top: -10px;
}
.pb--10 {
  padding-bottom: -10px;
}
.ptb--10 {
  padding-top: -10px;
  padding-bottom: -10px;
}
.pl--10 {
  padding-left: -10px;
}
.pr--10 {
  padding-right: -10px;
}
.plr--10 {
  padding-left: -10px;
  padding-right: -10px;
}
.p--10 {
  padding: -10px;
}
.mt--5 {
  margin-top: -5px;
}
.mb--5 {
  margin-bottom: -5px;
}
.mtb--5 {
  margin-top: -5px;
  margin-bottom: -5px;
}
.ml--5 {
  margin-left: -5px;
}
.mr--5 {
  margin-right: -5px;
}
.mlr--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.m--5 {
  margin: -5px;
}
.pt--5 {
  padding-top: -5px;
}
.pb--5 {
  padding-bottom: -5px;
}
.ptb--5 {
  padding-top: -5px;
  padding-bottom: -5px;
}
.pl--5 {
  padding-left: -5px;
}
.pr--5 {
  padding-right: -5px;
}
.plr--5 {
  padding-left: -5px;
  padding-right: -5px;
}
.p--5 {
  padding: -5px;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}
.m-0 {
  margin: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.plr-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-0 {
  padding: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mlr-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-5 {
  margin: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-5 {
  padding: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-10 {
  margin: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-10 {
  padding: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-15 {
  margin: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-15 {
  padding: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-20 {
  margin: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.plr-20,
.contact__inner {
  padding-left: 20px;
  padding-right: 20px;
      font-size: 3.2rem;
    line-height: 1.15;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: 400;
}
.p-20 {
  padding: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mlr-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.m-25 {
  margin: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.plr-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-25 {
  padding: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-30 {
  margin: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-30 {
  padding: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.mlr-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.m-35 {
  margin: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.ptb-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.plr-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.p-35 {
  padding: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mlr-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-40 {
  margin: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-40 {
  padding: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mlr-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-50 {
  margin: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-50 {
  padding: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
  
}
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
      text-align: center;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mlr-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-60 {
  margin: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.plr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-60 {
  padding: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.mlr-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-70 {
  margin: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.plr-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-70 {
  padding: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mlr-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.m-80 {
  margin: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.plr-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-80 {
  padding: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.mlr-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-90 {
  margin: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.plr-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-90 {
  padding: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mlr-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.m-100 {
  margin: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-100 {
  padding: 100px;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.float-n {
  float: none;
}
@media (min-width: 24.9375em) {
  .float-l_xs {
    float: left;
  }
  .float-r_xs {
    float: right;
  }
  .float-n_xs {
    float: none;
  }
}
@media (min-width: 31.25em) {
  .float-l_s {
    float: left;
  }
  .float-r_s {
    float: right;
  }
  .float-n_s {
    float: none;
  }
}
@media (min-width: 48em) {
  .float-l_m {
    float: left;
  }
  .float-r_m {
    float: right;
  }
  .float-n_m {
    float: none;
  }
}
@media (min-width: 64em) {
  .float-l_l {
    float: left;
  }
  .float-r_l {
    float: right;
  }
  .float-n_l {
    float: none;
  }
}
@media (min-width: 75em) {
  .float-l_xl {
    float: left;
  }
  .float-r_xl {
    float: right;
  }
  .float-n_xl {
    float: none;
  }
}
p,
.p,
.accordion > ul > li > h3 > button,
.accordion > ul > li > button,
.accordion > ul > li > h3,
html #store_map .gm_popup,
#addresses_list span,
.search_bar input,
.search_bar span,
.fabric-sw__fabric .__:after,
.template-customers-addresses .address-block a,
.template-customers-addresses .address-block span,
.o-alert .errors ul,
.o-alert .errors li,
.rte ul,
.rte li {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.75;
  letter-spacing: 0.015em;
}
small,
small p,
small .p,
small .accordion > ul > li > h3 > button,
small .accordion > ul > li > button,
small .accordion > ul > li > h3,
small html #store_map .gm_popup,
html #store_map small .gm_popup,
small #addresses_list span,
#addresses_list small span,
small .search_bar input,
.search_bar small input,
small .search_bar span,
.search_bar small span,
small .fabric-sw__fabric .__:after,
.fabric-sw__fabric small .__:after,
small .template-customers-addresses .address-block a,
.template-customers-addresses .address-block small a,
small .template-customers-addresses .address-block span,
.template-customers-addresses .address-block small span,
small .o-alert .errors ul,
.o-alert .errors small ul,
small .o-alert .errors li,
.o-alert .errors small li,
small .rte ul,
.rte small ul,
small .rte li,
.rte small li {
  font-size: 13px;
  line-height: 1.6;
}
.rte
  a:not(.button):not(.button--ghost):not(.button--product-option):not(
    .button--option
  ):not(.button--solid):not(input[type="submit"]):not(.c-white) {
  color: #876a33;
}
.trans-bg-c-s,
.button,
.storefinder_submit .button,
.button--ghost,
.button--product-option,
.button--option,
.button--solid,
input[type="submit"],
button {
  transition: background 0.1s, color 0.1s;
  -webkit-transition: background 0.1s, color 0.1s;
  -moz-transition: background 0.1s, color 0.1s;
  -ms-transition: background 0.1s, color 0.1s;
}
.button,
.storefinder_submit .button,
.button--ghost,
.button--product-option,
.button--option,
.button--solid,
input[type="submit"],
button {
  background-color: #faf8f5;
  border: 1px solid #876a33;
  color: #876a33;
  cursor: pointer;
  padding: 0.65em 2em 0.75em;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
}
.button:not(.disabled):hover,
.button--ghost:not(.disabled):hover,
.button--product-option:not(.disabled):hover,
.button--option:not(.disabled):hover,
.button--solid:not(.disabled):hover,
input[type="submit"]:not(.disabled):hover,
button:not(.disabled):hover {
  background-color: #876a33;
  border-color: #624d25;
  color: #fff;
}
.button:not(.button--status).disabled,
.button--ghost:not(.button--status).disabled,
.button--product-option:not(.button--status).disabled,
.button--option:not(.button--status).disabled,
.button--solid:not(.button--status).disabled,
input[type="submit"]:not(.button--status).disabled,
button:not(.button--status).disabled {
  opacity: 0.3;
}
.button.is-selected,
.is-selected.button--ghost,
.is-selected.button--product-option,
.is-selected.button--option,
.is-selected.button--solid,
input.is-selected[type="submit"],
button.is-selected {
  background-color: #876a33;
  color: #fff;
}
.input-border,
.search_bar input,
select,
.select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"] {
  border: 1px solid #dedede;
} /*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-button {
  position: absolute;
  background: #ffffffbf;
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.trans-bg-l {
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
}
.trans-bg-s,
.cart__product-remove {
  transition: background 0.1s;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -ms-transition: background 0.1s;
}
.trans-c-l {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
}
.trans-c-s,
.cart__product-remove .icon-close {
  transition: color 0.1s;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
}
.trans-bg-c-s,
.button,
.storefinder_submit .button,
button,
.button--solid,
.button--option,
.button--product-option,
.button--ghost,
input[type="submit"] {
  transition: background 0.1s, color 0.1s;
  -webkit-transition: background 0.1s, color 0.1s;
  -moz-transition: background 0.1s, color 0.1s;
  -ms-transition: background 0.1s, color 0.1s;
}
.trans-o-s {
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
}
.trans-o-l,
.mto__filter--reset,
.collection__filter--reset {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
.button,
.storefinder_submit .button,
.button--solid,
.button--option,
.button--product-option,
.button--ghost,
input[type="submit"],
button {
  background-color: #faf8f5;
  border: 1px solid #876a33;
  color: #876a33;
  cursor: pointer;
  padding: 0.65em 2em 0.75em;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
}
.button:not(.disabled):hover,
.button--solid:not(.disabled):hover,
.button--option:not(.disabled):hover,
.button--product-option:not(.disabled):hover,
.button--ghost:not(.disabled):hover,
input[type="submit"]:not(.disabled):hover,
button:not(.disabled):hover {
  background-color: #876a33;
  border-color: #624d25;
  color: #fff;
}
.button:not(.button--status).disabled,
.button--solid:not(.button--status).disabled,
.button--option:not(.button--status).disabled,
.button--product-option:not(.button--status).disabled,
.button--ghost:not(.button--status).disabled,
input[type="submit"]:not(.button--status).disabled,
button:not(.button--status).disabled {
  opacity: 0.3;
}
.button.is-selected,
.is-selected.button--solid,
.is-selected.button--option,
.is-selected.button--product-option,
.is-selected.button--ghost,
input.is-selected[type="submit"],
button.is-selected {
  background-color: #876a33;
  color: #fff;
}
.button--solid,
input[type="submit"] {
  background-color: #876a33;
  border: 0;
  color: #fff;
}
.button--solid:not(.disabled):hover,
input[type="submit"]:not(.disabled):hover {
  background-color: #624d25;
  color: #fff;
}
.button--option {
  font-size: 15px;
  color: #2b2b2b99;
  border-color: #dedede;
  background-color: #0000;
  line-height: 1.33;
  letter-spacing: 0.07em;
}
.button--option:hover,
.button--option.is-selected {
  border-color: #876a33;
}
.button--product-option {
  color: #2b2b2b;
  border-color: #dedede;
  background-color: #0000;
  padding: 0.5em 0.8em 0.6em;
  margin: 5px 5px 5px 0;
  line-height: 1.33;
}
.button--ghost {
  background-color: #0000;
  border: 0;
}
.button--ghost:not(.disabled):hover {
  background-color: #0000;
  color: #876a33;
}
input[type="submit"][disabled].button--solid,
input[type="submit"][disabled] {
  background-color: #876a334d;
  border-color: #0000;
}
input[type="submit"][disabled].button--solid:hover,
input[type="submit"][disabled]:hover {
  background-color: #876a334d;
  color: #fff;
  border-color: #0000;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.3s ease !important;
  z-index: 999;
}
.skip-link:active,
.skip-link:focus {
  top: 100px;
  opacity: 1;
  pointer-events: auto;
}
::-webkit-input-placeholder {
  color: #2b2b2b66;
}
:-moz-placeholder {
  color: #2b2b2b66;
}
::-moz-placeholder {
  color: #2b2b2b66;
}
:-ms-input-placeholder {
  color: #2b2b2b66;
}
input {
  border: 0;
  border-radius: 0;
 
}
input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  color: #2b2b2b !important;
}
textarea {
  background-color: #0000;
  border: 0;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
}
.input-border,
.search_bar input,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"],
select,
.select {
  border: 1px solid #dedede;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"] {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  padding: 0.4em 0.85em;

  height: 42px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  border-color: #876a33;
}
label {
  color: #444;
  margin-bottom: 0.33em;
}
@media (max-width: 31.1875em) {
  .select-wrapper {
    width: 100%;
  }
}
.select-wrapper:before {
  content: "\e801";
  top: 16px;
  right: 22px;
  font-size: 12px;
  color: #876a33;
  pointer-events: none;
  z-index: 1;
}
select,
.select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  padding: 0.9em 2.4em 0.9em 0.85em;
  height: 42px;
  width: 100%;
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 1 !important;
}
textarea {
  border: 1px solid #dedede;
  min-height: 85px;
  padding: 0.66em;
  width: 100%;
}
#product .form-group .radio,
#product .form-group .checkbox {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 3px;
    background-color: #f5f5f5;
}

#product .form-group .checkbox input[type="checkbox"],
#product .form-group .radio input[type="radio"] {
    margin-left: -25px;
}

#product .form-group label {
    position: relative;
    display: block;
    margin: 5px;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

#product .form-group .checkbox .img-thumbnail,
#product .form-group .radio .img-thumbnail {
    float: right;
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 5px;
    padding: 0;
}

/* Checkboxes */

#product .form-group input[type="checkbox"] {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

#product .form-group input[type="checkbox"]:after {
    content: '\f14a';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 11px;
    text-align: center;
    color: #dddddddd;
    background-color: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

#product .form-group input[type="checkbox"]:checked:after {
    color: #876a33;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  box-shadow: none;
}
label.checkbox input,
label.radio input {
  font-size: 2rem;
  margin: 0 0.33em 0 0;
  vertical-align: middle;
}
input[type="radio"] {
  border-radius: 100%;
}
.input-group {
position: relative;
    display: table;
    border-collapse: separate;

}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    margin-left: 5px;
    font-size: 14px;
}
.counter {
  border: 1px solid rgba(68, 68, 68, 0.4);
  height: 42px;
  width: 90px;
}
@media (max-width: 31.1875em) {
  .counter {
    width: 100%;
  }
}
.counter .counter__inc,
.counter .counter__dec {
  width: 35%;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 2.8rem;
  line-height: 34px;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: none;
}
.counter .counter__inc:hover,
.counter .counter__dec:hover {
  color: #876a33;
  background-color: #fff;
}
.counter .counter__inc {
  left: 65%;
}
.counter .counter__dec {
  right: 65%;
}
.counter .counter__input {
  border: 0;
  width: 45%;
  height: 100%;
  padding: 0;
  z-index: 0;
  background: #0000;
}
.c-checkbox {
  position: relative;
  padding: 1em 0;
}
.c-checkbox .__input {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}
.c-checkbox .__input[type="hidden"] {
  visibility: hidden;
}
.c-checkbox .__checkbox {
  width: 20px;
  height: 20px;
  background: #876a331a;
  border: 1px solid #876a33;
  cursor: pointer;
}
.c-checkbox .__input:checked + .__checkbox .__svg {
  display: block;
}
.c-checkbox .__svg {
  display: none;
  fill: #876a33;
}
.c-checkbox .__label {
  margin-left: 10px;
}
::selection {
  color: #876a33;
  background-color: #f7f7f7;
}
::-moz-selection {
  color: #876a33;
  background-color: #f7f7f7;
}
html,
body {
  height: 100%;
}
html.modal--is-visible,
html.overflow-hidden,
body.modal--is-visible,
body.overflow-hidden {
  overflow: hidden;
}
.touch html.modal--fixed,
.touch body.modal--fixed {
  position: fixed;
  min-width: 100%;
}
.js-hide,
.ajaxy-loading {
  opacity: 0;
}
.hidden {
  display: none;
}

.image-25 {
  padding-top: 25%;
}
.image-35 {
  padding-top: 35%;
}
.image-50 {
  padding-top: 50%;
}
.image-60 {
  padding-top: 60%;
}
.image-80 {
  padding-top: 80%;
}
.image-100 {
  padding-top: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: disc inside;
}
li {
  margin: 0.33em 0;
    font-size: 1.8rem!important;
}
ul ul,
ul ol,
ol ul,
ol ol,
li ul,
li ol {
  margin: 0;
  padding-left: 2em;
}
ul ul,
ol ul,
li ul {
  list-style: circle inside;
}
ul ol,
ol ol,
li ol {
  list-style: lower-alpha inside;
}
.o-divider--v {
  height: 1.5em;
  vertical-align: middle;
  width: 1px;
  margin: 0 1.5em;
}
.o-divider--h {
  background-color: #dedede;
  height: 1px;
  width: 100%;
}
.o-line-bg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  background: url(../images/line_pattern_bg.svg) repeat top left;
  background-image: linear-gradient(
    -45deg,
    #f7f7f7 15%,
    transparent 15%,
    transparent 50%,
    #f7f7f7 50%,
    #f7f7f7 65%,
    transparent 65%
  );
  background-size: 10px 10px;
}
.o-line-bg--dark {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  background: url(../images/line_pattern_bg.svg) repeat top left;
  background-image: repeating-linear-gradient(
    -45deg,
    #fcfcfc 0,
    #f7f7f7 1px 0.15em,
    #fcfcfc calc(0.15em + 1px) 0.85em
  );
  background-image: -moz-repeating-linear-gradient(
    -45deg,
    #fcfcfc 0,
    #f7f7f7 1px,
    #f7f7f7 0.15em,
    #fcfcfc calc(0.15em + 1px),
    #fcfcfc 0.85em
  );
  background-image: -webkit-repeating-linear-gradient(
    -45deg,
    #fcfcfc 0,
    #f7f7f7 1px,
    #f7f7f7 0.15em,
    #fcfcfc calc(0.15em + 1px),
    #fcfcfc 0.85em
  );
}
.ie9 .o-line-bg--dark {
  background-size: 50px 50px;
}
.o-line-bg--dark.has-gradient:after {
  background-color: #fff0;
  background-image: -webkit-linear-gradient(
    bottom,
    #ffffff,
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(to top, #fff, #fff0);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
}
.o-line-bg--dark.has-gradient.tall-below {
  bottom: -200%;
}
.o-line-bg--dark.has-gradient.tall-above {
  top: -100%;
}
.o-line-bg--dark.has-gradient.tall-above:after {
  bottom: auto;
  top: 0;
  background-color: #fff0;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff,
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(to bottom, #fff, #fff0);
}
.o-arrow {
  height: 50px;
  width: 32px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.o-arrow:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #876a33;
  left: 0.5px;
}
.o-arrow:after {
  content: "";
  width: 100%;
  height: 32px;
  bottom: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #876a33;
  border-bottom: 1px solid #876a33;
}
.o-alert {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.o-alert .alert__inner {
  padding: 2rem 2.5rem;
}
.o-alert.is-visible {
  max-height: 400px;
  opacity: 1;
}
.o-alert .errors ul,
.o-alert .errors li {
  list-style: none;
}
.notify-container {
  max-height: 0;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 48em) {
  .notify-container {
    text-align: left;
    margin-top: 30px;
  }
}
.o-radial,
.o-radial--bottom {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 10px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.o-radial:after,
.o-radial--bottom:after {
  content: "";
  box-shadow: 0 0 10px #0000001a;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-border-radius: 100%;
  width: 85%;
  height: 200%;
  margin: auto;
  left: 0;
  right: 0;
  top: 100%;
}
.o-radial--bottom {
  top: calc(100% + 10px);
}
.o-radial--bottom:after {
  top: -200%;
}
@media (min-width: 48em) {
  .scroll-y-0,
  .scroll-minus-y-0 {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0);
  }
  .scroll-x-0,
  .scroll-minus-x-0 {
    opacity: 0;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translate(0);
  }
  .scroll-show-y-0 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0);
  }
}
@media (min-width: 48em) {
  .scroll-y-10 {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  .scroll-minus-y-10 {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .scroll-x-10 {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translate(10px);
  }
  .scroll-minus-x-10 {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translate(-10px);
  }
  .scroll-show-y-10 {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media (min-width: 48em) {
  .scroll-y-20 {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  .scroll-minus-y-20 {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .scroll-x-20 {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translate(20px);
  }
  .scroll-minus-x-20 {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translate(-20px);
  }
  .scroll-show-y-20 {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media (min-width: 48em) {
  .scroll-y-30 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  .scroll-minus-y-30 {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .scroll-x-30 {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translate(30px);
  }
  .scroll-minus-x-30 {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translate(-30px);
  }
  .scroll-show-y-30 {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (min-width: 48em) {
  .scroll-y-40 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  .scroll-minus-y-40 {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .scroll-x-40 {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translate(40px);
  }
  .scroll-minus-x-40 {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translate(-40px);
  }
  .scroll-show-y-40 {
    opacity: 1;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@media (min-width: 48em) {
  .scroll-y-50 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  .scroll-minus-y-50 {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .scroll-x-50 {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translate(50px);
  }
  .scroll-minus-x-50 {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translate(-50px);
  }
  .scroll-show-y-50 {
    opacity: 1;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@media (min-width: 48em) {
  .scroll-y-60 {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
  }
  .scroll-minus-y-60 {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  .scroll-x-60 {
    opacity: 0;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translate(60px);
  }
  .scroll-minus-x-60 {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translate(-60px);
  }
  .scroll-show-y-60 {
    opacity: 1;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
  }
}
@media (min-width: 48em) {
  .scroll-y-70 {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
  }
  .scroll-minus-y-70 {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  .scroll-x-70 {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translate(70px);
  }
  .scroll-minus-x-70 {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translate(-70px);
  }
  .scroll-show-y-70 {
    opacity: 1;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@media (min-width: 48em) {
  .scroll-y-80 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
  }
  .scroll-minus-y-80 {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .scroll-x-80 {
    opacity: 0;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translate(80px);
  }
  .scroll-minus-x-80 {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translate(-80px);
  }
  .scroll-show-y-80 {
    opacity: 1;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
  }
}
@media (min-width: 48em) {
  .scroll-y-90 {
    opacity: 0;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
  }
  .scroll-minus-y-90 {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  .scroll-x-90 {
    opacity: 0;
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translate(90px);
  }
  .scroll-minus-x-90 {
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translate(-90px);
  }
  .scroll-show-y-90 {
    opacity: 1;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
  }
}
@media (min-width: 48em) {
  .scroll-y-100 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  .scroll-minus-y-100 {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .scroll-x-100 {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translate(100px);
  }
  .scroll-minus-x-100 {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translate(-100px);
  }
  .scroll-show-y-100 {
    opacity: 1;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media (min-width: 48em) {
  .scroll-y-200 {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
  }
  .scroll-minus-y-200 {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  .scroll-x-200 {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translate(200px);
  }
  .scroll-minus-x-200 {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translate(-200px);
  }
  .scroll-show-y-200 {
    opacity: 1;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@media (min-width: 48em) {
  .scroll-y-300 {
    opacity: 0;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
  .scroll-minus-y-300 {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  .scroll-x-300 {
    opacity: 0;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translate(300px);
  }
  .scroll-minus-x-300 {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translate(-300px);
  }
  .scroll-show-y-300 {
    opacity: 1;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
}
.reveal {
  opacity: 0;
}
@media (min-width: 48em) {
  .reveal--md {
    opacity: 0;
  }
}
.d-table {
  display: table;
}
table,
.table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
table tr:first-child,
.table tr:first-child {
  border-top: 1px solid #e2dfe2;
}
table tr:last-child,
.table tr:last-child {
  border-bottom: 1px solid #e2dfe2;
}
table tr:nth-child(2n),
.table tr:nth-child(2n) {
  background-color: #fbfaf7;
}
table tr td:first-child,
.table tr td:first-child {
  font-weight: 700;
}
.table__row-header {
  display: table-header-group;
}
.table__row-footer {
  display: table-footer-group;
}
.table__row-group {
  display: table-row-group;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
}
td,
th,
.table__cell--styled {
  border-left: 1px solid #e2dfe2;
  border-right: 1px solid #e2dfe2;
  display: table-cell;
  padding: 10px 20px;
}
.no-padding td:first-child,
.no-padding th:first-child,
.no-padding .table__cell--styled:first-child {
  padding-left: 0;
}
.no-padding td:last-child,
.no-padding th:last-child,
.no-padding .table__cell--styled:last-child {
  padding-right: 0;
}

.font-coranto,
.accordion > ul > li > h3 > button,
.accordion > ul > li > button,
.accordion > ul > li > h3,
html #store_map .gm_popup,
.collection__sorting-selector .selectric-items li,
.collection__sorting-selector .selectric p {
  font-family: coranto-2, Rockwell, slab, serif;
}
.font-coranto-headline,
.button--option {
  font-family: coranto-2-headline, Rockwell, slab, serif;
}
.font-gothic,
.selectric-wrapper,
.storefinder_submit .button,
.storefinder_submit .button--solid,
.storefinder_submit .button--option,
.storefinder_submit .button--product-option,
.storefinder_submit .button--ghost,
.storefinder_submit input[type="submit"],
select,
.select {
  font-family: tablet-gothic-condensed, Helvetica, Arial, sans-serif;
  font-weight: 600;
}



h6,
.h6,
.product__option__button,
.storefinder_submit .button,
.storefinder_submit .button--solid,
.storefinder_submit .button--option,
.storefinder_submit .button--product-option,
.storefinder_submit .button--ghost,
.storefinder_submit input[type="submit"],
.template-customers-addresses span.add-address-heading,
.collection__filter__button,
.counter {
 
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
      font-family: 'Coranto';
}
.h7,
.selectric-wrapper,
.search_bar select,
select,
.select {
 font-size: 1.3rem!important;
  line-height: 1.75;
  letter-spacing: 0.015em;
}
p,
.p,
.accordion > ul > li > h3 > button,
.accordion > ul > li > button,
.accordion > ul > li > h3,
html #store_map .gm_popup,
#addresses_list span,
.search_bar input,
.search_bar span,
.fabric-sw__fabric .__:after,
.template-customers-addresses .address-block a,
.template-customers-addresses .address-block span,
.rte ul,
.rte li,
.o-alert .errors ul,
.o-alert .errors li {
  font-size: 1.8rem!important;
  font-weight: 100;
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-family: 'Coranto';
}
small,
small p,
small .p,
small .accordion > ul > li > h3 > button,
small .accordion > ul > li > button,
small .accordion > ul > li > h3,
small html #store_map .gm_popup,
html #store_map small .gm_popup,
small #addresses_list span,
#addresses_list small span,
small .search_bar input,
.search_bar small input,
small .search_bar span,
.search_bar small span,
small .fabric-sw__fabric .__:after,
.fabric-sw__fabric small .__:after,
small .template-customers-addresses .address-block a,
.template-customers-addresses .address-block small a,
small .template-customers-addresses .address-block span,
.template-customers-addresses .address-block small span,
small .rte ul,
.rte small ul,
small .rte li,
.rte small li,
small .o-alert .errors ul,
.o-alert .errors small ul,
small .o-alert .errors li,
.o-alert .errors small li {
  font-size: 13px;
  line-height: 1.6;
}
.tiny {
  font-size: 12px;
  line-height: 1.5;
}
.byline {
  line-height: 1.5;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte p {
  max-width: 40em;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin: 1.3ex 0 0.6ex;
}
.rte .h0 {
  max-width: 100%;
  margin: 0 0 0.5ex;
}
.rte p {
  margin: 1em 0;
}
.rte
  a:not(.button):not(.button--solid):not(.button--option):not(
    .button--product-option
  ):not(.button--ghost):not(input[type="submit"]):not(.c-white) {
  color: #876a33;
}
.rte p a {
  text-decoration: underline;
}
.rte img {
  height: auto !important;
  max-width: 100%;
  padding: 2rem 0;
  width: 100%;
}
blockquote {
  margin: 0;
  padding: 0;
}
hr {
  background-color: #f7f7f7;
  border: 0;
  height: 2px;
  margin: 4rem 0;
  width: 100px;
}
@media (min-width: 48em) {
  hr {
    margin: 6rem 0;
  }
}
a {
  text-decoration: none;
}
.font-s-i {
  font-style: italic;
}
.font-w-1 {
  font-weight: 100;
}
.font-w-l {
  font-weight: 300;
}
.font-w-r {
  font-weight: 400;
}
.font-w-6 {
  font-weight: 600;
}
.font-w-b,
.accordion > ul > li > h3 > button,
.accordion > ul > li > button,
.accordion > ul > li > h3 {
  font-weight: 700;
}
.font-t-u,
.selectric-wrapper,
.product__option__button,
.collection__filter__button {
  text-transform: uppercase;
  font-size: 2rem;
}
.font-d-u,
.template-customers-addresses .address-block a {
  text-decoration: underline;
}
.font-t-n {
  text-transform: none;
}
.font-ls-r,
.product__option__button,
.collection__filter__button {
  letter-spacing: 0.07em;
}
.font-lh-sm {
  line-height: 1.4;
}
.align-center {
  text-align: center;
}
.direction-ltr {
  direction: ltr;
}
.link-underlines,
.fitguide__tab,
.sf-pagination__page {
  position: relative;
}
.link-underlines:after,
.fitguide__tab:after,
.sf-pagination__page:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #876a33;
}

.cta-box {
  margin: 30px 0;
  height: 360px;
}
@media (min-width: 48em) {
  .cta-box {
    padding-top: 55%;
  }
}
@media (min-width: 64em) {
  .cta-box {
    padding-top: 42%;
  }
}
@media (min-width: 75em) {
  .cta-box {
    padding-top: 45%;
  }
}
.cta-box .newsletter-form {
  margin: 0;
}
@media (min-width: 37.5em) and (max-width: 47.9375em) {
  .cta-box__inner {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 37.5em) {
  .cta-box__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 64em) {
  .cta-box__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta-box__table {
  margin: 0 auto;
  max-width: 360px;
}
.cta-box__content {
  padding: 3rem 2rem;
}
@media (min-width: 37.5em) and (max-width: 47.9375em) {
  .collection__products.page-section {
    padding: 40px 30px;
  }
}
@media (min-width: 37.5em) {
  .collection__products.page-section .products__product-container {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .collection__products.page-section .products__product-container {
    width: 33.333333%;
  }
}
.collection__products.page-section
  .products__product-container:nth-child(6n + 4) {
  clear: none;
}
@media (min-width: 37.5em) {
  .collection__products.page-section
    .products__product-container:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 75em) {
  .collection__products.page-section
    .products__product-container:nth-child(2n + 3) {
    clear: none;
  }
}
@media (min-width: 75em) {
  .collection__products.page-section
    .products__product-container:nth-child(3n + 4) {
    clear: left;
  }
}
.collection__products.page-section .products__product {
  display: block;
}
@media (min-width: 37.5em) {
  .collection__products.page-section .products__product {
    margin: 10px 0;
  }
}
@media (min-width: 75em) {
  .collection__products.page-section .products__product {
    margin: 30px 0;
  }
}
@media (min-width: 37.5em) {
  .products__product-container {
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .products__product-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333333%;
  }
}
@media (max-width: 31.1875em) {
  .module__products .products__product-container:nth-child(n + 4) {
    display: none;
  }
}
.products__product {
  -webkit-transition: border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  border: 2px solid rgba(0, 0, 0, 0);
  max-width: 360px;
  margin: 0 auto;
  padding: 2rem 0;
  width: 80%;
}
@media (min-width: 48em) {
  .products__product {
    margin: 30px 0;
    width: 100%;
  }
  .products__product:hover {
    border-color: #f7f7f7;
  }
}
.products__product.is-soldout .products__quickview-button {
  display: none;
}
.products__product.is-soldout .products__product-overlay {
  opacity: 0 !important;
}
.products__product-info {
  margin: 20px 0 0;
}
.products__product-price {
  font-size: 2rem;
  font-weight: 100;
}
.products__product-image {
  padding-top: 120%;
}
@media (min-width: 48em) {
  .products__product-image:hover .products__product-overlay {
    opacity: 1;
    visibility: visible;
  }
}
.products__badge-circle {
  width: 65px;
  height: 65px;
  padding: 3px;
  position: absolute;
  top: 35px;
  right: 10px;
  display: flex;
  border-radius: 50%;
  font-size: 1.2rem;
  background: #876a33;
  color: #fff;
}
.products__badge-circle-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #eee2cc;
}
.products__badge-button {
  height: 30px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: #876a33;
  color: #fff;
  border: solid 1px #e3c080;
}
.products__product-overlay {
  -webkit-transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  background-color: #ffffffe6;
  opacity: 0;
  visibility: hidden;
}
.products__quickview-button,
.touch .products__quickview-button {
  display: none;
}
@media (min-width: 48em) {
  .products__quickview-button {
    display: inline-block;
  }
}
@media (min-width: 37.5em) {
  .products__product-container:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 64em) {
  .products__product-container:nth-child(2n + 3) {
    clear: none;
  }
}
@media (min-width: 64em) {
  .products__product-container:nth-child(3n + 4) {
    clear: left;
  }
}
.collection__wrapper {
  overflow: visible;
}
@media (max-width: 48em) {
  .collection__wrapper {
    background-color: #fff;
    display: block;
  }
}
@media (min-width: 48em) {
  .collection__wrapper .sticky-spacer {
    height: auto !important;
    max-height: none;
  }
}
.collection__sorting {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 3rem;
}
@media (min-width: 48em) {
  .collection__sorting {
    background-color: #0000;
    box-shadow: none;
    position: relative;
    padding: 1rem 0 0;
  }
  .collection__sorting .select-wrapper {
    max-width: 160px;
  }
}
.collection__sorting.is-affixed.is-active {
  height: 100%;
  overflow-y: scroll;
}
.collection__sorting .collection__sort {
  display: block;
}
@media (min-width: 48em) {
  .collection__sorting .collection__sort {
    display: none;
  }
}
@media (min-width: 48em) {
  .collection__sorting .collection__tags {
    display: none;
  }
}
.collection__sorting-selector .selectric p,
.collection__sorting-selector .selectric-items li {
  text-transform: capitalize;
}
.collection__sorting__inner {
  -webkit-transition: height 0.6s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: height 0.6s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: height 0.6s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: height 0.6s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  background-color: #fff;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.collection__sorting__inner.is-visible {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.collection__sorting__inner.is-hiding {
  opacity: 0;
}
@media (min-width: 48em) {
  .collection__sorting__inner {
    background-color: #0000;
    height: auto;
    max-height: none;
    opacity: 1;
    visibility: visible;
    width: 200px;
  }
}
@media (min-width: 87.5em) {
  .collection__sorting__inner {
    width: 295px;
  }
}
.collection__sorting__footer {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.8;
  cursor: pointer;
}
.collection__sorting__footer:hover {
  opacity: 1;
}
@media (min-width: 48em) {
  .collection__sorting__footer {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .collection__sorting__close {
    display: none;
  }
}
.collection__sorting__label {
  display: block;
  margin-bottom: 10px;
  width: auto;
}
@media (min-width: 80em) {
  .collection__sorting__label {
    padding-right: 15px;
  }
}
@media (min-width: 48em) {
  .collection__sorting__label {
    display: inline-block;
    margin-bottom: 0;
  }
}
.collection__sorting__label h5,
.collection__sorting__label .h5,
.collection__sorting__label label.checkbox,
.collection__sorting__label label.radio {
  letter-spacing: 0.2em;
}
.collection__filter-toggle {
  cursor: pointer;
  height: 75px;
  letter-spacing: 0.2em;
}
@media (min-width: 48em) {
  .collection__filter-toggle {
    display: none;
  }
}
.collection__filter-toggle h5 {
  letter-spacing: 0.2em;
}
.collection__filters {
  width: 100%;
}
.collection__filters.is-filtered + .collection__sort {
  margin-bottom: 25px;
}
@media (min-width: 48em) {
  .collection__filters .collection__sorting__label + .collection__filter {
    margin-top: 15px;
  }
}
.collection__filter {
  width: 100%;
}
@media (max-width: 47.9375em) {
  .collection__filter .select-wrapper {
    width: 100% !important;
  }
}
.collection__filter .selectric-hide-select select {
  position: static;
  display: block;
}
.collection__filter .selectric {
  display: none;
}
.collection__filter .selectric-hide-select {
  width: auto;
  height: auto;
}
.collection__filter.accordion > ul > li {
  border-bottom: none;
  min-height: 0;
  padding: 0;
}
.collection__filter.accordion > ul > li > .collection__filter-trigger {
  -webkit-transition: color 0.2s, opacity 0.2s;
  -moz-transition: color 0.2s, opacity 0.2s;
  -o-transition: color 0.2s, opacity 0.2s;
  transition: color 0.2s, opacity 0.2s;
  border-bottom: 2px solid #f7f7f7;
  line-height: 1.4;
  padding: 14px 0 12px;
}
.collection__filter.accordion > ul > li > .collection__filter-trigger:after {
  font-size: 13px;
}
.collection__filter.accordion
  > ul
  > li
  > .collection__filter-trigger:not(.is-active):hover {
  color: initial;
  opacity: 0.5;
}
.collection__filter__tag {
  cursor: pointer;
  display: block;
  line-height: 2;
  padding: 0 0 0 10px;
  border: none;
  position: relative;
}
.collection__filter__tag.is-active:not(.is-color) {
  color: #876a33;
}
.collection__filter__tag.is-active:not(.is-color):before {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #876a33;
  border-top: 5px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 0;
}
.collection__filter__tag.is-color {
  background-color: #ededed;
  display: inline-block;
  height: 25px;
  margin: 5px 12px 0 1px;
  width: 25px;
}
.collection__filter__tag.is-color.is-active {
  border: 2px solid #fff;
  outline: 1px solid #876a33;
}
.collection__filter__tag.bg-none {
  color: #2b2b2b;
}
.collection__filter__tag.bg-none:hover {
  color: #876a33;
}
.collection__filter__tag.bg-none,
.collection__filter__tag.bg-none:hover {
  background: none;
}
.collection__filter--reset {
  cursor: pointer;
  display: none;
  margin-top: -5px;
  opacity: 0.6;
}
.collection__filter--reset:hover {
  opacity: 1;
}
@media (min-width: 48em) {
  .collection__filter--reset {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
  }
  .is-filtered .collection__filter--reset {
    visibility: visible;
    opacity: 0.6;
  }
  .is-filtered .collection__filter--reset:hover {
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .collection__holder {
    width: calc(100% - 235px);
    margin-left: 35px;
  }
}
@media (min-width: 87.5em) {
  .collection__holder {
    width: calc(100% - 330px);
  }
}
.collection__view {
  min-height: 52px;
  overflow: visible;
  position: relative;
}
.collection__view .collection__sort {
  display: none;
}
@media (min-width: 48em) {
  .collection__view .collection__sort {
    display: block;
  }
}
.collection__view.is-filtered .collection__filter--reset {
  display: block;
}
.collection__tags {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 48em) {
  .collection__tags {
    max-width: calc(100% - 240px);
  }
}
.collection__tags__reset {
  padding: 0;
  border: none;
  color: #2b2b2b !important;
  background: none !important;
}
.collection__tags__reset:hover {
  color: #2b2b2b !important;
  background: none !important;
}
.collection__tags__tile {
  border: 1px solid #e2dfe2;
  cursor: pointer;
  display: none;
  min-height: 42px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  padding: 0 12px;
  color: #2b2b2b;
  background: none;
}
.collection__tags__tile.is-active {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.collection__tags__tile i {
  display: block;
  height: 20px;
  margin-left: 5px;
  width: 20px;
}
.collection__tags__tile svg {
  display: block;
  height: 100%;
  width: 100%;
}
.collection__tags__tile path,
.collection__tags__tile circle {
  -webkit-transition: stroke 0.2s;
  -moz-transition: stroke 0.2s;
  -o-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.collection__tags__tile:hover {
  color: #876a33 !important;
  background: none !important;
}
.collection__tags__tile:hover path,
.collection__tags__tile:hover circle {
  stroke: #876a33;
}
.collection__sort {
  width: 100%;
}
@media (min-width: 48em) {
  .collection__sort {
    margin-bottom: 1rem;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: auto;
  }
}
.collection__sort .collection__filter {
  width: 100%;
}
@media (min-width: 31.25em) {
  .collection__sort .collection__filter {
    max-width: 155px;
    width: 160px;
  }
}
@media (min-width: 48em) {
  .collection__sort .collection__filter {
    max-width: none;
    width: 160px;
  }
}
.collection__empty-note {
  min-height: 150px;
  margin: auto;
  max-width: 700px;
}
.collection__empty-link {
  white-space: nowrap;
}
.collection__products {
  background-color: #fff;
}
@media (min-width: 48em) {
  .collection__products {
    background-color: #0000;
  }
}
.template-search .collection__products {
  padding-top: 0;
}
.collection__products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collection__filter__button {
  -webkit-transition: background 0.1s, color 0.1s, border 0.1s;
  -moz-transition: background 0.1s, color 0.1s, border 0.1s;
  -o-transition: background 0.1s, color 0.1s, border 0.1s;
  transition: background 0.1s, color 0.1s, border 0.1s;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 10px 5px 0;
  color: #2b2b2b;
  border: 1px solid #dedede;
  background-color: #0000;
  font-weight: 100;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
}
.collection__filter__button.is-active {
  border-color: #876a33;
  background-color: #624d25;
  color: #fff;
}
.collection__filter__button.is-active:hover {
  background-color: #624d25;
}
.collection__filter-trigger,
.collection__sorting__reset {
  padding: 0;
  color: #2b2b2b;
  border: none;
  background: none;
}
.collection__filter-trigger:hover,
.collection__sorting__reset:hover {
  background: none !important;
  color: #2b2b2b !important;
  opacity: 0.8;
}
.collection__filter-group {
  visibility: hidden;
}
.is-active + .collection__filter-group {
  visibility: visible;
}
.submenu-tab {
  left: -20px;
  bottom: -20px;
  right: -20px;
  top: -20px;
  background-color: #fff;
}
.submenu {
  -webkit-transition: opacity 0.2s ease-in-out 0s,
    visibility 0.01s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0s,
    visibility 0.01s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0s, visibility 0.01s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0s, visibility 0.01s ease-in-out 0.2s;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 1000px;
  height: 0;
  z-index: 1;
}
.submenu__inner {
  box-shadow: 0 0 8px #0000001a;
}
.submenu__menu {
  width: 175px;
  padding: 0 15px;
}
.submenu__menu .__image {
  height: 90px;
}
.submenu__menu .__image a {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.submenu__menu .__image a:hover {
  opacity: 0.2;
}
.submenu__link {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #2b2b2b;
}
.submenu__link:hover {
  color: #876a33;
}
.submenu__feature {
  padding: 0 15px;
}
.submenu__feature:hover .__overlay {
  background-color: #00000080;
}
.submenu__feature .__image {
  height: 235px;
  width: 210px;
}
.submenu__feature .__overlay {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #0000004d;
}
.submenu__feature .__link {
  max-width: 87%;
}
.submenu__title {
  padding-top: 29%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.submenu__item {
  line-height: 1.6;
}
.submenu-mobile .submenu__item {
  line-height: 1.7;
}
.submenu--has-submenu {
  padding-bottom: 10px;
}
.submenu-mobile:after,
.submenu-mobile:before {
  background: -moz-radial-gradient(
    center,
    circle cover,
    #e2dfe2 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #e2dfe2),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-radial-gradient(
    center,
    circle cover,
    #e2dfe2 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-radial-gradient(
    center,
    circle cover,
    #e2dfe2 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-radial-gradient(
    center,
    circle cover,
    #e2dfe2 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: radial-gradient(
    center,
    circle cover,
    #e2dfe2 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-color: #e2dfe2;
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
}
.submenu-mobile {
  height: 100%;
  overflow: hidden;
  display: none;
  position: relative;
}
.submenu-mobile > a:first-child {
  padding-top: 25px;
}
.submenu-mobile:before {
  margin-top: 20px;
}
.submenu-mobile:after {
  bottom: 0;
  top: auto;
  margin-bottom: 20px;
}
.submenu-mobile__spacer {
  height: 1px;
  margin-bottom: 25px;
}
.submenu-mobile__overlay {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fbfbfb00;
  background-image: -webkit-linear-gradient(
    top,
    rgba(251, 251, 251, 0),
    #fbfbfb
  );
  background-image: linear-gradient(to bottom, #fbfbfb00, #fbfbfb);
}
.mto__active-border {
  -webkit-transition: opacity 0.4s ease-in-out, border 0.1s;
  -moz-transition: opacity 0.4s ease-in-out, border 0.1s;
  -o-transition: opacity 0.4s ease-in-out, border 0.1s;
  transition: opacity 0.4s ease-in-out, border 0.1s;
  border: 1px solid #876a33;
  opacity: 0;
  margin: -10px 5px 0;
  background-color: #0000;
}
@media (max-width: 31.1875em) {
  .mto__active-border {
    display: none;
  }
}
.mto__active-border:not(:disabled):hover {
  background-color: #0000;
}
.mto__active-border:focus,
.is-selected .mto__active-border {
  opacity: 1 !important;
  border-bottom-width: 3px;
}
.mto__active-border-parent:hover .mto__active-border {
  opacity: 1;
}
.mto__active-border-parent:hover
  .mto__active-border.mto__active-border--opaque {
  opacity: 0;
}
@media (min-width: 64em) {
  .mto__active-border-parent:hover
    .mto__active-border.mto__active-border--opaque {
    opacity: 1;
  }
}
.mto__active-border--opaque {
  border: none;
  background-color: #fffc;
  z-index: 10;
}
@media (max-width: 31.1875em) {
  .mto__active-border--opaque {
    display: block;
  }
}
.mto__active-state {
  -webkit-transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: opacity 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  z-index: 99;
}
.mto__dropdowns {
  z-index: 150;
}
.mto__dropdowns--fabrics {
  display: none;
}
.mto__dropdowns--fabrics.is-active {
  display: block;
}
.mto__illustration {
  -webkit-transition: top 1s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: top 1s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: top 1s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: top 1s cubic-bezier(0.21, 0.15, 0.02, 1);
  background-color: #fbfbfb;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -75px;
  z-index: 10;
  min-height: 1000px;
}
@media (min-width: 31.25em) {
  [data-active="1"] .mto__illustration {
    margin-top: -150px;
  }
}
@media (min-width: 71.875em) {
  .mto__illustration {
    margin-top: 0 !important;
  }
}
@media (max-width: 71.8125em) {
  .mto__illustration {
    top: 100%;
  }
}
@media (min-width: 71.875em) {
  .mto__illustration {
    z-index: 1;
    background-color: #0000;
    display: block;
    position: relative;
    width: 50%;
    padding-right: 5rem;
    margin-top: 0;
    min-height: 0;
  }
  .mto__illustration .o-radial,
  .mto__illustration .o-radial--bottom {
    display: none;
  }
}
@media (max-width: 31.1875em) {
  [data-active="1"] .mto__illustration {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .mto__illustration.is-visible {
    top: 37%;
  }
}
@media (max-width: 71.8125em) {
  .mto__illustration.is-visible {
    top: 30%;
  }
}
.mto__illustration__inner {
  height: 445px;
  margin-left: 5%;
}
@media (min-width: 48em) {
  .mto__illustration__inner {
    margin-left: 3%;
  }
}
@media (min-width: 71.875em) {
  .mto__illustration__inner {
    height: auto;
    margin-left: 0;
  }
}
[data-active="1"] .mto__illustration__inner {
  margin-left: 0 !important;
}
.mto__illustration-pane {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mto__illustration-pane[class*="--sleeve-size"] {
  z-index: 1;
}
@media (min-width: 71.875em) {
  .mto__illustration-pane {
    background-position: center center;
  }
}
.illustration {
  max-width: 85%;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 10%;
  padding-top: 100%;
}
@media (min-width: 71.875em) {
  .illustration {
    max-width: 700%;
    width: 100%;
    left: 60px;
  }
}
.illustration--swatch .__slide-controls {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.illustration--swatch .__slide-controls.is-active {
  max-height: 30px;
}
.illustration__image {
  height: 330px;
}
@media (min-width: 71.875em) {
  .illustration__image:after {
    content: "flickity";
    display: none;
  }
}
@media (min-width: 71.875em) {
  .illustration__caption {
    margin: auto;
    max-width: 440px;
  }
}
.illustration__caption .__price {
  font-size: 20px;
}
.illustration__caption-description p {
  margin: auto;
}
.mto__illustration__swatch {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  height: 14%;
}
@media (min-width: 48em) {
  .mto__illustration__swatch {
    left: 13%;
  }
}
@media (min-width: 71.875em) {
  .mto__illustration__swatch {
    width: 85px;
    height: 85px;
    left: 0;
  }
}
.mto__illustration-toggle {
  height: 75px;
  background-color: #fbfbfb;
}
@media (min-width: 71.875em) {
  .mto__illustration-toggle {
    display: none;
    background-color: #0000;
  }
}
@media (max-width: 47.9375em) {
  .mto__filter {
    margin: 0.5em 0;
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .mto__filter .select-wrapper {
    width: 100% !important;
  }
}
.mto__options {
  width: 100%;
}
@media (min-width: 71.875em) {
  .mto__options {
    width: 50%;
  }
}
.mto_detail-section {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.mto_detail-section.reveal--mto {
  visibility: hidden;
}
.mto_detail-section.enabled {
  opacity: 1;
}
.mto_detail-section.enabled {
  pointer-events: all;
}
.mto__swatch-thumbnail {
  pointer-events: auto;
  margin: 20px 0;
}
@media (max-width: 47.9375em) {
  .mto__swatch-thumbnail .__image {
    max-width: 70%;
  }
}
.mto__swatch-thumbnail button.previous {
  left: -30px;
}
.mto__swatch-thumbnail button.next {
  right: -30px;
}
.mto__swatch-thumbnail .__info {
  -webkit-transition: max-height 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: max-height 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: max-height 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 31.25em) {
  .mto__swatch-thumbnail .__info {
    display: none;
  }
}
.mto__swatch-thumbnail .__price {
  font-size: 20px;
}
.mto__swatch-thumbnail.is-selected .__info {
  max-height: 300px;
}
.mto__swatch-thumbnail.is-selected .__active-border {
  opacity: 1;
}
[data-options="1"] .mto__template-select {
  width: 100%;
}
@media (max-width: 47.9375em) {
  .mto__template-select {
    width: 100%;
    text-align: left;
  }
  .mto__template-select label {
    padding: 0;
  }
}
@media (max-width: 47.9375em) {
  .mto__template-select + .mto__template-select {
    border-top: none;
  }
}
.mto__template-image-block.is-selected,
.mto__template-image-block--mono.is-selected {
  color: #876a33;
}
.mto__template-radio button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 47.9375em) {
  .mto__template-radio button {
    width: 100%;
    margin: 10px 0 0;
  }
}
.mto__template-image-block-container {
  font-size: 0;
}
.mto__template-list:focus,
.mto__template-list:focus-visible,
.mto__template-image-block:focus,
.mto__template-image-block:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.mto__template-image-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  min-height: 0;
}
@media (min-width: 37.5em) {
  .mto__template-image-block:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 48em) {
  .mto__template-image-block {
    min-height: 320px;
  }
}
.template-image-block__image {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin: auto;
  max-width: 70px;
  float: left;
}
@media (min-width: 48em) {
  .template-image-block__image {
    max-width: 65%;
    float: none;
  }
}
.template-image-block__content {
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
@media (max-width: 47.9375em) {
  .template-image-block__content {
    text-align: left;
    padding-left: 90px;
  }
}
@media (min-width: 48em) {
  .template-image-block__content {
    margin-top: 15px;
  }
}
.template-image-block__content .__title {
  line-height: 1.3;
  font-size: 16px;
}
.template-image-block--mono__image {
  padding-top: 50%;
}
@media (min-width: 48em) {
  .template-image-block--mono__image {
    padding-top: 25%;
  }
}
.mto__template-list {
  -webkit-transition: border 0.2s ease-out, color 0.1s ease-in-out;
  -moz-transition: border 0.2s ease-out, color 0.1s ease-in-out;
  -o-transition: border 0.2s ease-out, color 0.1s ease-in-out;
  transition: border 0.2s ease-out, color 0.1s ease-in-out;
  border: 1px solid #dedede;
  color: #2b2b2bcc;
  background-color: #0000;
}
.mto__template-list:not(:disabled):hover {
  border-color: #876a33;
  background-color: #0000;
  color: #2b2b2bcc;
}
.mto__template-list:before,
.mto__template-list:after {
  content: " ";
  width: 4px;
  height: 100%;
  background: #876a33;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 0;
  -webkit-transition: max-width 0.2s ease-in-out;
  -moz-transition: max-width 0.2s ease-in-out;
  -o-transition: max-width 0.2s ease-in-out;
  transition: max-width 0.2s ease-in-out;
}
.mto__template-list:after {
  right: 0;
  left: auto;
}
.mto__template-list.is-selected {
  border-color: #876a33;
  color: #2b2b2b;
  background-color: #0000;
}
.mto__template-list.is-selected:before,
.mto__template-list.is-selected:after {
  max-width: 4px;
}
.mto__pagination {
  width: 100%;
  z-index: 20;
  top: 100% !important;
  left: 0;
  background-color: #fff;
}
.mto__pagination .js-next {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.is-valid .mto__pagination .js-next {
  opacity: 1;
  pointer-events: all;
}
.mto__pagination.fixed,
.mto__pagination.block-fixed {
  display: none;
}
[data-active="1"] .mto__pagination.fixed,
[data-active="1"] .mto__pagination.block-fixed {
  display: block;
}
.filtered--limited .mto__pagination.fixed,
.filtered--limited .mto__pagination.block-fixed {
  visibility: hidden;
}
.mto__pagination .mto__pagination__inner {
  padding: 18px;
  margin-top: -75px;
}
@media (min-width: 71.875em) {
  .mto__pagination .mto__pagination__inner {
    padding-right: 65px;
  }
}
[data-name="monogram"] .mto__pagination {
  margin-top: 0;
}
[data-active="1"] .mto__previous {
  display: none;
}
.mto__panel {
  position: absolute;
  top: 0;
  display: none;
}
.mto__panel.is-active {
  display: block;
  position: static;
}
@media (min-width: 48em) {
  .mto-monogram__initials input {
    width: 80px;
  }
}
.color:not([data-value="White"]) {
  border: none;
}
.color {
  -webkit-transition: opacity 0.3s, color 0.3s, border 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s, border 0.3s;
  -o-transition: opacity 0.3s, color 0.3s, border 0.3s;
  transition: opacity 0.3s, color 0.3s, border 0.3s;
}
[data-value="Burgundy"],
[data-value="Navy"],
[data-value="Black"],
[data-value="Red"],
[data-value="Orange"],
[data-value="Green"],
[data-value="Blue"],
[data-value="Purple"],
[data-value="Burgundy"]:hover,
[data-value="Burgundy"].is-selected,
[data-value="Navy"]:hover,
[data-value="Navy"].is-selected,
[data-value="Black"]:hover,
[data-value="Black"].is-selected,
[data-value="Red"]:hover,
[data-value="Red"].is-selected,
[data-value="Orange"]:hover,
[data-value="Orange"].is-selected,
[data-value="Green"]:hover,
[data-value="Green"].is-selected,
[data-value="Blue"]:hover,
[data-value="Blue"].is-selected,
[data-value="Purple"]:hover,
[data-value="Purple"].is-selected {
  color: #fbfbfb;
}
[data-value="White"]:hover,
[data-value="White"].is-selected {
  color: #2b2b2b99 !important;
}
[data-touched="true"] > .color {
  opacity: 0.2;
}
[data-touched="true"] > .color.is-selected {
  opacity: 1;
}
.review__item {
  max-width: 360px;
}
.review__item .__table {
  display: table;
}
.review__item .__cell {
  display: table-cell;
  min-width: 50px;
}
.review__item .__cell--larger {
  display: table-cell;
  width: 330px;
}
.review__item:first-child .mto__border-t {
  border: none;
}
.review__item-number {
  border-radius: 1000px;
  background-color: #876a3312;
  border: 1px solid #876a33;
  height: 31px;
  width: 31px;
  line-height: 29px;
  letter-spacing: 0;
}
.mto__shipping-notification {
  max-width: 500px;
  margin: 30px auto;
}
.mto__shipping-notification-truck {
  display: block;
  float: left;
  width: 75px;
  height: 34px;
  background-image: url(../images/sprite-sm.png);
  background-position: -243.5px -195.5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .mto__shipping-notification-truck {
    background-image: url(../images/sprite.png);
    background-size: 416px 360.5px;
  }
}
@media (min-width: 48em) {
  .mto-review .counter {
    margin-right: 40px;
  }
}
.mto__panel[data-name="monogram"]
  [data-option="monogram-placement"]
  .button--option {
  margin: 0 5px 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48em) {
  .mto__panel[data-name="monogram"]
    [data-option="monogram-placement"]
    .button--option {
    width: calc(33.333333% - 10px);
  }
}
.mto__panel[data-name="monogram"]
  [data-option="monogram-color"]
  .button--option,
.mto_detail-section.is-color .button--option {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  padding-left: 0;
  padding-right: 0;
}
[data-value="Chest"] {
  display: none;
}
.mto__border-tb {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.mto__border-t {
  border-top: 1px solid #dedede;
}
@media (min-width: 48em) {
  [data-active="1"] {
    max-width: 100%;
  }
}
.reveal--mto {
  opacity: 0 !important;
  max-height: 1px;
  overflow: hidden;
}
.mto__filter--reset {
  display: inline-block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.filtered .mto__filter--reset {
  visibility: visible;
  opacity: 0.6;
}
.filtered .mto__filter--reset:hover {
  opacity: 1;
}
@media (min-width: 48em) {
  .mto__filter--reset {
    width: 0;
  }
}
.numbered .tabber__tab[data-mto-target="10"]:before {
  content: "10. ";
}
.numbered .tabber__tab[data-mto-target="9"]:before {
  content: "9. ";
}
.numbered .tabber__tab[data-mto-target="8"]:before {
  content: "8. ";
}
.numbered .tabber__tab[data-mto-target="7"]:before {
  content: "7. ";
}
.numbered .tabber__tab[data-mto-target="6"]:before {
  content: "6. ";
}
.numbered .tabber__tab[data-mto-target="5"]:before {
  content: "5. ";
}
.numbered .tabber__tab[data-mto-target="4"]:before {
  content: "4. ";
}
.numbered .tabber__tab[data-mto-target="3"]:before {
  content: "3. ";
}
.numbered .tabber__tab[data-mto-target="2"]:before {
  content: "2. ";
}
.numbered .tabber__tab[data-mto-target="1"]:before {
  content: "1. ";
}
.mto__swatches {
  display: flex;
  flex-wrap: wrap;
}
.mto__swatches:before {
  display: none;
}
.mto__product-status {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  background-color: #fffc;
  transition: all 0.3s;
}
.mto__swatch-thumbnail:hover .mto__product-status {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.mto__product-status .button--status {
  margin-top: 0;
  pointer-events: none;
}
@media (max-width: 31.1875em) {
  .is-page-made-to-order .zopim {
    bottom: 90px !important;
  }
}
.mto__hero {
  height: 580px;
}
@media (min-width: 48em) {
  .mto__hero .hero__title {
    margin-top: 0;
  }
}
.mto__hero .hero__content {
  color: #fff;
  max-width: none;
}
.mto__callout-overlay {
  background-color: #000;
  opacity: 0.2;
  z-index: 0;
}
.mto__callout {
  display: table;
  height: 300px;
  margin-bottom: 10px;
  z-index: 1;
}
@media (min-width: 48em) {
  .mto__callout {
    height: 360px;
  }
}
.mto__callout__inner {
  display: table-cell;
  z-index: 1;
  padding: 0 20px;
}
@media (min-width: 48em) {
  .mto__content.page-section {
    padding-bottom: 10rem;
  }
}
@media (min-width: 64em) {
  .mto__content.page-section {
    padding-bottom: 7rem;
  }
}
.mto__content-intro {
  margin-bottom: 30px;
  max-width: 1045px;
}
@media (min-width: 48em) {
  .mto__content-intro {
    margin-bottom: 80px;
    padding: 30px 50px 0;
  }
}
@media (max-width: 31.1875em) {
  .mto__content-intro h3 {
    font-size: 22px;
  }
}
.mto__content-left {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 64em) {
  .mto__content-left {
    width: 55%;
  }
}
.mto__content-right {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 64em) {
  .mto__content-right {
    margin-top: 0;
    width: 40%;
    padding-left: 5%;
  }
}
.mto__content-right h5 {
  color: #876a33;
}
.mto__content-right .__button {
  max-width: 200px;
  display: block;
}
@media (min-width: 48em) {
  .mto__content-right .__button {
    margin-left: 0;
  }
}
.template-customers-account .critical {
  background: #fff;
}
.tabulous {
  margin: 15px auto;
}
.tabulous a {
  -webkit-transition: color 0.2s, border 0.2s;
  -moz-transition: color 0.2s, border 0.2s;
  -o-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
  color: #9b9b9b;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.tabulous a:hover {
  color: #876a33;
  border-bottom: 1px solid #876a33;
}
.tabulous a:first-child {
  margin-bottom: 10px;
}
.tabulous a.active {
  color: #876a33;
  opacity: 1;
  border-bottom: 1px solid #876a33;
}
@media (min-width: 48em) {
  .tabulous {
    margin: 0 auto 32px;
  }
  .tabulous a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tabulous br {
    display: none;
  }
}
.template-customers-account .account-page {
  border-bottom: 1px solid #e2dfe2;
}
@media (min-width: 48em) {
  .template-customers-account .account-page {
    padding-bottom: 200px;
    border: 0;
  }
}
.template-customers-account .order-container {
  padding: 0 20px;
}
@media (min-width: 48em) {
  .template-customers-account .order-number span {
    margin-left: 10px;
  }
}
.template-customers-account .table__cell {
  padding-top: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e2dfe2;
  vertical-align: middle;
}
@media (min-width: 48em) {
  .template-customers-account .table__cell {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.template-customers-account .table__cell p {
  font-weight: 900;
}
@media (min-width: 48em) {
  .template-customers-account .table__cell p {
    display: none;
  }
}
.template-customers-account .table__row-header {
  display: none;
}
@media (min-width: 48em) {
  .template-customers-account .table__row-header {
    display: table-header-group;
  }
}
.template-customers-account .table__row-header .table__cell {
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 48em) {
  .template-customers-account .table__row-header .table__cell {
    padding-top: 4px;
    padding-bottom: 25px;
  }
}
@media (max-width: 47.9375em) {
  .med_d-block {
    display: block;
    position: relative;
  }
}
@media (min-width: 48em) {
  .template-customers-account .order-container {
    padding: 0 50px;
  }
  .account-details .account-details-title {
    margin-bottom: -10px;
  }
  .account-details p.name {
    margin-bottom: -5px;
  }
}
.template-customers-addresses .critical {
  background-color: #fff;
}
.address-page {
  border-bottom: 1px solid #e2dfe2;
}
@media (min-width: 48em) {
  .address-page {
    border-bottom: none;
  }
}
.template-customers-addresses .heading {
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .template-customers-addresses .heading {
    padding-top: 180px;
  }
}
.template-customers-addresses .saved-addresses {
  padding: 18px 20px 17px;
}
@media (min-width: 48em) {
  .template-customers-addresses .saved-addresses {
    padding: 0 50px;
  }
}
.template-customers-addresses .address-block {
  padding: 20px 20px 25px;
  border: 1px solid #e2dfe2;
}
@media (min-width: 48em) {
  .template-customers-addresses .address-block {
    min-height: 320px;
    padding: 20px 30px;
  }
}
.template-customers-addresses .address__edit-links {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 48em) {
  .template-customers-addresses .address__edit-links {
    position: absolute;
    margin: 0;
    bottom: 25px;
  }
}
.template-customers-addresses .address-block a,
.template-customers-addresses .address-block span {
  color: #876a33;
}
.template-customers-addresses .address-name {
  margin-bottom: 5px;
}
.template-customers-addresses .add-address-block {
  text-align: center;
  border-style: dashed;
  border-color: #876a33;
  width: 100%;
  height: 210px;
  position: relative;
  cursor: pointer;
  background: none !important;
}
.template-customers-addresses .add-address-block:hover {
  background: none !important;
}
.template-customers-addresses span.add-address-heading {
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.template-customers-addresses legend h4 {
  letter-spacing: 1px;
}
.validation,
.address-form {
  display: none;
}
.address-form.is-visible {
  display: block;
}
.address-form form {
  padding: 15px 0;
}
@media (min-width: 48em) {
  .address-form form {
    padding: 30px 0;
  }
}
.address-form .state-container {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.address-form .state-container.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.address-form__input:nth-of-type(2n + 3) {
  clear: left;
}
@media (min-width: 64em) {
  .address-form__input:nth-of-type(2n + 3) {
    clear: none;
  }
}
@media (min-width: 64em) {
  .address-form__input:nth-of-type(3n + 4) {
    clear: left;
  }
}
@media (max-width: 47.9375em) {
  .cart {
    background: #fff;
  }
}
.cart .page__inner {
  padding: 0 2rem;
  background-color: #0000;
}
@media (min-width: 48em) {
  .cart .page__inner {
    padding: 5rem 4rem;
    background-color: #fff;
  }
}
.cart__wardrobe {
  display: none;
}
@media (min-width: 62.5em) {
  .cart__wardrobe {
    display: block;
    width: calc(100% - 440px);
  }
}
.cart__wardrobe__empty {
  max-width: 700px;
  margin: auto;
}
.cart__products-container {
  width: 100%;
}
@media (min-width: 62.5em) {
  .cart__products-container {
    width: auto;
    max-width: 400px;
  }
}
.cart__products-inner {
  width: 100%;
}
@media (min-width: 62.5em) {
  .cart__products-inner {
    border: 1px solid #dedede;
    border-bottom: 0;
    padding: 2rem 2.5rem;
    width: 380px;
  }
}
.cart__products-inner:before {
  content: "";
  height: 100%;
  top: 0;
  left: -1px;
  right: -1px;
  background-color: #fff0;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255) 700px
  );
  background-image: linear-gradient(#fff0, #fff 700px);
  background-color: #0000;
}
.cart__product-img {
  margin-right: 2rem;
  float: left;
  width: 15%;
}
.cart__product-info {
  margin-right: 2rem;
  float: left;
  width: 54%;
}
.cart__product-price {
  float: right;
  width: 15%;
}
.cart__product-props + .product-props__toggle {
  display: none;
  cursor: pointer;
}
.cart__product-props.has-overflow {
  -webkit-transition: max-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: max-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: max-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: max-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  max-height: 60px;
  overflow: hidden;
}
.cart__product-props.has-overflow + .product-props__toggle {
  display: block;
}
.cart__product-props.has-overflow.is-visible {
  max-height: 600px;
}
.cart__product-update {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
.cart__product-update.is-visible {
  opacity: 1;
  visibility: visible;
}
.cart__product-remove {
  border: 1px solid #876a33;
  border-radius: 1000px;
  width: 25px;
  height: 25px;
}
@media (min-width: 48em) {
  .cart__product-remove {
    width: 20px;
    height: 20px;
  }
}
.cart__product-remove .icon-close {
  line-height: 23px;
  font-size: 8px;
}
@media (min-width: 48em) {
  .cart__product-remove .icon-close {
    line-height: 18px;
  }
}
.cart__product-remove:hover {
  background-color: #876a33;
}
.cart__product-remove:hover .icon-close {
  color: #fff;
}
.wardrobe__item {
  width: 170px;
  margin: 0 2% 5rem;
}
.wardrobe__item-img {
  max-width: 100%;
}
.wardrobe__build {
  border: 2px dashed #876a33;
  display: table;
  margin: 0 auto;
  width: 90%;
  height: 200px;
  cursor: pointer;
}
.wardrobe__build__inner {
  display: table-cell;
}
.cart__related-item {
  width: 98px;
  margin: 0 3% 3rem;
}
.cart__related-item:nth-of-type(4) {
  display: none;
}
.cart__related-item__container {
  height: 140px;
  margin: 0;
}
.cart__related-item__img {
  max-width: 100%;
  max-height: 140px;
}
.shipping {
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.shipping.is-visible {
  max-height: 600px;
  opacity: 1;
}
.shipping__toggle {
  cursor: pointer;
}
@media (min-width: 48em) {
  .contact__inner {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .contact__left {
    border-right: 1px solid #efefef;
  }
}
form.contact-form {
  max-width: 415px;
}
.contact__right {
  border-top: 1px solid #efefef;
}
@media (min-width: 48em) {
  .contact__right {
    border: 0;
    margin-top: 100px;
  }
}
.login__form-wrapper.is-toggled .form--login {
  display: none;
}
.login__form-wrapper.is-toggled .form--reset {
  display: inline-block;
}
#recover:target .form--login {
  display: none;
}
#recover:target .form--reset {
  display: inline-block;
}
#recover:target.is-toggled .form--login {
  display: inline-block;
}
#recover:target.is-toggled .form--reset {
  display: none;
}
.form--account {
  max-width: 555px;
  padding: 0 3rem;
}
@media (min-width: 31.25em) {
  .form--account {
    padding: 0 7rem;
  }
}
.form--reset,
.template-customers-login .account__prompt--login,
.template-customers-register .account__prompt--register {
  display: none;
}
.fabric-sw__left {
  float: none;
}
@media (min-width: 71.875em) {
  .fabric-sw__left {
    width: 50%;
    float: left;
    z-index: 1;
  }
}
.fabric-sw__bag-wrapper {
  z-index: 1000;
}
@media (max-width: 71.8125em) {
  .fabric-sw__bag {
    background-color: #fff;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -135px;
    min-height: 135px;
    z-index: 20000000;
    max-width: none;
    border-top: 1px solid #e2dfe2;
  }
}
@media (min-width: 71.875em) {
  .fabric-sw__bag {
    border: 1px solid #e2dfe2;
    max-width: 430px;
    min-height: 600px;
  }
}
.fabric-sw__bag.is-empty {
  display: none;
}
@media (min-width: 71.875em) {
  .fabric-sw__bag.is-empty {
    display: block;
  }
}
@media (max-width: 71.8125em) {
  .fabric-sw__bag.is-open {
    top: 0;
    margin-top: 0;
    height: 100%;
  }
}
.fabric-sw__bag .__inner {
  margin: 2em;
}
@media (min-width: 71.875em) {
  .fabric-sw__bag .__inner {
    margin: 2em 4em;
  }
}
@media (max-width: 71.8125em) {
  .fabric-sw__bag .__contents {
    display: none;
  }
}
.fabric-sw__bag.is-open .__contents {
  display: block;
}
.fabric-sw__bag-empty {
  padding-top: 12em;
}
.fabric-sw__bag-empty .__img {
  background-image: url(../images/spot_swatches.png);
  display: inline-block;
  width: 125px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
}
.fabric-sw__bag-empty .__copy {
  padding-top: 1em;
  max-width: 200px;
  margin: auto;
}
.fabric-sw__bag .__title {
  margin-bottom: 1em;
}
@media (min-width: 71.875em) {
  .fabric-sw__bag .__toggle {
    display: none;
  }
}
.fabric-sw__bag .__footer {
  width: 100%;
}
@media (min-width: 71.875em) {
  .fabric-sw__bag .__footer {
    position: absolute;
    bottom: 0;
  }
}
.fabric-sw__bag .__footer-caption {
  bottom: -11px;
}
.fabric-sw__bag.is-open .__footer {
  position: absolute;
  bottom: 0;
}
.fabric-sw__bag .__btn {
  margin-bottom: 24px;
  width: 100%;
}
.fabric-sw__bag-row {
  text-align: left;
  padding: 0.6em 0;
}
.fabric-sw__bag-row .__img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
.fabric-sw__bag-row .__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  font-size: 13px;
}
@media (min-width: 71.875em) {
  .fabric-sw__bag-row .__close {
    font-size: 10px;
  }
}
.fabric-sw__swatches {
  min-height: 450px;
}
.fabric-sw__swatches:before {
  display: block;
}
.fabric-sw__fabric .__title-wrapper {
  z-index: 20;
}
@media (min-width: 71.875em) {
  .fabric-sw__fabric .__title-wrapper {
    z-index: 1;
  }
}
.fabric-sw__fabric .__ctas {
  margin-bottom: 20px;
  z-index: 100;
}
@media (min-width: 71.875em) {
  .fabric-sw__fabric .__ctas {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.fabric-sw__fabric .__ctas .__ctas__details {
  margin-top: 15px;
}
@media (min-width: 71.875em) {
  .fabric-sw__fabric .__ctas .__ctas__details {
    margin-top: 0;
  }
}
@media (min-width: 71.875em) {
  .fabric-sw__fabric .__ctas .__ctas__button {
    margin-bottom: 15px;
  }
}
.__ctas--mobile {
  display: block;
}
@media (min-width: 71.875em) {
  .__ctas--mobile {
    display: none !important;
  }
}
.__ctas--desktop {
  display: none;
}
@media (min-width: 71.875em) {
  .__ctas--desktop {
    display: block;
  }
}
@media (max-width: 71.8125em) {
  .fabric-sw__fabric .__ctas > * {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.fabric-sw__fabric .__ctas__button {
  width: 90px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.fabric-sw__fabric .__ctas__button.fade--in {
  position: relative;
}
.fabric-sw__fabric:hover .__ctas {
  opacity: 1;
}
.fabric-sw__fabric .image-100 {
  transition: opacity 0.3s;
}
@media (min-width: 71.875em) {
  .fabric-sw__fabric:hover .image-100 {
    opacity: 0.7;
  }
}
@media (min-width: 71.875em) {
  .fabric-sw__fabric:hover .mto__active-state {
    opacity: 0;
  }
}
.fabric-sw__fabric .__:before {
  content: "";
  top: 20%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #876a33;
  margin: auto;
}
.fabric-sw__fabric .__:after {
  content: "Selected";
  position: absolute;
  top: calc(20% + 40px);
}
.fabric-sw__fabric .__:after,
.fabric-sw__fabric .__:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
.is-selected.show-active-state.fabric-sw__fabric:before,
.is-selected.show-active-state.fabric-sw__fabric:after {
  opacity: 1;
}
.fabric-sw__fabric:hover:before,
.fabric-sw__fabric:hover:after {
  opacity: 0;
}

@media (min-width: 31.25em) {
  .fabric-sw__modal__frame {
    top: 10%;
    padding: 4em;
  }
}
.fabric-sw__modal__expand {
  height: 140px;
}
@media (min-width: 31.25em) {
  .fabric-sw__modal__expand {
    height: 0;
  }
}
.fabric-sw__modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  opacity: 0.85;
}
.fabric-sw__modal .__img {
  height: 300px;
  margin: auto;
}
.fabric-sw__modal .__close {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  top: 4px;
  right: 4px;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 31.25em) {
  .fabric-sw__modal .__close {
    top: 14px;
    right: 14px;
  }
}
.fabric-sw__modal .__close:hover {
  color: #9b9b9b;
}
.fabric-sw__tick {
  background-image: url(../images/sprite-sm.png);
  background-position: -227px -167.5px;
  width: 21px;
  height: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .fabric-sw__tick {
    background-image: url(../images/sprite.png);
    background-size: 416px 360.5px;
  }
}
.button--status {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 71.875em) {
  .button--status {
    margin-bottom: 15px;
  }
}
.faq__accordions {
  max-width: 750px;
  padding: 15px;
}
.hero--heritage:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.8;
  background-color: #f7f7f700;
  background-image: -webkit-linear-gradient(
    top,
    #f7f7f7 15%,
    rgba(247, 247, 247, 0.9) 39%,
    rgba(247, 247, 247, 0) 80%
  );
  background-image: linear-gradient(
    to bottom,
    #f7f7f7 15%,
    #f7f7f7e6 39%,
    #f7f7f700 80%
  );
}
.hero--heritage__text {
  z-index: 3;
}
.heritage-section__titles {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media (min-width: 48em) {
  .heritage-section__titles {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.heritage-section__titles--left {
  padding-top: 50px;
}
@media (min-width: 48em) {
  .heritage-section__titles--left {
    padding-top: 80px;
  }
}
.heritage-section__titles--left--small {
  padding-top: 20px;
}
.heritage-section__text {
  padding: 15px 0;
}
@media (min-width: 48em) {
  .heritage-section__text {
    padding: 50px 0;
  }
}
.heritage-section__text-block {
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .heritage-section__text-block {
    margin-bottom: 0;
  }
  .heritage-section__text-block:nth-of-type(1) {
    padding-left: 13%;
  }
  .heritage-section__text-block:nth-of-type(2) {
    padding-right: 13%;
  }
}
.heritage__image-section {
  height: 100%;
  overflow: hidden;
}
.heritage__image-section .__scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
@media (min-width: 48em) {
  .heritage__vertical-rule {
    width: 1px;
    background-color: #876a33;
    height: 1350px;
    max-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
}
.heritage__vertical-rule.offset-10 {
  transform: translateY(20px);
}
.heritage__content-img-right {
  max-width: 400px;
  float: none;
}
@media (min-width: 48em) {
  .heritage__content-img-right {
    max-width: 100%;
    float: left;
  }
}
@media (max-width: 47.9375em) {
  .heritage__blockquote,
  .heritage__blockquote--special {
    font-size: 2.2rem;
    line-height: 1.45;
  }
}
@media (min-width: 48em) {
  .heritage__blockquote--special {
    width: 140%;
    margin-top: 30px;
  }
}
@media (min-width: 75em) {
  .heritage__blockquote--special {
    width: 500px;
  }
}
@media (min-width: 87.5em) {
  .heritage__blockquote--special {
    float: right;
    right: -60px;
  }
}
.heritage__founders {
  max-width: 520px;
}
.heritage__blockquote, .heritage__blockquote--special {
    font-size: 2.8rem;
	line-height: 1.35;
    letter-spacing: .01em;
    font-weight: 400;
}
@media (max-width: 47.9375em) {
  .heritage__founders {
    display: none;
  }
}
.heritage__video-section {
  height: 450px;
  margin-top: 40px;
}
@media (min-width: 48em) {
  .heritage__video-section {
    height: 540px;
    margin-top: 120px;
  }
}
.heritage__map-section {
  padding-top: 50px;
  padding-bottom: 15px;
  z-index: 1;
}
@media (min-width: 48em) {
  .heritage__map-section {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.heritage__map-container {
  padding-top: 400px;
  position: relative;
  background-position: 70% center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 37.5em) {
  .heritage__map-container {
    background-position: right center;
  }
}
@media (min-width: 75em) {
  .heritage__map-container {
    padding-top: 37%;
  }
}
.heritage_map-overlay--2,
.heritage_map-overlay--1 {
  width: 215px;
  height: 100px;
  margin-top: -50px;
  margin-right: -117px;
}
.heritage_map-icon--2,
.heritage_map-icon--1 {
  width: 24px;
  height: 32px;
  background-image: url(../images/sprite-sm.png);
  background-position: -190.5px -64.5px;
  position: absolute;
  top: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .heritage_map-icon--2,
  .heritage_map-icon--1 {
    background-image: url(../images/sprite.png);
    background-size: 416px 360.5px;
  }
}
.heritage_map-tooltip--2,
.heritage_map-tooltip--1 {
  position: absolute;
}
.heritage_map-overlay--1 {
  right: 64%;
  top: 15%;
}
@media (min-width: 37.5em) {
  .heritage_map-overlay--1 {
    right: 430px;
    top: 60px;
  }
}
@media (min-width: 75em) {
  .heritage_map-overlay--1 {
    right: 42%;
    top: 16%;
  }
}
.heritage_map-overlay--2 {
  right: 53%;
  top: 88%;
}
@media (min-width: 37.5em) {
  .heritage_map-overlay--2 {
    right: 410px;
    top: 350px;
  }
}
@media (min-width: 75em) {
  .heritage_map-overlay--2 {
    right: 37%;
    top: 89%;
  }
}
.heritage_map-tooltip--1 {
  width: 185px;
  height: 58px;
  background-image: url(../images/sprite-sm.png);
  background-position: 0px -135px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .heritage_map-tooltip--1 {
    background-image: url(../images/sprite.png);
    background-size: 416px 360.5px;
  }
}
.heritage_map-tooltip--2 {
  width: 183px;
  height: 50px;
  background-image: url(../images/sprite-sm.png);
  background-position: -227px -115px;
  right: 0;
  top: -10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .heritage_map-tooltip--2 {
    background-image: url(../images/sprite.png);
    background-size: 416px 360.5px;
  }
}
.heritage_map-icon--1 {
  margin: auto;
  left: 0;
  right: 0;
}
.heritage__interactive-section {
  margin-top: 50px;
}
@media (min-width: 48em) {
  .heritage__interactive-section {
    margin-top: 80px;
  }
}
.heritage__slider {
  margin-bottom: 30px;
}
.template-customers-order .critical {
  background: #fff;
}
.order-detail-page {
  border-bottom: 1px solid #e2dfe2;
}
@media (min-width: 48em) {
  .order-detail-page {
    border-bottom: none;
    padding-bottom: 200px;
  }
}
.template-customers-order #ajax-content {
  overflow: initial;
  height: unset;
}
.template-customers-order .heading-order-detail h4 {
  letter-spacing: 1.5px;
}
.template-customers-order .heading {
  padding-top: 90px;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .template-customers-order .heading {
    padding-top: 160px;
  }
}
@media (min-width: 48em) {
  .template-customers-order .heading-order-detail {
    margin-bottom: 15px;
  }
}
.template-customers-order .order-container {
  padding: 40px 20px 17px;
}
@media (min-width: 48em) {
  .template-customers-order .order-container {
    padding: 80px 50px 0;
  }
}
.template-customers-order .table__row-header {
  display: none;
}
@media (min-width: 48em) {
  .template-customers-order .table__row-header {
    display: table-header-group;
  }
}
.template-customers-order .table__row-header .table__cell {
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 48em) {
  .template-customers-order .table__row-header .table__cell {
    padding-top: 4px;
    padding-bottom: 25px;
  }
}
.template-customers-order .table__cell,
.template-customers-order .order-summary-row {
  padding-top: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e2dfe2;
}
@media (min-width: 48em) {
  .template-customers-order .table__cell {
    padding: 22px 5px;
  }
}
@media (min-width: 48em) {
  .template-customers-order .table__cell p:not(.med_show) {
    display: none;
  }
}
.template-customers-order .table__cell.item-info {
  padding-bottom: 25px;
  padding-top: 0;
}
@media (min-width: 48em) {
  .template-customers-order .table__cell.item-info {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.template-customers-order .order-product-thumb {
  display: block;
  width: 45px;
  height: 70px;
  margin-right: 20px;
  background-position: center top;
  margin-top: -5px;
}
@media (min-width: 48em) {
  .template-customers-order .order-product-thumb {
    margin-right: 30px;
  }
}
.template-customers-order .order-product-detail {
  width: calc(100% - 65px);
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
@media (min-width: 48em) {
  .template-customers-order .order-product-detail {
    width: calc(100% - 75px);
    overflow: visible;
  }
}
.template-customers-order .order-product-detail p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.13px;
}
.template-customers-order .order-product-detail p.item-title {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.15px;
}
.template-customers-order .order-product-detail p {
  font-size: 14px;
}
.template-customers-order .order-product-detail p.med_show {
  font-size: 1.5rem;
}
.template-customers-order .shipping-row span,
.template-customers-order .tax-row span {
  top: 0;
  right: 0;
}
.template-customers-order .order-mobile-table.order-summary .order-summary-row {
  padding-top: 12px;
  padding-bottom: 13px;
}
.template-customers-order
  .order-mobile-table.order-summary
  .order-summary-row:first-child {
  padding-top: 15px;
}
.template-customers-order
  .order-mobile-table.order-summary
  .order-summary-row:last-child {
  border-color: #0000;
}
@media (min-width: 48em) {
  .template-customers-order .item-info {
    width: 45%;
  }
}
.template-customers-order .item-sku span {
  word-wrap: break-word;
  max-width: 100%;
}
@media (min-width: 48em) {
  .template-customers-order .item-total,
  .template-customers-order .order-summary-row span.p,
  .template-customers-order .order-summary-row html #store_map span.gm_popup,
  html #store_map .template-customers-order .order-summary-row span.gm_popup,
  .template-customers-order .order-summary-row #addresses_list span,
  #addresses_list .template-customers-order .order-summary-row span,
  .template-customers-order .order-summary-row .search_bar span,
  .search_bar .template-customers-order .order-summary-row span,
  .template-customers-order
    .order-summary-row
    .template-customers-addresses
    .address-block
    span,
  .template-customers-addresses
    .address-block
    .template-customers-order
    .order-summary-row
    span,
  .template-customers-order .order-summary-row .fabric-sw__fabric span.__:after,
  .fabric-sw__fabric
    .template-customers-order
    .order-summary-row
    span.__:after {
    width: 82px;
    text-align: left;
  }
}
@media (min-width: 48em) {
  .template-customers-order .heading-order-summary {
    display: none;
  }
}
@media (min-width: 48em) {
  .template-customers-order .order-shipping-address {
    margin-top: 100px;
  }
}
@media (min-width: 48em) {
  .template-customers-order .order-billing-address {
    margin-top: 0;
  }
}
.product__secondary-cta {
  padding: 0 70px;
  position: fixed;
  left: 0;
  top: -40px;
  z-index: 4;
}
.product__hero__content-offset {
  min-height: 800px;
  padding-top: 0;
}
@media (min-width: 48em) {
  .product__hero__content-offset {
    padding-top: 40px;
    margin-left: 6%;
  }
}
@media (min-width: 87.5em) {
  .product__hero__content-offset {
    margin-left: 110px;
  }
}
.product__hero__image,
.product__hero__image__img {
  height: auto;
  max-width: 90%;
  max-height: 300px;
  margin: auto;
}
@media (max-width: 47.9375em) {
  .product__hero__image,
  .product__hero__image__img {
    display: block;
  }
}
@media (min-width: 48em) {
  .product__hero__image,
  .product__hero__image__img {
    height: 420px;
    max-height: none;
    max-width: none;
  }
}
@media (min-width: 64em) {
  .product__hero__image,
  .product__hero__image__img {
    height: 500px;
  }
}
@media (min-width: 75em) {
  .product__hero__image,
  .product__hero__image__img {
    height: 600px;
  }
}
.product__hero__image .scrollmagic-pin-spacer,
.product__hero__image__img .scrollmagic-pin-spacer {
  padding-bottom: 0 !important;
}
.product__hero__image__img {
  outline: 1px solid rgba(0, 0, 0, 0);
  width: auto;
  margin: auto;
  float: none;
}
@media (min-width: 48em) {
  .product__hero__image__img {
    float: right;
  }
}
.product__form.is-soldout {
  pointer-events: none;
}
.product__form.is-soldout:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  opacity: 0.5;
  z-index: 1;
}
.product__links {
  z-index: 1;
}
@media (max-width: 47.9375em) {
  .product__links {
    text-align: center;
  }
  .product__links .__hide {
    display: none;
  }
}
.product__info {
  height: 800px;
}
@media (min-width: 48em) {
  .product__info-spacer {
    height: 120px;
  }
}
.product__info__content {
  background-color: #f7f7f7;
  padding: 3rem 2rem 5rem;
}
@media (min-width: 48em) {
  .product__info__content {
    padding-left: 0;
    background-color: #0000;
    width: 325px;
    padding-top: 3rem;
  }
}
.is-simple .product__info__content {
  padding-bottom: 0;
}
@media (min-width: 48em) {
  .product__info__content .__footer {
    text-align: left;
  }
}
.product__info__content blockquote {
  display: none;
}
.product-page__related .products__product-container:nth-of-type(4) {
  display: none;
}
.product-page__related-products:after {
  content: "flickity";
  text-indent: -9999px;
}
@media (min-width: 64em) {
  .product-page__related-products:after {
    content: "";
    display: table;
  }
}
.product-page__related-products .flickity-prev-next-button {
  display: none;
}
@media (max-width: 63.9375em) {
  .product-page__related-products .products__product-container {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.4;
    max-width: 360px;
    width: 66%;
  }
  .product-page__related-products .products__product-container.is-selected {
    opacity: 1;
  }
  .product-page__related-products
    .products__product-container
    .products__product-overlay:hover {
    background-color: #0000;
  }
  .product-page__related-products
    .products__product-container
    .products__product-overlay
    .button,
  .product-page__related-products
    .products__product-container
    .products__product-overlay
    .button--solid,
  .product-page__related-products
    .products__product-container
    .products__product-overlay
    .button--option,
  .product-page__related-products
    .products__product-container
    .products__product-overlay
    .button--product-option,
  .product-page__related-products
    .products__product-container
    .products__product-overlay
    .button--ghost,
  .product-page__related-products
    .products__product-container
    .products__product-overlay
    input[type="submit"] {
    display: none;
  }
  .product-page__related-products
    .products__product-container
    .products__product {
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .product-page__related-products
    .products__product-container
    .products__product:hover {
    background-color: #0000;
  }
  .product-page__related-products
    .products__product-container
    .products__product
    .products__product-image:hover
    .products__product-img {
    opacity: 1;
  }
  .product-page__related-products
    .products__product-container
    .products__product
    img {
    max-width: 100%;
  }
}
.store-locator {
  padding: 0;
}
@media (min-width: 64em) {
  .store-locator {
    padding: 0 15px;
  }
}
@media (min-width: 75em) {
  .store-locator {
    padding: 0 50px;
  }
}
.store-locator > h2 {
  display: none;
}
.header_html {
  margin-bottom: 30px !important;
}
@media (min-width: 64em) {
  .header_html {
    margin-bottom: 75px !important;
  }
}
.header_html .page-title {
  padding: 0 60px;
}
@media (min-width: 24.9375em) {
  .header_html .page-title {
    padding: 0;
  }
}
.header_html .quote {
  padding: 0 10px;
  max-width: 575px;
}
.footer_html {
  clear: both;
}
@media (min-width: 64em) {
  .footer_html {
    height: 15px;
  }
}
.search_bar {
  background: none !important;
  border: none !important;
  padding: 0 20px !important;
  margin: 5px auto 20px !important;
  max-width: 400px;
}
@media (min-width: 64em) {
  .search_bar {
    max-width: 100%;
    margin: 5px auto 40px !important;
  }
}
.search_bar > div {
  width: 100% !important;
  float: none !important;
  vertical-align: middle;
  text-align: center !important;
  padding: 5px 0 !important;
}
@media (min-width: 64em) {
  .search_bar > div {
    width: auto !important;
    margin-right: 15px;
    padding: 0 !important;
  }
}
.search_bar span {
  width: 100% !important;
  text-align: left;
}
@media (min-width: 64em) {
  .search_bar span {
    width: auto !important;
    margin-right: 8px;
  }
}
.search_bar input {
  width: 100% !important;
}
@media (min-width: 64em) {
  .search_bar input {
    width: auto !important;
  }
}
.search_bar select {
  max-width: 100%;
  width: 100% !important;
}
.search_bar .select-wrapper {
  width: 100% !important;
  text-align: left;
}
@media (min-width: 64em) {
  .search_bar .select-wrapper {
    width: 80px !important;
  }
}
.storefinder_submit {
  margin-top: 10px;
}
@media (min-width: 64em) {
  .storefinder_submit {
    margin-top: 0;
  }
}
.storefinder_submit .button,
.storefinder_submit .button--solid,
.storefinder_submit .button--option,
.storefinder_submit .button--product-option,
.storefinder_submit .button--ghost,
.storefinder_submit input[type="submit"] {
  height: auto;
  width: auto;
  background: none;
  background-color: #876a33;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
}
.storefinder_submit .button:hover,
.storefinder_submit .button--solid:hover,
.storefinder_submit .button--option:hover,
.storefinder_submit .button--product-option:hover,
.storefinder_submit .button--ghost:hover,
.storefinder_submit input[type="submit"]:hover {
  background: none;
  background-color: #624d25;
}
#addresses_list {
  width: 100% !important;
  height: initial !important;
  padding: 0 !important;
  margin: 0 0 75px !important;
  position: relative;
  overflow: hidden;
}
@media (min-width: 64em) {
  #addresses_list {
    width: 31% !important;
    border-top: 1px solid #e2dfe2;
    border-bottom: 1px solid #e2dfe2;
  }
}
@media (max-width: 64em) {
  #addresses_list {
    height: auto !important;
  }
  #addresses_list ul {
    max-height: 100% !important;
  }
}
#addresses_list:before,
#addresses_list:after {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  box-shadow: 0 0 10px #0000004d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  -moz-border-radius: 100%;
  width: 95%;
  height: 60px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
}
@media (min-width: 64em) {
  #addresses_list:before,
  #addresses_list:after {
    content: "";
  }
}
#addresses_list:before {
  top: -60px;
}
#addresses_list:after {
  bottom: -60px;
}
@media (min-width: 64em) {
  #addresses_list:after {
    opacity: 1;
  }
}
#addresses_list.is-scrolled:before {
  opacity: 1;
}
#addresses_list.at-bottom:after {
  opacity: 0;
}
#addresses_list ul {
  position: relative;
  margin-top: 0;
  max-height: 600px;
  overflow: auto;
}
@media (max-width: 63.9375em) {
  #addresses_list ul {
    margin-top: 20px;
    padding: 0 15px;
  }
}
#addresses_list li {
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #e2dfe2;
  background-position-y: 28px;
  background-position-x: 16px;
  padding: 25px 12px 20px 5px;
}
#addresses_list li:after {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #876a33;
  height: 0;
  opacity: 0;
}
#addresses_list li .distance {
  width: 30px;
  height: 30px;
  margin: 30px 15px 0 5px;
  text-align: center;
}
#addresses_list li a {
  margin-bottom: 0;
  font-size: 15px;
  width: calc(100% - 50px);
}
#addresses_list li:last-child {
  border-color: #0000;
}
#addresses_list li.is-active {
  border-color: #876a33;
}
#addresses_list li.is-active:after {
  height: 4px;
  opacity: 1;
}
#addresses_list li .store_website {
  display: none;
}
#addresses_list span {
  color: #2b2b2b;
}
#addresses_list span.name {
  font-weight: 900;
}
html #store_map {
  margin: 0 15px;
  width: calc(100% - 30px) !important;
  height: 320px !important;
}
@media (min-width: 64em) {
  html #store_map {
    margin: 0;
    height: 600px !important;
    width: 66% !important;
  }
}
html #store_map .gm_popup br {
  line-height: 0;
  font-size: 0;
}
html #store_map .directions {
  display: none;
}
.sf-pagination .h2,
.sf-pagination blockquote h1,
blockquote .sf-pagination h1,
.sf-pagination blockquote h2,
blockquote .sf-pagination h2,
.sf-pagination blockquote h3,
blockquote .sf-pagination h3,
.sf-pagination blockquote h4,
blockquote .sf-pagination h4,
.sf-pagination blockquote h5,
blockquote .sf-pagination h5,
.sf-pagination blockquote h6,
blockquote .sf-pagination h6,
.sf-pagination blockquote p,
blockquote .sf-pagination p {
  font-size: 24px;
}
@media (min-width: 48em) {
  .sf-pagination .h2,
  .sf-pagination blockquote h1,
  blockquote .sf-pagination h1,
  .sf-pagination blockquote h2,
  blockquote .sf-pagination h2,
  .sf-pagination blockquote h3,
  blockquote .sf-pagination h3,
  .sf-pagination blockquote h4,
  blockquote .sf-pagination h4,
  .sf-pagination blockquote h5,
  blockquote .sf-pagination h5,
  .sf-pagination blockquote h6,
  blockquote .sf-pagination h6,
  .sf-pagination blockquote p,
  blockquote .sf-pagination p {
    font-size: 28px;
  }
}
.sf-pagination__page {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sf-pagination__page:after {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.sf-pagination__page:hover {
  color: #876a33;
}
.sf-pagination__page:hover:after {
  opacity: 1;
}
.sf-pagination__page.is-active {
  color: #876a33;
}
.sf-pagination__page.is-active:after {
  opacity: 1;
}
.sf-feature {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .sf-feature {
    width: 700px;
    max-width: 80%;
    height: 600px;
    margin-bottom: 70px;
  }
  .sf-feature.is-ties {
    width: 800px;
  }
}
@media (min-width: 64em) {
  .touch .sf-feature {
    margin-bottom: 450px;
  }
}
.sf-feature__image-height {
  height: 300px;
}
@media (min-width: 48em) {
  .sf-feature__image-height {
    height: 600px;
  }
}
.sf-feature__captions {
  width: 75%;
  margin-top: 30px;
}
@media (min-width: 64em) {
  .sf-feature__captions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.sf-feature__captions:after {
  content: "flickity";
  display: none;
}
.sf-feature__captions .flickity-prev-next-button.previous {
  left: -40px;
}
.sf-feature__captions .flickity-prev-next-button.next {
  right: -40px;
}
@media (min-width: 64em) {
  .sf-feature__captions:after {
    content: "";
  }
}
.sf-feature__caption {
  width: 100%;
  padding: 0 calc((100% - 325px) / 2);
}
@media (min-width: 64em) {
  .sf-feature__caption {
    position: absolute;
    text-align: left;
    padding: 0;
    width: 40%;
  }
  .sf-feature__caption:nth-of-type(1) {
    left: -25%;
    top: 30%;
    text-align: right;
  }
   .sf-feature__caption:nth-of-type(1) {
    left: -25%;
    top: 30%;
    text-align: right;
  }
  .is-ties .sf-feature__caption:nth-of-type(1) {
    left: -16%;
    top: 15%;
      text-align: right;
  }
  .sf-feature__caption:nth-of-type(2) {
   left: -25%;
    top: 10%;
      text-align: right;
  }
  .is-ties .sf-feature__caption:nth-of-type(2) {
   left: -27%;
    top: 25%;
  }
  .sf-feature__caption:nth-of-type(3) {

     text-align: right;
  }
  .is-ties .sf-feature__caption:nth-of-type(3) {
    left: -8%;
    top: 69%;
  }
  .sf-feature__caption:nth-of-type(4) {
    right: -25%;
    top: 10%;
  }
  .is-ties .sf-feature__caption:nth-of-type(4) {
    right: -27%;
    top: 25%;
  }
  .sf-feature__caption:nth-of-type(5) {
    right: -25%;
    top: 50%;
  }
  .is-ties .sf-feature__caption:nth-of-type(5) {
    right: -8%;
    top: 69%;
  }
}
@media (min-width: 87.5em) {
  .sf-feature__caption {
    width: 325px;
  }
  .sf-feature__caption:nth-of-type(1) {
    left: -30%;
    top: 30%;
  }
  .is-ties .sf-feature__caption:nth-of-type(1) {
    left: -24%;
    top: 1%;
  }
  .sf-feature__caption:nth-of-type(2) {
    left: -40%;
    top: 70%;
  }
  .is-ties .sf-feature__caption:nth-of-type(2) {
    left: -30%;
    top: 25%;
  }
  .sf-feature__caption:nth-of-type(3) {
  left: -20%;
    top: 0%;
  }
  .is-ties .sf-feature__caption:nth-of-type(3) {
    left: -16%;
    top: 69%;
  }
   .sf-feature__caption:nth-of-type(4) {
    right: -30%;
    top: 1%;
  }
  .is-ties .sf-feature__caption:nth-of-type(4) {
    right: -35%;
    top: 25%;
  }
  .sf-feature__caption:nth-of-type(5) {
    right: -30%;
    top: 60%;
  }
  .is-ties .sf-feature__caption:nth-of-type(5) {
    right: -16%;
    top: 69%;
  }
}
.sf-process {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 31.25em) {
  .sf-process {
    margin-top: 60px;
  }
}
@media (min-width: 64em) {
  .sf-process {
    opacity: 0;
    position: absolute;
    margin-top: 130px;
  }
}
.touch .sf-process {
  opacity: 1;
  position: relative;
}
.sf-slideshow {
  max-height: 900px;
  height: 600px;
  height: 100vh;
}
.touch .sf-slideshow__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sf-slideshow__banner {
  left: 0;
  right: 0;
  width: 215px;
  z-index: 1;
}
.sf-slideshow__slide .__inner {
  display: table;
}
.sf-slideshow__slide .__aligner {
  display: table-cell;
}
.sf-slideshow__slide .__content {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.sf-slideshow__slide.is-selected .__content {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 0.6s;
  -moz-transition: opacity 0.4s ease-in 0.6s;
  -o-transition: opacity 0.4s ease-in 0.6s;
  transition: opacity 0.4s ease-in 0.6s;
}
.sf-slideshow__controls {
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 48em) {
  .sf-slideshow__controls {
    bottom: 45px;
  }
}
@media (min-width: 75em) {
  .sf-slideshow__controls {
    bottom: 60px;
  }
}
.sf-slideshow__controls .__progress {
  top: 15px;
  left: 0;
  padding: 0 12.5%;
}
.sf-slideshow__controls .__progress .__bar {
  display: block;
  background-color: #876a33;
  height: 1px;
  max-width: 0px;
}
.sf-slideshow__control {
  cursor: pointer;
}
.sf-slideshow__control .__number {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #876a33;
  background-color: #876a331a;
}
.sf-slideshow__control .__label {
  font-size: 8px;
  opacity: 0.6;
}
@media (min-width: 48em) {
  .sf-slideshow__control .__label {
    font-size: 15px;
  }
}
@media (min-width: 48em) {
  .sf-map__mobile {
    display: none;
  }
}
.sf-map__mobile .__image {
  height: 250px;
}
.sf-map__mobile .__content p {
  max-width: 400px;
}
.sf-map__mobile .flickity-prev-next-button {
  top: 70%;
}
@media (min-width: 31.25em) {
  .sf-map__mobile .flickity-prev-next-button {
    top: 75%;
  }
}
.sf-map__mobile .flickity-prev-next-button.previous {
  left: 0;
}
.sf-map__mobile .flickity-prev-next-button.next {
  right: 0;
}
.sf-map__mobile .flickity-page-dots {
  bottom: 30px;
}
@media (min-width: 48em) {
  .sf-map__mobile .flickity-page-dots {
    bottom: 40px;
  }
}
.sf-map__desktop {
  display: none;
}
.sf-map__desktop .__image {
  background-position: center top;
  height: 400px;
}
@media (min-width: 75em) {
  .sf-map__desktop .__image {
    width: calc(100% - 460px);
    height: 554px;
  }
}
@media (min-width: 75em) {
  .sf-map__desktop .__slides {
    width: 460px;
  }
}
@media (min-width: 75em) {
  .sf-map__desktop .__slide {
    margin: 0;
  }
}
.sf-map__desktop .__divider {
  display: none;
  height: 1px;
}
@media (min-width: 75em) {
  .sf-map__desktop .__divider {
    display: block;
  }
}
@media (min-width: 75em) {
  .sf-map__desktop .flickity-viewport {
    height: 554px !important;
  }
}
@media (min-width: 48em) {
  .sf-map__desktop .flickity-prev-next-button {
    display: none;
  }
}
.sf-map__desktop .flickity-page-dots {
  bottom: 40px;
}
@media (min-width: 48em) {
  .sf-map__desktop .flickity-page-dots {
    bottom: 60px;
  }
}
@media (min-width: 48em) {
  .sf-map__desktop {
    display: block;
  }
}
.sf-carousel__slide {
  margin: 15px 0;
  padding: 0 calc((100% - 290px) / 2);
}
@media (min-width: 31.25em) {
  .sf-carousel__slide {
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
    margin: 20px 0;
    padding: 0 5%;
    width: 400px;
    opacity: 0.4;
  }
  .sf-carousel__slide.is-selected {
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .sf-carousel__slide {
    width: 450px;
  }
}
@media (min-width: 64em) {
  .sf-carousel__slide {
    padding: 0;
    width: 33.333333%;
    opacity: 1;
  }
}
@media (max-width: 31.1875em) {
  .sf-carousel__slide .image-100 {
    padding-top: 65%!important;

  }
  .fitguide {
    margin-top: 40px;
    padding: 40px 15px;
    min-height: 1450px!important;
}
}
.sf-carousel__slide .__image {
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 31.1875em) {
  .sf-carousel__slide .__image {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 31.1875em) {
  .sf-carousel__slide .__description {
    padding: 0 20px;
  }
}
@media (min-width: 31.25em) {
  .sf-carousel__slide:nth-of-type(2n + 3) {
    clear: left;
  }
}
@media (min-width: 64em) {
  .sf-carousel__slide:nth-of-type(2n + 3) {
    clear: none;
  }
}
@media (min-width: 64em) {
  .sf-carousel__slide:nth-of-type(3n + 4) {
    clear: left;
  }
}
.sf-carousel:after,
.sf-carousel--fourup:after {
  content: "flickity";
  text-indent: -9999px;
}
@media (min-width: 64em) {
  .sf-carousel:after,
  .sf-carousel--fourup:after {
    content: "";
    display: table;
  }
}
.sf-carousel .flickity-prev-next-button,
.sf-carousel--fourup .flickity-prev-next-button {
  top: 100px;
}
.sf-carousel .flickity-prev-next-button.previous,
.sf-carousel--fourup .flickity-prev-next-button.previous {
  left: 40px;
}
.sf-carousel .flickity-prev-next-button.next,
.sf-carousel--fourup .flickity-prev-next-button.next {
  right: 40px;
}
@media (min-width: 31.25em) {
  .sf-carousel .flickity-prev-next-button,
  .sf-carousel--fourup .flickity-prev-next-button {
    display: none;
  }
}
@media (min-width: 64em) {
  .sf-carousel--fourup .sf-carousel__slide {
    width: 25%;
    clear: none;
  }
}
.fabrics__title {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .fabrics__title {
    margin-top: 40px;
  }
}
.collars,
.collars__title {
  padding-top: 20px;
}
@media (min-width: 64em) {
  .collars__title {
    padding-top: 25px;
  }
}
.sf-video {
  height: 350px;
}
@media (min-width: 48em) {
  .sf-video {
 
    margin-top: 50px;
  }
}
.cuffs {
  padding: 30px 0;
}
@media (min-width: 64em) {
  .cuffs {
    padding: 20px 0 50px;
  }
}
.sf-cta--twoup .cta__inner:nth-of-type(1) {
  height: 950px;
}
.sf-cta--twoup .cta__inner {
  height: 850px;
}
@media (min-width: 48em) {
	.sf-cta--twoup .cta__inner:nth-of-type(1) {
  height: 820px;
}
  .sf-cta--twoup .cta__inner {
    height: 820px;
  }
}
@media (min-width: 64em) {
  .sf-cta--twoup .__cell {
    vertical-align: middle;
  }
  .sf-cta--twoup .__cell:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 64em) {
  .size {
    padding-bottom: 50px;
  }
  .size .col:nth-of-type(1) {
    margin-left: 16.666666%;
  }
}
.page-wrap {
  -webkit-transition: padding 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: padding 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: padding 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: padding 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  padding: 15px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .page-wrap {
    padding: 30px;
  }
}
body.search--is-visible .page-wrap {
  padding-top: 80px;
}
@media (min-width: 48em) {
  body.search--is-visible .page-wrap {
    padding-top: 80px;
  }
}
body[data-promo="true"] .page-wrap {
  padding-top: 160px;
}
@media (min-width: 31.25em) {
  body[data-promo="true"] .page-wrap {
    padding-top: 100px;
  }
}
.page__title {
  text-align: center;
  padding: 0 0 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .page__title {
    padding: 0 0 70px;
  }
}
.page__title p,
.page__title .p,
.page__title .accordion > ul > li > h3 > button,
.page__title .accordion > ul > li > button,
.page__title .accordion > ul > li > h3,
.page__title .rte ul,
.rte .page__title ul,
.page__title .rte li,
.rte .page__title li,
.page__title .o-alert .errors ul,
.o-alert .errors .page__title ul,
.page__title .o-alert .errors li,
.o-alert .errors .page__title li,
.page__title .template-customers-addresses .address-block a,
.template-customers-addresses .address-block .page__title a,
.page__title .template-customers-addresses .address-block span,
.template-customers-addresses .address-block .page__title span,
.page__title .fabric-sw__fabric .__:after,
.fabric-sw__fabric .page__title .__:after,
.page__title .search_bar span,
.search_bar .page__title span,
.page__title .search_bar input,
.search_bar .page__title input,
.page__title #addresses_list span,
#addresses_list .page__title span,
.page__title html #store_map .gm_popup,
html #store_map .page__title .gm_popup {
  max-width: 40em;
}
.page__inner {
  
}
@media (min-width: 48em) {
  .page__inner {
    padding: 30px 40px;
  }
}
@media (min-width: 64em) {
  .page__inner {
    padding: 5px 6px;
  }
}
.template-collection .page__inner {
  padding-left: 0;
  padding-right: 0;
}
.page-section {
 
}
@media (min-width: 48em) {
  .page-section {
    padding: 0;
  }
}
.page-section__title {
  margin: 15px 0 5px;
}
@media (min-width: 48em) {
  .page-section__title {
    margin: 20px 0;
  }
}
.page-section__cta {
  margin: 20px 0;
  text-align: center;
}
.product__details {
  width: 100%;
}
@media (min-width: 31.25em) {
  .product__details {
    width: 500px;
  }
}
@media (min-width: 48em) {
  .product__details {
    width: 700px;
  }
}
@media (min-width: 64em) {
  .product__details {
    width: 840px;
  }
}
.product__details__title {
  margin: 30px auto;
  width: 90%;
}
@media (min-width: 48em) {
  .product__details__title {
   margin: 90px auto 75px;
    width: 100%;
    /* font-size: 3rem; */
    line-height: 1.15;
    letter-spacing: .07em;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-family: 'Coranto';
    text-align: center;
    color: #000;
    font-size: 3.8rem;
    line-height: 1.35;
    letter-spacing: .01em;
    font-weight: 400;
  }

}
@media (max-width: 47.9375em) {
  .product__details__title {
    font-size: 25px;
  }
}
.product__detail {
  margin: 20px 0 0;
}
@media (min-width: 48em) {
  .product__detail {
    margin-top: 20px;
    height: 310px;
    min-height: 0;
  }
}
.product__detail__image {
  padding-top: 80%;
  height: 100%;
}
@media (min-width: 48em) {
  .product__detail__image {
    width: 43%;
    padding: 15px 0 15px 25px;
  }
}
@media (min-width: 64em) {
  .product__detail__image {
    padding: 15px 0 15px 55px;
  }
}
@media (min-width: 48em) {
  .product__detail__image.is-even {
    float: right;
    padding: 15px 25px 15px 0;
  }
}
@media (min-width: 64em) {
  .product__detail__image.is-even {
    padding: 15px 55px 15px 0;
  }
}
.product__detail__image__img {
  position: absolute;
}
@media (min-width: 48em) {
  .product__detail__image__img {
    position: relative;
  }
}
.product__detail__content {
  padding: 40px 0 0;
}
@media (min-width: 48em) {
  .product__detail__content {
    display: table;
    padding: 0 0 40px;
    width: 57%;
    height: 100%;
  }
}
.product__detail__content.is-even {
  float: right;
}
.product__detail__border {
  width: 100%;
  border: 1px solid #dedede;
}
.product__detail__border:before {
  content: " ";
  width: 70%;
  height: 101%;
  top: -1px;
  left: -1px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(to right, #fff 50%, #fff0);
  background-color: #0000;
}
.is-even .product__detail__border:before {
  left: auto;
  right: -1px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    right,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(to left, #fff 50%, #fff0);
  background-color: #0000;
}
@media (max-width: 47.9375em) {
  .product__detail__border {
    display: none;
  }
}
@media (min-width: 48em) {
  .product__detail__inner {
    display: table-cell;
	text-align: center;
  }
}
.product__detail__illustration {
  width: 50px;
  height: 50px;
}
.product__detail__name {
  padding-bottom: 3px;
}
.product__detail__caption {
  max-width: 250px;
}
.detail-slideshow:after {
  content: "flickity";
  display: none;
}
@media (min-width: 48em) {
  .detail-slideshow:after {
    content: "";
  }
}
.detail-slideshow .flickity-prev-next-button {
  background-color: #0000;
  top: 70%;
  padding: 0;
  height: 60px;
  width: 60px;
}
.detail-slideshow .flickity-prev-next-button .arrow {
  fill: #876a33;
}
.product__detail__illustration.collar {
  background-image: url(../images/spot_buttons.png);
}
.product__detail__illustration.cuff {
  background-image: url(../images/spot_buttons.png);
}
.product__detail__illustration.finishing {
  background-image: url(../images/spot_scissors.png);
}
.product__detail__illustration.fabric {
  background-image: url(../images/spot_swatches.png);
}
.product__detail__illustration.pattern,
.product__detail__illustration.construction {
  background-image: url(../images/spot_spool.png);
}
.quickview__description:not(:empty) {
  margin-bottom: 10px;
}
.product__options {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 2rem;
}
@media (min-width: 48em) {
  .product__options {
    padding: 0;
    width: 285px;
  }
}
@media (min-width: 64em) {
  .product__options {
    width: 325px;
  }
}
.product__option--select {
  width: 100%;
}
@media (min-width: 48em) {
  .product__option--select {
    display: none;
  }
}
.product__option--select select {
  width: 100%;
}
.product__option--buttons {
  display: none;
}
@media (min-width: 48em) {
  .product__option--buttons {
    display: block;
  }
}
.product__option__button {
  -webkit-transition: background 0.1s, color 0.1s, border 0.1s;
  -moz-transition: background 0.1s, color 0.1s, border 0.1s;
  -o-transition: background 0.1s, color 0.1s, border 0.1s;
  transition: background 0.1s, color 0.1s, border 0.1s;
  color: #2b2b2b;
  border-color: #dedede;
  background-color: #0000;
  padding: 0.5em 0.8em 0.6em;
  margin: 5px 5px 5px 0;
  font-weight: 100;
}
.product__option__button.is-selected {
  border-color: #876a33;
}
.product__option__button.is-selected:hover {
  background-color: #624d25;
}
.product__option__button[data-value^="$"] {
  min-width: 100px;
}
.product__option__quantity {
  width: 100%;
}
@media (min-width: 48em) {
  .product__option__quantity {
    width: 90px;
  }
}
@media (min-width: 48em) {
  .product__option__submit {
    text-align: left;
  }
}
.product__shipping__why.is-hidden {
  visibility: hidden;
  position: absolute;
}
.product__option-link {
  display: none;
  margin-top: 5px;
}
.footer:after {
  content: "";
  height: 4px;
  background-color: #876a33;
  left: -15px;
  right: -15px;
  bottom: -12px;
}
@media (min-width: 48em) {
  .footer:after {
    left: -30px;
    right: -30px;
  }
}
@media (min-width: 81.25em) {
  .footer {
    height: 120px;
  }
}
.template-page-fabric-swatches .footer {
  padding-bottom: 135px;
}
@media (min-width: 71.875em) {
  .template-page-fabric-swatches .footer {
    padding-bottom: 0;
  }
}
.footer__inner {
  position: relative;
}
@media (min-width: 81.25em) {
  .footer__inner {
    position: absolute;
    padding: 0 2%;
  }
}
.footer__links {
  bottom: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 81.25em) {
  .footer__links {
    left: 15%;
    right: 15%;
  }
}
@media (min-width: 31.25em) {
  .footer__link {
    width: auto;
	    font-size: 1.8rem;
    font-family: 'Coranto';
  }
}
.footer__meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 81.25em) {
  .footer__meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	    text-align: center;
   
  }
}
.footer__meta__block {
  z-index: 2;
}
@media (min-width: 81.25em) {
  .footer__meta__block {
    flex: 0 0 auto;
    width: auto;
  }
}
.footer__social {
  direction: ltr;
  font-size: 2.2rem;
}
@media (min-width: 81.25em) {
  .footer__social {
    margin: 0;
  }
}
@media (min-width: 81.25em) {
  .footer__meta-block-text--mob {
    display: none;
  }
    .footer__links:nth-child(3) {
    left: 15%;
    right: 15%;
    display:none
  }
}
.footer__meta-block-text--desktop {
  display: none;
}
@media (min-width: 81.25em) {
  .footer__meta-block-text--desktop {
    display: block;
  }
}
.header {
  -webkit-transition: -webkit-transform 0.4s,
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    background 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: -moz-transform 0.4s,
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    background 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: -o-transform 0.4s,
    opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    background 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: transform 0.4s, opacity 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    background 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  z-index: 10;
  opacity: 1;
  top: 0;
}
@media (min-width: 75em) {
  .header {
    padding: 0 70px;
  }
}
.header.is-affixed .header__menu {
  color: #2b2b2b;
}
@media (min-width: 75em) {
  .header.is-affixed .header__inner {
    top: 0;
  }
  .header.is-affixed .header__logo-outer {
    width: 125px;
  }
  .header.is-affixed .header__logo {
    width: 121px;
  }
  .header.is-affixed .header__underlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 75em) {
  body.search--is-visible .header,
  body[data-promo="true"] .header {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0);
  }
}
.has--localnav .header {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.has--localnav.search--is-visible .header {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
}
.has--localnav[data-promo="true"] .header {
  -webkit-transform: translateY(calc(-200% - 80px));
  -moz-transform: translateY(calc(-200% - 80px));
  -ms-transform: translateY(calc(-200% - 80px));
  -o-transform: translateY(calc(-200% - 80px));
  transform: translateY(calc(-200% - 80px));
}
@media (min-width: 31.25em) {
  .has--localnav[data-promo="true"] .header {
    -webkit-transform: translateY(calc(-200% - 20px));
    -moz-transform: translateY(calc(-200% - 20px));
    -ms-transform: translateY(calc(-200% - 20px));
    -o-transform: translateY(calc(-200% - 20px));
    transform: translateY(calc(-200% - 20px));
  }
}
.critical-loading .header {
  opacity: 0;
}
.header__underlay {
  -webkit-transition: -webkit-transform 0.25s,
    height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: -moz-transform 0.25s,
    height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: -o-transform 0.25s,
    height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: transform 0.25s, height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  top: -30px;
  height: 115px;
  bottom: auto;
}
@media (min-width: 75em) {
  .header__underlay {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.header__underlay .__inner {
  z-index: 1;
}
body.search--is-visible .header__underlay {
  height: 195px;
}
body.search--is-visible .header__underlay .__inner {
  height: 85px;
  top: auto;
  background: #0000;
}
body[data-promo="true"] .header__underlay {
  height: 275px;
}
@media (min-width: 31.25em) {
  body[data-promo="true"] .header__underlay {
    height: 215px;
  }
}
body[data-promo="true"] .header__underlay .__inner {
  height: 85px;
  top: auto;
  background: #0000;
}
.header__inner {
  -webkit-transition: top 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: top 0.4s,
    -moz-transform 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: top 0.4s, -o-transform 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: top 0.4s, transform 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  height: 85px;
  z-index: 1;
  padding-top: 30px;
}
@media (min-width: 75em) {
  .header__inner {
    top: 50px;
  }
}
.header__inner [class*="o-radial"] {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media (max-width: 74.9375em) {
  .header__inner [class*="o-radial"] {
    opacity: 1;
  }
}
.is-affixed .header__inner [class*="o-radial"] {
  opacity: 1;
}
body.search--is-visible .header__inner {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
@media (min-width: 75em) {
  body.search--is-visible .header__inner {
    top: 30px;
  }
}
body[data-promo="true"] .header__inner {
  -webkit-transform: translateY(160px);
  -moz-transform: translateY(160px);
  -ms-transform: translateY(160px);
  -o-transform: translateY(160px);
  transform: translateY(160px);
}
@media (min-width: 31.25em) {
  body[data-promo="true"] .header__inner {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media (min-width: 75em) {
  body[data-promo="true"] .header__inner {
    top: 30px;
  }
}
.header__menu {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  display: none;
}
.template-index .header__menu {
  --index-header-menu-color: #2b2b2b;
  color: var(--index-header-menu-color);
}
.template-page-mto-landing .header__menu {
  color: #fff;
}
@media (min-width: 75em) {
  .header__menu {
    display: block;
  }
}
.header__menu__item {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.header__menu__item:hover {
  color: #876a33;
}
.header__menu__item.has-submenu {
  -webkit-transition: drop-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  -moz-transition: drop-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  -o-transition: drop-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: drop-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  padding: 0.9em 1em;
  background-color: #0000;
  cursor: default;
}
.header__menu__item.has-submenu:after {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 40%;
  background: #fff;
  top: 80%;
  left: 0;
  z-index: 1;
}
.header__menu__item.has-submenu--active {
  box-shadow: 0 0 8px #0000001a;
  background-color: #fff;
}
.header__menu__item.has-submenu--active .header__menu__item-parent {
  color: #876a33;
}
.header__menu__item.has-submenu--active .submenu {
  -webkit-transition: opacity 0.2s ease-in-out 1ms,
    visibility 1ms ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 1ms, visibility 1ms ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 1ms, visibility 1ms ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 1ms, visibility 1ms ease-in-out 0s;
  opacity: 1;
  visibility: visible;
}
.header__menu__item.has-submenu--active:after {
  -webkit-transition: opacity 0.18s ease-in-out;
  -moz-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
  opacity: 1;
}
.header__menu__item.has-submenu--right {
  margin-left: -10px;
}
.header__menu__item.has-submenu--right .submenu {
  left: auto;
  right: 0;
}
.header__menu__item-parent {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}
.header__menu__item-parent:not(.disabled):hover,
.header__menu__item-parent:hover {
  background: none;
  color: inherit;
}
.mobile-menu__parent-link.is-active span,
.header__menu__item-parent.is-active span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.has-submenu .__arrow {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
}
.has-submenu.is-open .__arrow {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.header__menu__item--right {
  margin-right: 1em;
}
.header__menu__item--left {
  margin-left: 1.3em;
}
.header__search-toggle,
.header__cart-toggle {
  margin-left: 1em;
}
.header__logo-outer {
  width: 105px;
  height: 85px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  -webkit-transition: width 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: width 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: width 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: width 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
}
@media (min-width: 31.25em) {
  .header__logo-outer {
    width: 125px;
  }
}
@media (min-width: 75em) {
  .header__logo-outer {
    width: 145px;
  }
}
.header__logo-container {
  width: 100%;
  height: 100%;
}
.header__logo {
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  width: 121px;
}
@media (min-width: 75em) {
  .header__logo {
    width: 142px;
  }
}
.__arrow {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  right: -4px;
}
.header__mobile {
  background-color: #fff;
  display: block;
  padding: 0 30px;
}
@media (min-width: 75em) {
  .header__mobile {
    display: none;
  }
}
.mobile-menu {
  display: block;
  z-index: 11;
  overflow-y: auto;
  padding-bottom: 30px;
  top: 0;
  left: 100%;
}
@media (min-width: 75em) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__overflow {
  max-width: 230px;
  margin: -1px auto auto;
  padding-top: 1px;
}
.search {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.search__inner {
  -webkit-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  -moz-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  -o-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
body.search--is-visible .search__inner {
  -webkit-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  -moz-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  -o-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  height: 80px;
  opacity: 1;
  visibility: visible;
}
.search__form {
  height: 80px;
}
.search__input {
  border: 0 !important;
  height: 100% !important;
  padding: 0.4em 0 !important;
  margin-left: 0.85em;
  width: 100% !important;
}
.search__input:focus {
  border: 0;
}
@media (min-width: 64em) {
  .search__input {
    width: 50% !important;
  }
}
.search__controls {
  left: auto;
  right: 15px;
  width: 200px;
}
@media (min-width: 48em) {
  .search__controls {
    right: 30px;
  }
}
.search__info {
  display: none;
}
@media (min-width: 31.25em) {
  .search__info {
    display: inline-block;
  }
}
.search__close {
  padding: 0;
  border: none;
  background: none;
  font-size: 2rem;
  cursor: pointer;
}
.search__close:hover {
  background: none !important;
}
.promo {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.promo__inner {
  -webkit-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  -moz-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  -o-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 10px 15px 0;
  text-align: center;
}
@media (min-width: 31.25em) {
  .promo__inner {
    padding: 0 30px;
  }
}
body[data-promo="true"] .promo__inner {
  -webkit-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  -moz-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  -o-transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  transition: height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1),
    opacity 0.4s linear 0.2s;
  height: 160px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 31.25em) {
  body[data-promo="true"] .promo__inner {
    height: 100px;
  }
}
.promo__content {
  max-width: 99%;
}
.promo__content p:first-child {
  font-size: 16px;
}
.promo__content a {
  text-decoration: underline;
  color: #876a33;
}
.promo__close {
  left: calc(100% - 50px);
  width: 50px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  border: none;
  background: none;
}
.promo__close .icon-close {
  vertical-align: top;
}
@media (min-width: 31.25em) {
  .promo__close {
    left: calc(100% - 80px);
    width: 80px;
    font-size: 20px;
  }
  .promo__close .icon-close {
    vertical-align: middle;
  }
}
.promo__close:hover {
  background: none !important;
  border: none !important;
  color: inherit !important;
}
.fitguide {
  margin-top: 40px;
  padding: 40px 15px;
}
@media (min-width: 48em) {
  .fitguide {
    padding: 30px 0;
  }
}
.fitguide__copy a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #876a33;
  text-decoration: underline;
}
.fitguide__copy a:hover {
  color: #624d25;
}
.fitguide__fits {
  display: none;
}
@media (min-width: 48em) {
  .fitguide__fits {
    display: inline-block;
  }
}
.fitguide__tab {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  display: none;
}
.fitguide__tab:after {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  bottom: -0.2em;
}
.fitguide__tab:hover {
  color: #876a33;
}
.fitguide__tab:hover:after {
  opacity: 1;
}
.fitguide__tab.is-active {
  color: #876a33;
}
.fitguide__tab.is-active:after {
  opacity: 1;
}
.fitguide__fits-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fitguide__fits-find {
  padding: 10px;
}
.fitguide__fits--select {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 0 10px;
}
.fitguide__table-outer {
  width: 100%;
  overflow-x: hidden;
  max-width: 825px;
}
@media (min-width: 64em) {
  .fitguide__table-outer {
    width: calc(100% - 440px);
  }
  .template-product .fitguide__table-outer,
  body[class*="mto"] .fitguide__table-outer {
    width: 100%;
  }
}
@media (min-width: 88.4375em) {
  .fitguide__table-outer .scroll-caption {
    display: none;
  }
}
.fitguide__table-outer.is-scrolled .__overlay--left {
  opacity: 1;
}
.fitguide__table-outer.all-scrolled .__overlay {
  opacity: 0;
}
.fitguide__table-outer.all-scrolled .__overlay--left {
  opacity: 1;
}
.fitguide__table-outer .__overlay {
  background-color: #f7f7f700;
  background-image: -webkit-linear-gradient(
    left,
    rgba(247, 247, 247, 0),
    #f7f7f7
  );
  background-image: linear-gradient(to right, #f7f7f700, #f7f7f7);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-size: 5% 100%;
  background-position: top right;
  z-index: 3;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 88.4375em) {
  .fitguide__table-outer .__overlay {
    background-image: none;
  }
}

.fitguide__table-outer .__overlay--left {
  background-color: #f7f7f700;
  background-image: -webkit-linear-gradient(
    right,
    rgba(247, 247, 247, 0),
    #f7f7f7
  );
  background-image: linear-gradient(to left, #f7f7f700, #f7f7f7);
  background-position: top left;
  opacity: 0;
}
.modal .fitguide__table-outer .__overlay--left {
  background-color: #fff0;
  background-image: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0),
    #fff
  );
  background-image: linear-gradient(to left, #fff0, #fff);
}
.fitguide__table-scroll,
.fitguide__table-scroll--sports,
.fitguide__table-scroll--ties {
  width: 100%;
  height: 280px;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.fitguide__table-scroll::-webkit-scrollbar,
.fitguide__table-scroll--sports::-webkit-scrollbar,
.fitguide__table-scroll--ties::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.fitguide__table-scroll--ties {
  height: auto;
}
.fitguide__table-scroll--sports {
  height: 324px;
}
.fitguide__table,
.fitguide__table--ties {
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  opacity: 0;
  z-index: 0;
  top: 0;
  min-width: 815px;
}
.fitguide__table.is-visible,
.is-visible.fitguide__table--ties {
  opacity: 1;
  z-index: 1;
}
.fitguide__table th,
.fitguide__table--ties th,
.fitguide__table td,
.fitguide__table--ties td {
  font-weight: 300;
  padding: 10px 0;
      text-align: center;
}
.fitguide__table th:first-child,
.fitguide__table--ties th:first-child,
.fitguide__table td:first-child,
.fitguide__table--ties td:first-child {
  text-align: left;
  width: 120px;
  padding: 10px 20px;
  font-weight: 300;
}
.fitguide__table th.bold,
.fitguide__table--ties th.bold,
.fitguide__table td.bold,
.fitguide__table--ties td.bold {
  font-weight: 600;
}
.fitguide__table--ties {
  position: relative;
  width: 200px;
  min-width: 0;
}
.fitguide__illustration {
  width: 100%;
  padding-top: 120%;
  max-width: 400px;
  height: 0;
}
@media (min-width: 24.9375em) {
  .fitguide__illustration {
    padding-top: 0%;
    height: 440px;
  }
}
@media (min-width: 64em) {
  .fitguide__illustration {
    float: right;
  }
}
.fitguide__illustration img {
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  opacity: 0 !important;
  z-index: 0;
  top: 0;
}
.fitguide__illustration img.is-visible {
  opacity: 1 !important;
  z-index: 1;
}
.non-critical {
  opacity: 1;
  visibility: visible;
}
.critical {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
}
.critical-loading .critical {
  opacity: 1;
}
.critical-loading .non-critical {
  opacity: 0;
  visibility: hidden;
}
.accordion ul,
.accordion li {
  list-style: none;
}
.accordion > h2 {
  padding: 50px 0 30px;
  text-align: center;
  border-bottom: 2px solid #f7f7f7;
}
.accordion > ul > li {
  border-bottom: 2px solid #f7f7f7;
  margin: 0;
  min-height: 55px;
  padding: 0.85em 0;
}
.accordion > ul > li > h3 > button,
.accordion > ul > li > button,
.accordion > ul > li > h3 {
  -webkit-transition: color 0.2s cubic-bezier(0.21, 0.15, 0.02, 1),
    height 0.1s linear, line-height 0.1s linear;
  -moz-transition: color 0.2s cubic-bezier(0.21, 0.15, 0.02, 1),
    height 0.1s linear, line-height 0.1s linear;
  -o-transition: color 0.2s cubic-bezier(0.21, 0.15, 0.02, 1),
    height 0.1s linear, line-height 0.1s linear;
  transition: color 0.2s cubic-bezier(0.21, 0.15, 0.02, 1), height 0.1s linear,
    line-height 0.1s linear;
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}
.accordion > ul > li > h3 > button:hover,
.accordion > ul > li > button:hover,
.accordion > ul > li > h3:hover {
  background: none;
  color: #624d25;
}
.accordion > ul > li > h3 > button.is-active,
.accordion > ul > li > button.is-active,
.accordion > ul > li > h3.is-active {
  color: #876a33;
}
.accordion > ul > li > h3 > button.is-active:after,
.accordion > ul > li > button.is-active:after,
.accordion > ul > li > h3.is-active:after {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.accordion > ul > li > h3 > button + ul,
.accordion > ul > li > button + ul,
.accordion > ul > li > h3 + ul {
  visibility: hidden;
}
.accordion > ul > li > h3 > button.is-active + ul,
.accordion > ul > li > button.is-active + ul,
.accordion > ul > li > h3.is-active + ul {
  visibility: visible;
}
.accordion > ul > li > button:after,
.accordion > ul > li > h3:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  font-family: gitman-icons;
  content: "\e801";
  padding-left: 40px;
  width: 10px;
  display: block;
  margin-left: auto;
  vertical-align: middle;
}
.accordion > ul > li > ul {
  -webkit-transition: height 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: height 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: height 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: height 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  padding-left: 0;
  height: 0;
  overflow: hidden;
}
.accordion > ul > li > ul > li {
  margin-bottom: 2rem;
}
.accordion > ul > li > ul > li > p {
  max-width: 680px;
  margin-top: 10px;
}
.accordion > ul > li > ul a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #876a33;
  text-decoration: underline;
}
.accordion > ul > li > ul a:hover {
  color: #624d25;
}
.popover {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: visibility 0.1s linear 0.5s,
    -webkit-transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0s,
    opacity 0.3s linear 0s;
  -moz-transition: visibility 0.1s linear 0.5s,
    -moz-transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0s,
    opacity 0.3s linear 0s;
  -o-transition: visibility 0.1s linear 0.5s,
    -o-transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0s, opacity 0.3s linear 0s;
  transition: visibility 0.1s linear 0.5s,
    transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0s, opacity 0.3s linear 0s;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1000;
}
@media (min-width: 31.25em) {
  .popover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translate(30px);
    right: 50px;
    top: 50px;
    left: auto;
  }
}
.popover.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: visibility 0.1s linear 0s,
    -webkit-transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0.1s,
    opacity 0.3s linear 0.1s;
  -moz-transition: visibility 0.1s linear 0s,
    -moz-transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0.1s,
    opacity 0.3s linear 0.1s;
  -o-transition: visibility 0.1s linear 0s,
    -o-transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0.1s,
    opacity 0.3s linear 0.1s;
  transition: visibility 0.1s linear 0s,
    transform 0.5s cubic-bezier(0.41, 0.01, 0, 1) 0.1s, opacity 0.3s linear 0.1s;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 31.25em) {
  .popover.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translate(0);
  }
}
.popover__inner {
  overflow: hidden;
}
@media (min-width: 31.25em) {
  .popover__inner {
    width: 430px;
  }
}
.popover__content {
  padding: 25px;
}
.cart-added__item-img {
  margin-right: 2rem;
  float: left;
  width: 15%;
  display: none;
}
@media (min-width: 31.25em) {
  .cart-added__item-img {
    display: block;
  }
}
.cart-added__item-info {
  margin-right: 2rem;
  float: left;
  width: 75%;
}
@media (min-width: 31.25em) {
  .cart-added__item-info {
    width: 55%;
  }
}
.cart-added__item-price {
  float: right;
  width: 15%;
  font-size: 20px;
}
.cart-added__item-price .price {
  font-weight: 100;
}


@media (min-width: 31.25em) {
  .share {
    display: block;
    border: 1px solid #dedede;
    border-left: none;
    width: 70px;
    bottom: 50% !important;
    margin-bottom: -100px;
  }
  .share .o-radial--top {
    display: none;
  }
}
@media (max-width: 31.1875em) {
  .share {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .share.is-scrolled {
    -webkit-transform: translateY(110%) !important;
    -moz-transform: translateY(110%) !important;
    -ms-transform: translateY(110%) !important;
    -o-transform: translateY(110%) !important;
    transform: translateY(110%) !important;
  }
}
.share h6,
.share .h6,
.share .counter,
.share .collection__filter__button,
.share .template-customers-addresses span.add-address-heading,
.template-customers-addresses .share span.add-address-heading,
.share .storefinder_submit .button,
.storefinder_submit .share .button,
.share .storefinder_submit .button--solid,
.storefinder_submit .share .button--solid,
.share .storefinder_submit .button--option,
.storefinder_submit .share .button--option,
.share .storefinder_submit .button--product-option,
.storefinder_submit .share .button--product-option,
.share .storefinder_submit .button--ghost,
.storefinder_submit .share .button--ghost,
.share .storefinder_submit input[type="submit"],
.storefinder_submit .share input[type="submit"],
.share .product__option__button {
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin: 0 10px;
}
@media (min-width: 31.25em) {
  .share h6,
  .share .h6,
  .share .counter,
  .share .collection__filter__button,
  .share .template-customers-addresses span.add-address-heading,
  .template-customers-addresses .share span.add-address-heading,
  .share .storefinder_submit .button,
  .storefinder_submit .share .button,
  .share .storefinder_submit .button--solid,
  .storefinder_submit .share .button--solid,
  .share .storefinder_submit .button--option,
  .storefinder_submit .share .button--option,
  .share .storefinder_submit .button--product-option,
  .storefinder_submit .share .button--product-option,
  .share .storefinder_submit .button--ghost,
  .storefinder_submit .share .button--ghost,
  .share .storefinder_submit input[type="submit"],
  .storefinder_submit .share input[type="submit"],
  .share .product__option__button {
    margin: 0 0 10px;
  }
}
.share a {
  font-size: 19px;
  margin: 0 10px;
  cursor: pointer;
}
@media (min-width: 31.25em) {
  .share a {
    margin: 10px 0 0;
    width: 100%;
    display: block;
  }
}
.c-sticky {
  -webkit-transition: -webkit-transform 0.38s;
  -moz-transition: -moz-transform 0.38s;
  -o-transition: -o-transform 0.38s;
  transition: transform 0.38s;
}
.c-sticky.is-affixed {
  background-color: #fff;
  position: fixed;
  z-index: 100;
}
.c-sticky.is-affixed .o-radial--bottom {
  opacity: 1;
}
.c-sticky .o-radial--bottom {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.has--localnav .c-sticky {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  transform: translateY(-65px);
}
.sticky-spacer {
  max-height: 80px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768) {
  .sticky-spacer {
    max-height: 720px;
  }
}
@media (max-width: 768) {
  .sticky-spacer {
    height: auto !important;
  }
}
.tabber {
  height: 85px;
}
.tabber:after {
  background-color: #f7f7f700;
  background-image: -webkit-linear-gradient(
    left,
    rgba(247, 247, 247, 0),
    #f7f7f7
  );
  background-image: linear-gradient(to right, #f7f7f700, #f7f7f7);
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 30px;
}
.tabber.is-affixed {
  left: 0;
  right: 0;
}
.tabber.is-affixed:after {
  background-color: #fff0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    #ffffff
  );
  background-image: linear-gradient(to right, #fff0, #fff);
}
.tabber.is-affixed .o-radial--bottom {
  opacity: 1;
}
.tabber__inner {
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}
.is-affixed .tabber__inner {
  background: #fff;
}
.tabber__slide {
  -webkit-transition: left 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: left 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: left 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: left 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
}
.tabber__tab {
  cursor: pointer;
  height: 100%;
  line-height: 65px;
  overflow: hidden;
  padding: 0 2.7rem;
}
.tabber__tab:hover {
  color: #876a33;
}
.tabber__tab:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1),
    border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1),
    border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1),
    border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.15, 0.02, 1),
    border-color 0.3s cubic-bezier(0.21, 0.15, 0.02, 1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #dedede;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.tabber__tab span:after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #9b9b9b;
  margin: auto 0;
  width: 0;
  transition: 0.2s;
}
.tabber__tab.is-disabled {
  pointer-events: none;
}
.tabber__tab.is-visited,
.tabber__tab.is-active {
  color: #876a33;
  pointer-events: all;
}
.tabber__tab.is-active:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-bottom: 10px solid #876a33;
  color: #876a33;
}
.tabber__tab.is-step-disabled {
  pointer-events: none;
  color: #9b9b9b;
}
.tabber__tab.is-step-disabled span:after {
  width: calc(100% - 40px);
}
.tabber__tab.is-step-skipped:not(.is-step-disabled) {
  pointer-events: all;
  color: #876a33;
}
.tabber__tab.is-step-skipped:not(.is-step-disabled) span:after {
  display: none;
}
.tabber__tab:focus {
  outline-offset: -2px;
}
.tabber__divider {
  height: 25px;
  width: 1px;
  background-color: #efefef;
}
.tabber__divider:last-child {
  display: none;
}
.tooltip {
  -webkit-transition: max-height 0.4s ease-in-out, top 0.4s ease-in-out,
    opacity 0.3s linear 0.05s, visibility 0.3s linear 0.05s,
    margin 0.1s ease-out 0.15s;
  -moz-transition: max-height 0.4s ease-in-out, top 0.4s ease-in-out,
    opacity 0.3s linear 0.05s, visibility 0.3s linear 0.05s,
    margin 0.1s ease-out 0.15s;
  -o-transition: max-height 0.4s ease-in-out, top 0.4s ease-in-out,
    opacity 0.3s linear 0.05s, visibility 0.3s linear 0.05s,
    margin 0.1s ease-out 0.15s;
  transition: max-height 0.4s ease-in-out, top 0.4s ease-in-out,
    opacity 0.3s linear 0.05s, visibility 0.3s linear 0.05s,
    margin 0.1s ease-out 0.15s;
  position: relative;
  background: #fff;
  border: 1px solid #876a33;
  padding: 0 18px;
  box-shadow: 0 0 5px #00000026;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}
@media (min-width: 48em) {
  .tooltip {
    position: absolute;
    z-index: 1;
    transform: translate3d(0, -100%, 0);
    max-height: none;
    margin-top: 18px;
  }
}
.tooltip__content {
  padding-top: 18px;
  padding-bottom: 18px;
}
.tooltip__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border: none;
  font-size: 8px;
  background: #0000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.tooltip__close:not(.disabled):hover {
  background-color: #0000;
}
.tooltip__pointer {
  -webkit-transform: translate3d(-50%, 100%, 0);
  -moz-transform: translate3d(-50%, 100%, 0);
  -ms-transform: translate3d(-50%, 100%, 0);
  -o-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #876a33 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (min-width: 48em) {
  .tooltip__pointer {
    left: 0;
  }
}
.tooltip--visible {
  max-height: 300px;
  visibility: visible;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .tooltip--visible {
    margin-top: 18px;
    margin-bottom: 0;
    max-height: none;
  }
}
.tooltip--visible .tooltip__pointer {
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}
.video-container,
.video-container--mto {
  overflow: hidden;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translate(-50%) translateY(-50%);
  z-index: 1;
  opacity: 0;
}
.video-container--mto {
  width: 100%;
  padding-top: 125%;
  transform: scale(1);
}
.video--cn {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  opacity: 0;
}
.video-placeholder {
  
}
.touch video {
  display: none;
}
.touch .video-placeholder {
  display: block;
}

@keyframes step_2 {
  0% {
    -webkit-transform: translateY(5px) translateX(calc(100% - 135px))
      scale(0.6, 0.6);
    -moz-transform: translateY(5px) translateX(calc(100% - 135px))
      scale(0.6, 0.6);
    -ms-transform: translateY(5px) translateX(calc(100% - 135px))
      scale(0.6, 0.6);
    -o-transform: translateY(5px) translateX(calc(100% - 135px)) scale(0.6, 0.6);
    transform: translateY(5px) translate(calc(100% - 135px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(calc(100% + 45px))
      scale(0.6, 0.6);
    -moz-transform: translateY(5px) translateX(calc(100% + 45px))
      scale(0.6, 0.6);
    -ms-transform: translateY(5px) translateX(calc(100% + 45px)) scale(0.6, 0.6);
    -o-transform: translateY(5px) translateX(calc(100% + 45px)) scale(0.6, 0.6);
    transform: translateY(5px) translate(calc(100% + 45px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(5px) translateX(calc(100% - 135px))
      scale(0.6, 0.6);
    -moz-transform: translateY(5px) translateX(calc(100% - 135px))
      scale(0.6, 0.6);
    -ms-transform: translateY(5px) translateX(calc(100% - 135px))
      scale(0.6, 0.6);
    -o-transform: translateY(5px) translateX(calc(100% - 135px)) scale(0.6, 0.6);
    transform: translateY(5px) translate(calc(100% - 135px)) scale(0.6);
  }
}
@keyframes step_3 {
  0% {
    -webkit-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(75px) translate(calc(100% - 120px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(75px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    -moz-transform: translateY(75px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    -ms-transform: translateY(75px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    -o-transform: translateY(75px) translateX(calc(100% + 30px)) scale(0.6, 0.6);
    transform: translateY(75px) translate(calc(100% + 30px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(75px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(75px) translate(calc(100% - 120px)) scale(0.6);
  }
}
@keyframes step_4 {
  0% {
    -webkit-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(125px) translate(calc(100% - 120px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(125px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    -moz-transform: translateY(125px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    -ms-transform: translateY(125px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    -o-transform: translateY(125px) translateX(calc(100% + 30px))
      scale(0.6, 0.6);
    transform: translateY(125px) translate(calc(100% + 30px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(125px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(125px) translate(calc(100% - 120px)) scale(0.6);
  }
}
@keyframes step_5 {
  0% {
    -webkit-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -o-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    transform: translateY(-25px) translate(calc(100% - 47px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(245px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -moz-transform: translateY(245px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -ms-transform: translateY(245px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -o-transform: translateY(245px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    transform: translateY(245px) translate(calc(100% - 47px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -o-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    transform: translateY(-25px) translate(calc(100% - 47px)) scale(0.6);
  }
}
@keyframes step_6 {
  0% {
    -webkit-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -o-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    transform: translateY(-25px) translate(calc(100% - 47px)) scale(0.6);
  }
  25% {
    -webkit-transform: translateY(5px) translateX(calc(100% + 45px))
      scale(0.6, 0.6);
    -moz-transform: translateY(5px) translateX(calc(100% + 45px))
      scale(0.6, 0.6);
    -ms-transform: translateY(5px) translateX(calc(100% + 45px)) scale(0.6, 0.6);
    -o-transform: translateY(5px) translateX(calc(100% + 45px)) scale(0.6, 0.6);
    transform: translateY(5px) translate(calc(100% + 45px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(215px) translateX(calc(100% + 65px))
      scale(0.6, 0.6);
    -moz-transform: translateY(215px) translateX(calc(100% + 65px))
      scale(0.6, 0.6);
    -ms-transform: translateY(215px) translateX(calc(100% + 65px))
      scale(0.6, 0.6);
    -o-transform: translateY(215px) translateX(calc(100% + 65px))
      scale(0.6, 0.6);
    transform: translateY(215px) translate(calc(100% + 65px)) scale(0.6);
  }
  75% {
    -webkit-transform: translateY(5px) translateX(calc(100% + 45px))
      scale(0.6, 0.6);
    -moz-transform: translateY(5px) translateX(calc(100% + 45px))
      scale(0.6, 0.6);
    -ms-transform: translateY(5px) translateX(calc(100% + 45px)) scale(0.6, 0.6);
    -o-transform: translateY(5px) translateX(calc(100% + 45px)) scale(0.6, 0.6);
    transform: translateY(5px) translate(calc(100% + 45px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    -o-transform: translateY(-25px) translateX(calc(100% - 47px))
      scale(0.6, 0.6);
    transform: translateY(-25px) translate(calc(100% - 47px)) scale(0.6);
  }
}
@keyframes step_2_desktop {
  0% {
    -webkit-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(25px) translate(calc(100% - 120px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(25px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -moz-transform: translateY(25px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -ms-transform: translateY(25px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -o-transform: translateY(25px) translateX(calc(100% + 85px)) scale(0.6, 0.6);
    transform: translateY(25px) translate(calc(100% + 85px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(25px) translate(calc(100% - 120px)) scale(0.6);
  }
}
@keyframes step_3_desktop {
  0% {
    -webkit-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -moz-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -ms-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -o-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    transform: translateY(85px) translate(calc(100% - 110px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(85px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    -moz-transform: translateY(85px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    -ms-transform: translateY(85px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    -o-transform: translateY(85px) translateX(calc(100% + 75px)) scale(0.6, 0.6);
    transform: translateY(85px) translate(calc(100% + 75px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -moz-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -ms-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -o-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    transform: translateY(85px) translate(calc(100% - 110px)) scale(0.6);
  }
}
@keyframes step_4_desktop {
  0% {
    -webkit-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -moz-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -ms-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -o-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    transform: translateY(165px) translate(calc(100% - 110px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(165px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    -moz-transform: translateY(165px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    -ms-transform: translateY(165px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    -o-transform: translateY(165px) translateX(calc(100% + 75px))
      scale(0.6, 0.6);
    transform: translateY(165px) translate(calc(100% + 75px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -moz-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -ms-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -o-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    transform: translateY(165px) translate(calc(100% - 110px)) scale(0.6);
  }
}
@keyframes step_5_desktop {
  0% {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(285px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(285px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(285px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(285px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(285px) translate(calc(100% - 20px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(0.6);
  }
}
@keyframes step_6_desktop {
  0% {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(0.6);
  }
  25% {
    -webkit-transform: translateY(15px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -moz-transform: translateY(15px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -ms-transform: translateY(15px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -o-transform: translateY(15px) translateX(calc(100% + 85px)) scale(0.6, 0.6);
    transform: translateY(15px) translate(calc(100% + 85px)) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(285px) translateX(calc(100% + 95px))
      scale(0.6, 0.6);
    -moz-transform: translateY(285px) translateX(calc(100% + 95px))
      scale(0.6, 0.6);
    -ms-transform: translateY(285px) translateX(calc(100% + 95px))
      scale(0.6, 0.6);
    -o-transform: translateY(285px) translateX(calc(100% + 95px))
      scale(0.6, 0.6);
    transform: translateY(285px) translate(calc(100% + 95px)) scale(0.6);
  }
  75% {
    -webkit-transform: translateY(15px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -moz-transform: translateY(15px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -ms-transform: translateY(15px) translateX(calc(100% + 85px))
      scale(0.6, 0.6);
    -o-transform: translateY(15px) translateX(calc(100% + 85px)) scale(0.6, 0.6);
    transform: translateY(15px) translate(calc(100% + 85px)) scale(0.6);
  }
  to {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(0.6);
  }
}
.measurements__illustration {
  width: 280px;
}
@media (min-width: 53.75em) {
  .measurements__illustration {
    width: 384px;
    padding-right: 50px;
    float: left;
  }
}
.measurements__illustration .__highlight {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.21, 0.15, 0.02, 1);
  -webkit-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
  -moz-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
  -ms-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
  -o-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
  transform: translateY(-15px) translate(calc(100% - 20px)) scale(1);
  width: 125px;
  height: 125px;
  border-radius: 1000px;
  opacity: 0.25;
}
[data-active-slide="collar"] .measurements__illustration .__highlight {
  -webkit-transform: translateY(-15px) translateX(calc(100% - 46px)) scale(1, 1);
  -moz-transform: translateY(-15px) translateX(calc(100% - 46px)) scale(1, 1);
  -ms-transform: translateY(-15px) translateX(calc(100% - 46px)) scale(1, 1);
  -o-transform: translateY(-15px) translateX(calc(100% - 46px)) scale(1, 1);
  transform: translateY(-15px) translate(calc(100% - 46px)) scale(1);
}
@media (min-width: 53.75em) {
  [data-active-slide="collar"] .measurements__illustration .__highlight {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(1, 1);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px)) scale(1, 1);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(1);
  }
}
[data-active-slide="collar"] .measurements__illustration .__highlight .js-prev {
  opacity: 0.5;
  pointer-events: none;
}
[data-active-slide="shoulder"] .measurements__illustration .__highlight {
  -webkit-transform: translateY(5px) translateX(calc(100% - 135px))
    scale(0.6, 0.6);
  -moz-transform: translateY(5px) translateX(calc(100% - 135px)) scale(0.6, 0.6);
  -ms-transform: translateY(5px) translateX(calc(100% - 135px)) scale(0.6, 0.6);
  -o-transform: translateY(5px) translateX(calc(100% - 135px)) scale(0.6, 0.6);
  transform: translateY(5px) translate(calc(100% - 135px)) scale(0.6);
  animation-name: step_2;
}
@media (min-width: 53.75em) {
  [data-active-slide="shoulder"] .measurements__illustration .__highlight {
    -webkit-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -moz-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -ms-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    -o-transform: translateY(25px) translateX(calc(100% - 120px))
      scale(0.6, 0.6);
    transform: translateY(25px) translate(calc(100% - 120px)) scale(0.6);
    animation-name: step_2_desktop;
  }
}
[data-active-slide="chest"] .measurements__illustration .__highlight {
  -webkit-transform: translateY(75px) translateX(calc(100% - 120px))
    scale(0.6, 0.6);
  -moz-transform: translateY(75px) translateX(calc(100% - 120px))
    scale(0.6, 0.6);
  -ms-transform: translateY(75px) translateX(calc(100% - 120px)) scale(0.6, 0.6);
  -o-transform: translateY(75px) translateX(calc(100% - 120px)) scale(0.6, 0.6);
  transform: translateY(75px) translate(calc(100% - 120px)) scale(0.6);
  animation-name: step_3;
}
@media (min-width: 53.75em) {
  [data-active-slide="chest"] .measurements__illustration .__highlight {
    -webkit-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -moz-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -ms-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -o-transform: translateY(85px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    transform: translateY(85px) translate(calc(100% - 110px)) scale(0.6);
    animation-name: step_3_desktop;
  }
}
[data-active-slide="waist"] .measurements__illustration .__highlight {
  -webkit-transform: translateY(125px) translateX(calc(100% - 120px))
    scale(0.6, 0.6);
  -moz-transform: translateY(125px) translateX(calc(100% - 120px))
    scale(0.6, 0.6);
  -ms-transform: translateY(125px) translateX(calc(100% - 120px))
    scale(0.6, 0.6);
  -o-transform: translateY(125px) translateX(calc(100% - 120px)) scale(0.6, 0.6);
  transform: translateY(125px) translate(calc(100% - 120px)) scale(0.6);
  animation-name: step_4;
}
@media (min-width: 53.75em) {
  [data-active-slide="waist"] .measurements__illustration .__highlight {
    -webkit-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -moz-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -ms-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    -o-transform: translateY(165px) translateX(calc(100% - 110px))
      scale(0.6, 0.6);
    transform: translateY(165px) translate(calc(100% - 110px)) scale(0.6);
    animation-name: step_4_desktop;
  }
}
[data-active-slide="length"] .measurements__illustration .__highlight {
  -webkit-transform: translateY(-25px) translateX(calc(100% - 47px))
    scale(0.6, 0.6);
  -moz-transform: translateY(-25px) translateX(calc(100% - 47px))
    scale(0.6, 0.6);
  -ms-transform: translateY(-25px) translateX(calc(100% - 47px)) scale(0.6, 0.6);
  -o-transform: translateY(-25px) translateX(calc(100% - 47px)) scale(0.6, 0.6);
  transform: translateY(-25px) translate(calc(100% - 47px)) scale(0.6);
  animation-name: step_5;
}
@media (min-width: 53.75em) {
  [data-active-slide="length"] .measurements__illustration .__highlight {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(0.6);
    animation-name: step_5_desktop;
  }
}
[data-active-slide="sleeve"] .measurements__illustration .__highlight {
  -webkit-transform: translateY(-25px) translateX(calc(100% - 47px))
    scale(0.6, 0.6);
  -moz-transform: translateY(-25px) translateX(calc(100% - 47px))
    scale(0.6, 0.6);
  -ms-transform: translateY(-25px) translateX(calc(100% - 47px)) scale(0.6, 0.6);
  -o-transform: translateY(-25px) translateX(calc(100% - 47px)) scale(0.6, 0.6);
  transform: translateY(-25px) translate(calc(100% - 47px)) scale(0.6);
  animation-name: step_6;
  animation-duration: 2.8s;
}
@media (min-width: 53.75em) {
  [data-active-slide="sleeve"] .measurements__illustration .__highlight {
    -webkit-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -moz-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -ms-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    -o-transform: translateY(-15px) translateX(calc(100% - 20px))
      scale(0.6, 0.6);
    transform: translateY(-15px) translate(calc(100% - 20px)) scale(0.6);
    animation-name: step_6_desktop;
  }
}
[data-active-slide="sleeve"] .measurements__illustration .__highlight .js-next {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 53.75em) {
  .measurements__slider {
    width: calc(100% - 440px);
    float: left;
    padding-bottom: 50px;
    margin-top: 50px;
    border-bottom: 1px solid #dedede;
  }
}
[data-active-slide="collar"] .measurements__slider .__control.prev,
[data-active-slide="sleeve"] .measurements__slider .__control.next {
  opacity: 0.5;
  pointer-events: none;
}
.measurements__slider .flickity-prev-next-button.next {
  right: 0;
}
.measurements__slider .flickity-prev-next-button.previous {
  left: 0;
}
@media (min-width: 53.75em) {
  .measurements__slider .flickity-prev-next-button {
    display: none;
  }
}
@media (min-width: 53.75em) {
  .measurements__slider .flickity-page-dots {
    bottom: -30px;
    text-align: left;
  }
  .measurements__slider .flickity-page-dots li {
    text-align: center;
    margin: 0 16px 0 0;
  }
}
.measurements__slide {
  padding: 0 40px;
}
@media (min-width: 31.25em) {
  .measurements__slide {
    padding: 0 calc((100% - 300px) / 2);
  }
}
@media (min-width: 53.75em) {
  .measurements__slide {
    text-align: left;
    padding: 0;
  }
}
.measurements__slider-controls {
  display: none;
  bottom: -35px;
  right: 0;
  z-index: 10;
}
@media (min-width: 53.75em) {
  .measurements__slider-controls {
    display: block;
  }
}
.measurements__slider-controls .__control {
  cursor: pointer;
}

.monogram__option {
  width: 33%;
  padding: 0 2%;
  float: left;
}
.monogram__gutter {
  margin-left: -2%;
  margin-right: -2%;
}
.monogram__style.is-selected .monogram__style-button {
  border: 1px solid #876a33;
}
.monogram__style.is-selected label {
  color: #876a33;
}
.monogram__style-button {
  border: 1px solid #efefef;
  cursor: pointer;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-top: 80%;
}
.monogram__placement-button {
  margin: 0;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .monogram__placement-button {
    min-height: 60px;
  }
}
.monogram--block {
  background-image: url(../images/monogram-block.png);
}
.monogram--script {
  background-image: url(../images/monogram-script.png);
}
.monogram--diamond {
  background-image: url(../images/monogram-diamond.png);
}
.quickview {
  max-width: 920px;
  padding: 6rem;
}
.quickview__product-img {
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .quickview__product-options {
    padding-left: 50px;
  }
}

.is-visible .modal__content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.is-hiding .modal__content {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.modal__content.modal__content--account {
  max-width: 555px;
  padding: 8rem 0 5rem;
}
.modal__content.modal__content--account .o-alert {
  display: none;
}
.modal__close {
  top: 0;
  right: 0;
  height: 75px;
  width: 75px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  background: none;
  border: none;
}
.modal__close:hover {
  background: none !important;
}
.modal__close .icon-close {
  line-height: 75px;
  font-size: 20px;
}
.cta__inner {
  position: relative;
  z-index: 4;
  height: 450px;
}
@media (min-width: 48em) {
  .cta__inner {
    height: 500px;
  }
}
.cta__content,
.cta__content--newsletter {
  max-width: 80%;
}
.cta__illustration {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.cta__illustration .__img {
  max-height: 100%;
  max-width: 100%;
}
.cta__headline {
  margin-bottom: 5px;
  font-family: 'Coranto';
    line-height: 1.15;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: 400;
	    font-size: 3.8rem;
}
.cta__caption {
  max-width: 360px;
  margin-bottom: 10px;
}
.cta--feature {
  overflow: hidden;
}
.cta--feature .cta__inner {
  height: 500px;
}
.cta--feature__content {
  --cta-feature-content-bottom: 220px;
  z-index: 1;
  bottom: var(--cta-feature-content-bottom);
}
@media (min-width: 48em) {
  .cta--feature__content {
    bottom: 0;
  }
  .cta--feature__content .cta__content,
  .cta--feature__content .cta__content--newsletter {
    max-width: 420px;
  }
}
.cta--feature {
  background-color: #f5f4f5;
}
.cta--feature__image__overlay {
  background-color: #000;
  opacity: 0.6;
}
.cta--feature__image__left,
.cta--feature__image__right {
  bottom: 0;
  top: 50%;
}
@media (min-width: 48em) {
  .cta--feature__image__left,
  .cta--feature__image__right {
    top: 0;
  }
}
.cta--feature__image__right {
  right: 0;
}
.video__background__overlay {
  background-color: #2b2b2b80;
  z-index: 2;
}
@media (min-width: 48em) {
  .video__background__overlay {
    background-color: #0000;
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(to right, #000000b3, #0000);
    background-size: 80% 100%;
    background-repeat: no-repeat;
  }
}
.cta--newsletter .cta__inner {
  height: 175px;
}
@media (min-width: 48em) {
  .cta--newsletter .cta__inner {
    height: 317px;
  }
}
.cta--newsletter .cta__inner-right {
  text-align: center;
}
@media (min-width: 48em) {
  .cta--newsletter .cta__inner-right {
    text-align: left;
  }
}
.cta--newsletter .__overlay {
  background-color: #000;
  opacity: 0.6;
}
.cta__content--newsletter {
  top: 50px;
}
@media (min-width: 48em) {
  .cta__content--newsletter {
    top: 0;
  }
}
@media (min-width: 64em) {
  .cta__content--newsletter {
    left: 50px;
  }
}
@media (min-width: 75em) {
  .cta__content--newsletter {
    left: 100px;
  }
}
.newsletter-form {
  max-width: 90%;
  margin: 50px 0 0;
}
@media (min-width: 48em) {
  .newsletter-form {
    margin: 0;
    vertical-align: middle;
  }
}
@media (min-width: 64em) {
  .newsletter-form {
    max-width: 440px;
  }
}
.newsletter-form .newsletter__input--box {
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  border: 0;
  height: 42px;
  padding: 0.5em 0.85em 0.4em;
}
.newsletter-form .newsletter__input--box:focus {
  box-shadow: 0 0 50px #000000bf;
}
.newsletter-form .newsletter__input {
  height: 42px;
  padding: 0.5em 0.85em 0.4em;
}
.newsletter-form .newsletter__submit {
  border: 0;
  position: absolute;
  top: 0;
  right: -5px;
  background-color: #0000;
  padding-right: 1.3em !important;
  color: #876a33;
}
.newsletter-form .newsletter__submit:hover {
  background-color: #0000 !important;
  color: #624d25 !important;
}
.hero {
  min-height: 540px;
  max-height: 600px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .hero {
    max-height: 850px;
    min-height: 750px;
  }
}
@media (min-width: 64em) {
  .hero {
    max-height: 940px;
    min-height: 750px;
  }
}
.hero__bg-image-container {
  --hero-bg-image-container-position: center bottom;
  --hero-bg-image-container-size: contain;
  --hero-bg-image-container-top: 57%;
  --hero-bg-image-container-width: 75%;
  --hero-bg-image-container-width-m: 90%;
  --hero-bg-image-container-max-width: 800px;
  --hero-bg-image-container-margin: 0 auto;
  --hero-bg-image-container-overlay-display: none;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--hero-bg-image-container-top);
  width: var(--hero-bg-image-container-width);
  max-width: var(--hero-bg-image-container-max-width);
  margin: var(--hero-bg-image-container-margin);
  background-size: var(--hero-bg-image-container-positionsize);
  background-position: var(--hero-bg-image-container-position);
}
@media (min-width: 48em) {
  .hero__bg-image-container {
    bottom: -70px;
    width: var(--hero-bg-image-container-width-m);
  }
}
.hero__bg-image-container .__overlay {
  display: var(--hero-bg-image-container-overlay-display);
}
.hero__bg-image {
  background-position: bottom center;
}
.hero__content {
  --hero-content-color: #2b2b2b;
  width: 90%;
  max-width: 550px;
  color: var(--hero-content-color);
}
.hero__content p {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
}
.hero__content .o-divider--v {
  display: none;
}
@media (min-width: 48em) {
  .hero__content .o-divider--v {
    display: inline-block;
  }
}
@media (min-width: 48em) {
  .hero__copy {
    display: flex;
    width: 100%;
    gap: 16px;
  }
}
@media (min-width: 64em) {
  .hero__copy {
    width: 75%;
  }
}
.hero__copy--desktop {
  display: none;
}
@media (min-width: 48em) {
  .hero__copy--desktop {
    display: flex;
  }
}
@media (min-width: 48em) {
  .hero__copy--mobile {
    display: none;
  }
}
@media (min-width: 48em) {
  .hero__copy-block {
    width: calc(50% - 8px);
  }
}
.hero__copy-block p {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.hero__copy-block
  a:not(.button):not(.button--solid):not(.button--option):not(
    .button--product-option
  ):not(.button--ghost):not(input[type="submit"]):not(.c-white) {
  color: #fff;
}
@media (max-width: 47.9375em) {
  .hero__copy-block:last-child {
    display: none;
  }
}
.hero__copy--mobile-block p {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.hero__copy--mobile-block
  a:not(.button):not(.button--solid):not(.button--option):not(
    .button--product-option
  ):not(.button--ghost):not(input[type="submit"]):not(.c-white) {
  color: #fff;
}
@media (min-width: 48em) {
  .hero__links {
    margin-top: 1em;
  }
}
.hero__link {
  margin: 0.66em auto;
}
@media (min-width: 48em) {
  .hero__link {
    width: auto;
  }
}
.hero__arrow {
  position: absolute;
  display: none;
  bottom: 30px;
  right: 30px;
  animation-duration: 1.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.hero__arrow:hover {
  animation-name: hero_arrow;
}
@media (min-width: 62.5em) {
  .hero__arrow {
    display: block;
  }
}
@keyframes hero_arrow {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    animation-timing-function: ease-in-out;
  }
  30% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.flickity-fader .flickity-slider {
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translate(0) !important;
}
.flickity-fader .js-slide {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  left: 0 !important;
  opacity: 0;
}
.flickity-fader .js-slide.is-selected {
  opacity: 1;
} /*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  background-color: #0000 !important;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background-color: #0000;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #876a33;
}
.flickity-prev-next-button.no-svg {
  color: #876a33;
  font-size: 26px;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #876a33;
  vertical-align: middle;
}
.flickity-page-dots .dot:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #876a33;
  margin-top: 2px;
  border-radius: 50%;
  opacity: 0;
}
.flickity-page-dots .dot.is-selected:after {
  opacity: 1;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100% !important;
  z-index: 1;
}
.selectric-wrapper:after {
  content: "\e801";
  top: 11px;
  right: 12px;
  font-size: 12px;
  color: #876a33;
  pointer-events: none;
  z-index: 1;
}
.selectric-wrapper.selectric-open {
  z-index: 2;
}
.selectric {
  border: 1px solid #dedede;
  background: #fff;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.9em 2.4em 0.9em 0.85em;
  font-size: 13px;
  line-height: 1.3;
  color: #444;
}
.selectric-items {
  border: 1px solid #efefef;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  margin-top: 5px;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  width: auto;
  position: static;
}
.selectric-above .selectric-items .selectric-scroll {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 0.9em 2.4em 0.9em 0.85em;
  color: #2b2b2b;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 100;
}
.selectric-items li:hover {
  background: #f7f7f7;
  color: #2b2b2b;
}
.selectric-items li.selected,
.selectric-items li.highlighted {
  background: #efefef;
  color: #876a33;
}
.selectric-responsive {
  width: 100%;
}
.selectric .button,
.selectric .button--solid,
.selectric .button--option,
.selectric .button--product-option,
.selectric .button--ghost,
.selectric input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.mto__filter .selectric-hide-select select {
  display: inline-block;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
  visibility: hidden;
}
.mto__filter .selectric-input {
  opacity: 0;
  visibility: visible;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*# sourceMappingURL=/cdn/shop/t/204/assets/entry-main.css.map?v=130328576009071336131718858481 */
