/* Import font for Oct 2021 - START */
@font-face {
    font-family: 'Albra';
    src: url('Albra Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Albra';
    src: url("AlbraSemi.woff2?v=3058269325996591802") format('woff2'),
         url("AlbraSemi.woff?v=2676321443077121507") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Albra';
    src: url("AlbraBold.woff2?v=7221422736755198133") format('woff2'),
         url("AlbraBold.woff?v=13740672495924530079") format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('VisbyCF-Regular.otf?v=1182874608942780414') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('VisbyCF-Medium.otf?v=862960778413012538') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('VisbyCF-DemiBold.otf?v=6920508999116464793') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('VisbyCF-Bold.otf?v=4407717708843913013') format('opentype');
    font-weight: 900;
    font-style: normal;
}
/* Import font for Oct 2021 - END */

/* Import font for April Web tweaks */
@font-face {
    font-family: 'Nebulica';
    src: url("Nebulica-VF.ttf") format('truetype');
    font-style: normal;
    text-transform: uppercase;
}
@font-face {
    font-family: 'Nicky Sans Alt';
    src: url("subset-NickySansAlt-Medium.woff2") format('woff2'),
         url("subset-NickySansAlt-Medium.woff") format('woff');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
    text-rendering: optimizeLegibility;
  }
  @font-face {
    font-family: 'Nicky Sans Alt';
    src: url("NickySansAlt-Thin.woff2") format('woff2'),
         url("NickySansAlt-Thin.otf") format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
  }
  @font-face {
    font-family: 'Nicky Sans Alt';
    src: url("NickySansAlt-Light.woff2") format('woff2'),
         url("NickySansAlt-Light.otf") format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
  }
  @font-face {
    font-family: 'Nicky Sans Alt';
    src: url("NickySansAlt-Medium.woff2") format('woff2'),
         url("NickySansAlt-Medium.otf") format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
  }
@font-face {
    font-family: 'Nicky Sans Alt';
    src: url("NickySansAlt-SemiBold.woff2") format('woff2'),
         url("NickySansAlt-SemiBold.otf") format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
  }
/* Import font for April Web tweaks - END */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit;
	font-style: inherit; font-size: 100%; line-height: 1;
	font-family: inherit; text-align: left;
}
*, *:before, *:after { box-sizing: border-box; }
a img, :link img, :visited img {
	border: 0;
}
html { padding: 0 !important }
img {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration: none;
	color: #000;
}
body {
	font-family: "Nicky Sans Alt", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
	text-align: center;
	background-color: #fff;
  font-weight: 300;
}
body p {
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 2em;
}
#page {
}
#page h1 {
 	font-size: 2.7rem !important; 
  	letter-spacing: -2px;
}
@media only screen and (min-width: 750px) {
  #page h1 {
    font-size: 3rem !important;
  }
}

#page #block-ed-features h1 {
    font-size: 2.7rem !important; 
    letter-spacing: -2px;
}
@media only screen and (min-width: 750px) {
  #page #block-ed-features h1 {
    font-size: 2.5rem !important;
  }
}

.main.content h2 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
#page .content .page {
 margin-bottom: 150px;
    margin-top: 10vh;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
    opacity: 1;   
}
.view-mobile {
    display: none;
}
#menu-mobile {
}
#menu-mobile:not( .mm-menu ) {
    display: none;
}
.container-page {
position: relative;
    width: 80%;
    max-width: 900px;
    min-height: 50vh;
    padding-top: 130px;
    margin-left: auto;
    margin-right: auto;
}
strong {
  font-weight: 400
}
.page li,
.container-page li {
	margin-left: 2rem;
    line-height: 180%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    list-style-type: disc;
}
input {
  font-size: 14px;
	font-family: "Nicky Sans Alt", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 6px 8px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-weight: 300;
}
select {
  font-size: 14px;
	font-family: "Nicky Sans Alt", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 6px 8px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-weight: 300;
}
.col { float: left; }
.w100 { width: 100%; }
.w1 { width: 100%; }
.w90 { width: 90%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60% }
.w50 { width: 50% }
.w40 { width: 40% }
.w33 { width: 33.33% }
.w37 { width: 37.5% }
.w30 { width: 30% }
.w25 { width: 25%; }
.w20 { width: 20% }
.block {
	position: relative;
}
.fvertcent {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.fhorcent { 
    align-items: center;
  
}
.flex {
    display: flex;
}
.abscenter {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.anifade {

    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -ms-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	
    opacity: 1;
}
.anifade:hover {
	opacity: 0.7;
}
.group:after,
.block:after {
  content: "";
  display: table;
  clear: both;
}
.inner {
	position: relative;
	margin: 0 auto;
}
#logolink{
    top: 0%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 70;
    left: 39%;
}
@media only screen and (min-width: 760px) {
  #logolink{
    top: 60%;
    left: 30px;
  }
}

#logo-main {
	z-index: 70;
    width: 100%;
	/*max-width: 110px;*/
	height: auto;
	
}
#header-top-bar #logo-main {
    /*width: 110px;*/
}
#header-top-bar.with-topbar #logo-main {
    top: 35px;
}
.dark #logo-main {
    fill: #fff;
}
.page #logo-main {
  fill: #000 !important;
}
#page.dark #logo-main {
    fill: #fff;

}

.dark .header-icons svg g {
    stroke: #fff;
}
.top-sticky #logo {
    width: 100px;
    top: 20px;
}

#header-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 75px;
}
@media only screen and (min-width: 750px) {
  #header-top {
    height: inherit;
  }
}
#header {
    position: relative;
    /*min-height: 100vh;*/
    //margin-bottom: 4em;
}
#header.collection {
    min-height: 40vh;
}
#header.page {
    //min-height: 200px;
    min-height: 0 !important;
}
#header.productpage {
	min-height: 200px
}
.top-cat-title {
  color: #000
}
.dark .top-cat-title {
  color: #fff;
}
.dark #navmenu li:hover .top-cat-title,
.page #navmenu li:hover .top-cat-title {
  color: #000;
}
#header-top-bar {
  z-index: 1;
  visibility: hidden;
}
#header-top-bar.top-sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 98;
    opacity: 0;
    visibility: visible;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-icons  svg g {
    stroke: #494949;
}

a.bo-button {
    background: rgba(162,54,78,0.74);
    border: 0 solid #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF !important;
    letter-spacing: 2.8px;
    position: relative;
    padding: 22px 35px;
      padding: 12px 30px;
    line-height: 130%;
    text-align: center;
    max-width: 65%;
    text-transform: uppercase;
    border: 1px solid #fff;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
a.bo-button:hover {
    background: rgba(162,54,78,1);
    
}
.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: transparent;
    position: absolute;
    right: 0;
    top: -10px;
  }
  .search-box + label .search-icon {
    color: black;
  }
  .search-box:hover {
    color: white;
    background: #c8c8c8;
    box-shadow: 0 0 0 5px rgba(73,73,73,0.6);
  }
  .search-box:hover + label .search-icon {
    color: white;
  }
  .search-box:focus {
    -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 300px;
    border-radius: auto;
    background: #ebebeb;
    color: black;
  }
  .search-box:focus + label .search-icon {
    color: black;
  }
  .search-box:not(:focus) {
    text-indent: -5000px;
  }
  
  #search-submit {
    position: relative;
    left: -5000px;
  }
  
  .search-icon {
    position: relative;
    left: -35px;
    color: white;
    cursor: pointer;
  }


#header #hero-top {
	width: 100%;
	height: auto;
}
#showtop {
    position: absolute;
    z-index: 1;
    top: 12%;
    width: 100%;
}
#header-icons-right {
    position: absolute;
    // top: 50%;
    right: 43px;
    height: 18px;
    z-index: 999;
    // transform: translateY(-50%);
}
.with-topbar #header-icons-right {
    top: 55%;
}
#header-icons-left {
    position: fixed;
	top: 1.7rem;
    left: 1.8rem;
    height: 18px;
    z-index: 999;

}
.with-topbar #header-icons-left {

	top: 3rem;
}

.search-container{
    display: none;
    // margin-top: 3px;
    position: relative;
}

@media only screen and (min-width: 760px) {
  .search-container{
    display: inline-block;
    margin-top: 3px;
  }
}

.search-box-con{
    float: right;
    position: relative;
}
#icon-search {
    display: inline;
    height: 16px;
    top: 1px;
    // top: 4px;
    right: 0;
    position: absolute;
    right: 11px;
    left: inherit;
}
#icon-user {
    display: inline-block;
    height: 18px;
    margin-top: 1px;
    margin-left: 22px;
}
#top-lang {
    font-size: 10px;
    letter-spacing: 4px;
    color: #494949;
    display: inline-flex;
    align-items: center;
    order: 3;
    height: 18px;
  margin-left: 15px;
  transform: translateY(-4px);
}

.wg-drop.country-selector a {
    padding: 0 7px 0 10px !important;
    height: 40px!important;
}
#top-help {
    display: inline-block;
    margin-top: 0;
    margin-left: 15px;
    position: relative;
}
#icon-help {
    height: 18px;
    float: left;
}
.dark #icon-help circle,
.dark #icon-help path {
    stroke: #fff;
}
.dark #icon-help path {
    fill: #fff;
}
#help-popup {
    width: 270px;
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 20px;
    right: 0;
    top: 18px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    color: rgb(82, 82, 82);
}
#help-popup div {
    float: left;
    text-align: center;
    margin: 20px 0;
}
#top-help:hover #help-popup {
    display: block
}
#header-bag {
    position: relative;
    display: inline-block;
    height: 100%;
    margin-left: 22px;
}
#header-bag #bag-popup {
    display: none;

    width: 400px;
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 20px;
    right: 0;
    top: 0px;
    font-size: 11px;
}
#header-bag:hover #bag-popup {
    display: block
}
#bag-nr {
    position: absolute;
    left: 10px;
    top: -5px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    width: 20px;
    height: 20px;
}
#icon-bag {
    float: left;
	margin: 0 !important;
  	width: 18px !important;
  	height: auto;
}

#block-mood-gallery img {
    width: 100%;
}
.mood-gal {
    position: relative;
}
.mood-gal svg {
    width: 100%;
}
.mood-title {

    text-align:center;
}
.mood-gal-01 .mood-title {
    width: 80%;
    position: absolute;
    bottom: 30%;
    transform: translateX(-50%);
    margin-left: 50%;
}
.mood-gal-01 .bo-button {
    background: rgba(95,126,18,0.37);
    top: 50px;
}
.mood-gal-01 .bo-button:hover {
    background: rgba(95,126,18,0.9);
}
.mood-gal-02 .bo-button {
    background: rgba(30,18,18,0.61);
    top: 50px;
}
.mood-gal-02 .bo-button:hover {
    background: rgba(30,18,18,0.9);
}
.mood-gal-02 .mood-title {
    width: 60%;
    position: absolute;
    bottom: 20%;
    transform: translateX(-50%);
    margin-left: 50%;
}
#mood-subtitle {
	margin-left: 33%;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
#block-photostory {
	background-color: #000;
}
#block-photostory:hover img {
	opacity: 0.5;
} 

#block-photostory .title h3 {
}
#block-photostory .title {
	position: absolute;
    top: 32%;
    left: 14%;
    width: 34%;
    z-index: 30;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#block-photostory h3 {
    z-index: 90;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 14.58px;
    text-align: center;
    line-height: 74px;
	text-transform: uppercase;
	margin-top: 0px;
	
	transition: all .7s;
	-webkit-transition: all .7s;
}
#block-photostory #block-photostory-svgtitle {
	transition: all .7s;
	-webkit-transition: all .7s;
}
#block-photostory:hover h3 {

	transition: all .9s;
	-webkit-transition: all .9s;
	margin-top: -10px;

}
#block-photostory:hover #block-photostory-svgtitle {

	transition: all .5s;
	-webkit-transition: all .5s;
	margin-top: -12px;
}
#block-ss20sun .inner {
    width: 37%;
    position: absolute;
    top: 20%;
    margin-left: 43%;
}
#block-ss20sun-svgtitle {

}
#block-ss20sun-svgtitle path {
    fill: #000;
}
#block-ss20sun-button {
    position: relative;
    top: 32px;
    left: 45%;
    width: 311px;
    display: block;
}
.img-cover {
	width: 100%;
	z-index: 10;
}
.pos-abs {
	position: absolute;
}
.img-cover.pos-abs {
	z-index: 10;
}
#block-craftmanship .img-cover {
    position: relative;
    top: 0;
    left: 0;
	width: 100%;
    height: auto;
  
  	height: 100%;
    width: auto;
}
.block-video .img-cover {
  position: relative;
  top:0; left: 0;
    width: 100%;
    height: auto;
  
      height: 100%;
    width: auto;
}
#video-craftsmanship {
    position: absolute;
  	top: 0; left: 0;
    height: 100%;
    width: auto;
  
    margin: 0 auto;
 	
}
#video-ss20 {
    position: absolute;
  	top: 0; left: 0;
    height: 100%;
    width: auto;
  
    margin: 0 auto;
}
#tagline-kv1 {
	position: absolute;
    z-index: 80;
    top: 16%;
    left: 17%;
    width: 38%;
}
#tagline-kv1 .title {
    margin-bottom: 5px;
    letter-spacing: 1px;
}
#tagline-kv1 .texts {
    margin-bottom: 0px;
}
#tagline-kv0 {
    position: absolute;
    z-index: 80;
    top: 25%;
    left: 48%;
    width: 36%;
}
#tagline-svg {
}
.image-slider__slide:hover, .image-slider__slide:focus {
    color: #000000;
}
#button-header {
        background: rgb(0 0 0 / 74%);
    border: 0 solid #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2.8px;
    position: absolute;
    padding: 12px 30px;
    margin-top: 30px;
    line-height: 130%;
    text-align: center;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
#button-header:hover {
    background: rgba(162,54,78,1);
    
}


#block-mood01 {
	position: relative;
}
#block-mood01 .inner {
	height: 90vh;
    margin-bottom: 10%;
    margin-top: -6%;
	background: #A2364E;
}
#mood-pic1 {
	width: 26%;
    position: absolute;
    top: -10%;
    left: 10%;
}
#mood-pic2 {
    width: 52%;
    position: absolute;
    top: -17%;
    right: 5%;
}
#mood-pic3 {
	width: 23%;
    position: absolute;
    bottom: -6%;
    left: 5%;
}
#mood-tagline {
    top: 69%;
    left: 57%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 80;
    position: relative;
    width: 50%;
  text-align: center
}
#footer {
	position: relative;
	color: #fff;
	text-align: center;
    //height: 100vh;
    overflow: hidden;
    width: 100%;
    clear: both;
    padding-bottom: 50px;
    padding-top: 0px;
}
@media only screen and (min-width: 750px) {
  #footer {
      padding-top: 60px;
  }
}
#footer .join-social-con{
    margin-top: 70px;
}
#footer .tag-con{
    margin-left: 25px;
    margin-right: 25px;
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
}
#footer .tag-con.payment{
    margin-bottom: 10px;
    display: block;
}
@media only screen and (min-width: 750px) {
  #footer .tag-con{
      display: inline-block;
      margin-bottom: 10px;
      font-size: 13px;
  }
}
#footer .join-title{
    margin-bottom: 20px;
    color: black;
    /*font-size: 30px !important;*/
    font-size: 3rem !important;
    letter-spacing: -1.8px;
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#footer .follow-title{
    /*font-size: 30px !important;*/
    font-size: 3rem !important;
    margin-bottom: 30px;
    color: black;
    letter-spacing: -1.2px;
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#footer > .inner {
	//position: absolute;
}
#footer-bg {
	width: 100%;
}
#cards {
	width: 260px;
	height: auto;
	display: inline-block;
}
#newsletter-title {
    position: relative;
    margin: 0 auto 43px;

}
#payment {
    text-align: center;
    margin-bottom: 30px;
}
#payment h4 {
    font-weight: 100;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 5px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
#bottom ul {
	text-align: center;
}
#bottom li {
	display: inline;
	margin-left: 20px;
    margin-right: 20px;
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bottom li a {
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  #bottom li a {
      font-size: 10px;
  }
}
#copyr {
	text-align: center;
    font-weight: 100;
    font-size: 10px;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin-top: 50px;
}

#footer form {
	position: relative;
	margin-bottom: 90px;
}
.arrow-svg{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-40%);
    z-index: -1;
}
.arrow-svg svg{
   width: 100%;
   max-width: 20px;
}
.individual-payment{
    max-width: 70px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (min-width: 750px) {
  .individual-payment{
      max-width: 90px;
  }
}
.payment-methods-con{
    margin-bottom: 30px;
}
#footer form input.contact_email {
	background: #FFFFFF;
    border: 1px solid #96ade3;
    padding: 15px;
    width: calc(100% - 190px);
    height: 60px;
    display: inline-block;
    border-radius: 0;
    font-family: "Nicky Sans Alt", "Times New Roman", "Trebuchet MS", sans-serif;
}
#footer form input.action_button {
    background: transparent;
    border: 1px solid #000;
    padding: 0px 20px;
    color: #fff;
    font-size: 12px;
    color: #000;
    text-align: center;
    text-transform: math-auto;
    width: 180px;
    height: 60px;
    margin-left: 10px;
    display: inline-block;
    font-family: 'Nebulica', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    text-align: left;
}
#newsletter-block {
	//top: 15vh;
}
#subfooter {
    //bottom: 80px;
}
#block-craftmanship {
    background-color: #000;
      overflow: hidden;
  
    width: 80%;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
#block-craftmanship .title {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    width: 38%;
    z-index: 30;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#button-play {
    width: 200px;
    height: auto;
    position: relative;
    margin: 0 auto;
    opacity: 0.5;
	transition: all .3s;
    -webkit-transition: all .3s;
}
#button-play:hover {
    opacity: 1;
    cursor: pointer;
}
#navmenu {
	z-index: 99;
}
.top-sticky #navmenu {
    top: 44%;
}
.top-sticky.with-topbar #navmenu {
      top: 52%;
}
#navmenu > ul {
	text-align: center;
}
#navmenu li {
	display: inline-block;
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: 400;
    font-size: 10px;
    color: #000000;
    letter-spacing: 1.3px;
    text-align: center;
    line-height: 38px;
    padding: 10px 14px;
    overflow: auto;
    margin-bottom: 0;
    margin-top: 1rem;
    padding: 25px 14px 15px 14px;
}
.dark #navmenu li a {
	color: #fff;
}
.dark #navmenu li.submenu:hover a{
    color: #000;
}
.dark .wg-drop.country-selector a {
    color: #fff;
}
.was-dark .wg-drop.country-selector a {
    color: #000;
}
.dark .wg-drop.country-selector:not(.closed) ul {
    background-color: transparent;
}
#navmenu li.submenu:hover {
    background-color: #fff;

}
#navmenu li a {
}
.top-sticky #navmenu li {
    //font-size: 11px;
}
.megamenu {
    background-color: #fff;
    width: 85vw;
    max-width: 1530px;
    position: absolute;
    top: 54px;
    left:0; right:0; margin:auto;
    z-index: 999;
    opacity: 0;
}
.megamenu ul {
    text-align: left;
} 
.megamenu .w37,
.megamenu .w25 {
    float: left;
    position: relative
}
.megamenu .megacol {
    padding: 3% 4%;
}
.megamenu .megacol:last-child {
    border-left: 1px solid #eee;
}
#navmenu .megamenu li {
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
    letter-spacing: 4.9px;
    line-height: 65px;
    width: 100%;
    text-align:left;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}
.megamenu .title {
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 33px;
    letter-spacing: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 7%;
}
.mega-coll-new {
    overflow: hidden;
    background-color: #000;
    height: 100%;
    position: relative;
}

.mega-coll-new img {
    height: 110% !important;
    width: auto !important;
}
.megamenu#mega02 {
	width: 68%;
}
.megamenu #megacol3.w37 {
    width: 50%;
    padding-left: 10%;
}
.megamenu #megacol4.w37 {
    width: 50%;
    padding-right: 10%;
}
#menu-new-title {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 80%;
}
#menu-women {
    background-image: url(menu-women@2x.jpg?v=10020937595999067774);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    height: 110px;
}
#menu-women-o {
    background-image: url(menu-women-o@2x.jpg?v=11643081117849908620);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    height: 110px;

}
#menu-men {
    background-image: url(menu-men@2x.jpg?v=8026597407801689924);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    height: 110px;
}
#menu-men-o {
    background-image: url(menu-men-o@2x.jpg?v=5523128437708605156);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    height: 110px;

}
#button-play-block {
    text-align: center;
}
#play-label {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 400;
    text-align: center;
    margin-top: 14px;
    display: block;
}
#collection-title,
#bo-stores-title,
#bo-about-title {
    position: absolute;
    bottom: 15%;
    color: #fff;
    width: 100%;
    font-size: 4rem;
    height: 30%;
}

#block-collection {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
#sticky_js {
    width: 100%;
    z-index: 90;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}
#sticky_js.is_stuck {
	top: 104px !important; 
}

.block-video {
    position: relative;
    width: 80%;
    height: auto;
    height: 80vh;
  	overflow: hidden;
  	
	margin: 0 auto;
    /* margin-top: 5rem; */
    margin-bottom: 5rem;
}
.block-video .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 90;
}
.block-video video {
    width: 100%;
    height: auto;
}
.mobile-lang {
  position: absolute;
}
.weglot-container {
    // position: relative !important;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: unset!important;
}
#weglot-switcher-1 .country-selector {
    top: 0px !important;
}
.wg-drop.country-selector {
    background-color: transparent !important;
}
.country-selector .wg-li {
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 2.5px;
}
.wg-drop.country-selector .wgcurrent,
.wg-drop.country-selector ul {
    border: none !important;
}
.wg-drop.country-selector .wgcurrent:after {
    display: none !important;
}
.wg-drop.country-selector .wgcurrent a {
    padding-right: 7px !important; 
}
.wg-drop.country-selector :not(.wgcurrent) a:hover {
    background-color: #000 !important;
    color: #fff !important;    
}
.thumbnail .price {
    text-align: center;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 16px;
}
.thumbnail .title {
    text-align: center;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 20px;
  	margin-top: 20px
}
.thumbnail .price span.money {
  
  	color: #999999;
  
}
#shopify-section-collection-template .product-details p,
#bo-related-products .product-details p,
.shopify-section.search-template-section .product-details p {
    color: #b5b5b5;
    font-size: 10px;
    text-align: center;
    display: block;
    width: 100%;
  	margin-bottom: 0;
}
#shopify-section-collection-template .slick-dots {
    bottom: 13px !important;
}
.product-list .thumbnail .product-info__caption, .slider-gallery .thumbnail .product-info__caption, .list-collections .thumbnail .product-info__caption {
    margin-top: 0px !important;
}


#shopify-section-product-template .product {
    margin-top: 50px;
}
.product_links a,
.sku {
    display: block;
    color: #A2A2A2;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 0px;
	text-transform: uppercase;
      margin-top: 10px;
}

h5.product_name {
    text-transform: lowercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -3px;
    margin-left: -6px;
	margin-bottom: 20px;
}

h5.product_name:first-letter {
    text-transform: uppercase;
}

.description.bottom p {
    font-weight: 300;
  	line-height: 150%;
}
.description.bottom > div > p:nth-child(odd) {
	color: #909090;
    width: 30%;
    font-size: 13px;
    font-weight: 400;
}

.description.bottom > div > p {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

ul.tabs {
	display: inline-block;
    clear: both;
    margin: 20px 0;
    border-bottom: solid 1px #cccccc;
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
    text-transform: uppercase;
    padding-left:0;
  
    @include respond-to('medium'){
      margin: 25px 0 0 0;
    }
}
ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
    cursor: pointer;
}
ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    line-height: 30px;
    margin-right: 60px;
    outline: none;

  	color: #909090;
    font-size: 13px;
    font-weight: 400;
  
    @media (max-width: 960px) {
      margin-right: 30px
    }
    @include respond-to('medium'){
      font-size: 12px;
    }
    @include respond-to('small'){
      margin-right: 20px;
    }
}
ul.tabs li a.active {
    border-bottom: solid 3px #cccccc;
    background-color: #ffffff;
    border-bottom: solid 3px #cccccc;
    height: 31px;
    position: relative;
    border-right-width: 1px;
    color: #2b2a2a;
}
ul.tabs li:last-child a {
        margin: 0;
}
ul.tabs-content { margin: 0; display: block; border: 0; padding-left: 0; font-size: 14px; margin-bottom: 20px; line-height: 180% }
ul.tabs-content > li { display:none; border: 0; font-weight: 300}
ul.tabs-content > li.active { display: block; border: 0; padding-left: 0px;  line-height: 180%}
ul.tabs-content ul {padding-left: 0;  line-height: 180%}

#bo-related-products {
	margin-top: 180px;
}
.paginate {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
.paginate .current {
    font-weight: bold;
    color: #fff;
    background-color: #000000;
    border: solid 1px #000000;
}
.paginate .page a, .paginate .current, a.tag {
    /* border: solid 1px #eaeaea; */
    margin: 10px 5px;
    padding: 0.5rem 1rem;
    display: inline-block;
}
.paginate .page a:hover, .paginate .current:hover, a.tag:hover {
    color: #bdbdbd;
}

.container .product .seven.columns {
  /*
    width: 88%;
    margin: 0 6%;
  */
}
.description {
  font-size: 14px
}
.description img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.tabs {
  width: 100%;
  
}
.sidebar-wrap {
     padding: 20px 0px;
    font-size: 12px;
    font-weight: 300;
}
.sidebar__collection-filter label {
    font-weight: 300;
    font-size: 13px;
}
#contact_form .columns,
#customer_login .columns {
	clear: both;
    width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
}
#contact_form label,
#customer_login label {
 	display: block;
  	float: left;
  	width: 100px
}
.lostpassword { 
	font-size: 13px;
    color: #a0a0a0;
}
#contact_form input,
#customer_login input {
 	padding: 10px;
 	width: calc(100% - 100px);
  border: 1px solid #eee
}
#contact_form textarea {
  width: calc(100% - 100px);
 padding: 5px;
  border: 1px solid #eee
  
}
#contact_form .submit,
#customer_login .submit {
	float: right;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;

}
#customer { margin-top: 30px }
#create_customer input {
	width: 100%;
	margin-bottom: 20px
}
#create_customer label {
	margin-bottom: 7px;
}
#create_customer .acceptsMarketing input { width: auto }
#create_customer .acceptsMarketing label { font-size: 12px }
#create_customer .submit {
	float: right;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;

}
.bo-form-link-bottom {
    clear: both;
    margin-top: 20px;
    /* border-top: 1px solid #eee; */
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

#bo-store-locator {
  position: relative;
  margin: 0 auto;
}

#bo-store-page {
  position: relative;
  margin: 0 auto
}

.container.page-block-content,
.page-block-content {
  	position: relative;
  	margin: 100px auto;
}

.af-setup input.af-button {
height: 31px;
    line-height: 20px;
    min-height: 0;
    font-size: 13px;
  
}
.af-setup input.af-input {
	width: 100%;
    margin-bottom: 5px;
}


.label-cf {
	display: block;
    font-size: 13px;
}
.cf-country-selector { width: 100% }

.search__container input[type="text"] {
	width: calc(100% - 60px);
  
}


/* about page */

.bo-about-block {
	position: relative;
	margin: 0 auto;
}
.col img {
    width: 100%;
    height: auto;
}
#bo-about p {
    font-weight: 100;
    line-height: 200%;
    margin-bottom: 1rem;
    text-align: justify;
}
.bo-about-block-bg {

}
#bo-about-p1 {
    position: absolute;
    top: 0;
    left: 50%;
  
    top: 0;
    left: 5%;
}
#bo-about-title1 {
    width: 80%;
    margin-top: 6rem;
}
#bo-about-p1-text {
    width: 50%;
    max-width: 900px;
    margin-top: 40px;
    margin-left: 13rem;
    line-height: 180%;
    text-align: justify;
}
#bo-about-p2-text {
	width: 72%;
    margin-left: 4rem;
    margin-top: 5rem;
}
#bo-about-title2 {
    z-index: 30;
    width: 100%;
    position: relative;
}
.col#bo-about-p2 img {
  width: 100%
}
#bo-about-title2 { width: 100% }
#bo-about-block4 {
    margin-top: 20vh;
    margin-bottom: 20vh;
}
#bo-about-title3 {
    margin-left: 1%;
    margin-top: -10%;
    width: 80%;
}
#bo-about-p3-text {
    width: 60%;
    margin-left: 9rem;
    margin-top: 8%;
}
#bo-about #block-mood01 .inner {
    margin-top: -1%;
}
.product-wrap {
  position:relative
}

.ribbon-wrapper {
	width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
	z-index: 80;
}
.ribbon {
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
	position: relative;
    padding: 3px 0;
    top: 20px;
    left: -34px;
    width: 120px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    z-index: 90;

.collection-matrix {
	padding-top: 50px;
  
}
.product-details {
    margin-top: 17px;
}



/* CSS copied from previous theme for product listing */
/*! CSS Used from: https://cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/styles.scss.css?v=13864820711651569302 ; media=all */
@media all{
    .js-up_arrow{display:none;}

    
/*     a:focus{outline:thin dotted;}
    a:active,a:hover{outline:0;}
    h1{font-size:2em;}
    small{font-size:80%;}
    img{border:0;}
    button,input,select{font-family:inherit;font-size:100%;margin:0;}
    button,input{line-height:normal;}
    button{-webkit-appearance:button;cursor:pointer;}
    input[type=checkbox]{box-sizing:border-box;padding:0;}
    button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
    .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
    *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
    ::-moz-selection{background-color:#000;color:#fff;}
    ::selection{background:#FFF7B6;color:black;}
 */    .blur-up{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1, 1);-webkit-filter:blur(5px);filter:blur(5px);transform:scale(1);transition:filter 200ms, -webkit-filter 200ms, box-shadow 200ms;}
    .blur-up.lazyloaded{-webkit-filter:blur(0);filter:blur(0);}
    img[data-sizes="auto"]{display:block;width:100%;margin-left:auto;margin-right:auto;}
    .image__container{display:block;margin-left:auto;margin-right:auto;}
/*     h1{font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;font-size:24px;font-weight:bold;font-style:normal;text-transform:none;line-height:1.5;color:#454545;display:block;letter-spacing:1px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 auto 15px;clear:both;font-weight:bold;padding-top:4px;}
    @media (max-width: 798px){
    h1{font-size:19px;}
    }
    h4{font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;font-size:16px;font-weight:bold;font-style:normal;text-transform:none;line-height:1.5;color:#454545;display:block;letter-spacing:1px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 0 0.5em 0;padding:7px 0;}
    @media (max-width: 798px){
    h4{font-size:12px;}
    } */
/*     .title{font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;font-size:24px;font-weight:bold;font-style:normal;text-transform:none;line-height:1.5;color:#454545;display:block;letter-spacing:1px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
    @media (max-width: 798px){
    .title{font-size:19px;}
    } */
/*     p{margin:0 0 15px;font-style:normal;line-height:1.6em;}
    em{font-style:italic;}
    small{font-size:90%;}
    div.section.collection_description{margin:0 0 1.5em 0;}
    a,a:visited,a span{color:#000000;text-decoration:none;position:relative;transition:color .1s linear;}
    a:hover,a:focus{color:#7c7c7c;}
    a,button,input,select,label{touch-action:manipulation;}
    ul{margin-bottom:20px;}
    ul li{margin-bottom:12px;}
    ul{list-style:disc outside;}
    .sidebar-wrap{border-right:1px solid #cccccc;margin-right:0px;padding-right:20px;} */
    @media (max-width: 798px){
    .sidebar-wrap{border:none;margin:0;padding-right:0;}
    }
    .sidebar-wrap h4,.sidebar-wrap h4.toggle{margin:0;padding:0;}
    @media (max-width: 798px){
     .sidebar-wrap h4.toggle{margin:10px 0; padding-top: 6px;
    padding-bottom: 6px;}/*
    }
    .sidebar a,.sidebar a:visited{color:#000000;}
    .sidebar a:hover,.sidebar a:active{color:#7c7c7c;}
    .toggle_list{margin:0;padding:10px 0 15px 0;}
    .toggle_list a{display:inline-block;position:relative;margin-left:0;max-width:80%;border-left:solid 2px transparent;transition:border 200ms ease-out;}
    .toggle_list li{list-style:none;line-height:1.4em;padding:8px 0 8px 0;}
    .sidebar ul li{margin-bottom:0;}
    .sidebar-block{margin-bottom:15px;border-bottom:1px solid #cccccc;}
    .sidebar-block:empty{border-bottom:none;}
    .sidebar-block h4.toggle{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:0;padding:15px 0;line-height:1.5;}
    .sidebar .filter-active-tag{position:relative;}
    .color-filter--true label{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}
    .sidebar__collection-filter a,.sidebar__collection-filter label{cursor:pointer;}
    .sidebar__collection-filter label{text-transform:none;font-weight:normal;font-size:inherit;}
    .sidebar__collection-filter label:hover{color:#7c7c7c;}
    .sidebar__collection-filter input[type="checkbox"]{display:none;}
    .sidebar__collection-filter input.styled-checkbox[type="checkbox"]{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;width:20px;height:20px;display:inline-block;cursor:pointer;position:relative;vertical-align:top;background-size:cover;margin-right:15px;}
    ::-webkit-input-placeholder{color:#888;}
    :-moz-placeholder{color:#888;}
    ::-moz-placeholder{color:#888;}
    :-ms-input-placeholder{color:#888;}
    .section_select{padding:0;text-align:right;float:right; */
    }
    @media (max-width: 798px){
    .section_select{padding-top:0;width:100%;padding-right:7px;box-sizing:border-box!important;}
    }
  	/**/
    .section_select .sort_by{
      	text-transform: uppercase;display:inline-block;
      border:none;padding-right:30px;background-position:100% 50%;
      background-color:#ffffff;width:auto;margin-bottom:0;max-width:80%;
      padding: 6px 14px 8px; font-size: 13px !important; margin-left: 44px; 
          padding: 0;
    padding-top: 8px;
    	}
    @media (max-width: 798px){
    	.section_select .sort_by{float:none;width:100%;max-width:100%;padding-left:0;text-transform: uppercase; font-size: 13px !important; margin-left: 0;}
      .mobile_sticky_js_one { position: relative; z-index: 80 }
    }
  
    .thumbnail img{width:100%;height:auto;}
/*     button{background:#ebebeb;color:#2b2a2a;border:1px solid #ebebeb;padding:0 20px;text-align:center;cursor:pointer;min-height:42px;height:40px;line-height:1.2;vertical-align:top;font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;font-weight:bold;font-size:16px;text-transform:uppercase;letter-spacing:1px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;transition:all 0.2s linear;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;border-radius:0;}
    button:hover{background:#ffffff;border:1px solid #ffffff;}
    button:active{box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);outline:0;} */
    button{border:none;appearance:none;}
    /*
  	select{display:block;width:100%;height:42px;min-height:42px;padding:0 10px;margin:0;line-height:22px;border:1px solid #cccccc;outline:none;background:#fff;color:#5f6a7d;font:13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;margin-bottom:15px;-webkit-appearance:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
    @media (max-width: 480px){
    select{font-size:16px;}
    }
  */
  
/*     select:active,select:focus{border:1px solid #aaa;color:#444;}
    select::-ms-expand{display:none;}
    select{background:#fff url(//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/select.png?v=16344380165374518789) no-repeat 96% 50%;background-size:18px 12px;padding:8px 14px 8px;border-radius:0;border:1px solid #d9dbdc;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;-moz-appearance:none;text-indent:0.01px;text-overflow:'';}
    label{display:block;font-weight:bold;font-size:13px;text-align:left;margin-bottom:5px;text-transform:uppercase;}
    input[type="checkbox"]{display:inline;}
    .relative{position:relative;}
    .right{float:right;position:relative;}
    .relative{position:relative;}
    div.section{margin:10px 0;}
    .paginate{text-align:center;}
    .paginate .page a,.paginate .current{border:solid 1px #cccccc;margin:10px 5px;padding:0.5rem 1rem;display:inline-block;}
    .paginate .page a:hover,.paginate .current:hover{color:#fff;background-color:#7c7c7c;border:solid 1px #7c7c7c;}
    .paginate .current{font-weight:bold;color:#fff;background-color:#7c7c7c;border:solid 1px #7c7c7c;}
    .paginate .next{display:inline-block;margin:10px 0;padding:0.5rem 1rem;}
    .load-more__icon{opacity:0;height:0;width:0;transition:all 0.3s linear;background:url("//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/loader.gif") center center no-repeat;background-size:32px 32px;margin:0 auto;}
    .product-list .thumbnail{position:relative;text-align:center;margin-bottom:25px;display:block;}
    .product-list .thumbnail .thumbnail-overlay{background-color:#ffffff;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;overflow:hidden;transition:opacity 0.3s ease-in;}
    .product-list .thumbnail .thumbnail-overlay>a{display:block;position:absolute;top:0;left:0;right:0;bottom:0;} */
    @media (max-width: 798px){
    .product-list .thumbnail .thumbnail-overlay{display:none;}
    }
    @media (min-width: 1400px){
    .product-list .thumbnail .thumbnail-overlay{line-height:1.5;}
    }
    .product-list .thumbnail img{vertical-align:bottom;transition:opacity .3s ease-in;width:100%;}
    /*.product-list .thumbnail .product-info__caption{display:block;margin-top:20px;}*/
    @media (max-width: 798px){
    .product-list .thumbnail .product-info__caption{display:block;}
    }
    .hidden-product-link{line-height:0;font-size:0;color:transparent;display:block;position:absolute;top:0;left:0;right:0;bottom:0;}
    .thumbnail .price span.money{color:#000000;}
    .thumbnail .price span.money:hover{color:#7c7c7c;}
    .product-list .thumbnail img{height:400px;width:auto;}
    .thumbnail:not(.align-height--false) img.lazyloaded{height:auto;max-height:400px;}
    .banner_holder{position:absolute;top:0;right:0;}
    /*.thumbnail .price,.thumbnail .title{display:block;margin-bottom:5px;font-size:inherit;line-height:1.2;}*/
    .toggle span{color:#010315;font-weight:bold;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:smaller;float:right;display:none;}
    h4 span{transition:transform 0.3s linear;perspective:1000;}
    .sidebar{-webkit-transform:translate3d(0, 0, 0);}
    @media (max-width: 798px){
    .sidebar h4 span{display:inline-block;transition:transform 0.3s linear;perspective:1000;}
    }
    @media (min-width: 799px){
    h4.toggle{pointer-events:none;}
    }
    .column,.columns{float:left;display:inline;margin-left:10px;margin-right:10px;box-sizing:content-box;}
    .column.alpha{margin-left:0;}
    .column.omega{margin-right:0;}
    .container .two.columns{width:130px;}
    .container .three.columns{width:205px;}
    .container .four.columns{width:280px;}
    .container .twelve.columns{width:880px;}
    .container .sixteen.columns{width:1180px;}
    .container .one-third.column{width:380px;}
    .container .offset-by-eight{padding-left:600px;}
    @media only screen and (min-width: 960px) and (max-width: 1199px){
    .container .column,.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
    .column.alpha{margin-left:0;}
    .column.omega{margin-right:0;}
    .container .two.columns{width:100px;}
    .container .three.columns{width:160px;}
    .container .four.columns{width:220px;}
    .container .twelve.columns{width:700px;}
    .container .sixteen.columns{width:940px;}
    .container .one-third.column{width:300px;}
    .container .offset-by-eight{padding-left:480px;}
    }
    @media only screen and (min-width: 799px) and (max-width: 959px){
    .container .column,.container .columns{margin-left:10px;margin-right:10px;}
    .column.alpha{margin-left:0;margin-right:10px;}
    .column.omega{margin-right:0;margin-left:10px;}
    .container .two.columns{width:76px;}
    .container .three.columns{width:124px;}
    .container .four.columns{width:172px;}
    .container .twelve.columns{width:556px;}
    .container .sixteen.columns{width:748px;}
    .container .one-third.column{width:236px;}
    .container .offset-by-eight{padding-left:384px;}
    }
    @media only screen and (max-width: 798px){
    .container .columns,.container .column{margin:0;}
    .container .two.columns,.container .three.columns,.container .four.columns,.container .twelve.columns,.container .sixteen.columns,.container .one-third.column{
        width: 100%;
        margin: 0;}
    .container .offset-by-eight{padding-left:0;}
    }
    @media only screen and (min-width: 480px) and (max-width: 798px){
    .container .columns,.container .column{margin:0;}
    .container .two.columns,.container .three.columns,.container .four.columns,.container .twelve.columns,.container .sixteen.columns,.container .one-third.column{
        width: 100%;
        margin: 0;

    }
    }
    .clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
    .clearfix:after{clear:both;}
    .clearfix{zoom:1;}
    .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
    @media only screen and (max-width: 798px){
    .section_select{text-align:center;}
    /* h4.toggle{cursor:pointer;} */
    .toggle span{display:block;}
    .toggle_list{display:none;}
    select{width:100%;margin-left:0;}
    .container .column.thumbnail{margin-top:1em;}
    }
    @media only screen and (max-width: 479px){
/*     h1,h4{font-size:110%;line-height:1.5em;}
    h1{padding:0;} */
    }
    [class^="icon-"]:before,[class*=" icon-"]:before{font-family:"turbo";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.15em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
    .icon-cross:before{content:"\e903";}
    .icon-down-arrow:before{content:"\e904";}
    .icon-right-arrow:before{content:"\e911";margin-right:0;}
    span.icon-down-arrow{padding:0!important;font-size:12px!important;}
    }
    /*! CSS Used from: https://cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/jumpstart_reset_scss.scss?v=12566831082215334425 ; media=all */
    @media all{
    @media only screen and (min-width: 1024px){
    .mobile-show{display:none!important;}
    }
    @media only screen and (max-width: 798px){
    .mobile-show{display:inline;}
    .desktop-show{display:none;}
    .border_filter{border-top:1px solid #eee;border-bottom:1px solid #eee;}
    .border_sort{border-top:1px solid #000000;}
    }
    }
    /*! CSS Used from: https://cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/jumpstart_stylesheet_reset.css?v=4059447908696663019 ; media=all */
    @media all{
    .d-shownone{display:none!important;}
    *{box-sizing:border-box;}
    @media only screen and (max-width: 468px){
    #stickyCollection > h1{font-size:28px;}
    }
    #stickyCollection{background-color:#fff;}
    .collectionVariantImg{z-index:9;}
    .js-filterby{display:none;background:#ffffff;position:relative; border-top: none !important;}
    .js-filterby .sidebar-wrap{position:absolute;background:#ffffff;}
    .js-up_arrow{font-size:12px!important;}
    .js-filterby .sidebar-wrap{
      	border:0;width:100%;padding: 10px;
    	border: 1px solid #eee;
    	}
    .js-filterby .sidebar-wrap .sidebar-block{border-bottom: 1px solid #eee;}
    /* .resetFilterStyle{text-transform:uppercase;color:#000000!important;font-size:13px!important;font-weight:bolder;} */
    .slick-dots li button:before{font-size:30px!important;}
    @media only screen and (min-width: 799px){
    .sort_by_mobile{display:none!important;}
    /*#sticky_js{    top: 104px!important;}*/
    }
    @media only screen and (max-width: 768px){
    .filter-all-tags{font-size:12px!important;}
    }
    button{font-size:18px!important;}
    @media only screen and (max-width: 768px){
    .mobile_reset_filter{padding-top:0;margin-bottom:0;}
    .resetFilterStyle .js-down_arrow{top:2px!important;right:10px;}
    }
    @media only screen and (min-width: 1024px){
    .sticky_js{z-index:99;background:white;}
    }
    .collectionVariantImg{opacity:0;visibility:hidden;transition:opacity 1s ease;-webkit-transition:opacity 1s ease;}
    .collectionVariantImg.slick-initialized{visibility:visible;opacity:1;}
    }
    /*! CSS Used from: https://cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/slickSlider.css?v=12323000883243206031 ; media=all */
    @media all{
    .slick-slider{position:relative;display:block;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{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
    .slick-list:focus{outline:none;}
    .slick-slider .slick-track,.slick-slider .slick-list{-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{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
    .slick-track:before,.slick-track:after{display:table;content:'';}
    .slick-track:after{clear:both;}
    .slick-slide{display:none;float:left;height:100%;min-height:1px;}
    .slick-slide img{display:block;}
    .slick-initialized .slick-slide{display:block;}
    .collection .slick-initialized .slick-slide{display:flex;min-height:380px;align-items:center;}
    @media only screen and (max-width: 768px){
    .collection .slick-initialized .slick-slide{min-height:300px;}
    }
    .slick-dots{position:absolute;bottom:-20px;display:block;width:100%;padding:0;list-style:none;text-align:center;}
    .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
    .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
    .slick-dots li button:before{font-family:'slick';font-size:18px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
    @media only screen and (max-width: 468px){
    .slick-dots{bottom:8px;}
    }
    }
    /*! CSS Used from: Embedded */
    .slick-dots{bottom:-40px!important;}
    /*! CSS Used fontfaces */
    @font-face{font-family:'turbo';src:url("//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/turbo.eot?v=2244629899368896328");src:url("//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/turbo.eot?v=2244629899368896328") format("embedded-opentype"),url("//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/turbo.woff?v=187629396740283540") format("woff"),url("//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/turbo.ttf?v=3522107514236064837") format("truetype"),url("//cdn.shopify.com/s/files/1/0014/9975/8644/t/7/assets/turbo.svg?v=3515800834097489051") format("svg");font-weight:normal;font-style:normal;}




    .product-list {
        width: 100%;
        position: relative;
        margin: 0px auto;
      	z-index: 70;
    }
}
.slick-dots {
    display: none;
      margin-top: -30px;
    bottom: auto !important;
}
.is_stuck {
 top: 104px;
    width: 1200px;
    border-top: 1px solid #eee;
  
}
  
#sticky_js select {
    width: 176px;
    margin-left: 101px;
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    
}
#bo-about-block1 {
  margin-bottom: 80px
}



/* editorials */


.page-ed-tricolor .container {
  width: 100%
}

.col { float: left; }
.w1 { width: 100%; }
.w80 { width: 80%; }
.w70 { width: 70%; }
.w50 { width: 50% }
.w33 { width: 33.33% }
.w37 { width: 37.5% }
.w25 { width: 25%; }
.h100 { height: 100% }
.vh100 { height: 100vh }
.block {
	position: relative;
}
.ed-mtop { margin-top: 120px} 
.ed-padd { padding: 30px }
.abscenter {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.anifade {

    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -ms-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	
    opacity: 1;
}
.anifade:hover {
	opacity: 0.7;
}
.group:after,
.ed-block:after {
  content: "";
  display: table;
  clear: both;
}
.inner,
.ed-block {
	position: relative;
	margin: 0 auto;
}
.col img {
    width: 100%;
    height: auto;
}
#bo-editorial {
    position: relative;
    font-size: 18px;
    font-family: "Nicky Sans Alt", sans-serif;
    font-weight: 100;
    line-height: 180%;
      margin-top: 65px;
}

#bo-editorial.ed-kaila {
  margin-top: -20px
}


#bo-editorial h2 {
	line-height: 1 !important;
    font-family: "Nebulica", sans-serif !important;
}
#bo-editorial p {
    font-weight: 100;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 1rem;

}
#bo-editorial.ed-kaila p {
    font-size: 16px;
}
.ed-block .col {
    position: relative;
    z-index: 10;
    padding: 0.5rem;
}
.ed-block .col#ed-tri-intro {
    padding-right: 2rem;
    z-index: 30;
}
.ed-block .col#ed-tri-intro2 {
    z-index: 10;
}
.ed-block #block-ed-home .col { padding: 0 }
#ed-tri-video video {
    width: 100%;
}
.ed-block-bg {
    position: absolute;
    left: 0;
    top: 10vh;
    z-index: 1;
}
.ed-block-bg img {
    width: 100%;
}
.ed-block-bg.h100 {
    overflow: hidden
}
.ed-block-bg.h100 img {

}
.ed-kaila .ed-block-bg {
    position: absolute;
    left: 0;
    bottom: 0;
  	top: auto;
    z-index: 1;
}
.ed-text-twocols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
}
.ed-block.mtop20 {
    margin-top: 20vh;
}
h2.ed-tri-h2 {
    color: #581E2A;
    font-weight: 400;
    letter-spacing: -0.1rem;
    font-size: 60px;
    margin-bottom: 20px;
}
#ed-tri-title {
    position: relative;
    width: 127%;
    z-index: 99;
}
#ed-tri-subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 10px;
}
#ed-tri-block2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#ed-tri-block2 .col p {
    margin: 0 30px;
      margin-bottom: 20px;
}
.ed-block#ed-tri-block2 .col {
    padding: 4rem;
}
#ed-tri-block1 p {
    text-align: right;
}
#ed-tri-outro {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}
.ed-block#ed-tri-block6 .col {
    text-align: center;
}
.ed-tri-button {
    border: 1px solid #000;
    padding: 15px;
    width: 50%;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.ed-tri-button:hover {
    background-color: #000;
    color: #fff;
}
.ed-tri-button.white {
    border: 1px solid #fff;
    padding: 15px;
    width: 50%;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #fff;
}
#ed-tri-block7 {
    min-height: 40vh;
    text-align: center;
}
#ed-tri-block7 .ed-tri-button {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    width: 600px;
}
#ed-tri-block7 .ed-block-bg {
    top: 0;
}
#ed-tri-block5 {
 height: 500px;
      top: -200px;
}
#ed-tri-block5 img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* Summer Editorial */

#bo-editorial.ed-sum p {
	font-size: 16px;
    line-height: 190%;
}
.ed-sum .ed-mtop {
margin-top: 20px;
}
.ed-colorsq {
    width: 144px;
    height: 144px;
    position: absolute;
    left: -60px;
}
h2.ed-sum-h2 {
    color: #000;
    font-weight: 400;
    letter-spacing: -0.1rem;
    font-size: 44px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-left: 100px;
  margin-top: 0
}
h2.ed-sum-h2 span {
    font-weight: 100;
}
#bo-editorial .ed-sum p {
    margin-left: 100px;
}
.ed-sum-bg {
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.col img.ed-pic-smaller {
    width: 75%;
  float: left;
}
#ed-sum-subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 150%;
    margin-bottom: 20px;
    margin-left: 28%;
    margin-top: 40px;
}
#ed-sum-block1 {
    margin-bottom: 100px;
}
.ed-sum-textblock {
    margin-left: 28%;
}
#ed-sum-block1 .col#ed-sum-intro {
    width: 40%;
}
#ed-sum-block1 .col#ed-sum-intro2 {
    width: 35%;
}
#ed-sum-block1 .col#ed-sum-intro3 {
    width: 25%;
}
.ed-block {
    clear: both;
}
#ed-sum-block6 .col {
    text-align: center;
}

#ed-sum-block2 .ed-tri-button,
#ed-sum-block3 .ed-tri-button,
#ed-sum-block4 .ed-tri-button {
	float: left;
    margin-left: 30px;
  	background-color: #fff
}
#ed-sum-block1 .ed-tri-button,
#ed-sum-block5 .ed-tri-button {
	float: right;
    margin-right: 30px;
  	background-color: #fff
}
.ed-sum .ed-tri-button:hover {
  background-color: #000 !important;
  color: #fff
}

/* Kaila editorial */

#ed-ka-title {
	position: absolute;
    width: 40%;
    margin-left: 50%;
    transform: translateX(-50%);
    top: -10vh;
  	
}

#ed-ka-block1 {
	margin-top: 60px 
}
#ed-ka-subtitle,
.bo-ed-title2 {
	font-size: 49px;
    line-height: 89%;
    text-align: left;
    letter-spacing: -1.5px;  
  font-weight: 400;
  margin-bottom: 20px
}
#ed-ka-block1 { margin-bottom: 60px }
#ed-ka-block5 {  }

#ed-ka-block3 { padding-bottom: 50px }

#ed-ka-block6 { padding: 150px 0px; }
.ed-block#ed-ka-block6 .col { text-align: center }

.ed-kaila #ed-ka-block6 .ed-tri-button { margin-top: 40px; }

#ed-ka-block6 #ed-tri-outro p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 55px;
}
.ed-kaila .ed-ka-button {
    float: right;
    margin-top: 1rem;
    background-color: #000;
    color: #fff;
  
	border: 1px solid #000;
    padding: 15px;
    width: 50%;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
}

.col img.w80 { width: 80% }

.ed-jin-mood a.bo-button:hover {
    background: rgba(1,47,89,1);
}


/* world of bolon */


#block-ed-gallery img {
    width: 100%;
}
#block-ed-gallery {
    width: 80%;
    margin: 0 auto;
}

.block-ed-tri .mood-title {
    width: 90%;
    position: absolute;
    bottom: 20%;
    /* transform: translateX(-50%); */
    margin-left: 6%;
}
.block-ed-tri .bo-button {
    background: rgba(130, 40, 76, 0.6);
    border: 0 solid #FFFFFF;
    top: 50px;
}
.block-ed-tri .bo-button:hover {
    background: rgba(130, 40, 76, 0.9);
}

.block-ed-tri h3 {
    font-size: 15px;
    color: #77241A;
    letter-spacing: 5px;
    font-weight: 400;
    margin-left: 49%;
    margin-top: 4%;
    margin-bottom: 5%;
}
#block-ed-gallery .block-ed-tri .mood-title img {
	width: 80%;
      margin-left: 8%;
}
.block-ed-sum .bo-button {
  	background: rgba(237,188,131,0.6);
	border: 0 solid #FFFFFF;
    top: 0px;
}
.block-ed-sum .bo-button:hover {
    background: rgba(237,188,131,0.9);
}
.block-ed-sum .mood-title {
    width: 90%;
    position: absolute;
    bottom: 20%;
    /* transform: translateX(-50%); */
    margin-left: 6%;
}
.block-ed-sum h3 {
    font-size: 15px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 400;
    margin-left: 49%;
    margin-top: 4%;
    margin-bottom: 5%;
}
#block-ed-gallery .block-ed-sum .mood-title img {
	width: 80%;
    margin-left: 5%;
}
#bo-title-world {
    width: 27%;
    max-width: 1200px;
    position: relative;
    margin: 6% auto 20px;
}
h3#bo-subtitle-world { 
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
.block-ed-left {
	width: calc(50% - 30px); 
  	margin-right: 30px
}
.block-ed-right {
	margin-top: 120px; 
  	width: calc(50% - 30px); 
  	margin-left: 30px
}
.block-ed-sub-block {
	width: 100%; 
  	clear: both;
    margin-top: 0px;
    position: relative;
    float: left;
    margin-bottom: 120px
}

.ed-kai-mood .bo-button {
left: 50%; background: rgba(4,44,40,0.79);
  
}
.block-ed-ka .mood-title {
    width: 66%;
    position: absolute;
    bottom: 15%;
    margin-left: 6%;
}
.block-ed-ka .bo-button {
     background: rgba(4,44,40,0.79);
}
#block-ed-gallery .mood-gal {
	margin-bottom: 60px;
}

.ed-jin-mood .bo-button {
left: 50%;     background: rgba(1,47,89,0.80);
  
}

#ed-gle-title {
	position: absolute;
    width: 40%;
    margin-left: 50%;
    transform: translateX(-50%);
    top: 0vh;
  	
}
#ed-gle-fullwithtext {
 
      padding-bottom: 50px;
}
.ed-fullimg {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.ed-gle-fullinside {
	position: absolute;
    width: 26%;
    /* left: auto; */
    /* right: auto; */
    margin-left: 15%;
    margin-top: 15%;
    color: #fff;
}
.ed-gle-fullinside .col {
     padding: 0;
    margin: 0;
}
.ed-gle-fullinside .col p {
      margin: 0 0 20px;
}

a.bo-button.bo-button-gle {
  background: rgba(50, 66, 48, 0.8);
  
}
a.bo-button.bo-button-gle:hover {

  background: rgba(50, 66, 48, 1);
}

a.bo-button.bo-button-ran {
  	background: rgba(154, 50, 14, 0.8);
	margin-left: 13%;
    /* margin-top: 10%; */
    position: relative;
    top: 20px;
}
a.bo-button.bo-button-ran:hover {

  background: rgba(154, 50, 14, 1);
}


.block-ed-ran a.bo-button {
  background: rgba(154, 50, 14, 1);
  border: none;
}
.block-ed-ran .mood-title img {
	margin-bottom: 20px
}
#block-mood01 a img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
#block-mood01 a:hover img {
 	transform: translateY(-5px); 
}


/* homepage editorials */

#block-ed-home { 
  position: relative;
  margin: 0 auto;
	width: 100%;
  
    margin-bottom: 4rem !important;
}


/*#block-ed-home .title-con-main{ 
  max-width: 250px;
}*/
.block-ed-editorial .title-con-main{ 
  margin-bottom: 20px;
}

#block-ed-home .title, #block-ed-home .texts{ 
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 750px) {
  #block-ed-home .title-con-main{ 
    max-width: inherit;
  }
  #block-ed-home .title, #block-ed-home .texts{ 
    text-align: center;
  }
  #block-ed-home .texts{ 
    margin-bottom: 20px;
  }
}

#block-ed-home .col {
    width: 32%;
    padding-left: 1%;
    padding-right: 1%;
  	position: relative;
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 750px) {
  #block-ed-home .col{
      margin-bottom: 35px !important;
      width: 33%;
      padding-left: 0%;
      padding-right: 1%;
  }
  .mood-blocks-padd{
    padding-left: 2%; 
    padding-right: 0%; 
  }
  .editorials-padd{
      padding-left: 2%; 
      padding-right: 0%; 
    }
}

#block-ed-home .col:first-child {
 	margin-left: 0; 
}

#block-ed-home .col:nth-child(4n){
 	margin-left: 0; 
}
#block-ed-home .col a:hover img {

}

#page .home-tri h1{
	color: #fff;
    font-size: 57px !important;
    text-align: center;
    letter-spacing: -1.8px;
}

#block-ed-home .mood-title {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 6%;
  	z-index: 90;
}
#block-ed-home .block-ed-gle .mood-title {
    width: 90%;
    left: 5%;
  
}
.block-ed-gle .col img {
	margin-bottom: 15px;
}
#block-ed-home .block-ed-tri .mood-title {
	margin-left: 0
}

#block-ed-home .block-ed-tri h3 {
  
    font-size: 12px;
    margin-top: 3%;
    margin-bottom: 9%;
  
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    color: #efab7b;
}

#block-ed-home .image-individual {
  margin-bottom: 20px;
}
#block-ed-home .block-ed-sum h3 {
    font-size: 12px;
    margin-top: 3%;
    margin-bottom: 9%;
  
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  color: #fff;
  top: 0
}
#block-ed-home .block-ed-tri .bo-button {
 	top: 0 
}

.block-ed-jin a.bo-button {
    border: none;
    background: rgba(1, 47, 89, 0.8)
}
.block-ed-jin a.bo-button:hover {
    background: rgba(1, 47, 89, 1)
}

.block-ed-kaila a.bo-button {
	border: none;
    background:rgba(4, 44, 40, 0.8)
}
.block-ed-kaila a.bo-button:hover {
    background:rgba(4, 44, 40, 1)
}

.block-ed-tri a.bo-button {
	border: none;
	background: rgba(130, 40, 76, 0.6);
}
.block-ed-tri a.bo-button:hover {
	background: rgba(130, 40, 76, 1);
}


/* US specific */

#page { z-index: 1 }
#sticky_js, .mobile_sticky_js_one { display: none }
.cart_content_info { position: relative }
.cart_content {
     width: 500px;
  	top: 35px; right: 0;
}
#cart_form .section { margin-bottom: 60px }
.cart_container, #header-bag { }
.cart_container {
	float: right;
      margin-left: 27px;
}
.empty_cart {
    text-align: center;
    font-size: 14px;
    padding: 40px 0 25px 0;
    color: inherit;
}
.cart_count {
	position: absolute;
    background-color: black;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    height: 16px;
    border-radius: 8px;
    width: 16px;
    text-align: center;
    right: -10px;
    top: -2px;

    letter-spacing: 0;
    display: block;
    padding: 3px 0;
}
#cart_form .ten.columns {
	width: 50%
}
.product_section .description,
.description.bottom p { line-height: 180% }
body .product_links p { margin-bottom: 0 }
p.modal_price {
	position: absolute;
    right: 60px;
    font-size: 26px;
    top: 33px;
}
.container .product .seven.columns { position: relative }

.breadcrumb-collection { display: none }

#addCartBtnR {
    background: black;
    color: white;
    padding: 10px 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    width: 100%;
}
.cart_content .action_button {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 19px 60px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1rem;
}
#cart_form .add_to_cart {
	display: block;
    background-color: #000;
    color: #fff;
    padding: 19px 60px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1rem;
    width: 100%;
}
#bo-prod-info { position: relative }


.bo-sku-code { display: none }

#bo-sale30-img {
     position: relative;
    margin: 0px auto;
      width: 53%;
}
/* product */



.bo-tabs {
  position: relative;
  min-height: 100px;
  clear: both;
  margin: 25px 0;
  display: none
}

.bo-tab {
  float: left;
}

.bo-tab label {
  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  position: relative;
  left: 1px;
}

.bo-tab [type=radio] {
  display: none;
}

.bo-content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  display: none;
  min-width: 700px;
}

[type=radio]:checked~label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}

[type=radio]:checked~label~.bo-content {
  display: block;
}
#header-icons-right .cart_subtotal {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart_text {
 	font-size: 10px; line-height: 150%; 
      margin-top: 15px;
}
.description .tabs-content,
.description .tabs-content span {
 	font-weight: 300 !important; 
}
.cart_content ul li { margin-left: 0; }
#help-popup i {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    color: rgb(189, 189, 189);
  	text-align: center;
}
#intercom-container { display: none }

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
        /*  transition is applied to lazyloaded not lazyload */
	transition: opacity 800ms;
}
.thumbnail .sold_out, .sold_out {
  /*
    font-weight: 300;
    color: #2b2a2a;
    border: 1px solid #eee;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 19px;
  */
}
#bo-topbar {
    background-color: #313138;
    text-align: center;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
	z-index: 999
}

#collection-title.coll-title-bundle {
 	bottom: 0px; 
}
#bo-promo-top {
	margin-top: 37px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D2B7;
}
.bo-promo-size1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 141%;
}
.bo-promo-size1 span {
	font-weight: 700;
    font-size: 4rem;
    vertical-align: middle;
    letter-spacing: -0.2rem;
}
.bo-promo-size2 {
	text-align: center;
    font-size: 1.5rem;
    font-weight: 200;
  	letter-spacing: -0.05rem;
}
#bo-bundle-img {
    width: 600px;
    position: relative;
    margin: 20px auto;
  
}
.bo-promo-size3 {
    font-style: italic;
    font-size: 1rem;
    color: #A7A7A7;
    letter-spacing: -0.42px;
    text-align: center;
    font-weight: 200;
}
#bo-topbar a { color: #fff !important }



/* welcome popup */

.fancybox-inner { background: rgb(222, 217, 193); }
#popup-pic { float: left; width: 50% }
#popup-pic img { width: 100% }
#bo-popup-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#bo-welcome-popup #mc_embed_signup {

}
#logo-small-popup {
    position: relative;
    z-index: 80;
    width: 100px;
}

#mc_embed_signup input.email {
    margin: 0 0% 0px 0 !important;
    font-family: "Nicky Sans Alt", "Times New Roman", "Trebuchet MS", sans-serif !important;
}
#bo-popup-intro {

    z-index: 90;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 200;
    float: left;
    width: 50%;
    padding: 30px;
}
#bo-welcome-popup #bo-popup1 {

    font-size: 34px;
    color: #000000;
    letter-spacing: -1.02px;
    text-align: center;
    line-height: 39px;
    margin-top: 20px;
    margin-bottom: 30px;
  
}
#bo-welcome-popup #bo-popup2 {

    font-size: 14px;
    color: #000000;
    letter-spacing: -0.27px;
    line-height: 18.01px;
    margin-bottom: 20px;
    /* padding: 0 13%; */
    text-align: justify;
  
}
#bo-welcome-popup #bo-popup3 {

    font-size: 19px;
    letter-spacing: -0.4px;
    line-height: 140%;
    text-align: center;
    margin-top: 3px;
  
}
.fancybox-skin { border-radius: 0; !important }




/* Through My Bolon styles */

#bo-tmb1-intro,
#bo-tmb1-outro {
	padding: 0 7rem;
}
.bo-tmb-qa {
    padding: 5rem;
}
#bo-tmb1-intro .bo-tmb-qa,
#bo-tmb1-outro .bo-tmb-qa {
     padding: 5rem 8rem; 
}

#bo-tmb1-intro .bo-tmb-qa#bo-tmb1-qa-intro {
  padding: 0
}

#bo-tmb1-intro .bo-tmb-qa p,
#bo-tmb1-outro .bo-tmb-qa p {
     text-align: justify
}
#bo-editorial .bo-tmb-qa p {
    text-align: justify;
    font-size: 18px;
    line-height: 170%;
}
#bo-editorial .bo-question p {
    font-style: italic;
    color: #4a4a4a;
    margin-bottom: 1rem;
  font-weight: 600
}
.bo-tmb .ed-block.w1 {

}
.bo-tmb .col img.w50 {
    width: 50%;
}
#bo-tmb1-pic2 {
    margin-top: -10rem;
    width: 90%;
    padding-left: 6rem;
}
#bo-tmb1-pic3 {
    padding-left: 5rem;
}
#bo-tmb1-qa01 {
    padding-right: 10rem;
}
#bo-tmb1-block3 {
    top: -15rem;
    position: relative;
    z-index: 60;
}
#bo-tmb1-block4 {
    top: -10rem;
    position: relative;
    z-index: 50;
}
#bo-tmb1-block5 {
    margin-top: -10rem;
}
#bo-tmb1-block4 .bo-tmb-qa {
    margin-top: 11rem;
}
#bo-tmb1-pic6 {
    padding-left: 5rem;
}
#bo-tmb1-pic7 {
    padding-right: 5%;
}
#bo-tmb1-pic8 {

    padding-left: 5%;
}
#bo-tmb1-qa5 {
    padding: 5rem 5rem 0 0;
}
#bo-tmb1-qa6 {
    padding: 5rem 5rem 0 5%;
}
#bo-tmb1-pic10 {
    float: right;
    padding: 0% 5% 0 0;
}
#bo-tmb1-pic12 {
    margin-top: -20rem;
}
#tmb-title {
    top: 40vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 90;
  
}
#tmb-who {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    letter-spacing: -0.2rem;
    font-weight: 400;
}
#tmb-what {
    font-size: 1.5rem;
    color: #FFD79B;
    letter-spacing: -0.49px;
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    border-radius: 3px;
    padding: 10px 15px;
    line-height: 100%;
    font-weight: 100;
    display: inline-block;
    margin-top: 10px;
}

#tmb-where {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 20px;
}
#bo-editorial.bo-tmb {
	margin-top: 40px;
}

#bo-editorial.bo-tmb p a {
  	font-weight: 600;
  	color: #A6384F
}


.bo-qlabel {
	font-size: 100px;
    color: #000;
    font-style: italic;
    font-weight: 100;
    padding: 0;
    margin-bottom: 20px;
    color: #d0d0d0;
    margin-left: -10px;
}
.ed-prods {
    padding-top: 10rem;
    padding-bottom: 15rem;
}
.ed-prods .col { text-align: center }
.ed-prods .col p { text-align: center }
.ed-prods .col a { margin-top: 1rem; }
#bo-quote { display: none }

#block-tmb-home #tmb-title {
	top: 54%;
}
.bo-label-stories { 

    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 0.2rem;
    background-color: rgba(255,255,255,0.4);
    padding: 5px 15px;
    text-align: center;
    line-height: 115%;
    border-radius: 40px;
 
	z-index: 90;
}

.bo-label-stories.rte p { 
    margin-bottom: 0;   
}
#block-ed-home #tmb-who {
    font-size: 2rem;
    letter-spacing: -0.1rem;
}
#block-ed-home #tmb-what {
	font-size: 1rem;
    padding: 8px 14px;
}
#block-ed-home #tmb-where {
    margin-top: 5px;
    font-size: 1.5rem;
    margin-bottom: 25px;
}
#block-ed-home #tmb-title {
	bottom: 10%;
    top: auto;
    width: 90%;
}
#block-ed-home #tmb-title a.bo-button {     background: #00000080; }
#admin-bar-iframe { display: none }



/* COLLECTION EDITORIAL STYLES */




#bo-collection-editorial .ed-block {
    margin-bottom: 10vh;
}
.coll-ed-left { margin-left: 0px }
.coll-ed-left { margin-right: 0px }
.coll-ed-imgblock img,
.coll-ed-product img {
    width: 100%;

}
.coll-ed-product img {
    box-shadow: 1px 0px 20px rgb(0 0 0 / 6%);
}
#bo-collection-editorial .coll-ed-main { 
    position: relative;
    z-index: 80;
    padding-top: 50px;
    
    font-weight: 300;
    width: 49%;
}
.coll-ed-main p {
    line-height: 180%;
    font-weight: 100;
    margin-bottom: 1rem;
    width: 100%;
  	font-size: 0.9rem;
      text-align: justify;
}
#bo-collection-editorial .w60 { width: 54% }

.coll-ed-product {
    position: relative;
    text-align: center;
    z-index: 80;

}
.coll-ed-left {

    transform: translateX(10%);

}
.coll-ed-right {

    transform: translateX(-10%);

}
.coll-ed-imgblock {
    /*
    position: absolute;
    z-index: 70;
    */
    width: 45%;
}
.absright {
    right: 0px;
    top: 0px;
}
.absleft {
    left: 0px;
    top: 0px;
}
.coll-ed-title {
    font-size: 35px;
    color: #000000;
    letter-spacing: -1.6px;
}
.coll-ed-subtitle {
    margin-top: 15px;
    margin-bottom: 15px;
}
.coll-ed-info {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 19px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #555555;
}
.coll-ed-button {
    border: 1px solid #000;
    padding: 15px;
    width: 50%;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-align: center;

    width: 100%;
    background-color: #fff;
    margin-top: 15px;
}
#bo-collection-editorial.coll-ed-blue-light {
    padding-top: 85px;
}
#bo-collection-editorial .ed-block {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.coll-ed-main {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.coll-ed-block-picright .coll-ed-main,
.coll-ed-block-picright .coll-ed-content { order: 1; position: absolute }
.coll-ed-block-picright .coll-ed-imgblock,
.coll-ed-block-picright .coll-ed-product { order: 2; margin-left: auto;}

.coll-ed-block-picleft .coll-ed-main,
.coll-ed-block-picleft .coll-ed-content { order: 2; margin-left: auto; }
.coll-ed-block-picleft .coll-ed-imgblock,
.coll-ed-block-picleft .coll-ed-product { order: 1; }

.coll-ed-block-picleft .coll-ed-content { padding-left: 0 }

/*
.coll-ed-block-picright .coll-ed-imgblock { order: 3; }
.coll-ed-block-picright .coll-ed-main { order: 1; }
.coll-ed-block-picright .coll-ed-product { order: 2; }
*/

.col img.coll-ed-icon-info {
    width: 15px;
    height: auto;
    float: left;
    margin-right: 10px;
    line-height: 100%;
    margin-top: -4px;
}
#hero-top-coll-ed {
    padding-top: 256px;
    margin-bottom: 60px;
}
#ed-coll-title {
	position: absolute;
    top: 48%;
    left: 45%;
    width: 40%;
}
#page h1#ed-coll-h1 {
    font-size: 17px;
    color: #742128;
    letter-spacing: -0.24px;
    line-height: 33.33px;
    text-transform: uppercase;
  
}
body p#ed-coll-introp {
    margin-left: 28%;
    width: 300px;
    line-height: 141%;
    font-weight: 100;
    margin-top: 20px;
}

a.bo-button.bo-button-tri2 {
    background: rgba(78,3,42,0.8);
    margin-left: 13%;
    /* margin-top: 10%; */
    position: relative;
    top: 20px;
}
a.bo-button.bo-button-tri2:hover {

    background: rgba(78,3,42,1);
  
}
.related-products__title { margin-top: 10vh }


/* collection editorial "twopics" */

#bo-collection-editorial.bo-collection-editorial-twopics .coll-ed-main.w60 { width: 49% }
#bo-collection-editorial.bo-collection-editorial-twopics .coll-ed-content.w60 { width: 60% }

.coll-ed-imgblock {
    display: flex;
    align-items: center;
    justify-content: center;flex-direction: row
}
.coll-ed-imgblock img.coll-ed-img-size1 {
    width: 20vw;
}
.coll-ed-imgblock img.coll-ed-img-size2 {
    width: 15vw;
}
.coll-ed-imgblock img.coll-ed-img-size1 {
    width: 20vw;
}
.coll-ed-block-picright .coll-ed-imgblock img.coll-ed-img-size1 {
    margin-right: 20px
}
.coll-ed-block-picleft .coll-ed-imgblock img.coll-ed-img-size2 {
    margin-right: 20px
}


.bo-collection-editorial-twopics .coll-ed-imgblock {
    width: 50%;
}
.bo-collection-editorial-twopics .coll-ed-left,
.bo-collection-editorial-twopics .coll-ed-right {
    transform: none;
}

#bo-collection-editorial.bo-collection-editorial-twopics .coll-ed-block-picleft .coll-ed-content {
    padding-left: 0;
}
.bo-collection-editorial-twopics .coll-ed-subtitle {
     line-height: 137%;
    font-size: 0.9rem;
  font-weight: 400
}
#ed-coll-nessa-title {
    width: 60%;
    margin-left: 39%;
  
}
body p#ed-coll-introp-nessa {
    width: 300px;
	font-size: 0.9rem;
    line-height: 160%;
    font-weight: 100;
    margin-top: 20px;
  
    margin-left: 56%;
    color: #fff;
}

#privacy-policy h2 {
	font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.07rem;
}

a.bo-button-nessa {
    background: rgba(0,0,0,0.8);
    margin-left: 13%;
    position: relative;
    top: 20px;
}
a.bo-button-nessa:hover {

    background: rgba(0,0,0,1);
  
}

#hero-top-coll-ed.hero-top-coll-ed-small01 {
  	margin-left: 8%;
 	width: 60%;
    padding-top: 15%;
}
#ed-coll-aviators-title {
	width: 86%;
    margin-left: 28%;
}
#page .ed-coll-title-aviators h1#ed-coll-h1 {
    color: #000;
    font-size: 11px !important;
    letter-spacing: 3px;
   	margin-left: 43%;
}
#ed-coll-title.ed-coll-title-aviators {
    top: 38%;
    left: 39%;
}
#mood-smalltitle {
	margin-left: 20%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.ed-aviators-mood #mood-pic3 {
    width: 30%;
    position: absolute;
    bottom: -6%;
    left: 5%;
}
.ed-aviators-mood #mood-tagline {
	top: 69%;
    left: 66%;
}
a.bo-button.bo-button-aviators {
    background: rgba(0,0,0,0.8);
    margin-left: 13%;
    position: relative;
    top: 40px;
}
a.bo-button.bo-button-aviators:hover {

    background: rgba(0,0,0,1);
  
}


/* EDITORIAL TEMPLATE "AIRY" */

.ed-pic-mtop1 { margin-top: 10rem; }
.ed-pic-mtop2 { margin-top: 2rem; }
.ed-pic-mtop5 { margin-top: 5rem; }
.ed-pic-mbott6 {     margin-bottom: 6rem; }

#ed-airy-top { 
	margin-top: 6rem;
    padding-left: 8rem;

}
.ed-airy-textblock {

    margin-top: 4rem;
}
.ed-penny-prod {
    position: relative;
    margin: 0 auto;
  	width: 348px;
}
.ed-penny-prod img {
	width: 100%
}
.ed-penny-prod .coll-ed-button {
  
	float: right;
    margin-top: 1rem;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
  
}
#bo-editorial .ed-penny-prod p {
    line-height: 175%;
    font-size: 0.9rem;
    text-align: justify;
  
}
#shopthestory {
	background: #ECEDEE;
  	margin-top: 100px;
	padding-top: 30px;
    padding-bottom: 100px;
  
}
#shopthestory h3 {
    font-size: 113px;
    color: #000000;
    letter-spacing: -8.04px;
    text-align: center;
    line-height: 87px;
    font-weight: 300;
    margin-top: 51px;
  z-index: 90;
      margin-bottom: -52px;
}
#shopthestory .col { text-align: center }
.ed-lessismore-prod h3 {
  
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.ed-airy-button {
    border: 1px solid #000;
    background-color: #000;
    color: #fff !important;
    padding: 12px 60px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  	letter-spacing: 4px
}
#shopthestory .ed-airy-button { top: -50px; position: relative }

#sale30off-main {
	position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 100;
}
h1#sale30off {
	color: #fff;
    font-size: 100px;
    margin-bottom: 20px; 
                                                  
}
#sale30off-label {
	text-align: center;
    margin-bottom: 10px;
    font-weight: 100;
}
#sale30off-code {
	font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background-color: #4A0000;
    display: inline-block;
    clear: both;
    position: relative;
    margin-top: 10px;
    padding: 15px;
    position: relative;
    margin: 0 auto; 
}

/* homepage promo */


#bo-promo-top-sale30 {
    margin-bottom: 18%;
    width: 90%;
    /* border: 1px solid red; */
    margin: 5% auto 18% auto;
    border: none;
    position: relative;
    z-index: 10;
}
#bo-promo-top-sale30 h1#sale30off,
#bo-promo-top-sale30 #sale30off-label
{
  
  color: #000
    
}
#bo-promo-top-sale30 #bo-sale30-img { width: 100% }

#bo-promo-top-sale30 #sale30off-main {
	z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home-promo30 {
    position: relative;
    margin: 0 auto;
    width: 90%;
	padding-top: 250px;
    padding-bottom: 250px;
    position: relative;
  
    margin-bottom: 100px;
}
#home-promo30 #sale30off-toplabel {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 12px;
      text-align: center;
}
#home-promo30 h1#sale30off {
    color: #FF7E30;
    font-weight: 400;
    letter-spacing: -0.6rem;
    font-size: 12rem;
    text-align: center;
}
#home-promo30 #sale30off-toplabel {
	color: #000000;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
}
#home-promo30 #sale30off-code {
    color: #000;
    font-size: 2.5rem;
    background-color: transparent;
    padding: 0;
      width: 100%;
      margin-bottom: 44px;
}
#home-promo30 #sale30off-label {
	color: #B4B4B4;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 0.6rem;
    margin-left: 0.4rem;
    margin-bottom: 0.2rem; 
}
#home-promo30 #sale30off-main {
    left: 40%;
    width: 50%;
    /* border: 1px solid red; */
    /* text-align: center; */
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  
}
#home-promo30 #button-header {
    background-color: #000;
    font-size: 1.2rem;
    font-weight: 300;

    position: relative;
    margin: 100px auto;
}
#promo30-hero-top {
	width: 100%;
    height: auto;
}
#sale30off-main.sale30aviators h1#sale30off span.sale30bigger {
	font-weight: 400;
    font-size: 9rem;
    display: block;
    letter-spacing: -0.5rem;
    text-align: center;
}
#sale30off-main.sale30aviators h1#sale30off span.sale30smaller {
font-size: 4rem;
    text-align: center;
    display: block;
    font-weight: 400;
}
.sale30aviators #sale30off-code {

    font-size: 2rem;
    padding: 0;
    background: transparent;
    display: inline;
    position: static;
}
.sale30aviators #sale30off-label {
    display: inline;
    font-size: 2rem;
}

#sale30off-main.sale30end {
    color: #000;
    left: 49%;
    top: 60%;
    bottom: auto;
    transform: translateY(-50%);
}
.sale30end h1#sale30off {
    color: #000;
    font-weight: 400;
    font-size: 9rem;
    letter-spacing: -8px;
}
.sale30off-small {  
  color: #651B1B;
  margin-bottom: 30px;
    
}
.sale30end #sale30off-code {
	font-size: 2rem;
    padding: 0;
    background: transparent;
    display: inline;
    /* position: static; */
    color: #000;
    display: block;
    padding-left: 10px;
    float: left;
    margin: 0;
  clear: none;
}
.sale30end #sale30off-label {
    display: inline;
    font-size: 2rem;
  float: left;
}
#button-header.button-50 {
	background-color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    margin: 0;
    text-align: left;
    float: left;
  
}



// CUSTOM STYLES
.mirage-black{
    // font-family: 'mirage-black';
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
}
.mirage-bold{
    // font-family: 'mirage-bold';
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
}
.mirage-medium{
    // font-family: 'mirage-medium';
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
}
.mirage{
    font-family: 'Nebulica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
}
.mirage-thin{
    font-family: 'mirage-thin';
}
.text-center{
    text-align: center;
}
.image{
    display: block;
    width: 100%;
    height: auto;
}
.cf{
    clear: both;
}
.relative{
    position: relative;
}
.block{
    display: block;
}
.align-flex{
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 750px) {
  .tablet-align-flex{
      display: flex;
      align-items: center;
  }
}
.width-100{
    width: 100%;
}

.space-between-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.global-object-fit {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.absolute-texts{
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
}
.absolute-texts-top{
    position: absolute;
    top: 30px;
    left: 0px;
}
@media only screen and (min-width: 750px) {
  .absolute-texts-top{
      left: 30px;
  }
}
.mm-listitem__text{
    flex-basis: auto;
}
.mm-listitem .image-text-overlap{
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.tag-con{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 5px;
    color: #989898;
}
#page .title-con{
    font-size: 60px;
    margin-bottom: 20px;
}
a.button-black{
    background: black;
    color: white;
    letter-spacing: 3px;
    font-size: 10px;
    text-align: center;
    padding: 6px 70px;
    width: 100%;
	text-transform: uppercase;
}
#block-ed-product, #block-ed-features {
    position: relative;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 2rem;
}
#block-ed-features {
    width: 100%;
}
@media only screen and (min-width: 750px) {
  #block-ed-product, #block-ed-features {
      width: 100%;
      margin-bottom: 4rem;
  }
}

#block-ed-features{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 750px) {
 #block-ed-features{
     padding-top: 0px;
     padding-bottom: 0px;
     padding-left: 2%;
     padding-right: 0%;
 }
}
#block-ed-features .col{
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    margin-bottom: 60px;
}
.main#main{
    margin-top: 75px;
}
#block-ed-features .mood-title{
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 750px) {
 #block-ed-features .col{
     width: 50%;
     margin-bottom: 20px;
     padding-left: 0%;
     padding-right: 2%;
 }
 .main#main{
     margin-top: 115px;
 }
 #block-ed-features .col:first-child{
    padding-left: 0;
 }
 #block-ed-features .mood-title{
    margin-bottom: 0px;
    width: 100%;
 }
 .products-clear{
    padding-left: 2%;
    padding-right: 2%;
  }
}
#block-ed-features .absolute-texts-top{
    max-width: 410px;
}
#block-ed-features .title{
    margin-bottom: 10px;
}
.underline {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
.nav-slider__slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.24);
    cursor: pointer;
}
.nav-slider__slide.is-selected {
    color: #000;
}
@media (orientation: landscape) {
   .nav-slider__slide {
        width: calc((100% - 75px) / 4);
        padding: 0;
        margin-right: 25px;
    } 
}
.nav-slider__slide .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
 }
.image-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-slider__slide {
    display: block;
    height: 180vw;
    pointer-events: none;
    text-decoration: none;
    width: 100%;
}

@media (orientation: landscape) {
    .image-slider__slide {
        height: 50vw;
    }
}

.hide-mobile{
    display: none;
}
.uppercase{
    text-transform: uppercase;
}
.search-result-con{
    margin-bottom: 50px;
    margin-top: 30px;
}
.search-con{
    padding-left: 20px;
    padding-right: 20px;
}
.carousel{
    position: relative;
    margin-bottom: 4rem;
}
.nav-slider-main{
    position: absolute;
    bottom: calc(10vw - 20px);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #fff;
  opacity: 1;
}

.text-title-con{
    color: #797979;
    margin-bottom: 15px;
    font-weight: 500;
}

.hide-mobile{
    display: none;
}


@media only screen and (min-width: 750px) {
  .hide-tablet{
      display: none;
  }
  .show-tablet{
      display: block;
  }
  .show-inline-tablet{
      display: inline-block;
  }
}


#navmenu .child-links li{
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    line-height: inherit;
    letter-spacing: normal;
    font-size: 13px;
    margin-bottom: 14px;
    font-weight: 500 !important;
    font-family: 'Nicky Sans Alt', "Times New Roman", "Trebuchet MS", sans-serif;
}
#header-top .children, #header-top-bar .children {
    padding: 10px 0;
    display: none;
}
#header-top .child-column, #header-top-bar .child-column {
    margin-bottom: 10px;
}
#header-top .child-column.with-image, #header-top-bar .child-column.with-image {
    display: inline-block;
}
@media screen and (min-width: 1024px){
    #header-top .children, #header-top-bar .children {
        transition: all .3s ease-in-out 0s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        display: flex;//block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 30px;
        text-align: center;
        border-top: 1px solid #EAEAEA;
        gap: 20px;
        padding-left: calc(170px + 2rem)!important;
        padding-right: 40px;
    }

    #header-top .parent:hover .children, #header-top .parent:hover .dropdown, #header-top-bar .parent:hover .children, #header-top-bar .parent:hover .dropdown  {
        transition: all .3s ease-in-out;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    #header-top .child-column, #header-top-bar .child-column {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        width: 16%;
        text-align: left;
        //padding-left: 10px;
        //padding-right: 10px;
        flex: 0 0 15%;
    }
    #header-top .child-column.with-image, #header-top-bar .child-column.with-image {
        width: 17%;
    }

    #header-top .child-column.with-image .image-text-overlap, #header-top-bar .child-column.with-image .image-text-overlap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-family: 'mirage';
        font-size: 23px;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 30px;
        letter-spacing: 0.2px;
        text-align: left;
        line-height: 1.1;
    }
}
.header-link{
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-each .title{
    text-align: center;
}
.product-each .image-link{
    display: block;
    margin-bottom: 15px;
}
@media only screen and (min-width: 750px) {
  .product-each .title{
      text-align: left;
  }
}
.image-banner{
    margin-bottom: 20px;
}
#block-ed-features .texts{
    line-height: 1.5;
    font-size: 13px;
}
#block-ed-features .image-con{
    margin-bottom: 40px
}
@media only screen and (min-width: 750px) {
  #block-ed-features .image-con{
      margin-bottom: 35px
  }
}
#block-ed-product .col{
    width: calc(50% - 7.5px);
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  #block-ed-product .col:nth-of-type(even){
      margin-left: 15px;
  }
}
@media only screen and (min-width: 750px) {
  #block-ed-product .col{
      width: 23%;
      padding-right: 0px;
      margin-left: 1%;
      margin-right: 1%;
  }
}
@media only screen and (min-width: 1201px) {
    #block-ed-product .col{
      width: 31%;
    }
}
@media only screen and (min-width: 1266px) {
    #block-ed-product .col{
      width: 23%;
    }
}

.add-to-cart-new{
    background: black;
    color: white;
    padding: 10px 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px; 
    margin-bottom: 20px;    
}

#block-ed-product .col:first-child {
    margin-left: 0;
}

#block-ed-product .col:nth-child(4n) {
    margin-right: 0;
}
.global-image-wrapper img {
}

#block-ed-product .global-image-wrapper img {

  display: block;
  width: 100%;
  height: 240px;
  visibility:hidden;
}
@media only screen and (max-width: 600px) {
  .button-border{
      font-size: 14px;
      padding: 5px 11%;
  }
}

.product-each-sticker{
    position: absolute;
    top: 10px;
    background: black;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    left: 10px;
    z-index: 2;
}
.product-info-sticker{
    background: black;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    display: inline-block;
    
}
.title-link{
    font-size: 17px;
    font-weight: medium;
    @media (min-width: 768px) {
      font-size: 24px;
    }
}
.notify_form{
    margin-bottom: 20px;
    margin-top: 20px;
}
#contact_form input, #customer_login input{
    width: 100%;
}

@media only screen and (min-width: 750px) {
  #contact_form input, #customer_login input{
    float: left;
    width: 67%;
  }
  .product-info-sticker{
      margin-left: 10px;
      margin-top: -2px;
  }
}

.notify_form label{
    text-transform: none;
    display: block !important;
    margin-bottom: 10px;
    float: none !important;
    width: 100% !important;
    font-size: 15px;
}
.notify_form .message{
    margin: 0;
    color: green;
    font-size: 15px;
}

.notify_form .message{
    margin: 0;
    color: green;
    font-size: 15px;
}

.notify_form p em{
   color: green;
   font-size: 15px;
}


.notify_form .action_button{
    margin-bottom: 0px !important;
    width: 100% !important;
    float: left;
    margin-left: 3%;
    margin-top: 10px;
}
@media only screen and (min-width: 750px) {
  .notify_form .action_button{
      width: 30% !important;
      margin-top: 0px;
  }
}
.collection-products .products .each{
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    margin-bottom: 40px;
}
@media (max-width: 749px) {
    .collection-products .products .each:nth-of-type(even) {
        padding-left: 7.5px;
    }
    .collection-products .products .each:nth-of-type(odd) {
        padding-right: 7.5px;
    }
}


@media only screen and (min-width: 750px) {
  .collection-products .products .each{

      width: 33.33%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .full-width-coll .collection-products .products .each{
    padding-left: 0;
  }
  .full-width-coll {
    padding-left: 15px;
  }
  .banner-whole-con.full-width-banner{
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .collection-products .products .each{
      width: 25%;
  }
}

.product-each-whole-text{
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 750px) {
  .product-each-whole-text{
      padding-left: 0px;
      padding-right: 0px;
  }
}

#page .collection-whole-con .home-tri h1{
    color: #000;
    text-align: left;
}

.pro-left-margin{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.pro-left-margin::-webkit-scrollbar {
    display: none;
}

.image-slider__slide {
    //height: 100%;
}
.product-each-swatch .with-color{
    display: inline-block;
    margin-right: 5px;
    /*
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
    */
    border: 0;
    padding: 0;
    position: relative;
    transition: all 300ms cubic-bezier(0.25,.46,.45,.94);
}
.product-each-swatch{
    margin-top: 10px;
}

.main-height{
    opacity: 0;
}
/*
.product-each-swatch li.with-color.active,
.product-each-swatch li.with-color.selected,
.product-each-swatch li.with-color:hover {
    box-shadow: 0 0 0 1px #DBD1C7;
}
*/
.product-each-image-overlap .image-option-primary{
    position: absolute;
}
.product-each-image-overlap {
    position: relative;
}
.sku-swatch{
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 3px;
    color: #848484;
}
.product-form-variants-each{
    margin-bottom: 15px;
}
.product-each-swatch .with-color button{
    /*
    height: 20px;
    width: 20px;
    border-radius: 50%;
    */
    height: 50px;
    width: 50px;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0 0 0 1px transparent;
    border: 1px solid transparent;
    /*transform: translate(2%,2%);*/
    transform: none;
    outline: none;
}
.product-each-swatch li.with-color.active button,
.product-each-swatch li.with-color.selected button,
.product-each-swatch li.with-color:hover button {
    border: 1px solid #A99F95;
    border-radius: 0px;
}
.banner-whole-con{
   border-top: 1px solid #EAEAEA;
   padding-top: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #EAEAEA;
   padding-left: 10px;
}
@media only screen and (min-width: 750px) {
  .banner-whole-con{
     padding-right: 40px;
     padding-left: 40px;
  }
}
.collection-whole-con {
    margin-bottom: 80px;
}
.global-pagination{
    text-align: center;
    margin-top: 50px;
}
.global-pagination li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.global-pagination .pagination-active, .global-pagination li a:hover {
    color: black;
    font-weight: 700;
}
.global-pagination li a {
    color: #ddd7d7;
}
.main-image-con{
    margin-bottom: 50px;
}
@media only screen and (min-width: 750px) {
  .side-image{
    width: 60%;
    display: inline-block;
    float: left;
    padding: 0;
  }
  .sticky-side{
    position: fixed;
    top: 51%;
    transform: translateY(-50%);
  }
  .pro-image{
    width: 70%;
    display: inline-block;
    float: left;
    padding: 0;
   }
   .pro-sticky-side{
       width: 40%;
       display: inline-block;
       float: left;
    }
}
.pro-sticky-side{
    padding: 0;
 }
.cf:before{
    content: " ";
    display: table;
}
.cf:after{
    clear: both;
}
.cf:after{
    content: " ";
    display: table;
}
.product-details .title, .price.sale{
    font-size: 25px;
}
.product-details .title { 
    font-size: 46px;
    letter-spacing: -2px;
    text-transform: uppercase
}
.title-link { 
    letter-spacing: 0px;
    text-transform: lowercase;
}
.product-details .title::first-letter,
.title-link::first-letter {
    text-transform: uppercase;
}
.product-details .description{
   font-size: 14px;
   line-height: 170%;
}
.specifications-con{
    margin-top: 30px;
}
.individual-info{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.specs-name{
    display: inline-block;
    width: 40%;
    float: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
    color: #848484;
    line-height: 1.65;
}
@media only screen and (min-width: 750px) {
  .specs-name{
      width: 30%;
  }
  .specs-text{
      width: 50%;
  }
}
.specs-text{
   display: inline-block;
   width: 60%;
   float: left;
   font-size: 14px;
   line-height: 1.65;
}
.product-details{
    background: #fcfcfc;
    padding: 40px 30px;
}

@media only screen and (min-width: 750px) {
  .product-details{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
}
.onsale {
    margin-left: 10px;
}
.individual-tag-nav{
    display: inline-block;
    color: black;
    font-size: 10px;
    padding: 5px 10px 4px 10px;
    border: 1px solid #d8d8d8;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.thumbnail .sale, .sale {
    color: black;
}
.normal-space-bottom{
    margin-bottom: 30px;
}
#page #product-image-caption h1.title {
    font-size: 1.7rem !important;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}
#page #product-image-caption .alternate-texts {
    font-size: 1.7rem !important;
    letter-spacing: 0.1px;
}
#page #product-image-caption .alternate-texts *{
    line-height: 130%;
}
@media only screen and (min-width: 750px) {
  .product-images .product-images-thumbnails-div{
      width: 60px;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
  }
  .product-images .product-images-thumbnails-div .thumbnail{
      margin-bottom: 10px;
  }
}
.product-images .product-images-thumbnails-div .thumbnail{
    border: solid 0.6px #d6d6d6;
    outline: none;
    cursor: pointer;
}
html{
    overflow: auto !important;
}
.product-images .product-images-thumbnails-div .thumbnail.slick-active.active{
    border: solid 0.6px #bbbbbb;
}

#mc_embed_signup form {
    padding: 0 !important;
}

.page_banner {
    margin-top: 0px;
}


.swatch-element {
    border: none;
    min-width: inherit;
    min-height: inherit;
}

@media (min-width: 1024px){
    .pro-left-margin {
        margin-left: 130px;
    }   
}
@media (min-width: 750px){
    .pro-left-margin {
        margin-left: 100px;
        overflow: scroll;
    }   
}
.product-images-main li{
    padding: 0;
}
.slick-list{
    width: 100% !important;
}

.slick-track {
  //display: flex !important;
  display: block !important;
}

body.product .mfp-wrap.mfp-auto-cursor.mfp-fade.mfp-ready{
    display: none;
}

.slick-slide {
  height: auto !important;
}
<!-- 
.main-active{
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 998 !important;
    opacity: 0 !important;
    transition: opacity 300ms ease 0s !important;
} -->
.mini_cart, .nav a.mini_cart{
    // margin-top: 9px;
    height: 20px;
}
.no-pl{
    padding-left: 0;
}
.no-pr{
    padding-right: 0;
}

.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.product-title-text-con-mobile{
    margin-bottom: 10px;
}
.side-image-grid{
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}
.image-grid-pro{
    //display: flex;
}
.side-image-grid:not(:first-child) {
    margin-top: 30px;
}
.side-padd{
    padding-left: 3%;
    padding-right: 3%;
}

@media (min-width: 750px){
    .side-padd-smaller{
        padding-left: 1%;
        padding-right: 1%;
    }
    .product-title-text-con-mobile{
        margin-bottom: 15px;
    }
}
.button-border:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.button-border.big{
    padding: 8px 25%;
    font-size: 15px;
}
.button-border{
    border: 1px solid #7b7b7b;
    padding: 12px 11%;
    font-family: 'mirage';
    margin-bottom: 20px;
    transition: all 0.3s linear;
    font-size: 17px;
}

@media screen and (min-width:768px)
{
    .mini_cart, .nav a.mini_cart{
        // margin-top:4px;
    }
    .cart_content{
        top:23px;
    }
    // #block-ed-home .title, #block-ed-home .texts{
    //     text-align:left;
    // }
}

.collection-mobile-filters {
    position: relative;
}

.mobile-filter-title {
    letter-spacing: 2px;
}

.apply-filters-inner{
    position:relative;
    display:inline-block;
    padding-right:40px;
}

.apply-filters {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: white;
    border-top: 1px solid #EAEAEA;
}

.apply-filters .clear-all-btn-mob {
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 5px 10px;
    border: 0;
}

.apply-filters span {
    letter-spacing: 2px;
}

.apply-filters .collection-apply-filters-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.apply-filters .collection-apply-filters-btn svg {
    width: 20px;
    height: 20px;
}

.filter-mobile-toggle {
    background: white;
    padding: 25px 20px;
}

.filter-mobile-toggle:after {
    width: 6px;
    height: 6px;
    border: 1px solid var(--mm-color-button);
    border-right: none;
    border-bottom: none;
}

.filter-mobile-toggle span {
    color: #797979;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .clear-all-btn {
        display: none;
    }
    .collection-filter-items a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 750px) {
    .collection-filter-wrapper {
        margin-bottom: 30px;
    }
    .collection-filter-inner-wrapper {
        padding-left: 15px;
        border-bottom: 1px solid #EAEAEA;
        background: white;
        width: 100%;
    }
    .clear-all-btn {
        font-weight: 300;
        font-size: 15px;
        padding: 10px;
    }
}

/**
* Custom styling
*
**/

/* top nav bar */
.header-link { 
    /*font-size: 10px;*/
    font-size: 11px;
    font-weight: 600;
    @media only screen and (min-width: 1180px) {
        font-size: 10px;
        font-size: 13px;
        font-weight: 400;
        color: rgb(0, 0, 0);
    }
}

/* Nav bar mega menu titles */
#header-top .children li, 
#header-top-bar .children li {
    font-size: 14px !important;
}
#header-top .children .child-column h4, 
#header-top-bar .children .child-column h4 {
    font-size: 10px !important;
}

/* Collection filter */
.collection-filter .filter-title {
    color: #797979;
    letter-spacing: 2.5px;
    font-size: 10px;
}
.collection-filter a {
    font-size: 14px;
}

/* mega menu image banner titles */
#header-top .child-column.with-image .image-text-overlap, 
#header-top-bar .child-column.with-image .image-text-overlap {
    line-height: 1;
    letter-spacing: -1.2px;
}


/* editorial Becca Jan 2021 */

#ed-lessismore-title {
	font-size: 49px;
    text-align: left;
    letter-spacing: -1.5px;
    font-weight: 400;
    margin-bottom: 20px;
}
#ed-lessismore-title img {
    width: 80%;
    height: auto;
}
.ed-lessismore-prod {
  	width: 348px;
}
.ed-lessismore-prod img {
	width: 100%
}
.ed-lessismore-prod .coll-ed-button {
  
	float: right;
    margin-top: 1rem;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
  
}
#bo-editorial .ed-lessismore-prod p {
    line-height: 175%;
    font-size: 0.9rem;
    text-align: justify;
  
}
.ed-lessismore .col.padding10 {
    padding: 1rem;
}
.ed-lessismore .col.padding20 {
    padding: 2rem;
}
.ed-lessismore .col.margin20 {
    margin: 2rem;
}
.ed-lessismore .col.margin40 {
    margin: 4rem;
}
#ed-lessismore-block1 .ed-lessismore-prod { float: right }

/* Temporary fix for content overflow on smaller laptop */
.product-details .description { font-size: 14px; }
.specs-text { font-size: 11px; }
.specs-name { font-size: 9px; }
.individual-info { margin-bottom: 5px; }
.notify_form label { font-size: 13px; }
button[disabled], input[disabled] { background: #c5c5c5; }
.notify_form input.action_button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
}
.notify_form {
    margin-bottom: 10px;
    margin-top: 15px;
}
.specifications-con { margin-top: 15px; }
body .product-details .description p { font-size: 13px; margin-bottom: 1em; }


/* Light Blue Editorial Page */
#bo-editorial.ed-blue-light .ed-block {
    margin-top: 75px;
}
.ed-blue-light-banner {
    padding-top: 85px;
    height: 725px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #ecedee;
}
.ed-blue-light-banner img {
    position: absolute;
    /*left: 50vw;*/
    right: 0;
    top: 85px;
    /*width: 70vw;*/
    width: auto;
    max-width: 100vw;
    height: calc(100% - 85px);
    object-fit: cover;
}
#ed-blue-light-title {
    z-index: 1;
}
#ed-blue-light-title .mirage {
    font-size: 150px;
    letter-spacing: -7px;
    // font-family: 'mirage';
}
#ed-blue-light-block1-title,
#ed-blue-light-block3-title,
#ed-blue-light-block4-title,
#ed-blue-light-block5-title {
    font-size: 95px;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 50px;
}
#ed-blue-light-block1 .citation-1,
#ed-blue-light-block1 .citation-2 {
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
    letter-spacing: 2px;
}
#ed-blue-light-block1 .citation-1 {
    color: red;
}
#ed-blue-light-block1 .citation-2 {
    color: blue;
}
.ed-blue-light-block2-title {
    font-size: 80px;
    color: white;
    width: 33%;
    z-index: 1;
}
#ed-blue-light-block1>div {
    display: flex;
    /*flex-wrap: wrap;*/
}
#ed-blue-light-intro2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
#ed-blue-light-intro2>div {
    border: dashed 7px #e5f1ff;
    background-color: #f8fbff;
    padding: 40px;
}
#ed-blue-light-intro2 h2 {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: 4.4px;
}
#ed-blue-light-intro2 p {
    font-size: 35px;
    line-height: 1.28;
    letter-spacing: -2px;
}
#ed-blue-light-intro2 span.nowrap {
    white-space: nowrap;
}
#ed-blue-light-intro2 span.underline {
    border-bottom: 0.2rem solid #2256ff
}
.ed-blue-light-block2-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 65px;
    margin-bottom: 65px;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 45.5vw;
}
.ed-blue-light-featured-product h4 {
    font-size: 20px;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 15px;
}
.ed-blue-light-featured-product h3 {
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
}
.blue-light-featured-products .col.w25 {
    background-color: #ecedee;
    position: relative;
    height: 0;
    width: calc(25% - 1rem);
    padding-top: calc(25% - 1rem);
    margin: 0.5rem;
}
.blue-light-featured-products .col.w25 a,
.blue-light-featured-products .col.w25 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.blue-light-featured-products .col.w25 h3 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 27px;
    text-transform: capitalize;
}
.blue-light-featured-products .col.w25.see-more,
.blue-light-featured-products .col.w25.see-more a {
    font-size: 46px;
    text-align: center;
}
.blue-light-featured-products .col.w25.see-more a span {
    position: absolute;
    height: auto;
    bottom: unset;
    top: calc(50% + 40px);
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.blue-light-featured-products .col.w25.see-more a span.dots {
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    height: min(20px, 5%);
    width: min(20px, 5%);
    background-color: #878693;
    border-radius: 50%;
    overflow: visible;
}
.blue-light-featured-products .col.w25.see-more a span.dots:before,
.blue-light-featured-products .col.w25.see-more a span.dots:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #878693;
    border-radius: 50%;
}
.blue-light-featured-products .col.w25.see-more a span.dots:before {
    left: -40px;
}
.blue-light-featured-products .col.w25.see-more a span.dots:after {
    right: -40px;
}
.ed-blue-light-block4-wrapper .tips-block-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}
.ed-blue-light-block4-wrapper .tips-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 150px;
    padding-left: 220px;
}
.ed-blue-light-block4-wrapper .tips-block>img {
    position: absolute;
    left: 0;
    width: 200px;
    height: 100%;
    object-fit: contain;
    /*max-height: 150px;*/
    /*height: 100%;*/
}
.ed-blue-light-block4-wrapper .tips-block>div,
.ed-blue-light-block4-wrapper .tips-block>p {
    flex: 1;
}
.share-block-wrapper a {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #000000;
    min-width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
#ed-blue-light-block5 {
    padding-bottom: 150px;
}


/* Editorial Light Blue - Responsive Font Sizes */
@media only screen and (min-width: 2400px) {
    #ed-blue-light-title .w50 {
        max-width: 45%;
    }
}
@media only screen and (max-width: 1800px) {
    #ed-blue-light-title .mirage {
        font-size: 110px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 90px;
    }
    .ed-blue-light-block2-title {
        font-size: 60px;
    }
    #ed-blue-light-intro2 h2 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #ed-blue-light-intro2 p {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .blue-light-featured-products .col.w25.see-more,
    .blue-light-featured-products .col.w25.see-more a {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1600px) {
    /*#ed-blue-light-title .mirage {
        font-size: 110px;
    }*/
    #bo-editorial.ed-blue-light .ed-block {
        margin-top: 50px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 70px;
        margin-bottom: 30px;
    }
    .ed-blue-light-block2-title {
        font-size: 45px;
    }
    #bo-editorial.ed-blue-light p {
        font-size: 16px;
    }
    #ed-blue-light-intro2>div {
        padding: 25px;
        border-width: 5px;
    }
    #ed-blue-light-intro2 h2 {
        font-size: 14px;
        letter-spacing: 2.5px;
    }
    #bo-editorial.ed-blue-light #ed-blue-light-intro2 p {
        font-size: 25px;
    }
    .blue-light-featured-products .col.w25.see-more,
    .blue-light-featured-products .col.w25.see-more a {
        font-size: 35px;
    }
    .ed-blue-light-block4-wrapper .tips-block {
        padding-left: calc(10vw + 15px);
        min-height: auto;
    }
    .ed-blue-light-block4-wrapper .tips-block>img {
        width: 10vw;
    }
}
@media only screen and (max-width: 1200px) {
    .ed-blue-light-banner {
        height: 600px;
    }
    /*
    .ed-blue-light-banner img {
        top: unset;
        left: unset;
        right: -20vw;
        bottom: -30%;
        width: auto;
        height: 140%;
        max-width: 85vw;
        object-fit: contain;
    }
    */
    #ed-blue-light-title .mirage {
        font-size: 120px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 55px;
    }
    .ed-blue-light-block2-title {
        font-size: 35px;
    }
    .ed-blue-light-block4-wrapper .tips-block {
        padding-left: calc(10vw + 15px);
        min-height: auto;
    }
    .ed-blue-light-block4-wrapper .tips-block>img {
        width: 10vw;
    }
    #ed-blue-light-intro2>div {
        padding: 20px;
    }
    #bo-editorial.ed-blue-light #ed-blue-light-intro2 p {
        font-size: 20px;
        letter-spacing: 0;
    }
    .blue-light-featured-products .col.w25 h3 {
        font-size: 25px;
    }
    .blue-light-featured-products .col.w25.see-more,
    .blue-light-featured-products .col.w25.see-more a {
        font-size: 30px;
    }
    .blue-light-featured-products .col.w25.see-more a span {
        top: calc(50% + 30px);
    }
    .blue-light-featured-products .col.w25.see-more a span.dots:before {
        left: -35px;
    }
    .blue-light-featured-products .col.w25.see-more a span.dots:after {
        right: -35px;
    }
}
@media only screen and (max-width: 950px) {
    #ed-blue-light-title .mirage {
        font-size: 100px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 45px;
    }
    #ed-blue-light-block1 .citation-1,
    #ed-blue-light-block1 .citation-2 {
        font-size: 8px;
    }
    .ed-blue-light-block2-title {
        font-size: 30px;
    }
    #bo-editorial.ed-blue-light p {
        font-size: 14px;
    }
    #ed-blue-light-intro2>div {
        padding: 10px;
    }
    #ed-blue-light-intro2 h2 {
        font-size: 12px;
        letter-spacing: 2px;
    }
    #bo-editorial.ed-blue-light #ed-blue-light-intro2 p {
        font-size: 18px;
    }
    .blue-light-featured-products .col.w25 h3 {
        font-size: 22px;
    }
    .blue-light-featured-products .col.w25.see-more,
    .blue-light-featured-products .col.w25.see-more a {
        font-size: 25px;
    }
    .blue-light-featured-products .col.w25.see-more a span {
        top: calc(50% + 20px);
    }
    .blue-light-featured-products .col.w25.see-more a span.dots:before {
        left: -30px;
    }
    .blue-light-featured-products .col.w25.see-more a span.dots:after {
        right: -30px;
    }
}
@media only screen and (max-width: 798px) {
    #bo-editorial.ed-blue-light .ed-block {
        margin-top: 30px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        margin-bottom: 15px;
    }
    .ed-blue-light-banner {
        height: 800px;
        align-items: flex-start;
    }
    #ed-blue-light-title .mirage {
        font-size: 125px;
        letter-spacing: -3px;
    }
    .ed-blue-light-block2-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 650px) {
    #ed-blue-light-title .mirage {
        font-size: 110px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 35px;
        letter-spacing: -1px;
    }
    .ed-blue-light-block2-title {
        font-size: 40px;
    }
    .ed-blue-light-featured-product h4 {
        font-size: 18px;
    }
    .ed-blue-light-featured-product h3 {
        font-size: 35px;
    }
    .blue-light-featured-products .col.w25 h3 {
        font-size: 24px;
    }
    .blue-light-featured-products .col.w25.see-more,
    .blue-light-featured-products .col.w25.see-more a {
        font-size: 24px;
    }
}
@media only screen and (max-width: 550px) {
    .ed-blue-light-banner {
        height: 600px;
    }
    #ed-blue-light-title .mirage {
        font-size: 90px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 30px;
    }
    .ed-blue-light-block2-title {
        font-size: 30px;
    }
    .ed-blue-light-featured-product h4 {
        font-size: 18px;
    }
    .ed-blue-light-featured-product h3 {
        font-size: 30px;
    }
    .blue-light-featured-products .col.w25 h3 {
        font-size: 18px;
    }
    .blue-light-featured-products .col.w25.see-more,
    .blue-light-featured-products .col.w25.see-more a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 380px) {
    #ed-blue-light-title .mirage {
        font-size: 75px;
    }
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        font-size: 25px;
    }
    .ed-blue-light-block2-title {
        font-size: 25px;
    }
    .ed-blue-light-featured-product h4 {
        font-size: 14px;
    }
    .ed-blue-light-featured-product h3 {
        font-size: 25px;
    }
    .blue-light-featured-products .col.w25 h3 {
        font-size: 14px;
    }
}
/* Start mobile size below for Editorial Blue Light */
@media only screen and (max-width: 798px) {
    #bo-editorial.ed-blue-light {
        padding-top: 30px;
    }
    /*
    .ed-blue-light-banner {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-bottom: 75vw;
    }
    */
    #ed-blue-light-title .w50 {
        width: 100%;
    }
    /*
    .ed-blue-light-banner img {
        position: absolute;
        top: unset;
        bottom: -40vw;
        left: 0;
        right: unset;
        width: 150vw;
        max-width: unset;
        height: auto;
    }
    */
    #ed-blue-light-block1-title,
    #ed-blue-light-block3-title,
    #ed-blue-light-block4-title,
    #ed-blue-light-block5-title {
        width: 100%;
    }
    #bo-editorial.ed-blue-light p {
        font-size: 12px;
    }
    #ed-blue-light-block1>.ed-block {
        flex-direction: column;
    }
    #ed-blue-light-block1>.ed-block>div {
        width: 100%;
    }
    #ed-blue-light-block1 .sources-text {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }
    #ed-blue-light-intro2>div {
        width: 100%;
    }
    .ed-blue-light-block2-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 33vw;
        padding-bottom: 20vw;
        height: 103vw;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .ed-blue-light-block2-title {
        width: 60vw;
    }
    .blue-light-featured-products .col.w25:nth-child(2),
    .blue-light-featured-products .col.w25:nth-child(3) {
        width: calc(50% - 15px);
        padding-top: calc(50% - 15px);
        margin-left: 10px;
        margin-right: 0;
    }
    .blue-light-featured-products .col.w25:nth-child(1),
    .blue-light-featured-products .col.w25:nth-child(4) {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .blue-light-featured-products .col.w25:nth-child(1) {
        padding-top: calc(100% - 20px);
    }
    .blue-light-featured-products .col.w25:nth-child(4) {
        padding-top: min(calc(50% - 10px), 200px);
    }
    .blue-light-featured-products .col.w25.see-more a span {
        top: calc(50% + 10px);
    }
    .blue-light-featured-products .col.w25.see-more a span.dots {
        width: 20px;
        height: 20px;
        top: 40%;
    }
    .ed-blue-light-block4-wrapper .tips-block-wrapper {
        flex-direction: column;
    }
    .ed-blue-light-block4-wrapper .tips-block-wrapper>div {
        width: 100%;
    }
    .ed-blue-light-block4-wrapper .tips-block>img {
        width: 20vw;
    }
    .ed-blue-light-block4-wrapper .tips-block {
        padding-left: calc(20vw + 10px);
        min-height: 100px;
        margin-bottom: 10px;
    }
    .ed-blue-light-block4-wrapper .tips-block:last-child {
        margin-bottom: 0;
    }
    .share-block-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 20px !important;
    }
    .share-block-wrapper a {
        width: calc(50% - 20px);
        margin: 10px;
        height: 30px;
        border-radius: 15px;
        font-size: 16px;
    }
    #ed-blue-light-block5 {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 550px) {
    #ed-blue-light-intro>div {
        width: 100%;
    }
    #ed-blue-light-block1 .sources-text {
        /*display: none;*/
        position: relative;
        right: unset;
        bottom: unset;
        width: 100%;
    }
    .ed-blue-light-featured-product {
        width: 100%;
        padding: 10px !important;
        margin-bottom: 10px;
    }
    .blue-light-featured-products .col.w25 h3 {
        left: 10px;
        bottom: 10px;
    }
    .blue-light-featured-products .col.w25.see-more a span.dots {
        width: 15px;
        height: 15px;
        top: 40%;
    }
    .blue-light-featured-products .col.w25.see-more a span.dots:before {
        left: -30px;
    }
    .blue-light-featured-products .col.w25.see-more a span.dots:after {
        right: -30px;
    }
    .ed-blue-light-block4-wrapper .tips-block {
        min-height: 150px;
    }
}

/* FW21 */
.product-image-info-con .product-each-swatch{
    position:absolute;
    bottom:10px;
    left:0;
    width:100%;
    z-index:10;
    text-align:center;
}

.product-image-info-con .product-each-swatch li{
    margin-left:3px;
    margin-right:3px;
    height:auto;
    width:auto;
    border-radius:0;
}

.product-image-info-con .product-each-swatch button{
    border-radius:0;
    height:24px;
    width:24px;
    @media (min-width: 768px){
        height:40px;
        width:40px;
    }
}

.product-image-info-con .product-each-swatch button img{
    height:100%;
    width:auto;
    display:block;
    border-radius: 0px;
}

@media only screen and (min-width: 750px){
    .product-image-info-con{
        padding-left:0;
        padding-right:0;
    }
}

/* Oct 2021 */
/* Import font move to very top! */
.product-each .title-link {
    font-family: 'Nebulica', "Times New Roman", "Trebuchet MS", sans-serif;
    /*font-style: italic;*/
    font-weight: 500;
    text-transform: uppercase;
}
.product-each .sku {
    font-family: 'Nicky Sans Alt', "Times New Roman", "Trebuchet MS", sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}
.product-each .product-price,
.product-each .product-price .product-price-inner,
.product-each .product-price .product-price-inner div {
    font-family: 'Nebulica', "Times New Roman", "Trebuchet MS", sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    @media (min-width: 768px) {
        font-size: 24px;
    }
}

body.index,
body.collection,
body.product,
#shopify-section-header2,
#shopify-section-footer {
    font-family: 'Nicky Sans Alt', "Times New Roman", "Trebuchet MS", sans-serif;
}
body.collection #collection-products {
    display: flex;
    flex-direction: column;
}
body.collection .collection-filter-wrapper {
    z-index: 2;
}
body.collection ul.products {
    z-index: 1;
}
@media screen and (min-width: 768px) {
    body.collection .collection-filter-items>a span {
        color: #a2a2a2;
        /*font-weight: 700;*/
        line-height: 1vw;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
    }
    body.collection .collection-filter-items>a.active span {
        color: #747474;
    }
    .collection-whole-con .collection-filter-wrapper .collection-filter .collection-filter-items>a {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    body.collection .collection-filter-items>a span {
        text-transform: uppercase;
        font-weight: 700;
    }
    .mm-menu a,
    .mm-menu a:active,
    .mm-menu a:hover,
    .mm-menu a:link,
    .mm-menu a:visited {
        font-size: 11px;
        font-weight: 700;
    }
}
.product-each .product-price .product-price-inner div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.product-each .product-price .product-price-inner div .sing-dollar {
    font-size: 17px;
    @media (min-width: 768px) {
        font-size: 24px;
    }
}

/* STORE LOCATOR CSS UPDATE by Fab Aug 2025 */

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

#bo-store-locator {
    padding: 40px 0px; !important
}
#bo-store-locator.w80 {
    width: 95%; !important
}

}
/* FW25 landing page */
#fw25-head {
  position: relative;
  width: 100vw;
  height: 90vh;
}
#fw25-head h1 {
  font-family: "Nebulica", sans-serif;
  width: 50vw;
  font-size: 75px !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#fw25-head img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#fw25-head p {
  font-size: 0.9em;
  line-height: 140%;
  margin-bottom: 0.7em !important;
}
#fw25-intro {
  color: #fff;
  width: 350px;
  position: absolute;
  left: 55vw;
  top: 20vh;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #fw25-head h1 { 
    font-size: 32px !important ;
    letter-spacing: -0.02em !important;
      width: 100vw;
  }
  #fw25-intro {
    left: 5vw;
    top: auto;
    bottom: 0
  }
}