/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Custom variables color */
/* Breacrumbs background */
.hidden {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.gdprDelAcct {
  margin-top: 0px;
}
.gdprDelAcct .legend span {
  color: #db3b21;
  font-weight: 500;
}
.gdprDelAcct .actions-toolbar {
  margin-top: 25px;
}
.gdprDelAcct .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.gdprDelAcct .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
.mb12 {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .mbxs12 {
    margin-left: 0;
    width: 100%;
  }
}
.colMb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  float: left;
  padding: 0px 0px;
}
@media (max-width: 480px) {
  .colMb {
    width: 100%;
  }
}
.mbgdpr-bar {
  padding: 10px 10px 5px;
}
.v-message {
  display: inline-block;
  width: 100%;
}
.magecookie-notice {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.v-actions {
  float: right;
}
.mbgdpr-bar.bottom .v-message .v-actions {
  padding-right: 20px;
}
.mbgdpr-bar.box.top-left {
  border-radius: 5px;
  margin: 10px;
  max-width: 300px;
  position: fixed;
  top: 0;
  z-index: 9;
}
.mbgdpr-bar.box.top-right {
  border-radius: 5px;
  margin: 10px;
  max-width: 300px;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0px;
}
.mbgdpr-bar.box.bottom-left {
  border-radius: 5px;
  margin: 10px;
  max-width: 300px;
  position: fixed;
  bottom: 0;
  z-index: 9;
}
.mbgdpr-bar.box.bottom-right {
  border-radius: 5px;
  margin: 10px;
  max-width: 300px;
  position: fixed;
  bottom: 0;
  z-index: 9;
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .box.top-left {
    top: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
  }
  .mbgdpr-bar.box.top-right {
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
  }
  .mbgdpr-bar.box.bottom-left {
    bottom: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
  }
  .mbgdpr-bar.box.bottom-right {
    left: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
  }
  .v-actions {
    margin-right: 20px !important;
  }
}
.box-actions .gdprDel {
  color: white;
  background-color: #ba4000;
  padding: 5px;
}
.gdprDelCusAcct .gdprDelAcct {
  background-color: #f0f0f0;
  padding: 10px;
}
.gdprDelCusAcct {
  padding-top: 10px;
}
.mbanonymous .gdprAnonymousAcct {
  background-color: #f0f0f0;
  padding: 10px;
}
.anonymous-submit {
  background-color: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.anonymous-submit:hover {
  background-color: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
}
.mbanonymous {
  margin-top: 0px;
}
.mbanonymous .legend span {
  color: #006bb4;
  font-weight: 500;
}
.mbanonymous .actions-toolbar {
  margin-top: 25px;
}
.mbanonymous .actions-toolbar .action-anonymous {
  background-color: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mbanonymous .actions-toolbar .action-anonymous:hover {
  background-color: #006bb4;
  border-color: #006bb4;
}
/* gobal popup-ajaxsuite style */
/* Ipad and lager srceen */
/* Mobile screen */
@-webkit-keyframes nivolodinglinetime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes nivolodinglinetime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/* Gobal style */
/*  Typogrphy */
/* Button Default = secondary button */
/*  Primary button */
/*  Large button */
/* Rating */
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
/* Typography */
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
.banner .col-banner.center.left .content {
  padding: 1.5rem 1.5rem 1.5rem 4rem;
}
.banner .col-banner.center.right .content {
  align-items: flex-end;
}
.banner .col-banner.top.left .content {
  padding: 4rem 1.5rem 1.5rem 4rem;
  align-items: end;
  justify-content: end;
}
.banner .col-banner.top.right .content {
  padding: 1.5rem 4rem 1.5rem 4rem;
  align-items: flex-end;
  justify-content: end;
  text-align: right;
}
.banner .col-banner.bottom.left .content {
  padding: 1.5rem 1.5rem 4rem 4rem;
  align-items: end;
  justify-content: flex-end;
}
.banner .col-banner.bottom.right .content {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  padding: 1.5rem 4rem 4rem 1.5rem;
}
.banner .col-banner .content {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.banner .col-banner.hover-text-show .banner-img:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.banner .col-banner.hover-text-show .content {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 22;
}
.banner .col-banner.hover-text-show:not(:hover) .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .col-banner.hover-text-show:hover .banner-img:before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
/*   Product detail page */
.fotorama__stage__frame .fotorama__img {
  margin: 0 auto!important;
}
/* Breadcrumb restyle */
/* Product detail page Gobal style */
.banner-content {
  position: relative;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-content img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-content .text {
  position: absolute;
  top: 50%;
  width: 60%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-content .text p span {
  color: #bc8246;
}
@media only screen and (max-width: 575px) {
  .banner-content .text h5 {
    margin-bottom: 1rem !important;
  }
}
.banner-content .text h4 {
  color: #333333;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .banner-content .text h4 {
    margin-bottom: 1rem !important;
  }
}
.banner-content .text p {
  line-height: 2.4rem;
}
.banner-content:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.page-products .category-view-breadcrumbs-banner.image-banner h2 {
  color: white;
}
.title-hestia-page {
  color: #636363 !important;
  text-transform: uppercase;
  font-size: 5vw;
  letter-spacing: 35px;
  font-weight: 400;
  line-height: unset;
  margin-bottom: 0;
}
.title-flagshipstore-page {
  margin: 0;
  line-height: 1.6;
  font-size: 28px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.stl-title {
  text-align: center;
  margin-top: 14px;
}
.breadcrumbs-title {
  color: #bc8246 !important;
  font-size: 15px !important;
  font-weight: 400;
  margin: 0px;
  line-height: unset;
}
h1.lasttitle {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: unset;
  color: #bc8246 !important;
}
div#cookielaw h5 {
  color: #fff;
}
div#cookielaw .v-actions a {
  background: #bc8246;
  border: 2px solid transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 12.5px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
div#cookielaw {
  background: rgba(0, 0, 0, 0.65) !important;
}
@media only screen and (max-width: 700px) {
  div#cookielaw .v-actions a {
    padding: 6.5px 15px!important;
    font-size: 10px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  div#cookielaw .v-actions {
    margin-right: 0 !important;
  }
}
a.action.action-details:before {
  content: "\f110" !important;
  font-family: "Ionicons", sans-serif !important;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  color: #222222;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak-as: none;
  text-align: center;
}
.checkout-cart-index a.action.action-details:before {
  content: "" !important;
}
.checkout-cart-index a.action.action-details {
  position: relative;
  display: block;
  margin: 0;
  font-size: 12px;
  border: 1px solid;
  width: fit-content;
  padding: 3px 6px 2px!important;
  margin-top: 5px;
}
.checkout-cart-index span.action.action-details:before {
  content: "" !important;
}
.checkout-cart-index span.action.action-details {
  position: relative;
  display: block;
  margin: 0;
  font-size: 12px;
  border: 1px solid;
  width: fit-content !important;
  padding: 3px 6px 2px!important;
  margin-top: 5px;
  cursor: pointer !important;
}
aside.modal-details {
  top: 15%;
}
button.call-api {
  display: none;
}
.category-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 13.02761855vw;
  padding-bottom: 13.02761855vw;
}
body .post-list-wrapper .blog-list-post .item-post-full:hover .blog-post-thumb img,
.banner-top-home .row .banner-top:hover a img {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}
.category-image .breadcrumbs {
  margin: 0 auto!important;
}
.category-image h2.category-name {
  font-size: 3.6rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.category-image h2,
.category-image .breadcrumbs .items > li,
.category-image .breadcrumbs .items > li a,
.category-image .breadcrumbs .items > li strong {
  color: #fff !important;
}
.cms-personnalisation-tetris .breadcrumbs,
.cms-personnalisation-spring .breadcrumbs,
.cms-personnalisation-lines .breadcrumbs,
.cms-personnalisation-smart .breadcrumbs {
  display: none !important;
}
.cms-personnalisation-tetris .breadcrumbs.displayfil,
.cms-personnalisation-spring .breadcrumbs.displayfil,
.cms-personnalisation-lines .breadcrumbs.displayfil,
.cms-personnalisation-smart .breadcrumbs.displayfil,
.cms-personnalisation-circus .breadcrumbs.displayfil {
  display: block !important;
}
.cms-page-view .category-image .breadcrumbs {
  display: block;
}
.order-details-items .item-options dt {
  clear: left;
  float: left;
  margin: 0 12px 6px 0!important;
  color: #222222;
}
.order-details-items .item-options dt:after {
  content: ': ';
}
.header-container .col-action .action-header > li:last-child {
  margin-left: 50px !important;
}
.page-print a.logo img.lazy-loaded.transition {
  width: 260px;
  margin-top: 30px;
}
.page-product-configurable .product-info-main .product-options-wrapper {
  margin-top: 0px !important;
}
.account .sidebar.sidebar-main {
  background: #f5f5f5 !important;
  padding: 15px 0!important;
}
.account .title.block-collapsible-nav-title {
  display: none !important;
}
body.account.page-layout-2columns-left .sidebar-main,
body.account.page-layout-2columns-right .sidebar-additional {
  margin-top: 0 !important;
}
body.account li.nav.item strong,
body.account li.nav.item a {
  border-color: #2e3337;
  font-weight: 600;
  border-left: 3px solid transparent;
  display: block;
  padding: 6px 18px 6px 15px!important;
  color: #666666;
}
body.account li.nav.item.current strong,
body.account li.nav.item.current a {
  border-color: #2e3337;
  font-weight: 600;
  color: #2e3337;
}
body.account li.nav.item a strong {
  padding: 0 !important;
  border: 0 !important;
}
.account.page-layout-2columns-left .column.main {
  padding-bottom: 30px !important;
}
.account.page-layout-2columns-left main#maincontent {
  margin-top: 30px !important;
}
body.account #maincontent .table-order-items {
  table-layout: fixed;
  border: 1px solid #eee !important;
}
body.account #maincontent .table-order-items tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.account .table-wrapper .action {
  margin-right: 15px;
  background: linear-gradient(to bottom, #bc8246 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff;
  border: 2px solid #323232;
  color: #333333;
  cursor: pointer;
  padding: 6px 12px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
}
.account .table-wrapper .action:hover {
  background: #bc8246;
  background-position: right top !important;
  color: #ffffff;
  text-shadow: none;
  border-color: #bc8246 !important;
}
.account .table-wrapper td.col.actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  font-size: 1.3rem !important;
}
.product-add-form table.data-table.bundle-table a {
  font-size: 11px !important;
}
.product-add-form table.data-table.bundle-table td {
  padding: 2px 15px!important;
}
.page-products .wrapper_product_tabs {
  display: none !important;
}
body.account.page-layout-2columns-left .sidebar-main .block.block-collapsible-nav,
body.account.page-layout-2columns-right .sidebar-additional .block.block-collapsible-nav {
  margin-bottom: 0 !important;
}
body.account.page-layout-2columns-left .sidebar-main .block.block-collapsible-nav li.nav.item:last-child,
body.account.page-layout-2columns-right .sidebar-additional .block.block-collapsible-nav li.nav.item:last-child {
  margin-bottom: 0;
}
/* :: Style Info du compte*/
@media only screen and (max-width: 600px) {
  .fieldset.additional_info .field.customer_code {
    top: 30px !important;
  }
  .customer-address-index .block.block-adresses-list .block-title {
    font-size: 1.8rem !important;
  }
  .columns .sidebar.sidebar-main {
    margin-right: 15px !important;
  }
  /* :: Style Contact*/
  .contact-index-index .contact-us ul li {
    padding-left: 6.1rem !important;
  }
  .contact-index-index .contact-us ul .address p {
    font-size: 12px !important;
  }
  /* :: Style Marque*/
  .rokanthemes-brandlist .lazyload-image .brand-image {
    background-position: center !important;
  }
  .rokanthemes-brandlist .brand-item {
    text-align: center !important;
  }
  div.brand-item {
    display: flex !important;
    justify-content: center !important;
  }
  /* :: Style detail produit*/
  .catalog-product-view .row.flex-des div.col-md-6 p {
    text-align: justify !important;
  }
  div.value div div div p {
    text-align: justify !important;
  }
  select#select_tissus {
    width: 100% !important;
  }
}
.account .sidebar.sidebar-main {
  margin-bottom: 15px !important;
}
/* :: End Style Info du compte*/
/* :: Style Boutique*/
@media only screen and (max-width: 600px) {
  .storelocator-index-index .bstlocator_input button.button {
    margin-top: unset !important;
  }
  .blog-page .owl-nav {
    display: block !important;
  }
  .blog-page .owl-nav .owl-prev,
  .blog-page .owl-nav .owl-next {
    top: 37% !important;
    width: 45px !important;
  }
}
/* :: End Style Boutique*/
.storelocator-index-index .page-title-wrapper h1.page-title,
.storelocator-store-view .page-title-wrapper h1.page-title {
  color: white !important;
}
.storelocator-index-index div.breadcrumbs a,
.storelocator-store-view div.breadcrumbs a {
  color: white !important;
}
.storelocator-index-index .breadcrumbs strong,
.storelocator-store-view .breadcrumbs strong {
  color: white !important;
}
.storelocator-index-index div.breadcrumbs .item:not(:last-child):after,
.storelocator-store-view div.breadcrumbs .item:not(:last-child):after {
  color: white !important;
}
.cms-tetris-personnalisation span.price,
.cms-spring-personnalisation span.price,
.cms-lines-personnalisation span.price,
.cms-personnalisation-smart span.price {
  border-top: 0px solid !important;
}
button.actions-toolbar {
  margin-bottom: 15px;
}
form#product_addtocart_form {
  position: relative;
}
.bundle-action {
  display: flex;
}
.bundle-action .action {
  padding: 15px !important;
  font-size: 8px !important;
  line-height: 1.6rem !important;
  margin: 0 !important;
  width: 100%;
  width: 120px !important;
}
.bundle-action {
  position: relative;
  top: -3px;
}
.product-info-main .box-tocart .bundle-action .action.tocart {
  padding: 15px !important;
}
.bundle-action button#product-addtocart-button {
  margin-right: 10px !important;
}
.cart-container .cart-summary .block .title #block-shipping-heading,
.cart-container .cart-summary .block .title #block-discount-heading {
  text-transform: initial !important;
}
.breadcrumbs ul.items {
  padding-top: 0;
}
.contact-index-index .page-title .base,
.rokanthemes-brandlist .page-title .base,
.rokanfaq-index-index .page-title .base {
  color: #000 !important;
}
/* :: Style FLAGSHIP */
.cms-flagshipstore .bott-center {
  display: flex;
  justify-content: center;
}
.cms-flagshipstore .breadcrumbs {
  background: white !important;
  margin-top: 20px;
}
.cms-flagshipstore .row.ipad {
  padding-left: 17px;
}
.cms-flagshipstore .numero {
  line-height: 0.5;
}
.cms-flagshipstore .position {
  width: 17px;
  position: RELATIVE;
  top: -2px;
  left: 17px;
  height: 19px;
}
.cms-flagshipstore .description {
  padding-bottom: 8px;
}
.cms-flagshipstore .fixed {
  margin-bottom: 104px;
  margin-top: 33px;
}
.cms-flagshipstore .description,
.numero {
  color: black;
}
.cms-flagshipstore .style-only {
  height: 38px;
  padding: 8.5px 46px !important;
  background: #d9a85e;
  border-color: #d9a85e;
  display: flex !important;
}
.cms-flagshipstore .padd-bott {
  padding-bottom: 18px !important;
}
.cms-flagshipstore .last-text {
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-size: 25px;
  font-weight: 600;
  padding-top: 82px;
  padding-bottom: 23px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cms-flagshipstore .background {
  background: url(/media/wysiwyg/flagshin-back-2.png);
  height: 700px;
  background-size: cover;
}
.cms-flagshipstore .city {
  color: black;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 13px;
}
.cms-flagshipstore .adresse,
.cms-flagshipstore .tel {
  color: #d9a85e;
}
.cms-flagshipstore .center {
  text-align: center;
  letter-spacing: 0px;
  font-size: 48px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cms-flagshipstore .background-color {
  background-color: #8080801c;
  padding: 20px 27px 0px 32px;
  height: 750px !important;
}
.cms-flagshipstore .numero a {
  color: black;
}
.cms-flagshipstore .sous-header {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 1px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#sticky-btns {
  position: fixed;
  bottom: 7rem;
  right: 4rem;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 3;
}
#sticky-btns.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#sticky-btns a.btn {
  color: white;
  padding: 5px 18px 7px 13px;
  border-radius: 50px;
  background-color: #15b551;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: initial;
}
#sticky-btns a.btn i.fa-whatsapp {
  color: white;
  display: block;
  font-size: 2.5em;
  float: left;
  margin-right: 15px;
}
#sticky-btns a.btn i.fa-whatsapp span {
  display: none;
}
@media only screen and (max-width: 600px) {
  .cms-flagshipstore .background {
    display: none;
  }
  .cms-flagshipstore .row.ipad {
    padding-left: 0px;
  }
  .cms-flagshipstore .center {
    font-size: 30px;
  }
  .cms-flagshipstore .sous-header {
    font-size: 12px;
  }
  .cms-flagshipstore .background-color {
    padding: 33px 16px 3px 16px;
  }
}
.cms-flagshipstore .cl-desc {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}
.cms-flagshipstore .cl-title {
  margin: 0;
  line-height: 1;
  font-size: 28px;
}
#sticky-btns {
  border: 0 !important;
  bottom: 10rem !important;
  right: 2rem !important;
}
#sticky-btns a.btn {
  background: #15b551 !important;
  border: 0 !important;
  padding: 8px 2px 9px 13px!important;
}
#sticky-btns a.btn em.fab.fa-whatsapp {
  font-size: 40px;
}
@media (max-width: 600px) {
  #sticky-btns {
    bottom: 14rem !important;
  }
  #sticky-btns a.btn em.fab.fa-whatsapp {
    font-size: 35px;
  }
  .checkout-cart-index td.col.subtotal {
    display: none !important;
  }
  .product-item-details.configurable .productconfigurable-image-container {
    width: 35% !important;
    max-width: 100px !important;
  }
  .lazy-loaded.transition {
    margin-bottom: unset !important;
  }
  .position.lazy-loaded.transition {
    display: inline-block;
  }
}
.style-only .color_span {
  color: white !important;
}
.style-only .color_span:hover {
  color: black !important;
}
/* :: End Style FLAGSHIP */
.cms-page-view blockquote {
  margin-top: 0 !important;
}
.cms-page-view .breadcrumbs {
  margin-bottom: 25px !important;
}
.productconfigurable-image-container.zoom-in {
  position: fixed;
  top: 20px;
  z-index: 999999;
  margin: 0 auto!important;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 80% !important;
  width: 600px !important;
  height: 600px;
  right: 0;
  left: 0;
}
.productconfigurable-image-container.zoom-in a.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  line-height: 24px;
  color: #222222;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak-as: none;
  text-align: center;
  content: '\e616';
  cursor: pointer;
}
.productconfigurable-image-container.zoom-in a.action-close {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  align-items: center;
  cursor: pointer;
  display: flex !important;
}
.productconfigurable-image-container.zoom-in a.action-close span {
  display: none;
}
.productconfigurable-image-container {
  cursor: zoom-in;
}
.productconfigurable-image-container.zoom-in {
  cursor: default;
}
.productconfigurable-image-container.zoom-in:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.761);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.account .block-title strong {
  border-left: 3px solid #2e3337;
  color: #2e3337 !important;
  padding-left: 20px;
}
.widget.block.block-static-block {
  margin-bottom: 0;
}
.page-header .header-container.layout-3 {
  background-color: #f5f5f5 !important;
}
.cms-marque .breadcrumbs {
  display: none;
}
.cms-marque .col-md-6.cl-col-img img {
  width: 40%;
  margin-right: 5%;
  text-align: end !important;
}
.cms-marque .row.cl-mob .col-md-6.cl-col {
  padding-right: 150px;
}
.productconfigurable-image-container.zoom-in div,
.productconfigurable-image-container.zoom-in img {
  transform: initial !important;
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%;
  max-height: 90vh;
}
.product-item-details.configurable .productconfigurable-image-container {
  width: 140px;
  float: left;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 28px;
}
.product-item-details.configurable {
  display: flex !important;
  justify-content: start;
  align-items: center;
}
.product-item-details.configurable strong.product-item-name {
  margin-left: 10px;
}
.cms-personnalisation-tetris .breadcrumbs.displayfil,
.cms-personnalisation-spring .breadcrumbs.displayfil,
.cms-personnalisation-lines .breadcrumbs.displayfil,
.cms-personnalisation-smart .breadcrumbs.displayfil,
.cms-personnalisation-circus .breadcrumbs.displayfil {
  margin-top: 25px;
}
.product_with_tissu_name a:hover {
  color: #bc8246 !important;
}
.product_with_tissu_name a {
  color: #000 !important;
}
.form-create-account .field-recaptcha {
  position: relative;
  bottom: 388px;
  width: 37.5%;
  margin-left: 61px;
}
@media only screen and (max-width: 600px) {
  .popup-content img {
    object-fit: contain !important;
  }
  .form-create-account .field-recaptcha {
    position: relative;
    bottom: 1005px;
    width: 100%;
    margin-left: 0;
  }
  .customer-account-create .form-create-account fieldset.fieldset.create.info {
    height: calc(750px) !important;
  }
  body.customer-account-create .fieldset.additional_info .field.required {
    bottom: 1020px !important;
  }
}
.product.info.detailed .product.data.items {
  text-align: left !important;
}
.product.info.detailed .product.data.items > .item.title a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #adadad;
}
.product.info.detailed .product.data.items > .item.title.active a {
  color: #000;
}
.product.info.detailed .product.data.items > .item.content:before {
  content: "";
  position: absolute;
  inset: unset;
  height: 2px;
  width: 100%;
  background-color: #d5d5d5;
  top: 50px;
  left: 0;
}
.product.info.detailed .product.data.items > .item.title:after {
  left: 0;
  width: calc(100% - 50px);
}
.product.info.detailed .additional-attributes tbody tr th,
.product.info.detailed .additional-attributes tbody tr td {
  border-bottom: none;
  color: #000;
}
h5.ref-product {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
h5.ref-product span.label-ref-product {
  border-bottom: 2px solid #b6915d;
}
.product-info-main {
  position: relative;
}
.product-info-main .product-social-links {
  float: right;
  width: auto;
  position: absolute;
  top: -4px;
  right: 0;
}
.product-info-main .product-social-links a.action {
  background: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 0;
  box-shadow: 0 0 0 1px #000000 inset;
}
.product-info-main .product-addto-links {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
.product-info-main .product-addto-links .action:hover,
.product-options-bottom .product-addto-links .action:hover {
  background: #f6f6f6 !important;
  box-shadow: 0 0 0 1px #000000 inset!important;
  color: #000 !important;
  border: 0 !important;
}
.product-info-main .product-addto-links .action:not(:last-child),
.product-options-bottom .product-addto-links .action:not(:last-child) {
  margin-right: 0 !important;
  margin-left: 0.6rem !important;
}
.product-info-main .product-addto-links .action:before {
  font-size: 18px !important;
  font-weight: bold;
}
.product-info-main .product-addto-links .action:hover:before {
  color: #000;
}
.catalog-product-view .block.related-product.full-width {
  background-color: #f5f5f5;
  padding: 50px;
}
.catalog-product-view .block.upsell.full-width .block-title.title.rokan-title {
  background: initial;
  margin-bottom: 50px;
}
.catalog-product-view .block.upsell.full-width .block-title.title.rokan-title h3.module-title {
  font-size: 3.2rem;
  font-weight: 600;
}
.catalog-product-view .block .title.rokan-title .module-title:before,
.catalog-product-view .block .title.rokan-title .module-title:after {
  display: none;
}
.catalog-product-view .block-content.content {
  max-width: 1635px;
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.catalog-product-view .block.related-product.full-width a.product.photo.product-item-photo {
  display: flex;
  justify-content: center;
}
.catalog-product-view .block.related-product.full-width .product-image-container,
.catalog-product-view .block.related-product.full-width .product-item .product-item-photo .image_hover {
  width: 310px !important;
}
.catalog-product-view .block.related-product.full-width .product-item .product-item-photo .image_hover {
  display: flex !important;
  margin: 0 auto!important;
}
.catalog-product-view .block.related-product.full-width .product-item:hover .product-item-photo .image_hover {
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}
.catalog-product-view .block.related-product.full-width .product.details.product-item-details {
  width: 70%;
  margin: 0 auto;
}
.catalog-product-view .block.related-product.full-width .owl-carousel .owl-nav button:before {
  width: 55px !important;
  height: 55px !important;
  font-size: 70px !important;
}
.catalog-product-view .block.related-product.full-width .owl-carousel .owl-nav button {
  border-radius: 50px !important;
}
.catalog-product-view .block.related-product.full-width li.item-load.item.product.product-item:hover {
  border: 1px solid #c3ac9d;
}
.catalog-product-view .description-media {
  width: 67%;
  margin-bottom: 3%;
}
.catalog-product-view .description-media .desc-media-title {
  font-weight: 600;
}
.catalog-product-view .description-media ul.desc-media-list {
  list-style: square;
  color: #000;
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 0;
}
.catalog-product-view .box-tocart .up-down {
  border: 2px solid #000000!important;
  background: #ffffff !important;
  width: 100px !important;
  position: relative;
  top: -3px;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
  width: 40px !important;
}
.catalog-product-view .box-tocart .up-down .control input {
  background: #fff !important;
  max-height: 46px !important;
}
.catalog-product-view .wrapper-bottom-info .img img {
  width: 48%;
  aspect-ratio: 2.5;
  object-fit: contain;
  cursor: pointer;
  margin: 0;
  margin-right: 25px;
}
.catalog-product-view .wrapper-bottom-info .img {
  display: contents;
}
.catalog-product-view .wrapper-bottom-info .notice {
  margin-top: 15px;
}
.catalog-product-view .wrapper-bottom-info .notice svg {
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  border-right: 1px solid #d5d5d5;
  padding-right: 10px;
}
.catalog-product-view .wrapper-bottom-info .notice a {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.catalog-product-view .wrapper-bottom-info .livraison p {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.catalog-product-view h3.subtitle {
  font-size: 25px;
  font-weight: 400;
}
.catalog-product-view .product-main-content .special-price span.price-container.price-final_price .price-wrapper .price {
  color: #000000 !important;
  font-size: 3.4rem;
}
.catalog-product-view .product-info-price {
  position: relative;
}
.catalog-product-view .product-info-price .price-box {
  margin-top: 50px !important;
}
.catalog-product-view .product-info-price span.product-label.onsale {
  background-color: red;
  color: #fff;
  padding: 0px 12px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -30px;
}
.catalog-product-view .product-info-price span.old-price {
  position: absolute;
  right: 0;
  text-decoration: auto;
}
.catalog-product-view .product-info-price span.old-price::before {
  content: "";
  background-color: #000;
  position: absolute;
  inset: 0;
  height: 1px;
  top: 10px;
  width: calc(100% - 12px);
  left: 12px;
}
.catalog-product-view .product-info-price span.old-price span.price {
  color: #000;
  font-size: 18px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  padding-left: 0 !important;
}
section.header .container .headerContainer .mainMenu div > ul > li > ul > li > ul {
  display: none !important;
  position: absolute;
  top: 0;
  left: initial;
  right: -260px;
  width: 100%;
  min-width: 260px;
  margin-top: 0;
  background: #fff;
  border-top: none;
  z-index: 0;
  border-left: 1px solid #e9eaea;
}
section.header .container .headerContainer .mainMenu div > ul > li > ul > li:hover ul {
  display: block !important;
}
section.header .container .headerContainer .mainMenu div > ul > li > ul > li {
  position: relative;
}
section.header .container .headerContainer .mainMenu div > ul > li > ul > li ul li {
  margin-bottom: 0;
}
@media only screen and (max-width: 912px) {
  section.mobileMenu .container ul li ul li ul li a {
    margin-left: 25px;
    font-size: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    padding-left: 15px !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content:before {
    display: none;
  }
  .catalog-product-view .product-info-main .box-tocart .actions .action.tocart {
    height: 41px !important;
    margin-top: 0;
    padding: initial;
    width: 100%;
  }
  .catalog-product-view .box-tocart .fieldset .actions {
    margin-bottom: 24px !important;
    width: 60%;
  }
  .catalog-product-view .box-tocart .fieldset .actions .action.tocart {
    padding: 10px 0px!important;
  }
  .catalog-product-view .description-media {
    width: 100%;
  }
  .catalog-product-view .product.data.items > .item.title {
    text-align: left;
    margin-bottom: 0;
  }
  .catalog-product-view .product.data.items > .item.title.active {
    border-left: 6px solid #c19c70;
  }
  .catalog-product-view .product.data.items > .item.title.active a {
    border-bottom: 1px solid #e1e1e1!important;
  }
  .catalog-product-view .product.data.items > .item.title a {
    border-bottom: 0 !important;
  }
  .catalog-product-view .gallery-placeholder {
    margin-bottom: 25px;
  }
  .catalog-product-view .wrapper-bottom-info .notice a {
    font-size: 12px;
  }
  .catalog-product-view .wrapper-bottom-info .img img {
    width: 47% !important;
  }
  .catalog-product-view .block.related-product.full-width {
    padding: 50px 20px!important;
  }
  .catalog-product-view .product-main-content .special-price span.price-container.price-final_price .price-wrapper .price {
    font-size: 2.3rem !important;
  }
  .catalog-product-view .product-info-price span.old-price span.price {
    font-size: 1.7rem !important;
  }
  .catalog-product-view .special-price span.price-container.price-final_price .price-wrapper .price {
    color: #000000 !important;
  }
  .catalog-product-view .popup {
    padding-top: 10vh !important;
    padding-bottom: 10vh;
  }
  .catalog-product-view .popup-content {
    max-width: 75% !important;
  }
  .catalog-product-view .prev-button:before,
  .catalog-product-view .next-button:before,
  .catalog-product-view .close-button:before {
    font-size: 35px !important;
  }
  .catalog-product-view .close-txt {
    top: 1vh !important;
    right: 23vw !important;
    font-size: 20px !important;
  }
  .catalog-product-view .close-button {
    top: 1vh !important;
    right: 12vw !important;
  }
  .catalog-product-view .prev-button {
    left: 2vw !important;
    top: 45vh !important;
  }
  .catalog-product-view .next-button {
    right: 2vw !important;
    top: 45vh !important;
  }
  .catalog-product-view .fotorama__dot {
    border: 5px solid #e1e1e1!important;
  }
  .catalog-product-view .fotorama__active .fotorama__dot {
    background-color: #000000 !important;
    border-color: #000000 !important;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 2.7rem !important;
  }
  .catalog-product-view h3.subtitle {
    font-size: 2rem !important;
  }
  .catalog-product-view .video-overlay {
    padding: 0 3vw!important;
    padding-top: 25vh !important;
  }
  .catalog-product-view .video-overlay .close-button {
    right: 4vw !important;
  }
  .catalog-product-view .video-overlay .close-txt {
    right: 16vw !important;
  }
  .catalog-product-view .fotorama {
    padding-left: 0 !important;
  }
  .catalog-product-view .block.related-product .owl-nav {
    display: block !important;
  }
  .catalog-product-view .block.related-product .owl-nav button.owl-prev {
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
    -moz-transform: translate(-50%, -50%) scale(1) !important;
    -ms-transform: translate(-50%, -50%) scale(1) !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }
  .catalog-product-view .block.related-product .owl-nav button.owl-next {
    -webkit-transform: translate(50%, -50%) scale(1) !important;
    -moz-transform: translate(50%, -50%) scale(1) !important;
    -ms-transform: translate(50%, -50%) scale(1) !important;
    transform: translate(50%, -50%) scale(1) !important;
  }
  .catalog-product-view .block.related-product .owl-nav button {
    width: 55px !important;
    height: 55px !important;
  }
  .catalog-product-view .block.related-product .full-width li.item-load.item.product.product-item {
    border: 1px solid #c3ac9d;
  }
  .catalog-product-view .block.related-product .products-grid .product-items .product-item .actions-primary,
  .catalog-product-view .block.related-product .products-grid .product-items .product-item .actions-secondary,
  .catalog-product-view .block.related-product .products-grid .product-items .product-item .field.choice.related {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title a {
    position: relative;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    line-height: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 1px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.active a:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .catalog-product-view .wrapper-bottom-info .notice svg {
    width: 20px;
    margin-right: 5px;
    padding-right: 5px;
  }
  body div.wrapper-the-blue-sky-slider .container-the-blue-sky-slider {
    min-height: 200px !important;
  }
}
select {
  cursor: pointer;
  background: #fff;
  margin-bottom: 5px;
  border: 2px solid #000 !important;
  padding: 6px 10px 4px;
}
.field.configurable label.label {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 912px) {
  li.ui-menu-item {
    -webkit-tap-highlight-color: transparent;
  }
  li.ui-menu-item.menu-item-has-children .level-top:is(:focus,:active),
  li.ui-menu-item a:is(:focus,:active),
  li.ui-menu-item.level0.parent:not(.active):is(:focus,:active),
  a.cat_parent_:is(:focus,:active) {
    background-color: #f0f0f0;
  }
  .level1.parent:has(.open-children-toggle-m:is(:focus,:active)):before {
    background-color: #f0f0f0;
    content: "";
    position: absolute;
    inset: unset;
    width: 100%;
    height: 100%;
    z-index: -3;
  }
  .show:hover {
    border: 0 !important;
  }
  div.navigation .level0 .submenu {
    border: 0 !important;
  }
  .navigation li.ui-menu-item > .open-children-toggle-m {
    width: 100% !important;
  }
}
.show:hover {
  border: 0 !important;
}
.navigation .level0 .submenu {
  border: 1px solid #e1e1e1!important;
}
body .navigation .level0.parent .submenu.subchildmenu.col-sm-12.mega-columns.columns4,
body .navigation .level0.parent .subchildmenu.submenu.opened {
  display: block !important;
  visibility: visible !important;
}
.navigation li.ui-menu-item > .open-children-toggle-m {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
body .navigation li.level0.parent.active .level0.submenu.show {
  height: auto;
}
a.cat_parent_ {
  border-left: 0 !important;
  padding: 1rem 2rem!important;
}
.page-header .header-container.layout-3 .sticky > div,
.page-header .header-container.layout-3 .sticky-header > div {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product.info.detailed .product.data.items > .item.title a {
  color: #000;
  padding: 1.7rem 5rem 1.7rem 0;
}
@media only screen and (max-width: 1280px) {
  .catalog-product-view .box-tocart #product-addtocart-button {
    padding: 15px 15px !important;
    font-size: 12px !important;
  }
  .catalog-product-view .wrapper-bottom-info .notice a {
    font-size: 10px !important;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 2.4rem !important;
  }
  .catalog-product-view h3.subtitle {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 550px) {
  body#html-body .logo-site a img {
    width: 50% !important;
  }
  .catalog-product-view .box-tocart #product-addtocart-button {
    padding: 15px 60px !important;
    font-size: 1.4rem !important;
    height: 50px !important;
    margin-top: 15px;
  }
}
.banner-top-home .row .banner-top .banner-infor,
.banner-top-home .row .banner-top:hover div.banner-infor {
  top: 70% !important;
}
body .post-list-wrapper .blog-post-thumb img.hover,
body .post-list-wrapper .blog-post-thumb:hover img {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
body .post-list-wrapper .blog-post-thumb:hover img.hover {
  opacity: 1 !important;
  scale: 0.8;
}
body .post-list-wrapper .blog-post-thumb {
  min-height: 257.09px;
  align-items: center;
  justify-content: center;
  display: flex;
}
body .post-list-wrapper .blog-post-thumb a {
  position: relative;
  width: 100% !important;
  height: 257.09px;
}
body .post-list-wrapper .blog-list-post .item-post-full {
  margin-bottom: 2rem !important;
}
.account select {
  position: relative !important;
  visibility: visible !important;
  top: 10px;
  border: 1px solid #f2f2f2 !important;
}
.zd_im1c94583465 {
  display: none;
}
.zd_imfa9400e7ab {
  display: block;
}
.rokan-title h2 {
  color: #fff;
}
.swatch-option.image {
  height: 35px !important;
  min-height: 35px !important;
  width: 35px !important;
}
.customer-account-logoutsuccess main#maincontent {
  text-align: center;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 993px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 12px 6px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 6px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 24px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 24px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 12px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 3rem;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 3rem;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 3rem;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 3rem;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 24px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 24px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 6px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 100%;
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: none;
    height: 100%;
    padding: 1.7rem 24px 1.7rem 24px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #bc8246;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: rgba(13, 13, 13, 0);
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: rgba(38, 38, 38, 0);
    color: #bc8246;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2.7rem;
  }
  .product.data.items > .item.content {
    background: rgba(38, 38, 38, 0);
    margin-top: 5.1rem;
    padding: 2rem 2rem 0 2rem;
    border: 0;
    border-top: none;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 6px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #e1e1e1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 18px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 12px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    min-width: 300px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication {
    border: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title {
    text-align: center;
    /* font-family: @heading__font-family__base;
							color: @heading__color__base; */
    font-weight: 600;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login .logo {
    margin: 0 auto 25px auto;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block[class] {
    padding: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .fieldset {
    margin-bottom: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .password .action {
    display: block;
    text-align: right;
    margin-top: 0.5rem;
    color: #999999;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary {
    float: none;
    display: block;
    margin-bottom: 2rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register,
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 1.5rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image {
    max-width: 29rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
    min-width: 50rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .photo.image {
    max-width: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    max-width: 23.6rem;
    margin-right: 3rem;
    width: 50%;
    height: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    margin: 0;
    text-align: left;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap {
    max-height: 85vh;
    overflow: visible;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap .modal-content {
    overflow: auto;
    padding-bottom: 0;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap .modal-content .quickviewContainer .product-main-content {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .super-deal .time_circles .number,
  .super-deal-banner .time_circles .number {
    font-size: 3.6rem;
  }
  .super-deal .title-deal,
  .super-deal-banner .title-deal {
    font-size: 5.2rem;
  }
  .super-deal-banner {
    padding: 11.5rem 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 36px;
    padding: 12px 0 36px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .form-cart {
    width: 70%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 26%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 24px;
    margin: 0 0 12px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 18px 8px 12px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 24px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions {
    position: absolute;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    z-index: 1;
    right: 0;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 12px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 30px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 36px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 12px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 24px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 992px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 12px 36px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 12px 0 0 48px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 24px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 24px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 36px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 24px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 12px 12px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 24px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 24px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 24px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 24px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 24px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 24px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 24px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 12px;
    padding: 6px 12px 12px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 12px;
    padding: 6px 12px 12px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #bc8246;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 30px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 24px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -15px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 24px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 12px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 12px;
    padding-right: 12px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 24px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
    position: relative;
    top: 5px;
  }
  .modes {
    display: inline-block;
    float: right;
    margin-left: 24px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    opacity: 0.5;
    font-size: 0;
  }
  .modes-mode.active {
    opacity: 1;
  }
  .modes-mode::before {
    content: "";
    min-width: 30px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    -webkit-mask: url("../images/grid.svg") no-repeat center center;
    -moz-mask: url("../images/grid.svg") no-repeat center center;
    -ms-mask: url("../images/grid.svg") no-repeat center center;
    mask: url("../images/grid.svg") no-repeat center center;
    background-color: #23232c;
  }
  .mode-list::before {
    -webkit-mask: url("../images/list.svg") no-repeat center center;
    -moz-mask: url("../images/list.svg") no-repeat center center;
    -ms-mask: url("../images/list.svg") no-repeat center center;
    mask: url("../images/list.svg") no-repeat center center;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 12px 12px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 30%;
    padding: 0 10px;
  }
  .page-layout-1column .product.media {
    width: 70%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .magnifier-preview {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 6px;
  }
  .header.content {
    padding: 36px 24px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 24px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .filter .block-subtitle {
    font-weight: 400;
    margin-bottom: 2.4rem;
  }
  .filter.block {
    margin-bottom: 48px;
  }
  .filter-title {
    display: none;
  }
  .filter-options-content {
    padding-bottom: 2.6rem;
    display: block !important;
  }
  .filter-options-item {
    margin-bottom: 2rem;
  }
  .filter-actions {
    margin-bottom: 36px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #e1e1e1;
  }
  .page-layout-1column .filter-content {
    margin-top: 12px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 30px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 6px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 24px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #e1e1e1;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 6px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #666666;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 30px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 30px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .size-26 {
    font-size: 2.6rem;
  }
  .size-30 {
    font-size: 3rem;
  }
  .size-36 {
    font-size: 3.6rem;
  }
  .size-38 {
    font-size: 3.8rem;
  }
  .size-44 {
    font-size: 4.4rem;
  }
  .size-48 {
    font-size: 4.8rem;
  }
  .size-50 {
    font-size: 5rem;
  }
  .size-52 {
    font-size: 5.2rem;
  }
  .size-60 {
    font-size: 6rem;
  }
  .size-70 {
    font-size: 7rem;
  }
  .size-72 {
    font-size: 7.2rem;
  }
  .breadcrumbs {
    max-width: 100%;
  }
  .breadcrumbs .items {
    margin: auto;
    width: 95%;
  }
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-footer .footer-static_link .footer-links {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile ul.ft-contactus {
    margin-top: 1.4rem;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile ul.ft-contactus li {
    line-height: 2;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile ul.ft-contactus li i {
    padding-right: 5px;
    min-width: 23px;
  }
  .page-footer .footer-static_link .footer-links ul li {
    line-height: 2.3;
  }
  .product.info.detailed .product.data.items {
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
    display: inline-flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .product.info.detailed .product.data.items > .item.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: transparent;
    z-index: 2;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed .product.data.items > .item.title.active:after {
    background: #bc8246;
  }
  .fieldset {
    margin: 0 0 20px;
  }
  .cart-container .cart.table-wrapper .items tr td:first-child {
    padding-left: 0;
  }
  .login-container .block.block-customer-login {
    position: relative;
    padding-right: 8%;
  }
  .login-container .block.block-customer-login:before {
    position: absolute;
    content: 'or';
    top: 0;
    bottom: 0;
    right: -2.5%;
    width: 51px;
    height: 51px;
    font-size: 14px;
    line-height: 51px;
    font-style: italic;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    margin: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .login-container .block.block-customer-login:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2.5%;
    bottom: 0;
    border-right: 1px solid #e1e1e1;
    z-index: 0;
  }
  .login-container .block.block-new-customer {
    padding-left: 8%;
  }
  .login-container .block.block-new-customer .block-content .actions-toolbar .primary a {
    min-height: 45px;
    line-height: 1;
  }
  .login-container .block.block-new-customer .block-content .actions-toolbar .primary a:hover {
    background-position: right top !important;
    border-color: #bc8246;
  }
  body .fieldset > .field.choice:before,
  body .fieldset > .field.no-label:before {
    padding: 0;
  }
  .contact-us > div:first-child {
    padding-right: 3rem;
  }
  .contact-us > div:last-child {
    padding-left: 3rem;
  }
  .page-layout-2columns-left .main {
    padding-left: 0 !important;
  }
  .banner-about-top img {
    width: 100%;
  }
  .banner-about-top.absolute-content {
    position: relative;
  }
  .banner-about-top.absolute-content .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -moz-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -ms-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
  }
  .about-top p {
    padding-right: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
  .customer-account-create .form-create-account .fieldset:not(.additional_info) {
    float: left;
    overflow: hidden;
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: visible;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    width: calc(50% - 30px);
  }
  .customer-account-create .form-create-account .actions-toolbar > div,
  .customer-account-forgotpassword .form-create-account .actions-toolbar > div {
    margin: 3rem 15px 0;
  }
  .banner-about-top img {
    width: 100%;
  }
  .banner-about-top.absolute-content {
    position: relative;
  }
  .banner-about-top.absolute-content .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -moz-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -ms-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
  }
  .about-top p {
    padding-right: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1200px), print and only screen and (max-width: 1200px) {
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -moz-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -ms-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
  }
}
@media all and (min-width: 1200px), print {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 12px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #a3a3a3;
    line-height: 50px;
    padding: 0 15.5px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #bc8246;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #bc8246;
    border-width: 0 0 3px;
    color: #bc8246;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: 400;
    min-width: 230px;
    padding: 20px 15px;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #e1e1e1;
    color: #e1e1e1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #666666;
    padding: 0 15px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #bc8246;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #bc8246;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #bc8246;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .amgroupassign-groupcode {
    max-width: 105px;
    margin: 0 16px 0 0;
  }
  .amgroupassign-li-nav {
    align-items: center;
    flex-direction: row;
  }
  .brand-product-tab .brand-list-tab-container-title {
    grid-template-columns: repeat(1000, 16.66666667%);
  }
  #close-menu {
    display: none;
  }
  .navigation {
    position: static;
  }
  .navigation ul,
  .navigation ol {
    list-style: none;
  }
  .navigation > ul {
    position: static;
  }
  .navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .navigation .menu-top-block {
    margin-bottom: 10px;
  }
  .navigation .menu-bottom-block {
    margin-top: 10px;
  }
  .navigation .open-children-toggle {
    display: none;
  }
  .navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    display: none;
  }
  .navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .navigation span.cat-label.cat-label-label2 {
    background-color: #ff3b30;
  }
  .navigation span.cat-label.cat-label-label3 {
    background-color: #4cd964;
  }
  .navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .navigation li.level0 > .level-top {
    font-weight: 500;
  }
  .navigation li.level0 .row {
    justify-content: space-between;
  }
  .navigation li.level0:first-child > .level-top {
    padding-left: 0;
  }
  .navigation li.level0.parent > .level-top {
    padding-right: inherit;
    display: inline-block;
    text-decoration: none;
  }
  .navigation li.level0.parent > .level-top > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation li.level0.parent > .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation li.level0.parent .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: none;
  }
  .navigation li.level0.parent .submenu:before {
    height: 20px;
    top: -20px;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    margin-bottom: 2rem;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent > a:not(:hover) {
    color: #323232;
  }
  .navigation li.level0.parent .submenu {
    margin-top: 20px !important;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  .navigation li.level0.parent .submenu,
  .navigation li.level0.parent .subchildmenu .subchildmenu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navigation li.level0.parent:hover .submenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .navigation li.level0.classic .row {
    margin: 0;
  }
  .navigation li.level0.classic .submenu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation li.level0.classic .submenu a {
    padding: 0 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navigation li.level0.classic .subchildmenu {
    width: 100%;
    z-index: 22;
    margin: 0;
  }
  .navigation li.level0.classic .subchildmenu .level1 .subchildmenu {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    min-width: 1px;
    border: 1px solid #e1e1e1;
    padding: 20px 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span {
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation li.level0.classic .subchildmenu .level1:hover .subchildmenu {
    left: 100% !important;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navigation li.level0.fullwidth {
    position: static;
  }
  .navigation li.level0.fullwidth > .submenu {
    width: 100%;
    padding: 4rem 4rem 2rem;
  }
  .navigation li.level0.fullwidth .submenu li.parent > a:after,
  .navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .navigation li.level0.fullwidth .submenu .menu-left-block h3,
  .navigation li.level0.staticwidth .submenu .menu-left-block h3 {
    margin-bottom: 0.7rem;
  }
  .navigation li.level0.fullwidth .submenu .menu-left-block p,
  .navigation li.level0.staticwidth .submenu .menu-left-block p {
    margin-bottom: 2rem;
  }
  .navigation li.level0.fullwidth .submenu .menu-top-block a,
  .navigation li.level0.staticwidth .submenu .menu-top-block a,
  .navigation li.level0.fullwidth .submenu .menu-left-block a,
  .navigation li.level0.staticwidth .submenu .menu-left-block a,
  .navigation li.level0.fullwidth .submenu .menu-right-block a,
  .navigation li.level0.staticwidth .submenu .menu-right-block a,
  .navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .navigation li.level0.fl-left {
    float: left;
  }
  .navigation li.level0.fl-right {
    float: right;
  }
  .navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .navigation li.level0 > a > span.cat-label {
    top: -2px;
    right: 0px;
  }
  .navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #007aff;
  }
  .navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #ff3b30;
  }
  .navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .navigation li.parent > .submenu.popup-left {
    left: auto;
    right: 0;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label {
    top: 0px;
    right: -35px;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .navigation.side-custommenu li {
    margin: 0;
    position: relative;
  }
  .navigation.side-custommenu li.level0 {
    display: block;
    position: relative;
  }
  .navigation.side-custommenu li.level0.parent > a:after {
    vertical-align: top;
    margin-left: 6px;
    line-height: 41px;
    float: right;
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
  }
  .navigation.side-custommenu li.level0.classic .submenu li.parent > a:after {
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .navigation.side-custommenu li.level0.fullwidth > .submenu,
  .navigation.side-custommenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .navigation.side-custommenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .navigation.side-custommenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .navigation.side-custommenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation.side-custommenu li.level0:first-child > a {
    border-top: 0;
  }
  .navigation.side-custommenu li.level0:hover {
    background-color: #08c;
  }
  .navigation.side-custommenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .sticky .navigation li.level0.parent .submenu {
    margin-top: 20px !important;
  }
  .sticky .navigation li.level0.parent .submenu:before {
    height: 20px;
    top: -20px;
  }
  .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .rokanthemes-onepagecheckout .opc-wrapper {
    width: 66.66%;
    padding-right: 30px;
  }
  .rokanthemes-onepagecheckout #opc-sidebar {
    width: 33%;
    margin-top: 0;
  }
  .rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs:not(.has-banner-image) .widget-tabs .ui-tabs-panel,
  .container_vertical_tab_postions.wrapper_product_tabs:not(.has-banner-image) .widget-tabs .ui-tabs-panel {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .widget-tabs,
  .container_vertical_tab_postions.wrapper_product_tabs .widget-tabs {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .widget-tabs .ui-tabs-panel .products,
  .container_vertical_tab_postions.wrapper_product_tabs .widget-tabs .ui-tabs-panel .products {
    margin: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav {
    min-width: 270px;
    margin-right: 30px;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li {
    margin-bottom: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li a:after {
    top: 0;
    bottom: 0;
    left: 80%;
    margin: auto;
    border-width: 0 0 0 15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-color: #bc8246;
    opacity: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li:not(:last-child) a,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li:not(:last-child) a {
    border-bottom: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li:hover a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li:hover a:after,
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li.ui-state-active a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li.ui-state-active a:after {
    opacity: 1;
    left: 100%;
  }
  .testimo-slider {
    background-repeat: no-repeat;
    background-position: center;
  }
  .testimonial-index-index .pt-testimonial-item ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #close-vertical {
    display: none;
  }
  .verticalmenu.navigation .list-category-dropdown {
    border: 2px solid #bc8246;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > a {
    line-height: 50px;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 a .menu-thumb-icon {
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:not(:last-child) > a {
    border-bottom: 1px solid #e1e1e1;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover {
    background: transparent;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > .submenu {
    left: 100%;
    top: 0;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu,
  .verticalmenu.navigation .list-category-dropdown li.level0.classic .parent .subchildmenu {
    left: 110%;
    top: 0;
    min-height: 100%;
    max-height: 80vh;
    padding: 0;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
    border: 2px solid #bc8246;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.parent > .level-top:after {
    content: '\e608';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.classic .subchildmenu li:not(:last-child) a {
    border-bottom: 1px solid #e1e1e1;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu {
    min-width: 52vw;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth,
  .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth {
    position: static;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu,
  .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth .submenu {
    max-width: 956px;
    border: 2px solid #bc8246;
    padding: 4rem 6rem 2rem 4rem;
    background-repeat: no-repeat;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > a,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link > a {
    border-color: #e1e1e1;
    padding: 0 3rem;
    display: block;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link > a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: -1;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:not(:hover) a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:not(:hover) a:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover,
  .verticalmenu.navigation .list-category-dropdown li.level0.active,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link.active {
    background: transparent;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > a,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover > a,
  .verticalmenu.navigation .list-category-dropdown li.level0.active > a,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link.active > a {
    color: #222222;
    border-color: #bc8246;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover > a:before,
  .verticalmenu.navigation .list-category-dropdown li.level0.active > a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link.active > a:before {
    background-color: #bc8246;
  }
  .verticalmenu.navigation .expand-category-link a {
    line-height: 50px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg,
  body .container-xl,
  body .wrapper-the-blue-sky-slider .nivo-controlNav {
    max-width: 1200px;
  }
  .transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .product-main-content {
    background-color: #f5f5f5;
    -webkit-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -moz-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -ms-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    padding-top: 0;
    padding-bottom: 9rem;
  }
  .page-header .header-container.layout-4 .sticky > div,
  .page-header .header-container.layout-4 .sticky-header > div {
    padding: 4.5rem 1.5rem;
  }
  .page-header .header-container.layout-4.sticky .sticky-header > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .header-container.layout-1,
  .page-header .header-container.layout-7 {
    padding: 3rem 0;
  }
  .storelocator-index-index .banner-storelocator {
    line-height: 0;
    margin-bottom: 8rem;
  }
  .storelocator-index-index .page-header .header-container.layout-1,
  .storelocator-index-index .page-header .header-container.layout-7 {
    padding-top: 0;
    padding: 20px 0;
  }
  .cms-index-index .page-header .header-container.layout-1,
  .cms-index-index .page-header .header-container.layout-7,
  .cms-index-index .page-header .header-container.layout-9,
  .cms-index-index .page-header .header-container.layout-12 {
    position: absolute;
  }
  .cms-index-index .page-header .header-container.layout-9 {
    padding-top: 3rem;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header-middle {
    background: transparent;
  }
  .cms-index-index .page-header .header-container.layout-12 {
    padding-top: 2rem;
  }
  .cms-index-index .page-header .header-container.layout-12:not(.sticky) .header-middle {
    background: transparent;
  }
  .navigation .level0 .submenu {
    line-height: 3;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
