/*! Pullin 2017 > 2017/08/28 ------------- */

* { margin: 0; padding: 0; }

html { font: 300 15px/1.2 Recta,Helvetica Neue,Helvetica,Arial,sans-serif; letter-spacing: .6px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body, textarea, input, select, option, button, address { color: #000; font: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, ul, ol, dl, dd, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin-bottom: 20px; } :last-child { margin-bottom: 0 !important; }

@font-face { font-family: 'Icons'; src: url('../fonts/icomoon/fonts/icomoon.ttf?1513243636') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?1513243636') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?1513243636#icomoon') format('svg'); font-weight: normal; font-style: normal; }
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=9a32954a-ab49-4b47-9f4e-f522ef305f4b");
@font-face{ font-family: "Recta"; font-weight: 300; src: url("../fonts/recta/Fonts/bb101eb9-9cfb-455f-adbb-47f138ec0b50.eot?#iefix"); src: url("../fonts/recta/Fonts/bb101eb9-9cfb-455f-adbb-47f138ec0b50.eot?#iefix") format("eot"), url("../fonts/recta/Fonts/e6ef9e36-c6a3-4fc8-950a-b3436739786f.woff2") format("woff2"), url("../fonts/recta/Fonts/087f20b6-68d8-4ead-854f-cdb40042db1f.woff") format("woff"), url("../fonts/recta/Fonts/8299ff9f-2caf-4c03-af1a-056096fe1043.ttf") format("truetype"), url("../fonts/recta/Fonts/f5e21c41-a99b-4ce9-83dd-efeaa93ce9d1.svg#f5e21c41-a99b-4ce9-83dd-efeaa93ce9d1") format("svg"); }
@font-face{ font-family: "Recta"; font-weight: 400; src: url("../fonts/recta/Fonts/ee158e13-049f-46ce-b894-2efb34a9031a.eot?#iefix"); src: url("../fonts/recta/Fonts/ee158e13-049f-46ce-b894-2efb34a9031a.eot?#iefix") format("eot"), url("../fonts/recta/Fonts/2aafa9c2-51ba-46d6-81da-07ad5f6c218e.woff2") format("woff2"), url("../fonts/recta/Fonts/85365e5b-bcea-41e6-90fc-fe80f09f402e.woff") format("woff"), url("../fonts/recta/Fonts/be7380ab-dcb7-41d4-9c21-b031cc218776.ttf") format("truetype"), url("../fonts/recta/Fonts/3a3facc8-27e7-4cc7-af03-3b2fa0dd9381.svg#3a3facc8-27e7-4cc7-af03-3b2fa0dd9381") format("svg"); }
@font-face{ font-family: "Recta"; font-weight: 700; src: url("../fonts/recta/Fonts/6a02274c-309b-4a4c-84e5-cb056ffd3532.eot?#iefix"); src: url("../fonts/recta/Fonts/6a02274c-309b-4a4c-84e5-cb056ffd3532.eot?#iefix") format("eot"), url("../fonts/recta/Fonts/68f79157-1d86-4a3b-a5dc-57ecf167a4c6.woff2") format("woff2"), url("../fonts/recta/Fonts/d3ff77e9-1939-40af-9276-b3a2831cf41b.woff") format("woff"), url("../fonts/recta/Fonts/135ed73c-ea8d-400c-b47c-954e9c375380.ttf") format("truetype"), url("../fonts/recta/Fonts/55625d71-9446-4ecb-b858-cda5b14f81f0.svg#55625d71-9446-4ecb-b858-cda5b14f81f0") format("svg"); }

/*
 * Layout & Grid
/* ---------------------------------------- */

.root1 { position: relative; overflow: hidden; width: 100%; min-width: 320px; margin: 0; padding: 0; box-sizing: border-box; }
 .root1 *, .root1 *:before, .root1 *:after { box-sizing: inherit; }
 .root1 > .wrap { margin: 0; }
 .root1 > .wrap:after { display: none; content: ''; background: rgba(255,255,255,0.9) url(../images/spinner1.gif) 50% 50% no-repeat; }
 .is-modal-loading .root1 > .wrap:after { display: block; position: fixed; left: -50vw; top: -50vh; z-index: 1000; content: ''; width: 200vw; height: 200vh; background: rgba(255,255,255,0.9) url(../images/spinner1.gif) 50% 50% no-repeat; line-height: 200vh; text-align: center; }

.-contain { margin-left: auto; margin-right: auto; border-left: 60px solid transparent; border-right: 60px solid transparent; }
 .-expand { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

@media screen and (max-width: 1279px) {
.-contain { border-left-width: 40px; border-right-width: 40px; }
}
@media screen and (max-width: 719px) {
.-contain { border-left-width: 20px; border-right-width: 20px; }
}

/* grid */

.-grid { margin-top: -60px; margin-left: -30px; margin-right: -30px; padding-left: 0; font-size: 0; letter-spacing: -1em; }
 .-grid > * { display: inline-block; margin-bottom: 0; border: 1px solid transparent; border-width: 60px 30px 0; background-clip: padding-box; font-size: 15px; font-size: 1rem; letter-spacing: .6px; vertical-align: top; }
 .-grid > .card1 { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
 .native.android .-grid > .card1 { display: inline-block; }
  .-grid > li:before { display: none; }

@media screen and (max-width: 1279px) {
.-grid { margin-top: -40px; margin-left: -20px; margin-right: -20px; } .-grid > * { border-width: 40px 20px 0; }
}
@media screen and (max-width: 719px) {
.-grid { margin-top: -30px; margin-left: -10px; margin-right: -10px; } .-grid > * { border-width: 30px 10px 0; }
.-grid > * { width: 100%; }
}

/*
 * Modules
/* ---------------------------------------- */

/* results archive */

.archive1 { }
 .archive1__items > * { width: 24.99%; }
 .archive1__action { text-align: center; }

@media screen and (max-width: 1023px) {
.archive1__items > * { width: 33.33%; }
}
@media screen and (max-width: 719px) {
.archive1__items > * { width: 49.99%; }
}

/* details block */

.block1 { }
 .block1 li { margin-bottom: 10px; }
  .block1__header { color: #9A9A9A; }

@media (min-width: 600px) and (max-width: 1023px), (min-width: 1280px) {
.block1:after { display: table; clear: both; content: ''; }
.block1__header { float: left; width: 150px; margin: 0 -100% 0 0; }
.block1__wrap[class] { margin-left: 160px; }
}

/* grid card */

.card1 { position: relative; }
.card1, .card1__outer, .card1__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
 .card1__outer { display: block; position: relative; height: 100%; }
  .card1__image { margin: 0; }
  .card1__image.-cover[class], .card1__image.-cover[class][style] { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: auto; }
   .card1__image img { display: block; width: 100%; }
   .card1__image.-cover img { display: block; width: 100%; min-width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; }
   .no-objectfit .card1__image.-cover img { position: absolute; left: 50%; top: 0; width: auto; min-width: 0; height: 100%; min-height: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .card1__wrap { height: 100%; margin: 0; }
  .card1__wrap.-bottom { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .card1__wrap.-middle { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .card1__wrap.-center { text-align: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .card1__wrap.-right { text-align: right; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .card1__image + .card1__wrap { position: absolute; left: 0; right: 0; top: 0; bottom: 0; color: #fff; }
   .ie11 .card1 .crumbs1 { margin-bottom: 30px; }
   .card1__inner { max-width: 560px; }
    .card1__items.-grid > * { width: 49.99%; }
   .card1__footer { margin-top: auto; }

@media screen and (min-width: 1024px) {
.card1__wrap.-center\>medium { text-align: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
}
@media screen and (max-width: 1023px) {
.card1 .crumbs1 + .card1__inner { margin-top: 30px; }
}

/* product card */

.card2 { }
 .card2__favorite { float: right; margin-left: 20px; font-size: 18px; }
 .card2__labels { margin: -10px 0 20px -10px; }
  .card2__labels > * { display: inline-block; margin-left: 10px; vertical-align: top; }
 .card2__actions { overflow: hidden; }
  .card2__actions li { width: 49.99%; }
  .card2__actions .button1 { padding-left: 14px; padding-right: 14px; }

@media screen and (min-width: 1024px) {
.card2__favorite[class] { padding-left: 0; padding-right: 0; }
}
@media screen and (max-width: 1023px) {
.card2__header { margin-bottom: 40px; }
}
@media screen and (max-width: 719px) {
.card2__actions ul { margin-top: -20px; }
.card2__actions li { display: block; width: auto; border-top-width: 20px; }
}

/* cart */

/* MOD */.cart1.-sidebar { position: fixed; right: 10001px; top:0px; z-index: 999; bottom: 0; width: 50%; min-width: 600px; margin: 0; border-left: 1px solid #E2E2E2; background: #fff; opacity: 0; transition: opacity 0.35s, right 0s 0.35s; text-align:left;}
.is-cart-active .cart1.-sidebar { right: 0; opacity: 1; transition-delay: 0s, 0s; }
.is-nav-compact .cart1.-sidebar { top: 60px; }
 .cart1.-sidebar:before { position: absolute; right: 100%; top: 0; bottom: 0; content: ''; width: 200%; margin: 0 1px 0 0; background: rgba(255,255,255,0.8); pointer-events: none;}
 .cart1__header { position: relative; margin: 0; }
 .cart1:not(.-sidebar) .cart1__header { padding-top: 0; padding-left: 0; padding-right: 0; }
  .cart1__close { position: absolute; right: -10px; top: 30px; }
.cart1__close a{padding:10px;}
  .cart1:not(.-sidebar) .cart1__close { display: none; }
  .cart1__count { color: #9A9A9A; }
 .cart1.-sidebar .cart1__content { overflow: auto; margin: 0; -webkit-overflow-scrolling: touch; }
  .cart1__contentwrap { padding-bottom: 30px; }
  .cart1:not(.-sidebar) .cart1__contentwrap { padding-left: 0; padding-right: 0; }
 .cart1__footer { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #E2E2E2; }
 .cart1:not(.-sidebar) .cart1__footer { padding-left: 0; padding-right: 0; padding-bottom: 0; }
  .cart1__total[class] { float: right; margin-bottom: 0; line-height: 50px; }

/* MOD */
.cart1:not(.-sidebar) .cart1__action{float:right;}


@media screen and (max-width: 1023px) {
	.is-cart-active .top1__dropnav{opacity:1;overflow:visible;}
}
@media screen and (max-width: 1379px) {
	.cart1.-sidebar .cart1__action > a{margin-bottom:10px;}
}


body.is-cart-active { overflow: hidden; }
/*
@media screen and (max-width: 1023px) {
.cart1.-sidebar { top: 60px; }
}
*/
@media screen and (max-width: 719px) {
.cart1.-sidebar { min-width: 0; width: 100%; border-left: none; }
 .cart1__header[class] { padding-top: 20px; padding-bottom: 20px; }
  .cart1__title { margin-bottom: 10px; }
 .cart1__footer[class] { padding-top: 20px; padding-bottom: 20px; }
  .cart1__total[class] { float: none; margin-bottom: 20px; line-height: 1.2; text-align: right; }
}


/* global content */

.content1 { margin-bottom: 0; }


/* MOD - for correct margin /padding on row CMS page @extend -pa:1*/
.content1 section section:first-of-type {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* MOD - for correct margin /padding on row CMS page @extend -pa:1*/
.content1 .fullsize-section section section:first-of-type {
    padding-top: 0px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1279px) {
	.content1 section section:first-of-type {
		padding-top: 40px;
		padding-bottom: 40px;
	}
    .content1 .fullsize-section section section:first-of-type {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 719px) {
	.content1 section section:first-of-type {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .content1 .fullsize-section section section:first-of-type {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}


 .ie .content1:before, .mie .content1:before, .native.android .content1:before { display: block; content: attr(data-warning); margin: 0; padding: 20px 40px; background: #b22; color: #fff; text-align: center; }

/* breadcrumbs */

.crumbs1 {line-height:2em; }
 .crumbs1 small { padding: 0 1em; font: inherit; font-weight: normal; }

/* form error */

.error1 { display: block; position: relative; margin-top: 5px; padding-left: 30px; color: #F34E4E; font: inherit; }
 .error1:before { position: absolute; left: 0; content: '\e914'; font-family: Icons; }

/* faq */

.faq1 { }
 .faq1__section { margin-bottom: 0; }
 .faq1__section:first-child { margin-top: 0; }
  .faq1__toggler { float: right; margin: 5px 0 0 10px; }
  .faq1__title { }
   .js .faq1 dt { cursor: pointer; }
    .js .faq1 dt:before { float: right; content: '\e905'; margin: 0.33em 0 0 10px; font: 0.75em Icons; }
    .js .faq1 dt.is-active:before { content: '\e906'; }
   .js .faq1 dt:not(.is-active) + dd { display: none; }

/* product features */

.features1 { overflow: hidden; }
 .features1 li { width: 33.33%; font-size: 12px; letter-spacing: .6px; text-transform: uppercase; text-align: center; }
  .features1__image { display: block; max-width: 60px; margin: 0 auto 10px; }
   .features1__image .image1 { background-color: transparent; }
   .features1 img { display: block; border-radius: 50%; }

@media screen and (max-width: 719px) {
.features1 li { width: 49.99%; }
}

/* file input */

.file1 { display: inline-block; overflow: hidden; position: relative; width: 100%; height: 50px; padding: 14px 39px 14px 19px; border: 1px solid #DBDBDB; font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 20px; text-align: left; vertical-align: top; }
 .file1:after { position: absolute; right: 0; top: 0; z-index: 2; content: '\e915'; width: 50px; height: 50px; font: 20px/50px Icons; text-align: center; text-transform: uppercase; }
 .file1 label:first-child { position: absolute; left: 0; top: 0; right: 50px; padding: inherit; padding-right: 0; font: inherit; }
 .file1 span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
 .file1 input { display: block; position: absolute; left: -10px; top: -10px; bottom: -10px; right: -10px; width: 1000px; height: 300px; z-index: 3; margin: 0; padding: 0; font-size: 250px; opacity: 0; cursor: pointer; }

/* fit cards */

.fitcards1 { }
.fitcards1.-grid { margin-top: 0; margin-left: 0; margin-right: 0; }
 .fitcards1.-grid > * { width: 24.99%; border-width: 0; }
 .fitcards1__item { text-align: center; }
  .fitcards1__item > a { display: block; padding: 40px; color: inherit; }
  .fitcards1__item > a:hover { background-color: #F1F1F1; color: inherit; }
   .fitcards1__image { margin: 40px 0; }
    .fitcards1__image img { display: block; max-height: 45vh; margin: 0 auto; }
   .fitcards1__action span { box-shadow: 0 1px; }

@media screen and (max-width: 1279px) {
.fitcards1__item > a { padding: 20px; }
}
@media screen and (max-width: 1023px) {
.fitcards1.-grid > * { width: 49.99%; }
 .fitcards1__image img { max-height: 19vh; }
}
@media screen and (max-width: 719px) {
.fitcards1.-grid { margin: -30px -10px 0; }
 .fitcards1.-grid > * { border-width: 30px 10px 0; }
.fitcards1__item > a { padding: 0; }
 .fitcards1__image { margin: 0 0 20px; }
}

/* fits modal */

.fits1 { position: relative; min-height: 100vh; }
 .fits1__header { width: 100%; }
  .fits1__sidepic { position: absolute; right: 0; top: 0; bottom: 0; height: 100%; margin-bottom: 0; }
   .fits1__sidepic img { height: 100%; }
   .fits1__header li { margin-bottom: 30px; }
 .fits1__items { margin-top: auto; }

@media screen and (max-width: 1279px) {
.fits1__sidepic { text-align: right; }
 .fits1__sidepic img { max-width: calc(100vw - 720px); height: auto; }
}
@media screen and (max-width: 1023px) {
.fits1__header[class] { max-width: 100%; }
.fits1__header:after { display: table; clear: both; content: ''; }
 .fits1__sidepic { position: relative; right: auto; top: auto; bottom: auto; float: right; width: 270px; margin: 0 0 0 40px; }
 .fits1__sidepic[class] { padding: 0; }
  .fits1__sidepic img { max-width: 100%; }
}
@media screen and (max-width: 719px) {
.fits1__actions small { display: block; overflow: hidden; height: 15px; }
.fits1__sidepic { width: 120px; }
}

/* global footer */

.footer1 { margin-bottom: 0; }
 .footer1__top { margin-bottom: 0; }
  .footer1__section { margin-bottom: 0; border-top: 1px solid #E2E2E2; }
   .footer1__section:after { display: table; clear: both; content: ''; }
   .footer1 .signup1 { float: left; width: 100%; max-width: 680px; margin: 0; }
   .footer1 .share1 { float: right; width: 100%; max-width: 400px; margin: 0; padding-top: 10px; }
 .footer1__bottom { background: #F1F1F1; background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, rgba(0,0,0,0.05) 100%); text-align: center; }
  .footer1 .quote1 { max-width: 860px; margin-left: auto; margin-right: auto; text-align: left; }
  .footer1__copys { color: #6A6A6A; font-size: 13px; text-align: center; }
   .footer1__copys small { padding: 0 3px; font: inherit; }
   .footer1__copys a:not(:hover) { color: inherit; }

@media screen and (max-width: 1279px) {
.footer1 .signup1 { max-width: 300px; max-width: calc(100% - 400px); }
.footer1 .share1 { max-width: 350px; }
}
@media screen and (max-width: 1023px) {
.footer1 .share1 { width: auto; max-width: 100%; padding-top: 0; }
.footer1 .quote1 { max-width: 500px; }
}
@media screen and (max-width: 719px) {
.footer1 .quote1 { text-align: center; }
}
@media screen and (max-width: 719px) {
.footer1 .signup1,
.footer1 .share1 { float: none; width: auto; max-width: 100%; margin-bottom: 30px; padding-top: 0; }
}

/* lookbook grid */

.grid1 { }
 .grid1__wrap { margin: -60px -30px 0; }
 .grid1__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .native.android .grid1__wrap { display: block; }
  .grid1__wrap > * { display: inherit; width: 33.33%; margin: 0; border: 1px solid transparent; border-width: 60px 30px 0; }
  .grid1__wrap > * { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media screen and (max-width: 1279px) {
.grid1__wrap { margin: -40px -20px 0; }
 .grid1__wrap > * { border-width: 40px 20px 0; }
}
@media screen and (max-width: 719px) {
.grid1__wrap { margin: -30px -15px 0; }
 .grid1__wrap > * { width: 100%; border-width: 30px 15px 0; }
 .grid1__wrap .card1__wrap { height: auto; }
}

/* 50/50 grid */

.grid2 { height: 100vh; margin: 0; }
.grid2.-short { height: calc(100vh - 100px); }
/* MOD*/ .grid2.-short ~ .grid2 { height: calc(100vh - 100px); }
.grid2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .grid2 > * { display: inherit; position: relative; width: 50%; height: 100%; margin: 0; }
 .grid2 > * { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media screen and (max-width: 1023px) {
.grid2, .grid2.-short { display: block; height: auto !important; }
 .grid2 > * { width: auto; height: auto; }
 .grid2 .card1:not(.-fluid\<large) { height: 460px; height: calc(100vh - 60px); }
}

/* products grid */

.grid3 { }
 .grid3__wrap > * { width: 33.33%; }
  .grid3__wrap .card1__wrap { height: auto; }

@media screen and (max-width: 1023px) {
.grid3__wrap > * { width: 49.99%; }
}

/* styleguide */

.guide1 { margin-bottom: 40px; margin-left: 10px; font-size: 12px; font-weight: bold; text-transform: uppercase; }
 .guide1 span { display: inline-block; position: relative; vertical-align: top; }
 .guide1 span:before { position: absolute; right: 100%; top: 0; bottom: 0; content: ''; width: 100vw; margin: 0 10px 0 0; background: currentColor; }
 .guide1 span:after { position: absolute; left: 100%; top: 0; bottom: 0; content: ''; width: 100vw; margin: 0 0 0 10px; background: currentColor; }
.guide1 ~ .guide1 { margin-top: 40px; }

/* highlights */

.highlights1 { }
 .highlights1__main { text-align: center; }
  .highlights1__main > li { width: 24.99%; }
   .highlights1__main i { display: block; padding-bottom: 20px; font-size: 46px; }

@media screen and (max-width: 1023px) {
.highlights1__main > li { width: 49.99%; }
}
@media screen and (max-width: 719px) {
.highlights1__main > li { display: block; width: auto; }
}

/* image wrapper */

.image1 { display: block; position: relative; width: 100%; background: #f1f1f1; }
 .image1__patch { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
 .image1__patch + picture,
 .image1__patch + img { visibility: hidden; }
 .image1 img { display: block; width: 100%; }
 .image1.-blend .image1__patch,
 .image1.-blend img { mix-blend-mode: darken; }
.ie .image1.-blend.-loaded, .edge .image1.-blend.-loaded, .native.android .image1.-blend.-loaded { background: #000; transition: background 0s 1s; }
 .ie .image1.-blend img, .edge .image1.-blend img, .native.android .image1.-blend img, .image1.-blend .image1__patch { opacity: 0.95; }
.image1[style*=padding-top] { position: relative; overflow: hidden; }
 .image1[style*=padding-top] img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.image1.-cover { }
.no-objectfit .image1.-cover { overflow: hidden; }
 .image1.-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
 .no-objectfit .image1.-cover img { max-width: 100%; height: auto; }
 .image1.-cover[style*=min-height] img { position: absolute; left: 0; top: 0; }
 .image1.-top img { object-position: 50% 0; }
 .image1.-bottom img { object-position: 50% 100%; }

/* product teaser */

.item1 { }
 .item1__images { position: relative; }
  .item1__image { position: relative; z-index: 1; margin: 0; transition: opacity 0.35s; -webkit-transform: translateZ(0); transform: translateZ(0); }
/* ADD*/
.item1__favorite{
	position:absolute;
	top:15px;
	right:15px;
	z-index:3;
	font-size:18px;
}
@media screen and (max-width: 719px) {
	.item1__favorite{
		position:absolute;
		top:10px;
		right:10px;
		z-index:3;
		font-size:15px;
	}
}

.item1__favorite a{display:block;padding:5px;}

/* MOD */
  .item1__image:first-child {  z-index: 1; }
.item1__image:first-child + .item1__image{ position: absolute; left: 0; top: 0; z-index: 2; opacity: 0;}
  .touchevents .item1__image + .item1__image { display: none; }
  .touchevents .item1__image:first-child { position: relative; }
  /*.no-touchevents .item1__images:hover .item1__image:first-child { opacity: 0.01; pointer-events: none; }*/
/* MOD */
.no-touchevents .item1__images .item1__image + .item1__image { opacity: 0; pointer-events: none; }

/* debug mix-blend chrome */
.no-touchevents .item1__images .item1__image + .item1__image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    transform: translateZ(0);
}
.no-touchevents .item1__images:hover .item1__image + .item1__image { opacity: 1; pointer-events: none; }

  .item1__sizing { position: absolute; left: 0; bottom: 0; right: 0; z-index: 3; padding: 5px; opacity: 0; transition: opacity 0.35s; margin-bottom: 0;}
  .no-touchevents .item1__images:hover .item1__sizing { opacity: 1; }
   .item1__sizing ul { padding: 12px 10px; background: rgba(255,255,255,0.95); text-align: center; }
    .item1__sizing li { display: inline-block; font-size: 12px; text-transform: uppercase; vertical-align: top; }
     .item1__sizing li:before { display: none; }
     .item1__sizing .is-disabled { color: #9A9A9A; cursor: default; pointer-events: none; }
 .item1__description { }
  .item1__title { margin-bottom: 5px; }
  .item1__price { margin-bottom: 5px; width: 100%; color: #000; font-size: 12px; }
   .item1__price del { margin-left: 10px; }
   .item1__price strong { color: #cc966f; margin-left: auto; }
  .item1__labels { margin-left: -10px; color: #9A9A9A; }
   .item1__labels > * { display: inline-block; margin-left: 10px; vertical-align: top; }

@media screen and (max-width: 719px) {
.item1__images { margin-bottom: 15px; }
}

/* cart item */

.item2 { font-size: 12px; text-transform: uppercase; }
 .item2:after { display: table; clear: both; content: ''; }
 .item2__image { float: left; width: 105px; margin: 0 -100% 0 0; }
 .item2__wrap { margin-left: 165px; }
  .item2__wrap > * { margin-bottom: 10px; }
  .item2__price { float: right; margin: 0 0 0 20px; text-align: right; }
   .item2__price strong { display: block; margin-top: 3px; color: #cc966f; }
  .item2__title { margin-bottom: 15px; }
  .item2__quantity { margin-bottom: 10px; line-height: 30px; }
   .item2__field[type] { width: 35px; height: 30px; margin: 0 10px; padding: 4px; font-weight: normal; text-align: center; vertical-align: top; }
   .item2__field[type]:not(.is-changed) + .item2__update { display: none; }


@media screen and (max-width: 719px) {
.item2__wrap { margin-left: 135px; }
}
@media screen and (max-width: 599px) {
.item2__image { width: 70px; }
.item2__wrap { margin-left: 90px; }
}

/* item title */

.itemline1 { font-size: 12px; font-weight: normal; text-transform: uppercase; }
.itemline1 + .itemline1 { margin-top: -15px; }
 .itemline1__title, .itemline1__price { display: inline-block; margin: 0; font: inherit; letter-spacing: inherit; line-height: inherit; vertical-align: top; }
 .itemline1__title { font-weight: bold; }
 .itemline1__title:not(:last-child) { margin-right: 10px; }

/* product title */

.itemline2 { }
 .itemline2__title { margin-bottom: 0; }
 .itemline2__price { padding-left: 15px; }
 .mie .itemline2__price { padding-left: 0; }
 .itemline2__price.-ts\:3 { font-weight: normal; }

/* card links */

.links1 { margin: -10px -15px 0; }
 .links1 > * { border-width: 10px 15px 0; }
 .links1.-grid > * { width: auto; }

/* list */

.list1 { padding: 0; }
 .list1 li { margin-bottom: 10px; }
  .list1 li:before { display: none; }

/* desktop locator */

.locator1 { position: relative; min-height: calc(100vh - 100px); background: #f3f3f3; }
 .locator1__search { position: absolute; left: 0; top: 0; bottom: 0; z-index: 5; width: 100%; margin: 0; background: rgba(0,0,0,0.1); transition: opacity 0.5s, left 0s; }
 .locator1__search:not(.is-active) { left: 10001px; opacity: 0; pointer-events: none; transition-delay: 0s, 0.5s; }
  .locator1__searchbox { position: absolute; left: 50%; top: 50%; margin: 0; width: 600px; padding: 100px; background: #fff; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
   .locator1__searchactions { padding: 0; }
    .locator1__searchactions li:before { display: none; }
 .locator1__legend { position: absolute; left: 0; top: 10px; z-index: 4; width: 320px; margin: 0; background: rgba(255,255,255,0.9); transition: opacity 0.5s, transform 0.5s; }
 .locator1__legend:not(.is-active) { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
   .locator1__legend .button1 { padding-left: 19px; padding-right: 19px; }
  .locator1__legend ul { padding: 0; }
   .locator1__legend li { margin-bottom: 20px; line-height: 20px; }
    .locator1__legend li:before { display: none; }
    .locator1__legend .icon-marker { display: inline-block; width: 20px; margin-right: 5px; font-size: 20px; line-height: inherit; vertical-align: top; text-align: center; }
 .locator1__sidebar { position: absolute; right: 0; top: 0; bottom: 0; overflow: auto; width: 50%; margin: 0; border: 1px solid #E2E2E2; border-width: 0 0 0 1px; background: #fff; transition: opacity 0.5s, transform 0.5s; }
 .locator1__sidebar:not(.is-active) { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }
  .locator1__sidewrap {  }
   .locator1__sideclose { margin: -20px 0 20px; text-align: right; }
 .locator1__sidebar.is-active + .locator1__map { -webkit-transform: translateX(-25%); transform: translateX(-25%); }
 .locator1__map { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; transition: transform 0.5s; }

 @media screen and (max-width: 1279px) {
 .locator1__searchbox { width: 500px; padding: 60px; }
 }

 /* mobile locator */

.locator2 { }
 .locator2__search { }
  .locator2__actions { padding: 0; }
   .locator2__actions li { }
    .locator2__actions li:before { display: none; }
 .locator2__filter { margin-top: 30px; padding-top: 30px; border-top: 1px solid #e2e2e2; }
 .locator2__entries { margin-top: 30px; padding-top: 30px; border-top: 1px solid #e2e2e2; }

/* responsive map */

.map1 { position: relative; overflow: hidden; height: 0; padding-bottom: 90%; /* (width / height = padding-bottom) */ }
 .map1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* jquery modal */

.blocker { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1001; overflow: auto; box-sizing: border-box; width: 100%; height: 100%; background: #fff; text-align: center; }
.blocker.behind { background-color: transparent; }
 .blocker *, .blocker *:before, .blocker *:after { box-sizing: inherit; }
 .modal { display: block; position: relative; z-index: 2; max-width: 100%; text-align: left; }
  .modal a.close-modal { position: absolute; right: 10px; top: 10px; overflow: hidden; width: 1em; height: 1em; font: 40px/40px Icons; text-indent: 321%; white-space: nowrap; }
   .modal a.close-modal:before { position: absolute; left: 0; top: 0; width: 100%; content: '\e914'; font-size: 0.65em; text-align: center; text-indent: 0; transition: none; }

.modal-spinner { display: none; position: fixed; left: 50%; top: 50%; width: 1em; height: 1em; margin: -0.5em 0 0 -0.5em; font-size: 64px; }
.modal-spinner { background: url("data:image/gif;base64,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") #111 no-repeat center center; }

@media screen and (max-width: 1279px) {
.modal a.close-modal:before { font-size: 0.4em; }
}

/* message bar */

.message1 { position: relative; margin: 0; padding: 10px 0; background-color: #F1F1F1; }
.message1.-bottom { position: fixed; left: 0; bottom: 0; right: 0; z-index: 100; }
.message1.-teal { background-color: #258196; color: #fff; }
 .message1.-teal a:hover { color: inherit; }
 .message1__close { position: absolute; right: 20px; top: 12px; z-index: 1; line-height: 16px; }
 .message1__close.-icon { box-shadow: none !important; }
  .message1__close i { display: block; vertical-align: top; font-size: 14px; line-height: inherit; }
 .message1__wrap { width: 100%; text-align: center; }
  .message1__entry { position: relative; margin: 0; padding: 0 20px; line-height: 20px; }
  .message1__entry + .message1__entry:before { position: absolute; left: 0; top: 0; bottom: 0; content: ''; width: 1px; background: currentColor; opacity: 0.35; }
   .message1__space { padding: 0 5px; }

.message1.-error{background-color: #FF624B;}
.message1.-success{background-color: #2E9F64;}


@media screen and (max-width: 1023px) {
.message1__close + .message1__wrap { }
 .message1__entry + .message1__entry { display: none; }
}
@media screen and (max-width: 719px) {
.message1__entry { font-size: 10px; line-height: 1.8; }
 .message1 .-ts\:6 { font-size: 9px; }
}

/* main nav */

.nav1 { }

@media screen and (min-width: 1024px) {
 .nav1__main { padding: 0; font-size: 0; letter-spacing: -1em; text-align: center; }
  .nav1__main > li { display: inline-block; font-size: 12px; line-height: 50px; font-weight: bold; letter-spacing: .6px; text-transform: uppercase; vertical-align: top; }
  /*.nav1__main > li ~ li { margin-left: 40px; }*/
   .nav1__main > li:before { display: none; }
   .nav1__toggler { display: none; }
   .nav1__main > li > a { display: block; padding:0 20px;}
   .nav1__main > .is-special > a { color: #CC966F; }
   .nav1__main > .is-active > a { box-shadow: inset 0 -5px; }
   .nav1__main > li > em { position: absolute; left: -10001px; top: -10001px; }
   .nav1__drop { position: absolute; left: 10001px; right: -60px; top: 100%; border-bottom: 1px solid #E2E2E2; background: #fff; opacity: 0; transition: opacity 0.15s, left 0s 0.15s; }
   .nav1__drop { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	/* MOD */
	.nav1__main > li:hover > a{color:#9a9a9a;}
   li:hover > .nav1__drop { left: -60px; opacity: 1; transition-delay: 0s, 0s; -webkit-transform: translateY(0); transform: translateY(0); }
    .nav1__drop:before { position: absolute; left: 10001px; top: 100%; content: ''; width: 100%; height: 200vh; margin: 1px 0 0; background: rgba(255,255,255,0.8); transition: left 0s 0.15s; pointer-events: none; }
    li:hover > .nav1__drop:before { left: 0; transition-delay: 0s, 0s; }
    .ie8 .nav1__drop:before, .ie9 .nav1__drop:before, .ie10 .nav1__drop:before { display: none; }
    .nav1__sub { max-width: 100%; margin: 0; padding: 60px 40px 40px; line-height: 1.33; text-align: left; }
    .nav1__sub { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
     .nav1__sub > li { display: inline-block; padding: 0 20px; vertical-align: top; }
     .nav1__sub > li { -webkit-box-flex: 1; -webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0 0; }

	.nav1__sub.-launcher > li{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 0 0 33.333; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; }

      .nav1__sub li:before { display: none; }
      .nav1__sub > li > a { display: block; color: #9A9A9A; text-transform: uppercase; }
       .nav1__subimage { display: block; max-width: 100%; margin-top: 20px; }
        .nav1__subimage img { display: block; }
      .nav1__sub > li > a:hover { color: #5a5a5a; }
      .nav1__sub ul { margin: 20px 0 0; padding-left: 0; font-size: 15px; font-weight: normal; text-transform: none; }
       .nav1__sub ul li a{ display:inline-block;padding:5px 0; }
    .nav1__image { position: relative; max-width: 460px; margin-left: auto; }

	/*MOD*/
	.nav1__image img{object-fit: cover;width: 100%;height: 100%;}
	.no-objectfit .nav1__image { overflow: hidden;width:100%; }
	.no-objectfit .nav1__image img{ max-width:none;position:absolute;top:0;right:0;height:100%;width:auto;}

 .no-objectfit .nav1__image img { max-width: 100%; height: auto; }
 .image1.-cover[style*=min-height] img { position: absolute; left: 0; top: 0; }
 .image1.-top img { object-position: 50% 0; }
 .image1.-bottom img { object-position: 50% 100%; }

}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.nav1__drop { right: -40px; }
.nav1__image { display: none; }
}
@media screen and (max-width: 1023px) {
.nav1__main { position: relative; padding: 0 0 1px; }
 .nav1__main:before { display: none; position: absolute; left: -40px; right: -40px; bottom: 0; content: ''; height: 1px; background: #e2e2e2; }
 .nav1__main > li { position: relative; padding: 1px 0 0; border: inherit; border-width: 1px 0 0; font-size: 12px; line-height: 1; font-weight: bold; text-transform: uppercase; }
  .nav1__main > li:before { position: absolute; left: -40px; right: -40px; top: 0; content: ''; float: none; width: auto; height: 1px; margin: 0; padding: 0; background: #e2e2e2; }

/* MOD */
	.nav1__main > li:last-child:after { position: absolute; left: -40px; right: -40px; bottom: 0; content: ''; float: none; width: auto; height: 1px; margin: 0; padding: 0; background: #e2e2e2; }
   /* MOD */
	.nav1__toggler { float: right; width: 100%; height: 40px; margin: 0 0 0 -100%; line-height: 40px; text-align: right; position: relative;z-index: 1;}

   .is-active > .nav1__toggler:before { content: '\e906'; }
  .nav1__main > li > em { position: absolute; left: -10001px; }
  .nav1__main > li > a { display: block; padding: 14px 0; }
  .nav1__main > .is-special > a { color: #CC966F; }
  .nav1__toggler ~ a { width: calc(100% - 40px); }
  .nav1__drop ul { display: none; margin: 0; padding: 0 0 10px; color: #9a9a9a;  }
  .nav1__main li.is-active > .nav1__drop > ul,
  .nav1__main li.is-active > ul { display: block; }
   .nav1__drop li:before { display: none; }
   .nav1__drop a { display: block; padding: 14px 0; }
    .nav1__drop li li { padding-left: 20px; color: #000; font-size: 15px; font-weight: 300; text-transform: none; }
    .nav1__drop li li a { padding-top: 9px; padding-bottom: 9px; }
.nav1__image,
.nav1__subimage { display: none; }
}
@media screen and (max-width: 719px) {
.nav1__main:before,
	/* mod*/
.nav1__main > li:before, .nav1__main > li:last-child:after  { left: -20px; right: -20px; }
}

/* quote */

.quote1 { }
 .quote1 figure { width: 170px; margin: 0; border-radius: 50%; }
  .quote1 figure img { width: 100%; border-radius: inherit; }

@media screen and (max-width: 1023px) {
.quote1 figure { width: 80px; }
}
@media screen and (max-width: 719px) {
.quote1 { display: block; text-align: center; }
.quote1[data-flexy] { display: block; }
 .quote1 figure { width: 170px; margin: 0 auto 30px; }
 .quote1 blockquote { padding-left: 0; }
}

/* store details */

.place1 { }
  .place1__image img { display: block; width: 100%; }
 .place1__details { max-width: 400px; padding: 0; }
  .place1__details li { margin-bottom: 15px; padding-left: 40px; }
   .place1__details li:before { display: none; }
   .place1__details li i { float: left; width: 20px; margin: 1px 0 0 -40px; text-align: center; }

/* product */


@media screen and (min-width: 1024px) {
.product1 { }
 .product1:after { display: table; clear: both; content: ''; }
 .product1__images { float: left; width: 50%; margin: 0 -100% 0 0; }
  .product1__images .image1 { outline: none; }
  .product1__images .image1.-cover { height: calc(100vh - 100px); }
   .product1__images .image1 img { transition: none; }
 .product1__main { width: 50%; min-height: calc(100vh - 100px); height: calc(100vh - 100px);margin: 0 0 0 auto; }
	.product1__main > form{height:100%;}
 .ie11 .product1__main { height: calc(100vh - 100px); }
 .product1__main.affix { position: fixed !important; right: 0; top: 100px; }
 .product1__detail { clear: left; width: 50%; margin: 0; }
 .product1__lifestyle { clear: left; width: 50%; margin: 0; }
  .product1__lifestyle img { display: block; width: 100%; }
}
@media screen and (max-width: 1023px) {
.product1 { margin-bottom: 40px; }
 .product1__images { margin-bottom: 0; padding-bottom: 60px; background: #F1F1F1; }
  .product1__carousel { position: relative; }
   .product1__carousel .image1 { height: calc(100vh - 120px); margin: 0; vertical-align: top; }
  .product1__carousel:not(.slick-slider) { overflow: auto; font-size: 0; letter-spacing: -1em; white-space: nowrap; }
   .product1__carousel:not(.slick-slider) .image1 { display: inline-block; width: 100vw; font-size: 1rem; letter-spacing: 0; }
   .product1__carousel .slick-arrow { display: none !important; }
 .product1__main { position: relative; margin-bottom: 0; }
  .product1 .card2__favorite { position: absolute; right: 0; top: -40px; }
 .product1__detail { margin-bottom: 0; padding-top: 0; }
 .product1__detail[class] { padding-top: 0; }
}

/* scrolljack wrapper */

.scrolljack1 { }
 .scrolljack1__nav { position: fixed; right: -10001px; top: 50%; z-index: 11; opacity: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: opacity 0.35s, right 0s 0.35s ; }
 .scrolljack1__nav.is-active { right: 0; opacity: 1; transition-delay: 0s, 0s; }
  .scrolljack1__nav ul { padding: 0; }
   .scrolljack1__nav li { margin-bottom: 8px; }
    .scrolljack1__nav li:before { display: none; }
    .scrolljack1__nav a { display: block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; color: #000; }
    .scrolljack1__nav .is-active a { color: #9A9A9A; }
     .scrolljack1__nav span { display: none; }

@media screen and (max-width: 1279px) {
.scrolljack1__nav { display: none; }
.scrolljack1 + .wrap1.-mt\:1 { margin-top: 0; }
}

/* searchbar */

.search1 { position: fixed; left: 10001px; top: 0; z-index: 301; width: 100%; height: 100px; margin: 0; border-top: 5px solid transparent; border-bottom: 1px solid #E2E2E2; background: #fff; opacity: 0; transition: opacity 0.35s, left 0s 0.35s; }
.is-search-active .search1 { left: 0; opacity: 1; transition-delay: 0.1s, 0s; }
 .search1:before { position: absolute; left: 10001px; top: 100%; content: ''; width: 100%; height: 200vh; margin: 1px 0 0; background: rgba(255,255,255,0.8); transition: left 0s 0.35s; }
 .is-search-active .search1:before { left: 0; transition-delay: 0s, 0s; }
 .is-search-results .search1:before { display: none; }
 .search1 .-contain { position: relative; }
  .search1 label:first-child { display: none; }
  .search1 input[type] { height: 90px; padding: 30px 50px 30px 0; border: none; font-size: 26px; line-height: 30px; font-weight: normal; text-transform: none; }
  .search1 button { display: none; }
  .search1__close { position: absolute; right: -10px; top: 0; padding: 0 10px; line-height: 90px; cursor: pointer; }

@media screen and (max-width: 1023px) {
.search1 { display: none; }
}

/* small searchbar */

.search2 { margin-bottom: 30px; }
 .search2 p { position: relative; }
  .search2 label:first-child { display: none; }
  .search2 input[type] { padding-right: 54px; font-size: 16px; font-weight: normal; text-transform: none; }
  .search2 button { position: absolute; right: 0; top: 0; width: 50px; height: 50px; padding-left: 0; padding-right: 0; border-color: transparent; background-color: transparent; color: #000; font-size: 20px; }

/* share */

.share1 { }
 .share1 p { margin-bottom: 15px; color: #9A9A9A; }
 .share1 ul { margin: -10px -10px 0; padding: 0; font-size: 0; letter-spacing: -1em; }
  .share1 li { display: inline-block; margin: 0; border: 1px solid transparent; /*border-width: 10px 10px 0;*/ font-size: 22px; line-height: 30px; vertical-align: top; }
   .share1 li:before { display: none; }
   .share1 li a { display: block; width: 48px; text-align: center; padding:10px;}

/* faq sidenav */

.sidenav1 { }
 .sidenav1 ul { padding: 0; }
  .sidenav1 li { margin-bottom: 20px; }
   .sidenav1 li:before { display: none; }

/* signup */

.signup1 { }
 .signup1 label:first-child { display: block; width: 100%; margin-bottom: 15px; }
 .signup1 button { display: block; width: 100%; margin-top: 15px; }

@media screen and (min-width: 1024px) {
.signup1__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
 .signup1 button { width: auto; margin-top: 0; margin-left: 15px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
}

/* sitemap links */

.sitemap1 { }
 .sitemap1__main { text-transform: uppercase; }
  .sitemap1__main > li { width: 33.33%; font-size: 12px; }
   .sitemap1__main li:before { display: none; }
   .sitemap1__main strong { color: #9A9A9A; }
   .sitemap1__main ul { padding-left: 0; }
    .sitemap1__main ul li { margin: 10px 0 0; }

@media screen and (max-width: 719px) {
.sitemap1__main > li { width: 49.99%; }
}

/* 404 sitemap */

.sitemap2 { }
 .sitemap2__section { }
  .sitemap2__main.-grid { margin-top: -40px; }
   .sitemap2__main > li { width: 49.99%; border-top-width: 40px; }
    .sitemap2__main > li > a,
    .sitemap2__main > li > :first-child:not(ul) a { display: inline-block; color: #9a9a9a; vertical-align: top; }
    .sitemap2__main > li > a:hover,
    .sitemap2__main > li > :first-child:not(ul) a:hover { color: #C8C8C8; }
    .sitemap2__subheader { color: inherit; font: inherit; letter-spacing: inherit; }
    .sitemap2__main li:before { display: none; }
    .sitemap2__main ul { margin-top: 20px; padding-left: 0; }
    .sitemap2__main ul:first-child { margin-top: 0; }
     .sitemap2__main ul li { margin: 0; }
     /*.sitemap2__main ul li ~ li { margin-top: 10px; }*/
.sitemap2__main ul li a{display:inline-block;padding:5px 0;}

/* product sizing */

.sizing1 { }
 .sizing1 > .-grid { margin: -20px -15px 0; }
 .sizing1 li { width: auto; border-width: 20px 15px 0; font-size: 14px; font-weight: bold; text-transform: uppercase; }
  .sizing1 li .is-disabled { color: #C8C8C8; cursor: default; pointer-events: none; }
  .sizing1 li .is-active { box-shadow: 0 2px; }
	/* MOD */
.sizing1 li .selected{ box-shadow: 0 2px; }
.sizing1 li span{position:relative;}
.sizing1 li span:before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
}



@media screen and (max-width: 719px) {
.sizing1 li { width: 24.99%; text-align: center; }
}

/* skip links */

.skips1 { position: absolute; top: 50%; left: 0; z-index: 9999; list-style: none; width: 100%; height: 0; margin: -30px 0 0; padding: 0; text-align: center; }
 .skips1 li { position: absolute; left: 0; top: 0; width: 100%; height: 0; font: bold 50px/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .skips1 li:before { display: none;  }
  .skips1 li a { display: inline-block; position: fixed; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); border-radius: 20px;  background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
  .skips1 li a:focus, .skips1 li a:active { position: relative; left: 0; }

/* slick defaults */

.slick-slide { margin-bottom: 0; border-top-width: 0; outline: none; }
 .slick-slide > * { outline: none; }
.slick-arrow { position: absolute; left: 0; top: 50%; z-index: 10; width: 2em; min-width: 0; height: 2em; margin: -1em 1em 0; min-height: 0; padding: 0; border: none; border-radius: 50%; color: #73add3; font: 16px/2 Icons; text-align: center; text-indent: -10001px; }
.slick-next { left: auto; right: 0; }
 .slick-arrow:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '\e905'; padding: 0.05em 0 0; text-indent: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
 .slick-next:before { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.slick-arrow.slick-disabled { opacity: 0.2; pointer-events: none; }
.slick-dots { position: absolute; left: 0; bottom: -35px; right: 0; padding: 0; font-size: 0; letter-spacing: -1em; text-align: center; }
 .slick-dots li { display: inline-block; margin: 0 5px; vertical-align: top; }
  .slick-dots li:before { display: none; }
  .slick-dots button { overflow: hidden; width: 10px; min-width: 0; min-height: 0; height: 10px; padding: 0; border: 1px solid !important; border-radius: 50%; background: currentColor; color: #000; font-size: 0; line-height: 1; text-indent: 321%; white-space: nowrap; }
  .slick-dots button:hover { background: currentColor; color: #9A9A9A; }
  .slick-dots .slick-active button { color: #9A9A9A; }

/* store details */

.store1 { margin-bottom: 30px; }
.store1 + .store1 { padding-top: 30px; border-top: 1px solid #E2E2E2; }
 .store1__title { padding-left: 40px; }
  .store1__title i { float: left; margin-left: -40px; }
 .store1__details { padding: 0; }
  .store1__details li { position: relative; margin-bottom: 20px; padding-left: 60px; }
   .store1__details li:before { display: none; }
   .store1__details i { position: absolute; left: 10px; width: 30px; text-align: center; }
   .store1__details .icon-call { font-size: 1.1em; }

/* home subcontent */

.subnote1 { }
 .subnote1__intro { color: #9a9a9a; font-size: 13px; }

@media screen and (min-width: 1024px) {
.subnote1 .sitemap2__main > li { width: 24.99%; }
}
/* responsive tables */

@media screen and (max-width: 719px) {

.table1.-scroll { position: relative; margin-right: -20px; margin-left: -20px; }
 .table1.-scroll:after { position: absolute; right: 20px; bottom: -16px; content: ''; width: 18px; height: 24px; background: url(../images/table1-icon-a.png) no-repeat; background-size: contain; opacity: 0.75; }
 .table1.-scroll:after { -webkit-animation: swipeleft 2s infinite; animation: swipeleft 2s infinite; }
 .table1.-scroll > .wrap { overflow: auto; overflow-y: hidden; padding: 0; -webkit-overflow-scrolling: touch; }
  .table1.-scroll table { min-width: 680px; }
   .table1.-scroll table th:last-child, .table1.-scroll table td:last-child { padding-right: 40px !important; }

.table1.-fold { }
 .table1.-fold table { display: block; width: auto; margin: 0 -20px; }
  .table1.-fold table thead { display: none; }
  .table1.-fold table tbody { display: block; }
  .table1.-fold table tr { display: block; width: 100%; margin: 0; padding: 10px 20px 15px; border: 1px solid #e6e6e6; border-width: 1px 0; }
  .table1.-fold table tr + tr { margin-top: -1px; }
   .table1.-fold table th, .table1.-fold table td { display: block; margin-bottom: 3px; margin-top: 3px; padding: 0; border: none !important; }
   .table1.-fold table [data-th]:before { display: block; content: attr(data-th) ':'; margin: 10px 0 0; font-size: 10px; font-weight: bold; text-transform: uppercase; }

@-webkit-keyframes swipeleft { 0% { opacity: 0; -webkit-transform: translate3d(0,0,0); } 60% { -webkit-transform: translate3d(-20px,0,0); opacity: 0.75; } 80% { opacity: 0.75; } 100% { opacity: 0; -webkit-transform: translate3d(-20px,0,0); } }
@keyframes swipeleft { 0% { opacity: 0; transform: translate3d(0,0,0); } 60% { transform: translate3d(-20px,0,0); opacity: 0.75; } 80% { opacity: 0.75; } 100% { opacity: 0; transform: translate3d(-20px,0,0); } }
}

/* search results teaser */

.teaser1 { margin-bottom: 40px; }
.teaser1 + .teaser1 { padding-top: 40px; border-top: 1px solid #E2E2E2; }

@media screen and (max-width: 719px) {
.teaser1 { margin-bottom: 20px; }
.teaser1 + .teaser1 { padding-top: 20px; }
}

/* custom tick boxes */

.tick1 { position: absolute; left: -10001px; }
.tick1 + label { display: inline-block; padding-left: 30px; vertical-align: top; }
 .tick1 + label:before { float: left; content: ''; width: 18px; height: 18px; margin: -1px 10px 0 -30px; box-shadow: inset 0 0 0 1px #D8D8D8; background: #fff; color: #000; background-clip: content-box; font: 12px/18px Icons; vertical-align: top; text-align: center; }
 .tick1[type=checkbox]:checked + label:before { content: '\e916'; box-shadow: none; background-color: #000; color: #fff; }
 .tick1[type=radio] + label:before { padding: 3px; border-radius: 50%; }
 .tick1[type=radio]:checked + label:before { box-shadow: inset 0 0 0 6px #000; }

/* global header */

.top1 { position: relative; z-index: 101; width: 100%; height: 100px; margin-bottom: 0; }
 .top1__outer { left: 0; top: 0; right: 0; z-index: 101; width: 100%; height: inherit; border-bottom: 1px solid #E2E2E2; background: #fff; transition: height 0.35s; }
 .top1.is-pinned .top1__outer,
 .top1.affix .top1__outer { position: fixed; }
 .is-nav-compact .top1__outer { overflow: hidden; height: 60px; }
 .edge .is-nav-compact .top1__outer,
 .safari .is-nav-compact .top1__outer { overflow: visible; } /* safari flickering workaround */
 .is-search-active .top1__outer { height: inherit }
 .top1 .nav1 { transition: opacity 0.35s 0.15s; }
 .safari .top1 .nav1 { transition: none; }/* safari flickering workaround */
 .is-nav-compact .top1 .nav1 { opacity: 0; transition-delay: 0s; pointer-events: none; }
  .top1__inner { position: relative; min-height: 59px; }
   .top1__brand { position: relative; margin: 0; border-top: 10px solid transparent; line-height: 40px; }
    .top1__logo { margin: 0; font-size: 15px; line-height: inherit; text-align: center; }
     .top1__logo a { display: inline-block; vertical-align: top; padding:0 20px;}
     .top1__logo a:hover { color: inherit; }
    .top1__menu { display: none; position: absolute; left: 0; top: 0; width: 20px; font-size: 16px; text-align: center; }
     .is-nav-active .top1__menu i:before { content: '\e914'; }
    .top1__cart { display: none; position: absolute; right: 0; top: 0; font-size: 18px; }
     .top1 .icon-cart + small { display: inline-block; margin-top: 3px; margin-bottom: -3px !important; font-size: 12px; font-weight: bold; vertical-align: top; }
   .top1__dropnav { }
    .top1__subnav { margin-bottom: 0; }
     .top1__location { position: absolute; left: 0; top: 17px; z-index: 11; margin: 0; padding: 0; font-size: 0; letter-spacing: -1em; font-weight: bold; text-transform: uppercase; line-height: inherit; }
       .top1__location li { display: inline-block; position: relative; margin-bottom: 0; font-size: 12px; letter-spacing: 0; line-height: 25px; }
       .top1__location li ~ li { margin-left: -1px; }
        .top1__location li:before { display: none; }
        .top1__location li strong { display: block; padding: 0 10px; border: 1px solid #dadada; font: inherit; cursor: pointer; transition: border 0.35s; }
        .top1__location li:not(:hover):not(.is-active) > strong { border-color: transparent; }
        .touchevents .top1__location li:hover:not(.is-active) > strong { border-color: transparent; }
        .top1__location li ul { position: absolute; left: 0; top: 100%; min-width: 100%; margin: -1px 0 0; padding: 0; border: 1px solid #dadada; background: #fff; text-align: center; transition: opacity 0.35s, left 0s; }
        .top1__location li:not(:hover):not(.is-active) ul { left: -10001px; opacity: 0; transition-duration: 0s, 0.35s; }
        .touchevents .top1__location li:hover:not(.is-active) ul { left: -10001px; opacity: 0; }
         .top1__location li li { display: block; white-space: nowrap; }
          .top1__location li li ~ li { border-top: 1px solid #dadada; }
          .top1__location li a { display: block; padding: 0; }
     .top1__tools { position: absolute; right: 0; top: 11px; margin: 0; padding: 0; line-height: 40px; }
      .top1__tools li { display: inline-block; font-size: 18px; vertical-align: top; }
      .top1__tools li ~ li { margin-left: 10px; }
       .top1__tools li a { display: block; min-width: 20px; text-align: center; }
       .top1__tools li:before { display: none; }
    .top1__search { display: none; }

@media screen and (min-width: 1024px) {
.top1__dropnav[class] { padding-left: 0; padding-right: 0; }
}
@media screen and (max-width: 1023px) {
body.is-nav-active { overflow: hidden; }

.top1 { height: 60px; }
 .is-nav-compact .top1__outer { overflow: visible; }
  .top1__menu { display: block; }
  .top1__cart { display: block; }
  .top1__dropnav { position: absolute; left: 10001px; right: -40px; top: 100%; overflow: auto; height: calc(100vh - 61px); margin: 1px 0 0; padding: 30px 0 50px; border-bottom: 1px solid #e2e2e2; background: #fff; opacity: 0; -webkit-overflow-scrolling: touch; transition: opacity 0.35s, left 0s 0.35s; }
  .android.native .top1__dropnav { height: 350px; }
  .is-nav-active .top1__dropnav { left: -40px; opacity: 1; transition-delay: 0s, 0s; }
   .is-nav-compact .top1 .nav1 { opacity: 1; pointer-events: auto; }
   .top1__outer:before { position: absolute; left: 10001px; top: 100%; right: 0; content: ''; height: 100vh; margin: 1px 0 0; background: rgba(255,255,255,0.9); opacity: 0; transition: opacity 0.35s, left 0s 0.35s; }
   .is-nav-active .top1__outer:before { left: 0; opacity: 1; transition-delay: 0s, 0s; }
   .top1__subnav { text-align: center; }
    .top1__location { display: inline-block; position: relative; left: auto; top: 5px; vertical-align: top; }
    .top1__tools { display: inline-block; position: relative; right: auto; top: auto; margin-bottom: 20px; text-align: center; vertical-align: top; }
     .top1__tools li, .top1__tools li ~ li { margin: 0 15px; }
   .top1__search { display: block; }


	/*MOD*/
	.top1__location > li:after{
		position: fixed;
		left: 10001px;
		top: 0;
		right: 0;
		content: '';
		height: 100vh;
		margin: 1px 0 0;
		background: rgba(255,255,255,0.9);
		opacity: 0;
		transition: opacity 0.35s, left 0s 0.35s;
		z-index: 1;
	}
	.top1__location > li.is-active strong{
		position:relative;
		z-index:2;
	}
	.top1__location > li.is-active:after {
		left: 0;
		opacity: 1;
		transition-delay: 0s, 0s;
	}

	.top1__location > li > ul{
		z-index:2;
	}

}
@media screen and (max-width: 719px) {
.top1__dropnav { right: -20px; }

/* mode*/ .is-nav-active #top1 {
		position: absolute;top: 0;
}
.is-nav-active .top1__dropnav { left: -20px; }
}

/* filters header */

.top2 { position: fixed; left: 10001px; top: 0; z-index: 201; width: 100%; height: 59px; background: #fff; opacity: 0; pointer-events: none; transition: opacity 0.35s, left 0s 0.35s; }
.is-nav-compact .top2 { left: 0; opacity: 1; pointer-events: auto; transition-delay: 0s, 0s; }
 .top2__main { position: relative; }
  .top2__main .top2__line { position: absolute; left: 0; top: 20px; }
  .top2__menu { display: none; position: absolute; left: 0; top: 10px; line-height: 40px; }
  .is-nav-active .top2__menu i:before { content: '\e914'; }
  .top2__cart { position: absolute; right: 0; top: 11px; font-size: 18px; line-height: 40px; }
   .top2 .icon-cart + small { display: inline-block; margin-top: 3px; margin-bottom: -3px !important; font-size: 12px; font-weight: bold; vertical-align: top; }
  .top2__togglers { position: absolute; right: 90px; top: 20px; margin: 0; }
   .top2__togglers li { display: inline-block; line-height: 20px; }
   .top2__togglers li ~ li { margin-left: 40px; }
    .top2__togglers li:before { display: none; }
    .top2__togglers a { color: #9A9A9A; }
    .top2__togglers a:hover { color: #6a6a6a; }
     .top2__togglers a:after { display: inline-block; content: '\e905'; margin-left: 5px; font-family: Icons; vertical-align: top; }
     .top2__togglers .is-active > a:after { content: '\e906'; }
 .top2__drop { position: absolute; left: 10001px; top: 100%; width: 100%; border: 1px solid #e2e2e2; border-width: 1px 0; background: #fff; opacity: 0; transition: opacity 0.35s, left 0s 0.35s; }
 .top2__drop.is-active { left: 0; opacity: 1; transition-delay: 0s, 0s; }
  .top2__drop:before { position: absolute; left: 0; top: 100%; right: 0; content: ''; height: 200vh; margin: 1px 0 0; background: rgba(255,255,255,0.8); }
  .top2__dropwrap { overflow: auto; max-height: calc(100vh - 61px); -webkit-overflow-scrolling: touch; }
  .android.native .top2__dropwrap { height: 350px; }
   .top2__line { margin-bottom: 0; line-height: 20px; }
   .top2__line + .top2__line { margin-top: 30px; }
    .top2__linetitle { display: inline-block; margin: 0; color: #9A9A9A; vertical-align: top; }
    .top2__linetitle[class] { line-height: inherit; }
    .top2__lineitems { display: inline-block; margin: 0; padding: 0; font-size: 0; letter-spacing: -1em; vertical-align: top; }
     .top2__lineitems li { display: inline-block; margin-left: 40px; font-size: 12px; letter-spacing: .6px; text-transform: uppercase; vertical-align: top; }
      .top2__lineitems li:before { display: none; }


      .top2__lineitems .is-active > a { box-shadow: 0 2px; position:relative;}

.top2__lineitems .is-active > a:after{
    content: "\e914";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 100%;
    top: 0px;
    margin-left: 0;
    font-size: 8px;
    padding-left: 4px;

}


   .top2__reset { margin-top: 30px; }

@media screen and (max-width: 1023px) {
.top2__main > .top2__line { display: none; }
.top2__menu { display: block; }
}
@media screen and (max-width: 719px) {
.top2__togglers { right: 70px; }
 .top2__togglers li ~ li { margin-left: 20px; }
  .top2__togglers a[data-small]:before { content: attr(data-small); }
  .top2__togglers a[data-small] span { display: none; }
.top2__line { }
 .top2__linetitle { display: block; margin-bottom: 10px; }
 .top2__lineitems { display: block; margin: -10px -10px 0 20px; }
  .top2__lineitems li { width: 24.99%; margin-left: 0; border: 1px solid transparent; border-width: 10px 10px 0; }
}
@media screen and (max-width: 479px) {
.top2__lineitems li { width: 49.99%; }
}

/* responsive video */

.video1 { position: relative; overflow: hidden; height: 0; padding: 0 0 56.25%; }
 .video1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* unavailable screen */

.unavailable1 { width: 100%; min-height: 100vh; color: #9A9A9A; font-size: 18px; line-height: 1.44; text-transform: uppercase; text-align: center; }
 .unavailable1__wrap { max-width: 630px; }
  .unavailable1__logo { margin-bottom: 60px; color: #000; }
  .unavailable1__title { color: #000; }
  .unavailable1__line { width: 170px; margin: 40px auto; }

@media screen and (max-width: 479px) {
.unavailable1 { font-size: 14px; }
 .unavailable1__logo { margin-bottom: 40px; font-size: 24px; }
 .unavailable1__title { font-size: 18px; }
}

/* standard wrapper */

.wrap1 { }

/* content with sidebar */

.wrap2 { }
 .wrap2:after { display: table; clear: both; content: ''; }

@media screen and (min-width: 1024px) {
.wrap2__main, .wrap2__side { max-width: 600px; margin-left: auto; margin-right: auto; }
.wrap2__main { margin-left: 300px; }
.wrap2__side { float: left; width: 280px; margin: 0 -100% 0 0; }
.wrap2__side.affix { position: fixed !important; left: 0; top: 160px; }
.wrap2__side.affix-bottom { padding-left: 0; }
.wrap2__side.affix-top { padding-left: 0; }
}
@media screen and (min-width: 1365px) {
.wrap2__main { margin-left: auto; }
}

/*
 * Buttons & Links
/* ---------------------------------------- */

.button1, button, input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block; height: auto; min-height: 50px; padding: 14px 39px; border: 1px solid #000; background: #000; color: #fff; font-size: 12px; font-weight: bold; letter-spacing: 0.04em; line-height: 20px; text-transform: uppercase; text-align: center; text-decoration: none !important; outline: none; }
.button1:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { color: #C8C8C8; }
.button1[disabled] { border-color: #c8c8c8; background-color: #c8c8c8; pointer-events: none; }

.button1.-block { display: block; width: 100%; }
.button1.-ghost { border-color: currentColor; background-color: transparent; color: #000; }
.button1.-ghost:hover { color: #9A9A9A; }
.button1.-ghost[disabled] { color: #c8c8c8; }

.button1.-more { position: relative; }
.button1.-more.is-loading { cursor: default; pointer-events: none; }
 .button1.-more span { transition: opacity 0.35s; }
 .button1.-more:before { position: absolute; left: 50%; top: 50%; content: '\e913'; width: 20px; height: 20px; margin: -10px 0 0 -10px; color: #777; font: 16px/1 Icons; letter-spacing: 0; line-height: inherit; text-align: center; opacity: 0; transition: opacity 0.35s; -webkit-animation: spinme 1s infinite linear; animation: spinme 1s infinite linear; }
 .button1.-more.is-loading span { opacity: 0; }
 .button1.-more.is-loading:before { opacity: 1; }

@media screen and (max-width: 719px) {
.button1 { display: block; width: 100%; padding-left: 14px; padding-right: 14px; }
}

@-webkit-keyframes spinme { 0% { -webkit-transform: rotate(0);} 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinme { 0% { transform: rotate(0); } 100% { transform: rotate(360deg);  } }

/*
 * Icons
/* ---------------------------------------- */

/*[class^="icon-"],[class*=" icon-"] { display: inline-block; font-family: 'Icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; }*/
a[class^="icon-"]:before { transition: none; }
[class^="icon-"] i, [class*=" icon-"] i { font: inherit; }
[class^="icon-"] > span, [class*=" icon-"] > span { position: absolute; left: -99999px; }

/*
 * Defaults
/* ---------------------------------------- */

form { }
 label { cursor: pointer; vertical-align: middle; }
 label:first-child { display: block; margin: 0 0 10px; color: #6A6A6A; font-size: 13px; font-weight: 300; }
  label em { color: #f00; }
 input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { width: 100%; height: 50px; padding: 14px 19px; border: 1px solid #DBDBDB; border-radius: 0; background: #fff; /*font-size: 16px;*/ line-height: 20px; vertical-align: top; -webkit-appearance: none; outline: none; }
 input[type="checkbox"], input[type="radio"] { padding: 0; }
 input::-ms-clear { display: none; }
 textarea { overflow: auto; height: auto; resize: vertical; }
 select { padding: 13px 35px 13px 18px; background: #fff url(../images/select1.png) 100% 50% no-repeat; line-height: normal; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
 select::-ms-expand { display: none; }
 .firefox select { padding-left: 13px; }
 button, input[type="submit"], input[type="button"], input[type="reset"] { overflow: visible; cursor: pointer; -webkit-appearance: button; } button::-moz-focus-inner { padding: 0; border: none; }
 button[disabled], input[disabled] { cursor: default; }

 ::-webkit-input-placeholder { color: #bbb; font-style: normal; }
 :-ms-input-placeholder { color: #bbb; font-style: normal; }
 ::-moz-placeholder { color: #bbb; font-style: normal; }
 select:invalid { color: #bbb; }

 input[type].required, input[type].error, textarea.required, textarea.error, select.required, select.error { border-color: #F34E4E; background-color: #FDF5F5; color: #F34E4E; }

@media screen and (min-width: 1150px) {
input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { /*font-size: 12px; font-weight: 700; text-transform: uppercase; */}
}

/* tables */

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 9px 19px; border: 1px solid #DBDBDB; text-align: left; }
 table thead th { font-size: 0.86rem; text-transform: uppercase; }

/* MOD */
table.table-checkout-shipping-method tbody tr td{
	cursor: pointer;
}

/* headers */

h1, h2, h3, h4, h5, h6, .-ts\:1, .-ts\:2, .-ts\:3, .-ts\:4, .-ts\:5, .-ts\:6 { font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
h1, .-ts\:1 { font-size: 30px; line-height: 1.17; }
h2, .-ts\:2 { font-size: 26px; line-height: 1.25; }
h3, .-ts\:3 { font-size: 18px; line-height: 1.33; }
h4, .-ts\:4 { font-size: 16px; line-height: 1.38; text-transform: none; }
h5, .-ts\:5 { font-size: 12px; line-height: 1.17; letter-spacing: .6px; }
h6, .-ts\:6 { font-size: 10px; line-height: 1.2; letter-spacing: .6px; }

@media screen and (max-width: 1023px) {
h1, .-ts\:1 { font-size: 26px; }
h2, .-ts\:2 { font-size: 22px; }
}

/* lists */

ul, ol, dd, blockquote { padding-left: 40px; }

ol, ul { list-style: none; counter-reset: ordered; }
 li { counter-increment: ordered; }
  ol li:before { position: absolute; content: counter(ordered) '.'; width: 15px; margin: 0 0 0 -30px; text-align: right; }
  ul li:before { float: left; overflow: hidden; content: '\2022'; margin: 0 0 0 -25px; }

dl { margin-bottom: 40px; border: 1px solid #E2E2E2; border-width: 0 0 1px; }
 dt { margin: 0; padding: 20px 0; border: inherit; border-width: 1px 0 0; font-size: 16px; font-weight: bold; }
 dd { margin: 0; padding: 0 0 20px; }

/* links */

a { background: transparent; color: inherit; text-decoration: none; }
a, a:before, a:after, label, button, input[type=submit], a [class*=-ls\:] { -webkit-transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; }
a:hover { color: #9A9A9A; text-decoration: none; }
.touchevents a:hover { color: unset; }
a span { cursor: pointer; }

span.-link{
	cursor:pointer;background: transparent; color: inherit; text-decoration: none;
	 -webkit-transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s;
}
span.-link:hover{color: #9A9A9A; text-decoration: none;}
.touchevents span.-link:hover { color: unset; }




/* images */

figure { }
 img { max-width: 100%; border-width: 0; box-sizing: content-box; transition: opacity 0.5s; }
 figure img { display: inline-block; vertical-align: top; }
 figcaption { display: block; margin-top: 10px; font-size: 12px; }

.lazyload, .lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }

.alignright { float: right; margin-left: 1.5rem; }
.alignleft { float: left; margin-right: 1.5rem; }
 .alignright img, .alignleft img { display: block; max-width: none; }

/* other */

blockquote { padding: 0; font-size: 18px; font-style: normal; }
 cite { display: block; margin-top: 20px; font: inherit; font-size: 15px; }
pre { padding: 20px; border: 1px solid #ccc; background: #f3f3f3; font: 12px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code { padding: 2px 4px; background-color: #f1f1f1; box-shadow: 0 0 0 1px #ccc; color: #000; font-size: 0.75em; white-space: nowrap; vertical-align: 0.125em; }
hr { overflow: hidden; width: 100%; height: 1px; margin: 20px 0; border: none; background: #ccc; font-size: 0; }
sup, sub { font-size: 0.6875em; vertical-align: top; } sub { vertical-align: bottom; }
b, strong { font-weight: 700; }
m { display: inline-block; position: relative; }
 m:before { position: absolute; left: 0; right: 0; top: -0.125em; bottom: -1px; z-index: -1; content: ''; background: #BFE9F2; }

/*
 * Global modifiers
/* ---------------------------------------- */

[hidden] { display: none !important; }
[data-toggle] { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

/* grid widths */

.-w\:16{width:16.666%}.-w\:20{width:19.999%}.-w\:25{width:24.999%}.-w\:33{width:33.333%}.-w\:40{width:39.999%}.-w\:50{width:49.999%}.-w\:60{width:59.999%}.-w\:66,.-w\:67{width:66.666%}.-w\:75{width:74.999%}.-w\:80{width:74.999%}.-w\:99,.-w\:100{width:100%}
@media screen and (max-width: 1023px){.-w\:a\<large{width:auto}.-w\:16\<large{width:16.666%}.-w\:20\<large{width:19.999%}.-w\:25\<large{width:24.999%}.-w\:33\<large{width:33.333%}.-w\:40\<large{width:39.999%}.-w\:50\<large{width:49.999%}.-w\:60\<large{width:59.999%}.-w\:66\<large,.-w\:67\<large{width:66.666%}.-w\:75\<large{width:74.999%}.-w\:80\<large{width:74.999%}.-w\:99\<large,.-w\:100\<large{width:100%}}
@media screen and (max-width: 719px) {.-w\:a\<medium{width:auto}.-w\:16\<medium{width:16.666%}.-w\:20\<medium{width:19.999%}.-w\:25\<medium{width:24.999%}.-w\:33\<medium{width:33.333%}.-w\:40\<medium{width:39.999%}.-w\:50\<medium{width:49.999%}.-w\:60\<medium{width:59.999%}.-w\:66\<medium,.-w\:67\<medium{width:66.666%}.-w\:75\<medium{width:74.999%}.-w\:80\<medium{width:74.999%}.-w\:99\<medium,.-w\:100\<medium{width:100%}}

/* colors */

.-c\:black { color: #000; }
.-c\:gold { color: #CC966F; }
.-c\:teal { color: #258196; }
.-c\:grey { color: #9a9a9a; }

/* text styles */

.-ts\:0 { color: #000; font-size: 15px; font-weight: 300; line-height: 1.2; letter-spacing: 0.6px; text-transform: none; }
.-ts\:7 { color: #6A6A6A; font-size: 13px; font-weight: 300; letter-spacing: .6px; }
.-ts\:8 { color: #9A9A9A; font-size: 8px; font-weight: bold; letter-spacing: .6px; text-transform: uppercase; }

/* link styles */

a.-ls\:1, .-ls\:1 a { display: block; }
a.-ls\:2:not(:hover), .-ls\:2 a:not(:hover), a:not(:hover) .-ls\:2, span.-ls\:2:not(:hover), .-ls\:2 span:not(:hover) { box-shadow: 0 1px; }

/* max widths */

.-xw\:1 { max-width: 600px; margin-left: auto; margin-right: auto; }
.-xw\:2 { max-width: 860px; margin-left: auto; margin-right: auto; }

/* font families */

.-ff\:1 { font-family: Recta,Helvetica Neue,Helvetica,Arial,sans-serif; }

/* spacing */

.-mb\:a,.-my\:a{margin-bottom:auto}.-mt\:a,.-my\:a{margin-top:auto}.-ml\:a,.-mx\:a{margin-left:auto}.-mr\:a,.-mx\:a{margin-right:auto}
.-mb\:0,.-my\:0{margin-bottom:0}.-mt\:0,.-my\:0{margin-top:0}.-ml\:0,.-mx\:0{margin-left:0}.-mr\:0,.-mx\:0{margin-right:0}.-pb\:0,.-py\:0,.-pa\:0{padding-bottom:0}.-pt\:0,.-py\:0,.-pa\:0{padding-top:0}.-pl\:0,.-px\:0,.-pa\:0{padding-left:0}.-pr\:0,.-px\:0,.-pa\:0{padding-right:0}
.-mb\:1,.-my\:1{margin-bottom:60px}.-mt\:1,.-my\:1{margin-top:60px}.-pb\:1,.-py\:1,.-pa\:1{padding-bottom:60px}.-pt\:1,.-py\:1,.-pa\:1{padding-top:60px}.-pl\:1,.-px\:1,.-pa\:1{padding-left:60px}.-pr\:1,.-px\:1,.-pa\:1{padding-right:60px}
.-mb\:2,.-my\:2{margin-bottom:40px}.-mt\:2,.-my\:2{margin-top:40px}.-pb\:2,.-py\:2,.-pa\:2{padding-bottom:40px}.-pt\:2,.-py\:2,.-pa\:2{padding-top:40px}.-pl\:2,.-px\:2,.-pa\:2{padding-left:40px}.-pr\:2,.-px\:2,.-pa\:2{padding-right:40px}
.-mb\:3,.-my\:3{margin-bottom:120px}.-mt\:3,.-my\:3{margin-top:120px}.-pb\:3,.-py\:3,.-pa\:3{padding-bottom:120px}.-pt\:3,.-py\:3,.-pa\:3{padding-top:120px}.-pl\:3,.-px\:3,.-pa\:3{padding-left:120px}.-pr\:3,.-px\:3,.-pa\:3{padding-right:120px}
.-py\:4{padding-top:15px;padding-bottom:15px;}

@media screen and (max-width: 1279px) {
.-mb\:1,.-my\:1{margin-bottom:40px}.-mt\:1,.-my\:1{margin-top:40px}.-pb\:1,.-py\:1,.-pa\:1{padding-bottom:40px}.-pt\:1,.-py\:1,.-pa\:1{padding-top:40px}.-pl\:1,.-px\:1,.-pa\:1{padding-left:40px}.-pr\:1,.-px\:1,.-pa\:1{padding-right:40px}
.-mb\:2,.-my\:2{margin-bottom:30px}.-mt\:2,.-my\:2{margin-top:30px}.-pb\:2,.-py\:2,.-pa\:2{padding-bottom:30px}.-pt\:2,.-py\:2,.-pa\:2{padding-top:30px}.-pl\:2,.-px\:2,.-pa\:2{padding-left:30px}.-pr\:2,.-px\:2,.-pa\:2{padding-right:30px}
.-mb\:3,.-my\:3{margin-bottom:80px}.-mt\:3,.-my\:3{margin-top:80px}.-pb\:3,.-py\:3,.-pa\:3{padding-bottom:80px}.-pt\:3,.-py\:3,.-pa\:3{padding-top:80px}.-pl\:3,.-px\:3,.-pa\:3{padding-left:80px}.-pr\:3,.-px\:3,.-pa\:3{padding-right:80px}
}
@media screen and (max-width: 719px) {
.-mb\:1,.-my\:1{margin-bottom:30px}.-mt\:1,.-my\:1{margin-top:30px}.-pb\:1,.-py\:1,.-pa\:1{padding-bottom:30px}.-pt\:1,.-py\:1,.-pa\:1{padding-top:30px}.-pl\:1,.-px\:1,.-pa\:1{padding-left:20px}.-pr\:1,.-px\:1,.-pa\:1{padding-right:20px}
.-mb\:3,.-my\:3{margin-bottom:40px}.-mt\:3,.-my\:3{margin-top:40px}.-pb\:3,.-py\:3,.-pa\:3{padding-bottom:40px}.-pt\:3,.-py\:3,.-pa\:3{padding-top:40px}.-pl\:3,.-px\:3,.-pa\:3{padding-left:40px}.-pr\:3,.-px\:3,.-pa\:3{padding-right:40px}
.-py\:4{padding-top:30px;padding-bottom:30px;}

}
@media screen and (max-width: 1023px) {
.-mb\:0\<large{margin-bottom:0}
}
@media screen and (max-width: 719px) {
.-mb\:0\<medium{margin-bottom:0}.-pb\:0\<medium,.-py\:0\<medium,.-pa\:0\<medium{padding-bottom:0}.-pt\:0\<medium,.-py\:0\<medium,.-pa\:0\<medium{padding-top:0}.-pl\:0\<medium,.-px\:0\<medium,.-pa\:0\<medium{padding-left:0}.-pr\:0\<medium,.-px\:0\<medium,.-pa\:0\<medium{padding-right:0}
}

/* basic css */

.-ta\:l { text-align: left; }
.-ta\:c { text-align: center; }
.-ta\:r { text-align: right; }

.-tt\:u { text-transform: uppercase; }

/* togglers */

@media screen and (max-width:  719px){.-hide\<medium{display:none !important}}
@media screen and (max-width: 1023px){.-hide\<large{display:none !important}}
@media screen and (min-width:  720px){.-hide\>small{display:none !important}}
@media screen and (min-width: 1024px){.-hide\>medium{display:none !important}}

/* global fallbacks */

.mie [data-flexy*="d:f"] { display: block; }

/*
 * Libs
/* ---------------------------------------- */

/* flexy */ [data-flexy^="d:f"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}[data-flexy^="d:if"]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}[data-flexy^="d:f"]>*,[data-flexy^="d:if"]>*{min-width:0}[data-flexy~="fd:c"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}[data-flexy~="fw:w"]{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-flexy~="jc:e"]{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}[data-flexy~="jc:c"]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}[data-flexy~="jc:b"]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}[data-flexy~="jc:a"]{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}[data-flexy~="ai:x"]{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}[data-flexy~="ai:s"]{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}[data-flexy~="ai:e"]{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}[data-flexy~="ai:c"]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}[data-flexy~="ai:b"]{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}[data-flexy~="ac:x"]{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}[data-flexy~="ac:s"]{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}[data-flexy~="ac:e"]{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}[data-flexy~="ac:c"]{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}[data-flexy~="ac:b"]{-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}[data-flexy~="ac:a"]{-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}[data-flexy~="o:f"]{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}[data-flexy~="o:l"]{-webkit-box-ordinal-group:100;-webkit-order:99;-ms-flex-order:99;order:99}[data-flexy~="f:n"]{-webkit-box-flex:0;-ms-flex:none;flex:none}[data-flexy~="fg:1"]{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}[data-flexy~="fg:0"]{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}[data-flexy~="fs:0"]{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}[data-flexy~="fs:1"]{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}[data-flexy~="fb:i"]{-ms-flex-preferred-size:initial;flex-basis:initial}[data-flexy~="fb:a"]{-ms-flex-preferred-size:auto;flex-basis:auto}[data-flexy~="fb:u"]{-ms-flex-preferred-size:unset;flex-basis:unset}[data-flexy~="fb:0"]{-ms-flex-preferred-size:0;flex-basis:0}[data-flexy~="as:a"]{-webkit-align-self:auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}[data-flexy~="as:s"]{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}[data-flexy~="as:e"]{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}[data-flexy~="as:c"]{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}[data-flexy~="as:b"]{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}[data-flexy~="as:x"]{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}
/* slick */ .slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


table.-size-guide{text-align:center;width:100%;max-width:1200px;}
table.-size-guide th{vertical-align: top;text-transform: uppercase;font-size: 0.86rem;}
table.-size-guide *{text-align:center;}
table.-size-guide th, table.-size-guide td{padding-left:5px;padding-right:5px;}
.table1.-scroll table th:last-child, .table1.-scroll table td:last-child{padding-right:5px !important;}
.-icon-checked{display:inline-block;width:12px;height:8px;background:url('../images/icon-checked.svg') no-repeat center center / 100% auto;}

.c-pagination{text-align:center;}
.c-pagination ul{list-style:none;display:flex;justify-content: center;font-size: 14px;font-weight: bold;padding:0;}
.c-pagination ul li{margin:0 5px;}
.c-pagination ul li:before{ display: none; }
.c-pagination ul li > * { display:block;min-width:40px; height:40px;text-align:center;color: #C8C8C8;}
.c-pagination ul li > *:hover{ display:block;min-width:40px; height:40px;text-align:center;color:currentColor;}
.c-pagination ul li > * > span{ display:inline-block;position:relative;top:50%;transform:translateY(-50%);}

.c-pagination ul li .is-active{color:currentColor;}
.c-pagination ul li .is-active span{ box-shadow: 0 2px; }




/* icon sort ads/desc */
.top2__line.-inline{display:inline-block;vertical-align:middle;}
.-iconed-action{vertical-align:middle;margin-right:40px; }
.-iconed-action li{margin-left:10px;width:auto;}
.-iconed-action li a{ display:block;width:30px;height:30px;text-indent: 101%; overflow: hidden;white-space: nowrap;opacity:.11;transition:opacity .25s linear;}
.-iconed-action li a:hover, .-iconed-action li a.is-active{opacity:1;}
.-icon-arrow-up{background: url('../images/icon-arrow-up.svg') no-repeat center center / 100% auto;}
.-icon-arrow-down{transform:rotate(180deg);background: url('../images/icon-arrow-up.svg') no-repeat center center / 100% auto;}
.top2__line.-inline + .top2__line.-inline{margin-top:0px;}

@media screen and (max-width: 479px) {
	.-iconed-action{}
	.-iconed-action li{margin-left:0;}
	.top2__line.-inline + .top2__line.-inline{display:block;margin-top:30px;}
}

.-va\:m{
	vertical-align:middle;;
}


.media1{}
.media1__image{flex: 0 0 auto;}
.media1__image.-label img{max-width:80px;}
.media1__title{margin-bottom:10px;}
.media1__body{flex-direction: column;}




.c-modalstock{min-height:100%;display:none;}
.jquery-modal .c-modalstock{display:flex;}
.c-modalstock__inner{position:relative;}



.size_guide1__image img{
	display: block;
	max-height: 80vh;
	margin: 0 auto;
}

.opc-progress-bar{
	overflow:hidden;
}
.opc-progress-bar-item {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.opc-progress-bar-item._active:before {
    background: #000;
    border-color: #000;
}

.opc-progress-bar-item:first-child:before {
    border-radius: 0;
}

.opc-progress-bar-item::before {
    background: #9A9A9A;
    border: 0;
    top: 19px;
    transition: background .3s;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
	margin-left:0;
}

.opc-progress-bar-item._active > span {
    color: #000;
    font-weight: 600;
}
.opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
    background: #9a9a9a;
    border: 0;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}

.opc-progress-bar-item._active > span:before {
    background: #000;
    border-color: #000;
}

.opc-progress-bar-item._active > span:after {
    color: #000;
}
.opc-progress-bar-item > span:after {
    background: #fff;
    height: 34px;
    margin-left: -17px;
    top: 2px;
    width: 34px;
    content: counter(i);
    counter-increment: i;
    color: #9A9A9A;
    font-weight: 600;
    font-size: 1.8rem;
	padding-top: 5px;
}
