@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');


@font-face {

  font-family: 'cochinroman';

  src: url('fonts/cochin-webfont.eot');

  src: url('fonts/cochin-webfont.eot?#iefix') format('embedded-opentype'),

    url('fonts/cochin-webfont.woff2') format('woff2'),

    url('fonts/cochin-webfont.woff') format('woff'),

    url('fonts/cochin-webfont.ttf') format('truetype'),

    url('fonts/cochin-webfont.svg#cochinroman') format('svg');

  font-weight: normal;

  font-style: normal;



}



body {
  font: 11px/1.35 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #444;
}



a,
a:visited {
  text-decoration: underline;
  color: #444;
}

a:hover {
  text-decoration: none;
}

.page-wrapper {
  max-width: none;
  width: 100%;
  margin: 0;
}

.page-main {
    max-width: none;
    width: 100%;
    margin: 20px 0;
}

body.account .page-main,
body.cms-page-view .page-main,
body.customer-account-login .page-main,
body.checkout-cart-index .page-main,
body.checkout-index-index .page-main,
body.page-product-configurable .page-main {
    max-width: 1200px;
    margin: 20px auto;
}

.page-layout-1column .product.media {
  position: relative;
}

/* =========================
HEADER
========================= */

.page-header .panel.wrapper {
    border-bottom: none;
}

.page-header .header.panel {
  background: #eedccb;
  line-height: 28px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-right: 7px;
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.header.panel>.header.links {
  float: left;
}

.header.panel>.header.links>li.greet.welcome,

.header.panel>.header.links>li.item.link.compare {
  display: none;
}

.header.panel>.header.links>li.welcome,

.header.panel>.header.links>li a {
  color: #575757;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.header.panel>.header.links>li a:hover {
  text-decoration: none;
  color:#000;
}

.header.panel>.header.links>li {
  font-size: 12px;
  border-right: 1px solid #575757;
  margin: 0;
  padding: 0 10px;
  display: inline;
  vertical-align: middle;
}

.header.panel>.header.links>li:nth-of-type(1) {
  padding-left: 0;
}

.header.panel>.header.links>li:last-child {
  border-right: none;
}

.header.panel>.header.links>li:nth-of-type(5) {
  border-right:0;
}


.page-header .switcher .options .action.toggle:after {
  color: #fff;line-height: 28px !important;
}

.page-header .switcher .options .action.toggle:hover:after,
.page-header .switcher .options .action.toggle.active:after,
.page-header .switcher .options .action.toggle.active:hover:after {
  color: #fff;
      
}

.page-header .panel.wrapper .switcher .options ul.dropdown, 
.page-footer .switcher .options ul.dropdown {
    margin-top: 0 !important;
    min-width: 90px !important;
    width: 100% !important;
    left: 0 !important;
}

.page-header .panel.wrapper .switcher .options ul.dropdown a, 
.page-footer .switcher .options ul.dropdown a {
    padding: 5px !important;
    text-decoration:none !important;
}

.page-header .panel.wrapper .switcher .options ul.dropdown a:hover, 
.page-footer .switcher .options ul.dropdown a:hover {
    color:#000;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li:hover, 
.page-footer .switcher .options ul.dropdown li:hover {
    background: transparent !important;
}

.page-header .switcher .options ul.dropdown a {
  line-height: normal;
  text-transform: uppercase;
    font-weight: 600;
    color: #575757;
}

.page-header .switcher strong:hover, 
.page-footer .switcher strong:hover {
    color: #000;
}

.page-header .panel.wrapper .switcher .options .action.toggle:hover:after, 
.page-footer .switcher .options .action.toggle:hover:after {
    color: #000;
}

.panel.header .switcher {
  float: right;
  margin-right: 0;
}

.page-header .switcher strong,
.page-footer .switcher strong {
  color: #575757;
  text-transform: uppercase;
  font-weight: 600 !important;
}


.header.content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:#575757;
}

.header.content .logo img {
max-width: 170px;
    margin: 0 auto;
}

.block-search {
  order: 1;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  width: auto;
  margin: 0 !important;
}
.account .block .block-search {
    margin-bottom: 0 !Important;
}

.logo {
    order: 2;
    margin: 0 auto;
    flex: 1;
    text-align: center;
    max-width: 170px;
}

.minicart-wrapper {
order: 3;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

.header.content .block-search input {
    font-weight: 600;
    font-size: 16px;
    border: none;
    color: #575757;
    outline: none;
    letter-spacing: 0.5px;
font-family: 'Source Sans Pro';
    background: #eedccb;
    text-transform: uppercase;
}

.header.content .block-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #575757;
  opacity: 1
}

.header.content .block-search input::-moz-placeholder {
  /* Firefox 19+ */

  color: #575757;
  opacity: 1
}

.header.content .block-search input:-ms-input-placeholder {
  /* IE 10+ */

  color: #575757;
  opacity: 1
}

.header.content .block-search input:-moz-placeholder {
  /* Firefox 18- */

  color: #575757;
  opacity: 1
}

.header.content .block-search .action.search {
  left: 10px;
  right: auto;
  top: 5px;
}

.header.content .block-search .action.search:before {
  color: #fff !important;
  font-size: 30px;
}

.header.content .block-search .nested a {
  font-size: 12px;
  font-weight: 600;
  color: #646464;
}

.header.content .minicart-wrapper a.action.showcart .action {
  display: none;
}

.header.content .block-search .control {
    padding:0;
}

.block.block-search::before {
    content: "\e615";
    font-family: "icons-blank-theme";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    z-index: 9999;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block.block-search:hover::before {
    color:#ababab;
}

.block-search .action.search:before {
  opacity: 0 !important;
}

.block-search .nested,
.block-search .block-title {
  display: none !important;
}

.block-search input {
  width: 40px;
  height: 40px;
  opacity: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.block-search:focus-within {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(255,255,255,0.9);
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.block-search:focus-within input {
  width: 100% !important;
  max-width: 100% !important;
  height: 60px !important;
  opacity: 1 !important;
  padding: 15px !important;
  border-radius: 8px !important;
}

.block-search:focus-within form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.block.block-search:focus-within::before {
    left: 20px;
    top: 85px;
    transform: translateY(-50%);
    z-index: 4;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block.block-search:focus-within ~ .logo img {
    margin-left: 30px;
}

.block-search:focus-within form {
  width: 100% !important;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}

.block-search:focus-within .control {
  width: 50vw !important;
}

.block.block-search:focus-within:hover::before {
    color: #fff;
}

.block-search input:focus,
.block-search input:active {
  outline: none !important;
  box-shadow: none !important;
}

.search-autocomplete {
    z-index:999;
    
}

/* -----------------------------
   Full-width Mega Menu Clean
----------------------------------*/

.nav-sections {
    position: relative;
    margin-bottom: 0px;
    background: #575757;
    border-bottom: none !important;
}

.nav-sections .navigation {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    position: relative;
    background: transparent;
}

.nav-sections .navigation .level0 {
    margin: 0;
    position: relative;
}

.nav-sections .navigation .level0 > .level-top {
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 30px;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
    border: none ! Important;
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    color: #fff;
    text-decoration: none;
}

.nav-sections .navigation li {
    position: relative;
    float: none;
}

.nav-sections .navigation .level0 > .submenu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;       
    right: 0 !important;       
    width: 100%;       
    max-width: 100%;
    padding: 20px 45% 20px 0;
    border-left: 1px solid #eedccb;
    border-right: 1px solid #eedccb;
    border-bottom: 1px solid #eedccb;
    z-index: 999;
    box-sizing: border-box;
    column-count: 3;
    background-color: #fff;
    height: 60vh;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.19);

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-sections .navigation .level0:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

.nav-sections .navigation .level0 > .submenu li > .submenu {
    display: block !important;
    position: static !important;
    width: auto;
    padding: 0 0 0 25px;
    background: transparent;
    border: none;
    box-shadow: none;
    column-count: 1;
}

.nav-sections .navigation .level0 > .submenu li:hover > .submenu {
    display: block !important;
}

.nav-sections .navigation .level0 > .submenu li > .submenu li a {
    display: block;
    font-size: 14px;
    color: #555;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
}

.nav-sections .navigation .level0 > .submenu li > .submenu li a:hover {
    background: transparent;
    color:#000;
    font-weight:600;
}

.navigation .level0 .submenu .active > a {
    border:none;
}

.nav-sections .navigation .level0 > .submenu > li {
    display: block;
    break-inside: avoid;
    margin-bottom: 10px;
}

.nav-sections .navigation .level0 > .submenu > li > a {
    display: block;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-sections .navigation .level0 > .submenu > li > a:hover {
    background:#eedccb;
}

/*GYM*/
.nav-sections .navigation .level0.nav-1 > .submenu {
    background: #fff url('https://b2b.mondor.com/media/wysiwyg/HOME-categories/7849-PL_0.jpg') no-repeat top right;
   /* background-position: calc(100% + 800px) top;*/
    background-size: contain;
    background-position: end;
}

/*SKATE*/
.nav-sections .navigation .level0.nav-2 > .submenu {
    background: #fff url('https://b2b.mondor.com/media/wysiwyg/HOME-categories/00626-52_0.jpg') no-repeat top right;
    background-size: contain;
    background-position: end;
}

/*TEAM*/
.nav-sections .navigation .level0.nav-3 > .submenu {
    background: #fff url('https://b2b.mondor.com/media/wysiwyg/HOME-categories/3595-RR_2R_2.jpg') no-repeat top right;
    /*background-position: calc(100% + 800px) top;*/
    background-size: contain;
    background-position: end;
}

/*DANCE*/
.nav-sections .navigation .level0.nav-4 > .submenu {
    background: #fff url('https://b2b.mondor.com/media/wysiwyg/HOME-categories/01705-A7_16108-HP_0.jpg') no-repeat top right;
    background-size: contain;
    background-position: end;
}

.nav-sections .navigation .level0.nav-5 > .submenu {
    background: #fff url('https://b2b.mondor.com/media/wysiwyg/HOME-categories/5333-5C_2.jpg') no-repeat top right;
    background-size: contain;
    background-position: end;
}

.nav-sections .navigation .level0.nav-6 > .submenu {
    background: #fff url('https://b2b.mondor.com/media/wysiwyg/HOME-categories/05777-52_0.jpg') no-repeat top right;
    background-size: contain;
    background-position: end;
}


.nav-sections .navigation .level0 > .submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 0;
}

.page-header,
.nav-sections,
.navigation {
    overflow: visible !important;
}

/* Anchor submenu to nav container */
.nav-sections .navigation {
    position: relative; /* full width reference */
}

/* Prevent li from being reference */
.nav-sections .navigation .level0 {
    position: static; 
}

/* Hover effect */
.nav-sections .navigation .level0:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

.nav-sections .navigation .level0 > .submenu > li.level1 > .submenu > li.level2 > .submenu {
    display: none !important;
}



html[lang="fr-CA"] .nav-sections .navigation .level0>.level-top {
  /*font-size: 14px; margin: 0 0 0 6px;*/
}


@media only screen and (min-width: 768px) {
  .nav-sections .navigation ul {display: flex;justify-content: center;}
}

#maincontent .block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}



.homepage-social {
  background: #000000;
}

.homepage-social .homepage__store-list {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 24px;
  text-decoration: none;

  text-transform: uppercase;
  font-weight: 600;
}

.homepage-social .homepage-social-list {
  display: block;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0;
}

.homepage-social .homepage-social-list>li {
  display: inline-block;
  padding: 0;
}

.homepage-social-list>li a {
  color: white;
  font-size: 20px;
  padding-right: 24px;
  vertical-align: middle;
}



.dm-3x-grid {
  float: left;
  font-size: 28px;
  margin-bottom: 1%;
  margin-right: 1%;
  position: relative;
  text-transform: uppercase;
  width: 32.6667%;
  font-weight: 300;
}

.home-category img {
  max-width: 100%;
  opacity: 1;
  transition: all 0.25s ease 0s;
  display: block;
}

.home-category img:hover {
  opacity: 0.67;
}

.home-category span {
  color: white;
  left: 24px;
  letter-spacing: 0.11em;
  padding-right: 10px;
  position: absolute;
  top: 24px;
  font-weight: 300;
}

.home-category .home-category__link {

  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  left: 50%;
  padding: 6px 1.5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dm-3x-grid:nth-of-type(3n+3) {
  margin-right: 0;
}

.home-category.home-shop {
  height: 290px;
  text-align: center;
}

.home-shop>p {
  left: 50%;
  line-height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-shop>p>a {
  background: #c8c8c8;
  color: white;
  display: block;
  font-size: 20px;
  letter-spacing: 0.11em;
  line-height: 27px;
  margin-top: 28px;
  padding: 10px 15px;
  text-decoration: none;
  width: 195px;
}



.footer.content {
  border-top: none;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-container,
.social-footer-wrapper {
  font-size: 12px;
  font-weight: 200;
  padding: 20px;
}

.footer-container {
    margin-top: 20px;
    background: #fff;
    border-top: solid 1px #575757;
    padding: 20px;
}



.footer-container .footer-item {
  box-sizing: border-box;
  float: left;
  /* height: 168px; */
  padding: 0 20px;
  text-transform: uppercase;
  width: 25%;
}

.footer-container .footer-shop {
  width: 183px;
}

.footer-container .footer-item:first-of-type {
  padding-left: 0;
  width: 35%;
}

.footer-container .footer-item:last-of-type {
  padding-right: 0;
}

.footer-container .footer-item p {
    clear: both;
    line-height: 17px;
    margin: 16px 0 0;
    color: #575757;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
}

.footer-container .footer-about>a {
  display: block;
  margin-top: 16px;
}

.footer-container .footer-item a {
    color: #575757;
    font-family: 'Source Sans Pro';
    font-weight: 500;
    font-size: 13px;
}
.footer-container .footer-item a:hover {
    color:#000 !Important;
    font-weight:600 !Important;
}

.footer-container .footer-item ul {
  clear: both;
  float: left;
  margin: 16px 0 0 10px;
  width: 100%;
}

.footer-container .footer-item ul li {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  vertical-align: top;
}

.footer-container .footer-item ul li a {
  margin: 4px 0 0;
  text-decoration: none;
}

.footer-container .footer-item,
.social-footer-wrapper {
  color: #000;
  font-size: 12px;
}

.footer-container .footer-item .footer-item-header,
.social-footer-wrapper .form-subscribe-header>label,
.social-footer-wrapper input.input-text,
.social-footer-item>span {
  clear: both;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Source Sans Pro';
}

.footer-container .footer-item .footer-item-header {
    font-size: 15px;
}

.social-footer-wrapper {
  background: #000000;
  color: #ffffff;
  display: block;
  margin-top: 12px;
  overflow: hidden;
}

.social-footer-wrapper .social-footer-item {
  float: left;
}

.social-footer-wrapper .newsletter-footer {
  text-align: left;
  width: 40%;
}

.social-footer-wrapper .newsletter-footer .block.newsletter label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;

  margin-bottom: 16px;
  text-transform: uppercase;
  width: 75%;
}

.social-footer-wrapper .newsletter-footer .block.newsletter .form.subscribe {
  display: table;
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail .field {
  float: left;
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail input#newsletter {
  background: #efefef;
  border: 0 none;
  color: #646464;
  display: block;
  line-height: 30px;
  text-align: center;
  width: 235px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding: 4px 2px;
  border-radius: 0;
  height: auto;
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail div.actions {
  float: left;
  display: block;
  width: auto;
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail .action.primary {
  background: transparent;
  border: none;
  margin: 10px 0 0;
  padding: 0 24px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}



.social-footer-wrapper .newsletter-footer #newsletter-validate-detail input#newsletter::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #646464;
  opacity: 1
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail input#newsletter::-moz-placeholder {
  /* Firefox 19+ */

  color: #646464;
  opacity: 1
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail input#newsletter:-ms-input-placeholder {
  /* IE 10+ */

  color: #646464;
  opacity: 1
}

.social-footer-wrapper .newsletter-footer #newsletter-validate-detail input#newsletter:-moz-placeholder {
  /* Firefox 18- */

  color: #646464;
  opacity: 1
}

.social-footer-wrapper .newsletter-footer .block.newsletter .field .control:before {
  display: none;
}

.social-footer-wrapper .social-footer-item {
  float: left;
}

.social-footer .social-links {
  font-size: 24px;
  text-align: left;
}

.social-footer .social-links a {
    display: block;
    float: left;
    margin: 0;
    padding-right: 20px;
    color: #eedccb;
    margin-top: 10px;
}

.privacy-wrapper:before,
.social-footer:before {
  background: #b0b0b0;
  content: "";
  display: none;
  height: 1px;
  margin: 0 auto 20px;
  width: 100%;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.mobile-social-footer,
.mobile-social-footer-wrapper,
.mobile-footer-container,
.page-footer .block.newsletter,
.page-footer ul.footer.links,
.page-footer .bugs,
.page-footer small.copyright {
  display: none;
}

.page-footer .social-footer-item.newsletter-footer .block.newsletter {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}

.block.newsletter .title {
    display: block;
    clear: both;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';   
    margin-bottom:16px;
}

.block.newsletter label {
    line-height: 17px;
    margin: 16px 0 0;
    color: #575757;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
}

.block.newsletter .title strong {
    display: block;
    clear: both;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    margin: 0;
}

.social-footer-wrapper .social-footer-item .blog-header {
  clear: both;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px 0 16px;
  text-align: left;
}

.footer.content .privacy-wrapper {
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 0 20px 20px;
    text-align: left;
}

.footer.content .privacy-wrapper:before {
  display: block;
}

.footer.content .privacy-wrapper ul li {
  background: transparent url("../images/policy-line.png") no-repeat scroll 0 3px;
  float: left;
  padding: 0 13px 0 17px;
}

.footer.content .privacy-wrapper ul li:first-of-type {
  padding-left: 0;
}

.footer.content .privacy-wrapper ul li a {
color: #575757;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer.content .address-wrapper {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 20px 30px;
    background: #575757;
    color: #fff;
    font-family: 'Source Sans Pro';
    letter-spacing: 0.5px;
}

.footer.content .address-wrapper address.copyright {
  margin: 0;
}

.footer.content .address-wrapper address.copyright span.left {
  float: left;
}

.footer.content .address-wrapper address.copyright span.right {
  float: right;
}

.footer-container .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-container .footer-item {
    width: 20%;
    box-sizing: border-box;
    padding: 0 20px;
    /* float: none; */
}


.footer-container .row {
    display: flex;
    flex-wrap: nowrap; 
    align-items: flex-start;
}

.footer-extra {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
    width: 30%;
}

.footer-extra .newsletter-footer {
    margin-bottom: 20px;
}

.social-footer-wrapper {
    display: none !important;
}

.footer-extra .newsletter-footer .form.subscribe {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
}

.footer-extra .newsletter-footer .field,
.footer-extra .newsletter-footer .actions {
    float: none !important;
    width: 100%;
}

.footer-extra .newsletter-footer input#newsletter {
    width: 100% !important;
    padding: 5px 0 5px 25px;
}


.block.newsletter .field .control:before {
    line-height: 31px;
    margin: 0 5px;
}

.footer-extra .newsletter-footer .action.primary {
    width: 100%;
    text-align: center;
}


/**/





.page-wrapper .breadcrumbs,
body.page-products #maincontent.page-main .page-title-wrapper {
  display: none;
}

.page-products .page-wrapper .breadcrumbs,
.page-product-configurable .page-wrapper .breadcrumbs {
  display: block;
}

.breadcrumbs {
    max-width: none;
    margin-bottom: 0;
    background: #f9f9f9;
    padding: 10px 20px;
}

.breadcrumbs li {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.breadcrumbs strong {
  font-weight: 600;
}



.cat-block span {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.cat-block img {
  max-width: 100%;
  opacity: 1;
  transition: all 0.25s ease 0s;
  width: 100%;
  display: block;
}

.cat-block img:hover {
  opacity: 0.67;
}

.block-collapsible-nav .content {margin:20px 0 !important;}

.block-collapsible-nav .item {margin: 0 !important;}

.block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
    font-size:14px !important;
    padding: 10px 18px !important;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color:#575757 !important;
}


.sidebar.sidebar-main .block .title,
.sidebar.sidebar-additional .block-compare,
.sidebar.sidebar-additional .block-wishlist {
  display: none;
}

.sidebar.sidebar-main .block .content dl dt,
.sidebar.sidebar-additional .block-title strong,
.sidebar .filter .block-title strong,
.filter-options .filter-options-title,
.filter-content .filter-subtitle,
.filter-content .filter-current .block-subtitle,
.filter-content .filter-current ol.items li .filter-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 0;
}



.sidebar.sidebar-main .block .content dl dd a,
.sidebar.sidebar-main .filter .filter-content dl dd a,
.filter-content .filter-current ol.items li .filter-value {
  color: #646464;
  font-size: 16px;
  letter-spacing: 0.11em;
  line-height: 32px;
  text-decoration: none;
  font-weight: 300;
}

.sidebar.sidebar-main .block .content dl dd .items span.count {
  display: none;
}

.sidebar.sidebar-main .block .content dl dd a:hover {
  font-weight: 600;
}

.sidebar.sidebar-additional .catalog-wrapper span.catalog-title {
  color: #000000;
  display: block;
  font-size: 13px;
  margin: 8px 0 9px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.sidebar.sidebar-additional .catalog-wrapper {
  letter-spacing: 0.11em;
  width: 150px;
}

.sidebar.sidebar-additional .catalog-wrapper ul {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sidebar.sidebar-additional .catalog-wrapper ul li {
  list-style: none;
}

.sidebar.sidebar-additional .catalog-wrapper ul li a {
  display: block;
  width: 100%;
}

.sidebar.sidebar-additional .catalog-wrapper ul li a img {
  max-width: 90px;
}



/* Page Products */

.page-products .page-main .category-view {
  display: none;
}

.toolbar-products {
  padding: 4px 0;
}

.page-products .products-grid .product-item {
  margin-left: 0;
}

.page-products .product-item-info {
    width: 100%;
}

.product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
    position: relative; 
}

.product-image-container img {
    width: 100%; 
    height: auto; 
    object-fit: contain;
}

body.checkout-index-index .product-image-container {
    width: auto !important;
}

body.checkout-index-index .product-image-container img {
    width: auto;
    height: auto;
    object-fit: none;
}

ol.products.list.items.product-items {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.page-products li.item.product.product-item {
    width: 100% !important;
    border: 1px solid #fff;
    padding-bottom: 20px !Important;
}

.page-products li.item.product.product-item:hover {
    border: 1px solid #eedccb;
}

.page-products .product.details.product-item-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.page-products .products-grid .product-item .swatch-attribute {
  display: none;
}

.products-grid a.qs-button {
  background: #ccc;
  padding: 10px 0;
  width: 100%;
  box-shadow: none;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  border: none;
  display: none !important;
}

.products-grid .product-item:hover a.qs-button:hover {
  background: #ccc;
  border: none;
}

.products-grid .product-item .product-item-details span.category-style {
    color: #575757;
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-transform: uppercase;
}

.products-grid .product-item .product-item-details h2 {
    margin: 10px;
    line-height: 20px;
    font-weight: 700;
}

.products-grid .product-item .product-item-details h2 a {
    color: #575757;
    text-decoration: none;
    border: none;
    font-size: 17px;
    font-family: Helvetica;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 35px;
    min-height: 50px;
    padding: 0 20px;
}

.products-grid .product-item .product-item-details h2 a:hover {
  text-decoration: none;
}

.page-products .product-item .product-item-info {
    display: block;
    position: relative;
    z-index: 5;
    padding-bottom: 10px; 
}

.page-products .product-item .product-name {
    margin-top: 10px; 
    text-align: center; 
}

.page-products .product-item .product-photo-container {
    width: 100%;
}

.page-products .product-item .product-item-link {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 20px;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.products-grid .product-item .product-item-details .price-box,
.products-grid .product-item .product-item-details .product-item-inner,
.products-grid .product-item .product-item-details .swatch-opt-30 {
  display: none;
}

.toolbar-products {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.toolbar-products .pages,
.page-products .toolbar .limiter {
  display: inline-block;
}

.page-products .toolbar-products .toolbar-sorter {
  display: none;
}

.products.wrapper~.toolbar .toolbar-amount {
  display: block;
}

.products.wrapper~.toolbar .pages {
  float: none;
  display: inline-block;
}

.toolbar-products .pages .items li .action {
  border: none;
  width: auto;
}

.toolbar-products .pages .action.next {
  margin-left: 0;
}

.toolbar-products .pages .action.next:before {
  font-size: 30px;
}

.toolbar-products .pages a.page {
  color: #8c8c8c;
  text-decoration: underline;
}

.toolbar-products select {
  font-size: 12px;
  height: auto;
  padding: 2px 10px;
}



/*body.page-product-configurable #maincontent { margin-top: 21px; }*/

.product-info-main {
  font-size: 14px;
  padding-bottom: 20px;
}

.product-info-main .product-info-stock-sku .product.attribute.sku {
  font-size: 16px;
    color: #575757;
    font-weight: 700;
    background: #fbdce2;
    padding: 5px 10px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    float: right;
}

.product-info-main .product-info-stock-sku .product.attribute.sku strong {
  font-weight: 600;
}

.product-info-main .product-info-stock-sku .stock.available {
  font-size: 18px;
  margin-left: 20px;
  display: none;
}

#quickshop-info-main.product-info-main .product-info-stock-sku {
  margin-top: 20px;
}

#quickshop-info-main.product-info-main .product-info-stock-sku .stock.available {
  margin-left: 0;
}

.product-info-main .product-options-bottom .field.qty label {
  font-size: 14px;
}

.product-info-main .page-title-wrapper {
    border: none;
    padding: 10px 0 0;
    margin: 0;
    display: block;
    clear: both;
}

.product-info-main .page-title-wrapper h1.page-title {
    color: #000;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-transform: unset;
}

.product-info-main .product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}

.product-info-main .product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}

.product-info-main .product-options-wrapper .swatch-attribute-label {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}



.product-info-main .product-options-wrapper .color_code .swatch-attribute-options .swatch-option {
  border: 2px solid #c3c3c3;
  outline: none;
  height: 33px !important;
  width: 33px !important;
  border-radius: 100%;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  background-size: auto 100% !important;
}

.product-info-main .product-options-wrapper .color_code .swatch-attribute-options .swatch-option:before {
  border: 3px solid #fff;
  border-radius: 100%;
  content: "";
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
}

.product-info-main .product-options-wrapper .color_code .swatch-attribute-options .swatch-option.image:not(.disabled):hover {

  outline: none;
  border: 2px solid #000;
}

.product-info-main .product-options-wrapper .color_code .swatch-attribute-options .swatch-option.selected:not(.disabled) {
  border: 2px solid #000;
}



/*.product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option:hover:not(.disabled) { outline: none; }*/

.product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.selected {
  outline-color: #000;
}

.product-info-main .product-options-wrapper .options-bottom-links {
  color: #646464;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.11em;
  text-transform: lowercase;
  margin: 4px 0 20px;
  text-decoration: none;
}

.product-info-main .product-options-wrapper .options-bottom-links:hover {
  text-decoration: underline;
  color: #646464;
}

.column.main .product-info-main .product-description__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.product.attribute.description .value {
  margin-bottom: 10px;
}

.product.attribute.description .value,
[class*="product-description__"] {
  letter-spacing: 0.11em;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.box-tocart .find-a-retaiiler a.product__find-retailer {
  text-transform: uppercase;
  font-weight: 600;
  background: #f0505f;
  font-size: 18px;
  padding: 12px 22px;
  color: #fff;
  text-decoration: none;
}

.product-info-main .box-tocart .actions, 
.product-options-bottom .box-tocart .actions {
    padding:0 !important;
}

.product-info-main .box-tocart .fieldset:last-child {
    margin-bottom: 0 !important;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin: 0 !important;
}

#bss-ptd-table tbody .bss-table-row:hover, 
#bss-ptd-table tbody .bss-table-row:hover td {
        background-color: #fbdce2 !Important;
}

/*GALLERY*/

.fotorama__wrap { 
    display: flex; 
    flex-direction: row-reverse; 
    align-items: flex-start; 
    justify-content: flex-start; 
    width: 100%; margin: 0 auto; 
    position: relative; 
    box-sizing: border-box; 
    
} 
.fotorama__stage { 
    flex: 1 1 auto; 
    max-width: 470px; 
    
} 
.fotorama__stage__shaft { 
    max-width: 470px; 
}    

.fotorama__nav-wrap { 
    overflow-x: auto; 
    display: flex; 
    flex-direction: column; 
    width: 95px; 
    height: 100%; 
    margin: 0; 
    overflow: hidden; 
    max-height: 700px; 
    padding-right:20px;
} 
.fotorama__nav--thumbs { 
    display: flex; 
    flex-direction: column; 
    flex-wrap: nowrap; 
    overflow: hidden; 
    max-height: 100%; 
    gap: 8px; 
    height: 100% !important; 
    white-space: unset; 
    
}
.fotorama__thumb-border { display: none !important; } 
.fotorama__nav__frame { padding:0 !important; margin: 2px; } 
.fotorama__nav__frame.fotorama__active { outline: 2px solid #575757; }

.fotorama__thumb__arr--left,
.fotorama__thumb__arr--right {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10;
    position: relative !important;
    width: 100% !important;
    height: 30px !important;
    background:#efefef;
}

.fotorama__thumb__arr:active,
.fotorama__thumb__arr:hover {
    background:#d7d7d7 !Important;
}



.fotorama__nav-wrap--vertical {
    height: 560px !important; /* 7 thumbs × 80px */
    overflow: hidden !important;
    position: relative;
}

.fotorama__nav__shaft {
    transform: translateY(0);
    transition: transform 250ms ease-in-out;
    will-change: transform;
}

.fotorama__nav__frame {
    height: 90px !important;
    flex: 0 0 80px !important;
}

.fotorama__stage {
    height: 700px !important;
    max-height: 700px !important;
}

.fotorama__stage__frame {
    height: 700px !important;
}

.fotorama__stage__frame .fotorama__img {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
}

.fotorama__caption {display:none !important;}

.fotorama__nav-wrap--horizontal {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

/* force order */
.fotorama__thumb__arr--left {
    order: 0;
}

.fotorama__nav__shaft {
    order: 1;
    overflow: hidden !important;
}

.fotorama__thumb__arr--right {
    order: 2;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}



.page-title-wrapper,
div.page-title {
 margin: 30px 0;
}

.page-title-wrapper h1,
.page-title-wrapper h2,
div.page-title h1,
div.page-title h2 {
  color: #000000;
    font: 30px / 27px 'Playfair Display', serif;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.fieldset {
  font-size: 13px;
}


body .action.primary {
    color:#575757;
  background: #eedccb;
  font-size: 12px;
  border: none;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: inherit !important;
}

.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background: #fff0e3;
  color:#575757 !Important;
  border: none;
}

body .action.primary.checkout {
    background:#575757;
    color:#fff;
}

.action.primary.checkout:hover,
.action.primary.checkout:focus,
.action.primary.checkout:active {
  background: #777777 !important;
  color:#fff !Important;
  border: none;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    color:#575757 !Important;
}

button#top-cart-btn-checkout {
    background: #eedccb;
}

button#top-cart-btn-checkout:hover {
    background: #fff0e3 !important;
}

.cart.table-wrapper .actions-toolbar>.action {
    background: #eedccb !Important;
    border-color: #eedccb !Important;
    color: #575757 !Important;
    font-weight: 600 !Important;
    font-size: 12px !Important;
    box-shadow: none !Important;
}

.cart.table-wrapper .actions-toolbar>.action:hover {
    background: #fff0e3 !Important;
    border-color: #fff0e3 !Important;
}

button.action.update {
    background: #eedccb !Important;
    border-color: #eedccb !Important;
    color: #575757 !Important;
    font-weight: 600 !Important;
    font-size: 14px !Important;
    box-shadow: none !Important;
}

button.action.update:hover {
    background: #fff0e3 !Important;
    border-color: #fff0e3 !Important;
}

button,
a.action.primary,
.cart.table-wrapper .actions-toolbar>.action,
.cart.table-wrapper .action-gift {
  border-radius: 0;
}

.column.main table,
.column.main table td {
  border-color: #d9d9d9;
}

.column.main table,
.column.main p {
  margin-bottom: 1em;
  font-size: 14px;
}

.column.main blockquote {
  margin: 0;
  padding: 0 0 0 1.5em;
}



/* mini cart */
.minicart-wrapper .action.showcart:before {
    line-height: 45px !important;
    font-size: 35px !important;
    color:#ffffff;
}

.minicart-wrapper .action.showcart:hover:before {
    color:#ababab !important;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #eedccb;
  border-radius:50px;
  color:#575757;
  line-height: 22px;
  font-weight: 700;
  font-size: 11px;
  margin:0;
}

.minicart-items .product-item-details {
  font-size: 12px;
}

.minicart-items .product-item-details .product-item-name a {
  color: #000;
  font-weight: 700;
}



/* checkout */

.opc-progress-bar-item._active:before,

.opc-progress-bar-item._active>span:before {
  background: #000;
}



.cart-container,

.cart-summary .block .fieldset .field.note {
  font-size: 14px;
}

.price-including-tax,
.price-excluding-tax {
  font-size: inherit;
}

.cart.table-wrapper .product-item-name {
  font-weight: 600;
}

.cart-summary .actions-toolbar>.primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .action-gift,
button,
.cart.table-wrapper .actions-toolbar>.action,
.cart.table-wrapper .action-gift,
.cart-summary .actions-toolbar>.primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .action-gift:hover,
button:hover,
.cart.table-wrapper .actions-toolbar>.action:hover,
.cart.table-wrapper .action-gift:hover,
.cart-summary .actions-toolbar>.primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:active,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .action-gift:active,
button:active,
.cart.table-wrapper .actions-toolbar>.action:active,
.cart.table-wrapper .action-gift:active,
.cart-summary .actions-toolbar>.primary button:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:focus,
.block-compare .action.compare:focus,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:focus,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .action-gift:focus,
button:focus,
.cart.table-wrapper .actions-toolbar>.action:focus,
.cart.table-wrapper .action-gift:focus {
    background: #eedccb;
    border-color: #eedccb;
    color: #575757;
    font-weight: 600;
  box-shadow: none;
}

button:hover, 
.cart.table-wrapper .actions-toolbar > .action:hover, 
.action-gift:hover {
    background: #fff0e3 ! Important;
    border-color: #fff0e3 ! Important;
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:focus {
  border: none;
  background: transparent;
  font-weight: normal;
  box-shadow: none;
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #000;
}

.opc-wrapper .shipping-address-item.selected-item:after {
  background: #000;
}

#checkoutSteps #checkout-step-payment #checkout-payment-method-load .payment-group .step-title,

#checkoutSteps #checkout-step-payment #checkout-payment-method-load .payment-group .payment-method .payment-method-title,
#checkoutSteps #checkout-step-payment .payment-option._collapsible.discount-code .payment-option-title {
  display: none;
}



/* store locator */

.storelocator-wrapper h2.title-page,
.storelocator-wrapper .mgs-search-box .search-tab.active,
.storelocator-wrapper .list-store-box h2,
.views-wrapper h2.title-page,
.views-wrapper .table-wrap .info-detail h2.title-store,
.views-wrapper .table-wrap .open_hour h2.open_hour_title,
.views-wrapper .form-information h2 {
  background-color: #000;
}

.storelocator-wrapper .map-box-container .action.primary,
.storelocator-wrapper .action.primary {
  background: #f0505f;
  border: none;
}

.storelocator-wrapper .map-box-container .action.primary:hover,
.storelocator-wrapper .action.primary:hover {
  background: #f0505f;
  border: none;
}

.storelocator-wrapper .list-store-box .page-title {
  margin-bottom: 0;
  padding-top: 0;
}

.storelocator-wrapper #pagination-list ul li a {
  color: #000;
}

.storelocator-wrapper #pagination-list ul li.active a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.storelocator-wrapper .list-store .store-item h4,
.storelocator-wrapper .map-box-container .store-item h4 {
  margin: 0;
}

.storelocator-wrapper .list-store .store-item h4 a.title-store,
.storelocator-wrapper .map-box-container .store-item h4 a.title-store,
.storelocator-wrapper .list-store .store-item .btn-link,
.storelocator-wrapper .map-box-container .store-item .btn-link {
  color: #000;
}

.store-content h4 {
  color: #000 !important;
}

.views-wrapper {
  font-size: 12px;
}

/* Account */

.account .columns .sidebar-additional {
  display: none;
}

.account-nav .content {
  background: transparent;
  padding-top: 0;
}

.account-nav .item {
  margin: 0;
  padding-bottom: 1;
}

.account-nav .item a,
.account-nav .item>strong {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 5px 13px 4px 0;
  border-left: none;
}

.account-nav .item.current a,
.account-nav .item.current strong {
  font-weight: 700;
  color: #000;
}

.account-nav .item a:hover {
  background: transparent;
}


.account .block {
  margin-bottom: 20px;
}

.account .block .block-title {
  border-bottom: 1px solid #bfbfbf;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  color: #000;
}

.account .block .block-title strong {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #575757;
}

.account .block.block-dashboard-addresses .block-title a {
  background: url("../images/link_arrow.png") no-repeat scroll 0 3px;
  color: #8c175f;
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 11px;
  padding: 0 0 0 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.account .block.block-dashboard-addresses .block-title a:hover {
  text-decoration: underline;
}

.account .block-content .box-title {
  color: #000000;
  font: 13px/1.25 'Source Sans Pro', sans-serif;
  margin: 15px 15px 0 !important;
  padding: 0;
  text-transform: uppercase;
  display: block !important;
  font-weight: 500;
}

.account .block-content .box-title span {
  font: 15px / 1.25 'Source Sans Pro', sans-serif !important;
    font-weight: 600 !important;
}

.account .block-content .box-content {
  font-size: 14px;
  color: #575757;
  padding: 10px 5px 10px 35px;
  line-height: normal;
}

.account .block-content .box-actions {
  margin: 0 17px 0;
}

.account .block-content .box-actions a {
  color: #8c175f;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.account .block-content .box-actions a:hover {
  text-decoration: underline;
}

.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after,
.fieldset>.field:not(.choice)>.label {
  margin-left: 0px !important;
  text-align: left;
}

.fieldset>.field.choice label span {
  font-weight: 700;
  font-size:14px;
}

.fieldset>.field {
  margin-bottom: 9px;
}

.fieldset > .field.choice:before {
    width: 0;
}

.account .secondary a.action.back {
  color: #999;
}

.fieldset legend.legend {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.fieldset legend.legend span {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #575757;
}

.account input[type="text"],
.account input[type="password"],
.account input[type="url"],
.account input[type="tel"],
.account input[type="search"],
.account input[type="number"],
.account input[type="datetime"],
.account input[type="email"],
.account select {
  font-size: 12px;
  color: #575757;
  padding: 5px 10px;
  height: auto;
}

.account .fieldset>.field:not(.choice)>.control {
  max-width: 347px;
  width: 100%;
}

.account form .primary button.action.save.primary {
  font-size: 12px;
  padding: 8px 25px;
}



.checkout-success {
  padding: 12px 0 0;
  font-size: 14px;
}

.myaccount-success-msg {
  text-align: center;
  padding: 20px !important;
  margin-bottom: 20px !important;
  background: #fbdce2 /*#eedccb*/ !important;
}

.myaccount-success-msg a {
    color: #575757 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.myaccount-success-msg>*:first-child:before {
  display: none !important;
}

.message.success:hover {
    background-color: #fceaed !important; 
    transition: background-color 0.3s ease; 
}

.table:not(.cart):not(.totals) > thead > tr > th {
    font: 15px / 1.25 'Source Sans Pro', sans-serif !important;
    font-weight: 600 !important;
}

.table:not(.cart):not(.totals) > tbody > tr > td {
    font-size: 14px;
    color: #575757;
    padding: 10px 5px;
}

.table:not(.cart):not(.totals) > tbody > tr > td.status {
    font-style: italic;
    font-size: 13px;
}

.account .table-wrapper a.action.view {
    text-decoration: none;
}

.account .table-wrapper a.action.view:hover {
    text-decoration: none;
    color:#000;
}

.account .table-wrapper td.actions a.action.view {
    background: #eedccb;
    padding: 5px;
    text-decoration: none;
}
.account .table-wrapper td.actions a.action.view:hover {
    background: #fceaed;
    color:#575757;
}

.account .table-wrapper a.action.order {
    font-weight: 600;
    text-decoration: none;
}

.account .table-wrapper a.action.order:hover {
    color:#8b8b8b;
}

.table:not(.cart):not(.totals) tr {
    border-bottom: 1px solid #efefef;
}

.account .toolbar {
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    color: #575757;
}

.account .toolbar .toolbar-amount {
    font-size: 13px;
    color: #575757;
}

.pages .item {
    font-size:14px;
}

.account .toolbar .limiter {
    font-size: 13px;
    color: #575757;
}

.flag {
  float: right;
  padding: 4px 5px;
}

.flag a {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 18px;
    margin: 1px 0;
    width: 28px;
}

.flag.inactive {
  opacity: 0.45;
}

#canFlag.flag a {
  background-image: url("../images/canadian-greyscale.png");
}

.flag img {
  border-radius: 5px;
  display: none;
  height: 20px;
  width: 36px;
}

#usFlag.flag a {
  background-image: url("../images/american-greyscale.png");
}

#canFlag.flag a:hover,
#canFlag.flag.active a {
  background-image: url("../images/canadian.png");
}

#usFlag.flag a:hover,
#usFlag.flag.active a {
  background-image: url("../images/american.png");
}

.checkout-cart-index .product-item-details .cart.notice,
.cart-summary #block-shipping,
.checkout-shipping-method #checkout-step-shipping_method #co-shipping-method-form #checkout-shipping-method-load,
.checkout-shipping-method .step-title,
.shipping-address-items .shipping-address-item.not-selected-item,
.shipping-address-items .shipping-address-item.not-selected-item .action.action-select-shipping-item {
  display: none;
}

.checkout-shipping-method .actions-toolbar>.primary {
  float: none;
}

.product-info-main .product-options-wrapper .color_code .swatch-attribute-options .swatch-option .color_code_lable {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
}

.sticker-wrapper {
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 10;
}

.sticker-wrapper .sticker {
  color: #fff;
  background: #f0505f;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  display: table-cell !important;
  vertical-align: middle !important;
  transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
}

.scrollup {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 53px;
    right: 15px;
    display: none;
    color: #000000 !important;
    font-size: 30px;
    background-color: #fbdce2;
    z-index: 9999;
    border-radius: 50px;
}

.scrollup:hover {
  background-color: #f7cfd6;
}

.page-products li.item.product.product-item .sticker-wrapper {
  position: absolute;
  top: -15px;
  right: 6px;
  z-index: 10;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .nav-sections .navigation .level0 {
    margin: 0 0 0 8px;
  }

  /*.nav-sections .navigation .level0 > .level-top { font-size: 11px; }*/



  html[lang="fr-CA"] .nav-sections .navigation .level0 {
    margin: 0 0 0 7px;
    font-size: 10px;
  }

  /*html[lang="fr-CA"] .nav-sections .navigation .level0 > .level-top { font-size: 10px; }*/

  .nav-sections .navigation>ul>.level0:nth-last-of-type(1) a,

  .nav-sections .navigation>ul>.level0:nth-last-of-type(2) a {
    padding: 5px;
  }



  html[lang="fr-CA"] .nav-sections .navigation>ul>.level0:nth-last-of-type(1) a,

  html[lang="fr-CA"] .nav-sections .navigation>ul>.level0:nth-last-of-type(2) a {
    padding: 5px 2px;
  }

}

/*MMIC 2026*/
.full-bg-section { 
    position: relative; 
    width: 100%; 
    background-size: cover;
    background-position: bottom; 
    padding: 120px 0; 
    color: #fff; 
    text-align: center; 
    
}
.bg-overlay {
    width:50%; 
    background: rgba(0,0,0,0.65); 
    padding: 60px; 
    display: inline-block; 
    
}
.bg-overlay h2 {
    color:#fbdce2;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
    font-family: 'Playfair Display';
}
.bg-overlay p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    line-height: 30px;
}



.btn-primary { background: #000; color: #fff; padding: 12px 24px; text-decoration: none; display: inline-block; margin-top: 20px; }

.homepage-section {
    display: flex;
    gap: 20px;
    max-width: 100%;
    margin: 20px auto;
    align-items: stretch;
    padding: 0 20px;
}

.homepage-slider {
    width: 50%;
    height: auto; 
    overflow: hidden;
    position: relative;
}

.feature-right-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.homepage-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-left-column {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.feature-left-column .feature-box {
    flex: 1; /* same height as right column */
    position: relative;
    overflow: hidden;
}
.feature-left-column .feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.feature-left-column .feature-box span {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #575757;
    /* background: rgba(0, 0, 0, 0.55); */
    background:rgba(255,255,255,0.7);
    padding: 5px 10px;
    font-weight: 600;
    font-family: 'Playfair Display';
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    z-index: 2;
    /* transform: translate(-50%, -50%);*/
}

.feature-box::before {
    /*content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255, 0.15);
    z-index: 1;*/
}

.feature-right-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feature-right-column .feature-row {
    display: flex;
    gap: 20px;
    flex: 1;
}
.feature-right-column .feature-box {
    flex: 1;             
    position: relative;
    overflow: hidden;
}
.feature-right-column .feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.feature-box:hover img {
    transform: scale(1.05);
}

.feature-right-column .feature-box span {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #575757;
    /*background: rgba(0,0,0,0.55);*/
    background:rgba(255,255,255,0.7);
    padding: 5px 10px;
    font-weight: 600;
    font-family: 'Playfair Display';
    font-size: 30px;
    letter-spacing: 1px;
    z-index: 2;
    /* transform: translate(-50%, -50%);*/
}

.tights-section {
    display: flex;
    gap: 20px;
    max-width: 100%;
    margin: 20px auto;
    align-items: stretch;
    padding: 0 20px;
}

.tights-column {
    flex: 1;
    position: relative; 
    overflow: hidden;
}

.tights-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.tights-img-wrapper:hover img {
    transform: scale(1.05);
}

.feature-box::after,
.tights-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 20px; /* controls how far inside the border sits */
    border: 2px solid #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
    pointer-events: none;
}

.feature-box:hover::after,
.tights-img-wrapper:hover::after {
    opacity: 1;
}

.tights-column.middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f5f5f5;
    padding: 40px 20px;
}

.tights-column.middle h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
    font-family: 'Playfair Display';
}

.tights-column.middle p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-style: italic;
}

.tights-column.middle .btn-primary {
    background: #000000;
    color: #fff;
padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    font-family: 'Source Sans Pro';
    letter-spacing: 2px;
}

.tights-column.middle .btn-primary:hover {
    background:#575757;
}

.login-section {
    display: flex;
    max-width: 100%;
    margin: 20px auto;
    gap: 20px;
    padding: 120px 20px;
    background-image: url('https://mondor.com/cdn/shop/files/MONDOR_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-box {
    flex: 1;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 30px #000000bf;
    padding:20px;
}

.login-box a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.login-box.retailer {
    background: rgba(87,87,87,0.85);
}

.login-box.retailer a {
    color: #ffffff;
}

.login-box.retailer a h2 {
    color: #ffffff;
    font-family: 'Playfair Display';
    font-size: 35px;
    letter-spacing: 2px;
}

.login-box.rep {
    background: rgba(238,220,203,0.85);
}

.login-box.rep a {
    color:#575757;
}

.login-content {
    margin: 0;          
    width: 100%;
    position: relative;
    z-index: 2;
}

.login-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Playfair Display';
    font-size: 35px;
    letter-spacing: 2px;
    margin: 0;
}

.login-content p {
    font-size: 15px;
    font-family: 'Source Sans Pro';
    font-style: italic;
    letter-spacing: 1px;
}

.login-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.login-box:hover::before {
    opacity: 0.5;
}

.login-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
    box-shadow: 2px 2px 30px #0000003d;
}

.login-box.retailer .login-btn {
    background: #2f2f2f;
    color: #fff;
}

.login-box.rep .login-btn {
    background: #e3cab1;
    color: #575757;
}

.login-btn:hover {
    background: #333;         
}

/* RESPONSIVE */
@media only screen and (max-width: 900px) {
    .login-section {
        flex-direction: column;
    }
    .tights-section {
        flex-direction: column;
    }
    .tights-column {
        width: 100%;
    }
    .tights-column.middle {
        padding: 20px 10px;
    }
    .homepage-section {
        flex-direction: column;
    }
    .homepage-slider,
    .feature-left-column,
    .feature-right-column {
        width: 100%;
        height: auto;
    }
    .feature-right-column .feature-row {
        flex-direction: column;
        gap: 10px;
    }
    .feature-right-column .feature-box {
        height: 200px; /* stacked mobile height */
    }
}





@media only screen and (max-width: 1023px) {

  .footer .footer-collections {
    display: none;
  }

}



@media only screen and (max-width: 767px) {

  .page-header {
    margin-bottom: 0px;
  }

  .page-header .header.panel {
    padding-left: 15px;
  }

  .panel.header .links,

  .panel.header .switcher {
    display: block;
  }

  .page-header .header.panel:before,

  .page-header .header.panel:after {
    display: block;
    content: "";
    clear: both;
  }

  .header.panel>.header.links {
    padding: 0;
    margin: 0;
  }

  .header.panel>.header.links>li {
    border-right: none;
  }

  .header.panel>.header.links>li:nth-of-type(4),

  .header.panel>.header.links>li:nth-of-type(5),

  .header.panel>.header.links>li:nth-of-type(6),

  .header.panel>.header.links>li:nth-of-type(8) {
    display: none;
  }



  .nav-sections .navigation .level0 {
    margin-left: 0;
  }

  /*.nav-sections .navigation > ul > .level0:nth-last-of-type(1),

.nav-sections .navigation > ul > .level0:nth-last-of-type(2) { background: #000; color: #fff; }

.nav-sections .navigation > ul > .level0:nth-last-of-type(1) a,

.nav-sections .navigation > ul > .level0:nth-last-of-type(2) a { color: #fff; }*/



  .block-search .control {
    border: none;
  }

  .header.content {
    padding-top: 25px;
  }

  .header.content .logo {
    margin: 0px;
    float: none;
    display: block;
    max-width: none;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 26px;
  }

  .header.content .logo img {
    max-width: 100%;
    width: 185px;
  }

  .nav-toggle {
    left: 0;
    top: 88px;
  }

  .nav-toggle:before {
    color: #444;
    font-size: 30px;
    line-height: normal;
  }



  .nav-sections .header.links a,

  .nav-sections .header.links a:hover {
    font-weight: 400;
    text-transform: uppercase;
  }

  .nav-sections .nav-sections-item-content {
    padding-top: 0;
  }

  .nav-sections {
    background: #fff;
    font-size: 15px;
  }

  .nav-sections-item-title a {
    text-decoration: none;
  }

  .nav-sections .navigation .level0>.level-top {
    padding: 15px 40px 15px 20px;
  }

  .nav-sections .navigation .parent .level-top:after {
    font-size: 62px;
  }

  .nav-sections .navigation .level0 .submenu {
    width: 100%;
    padding: 0;
    border: none;
  }

  .nav-sections .navigation .level0 .submenu li:last-child {
    border-bottom: none;
  }

  .nav-sections .navigation .level0 .submenu li a {

    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    font-size: 15px;
  }

  .nav-sections .navigation .level0>.level-top.ui-state-active {
    background: #e2e2e2;
  }



  .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),

  .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }



  html[lang="fr-CA"] .nav-sections .navigation .level0 {
    margin: 0;
  }

  html[lang="fr-CA"] .nav-sections .navigation .level0:nth-of-type(5) a,

  html[lang="fr-CA"] .nav-sections .navigation .level0:nth-of-type(6) a {
    padding: 15px 40px 15px 20px;
  }



  .header.content .minicart-wrapper .action.showcart:before {
    color: #444;
  }



  .header.content .block-search .label {
    display: none;
  }

  .header.content .block-search .control {
    margin: 0;
    padding: 0;
  }

  .header.content .block-search .label+.control input {
    position: static;
  }

  .header.content .block-search input {
    padding: 4px 2px 4px 50px;
    margin: 0;
    text-align: left;
  }

  .header.content .block-search .action.search {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    left: 16px;
    top: 13px;
  }

  .header.content .block-search .action.search>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .header.content .block-search .action.search:before {
    color: #444 !important;
    font-size: 28px;
    content: '\e615';
    font-family: 'icons-blank-theme';
    opacity: 0 !important;
  }

  .header.content .block-search .action.search[disabled] {
    opacity: 1;
  }

  .header.content .block-search form {
    position: relative;
  }

  .homepage-social-list>li a {
    padding-right: 10px;
  }


  .columns .column.main {
    padding-bottom: 0;
    overflow: hidden;
  }

  .dm-3x-grid {
    margin-bottom: 2%;
    width: 49%;
  }

  .dm-3x-grid:nth-of-type(2n+1) {
    margin-right: 2%;
  }

  .dm-3x-grid:nth-of-type(2n) {
    margin-right: 0;
  }

  .home-category.home-shop {
    height: auto;
  }

  .home-category span {
    left: 50%;
    padding-right: 0;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home-category .category-link__fashion span {
    font-size: 18px;
    line-height: 24px;
    top: 35%;
  }

  .home-shop>p {
    left: 50%;
    line-height: 40px;
    margin: 0;
    position: absolute;
    top: 0%;
    transform: translate(-50%, 0%);
  }

  .home-shop>p {
    font-size: 18px;
    line-height: 24px;
  }

  .home-shop>p>a {
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
    padding: 4px;
    width: 120px;
  }



  .social-footer-wrapper .newsletter-footer .block.newsletter label {
    width: auto;
  }



  .social-footer-wrapper .social-footer-item.newsletter-footer {
    margin-bottom: 20px;
  }



  .social-footer-wrapper .social-footer:before {
    display: block;
  }

  .social-footer .social-links a {
    padding: 0 12px;
  }



  .social-footer-wrapper {
    padding: 20px;
  }

  .footer.content .privacy-wrapper ul li {
    float: none;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .footer.content .privacy-wrapper ul li a {
    padding: 4px 0;
    display: block;
  }



  .page-footer .footer-container {
    display: none;
  }



  .social-footer-wrapper .newsletter-footer #newsletter-validate-detail .field,

  .social-footer-wrapper .newsletter-footer #newsletter-validate-detail div.actions {
    float: none;
    text-align: center;
  }

  .social-footer-wrapper .newsletter-footer #newsletter-validate-detail input#newsletter {
    width: 100%;
  }



  .social-footer-wrapper .social-footer-item {
    float: none;
    width: 100%;
  }

  .social-footer {
    padding-left: 0;
    text-align: center;
  }

  .social-footer-wrapper .social-footer-item .blog-header,

  .social-footer .social-links {
    text-align: center;
  }

  .social-footer .social-links a {
    float: none;
    display: inline-block;
  }



  .footer.content .address-wrapper address.copyright span.left,

  .footer.content .address-wrapper address.copyright span.right {
    display: block;
    text-align: center;
    float: none;
  }

}



table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {

  padding: 8px 5px;

}

.bss-ptd-table {
  display: none;
}

@media only screen and (max-width: 769px) {
  .nav-toggle {
    display: block !important;
    left: 50%;
    top: 88px;
    transform: translateX(-50%);
  }

  .nav-open .page-wrapper {
    left: 0 !important;
  }

  .sections.nav-sections {
    z-index: 998 !important;
  }

  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    height: 100vh;
    top: -125%;
    overflow: auto;
    position: fixed;
    /* top: 0; */
    width: 100%;
    left: unset;
  }

  .nav-open .nav-sections {
    left: 0;
    top: 200px;
    z-index: 99;
  }

  .nav-sections-items {
    position: relative;
    z-index: 1;
    /*margin-top: 200px;*/
  }

  .nav-before-open .nav-toggle:before {
    display: inline-block;
    content: '\00D7';
    font-family: 'icons-blank-theme';
    font-size: 40px;
    transform: rotate(180deg);
  }

  .nav-before-open .nav-toggle:after {

    content: none !important;

  }

  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }


  .nav-open .block.block-search {
    display: none;
  }

  .nav-open .page-header {

    position: relative;
    z-index: 9999;
  }

  .nav-sections .navigation li.level0 {
    margin: 0 25px !important;
  }

  .navigation .level0>.level-top {

    font-weight: 700 !important;
    padding: 8px 40px 8px 15px !important;
    text-transform: uppercase;
    word-wrap: break-word;
    background: transparent !important;
  }

  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px !important;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block !important;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 7px;
    top: 0;
  }

  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
    top: -3px;
  }

  .nav-sections .navigation .level0>.level-top {

    font-size: 1.6rem !important;
  }

  .nav-sections .navigation .level0 .submenu li {
    border: none;
  }

  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }

  ul.level0.submenu li.level1 {
    padding-bottom: 5px;
    text-align: left;
    break-inside: avoid;
    display: block;
    width: 100%;
  }

  ul.level0.submenu {
    border-top: 2px solid #e9476c !important;
  }

  ul.level0.submenu li.level1 a {
    font-weight: 700 !important;
    font-size: 13px !important;
  }

  ul.level0.submenu ul.level1.submenu {
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    padding-left: 15px;
    padding-top: 5px;
  }

  ul.level0.submenu li.level1 ul.level1.submenu li.level2 a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500 !important;
    color: #6a6c6c;
    display: block;
  }

  .navigation .submenu:not(:first-child)>li>a {
    padding-left: 15px !important;
  }

  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
    margin-top: 0 !important;
  }

  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }

  .nav-sections div[aria-controls="store.settings"],
  .nav-sections div#store\.settings {
    display: none;
  }

  .nav-sections-item-title {

    width: 50%;
  }

  .cms-index-index .nav-toggle {
    display: none !important;
  }

  .cms-index-index .nav-sections-items {
    margin-top: 0 !important;
  }
}

a.advanced {
    display: none;
}
