@import url('https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&display=swap');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.field.choice {
  margin: 20px 0;
  position: relative;
}
.field.choice label {
  display: flex !important;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.column.main input[type="checkbox"],
.column.main input[type="radio"] {
  width: 28px !important;
  height: 28px !important;
  line-height: normal !important;
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 1;
  opacity: 0;
}
body .page-title-wrapper {
  margin-top: 70px;
}
body .password-strength-meter {
  padding: 0px;
}
.field-tooltip.toggle {
  display: none !important;
}
.column.main input[type="checkbox"] + label:before {
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  background: url(../images/checkbox.png) no-repeat 0 0%;
}
.column.main input[type="checkbox"]:checked + label:before {
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  background: url(../images/checkbox.png) no-repeat 0 bottom / 100%;
}
.column.main input[type="radio"] + label {
  position: relative;
}
.column.main input[type="radio"] + label:before {
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  background: url(../images/radio.png) no-repeat 0 0%;
}
.column.main input[type="radio"]:checked + label:before {
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  background: url(../images/radio.png) no-repeat 0 bottom / 100%;
}
.fieldset .field {
  margin-bottom: 20px;
}
.fieldset .field label {
  display: none;
}
body select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #36312E;
  border-radius: 1px;
  font-family: 'Bahij Janna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding: 0 27px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #858585;
}
#co-shipping-form #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
}
#shipping-new-address-form > div {
  width: 50%;
}
.opc-block-summary {
  background: top;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  position: relative;
  margin-top: 35px;
}
body .opc-wrapper .form-login,
body .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.opc-wrapper.am-opc-wrapper.layout-2columns.am-submit-summary::before {
  width: 1px;
  height: 100%;
  background: #C5C5C5;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
}
/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * 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);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/* COMMON STYLES
   ========================================================================== */
.mf-grey-text {
  color: #888484;
}
.mf-row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-inline-end: 2rem;
  text-align: start;
}
/* CONTAINERS
   ========================================================================== */
.mf-payment-methods-container {
  max-width: 45rem;
  background-color: #fff;
  border: 0.063rem solid #e2e5e8;
  border-radius: 0.5rem;
  box-shadow: 0.063rem 0.063rem 0.625rem 0 rgba(144, 144, 144, 0.5);
  padding: 0.5rem 2rem;
  margin: 0.5rem auto;
  display: flex;
  flex-direction: column;
}
/* PAYMENT METHODS SECTION
   ========================================================================== */
.mf-card-container {
  border: 0.063rem solid #e3e3e8;
  border-radius: 0.5rem;
  box-shadow: 0 0.063rem 0.188rem 0 rgba(0, 0, 0, 0.1), 0 0.063rem 0.125rem 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.3rem 0rem;
  padding: 0.3rem 1.95rem;
  cursor: pointer;
  background-color: #fff;
}
.mf-card-container:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 0.063rem 0.125rem, rgba(45, 35, 66, 0.3) 0 0.188rem 0.25rem 0.063rem, #d6d6e7 0 0.063rem 0 inset;
  transform: translateY(-0.125rem);
  background-color: white;
  border: 0.063rem solid #e3e3e8;
  border-radius: 0.5rem;
  box-shadow: 0 0.063rem 0.188rem 0 rgba(0, 0, 0, 0.1), 0 0.063rem 0.125rem 0 rgba(0, 0, 0, 0.06);
}
.mf-payment-logo {
  margin-inline-end: 1rem;
  width: 3.5rem;
}
.mf-payment-text {
  color: #40a7cf;
  font-size: 1.125rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 1rem 0;
}
/* DIVIDER
   ========================================================================== */
.mf-divider {
  width: 100%;
  text-align: center;
  border-bottom: 0.063rem solid #c7c7c7;
  line-height: 0.1rem;
  margin: 1.25rem 0;
}
.mf-divider-span {
  color: #888484;
  background: #fff;
  padding: 0 0.625rem;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
  .block.filter button#ln_button_submit {
    display: none;
  }
  .block.filter.active button#ln_button_submit {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 15%;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  border: 2px solid #01007F;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
.filter-options-item .layer-search-box {
  border-radius: 4px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductFinder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductfinder-horizontal li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.mpproductfinder-vertical li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.mpproductfinder-filter-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}
.mpproductfinder-block {
  border-radius: 5px;
  background-color: #efefef;
}
.mpproductfinder-block ul {
  position: relative;
  padding: 10px 15px 15px 15px;
}
.mppf-find-btn.active {
  display: inline-block !important;
}
.mppf-find-btn {
  display: none !important;
}
.mppf-reset-btn.active {
  display: inline-block !important;
}
.mppf-reset-btn {
  display: none !important;
}
.dropdown-select-content {
  display: none;
}
.dropdown-select-content.active {
  display: block;
  z-index: 10;
}
.select-wrapper {
  position: relative;
  padding: 5px 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #cccccc;
}
.select-wrapper span {
  padding: 10px;
  color: #0f0c08;
}
.select-wrapper:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #7f7f7f transparent;
}
.dropdown-item input.hidden {
  display: none;
}
.dropdown-select-content {
  /* Size & position */
  left: 2%;
  position: absolute;
  width: 95%;
  margin-top: 5px;
  /* Styles */
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-select-content .dropdown-item {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  transition: all 0.3s ease-out;
  float: left;
  border: 1px solid #cccccc;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #eaeaea;
  cursor: pointer;
}
.dropdown-select-content .dropdown-item:hover {
  background-color: #d8d7d7;
}
/* Active state */
.select-wrapper.active {
  box-shadow: none;
  color: white;
}
.select-wrapper.active .categories {
  max-height: 400px;
}
.select-wrapper:focus {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.select-wrapper:focus:after {
  border-color: #82d1ff transparent;
}
.select-wrapper:focus .categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.mpproductfinder-close-btn {
  background: url(images/btn-close.png) no-repeat center;
  -moz-background-size: contain;
  font-size: 2rem;
  border: none;
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  right: 0;
  margin: 5px;
  cursor: pointer;
}
.mpproductfinder-select .chosen-container {
  width: 100% !important;
}
.mppf-filter-label {
  display: inline-grid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mppf-filter-label {
    width: 10%;
  }
}
.mppf-filter-label span {
  padding: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.mppf-option-label {
  padding: 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationUtimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln-show-less,
.ln-show-more {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 170px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(70%) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
@media only screen and (min-width: 768px) {
  .mp-stickey {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
  .mp-stickey .filter-options {
    max-height: calc(75vh);
    overflow-y: auto;
    border-radius: 4px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar {
    height: 40px;
    width: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .block-content-with-show-navigation {
    display: flex;
  }
  .block-content-with-show-navigation .block-content.filter-content {
    min-width: 86%;
  }
  div#layered-horizontal-container div.mp-show-navigation {
    display: none !important;
  }
  div.mp-show-navigation {
    position: absolute;
  }
  div.mp-show-navigation.active {
    position: unset;
  }
  .mp-show-navigation img {
    width: 20px;
    background-color: #ececee;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
  }
  #layered-horizontal-container .filter-options-content {
    min-width: 170px !important;
  }
  #layered-horizontal-container #ln_slider_container_price {
    width: calc(80%) !important;
    padding: 0 10px;
  }
  a.rating-summary {
    max-width: 97% !important;
  }
  #ln_slider_container_price {
    width: 90% !important;
    padding: 0 10px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.data.item.content .products .product-items .product-item .product-item-info,
#quick-view #layer-product-list .products .product-items .product-item .product-item-info {
  padding-bottom: 10px;
}
.brand-container {
  margin: 0 20px;
}
.brand-image-container,
.brand-description-container,
.brand-cms-container {
  margin-bottom: 20px;
}
.brand-image-container .brand-image-photo {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
}
.product-list-container.brand-list-container {
  padding-top: 20px;
}
.block-brand-search {
  padding: 15px 0 40px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
}
.block-brand-search .block-title {
  font-size: 3.5em;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
.block-brand-search .block-content {
  margin-top: 1em;
}
.block-brand-search .block-content .mp-searchbox {
  position: relative;
  max-width: 660px;
  text-align: left;
  margin: 0 auto;
}
.block-brand-search .search-btn {
  display: inline-block;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: -2px;
  z-index: 1;
  height: 61px !important;
}
.block-brand-search .search-btn > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-brand-search .search-btn:before {
  -webkit-font-smoothing: antialiased;
  font-size: 39px;
  line-height: 61px;
  color: #8f8f8f;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 500px) {
  .block-brand-search .search-btn:before {
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 61px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .block-brand-list .block-title {
    padding: 5px 0 40px 0;
    width: 100% !important;
  }
  .block-brand-list .block-title .title {
    width: 100% !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
  }
  .block-brand-list ul.brand-options {
    width: 100% !important;
    padding-left: 30px !important;
  }
  .block-brand-list ul.category-nav-list {
    margin-top: 15px;
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    width: 70% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
    width: 80px !important;
    height: 80px !important;
  }
  .shopbybrand-product-name {
    font-size: 18px !important;
  }
  .autocomplete-no-suggestion {
    font-size: 18px !important;
  }
  .mpbrand-top-link ul.ui-widget-content .container li {
    text-align: center;
  }
  .mpbrand-top-link ul.ui-widget-content .ui-corner-all span {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .block-brand-list ul.brand-options {
    width: 63% !important;
  }
  .block-brand-list ul.category-nav-list {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .brand-list-content .product-item-details {
    padding: 0 25px !important;
  }
  .block-brand-list .brand-list-content .product-item-info .product-image-photo {
    width: 100px !important;
    height: 100px !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    width: 65% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
    width: 60px !important;
    height: 60px !important;
    border-radius: 20px !important;
  }
  .shopbybrand-product-name {
    font-size: 16px !important;
    padding: 5px 0 !important;
  }
  .autocomplete-no-suggestion {
    font-size: 16px !important;
  }
}
.block-brand-search .block-content .mp-searchbox .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 18px 10px 18px 20px !important;
  height: auto !important;
}
@media (max-width: 500px) {
  .block-brand-search .block-content .mp-searchbox .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 18px 10px 18px 15px !important;
    height: auto !important;
  }
}
.block-brand-feature {
  padding-bottom: 20px;
}
.block-brand-feature .block-title {
  text-align: center;
  margin-bottom: 30px !important;
}
.block-brand-feature .owl-item img {
  width: 100% !important;
  border-radius: 30px;
}
.block-brand-feature .owl-stage-outer {
  padding: 0 15px;
}
.block-brand-feature .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 25px;
}
.owl-prev,
.owl-next {
  position: absolute;
  font-size: 6rem !important;
  opacity: 0.7;
  color: #61615f !important;
}
.block-brand-feature .block-content .owl-prev {
  top: 20% !important;
  left: -15%;
}
.block-brand-feature .block-content .owl-next {
  top: 20% !important;
  right: -15%;
}
.brand-container .block-brand-feature .block-content .owl-prev,
.brand-container .block-brand-feature .block-content .owl-next {
  color: #000 !important;
}
.block-brand-feature .block-content .owl-nav [class*='owl-']:hover {
  background: none !important;
}
.brand-container .block-brand-feature .block-content .owl-nav [class*='owl-']:hover {
  color: #333 !important;
}
.brand-container .block-brand-feature #block-feature-brand-heading {
  font-weight: bold;
  font-size: 2.8em !important;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  border-radius: 15px;
  z-index: 1 !important;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.autocomplete-suggestion a.shopbybrand-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left {
  width: 18%;
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
  width: 75%;
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
  width: 100px;
  height: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}
.shopbybrand-product-name {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  padding: 10px 0;
}
.autocomplete-no-suggestion {
  padding: 2px 15px !important;
  font-size: 20px;
  color: #333333;
}
.shopbybrand-product-des {
  color: #333333;
}
.block-brand-feature .block-content .owl-carousel {
  width: calc(60%);
  margin: auto;
}
.sidebar-main .block-brand-feature .block-content .owl-carousel {
  width: calc(65%) !important;
  margin: auto;
}
.block-brand-feature .owl-carousel .owl-item img {
  height: 200px;
}
.block-brand-list .block-title .title {
  width: 27%;
  float: left;
  padding-left: 45px;
  line-height: 50px;
}
.block-brand-list .block-title .title h1 {
  font-weight: bold;
}
.block-brand-list ul.brand-options {
  list-style-type: none;
  padding-left: 0;
  width: 68%;
  float: left;
}
.block-brand-list .block-title {
  padding: 40px 0;
  border-bottom: 1px solid;
  width: 85%;
  margin: auto;
}
.block-brand-list ul.brand-options:after,
.block-brand-list .brand-mix-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block-brand-list ul.brand-options li {
  position: relative;
  min-width: 70px;
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 20px;
}
.block-brand-list ul.brand-options li#mp-first-opt {
  border-left: 1px solid #4d4d4d;
}
.block-brand-list ul.brand-options li.active {
  color: #ffffff;
}
.block-brand-list ul.brand-options li.control {
  cursor: pointer;
  border: 1px solid #4d4d4d;
}
.block-brand-list ul.brand-options li.control:hover {
  box-shadow: 2px 2px #4d4d4d;
}
.block-brand-list ul.brand-options li.disabled {
  cursor: not-allowed;
  border: 1px solid #fff;
}
.block-brand-list ul.brand-options a.mp-option-item {
  color: inherit;
  position: relative;
  display: block;
  padding: 4px 0px;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.block-brand-list ul.category-nav-list {
  margin-top: 30px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-brand-list ul.category-nav-list li {
  padding: 0 10px;
  margin-right: 15px;
  border: 1px solid black;
}
.block-brand-list ul.category-nav-list a {
  line-height: 20px;
  padding: 12px 30px !important;
}
.block-brand-list ul.brand-options li.disabled a {
  opacity: 0.5;
  background: #C8C8C8;
  border-radius: 15px;
}
.block-brand-list .mp-filter.mix {
  float: left;
  margin: 5px;
}
.block-brand-list .mp-filter.mix .mp-label {
  text-align: center;
  padding: 10px;
}
.brand-list-content {
  width: 100%;
  float: right;
}
.brand-list-content ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.brand-list-content ol .product-item-info {
  margin: 0 auto;
}
.brand-list-content .product-item-details {
  float: left;
  width: 70%;
  padding: 0 35px;
}
.brand-info {
  width: 100%;
  float: left;
}
.brand-info .product-item-name {
  float: left;
  width: 90%;
}
.product-item-name a {
  font-weight: 600 !important;
}
.brand-info .quickview_popup {
  float: right;
  width: 10%;
  font-size: 18px;
}
.brand-list-content .product-item-description {
  margin: 15px 0;
  width: 100%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.quickview_popup a {
  color: #333333;
}
.brand-list-content .product-item-info:hover {
  border: none !important;
  box-shadow: none !important;
}
.brand-list-content .product-item-info .product-image-photo:hover {
  border: 1px solid #d9d9d9 !important;
  box-shadow: 3px 3px 3px 3px #d9d9d9!important;
}
.product-list-container .brand-char {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.brand-char .brand-char-title {
  float: left;
  font-weight: 700;
  font-size: 25px;
  width: 3%;
  margin-top: 10px;
}
.brand-char .action {
  float: right;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0 !important;
  margin-top: 13px !important;
  background: none !important;
}
.show-more {
  text-align: right;
  font-size: 16px;
}
.brand-char .action:hover {
  background: #eeeeee !important;
}
.product-list-container .action::after {
  font-size: 10px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  text-align: center;
}
.product-list-container .action.active::after {
  content: '\e622';
}
.block-brand-feature .brand-image {
  display: unset;
}
#quick-view .brand_title {
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
#quick-view .related-product-modal-title {
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.related-product-modal-content .toolbar-products {
  position: inherit !important;
}
.related-product-modal-content ol {
  display: flex;
  flex-wrap: wrap;
}
.related-product-modal-content .product-item-info {
  width: 90%;
}
@media (max-width: 769px) {
  #quick-view .related-product-modal-title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 15px;
  }
  .related-product-modal-content .toolbar-products {
    position: relative !important;
  }
}
#quick-view .brand-info-container {
  float: left;
  width: 30%;
  padding: 0 25px;
}
#quick-view .related-product-container {
  float: left;
  width: 60%;
}
.limiter {
  display: none;
}
.quickview_popup a {
  color: #333333;
}
@media (max-width: 603px) {
  #quick-view .brand-info-container {
    float: left;
    width: 100%;
    padding: 0;
  }
  #quick-view .related-product-container {
    float: left;
    width: 100%;
  }
}
.brand-info-container .img-content {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 25px 0;
}
.brand-info-container .img-content img {
  width: 250px;
}
.brand-info-container .quickview_img {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  box-shadow: 3px 3px 3px 3px #d9d9d9!important;
}
.brand_description {
  clear: both;
  width: 50%;
  margin: 0 auto;
}
.brand-information .product-image-container {
  margin-top: 25px;
}
.shopbybrand-suggestion-right .shopbybrand-product-name {
  white-space: initial;
}
.shopbybrand-product-des,
.shopbybrand-product-des p {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopbybrand-product-des li {
  white-space: initial;
}
@media (min-width: 480px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 720px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mpbrand-top-link .subchildmenu li {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#category-brand-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category-brand-subtitle {
  display: block;
}
#block-category-brand-container {
  border-bottom: solid 1px #ccc;
}
.block-brand-feature .relate-content {
  text-align: center;
}
.block-brand-feature .relate-content a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 85%;
}
.block-brand-feature .relate-content a span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    width: 100%;
  }
}
#thumbnail-brand-subtitle {
  display: block;
}
#block-brand-thumbnail-container {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
#brand-thumbnail-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#brand-thumbnail-menu li a {
  display: block;
  color: #000;
  padding: 3px 0;
  text-decoration: none;
}
#brand-thumbnail-menu li span {
  display: block;
  padding: 8px 8px 8px 50px;
}
.brand-items {
  padding-bottom: 4px;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.loader img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.brand-topmenu-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #d9d9d9 !important;
}
.mpbrand-top-link ul.submenu.ui-menu.ui-widget.ui-widget-content.ui-front {
  border-radius: 20px;
  padding-top: 20px;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all:hover {
  background: none !important;
}
.mpbrand-top-link ul.ui-widget-content #ui-all-brand {
  padding: 20px 0 15px;
  text-align: center;
}
.mpbrand-top-link ul.ui-widget-content #ui-all-brand span {
  border: 1px solid #666666;
  border-radius: 15px;
  padding: 3px 20px !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all div {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all div:hover {
  color: #000000 !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all span {
  font-weight: 600;
  font-size: 16px;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all span:hover {
  color: #000000 !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all:hover .brand-topmenu-image {
  border: 1px solid #666666 !important;
  box-shadow: 0 0 6px 6px #f2f2f2 inset;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu {
  padding-bottom: 30px;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu .brand-topmenu-image {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 1px solid #d9d9d9 !important;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu .ui-corner-all span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu #ui-all-brand {
  padding-left: 60px !important;
}
@media (max-width: 768px) {
  .nav-bottom-item li {
    width: 100%;
    text-align: center;
  }
}
.owl-carousel.brand-carousel .owl-item img {
  height: 200px;
}
@media (max-width: 600px) {
  .brand-detail .product-item-photo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .brand-detail .product-item-details {
    float: left;
  }
}
.navigation li.level0.mpbrand-top-link.grid > .submenu {
  max-width: 100%;
}
@media (min-width: 720px) {
  .navigation li.level0.mpbrand-top-link.grid-2 > .submenu {
    min-width: 320px;
  }
  .navigation li.level0.mpbrand-top-link.grid-3 > .submenu {
    min-width: 500px;
  }
  .navigation li.level0.mpbrand-top-link.grid-4 > .submenu {
    min-width: 640px;
  }
}
.mpbrand-image-container {
  display: inline-block;
  max-width: 100%;
}
.mpbrand-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.navigation li.level0.mpbrand-top-link .mpbrand-dropdown-menu {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.brand-quick-view .modal-inner-wrap {
  border-radius: 10px;
}
.brand-quick-view .modal-inner-wrap .modal-header {
  border-radius: 10px 10px 0 0;
}
/********** Product Page **********/
.product-brand-logo img {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.product-brand-logo img:hover {
  box-shadow: 2px 2px 2px 2px #f2f2f2;
}
.product-brand-name span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}
.product-brand-desc {
  padding: 5px;
}
/********** Category Page **********/
.sidebar-main .block-brand-feature {
  padding-bottom: 0 !important;
}
.sidebar-main .block-brand-feature .block-content .owl-item .brand-image {
  height: 130px !important;
}
.sidebar-main .block-brand-feature .block-content .owl-item .brand-image:hover {
  box-shadow: 2px 2px 2px 2px #f2f2f2;
}
.sidebar-main .block-brand-feature #block-feature-brand-heading {
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
#block-brand-thumbnail-container .brand-items .brand-thumbnail-image {
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
#block-brand-thumbnail-container .brand-items span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 60px !important;
}
.block-brand-widget a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sidebar-main .block-brand-feature .relate-content {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
*     Owl Carousel Owl Demo Theme
*    v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Begin Tamara payment css */
.message.error.hidden-error-iframe {
  display: none;
}
.tamara-promo-widget-wrapper {
  margin-bottom: 20px;
}
/* End Tamara payment css*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .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 (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.block-search {
  padding-left: 29px !important;
}
@font-face {
  font-family: 'Bahij Janna';
  src: url('../fonts/BahijJanna.eot');
  src: url('../fonts/BahijJanna.eot?#iefix') format('embedded-opentype'), url('../fonts/BahijJanna.woff2') format('woff2'), url('../fonts/BahijJanna.woff') format('woff'), url('../fonts/BahijJanna.ttf') format('truetype'), url('../fonts/BahijJanna.svg#BahijJanna') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #F1F1EF;
  overflow-x: hidden;
}
body .mangoit-header-container {
  background: #917663;
  font-family: "Mohave", sans-serif;
}
body .mangoit-header-container .owl-item .item {
  border: none;
}
body .mangoit-header-container .owl-item .item .item-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body .mangoit-header-container .owl-item .item .item-text img {
  max-width: 100%;
  width: 20px;
  margin-top: -2px;
}
body .minicart-wrapper .action.showcart::before {
  display: none !important;
}
body .minicart-wrapper,
body .customer-login,
body .block.block-search {
  margin-top: 10px;
}
body .minicart-wrapper {
  margin-left: 18px;
}
body .action.showcart {
  margin-top: 5px;
}
body.sticky .page-header {
  border: 0;
  margin-bottom: 0;
  position: sticky;
  top: -60px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
body .page-footer {
  background: #1A1A1A;
}
body .static-text-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}
body .content-description {
  color: #36312e;
  font-size: 18px;
  line-height: 24px;
}
body.cms-index-index .page-header + .block-static-block {
  display: none;
}
body.cms-index-index .two-images-static-block.subcategory-box {
  border: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item {
  flex: 1;
  position: relative;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item:hover {
  border: none;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item:hover .box-item-content {
  bottom: 80px;
  transition: bottom 0.3s ease-out;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item:hover .box-item-content .sub-category {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item img {
  max-width: none;
  width: 100%;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item .box-item-content {
  position: absolute;
  bottom: 69px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  transition: bottom 0.3s ease-out;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item .box-item-content h4.box-item-content-title {
  font-size: 50px;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  transition: color 0.3s ease-out;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item .box-item-content .sub-category {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.cms-index-index .two-images-static-block.subcategory-box .box-item .box-item-content .sub-category a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease-out;
}
body.cms-index-index .category-block-top {
  max-width: 900px;
  margin: 0 auto 35px;
  text-align: center;
}
body.cms-index-index .category-block-top > span {
  width: 100%;
  display: inline-block;
  color: #6F6F6F;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
body.cms-index-index .category-block-top > span:first-child {
  margin: 25px 0;
}
body.cms-index-index .category-block-top h2 {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
body.cms-index-index .category-block-top h2 span {
  color: #917663;
}
body.cms-index-index .category-block-top p {
  font-size: 22px;
  max-width: 80%;
  margin: 0 auto;
  line-height: 30px;
}
.custom-product-info-box .product.media .prlabel-container.view {
  display: block !important;
}
.custom-product-info-box .product.media .prlabel-container.view .label-wrapper.dom.position-top-right {
  z-index: 4;
}
body .category-static-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 36px;
}
body .category-static-block > div {
  width: 50%;
  position: relative;
}
body .category-static-block > div.image-box {
  width: 100%;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  max-height: 530px;
}
body .category-static-block > div.image-box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
}
body .category-static-block > div.image-box img {
  width: 100%;
}
body .category-static-block > div .image-content-box {
  width: 100%;
  height: 98%;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
body .category-static-block > div .image-content-box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
}
body .category-static-block > div .image-content-box img {
  width: 100%;
}
body .category-static-block > div .text-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
}
body .category-static-block > div .text-content h3 {
  font-family: "Mohave", sans-serif;
  font-size: 50px;
  color: #fff;
}
body .category-static-block > div .text-content button {
  background: #FFFFFF;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px auto 10px;
  font-family: "Mohave", sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  white-space: nowrap;
}
.static-block.service {
  background: #917663;
  padding: 54px 36px 26px;
}
.static-block.service .services-box .item {
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.static-block.service .services-box .item:last-child {
  border: none;
}
.static-block.service .services-box .item img {
  max-height: 70px;
  margin-bottom: 8px;
}
.static-block.service .services-box .item p small {
  font-size: 20px;
  color: #fff;
  margin-top: 2px !important;
  display: inline-block;
  width: 50%;
  line-height: 24px;
}
.static-block.service .services-box .item .box-heading {
  font-family: "Mohave", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
}
.static-block.service .explore-more {
  margin-top: 35px;
  text-align: center;
}
.static-block.service .explore-more a {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  text-decoration: underline;
  margin: 0 15px;
  font-weight: 400;
  text-transform: none;
}
.footer.content {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer.content .grecaptcha-badge {
  box-shadow: none !important;
}
.footer.content .block.newsletter {
  order: 1;
  max-width: 513px;
  width: 100%;
}
.footer.content .block.newsletter .title {
  display: block;
  margin-bottom: 16px;
}
.footer.content .block.newsletter .title strong {
  color: #fff;
  font-size: 30px;
  font-family: "Mohave", sans-serif;
  margin: 0px;
}
.footer.content .block.newsletter .field .control::before {
  display: none;
}
.footer.content .block.newsletter .field.newsletter {
  margin-bottom: 1rem;
  max-width: none;
  width: 100%;
}
.footer.content .block.newsletter .form.subscribe {
  position: relative;
}
.footer.content .block.newsletter .form.subscribe input#newsletter {
  height: 50px;
  border: none;
  font-size: 20px;
  color: #000;
  padding: 20px;
}
.footer.content .block.newsletter .form.subscribe input#newsletter ::placeholder {
  opacity: 1;
  color: #000;
}
.footer.content .block.newsletter .form.subscribe .actions {
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
}
.footer.content .block.newsletter .form.subscribe .actions button {
  height: 40px;
  background-color: #917663;
  color: #fff;
  border: none;
  border-radius: 0;
  line-height: 41px;
  text-transform: none;
  padding: 0 20px;
}
.footer.content .block.newsletter .form.subscribe .actions button span {
  font-size: 20px;
  font-weight: normal;
}
.footer.content .footer-menu ul {
  display: flex;
  flex-wrap: nowrap;
}
.footer.content .footer-menu ul li {
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.footer.content .footer-menu ul li:first-child {
  padding-left: 0;
}
.footer.content .footer-menu ul li:last-child {
  border: none;
}
.footer.content .footer-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
}
.footer.content .footer-payment-icon {
  margin-top: 35px;
}
.footer.content .footer-payment-icon ul {
  display: flex;
  gap: 15px;
}
.footer.content .footer-payment-icon ul img {
  height: 27px;
}
body .copyright {
  padding: 14px 36px;
  display: flex;
  justify-content: space-between;
  background: #000;
  align-items: center;
}
body .copyright span {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
body .copyright div ul {
  display: flex;
  gap: 15px;
  list-style: none;
}
body .copyright div ul li {
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  color: #000;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
}
body .header.content .block-search {
  margin-bottom: 0;
  width: auto;
  position: static;
}
form#search_mini_form {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0);
}
form#search_mini_form input {
  height: 60px;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 19px;
  font-family: "Mohave", sans-serif;
}
body .action.search {
  opacity: 1 !important;
}
body .block-search .action.search {
  margin-top: 0px !important;
  margin-right: 10px !important;
}
body .block-search .action.search::before {
  font-size: 24px !important;
  color: #000 !important;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #917663 !important;
  border-style: solid;
  border-width: 0 0 3px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  color: #917663 !important;
}
p.link.authorization-link {
  margin: 0;
}
body .header.content .nav-sections .navigation {
  background: none;
  padding: 6px 36px 0 !important;
}
.breadcrumbs {
  display: none;
}
.page-products .category-view .page-main {
  padding: 0;
}
.page-products .category-description a {
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.page-products .category-description a svg path {
  fill: #ffffff;
}
.category-image.custom-category-background {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 36px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.category-image.custom-category-background h1 {
  font-size: 50px;
  font-family: "Mohave", sans-serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}
.category-image.custom-category-background .short-description div,
.category-image.custom-category-background .full-description div {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  width: 65%;
  margin: 0 auto;
}
#product-gallery .product-image img {
  width: 100%;
}
body.page-layout-1column .column.main {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  width: 100%;
}
body.page-layout-1column .column.main .product-info-main {
  position: sticky;
  top: 100px;
  margin-top: 40px;
}
body.page-layout-1column .column.main .product-info-main h1.page-title span {
  font-size: 26px;
  color: #917663;
  font-weight: 400;
  font-family: "Mohave", sans-serif;
}
body.page-layout-1column .column.main .product-info-main .product-info-stock-sku {
  position: absolute;
  top: 8px;
  right: 0;
}
body.page-layout-1column .column.main .product-info-main .product-info-stock-sku .stock {
  font-weight: normal;
  font-size: 18px;
}
body.page-layout-1column .column.main .product-info-main .product-info-stock-sku .stock.available {
  color: #00A35E;
}
body.page-layout-1column .column.main .price-label {
  display: none !important;
}
body.page-layout-1column .column.main .product-info-price .price-box .price-container .price {
  font-size: 22px;
  color: #000;
  font-family: 'Bahij Janna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: -8px;
}
.product-info-main .product-info-price {
  border: none !important;
}
.product-social-links .product-addto-links .tocompare {
  display: none;
}
body .product-info-main .product-add-form {
  padding: 0;
}
.swatch-attribute-selected-option {
  order: 1;
  width: 100%;
  text-align: left;
}
.swatch-attribute.color {
  display: flex;
  flex-wrap: wrap;
}
body .swatch-attribute-options {
  margin: 0px 0 10px;
}
.swatch-attribute-label {
  display: none;
}
body .swatch-option {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.additional-attributes-wrapper.table-wrapper ul {
  padding-inline-start: 20px;
  color: #000;
  font-size: 18px;
  flex-grow: 1;
  list-style-position: inside;
  margin: 0;
  width: 50%;
}
.additional-attributes-wrapper.table-wrapper ul li {
  word-break: break-all;
  font-size: 17px;
  margin: 0;
}
.design-detail-info .design-detail-info-wrapper {
  display: flex;
  width: 100%;
}
.additional-attributes-wrapper.table-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-account-login .columns {
  margin-top: 80px;
}
.customer-account-login .columns .block-title {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  font-family: "Mohave", sans-serif;
  border: none !important;
  padding-bottom: 0;
}
.design-description-info h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  color: #000;
}
.additional-attributes-wrapper.table-wrapper .design-detail-info {
  background: #fff;
  padding: 16px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
body .swatch-attribute-selected-option {
  padding: 0;
  font-size: 19px;
  color: #000;
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .product.attribute.overview {
  display: none;
}
.product.data.items > .item.title.active > .switch {
  background: none !important;
  color: #917663 !important;
  border: 3px solid #917663 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
body .minicart-wrapper .action.showcart .counter.qty {
  background: #917663;
  color: #ffffff;
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 23px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  width: 23px;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
}
body .product.data.items > .item.title > .switch {
  font-weight: 600;
  line-height: 40px;
  font-size: 20px;
  color: #000 !important;
  text-decoration: none;
  border: 0px solid transparent !important;
  height: auto;
  padding: 0 !important;
  padding-bottom: 0px;
  background: none !important;
  font-family: "Mohave", sans-serif;
}
body .product.data.items > .item.content {
  background: none;
  margin-top: 63px;
  padding: 0;
  border: none;
}
body .product.data.items > .item.content p {
  font-size: 18px;
  line-height: 24px;
}
body .product.data.items > .item.title {
  float: left;
  width: auto;
  margin: 0 25px 0 0 !important;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0 !important;
}
body .swatch-option.selected {
  outline: 2px solid transparent;
  border: 1px solid transparent;
  color: #333333;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
body.checkout-cart-index .page-main {
  padding: 0 36px ;
  margin-top: 76px;
}
.page-main > .page-title-wrapper .page-title {
  display: inline-block;
  font-size: 50px;
  color: #000;
  font-family: "Mohave", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container {
  width: 100%;
}
.page-title-wrapper.product {
  display: flex;
  flex-wrap: wrap;
}
.amshopby-option-link {
  order: -1;
}
.amshopby-brand-title-link {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  font-family: "Mohave", sans-serif;
}
.checkout-container.am-checkout {
  background: none !important;
  padding: 0px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 0px;
  width: 70%;
}
/* Banner */
.cms-index-index .page-header {
  position: unset;
  z-index: 5;
  width: 100%;
  margin-bottom: 0 !important;
}
.cms-index-index .page-header + .aw-rbslider-container {
  margin: 0 auto 10px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2.4 !important;
  overflow: hidden;
}
.cms-index-index .logo img {
  filter: invert(100%);
}
body.cms-index-index .header.content {
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  position: absolute;
  width: 100%;
}
body .aw-rbslider-container .aw-rbslider-content-wrapper {
  color: white;
  top: 0;
  bottom: unset;
  right: auto;
  width: 500px;
  left: 36px;
  padding: 15px;
  text-align: left !important;
  height: 100%;
  justify-content: start;
}
body .aw-rbslider-container .aw-rbslider-content-wrapper h2 {
  color: #fff;
  margin: 0;
}
body .aw-rbslider-container .aw-rbslider-content-wrapper p {
  font-size: 20px;
  line-height: 30px;
  width: 80%;
  margin: 10px 0;
}
body .aw-rbslider-container .aw-rbslider-content-wrapper button {
  height: 50px;
  width: 210px;
  background: #fff;
  color: #000;
  line-height: 50px;
  margin-top: 15px;
}
.uk-dotnav {
  margin-bottom: 20px !important;
  display: flex !important;
  width: 100%;
}
.uk-dotnav > * {
  padding-left: 3px;
}
.uk-dotnav li.uk-active a {
  width: 57px;
  height: 13px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: none;
  transform: scale(1) !important;
}
.uk-slidenav {
  display: none !important;
}
.uk-dotnav li a {
  width: 13px;
  height: 13px;
  background: #D9C7B7;
}
body.cms-index-index.sticky .header.content {
  background: #fff;
  transition: all 1s ease;
}
.sticky.cms-index-index .logo img {
  filter: invert(0%);
}
body.cms-index-index .header.content .nav-sections .navigation li a {
  color: #fff;
}
body.cms-index-index.sticky .header.content .nav-sections .navigation li a {
  color: #000;
}
body.cms-index-index .header.content svg path {
  filter: invert(100%);
}
body.cms-index-index.sticky .header.content svg path {
  filter: invert(0%);
}
/* Slider */
.ambrands-slider.amslider {
  max-width: 1920px !important;
  box-sizing: border-box;
  padding: 0 !important;
}
.ambrands-slider-container {
  position: relative;
}
.swiper-pagination {
  width: 25%;
}
.amslider-header-container {
  display: none !important;
}
body.page-layout-1column .column.main > div {
  width: 100%;
}
.ambrands-slider-container {
  position: relative;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 23%;
  padding-left: 36px;
  bottom: 30px;
  position: absolute;
}
.brand-content > div > div > div {
  display: none;
}
.brand-content > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 56px !important;
  border-radius: 30px;
  opacity: 1;
  background: #917663;
}
body .amslider .swiper-pagination-bullet {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin: 2px !important;
  background: #917663;
  opacity: 0.80;
}
.ambrands-swiper-brand.brand-label {
  display: flex;
  flex: 0 0 1;
  flex-direction: row !important;
  align-items: center;
  padding: 0 36px !important;
  gap: 10px;
}
.brand-content {
  width: 25%;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  margin-top: 25px;
}
.brand-content p {
  font-size: 16px;
  color: #000;
}
.brand-product-info {
  width: 75%;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
  margin: 0 25px;
}
.product-info h3 {
  width: 100%;
  font-family: "Mohave", sans-serif;
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-info > div {
  width: 100%;
  margin-top: 10px;
}
.product-info > div span {
  font-size: 18px;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
}
.product-info > div span:first-child {
  color: #917663;
}
.insta-image .insta-item {
  background: none !important;
}
.insta-item img {
  border-radius: 0;
}
.product-info > div span:first-child + span {
  border: 1px solid #36312E;
  padding: 3px 6px;
  color: #36312E;
  margin-left: 5px;
}
.insta-main {
  margin-bottom: 55px;
}
.insta-main h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.insta-div.link-feed div.left-prt div.insta-popup-left {
  background-size: contain !important;
}
.product-info a strong {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: normal;
}
.product-info:nth-of-type(4) ~ .product-info {
  display: none !important;
}
.product-info {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0px;
  text-align: left;
  justify-content: center;
  width: 272px;
}
.brand-product-slider.product-slider {
  padding: 0 36px;
  text-align: center;
  margin-top: 50px;
}
.brand-product-slider.product-slider h3 {
  font-size: 40px;
  color: #000;
  font-family: "Mohave", sans-serif;
  margin-bottom: 0;
}
.brand-product-slider.product-slider div.brand-list.brand-container .nav-tabs-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 2.5rem;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 11px;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul li {
  flex: 0 0 auto;
  text-align: center;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul li a {
  border-bottom: 2px solid transparent;
  padding: 0 15px ;
  display: inline-block;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul li a h4 {
  font-size: 22px;
  font-family: "Mohave", sans-serif;
  color: #1A1A1A;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul li a.active {
  border-bottom: 2px solid #917663;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul li a.active h4 {
  color: #917663;
}
.brand-product-slider.product-slider .main-brand-product div.product-slider-box {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.ambrands-swiper-brand .brand-product-info .product-info .brand-img a {
  height: 100%;
}
.brand-img {
  max-width: 272px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  height: auto;
}
.shop-collection-btn {
  background: #917663;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  width: 100%;
  max-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  gap: 10px;
}
.column.main .product-item {
  padding-left: 0;
  text-align: center;
  display: flex !important;
  justify-content: center;
}
.column.main .product-item .ambrands-image-block {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.ambrands-image-block {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  display: flex;
  background: #fff;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 280px;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  max-width: 98%;
  margin: 0 auto 50px;
  width: 100%;
}
.brand-product-slider.product-slider div.brand-list.brand-container ul li a:hover {
  text-decoration: none;
}
.slick-track {
  display: flex;
  gap: 45px;
}
.slick-prev::before {
  content: "Prev";
  color: #814321;
  font-size: 18px !important;
  text-transform: uppercase;
  background: none;
  border: none;
}
.slick-prev,
.slick-next {
  background: none !important;
  display: flex;
  align-items: center;
  width: auto;
  font-size: 0 !important;
}
.slick-prev::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #814321;
  display: inline-block;
}
.slick-next::after {
  content: "Next";
  color: #814321;
  font-size: 18px !important;
  text-transform: uppercase;
  background: none;
  border: none;
}
.slick-next::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #814321;
  display: inline-block;
}
.slick-prev,
.slick-next {
  position: static;
  order: 1;
}
.brand-product-name,
.brand-product-price {
  margin: 0 0 3px;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
#product-slider-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
.slick-dots {
  display: none !important;
}
.main-brand-product .product-item a {
  text-align: left;
}
.main-brand-product .product-item a .brand-name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Mohave", sans-serif;
  color: #1A1A1A;
  margin-bottom: 5px;
}
.product-info-price .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 16px !important;
  color: #8C8C8C !important;
  font-weight: 500 !important;
}
.product-info-main .page-title-wrapper h1.page-title {
  margin-bottom: 4px;
}
.amshopby-brand-title-link:hover {
  color: #000;
  text-decoration: none;
}
body a:visited,
body .alink:visited {
  color: initial;
  text-decoration: none;
}
.field.password .control {
  position: relative;
}
.field.password .control .field.choice {
  position: absolute;
  right: 0;
  width: 30px;
}
.field.password .secondary {
  text-align: right;
  margin-top: 14px;
  margin-bottom: 10px;
}
.field.password .secondary a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}
.field.password .control .field.choice input {
  margin-top: 0;
  height: 50px !important;
  padding: 0;
  width: 28px;
  opacity: 0;
  z-index: 500;
  right: 20px;
}
.field.password .control .field.choice svg {
  position: absolute;
  top: 10px;
  top: 12px;
  right: 23px;
}
.field.email {
  margin-bottom: 25px;
}
.fieldset.login {
  border: none;
  padding: 0 !important;
}
.fieldset.login label {
  display: none;
}
.field.note {
  margin-bottom: 25px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
  vertical-align: middle;
}
.col.col-method {
  font-size: 18px;
  color: #000;
}
.row.amcheckout-method span {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  vertical-align: middle;
}
.column.main input {
  background: none !important;
  border: 1px solid #36312E !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 27px !important;
  font-size: 16px;
}
.col.col-method > div {
  position: relative;
  line-height: 10px;
}
body.checkout-payment-method .payment-method-title {
  padding: 0;
}
#co-payment-form fieldset {
  border: none !important;
  padding: 0;
}
.insta-image .insta-item {
  width: 19% !important;
}
body.page-layout-1column.catalog-product-view .column.main {
  flex-wrap: wrap;
}
.block.related .block-title.title {
  text-align: center;
}
.block.related .block-title.title strong {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: "Mohave", sans-serif;
}
body.page-layout-1column.catalog-product-view .column.main .product-items {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-name {
  width: 100%;
  font-family: "Mohave", sans-serif;
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1A1A1A;
  line-height: 34px;
}
.column.main .product-items li .price-box {
  margin: 6px 0 5px;
}
.products-list-swatch-options {
  display: flex;
  gap: 1rem;
}
img.products-list-swatch-img,
span.products-list-swatch-extra-count,
.products-list-swatch-options a.products-list-swatch-link {
  border-radius: 50%;
  aspect-ratio: 1;
}
span.products-list-swatch-extra-count,
div.product-item-info div.products-list-swatch-options a.products-list-swatch-link {
  width: 20%;
  height: 100%;
}
.product-item-info div.products-list-swatch-options a.products-list-swatch-link {
  transition: box-shadow 0.3s ease;
}
.product-item-info div.products-list-swatch-options a.products-list-swatch-link:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
img.products-list-swatch-img {
  width: 100%;
  object-fit: cover;
}
span.products-list-swatch-extra-count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  background: white;
}
.product.name.product-item-name.brand-product-name {
  width: 100%;
  margin-bottom: 0;
}
body .column.main .block.related .price-box .price {
  font-weight: normal;
  white-space: nowrap;
  font-size: 20px;
}
.column.main .product-item {
  text-align: left !important;
}
body .column.main .main-brand-product .product-item {
  text-align: left;
}
body .column.main .block.related .product-items li {
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
}
.column.main .product-items li .ambrands-image-block {
  max-width: 100%;
}
.block.related {
  margin-bottom: 0;
}
.cart-summary {
  background: none;
}
.cart-summary .summary.title {
  display: none;
}
.cart-summary #block-shipping {
  display: none;
}
.cart-summary #cart-totals {
  background: #fff;
  padding: 10px 15px;
  border: none;
  margin-bottom: 25px;
}
.cart-summary #cart-totals .totals.sub {
  border-bottom: 1px solid #C5C5C5;
}
.cart-summary #cart-totals th,
.cart-summary #cart-totals td {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  font-family: "Mohave", sans-serif;
  padding: 8px 0;
}
.cart.table-wrapper .product-item-photo {
  display: table-cell;
  max-width: 85px;
  padding-right: 20px;
  position: static;
  vertical-align: top;
  width: 85px;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 80px;
  height: 40px !important;
  background: #fff !important;
}
.checkout-cart-index .product-image-wrapper {
  background: #fff;
  width: 85px !important;
  height: 85px !important;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center !important;
}
.cart.table-wrapper td.col span {
  font-size: 18px;
  color: #000;
  font-weight: 500 !important;
}
.cart.table-wrapper .cart thead tr th.col.item {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col {
  text-align: center;
}
.cart.table-wrapper .cart thead tr th.col span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Mohave", sans-serif;
  color: #000;
}
.cart-discount strong {
  color: #917663 !important;
}
button.action.update {
  background: none;
  border: 1px solid #36312E;
  color: #36312E;
}
.cart.table-wrapper .product-image-container-1 {
  width: 85px !important;
  height: auto;
  aspect-ratio: 1;
}
fieldset {
  border: none;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  text-align: left;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
body .opc-wrapper .step-title {
  font-size: 23px;
  font-family: "Mohave", sans-serif;
  color: #000;
  border-color: #C5C5C5 !important;
  font-weight: 500;
}
#customer-email-fieldset {
  padding: 0;
}
.fieldset.address div[name*=".street"] {
  width: 100%;
  margin-bottom: 0;
}
body.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0;
}
.product.options .toggle:after {
  position: absolute;
  right: 5px;
  top: 2px;
}
.opc-block-summary .items-in-cart .product {
  position: relative;
  width: 100%;
}
.block.items-in-cart .title {
  display: none;
}
.checkout-block.-summary .step-title.amcheckout-title {
  display: none;
}
.checkout-block.-summary .amcheckout-wrapper {
  background: #fff;
  padding: 50px 30px;
}
body.checkout-index-index .checkout-block {
  box-shadow: none !important;
  background: none;
  padding: 0;
}
.action.action-auth-toggle span {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  color: #917663;
}
body .payment-method span {
  font-size: 18px;
  color: #000;
  font-family: "Mohave", sans-serif;
}
.checkout-index-index .checkout-header .description {
  font-family: "Mohave", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.checkout-index-index .checkout-block {
  margin: 0 0 55px !important;
  background: none !important;
}
.row.amcheckout-method {
  display: flex;
  gap: 10px;
  align-items: center;
}
#label_carrier_flatrate_flatrate {
  padding: 0;
  background: #917663;
  padding: 3px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0px;
  padding: 0px;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 20px;
}
.details-qty.amcheckout-qty {
  font-size: 15px;
  font-weight: bold;
  color: #917663;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.cart-price span {
  font-size: 18px !important;
  font-family: "Mohave", sans-serif !important;
  color: #000;
  font-weight: 500;
}
body .opc-block-summary .product-item .product-item-inner {
  display: flex;
  margin: 0 0 10px;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 138px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-name {
  font-size: 22px !important;
  color: #000;
}
.data.table.table-totals th,
.data.table.table-totals td {
  font-size: 20px;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #C5C5C5;
  font-family: "Mohave", sans-serif !important;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: none;
}
body.checkout-index-index .block.items-in-cart {
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin: 0px;
  width: 100px !important;
  height: 100px !important;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  overflow: hidden;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container .product-image-wrapper {
  background: #fff;
  width: auto !important;
  height: auto !important;
}
body .opc-block-summary .mark .value {
  color: #666666;
  display: none;
}
.grand.totals th strong {
  font-size: 20px;
}
.grand.totals td strong span {
  font-size: 20px;
}
.product.options .toggle {
  display: none;
}
.amcheckout-additional-options.additional-options {
  display: none;
}
.payment-option-title.field.choice {
  padding: 0;
  margin: 0;
}
.payment-option-title.field.choice {
  display: none;
}
#discount-form .payment-option-inner {
  margin: 0;
  width: 78%;
  flex: 0 0 78%;
}
#discount-form .actions-toolbar {
  width: 22% !important;
  display: inline-block !important;
}
#discount-form .actions-toolbar > div {
  width: 100%;
}
.action.action-apply {
  height: 52px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: #917663 !important;
  color: #fff !important;
  font-size: 19px !important;
  padding: 0 !important;
  line-height: 52px !important;
  width: 100% !important;
  border-radius: 0 !important;
}
.form-discount .action.action-cancel {
  height: 52px;
  border: solid 1px !important;
  box-shadow: none !important;
  background: none !important;
  font-size: 19px !important;
  padding: 0 !important;
  line-height: 52px !important;
  width: 100% !important;
  border-radius: 0 !important;
}
.catalog-category-view.page-products .product-item-info a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-methods .actions-toolbar .action.primary.checkout.amasty {
  width: 100%;
  margin-top: 25px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block !important;
  padding: 0 !important;
}
.checkout-payment-method .payment-option-content .form-discount {
  display: flex !important;
  width: 100%;
  max-width: 100%;
  gap: 10px;
}
#discount-form .payment-option-inner {
  margin: 0;
}
.footer.content .block.newsletter .form.subscribe input#newsletter {
  width: 70%;
}
.block.newsletter .field .control {
  background: #fff;
}
@media (min-width: 1410px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
    max-width: 820px;
  }
}
@media (max-width: 1400px) {
  .footer.content .footer-menu ul li a {
    font-size: 12px;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 21%;
  }
  #discount-form .actions-toolbar {
    width: 30% !important;
    display: inline-block !important;
  }
  #discount-form .payment-option-inner {
    margin: 0;
    width: 70%;
    flex: 0 0 70%;
  }
  body.cms-index-index .page-header + .aw-rbslider-container {
    height: 100%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
    max-width: 520px;
  }
}
@media (max-width: 1300px) {
  .brand-product-info {
    width: 68%;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    margin: 0 25px;
  }
  .product-info > div span {
    font-size: 15px;
    font-family: "Mohave", sans-serif;
    font-weight: 500;
  }
  .product-info h3 {
    font-size: 22px;
  }
  .brand-content {
    font-size: 14px;
  }
  .static-block.service .services-box .item p small {
    width: 80%;
  }
  .product-info a strong {
    font-size: 18px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .header.content {
    padding: 0 10px;
  }
  .footer.content .block.newsletter .form.subscribe .actions button span {
    font-size: 15px;
    font-weight: normal;
  }
  .footer.content .block.newsletter .form.subscribe input#newsletter {
    font-size: 17px;
  }
  .footer.content .block.newsletter .title strong {
    font-size: 20px;
  }
  .logo {
    width: 150px;
  }
  body .header.content .nav-sections .navigation li a {
    font-size: 14px !important;
  }
  body .minicart-wrapper {
    margin-left: 12px;
  }
  .customer-login {
    float: right;
    padding-left: 12px;
  }
  .action.showcart svg {
    width: 23px;
  }
  .block.block-title svg {
    width: 28px;
  }
  body .header.content .nav-sections .navigation {
    background: none;
    padding: 0 11px 0 !important;
  }
  .amslider.ambrands-slider .ambrands-swiper-brand {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
  }
  .ambrands-swiper-brand.brand-label {
    display: flex;
    flex: 0 0 1;
    flex-direction: row !important;
    align-items: center;
    padding: 0 15px !important;
    gap: 10px;
  }
  .amslider .swiper-slide {
    text-align: center;
    font-size: 15px;
  }
  .static-block.service .services-box .item p small {
    font-size: 16px;
    color: #fff;
    margin-top: 2px !important;
    display: inline-block;
    width: 50%;
    line-height: 20px;
  }
  .static-block.service .services-box .item .box-heading {
    font-family: "Mohave", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
  }
  .static-block.service {
    background: #917663;
    padding: 54px 15px 26px;
  }
  .product-stock-extra span {
    margin-bottom: 5px;
    display: inline-block;
  }
  #product-slider-container {
    z-index: 0;
  }
  .product-info > div span:first-child + span {
    border: 1px solid #36312E;
    padding: 3px 6px;
    color: #36312E;
    margin-left: 0;
  }
  .brand-content {
    width: 31%;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .product-info a strong {
    font-size: 15px;
    line-height: 18px;
  }
  .brand-product-info {
    max-width: 60%;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    margin: 0 25px;
    width: 100%;
  }
  body .static-text-box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 35px;
    box-sizing: border-box;
  }
  .link.authorization-link svg {
    width: 28px;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper {
    bottom: 55px;
  }
  .cms-index-index .page-header + .aw-rbslider-container {
    margin: 0 auto 10px;
    width: 100% !important;
    height: auto;
    overflow: hidden;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 100%;
    padding: 0 15px !important;
  }
  body .footer.content {
    padding-top: 50px !important;
  }
  .navigation .level0 {
    margin: 0 !important;
    display: inline-block;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 100%;
    max-width: 100%;
  }
  .opc-wrapper.am-opc-wrapper.layout-2columns.am-submit-summary::before {
    display: none;
  }
  .form.subscribe .actions button {
    width: 100%;
    margin-top: 10px;
  }
  .footer.content .block.newsletter .form.subscribe .actions {
    position: static;
    width: 100%;
  }
  .footer.content .block.newsletter .form.subscribe input#newsletter {
    width: 100%;
    height: 40px;
  }
  body.cms-index-index .two-images-static-block.subcategory-box .box-item .box-item-content .sub-category {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper p {
    font-size: 18px;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper h2 img {
    height: 50px;
  }
}
@media (max-width: 810px) {
  .insta-image .insta-item {
    width: calc(36%) !important;
  }
  html body.cms-index-index .header.content .nav-sections .navigation li a {
    color: #000;
  }
  body.sticky .page-header {
    top: -40px;
  }
  body .header.content {
    display: inline-block;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
  body .block.block-search {
    margin: 0px !important;
    margin-left: 17px;
    margin-left: 36px !important;
  }
  body .minicart-wrapper {
    margin-left: 0;
    margin-top: 0px;
    order: 2;
  }
  body .navigation,
  body .breadcrumbs,
  body .page-header .header.panel,
  body .header.content,
  body .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  body .block.category.event,
  body .top-container,
  body .page-main {
    max-width: 100%;
    padding: 0px 15px !important;
  }
  body .link.authorization-link svg {
    width: 24px;
    margin: 0 5px;
  }
  body .product-info-main .product-info-price .price-box .price-container > span {
    display: block;
    margin-bottom: 0;
  }
  body .logo {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    top: 10px;
    left: 0px;
  }
  body .nav-toggle {
    top: 5px;
  }
  body .customer-login {
    float: right;
    padding-left: 0;
    order: 1;
    margin-right: 8px;
    margin-top: 0;
  }
  body .block-search .block.block-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    float: right;
  }
  body .customer-login p {
    margin-bottom: 0;
  }
  body .action.showcart svg {
    width: 20px;
  }
  body .block.block-title svg {
    width: 24px;
  }
  body h2 {
    font-size: 27px;
    color: #000;
    line-height: 33px;
    font-weight: 700;
  }
  body .static-block.service {
    background: #917663;
    padding: 24px 10px 26px;
  }
  body .category-static-block > div .text-content h3 {
    font-size: 26px;
    color: #fff;
  }
  body .static-block.service .services-box .item p small {
    font-size: 14px;
    color: #fff;
    margin-top: 2px !important;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    padding: 10px;
    box-sizing: border-box;
  }
  body .static-block.service .services-box .item .box-heading {
    font-size: 20px;
  }
  body .mangoit-header-container .owl-item .item .item-text {
    margin: 10px 0;
  }
  body .footer.content .footer-payment-icon {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  body .block.newsletter input {
    margin-right: 0;
    padding: 0 0 0 35px;
  }
  body .footer.content .block.newsletter {
    order: 0;
    max-width: 513px;
    width: 100%;
  }
  body .copyright {
    padding: 14px 36px;
    display: flex;
    justify-content: space-between;
    background: #000;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  body #product-gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
  }
  body #product-gallery > div {
    width: 80%;
    flex: 0 0 80%;
  }
  body.page-layout-1column .column.main .product-info-main {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  body.page-layout-1column .column.main .product-info-main .product-info-stock-sku {
    position: static;
  }
  body .product.data.items > .item.title {
    width: 100%;
  }
  body .product.data.items #product-info-description {
    float: left;
    margin-top: 14px;
  }
  body .swatch-attribute-options {
    margin: 0;
  }
  body.page-layout-1column .column.main {
    gap: 0px;
  }
  body form#search_mini_form {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    box-sizing: border-box;
  }
  body .block-search .control {
    border-top: none;
    clear: both;
    margin: 14px -15px -1px;
    padding: 0 15px;
  }
  body .product.data.items > .item.content {
    background: none;
    margin-top: 30px;
    padding: 0;
    border: none;
    float: left;
  }
  body .block-search input {
    font-size: 16px;
    left: 16px;
    margin: 15px 0;
    position: absolute !important;
    right: 0;
    width: 93%;
  }
  body .block-search .label {
    position: absolute;
    right: 22px;
    z-index: 1;
    top: 41px;
  }
  body .additional-attributes-wrapper.table-wrapper ul {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
  }
  body .additional-attributes-wrapper.table-wrapper {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    box-sizing: border-box;
  }
  body .additional-attributes-wrapper.table-wrapper .design-detail-info {
    background: #fff;
    padding: 16px;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  body .product.data.items {
    margin: 0px;
    border: none;
  }
  body body.page-layout-1column .column.main {
    gap: 20px;
  }
  body .footer.content .footer-menu ul li {
    padding: 8px 0;
    padding-left: 0px;
    border-right: 1px solid #fff;
    width: 100%;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #484848;
  }
  body .footer.content {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .static-block.service .services-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body .footer.content .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  body body .footer.content .block.newsletter {
    order: 0;
    max-width: 100%;
    width: 100%;
  }
  body .footer.content > div {
    width: 100%;
  }
  body .static-block.service .services-box .item img {
    max-height: 50px;
    margin-bottom: 8px;
  }
  body .static-block.service .services-box .item {
    width: 49%;
    text-align: center;
    border-right: none;
    margin-bottom: 15px;
  }
  body .category-static-block > div .text-content {
    bottom: 20px;
  }
  body .category-static-block > div .text-content button {
    background: #FFFFFF;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px auto 10px;
    font-family: "Mohave", sans-serif;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    height: 45px;
  }
  body.cms-index-index .two-images-static-block.subcategory-box {
    flex-wrap: wrap;
  }
  body.cms-index-index .two-images-static-block.subcategory-box .box-item {
    flex: 100%;
    position: relative;
  }
  .sections.nav-sections a {
    font-size: 20px;
    color: #000;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #000;
    font-size: 13px !important;
    font-weight: normal;
  }
  html body .header.content .nav-sections .navigation {
    background: none;
    padding: 0px 0px 0 !important;
  }
  body.cms-index-index .header.content .nav-sections .navigation li a {
    color: #000;
  }
  body .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  body .logo {
    margin: 3px 0 0 0 !important;
    font-size: 16px;
    color: #000;
  }
  .cms-index-index .page-header + .aw-rbslider-container {
    height: auto;
  }
  body .static-text-box {
    padding: 0;
  }
  .amslider.ambrands-slider .ambrands-swiper-brand {
    display: flex;
    flex-direction: column !important;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 0 !important;
  }
  .product-info > div span:first-child {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  body .static-text-box {
    padding: 0;
  }
  body.cms-index-index .category-block-top > span:first-child {
    margin: 0 0 25px;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    padding-left: 0;
    bottom: 0px;
    position: static;
    padding-bottom: 5px;
  }
  .product-info > div span:first-child + span {
    margin-left: 0;
  }
  .title svg {
    height: 37px;
  }
  .insta-main h2 {
    font-size: 24px;
    gap: 0px;
  }
  .static-block.service .explore-more a {
    font-size: 16px;
    color: #fff;
  }
  .brand-product-slider.product-slider div.brand-list.brand-container ul li a h4 {
    white-space: nowrap;
  }
  .brand-content {
    width: 100%;
    font-size: 16px;
    color: #000;
  }
  .brand-product-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
    justify-content: start;
    margin: 0px !important;
  }
  .product-info {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0px;
    text-align: left;
    justify-content: center;
    width: 47%;
  }
  body .category-static-block {
    padding: 0px;
  }
  body .copyright div ul {
    padding-left: 0;
  }
  body .category-static-block > div {
    width: 100%;
    position: relative;
  }
  .brand-product-slider.product-slider {
    padding: 0;
    text-align: center;
    margin-top: 50px;
  }
  .brand-product-slider.product-slider h3 {
    font-size: 27px;
  }
  .slick-track {
    gap: 0;
  }
  .cms-index-index .page-header {
    position: static;
    z-index: 5;
    width: 100%;
    margin-bottom: 0;
  }
  body.cms-index-index .header.content {
    background: #fff;
    transition: all 1s ease;
    padding-top: 5px !important;
  }
  .cms-index-index .logo img {
    filter: invert(0%);
  }
  body.cms-index-index .header.content svg path {
    filter: invert(0%);
  }
  body.page-layout-1column .column.main > div {
    margin-bottom: 0;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper {
    color: white;
    top: 0;
    bottom: unset;
    right: auto;
    max-width: 400px;
    left: 0;
    padding: 15px;
    text-align: left !important;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper p,
  body .aw-rbslider-container .aw-rbslider-content-wrapper a {
    display: none;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
  body .aw-rbslider-container .aw-rbslider-content-wrapper button {
    height: 40px;
    width: 140px;
    background: #fff;
    color: #000;
    line-height: 40px;
    margin-top: 0;
    font-size: 13px !important;
  }
  .column.main .product-item {
    text-align: left !important;
  }
  body.page-layout-1column .column.main > div.custom-product-info-box {
    display: flex;
    flex-wrap: wrap;
  }
  .block.related .block-title.title {
    text-align: left;
    margin-top: 35px;
  }
  body .slick-list {
    margin: 0 auto 60px;
  }
  body.page-layout-1column.catalog-product-view .column.main {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .cart.table-wrapper .item .col.item {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 19px;
    color: #000;
    font-family: "Mohave", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  }
  .page-title-wrapper {
    padding: 0 !important;
  }
  body.checkout-cart-index .page-main {
    margin-top: 15px;
  }
  body .logo img {
    width: 132px !important;
  }
  body .navigation .level0 {
    margin: -4px 0 0 0 !important;
    display: inline-block;
    position: relative;
  }
  body .uk-dotnav {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  body .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  body .logo {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: relative;
    top: 13px;
    left: 40px;
  }
  body .navigation .level0 {
    margin: 0px 0 0 0;
    display: inline-block;
    position: relative;
  }
}
a:hover {
  text-decoration: none;
}
.mangoit-header-carousel .item {
  border: 1px solid #ffffff;
  text-align: center;
}
.header.content li.link.authorization-link {
  list-style: none;
  float: right;
}
.additional-attributes-wrapper.table-wrapper .box-right {
  width: 50%;
}
body.sticky .page-header {
  margin-bottom: 0 !important;
}
.customer-login {
  float: right;
  padding-left: 15px;
  position: relative;
}
.block-search .block.block-title {
  display: inline-block;
}
form#search_mini_form {
  display: none;
}
form#search_mini_form {
  position: absolute;
  top: 70%;
  left: 40%;
}
.dropdown-menu a:last-child {
  color: #917663;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 160px;
  border: 1px solid #ccc;
  right: 0;
  font-size: 16px;
  text-align: left;
}
.dropdown-menu a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}
.dropdown-menu a:hover {
  background-color: #f1f1f1;
}
.form.minisearch.minisearch-hidden {
  display: none !important;
}
.form.minisearch.minisearch-visible {
  display: block !important;
}
.checkout-index-index .after-checkout-content {
  text-align: center;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
  height: 32px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 13px !important;
}
html body.checkout-cart-index .page-main {
  padding: 0 36px;
  margin-top: 30px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border: none;
  padding: 0;
  width: 100% !important;
}
.box-tocart.update .fieldset {
  padding: 0;
}
.box-tocart.update .field.qty {
  display: none;
}
html body .page-title-wrapper {
  margin-top: 0px;
}
.block-collapsible-nav .content {
  background: none;
  padding: 0;
}
.block-collapsible-nav .item a:hover {
  background: none;
}
body .block-collapsible-nav .item a,
body .block-collapsible-nav .item > strong {
  border-left: none;
  color: #575757;
  display: block;
  padding: 0;
}
.sidebar.sidebar-main .block-collapsible-nav .content li {
  font-size: 25px;
  font-weight: 500;
  color: #727272;
  font-family: "Mohave", sans-serif;
}
.delimiter {
  display: none !important;
}
.sidebar.sidebar-main .block-collapsible-nav .content li a {
  margin: 20px 0;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border: none !important;
}
.account .column.main .block-title {
  margin-bottom: 10px !important;
}
.account .column.main .block-title h3 {
  font-size: 35px;
  font-weight: 500;
  font-family: "Mohave", sans-serif;
  margin-bottom: 0;
}
.account .column.main .block {
  margin-bottom: 0px;
}
.block-content .box.box-billing-address {
  border-right: 1px solid #CFCFCF;
}
.block-content .box-title span {
  font-size: 20px !important;
  font-weight: normal;
  color: #6C6C6C;
}
.box-content {
  font-size: 20px !important;
  font-weight: normal;
  color: #000;
  line-height: 28px !important;
}
.block.block-dashboard-addresses {
  margin-top: 25px;
}
.block.block-dashboard-addresses .block-title {
  border: none !important;
}
.block.block-dashboard-addresses .block-title a {
  margin-left: 0 !important;
}
.block.block-dashboard-addresses .block-title a span {
  margin-left: 0 !important;
  font-size: 20px;
  font-weight: 600;
  font-family: "Mohave", sans-serif;
}
.account a:hover {
  color: #000 !important;
  text-decoration: none;
}
.block.block-dashboard-addresses .block-title a strong {
  font-weight: 600;
}
.account .column.main .block-title h3 strong {
  font-weight: 500;
}
.brand-img {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
/* contact us  */
.contact-index-index h1 {
  margin-bottom: 0px;
}
.phone-no-box .contact-info-number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
}
.phone-no-box .contact-info {
  flex-wrap: wrap;
}
.phone-no-box .contact-info > span {
  width: 100%;
  text-align: left;
}
.contact-heading {
  font-size: 20px;
  font-weight: 600;
  font-family: "Mohave", sans-serif;
  color: #917663;
  margin-bottom: 25px;
  margin-top: 28px;
}
.customer-static-block > div:last-child {
  border: none;
}
.contact-index-index .contact_us_page_block > p {
  font-size: 20px;
  font-family: "Mohave", sans-serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-info-mall {
  width: 25%;
  border: 1px solid #917663;
  padding: 15px;
}
.phone-no-box .contact-info > span img {
  float: left;
}
.mall-contact-number img {
  float: left;
}
.mall-contact-number {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.customer-static-block > div {
  border-bottom: 1px solid #cecece;
  padding-bottom: 25px;
}
.mall-heading {
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.mall-contact-number {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.contact-index-index .field.note.no-label {
  display: none;
}
body textarea {
  background: none;
  resize: none;
  border: 1px solid #36312E !important;
  height: 150px !important;
  line-height: 52px !important;
  padding: 0 27px !important;
  font-size: 16px;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 00px;
  box-sizing: border-box;
}
body.page-layout-1column .column.main > div.contact_us_page_block {
  width: 50%;
  border-right: 1px solid #cecece;
  padding-right: 100px;
  box-sizing: border-box;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 33%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset {
  padding: 0;
}
/* Apply styles for screens with a minimum width of 768px and print media */
@media screen and (min-width: 768px), print {
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: center !important;
  }
  .account .columns {
    display: flex;
    flex-wrap: nowrap;
  }
  .account .columns .sidebar.sidebar-main {
    flex: 0 0 22.3%;
    padding: 0;
  }
  .account.page-layout-2columns-left .column.main {
    margin-bottom: 15px;
    border-left: #cfcfcf 1px solid;
  }
  body .page-header,
  body.catalogsearch-result-index .page-header {
    border: 0;
    margin-bottom: 50px !important;
  }
  body.page-products .page-header,
  body.catalog-product-view .page-header {
    border: 0;
    margin-bottom: 0px !important;
  }
}
/* checkout page search icon wrap */
/* General styles for .amcheckout-trust-badges */
.amcheckout-trust-badges {
  display: flex;
  justify-content: center !important;
  margin-top: 10px;
}
/* home page search icon wrap */
/* Apply styles for screens with a minimum width of 769px and print media */
@media screen and (min-width: 769px), print {
  .navigation .level0 {
    margin: 0 7px 0 0 !important;
    display: inline-block;
    position: relative;
  }
}
/* home page bottom slider */
.cms-index-index .slick-prev,
.cms-index-index .slick-next {
  z-index: 4;
}
/* customer account login page */
.field.password .label {
  display: none !important;
}
.field.password .control .field.choice {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 30px;
}
body.sticky .header.content .nav-sections .navigation {
  background: none;
  padding: 8px 36px 0 !important;
}
.customer-address-form .form-address-edit .field.primary {
  margin: 0 !important;
}
.account br {
  display: none;
}
.action.logout {
  color: #917663 !important;
}
.wishlist-index-index .product-item-inner {
  display: none !important;
}
.wishlist-index-index .product-item-name a {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.custom-product-item-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
}
.wishlist-index-index .product-item .price-box .price {
  font-size: 20px;
  font-weight: 400;
}
.wishlist-control-action {
  position: relative;
  width: 100%;
}
.custom-product-item-actions .action.edit {
  display: none;
}
.custom-product-item-actions .btn-remove.action.delete {
  font-size: 0;
  width: 16px;
  height: 18px;
  background: url(../images/delete.png) no-repeat 0 0;
  display: inline-block;
}
.wishlist-index-index .brand-label {
  font-size: 23px;
  font-weight: 600;
  font-family: "Mohave", sans-serif;
  color: #1A1A1A;
}
.custom-product-item-actions .action.tocart.primary span {
  font-size: 0;
  width: 24px;
  height: 24px;
  background: url(../images/cart-wishlist.png) no-repeat 0 0;
  display: inline-block;
  float: left;
}
.custom-product-item-actions .action.tocart.primary {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 0;
}
.account .actions-toolbar {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  margin: 0 !important;
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #CFCFCF;
}
.customer-address-form .form-address-edit .fieldset {
  margin: 0px !important;
  padding: 0px !important;
}
#my-orders-table th {
  padding: 0 0 10px;
  font-size: 20px;
  color: #917663;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  width: 20%;
}
#my-orders-table td {
  padding: 10px 0 10px ;
  font-size: 20px;
  color: #000;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
  width: 20%;
}
.order-products-toolbar.toolbar.bottom {
  margin-top: 50px;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #DFE3E8;
  font-size: 14px;
  font-weight: bold;
  color: #000 !important;
  background: #fff;
  box-sizing: border-box;
}
.pages .item.current {
  border-color: #917663;
}
.pages .action.previous {
  margin-right: 0px;
  background: none;
  box-shadow: none;
  border: none;
}
.pages .action.next {
  margin-left: 0;
  background: none;
  box-shadow: none;
  border: none;
}
.pages .item.current span {
  color: #917663 !important;
}
.pages .item.current strong {
  background: none;
}
.pages .item span {
  color: #000 !important;
}
#my-orders-table td a {
  color: #000;
}
body.sticky .header.content .block-search {
  margin-bottom: 0;
  width: auto;
  margin-top: 12px;
}
body.sticky .logo {
  margin: 18px 0 0 0;
  font-size: 16px;
  color: #000;
}
.account.sales-order-view .page-title-wrapper .page-title {
  width: auto !important;
  display: inline-block;
  border: none !important;
  padding: 0;
}
.customer-address-index .table-wrapper.additional-addresses tbody tr td a {
  font-size: 16px;
  color: #917663;
}
.sales-order-view .actions-toolbar.order-actions-toolbar {
  position: absolute;
  top: 9px;
  right: 0;
  margin: 0;
  width: auto;
}
.order-date {
  margin-bottom: 50px !important;
}
.account.sales-order-view #my-orders-table th {
  color: #000;
  border: none;
}
.account.sales-order-view #my-orders-table thead th:first-child {
  width: 30%;
}
.account.sales-order-view #my-orders-table tfoot {
  background: none;
  border-top: 1px solid #EBEBEB;
}
.account.sales-order-view #my-orders-table .subtotal th,
.account.sales-order-view #my-orders-table .subtotal td {
  padding-top: 15px;
}
.account.sales-order-view #my-orders-table .subtotal td span {
  font-weight: 500 !important;
}
.account.sales-order-view #my-orders-table .shipping th,
.account.sales-order-view #my-orders-table .shipping td span {
  color: #797979 !important;
  padding-bottom: 15px !important;
}
.grand_total th strong {
  font-size: 22px;
  font-weight: 500;
}
.account.sales-order-view .table-wrapper.order-items {
  border: none;
  margin-bottom: 0;
}
.account.sales-order-view #my-orders-table .grand_total td strong span {
  font-size: 22px !important;
  font-weight: 500 !important;
}
.account.sales-order-view .grand_total th,
.account.sales-order-view .grand_total td {
  border-top: 1px solid #EBEBEB !important;
}
.account.sales-order-view #my-orders-table td span {
  font-size: 18px;
  color: #000000;
}
.account.sales-order-view #my-orders-table th {
  padding-right: 100px;
  padding-bottom: 0 !important;
  padding-top: 10px;
}
.account.sales-order-view #my-orders-table thead th,
.account.sales-order-view #my-orders-table td {
  text-align: left !important;
}
.account.sales-order-view #my-orders-table td,
.account.sales-order-view #my-orders-table td span {
  font-size: 16px !important;
  color: #000;
  font-weight: normal !important;
  background: none;
}
.field-tooltip-action.tooltipstered:before {
  color: #000;
}
.checkout-index-index .block.block-customer-login {
  border: none;
  padding-right: 0;
}
.action.action-auth-toggle:hover {
  text-decoration: none;
}
.fieldset.address div[name*=".street"]:first-child {
  margin-bottom: 20px;
}
.customer-address-index .customer-addresses-toolbar.toolbar.bottom {
  display: none;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
body .amslider .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s ease-in-out;
}
.amshopby-option-link {
  order: -1;
  width: 100%;
  display: inline-block;
}
.order-details-items {
  margin-top: -1px;
  padding: 25px;
  border: none;
  background: #F9F9F9;
}
.cart-discount {
  margin-top: 25px;
}
input:focus {
  outline: none;
  box-shadow: none !important;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  z-index: 1;
}
#discount-coupon-form .action.apply.primary {
  height: 52px;
  line-height: 42px;
  background: #917663;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 20px !important;
  font-weight: 400;
  text-transform: none;
}
#discount-coupon-form .action.cancel.primary {
  height: 52px;
  line-height: 42px;
  background: none;
  border: solid 1px;
  border-radius: 0;
  box-shadow: none;
}
.actions-toolbar.order-actions-toolbar a {
  font-size: 20px;
  font-weight: 600;
  font-family: "Mohave", sans-serif;
  color: #000;
}
.newsletter-manage-index #form-validate .fieldset {
  padding: 0;
}
.items.order-links {
  display: none;
}
.actions-toolbar.order-actions-toolbar a:before {
  font-size: 23px !important;
  line-height: 23px !important;
}
.actions-toolbar.order-actions-toolbar a.action.order span {
  color: #917663;
}
.order-date span {
  font-size: 20px;
  color: #000;
}
.account.sales-order-view .page-title-wrapper .page-title span {
  color: #000;
}
.account.sales-order-view .page-title-wrapper {
  position: relative;
}
.order-status {
  border: none;
  padding: 0 !important;
  margin-top: 10px !important;
  font-size: 20px;
  color: #B4B4B4;
  margin-left: 5px;
  text-transform: none;
}
.order-status::before {
  content: "[";
}
.order-status::after {
  content: "]";
}
/* wishlist */
.account.wishlist-index-index .page-title-wrapper .page-title {
  border: none;
}
.account.wishlist-index-index .column.main > .toolbar.wishlist-toolbar .pages {
  display: none;
}
.limiter select {
  background: #D9D9D9;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 0 9px;
  height: 31px;
  width: 66px;
  color: #000;
  box-shadow: none;
}
.product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.wishlist-index-index .products-grid .product-item {
  width: 23.7% !important;
  margin: 0px !important;
}
body.wishlist-index-index .product-item-inner {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  clip: auto !important;
  background: none;
  box-shadow: none;
  border: none;
}
body.wishlist-index-index .product-item-inner .field.comment-box,
body.wishlist-index-index .product-item-inner .box-tocart {
  display: none;
}
body.wishlist-index-index .products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 0px;
  order: -1;
  aspect-ratio: 1;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  z-index: 0;
  /* margin-top: -1px; */
}
body.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-item-photo {
  margin-top: 0;
}
.products-grid.wishlist .product-item-info:hover .product-item-inner {
  margin: 0;
  padding: 0;
}
/* body.wishlist-index-index .products-grid .product-item .product-item-inner  {
       position: absolute !important;
  } */
.wishlist-index-index .products-grid .product-item-actions {
  margin: 0 !important;
}
body.wishlist-index-index .column.main .product-items li .price-box {
  margin: 0px 0 25px;
  width: 100%;
}
.product-image-container {
  aspect-ratio: 1;
}
#wishlist-view-form .pager .toolbar-amount,
#wishlist-view-form .pager .limiter {
  display: none;
}
.product-item .old-price {
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.product-item .old-price .price-label {
  display: none;
}
.old-price span {
  text-decoration: line-through;
}
body.wishlist-index-index .products-grid .product-item > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 0;
}
body.wishlist-index-index .products-grid .product-item > div .brand-link {
  width: 100%;
}
.toolbar-amount {
  font-size: 20px;
  color: #000;
  font-family: "Mohave", sans-serif;
}
.toolbar.wishlist-toolbar .limiter {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
}
.toolbar.wishlist-toolbar .limiter #limiter {
  order: 1;
}
.block.block-addresses-default .block-content {
  margin-top: 30px;
  margin-bottom: 80px;
}
.box.box-address-billing {
  border-right: 1px solid #CFCFCF;
}
/* address book */
.block.block-addresses-list .block-title strong {
  font-size: 30px;
  color: #000;
  font-family: "Mohave", sans-serif;
  font-weight: 500 !important;
}
.customer-address-index .block.block-addresses-list {
  border-top: 1px solid #CFCFCF;
  padding-top: 40px;
}
.customer-address-index .table-wrapper.additional-addresses tbody tr td {
  border: none;
  width: 100%;
  padding: 0px;
  font-size: 20px;
  color: #000;
}
.col.actions.edit-delet {
  position: absolute;
  right: 15px;
  text-align: right;
  display: flex;
  width: auto !important;
  align-items: center;
  gap: 7px;
}
.customer-address-index .table-wrapper.additional-addresses thead {
  display: none;
}
.customer-address-index .table-wrapper.additional-addresses tbody tr td .action.edit {
  margin-top: 5px;
}
.account.customer-address-index .data.table .col.actions .action::after {
  display: none;
}
.customer-address-index .table-wrapper.additional-addresses tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.customer-address-index .table-wrapper.additional-addresses tbody tr {
  width: 27%;
  flex-wrap: wrap;
  display: flex;
  border: 1px solid #CFCFCF;
  padding: 15px;
  position: relative;
  margin-bottom: 25px;
}
.customer-account-edit .fieldset.info .field.date.field-dob,
.customer-account-edit .fieldset.info .field.gender {
  width: 23.9%;
}
.control.customer-dob button {
  display: none;
}
.field.choice.set.billing {
  width: 100%;
  float: left;
  margin: 0;
}
.customer-account-edit .actions-toolbar {
  margin-top: 50px;
}
.customer-account-edit .fieldset.info {
  padding: 0 !important;
  width: 100%;
}
.customer-account-edit .fieldset.info .field.choice {
  width: 100%;
  margin: 0;
}
.customer-account-edit .fieldset.info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.customer-account-edit .fieldset.info .field.field-name-lastname {
  width: 49%;
}
.customer-account-edit .fieldset.info .field.field-name-firstname {
  width: 49%;
}
.customer-account-edit .fieldset.info br {
  display: none;
}
.field.choice.set.shipping {
  width: 100%;
  float: left;
}
.customer-address-form .field.country,
.customer-address-form .field.floor,
.customer-address-form .field.city {
  width: 49%;
  float: left;
}
.customer-address-form .field.region,
.customer-address-form .field.building,
.customer-address-form .field.zip {
  width: 49%;
  float: right;
}
.form-address-edit .message.info {
  float: left;
  margin-top: 0;
}
.field.street.required .control .nested {
  margin-top: 19px;
}
.account.customer-address-index .table-wrapper {
  margin-bottom: 20px;
  border-bottom: none;
  overflow-x: auto;
}
.customer-address-index .block.block-addresses-list .block-title {
  border-bottom: none !important;
}
.customer-address-index .page-title {
  border: none !important;
}
.customer-address-index .block.block-addresses-default .block-title strong {
  font-size: 22px;
  color: #000;
  font-family: "Mohave", sans-serif;
  font-weight: 500 !important;
}
.field.password.current.required {
  width: 50%;
  float: right;
}
.form-edit-account .fieldset.password {
  width: 100%;
  margin: 25px 0;
  padding: 0;
}
.field.choice label {
  float: left;
}
.fieldset.password .field.password.current {
  float: left;
  width: 100%;
}
.field.confirmation.password.required {
  width: 100%;
  float: left;
}
.field.new.password.required {
  width: 100%;
  float: left;
}
.form-edit-account .fieldset.password {
  width: 50%;
  margin: 25px 0;
  padding: 0;
  /* display: flex !important; */
  flex-wrap: wrap;
  gap: 15px;
  float: left !important;
}
.form-edit-account .fieldset.password .field.email {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.form-edit-account .fieldset.password .field.choice {
  width: 100%;
  display: inline-block;
}
.block-content address {
  font-style: normal;
  width: 200px;
}
.block.block-dashboard-addresses > div.block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block.block-dashboard-addresses > div .action.edit {
  font-size: 20px;
  font-weight: 500;
  color: #917663;
}
/* login */
.login-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.block.block-customer-login {
  padding-right: 60px;
  box-sizing: border-box;
  border-right: 1px solid #cecece;
}
.block.block-customer-create-account {
  padding-left: 60px;
  box-sizing: border-box;
}
.block.block-customer-create-account .field.choice {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.block.block-customer-create-account .field.choice label {
  width: auto;
  float: left;
}
.login-container .fieldset::after {
  display: none;
}
.block.block-customer-create-account .fieldset.create.account {
  padding: 0;
}
.block.block-customer-create-account .fieldset.create.info {
  padding: 0;
}
.block.block-customer-create-account .fieldset.create.info .field.note {
  padding-right: 155px;
}
/* cart */
body .cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: 0;
  text-align: center;
  width: 39px;
  height: 40px !important;
  background: #fff !important;
  border: none !important;
  padding: 0 !important;
}
.cart-container .form-cart .actions.main {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.action.primary.checkout span:after,
.cart-container .form-cart .actions.main .continue span:after {
  width: 20px;
  height: 20px;
  background: url(../images/mdi_arrow-up.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.address-item {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  display: none;
}
.column.main .address-item input[type="radio"] + label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.table-checkout-shipping-method tbody td {
  border: none;
}
.column.main .address-item input[type="radio"] + label:before {
  display: flex;
  flex: 0 0 28px;
}
.column.main .address-item input[type="radio"] + label div {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: #000;
  width: 100%;
  border: none;
}
.action.primary.checkout span,
.cart-container .form-cart .actions.main .continue span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.cart-container .form-cart .actions.main .continue {
  display: block;
  width: 230px;
  height: 60px;
  background: #917663;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "Mohave", sans-serif;
  line-height: 60px;
}
body .cart.table-wrapper .brand-label h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #000;
}
body .cart.table-wrapper .qty-field-wrapper {
  width: 80px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
}
body .cart.table-wrapper .field.qty {
  width: 80px;
  margin: 0 auto;
}
label.selected-label::before {
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  background: url(../images/radio.png) no-repeat 0 bottom / 100% !important;
}
body.cms-index-index .header.content svg path {
  stroke: #fff;
}
body.cms-index-index.sticky .header.content svg path {
  stroke: #000;
}
body.cms-index-index .header.content svg path {
  filter: none;
}
.customer-account-login .columns {
  width: 100%;
}
.toolbar.toolbar-products {
  background: #fff;
  border: 1px solid #917663;
  padding: 0 10px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}
.modes-mode:before {
  color: #000 !important;
}
.modes-mode.active {
  box-shadow: none !important;
  background: none !important;
  color: #917663;
  border: none;
}
.modes-mode.active:before {
  color: #917663 !important;
}
.modes-mode:last-child {
  border-radius: 0;
  border-right: none;
  border: none !important;
  background: none;
  color: #000 !important;
  box-shadow: none;
}
.catalog-category-view.page-products .product.details.product-item-details {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view.page-products .amshopby-option-link .brand-label {
  font-size: 33px;
  color: #1a1a1a;
  font-weight: bold;
  font-family: "Mohave", sans-serif;
  margin-bottom: 0;
}
.catalog-category-view.page-products .products-grid .product-item-info:hover,
.catalog-category-view.page-products .products-grid .product-item-info.active {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.catalog-category-view.page-products .product.details.product-item-details .product.name.product-item-name {
  width: 100%;
  font-size: 30px;
  color: #000;
  margin: 0;
}
.price-container.price-final_price.tax.weee .price-label {
  display: none;
}
.price-box.price-final_price span.price {
  font-size: 30px;
  font-weight: normal;
  color: #917663;
}
.catalog-category-view.page-products .products-grid .product-item-inner {
  display: none;
}
.page-products .product-item-info {
  width: 100%;
}
.catalog-category-view.page-products .product-item-info a {
  width: 100%;
  display: inline-block;
}
.catalog-category-view.page-products .product-item-info a span {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
}
.toolbar.toolbar-products:before,
.toolbar.toolbar-products:after {
  display: none;
}
.products.list.items.product-items li {
  width: 20%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.toolbar.toolbar-products #toolbar-amount {
  display: none;
}
.modes {
  order: 1;
  margin-right: 0 !important;
}
.page-products .products-grid .product-items {
  margin: 0;
  justify-content: space-between;
}
.toolbar-sorter.sorter label {
  display: none;
}
.page-products .sorter {
  position: static;
  border-right: 1px solid #917663;
  padding-right: 10px;
  height: 100%;
}
.toolbar select {
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0px;
  font-size: 20px;
  font-family: "Mohave", sans-serif;
  color: #000;
  height: 100%;
}
.products.wrapper + .toolbar.toolbar-products {
  border: none;
  background: none;
  padding: 0;
  height: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.page-products .pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.page-products .pages .item.current strong {
  background: none;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.page-products .pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
  width: 100%;
  padding: 0 !important;
  box-sizing: border-box;
  text-align: center;
}
.action-primary.action-accept {
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  padding: 0 10px;
  width: 100px;
  height: 50px;
  line-height: 48px;
}
.action-secondary.action-dismiss {
  height: 50px;
  line-height: 50px;
}
.page-layout-1column.page-with-filter.catalog-category-view .column.main {
  padding-top: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.products.wrapper + .toolbar.toolbar-products .field.limiter {
  display: none;
}
/* test */
body.page-layout-1column.customer-account-login .column.main > div,
body.page-layout-1column.checkout-cart-index .column.main > div {
  width: auto !important;
}
body.page-layout-1column.checkout-cart-index .column.main > div.cart-container,
body.page-layout-1column.checkout-onepage-success .column.main > div.checkout-success {
  width: 100% !important;
}
@media (max-width: 1500px) {
  body.wishlist-index-index .products-grid.wishlist .product-item-photo {
    height: 250px;
    aspect-ratio: 1;
  }
  .dynamic-menu-inner-content {
    flex: 0 0 85%;
  }
}
@media (max-width: 810px) {
  html body .logo {
    top: 18px;
  }
  body .block-search .block.block-title {
    margin-top: 9px;
  }
  html body .minicart-wrapper {
    margin-left: 0;
    margin-top: 9px;
    order: 2;
  }
  .link.my-account-link svg {
    width: 26px;
    margin-top: 2px;
  }
  #discount-form .actions-toolbar {
    width: 40% !important;
    display: inline-block !important;
  }
  .column.main .address-item input[type="radio"] + label div {
    font-size: 16px;
    line-height: 20px;
  }
  .block.block-customer-create-account {
    padding-left: 0;
    box-sizing: border-box;
  }
  .login-container {
    flex-wrap: wrap;
  }
  .block.block-customer-login {
    padding-right: 0px;
    box-sizing: border-box;
    border-right: none;
  }
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  #discount-form .payment-option-inner {
    margin: 0;
    width: 60%;
    flex: 0 0 60%;
  }
  .checkout-index-index .checkout-header {
    margin: 12px 0 20px;
    margin-bottom: 20px;
    padding: 0 0px;
    width: 100%;
    margin-bottom: 35px;
  }
  .checkout-index-index .checkout-header .description {
    font-family: "Mohave", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  .checkout-block.-summary .amcheckout-wrapper {
    background: #fff;
    padding: 30px 20px;
  }
  body .opc-block-summary .product-item .product-item-inner {
    align-items: flex-start;
  }
  .opc-estimated-wrapper {
    margin-bottom: 0px;
  }
  .estimated-block {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
  }
  .column.main .address-item input[type="radio"] + label div {
    border: none;
  }
  .page-products .page-header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:last-child {
    order: -1;
  }
  .catalog-product-view .product.media {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
    margin: 15px 0;
    background: none;
    padding: 0;
  }
  body.page-layout-1column .column.main .product-info-main h1.page-title {
    line-height: 24px;
  }
  body.page-layout-1column .column.main .product-info-main h1.page-title span {
    font-size: 20px;
  }
  body.page-layout-1column .column.main .product-info-main .product-info-stock-sku .stock {
    font-weight: normal;
    font-size: 14px;
  }
  body.page-layout-1column .column.main .product-info-price .price-box .price-container .price {
    font-size: 20px;
  }
  .toolbar.wishlist-toolbar {
    margin-bottom: 0;
  }
  body.wishlist-index-index .products-grid .product-item {
    width: 100% !important;
    margin: 0px !important;
  }
  .account .pages .pages-items {
    text-align: center;
  }
  body.wishlist-index-index .column.main .product-items li .price-box {
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
  body.wishlist-index-index .products-grid.wishlist .product-item-photo {
    margin-right: 0;
  }
  .actions-toolbar.order-actions-toolbar .actions a {
    margin: 0;
    font-size: 16px;
  }
  .order-date span {
    font-size: 16px;
    color: #000;
  }
  .checkout-payment-method .payment-method-title {
    display: inline-block;
    width: 100%;
    border: none;
  }
  body.page-layout-1column.checkout-index-index .column.main > div {
    margin-bottom: 0;
    margin-top: 0;
  }
  html body.page-layout-1column.checkout-index-index .logo {
    top: 18px;
    left: 0;
  }
  h1 {
    font-size: 30px;
    color: #000;
    font-family: "Mohave", sans-serif;
    font-weight: 500;
  }
  .order-details-items {
    margin-top: 20px;
    padding: 15px;
    border: none;
    background: #F9F9F9;
  }
  .amshopby-brand-title-link {
    font-size: 30px;
  }
  .account .page-title-wrapper .page-title {
    margin-top: 15px !important;
    font-size: 30px;
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .account.customer-account-edit .page-title-wrapper .page-title {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  #my-orders-table td {
    padding: 8px;
    font-size: 17px;
    color: #000;
    font-family: "Mohave", sans-serif;
    font-weight: 400;
    width: 100%;
  }
  .account.sales-order-history .page-title-wrapper .page-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  body .customer-login {
    float: right;
    padding-left: 0;
    order: 1;
    margin-right: 8px;
    margin-top: 7px;
  }
  .account .columns {
    margin-top: 26px;
  }
  .block-collapsible-nav .content.active {
    background: #fff;
    padding: 15px;
  }
  .title.block-collapsible-nav-title strong {
    font-size: 20px;
    color: #000;
    font-family: "Mohave", sans-serif;
  }
  .sidebar.sidebar-main .block-collapsible-nav .content li {
    font-size: 20px;
    font-weight: 500;
    color: #727272;
    font-family: "Mohave", sans-serif;
  }
  body.sticky .page-header {
    z-index: 100;
  }
  .block-content .box-title span {
    font-size: 16px !important;
  }
  .footer.content .block.newsletter .form.subscribe {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .box-content {
    font-size: 16px !important;
    font-weight: normal;
    color: #000;
    line-height: 23px !important;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: left;
    margin-top: 5px;
  }
  .block-content .box.box-billing-address {
    border-right: none;
  }
  .block.block-dashboard-addresses > div .action.edit {
    font-size: 15px;
    font-weight: 500;
    color: #917663;
  }
  .toolbar.wishlist-toolbar .pager {
    text-align: left;
  }
  .limiter {
    display: none !important;
  }
  .account .column.main .block-title h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Mohave", sans-serif;
  }
  .actions-toolbar.order-actions-toolbar {
    position: static;
    top: 9px;
    right: 0;
    margin: 0 0 15px;
  }
  .account.sales-order-view #my-orders-table th {
    color: #000;
    border: none;
    width: 100%;
  }
  .account.sales-order-view #my-orders-table td {
    padding-left: 0px !important;
  }
  .account.sales-order-view #my-orders-table tfoot tr {
    display: flex;
  }
  .order-date {
    margin-bottom: 9px !important;
  }
  .account.sales-order-view #my-orders-table td span {
    padding: 0px !important;
  }
  .account.sales-order-view #my-orders-table td:before {
    width: 100px !important;
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 100px;
  }
  .account.sales-order-view #my-orders-table td,
  .account.sales-order-view #my-orders-table td span {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .account.customer-address-index .table-wrapper {
    border: none;
  }
  .action.delete svg {
    position: relative;
    top: -2px;
  }
  .toolbar-amount {
    display: none;
  }
  .fieldset.password {
    padding: 0;
    margin-top: 25px;
  }
  .col.actions.edit-delet {
    position: absolute;
    top: 22px;
    border: none !important;
  }
  body .column.main input {
    padding: 0 15px !important;
  }
  body select {
    padding: 0 15px;
  }
  .customer-account-edit .fieldset.info .field.field-name-firstname {
    width: 100%;
    margin: 0;
  }
  .customer-account-edit .fieldset.info .field.date.field-dob,
  .customer-account-edit .fieldset.info .field.gender {
    width: 100%;
    margin-bottom: 0;
  }
  .customer-account-edit .fieldset.info .field.field-name-lastname {
    width: 100%;
    margin: 0;
  }
  .customer-address-index .table-wrapper.additional-addresses tbody tr td {
    padding: 0 !important;
  }
  .customer-address-index .table-wrapper.additional-addresses tbody tr {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    border: 1px solid #CFCFCF;
    padding: 15px;
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .customer-address-index .table-wrapper.additional-addresses tbody tr td:before {
    display: none !important;
  }
  .form-edit-account .fieldset.password {
    width: 100%;
  }
  body.page-layout-1column .column.main > div.contact_us_page_block {
    width: 100%;
    border-right: none;
    padding-right: 0;
    box-sizing: border-box;
  }
  body.page-layout-1column.contact-index-index .column.main {
    flex-wrap: wrap;
  }
  .contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-right: 0;
    box-sizing: border-box;
  }
  .contact-info-mall {
    width: 38%;
    border: 1px solid #917663;
    padding: 15px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .additional-attributes-wrapper.table-wrapper .box-right {
    width: 100%;
  }
  body.cms-index-index .header.content svg path {
    stroke: #000;
  }
  body .amslider.ambrands-slider .ambrands-swiper-brand {
    padding: 0 15px !important;
  }
  html body .navigation .level0 {
    margin: 0px 0 0 0 !important;
    display: inline-block;
    position: relative;
  }
  .products.list.items.product-items li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .catalog-category-view.page-products .amshopby-option-link .brand-label {
    font-size: 20px;
  }
  .catalog-category-view.page-products .product.details.product-item-details .product.name.product-item-name {
    font-size: 18px;
  }
  .price-box.price-final_price span.price {
    font-size: 18px;
  }
  .page-products .category-view .page-main {
    padding: 0 !important;
  }
  .account .block-title::before {
    display: none !important;
  }
}
.customer-account-login .you-can-connect-with {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 40px;
  font-weight: 800;
}
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content {
  display: flex;
  gap: 10px;
  place-content: center;
}
.customer-account-login a.btn.btn-block.btn-social {
  min-height: 20px;
  max-width: 20px;
}
.customer-account-login .account-social-login .actions-toolbar.social-btn {
  width: 50px;
}
.customer-account-login .social-btn .btn-social {
  padding: 6px 12px 6px 0px;
}
.customer-account-login .messages .message-success {
  font-size: 1.7rem !important;
  font-weight: bold !important;
}
.customer-account-login .messages .message-error {
  font-size: 1.7rem !important;
  font-weight: bold !important;
}
.product.data.items #product-info-description {
  font-size: 18px;
}
@media (max-width: 480px) {
  .cms-index-index .page-header + .aw-rbslider-container {
    height: auto !important;
    aspect-ratio: 1.55502392 !important;
  }
}
@media (max-width: 430px) {
  span.products-list-swatch-extra-count {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .design-detail-info .design-detail-info-wrapper {
    display: block;
  }
  .additional-attributes-wrapper.table-wrapper .box-right {
    width: 100%;
  }
  .additional-attributes-wrapper.table-wrapper ul {
    width: 100%;
    padding-inline-start: 0;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-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 .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-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 .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .cart-container .cart-gift-item {
    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 {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .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: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    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 10px 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: #575757;
    line-height: 47px;
    padding: 0 12px;
    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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    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: #cccccc;
    color: #cccccc;
    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: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .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: #ffffff;
    color: #333333;
    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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .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;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  #layered-horizontal-container {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #layered-horizontal-container .filter-options-item {
    display: inline-block;
    border-bottom: none;
  }
  #layered-horizontal-container .filter-options-content {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
  }
  #layered-horizontal-container #ln_button_submit {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #layered-horizontal-container ol.items {
    min-width: 100px;
  }
  #layered-horizontal-container .filter .block-subtitle.filter-subtitle {
    display: none;
  }
  #layered-horizontal-container .filter-current {
    display: inline-block;
  }
  #layered-horizontal-container .filter-current .item {
    display: inline-block;
    margin-right: 25px !important;
  }
  #layered-horizontal-container .filter-actions {
    display: inline-block;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    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: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .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: 768px;
    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: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .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-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 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: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Bahij Janna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 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: 20px;
    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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .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 #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    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: 5px;
    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 20px 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 #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .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: #7d7d7d;
    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: 25px;
    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: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .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: 10px;
    padding: 5px 10px 10px;
    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: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    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: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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;
  }
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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 5px;
    word-break: break-all;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 100%;
    padding: 0 36px;
  }
  body .logo {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #000;
  }
  body .logo img {
    width: 230px;
  }
  body .header.content {
    text-align: center;
  }
  body .header.content .nav-sections {
    margin-bottom: 0;
    display: inline-block;
    background: none;
  }
  body .header.content .nav-sections .navigation {
    background: none;
    padding: 6px 36px;
  }
  body .header.content .nav-sections .navigation li a {
    font-family: "Mohave", sans-serif;
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
  }
  body .header.content .block-search {
    margin-bottom: 0;
    width: auto;
  }
  body .header.content .block-search .block.block-title {
    margin-bottom: 0px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-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 .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-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 .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .cart-container .cart-gift-item {
    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 {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    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;
  }
  .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;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .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;
  }
}
