/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
  color: #fcb800;
}
.abs-revert-to-action-secondary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: "\e935";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  color: #000000;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: "\e939";
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.abs-field-date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e939";
}
/* ============================================ *
 * Blog
 * ============================================ */
/**
 * 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.
 */
.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;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_OneStepCheckout
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 11px 0 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .rtl-layout .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 5.5px 11px;
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5.5px;
  }
  .rtl-layout .block-giftregistry-shared .item-options dd {
    float: right;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(1),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .rtl-layout .storecredit .block:nth-child(1),
  .rtl-layout .paypal-review-discount .block:nth-child(1),
  .rtl-layout .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(2),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .rtl-layout .storecredit .block:nth-child(2),
  .rtl-layout .paypal-review-discount .block:nth-child(2),
  .rtl-layout .cart-discount .block:nth-child(2) {
    float: left;
  }
  .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,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .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,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .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;
  }
  .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 + .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 .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 {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .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-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-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 {
    margin-top: -27.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e6b1";
    font-family: 'mbicon';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status {
    margin-top: 6px;
    padding: 5.5px 11px;
  }
  .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: 0 0 15px;
  }
  .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 #d1d1d1;
  }
  .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 .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3%;
    position: relative;
  }
  .rtl-layout .cart-container .crosssell,
  .rtl-layout .block-cart-failed,
  .rtl-layout .cart-container .form-cart,
  .rtl-layout .cart-container .cart-gift-item {
    float: right;
    padding-right: 0;
    padding-left: 3%;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    border: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 20px;
    -moz-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .cart.actions .action.continue {
    float: left;
  }
  .layout-rtl .cart.actions .action.continue {
    float: right;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .authentication-wrapper {
    margin-top: 0;
    width: 100% !important;
  }
  .bss-onestepcheckout .opc-wrapper .form-login {
    padding-bottom: 0;
  }
  .bss-onestepcheckout .opc-wrapper #payment #co-payment-form .step-title {
    border-bottom: 1px solid #ccc;
  }
  .cart-container .crosssell {
    margin-bottom: 22px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions.secondary {
    text-align: right;
  }
  .block-cart-failed .actions.secondary .action {
    display: inline-block;
    margin: 0 0 0 11px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .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-summary {
    width: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 20px 20px;
    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 10px;
  }
  .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: 10px 8px 10px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 15px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    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: 11px;
    padding-top: 11px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .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: 11px;
    position: static;
  }
  .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%;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 0 0 30px;
    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;
  }
  .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;
    margin-bottom: 0;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 30px;
  }
  .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 22px 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;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    clear: both;
  }
  .page-product-downloadable .product-options-bottom {
    clear: both;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 24px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 22px;
    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 5.5px;
    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: 700;
  }
  .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: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: 11px;
  }
  .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.4rem;
    margin: 0 0 0 5.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    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: 28px;
    line-height: 14px;
    content: '\e618';
    font-family: 'mbicon';
    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-message .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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: 22px;
    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 {
    padding: 22px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: "\e93a";
    font-family: 'mbicon';
    margin: 0 0 0 11px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000000;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: "\e939";
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 22px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 22px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 22px;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .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: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .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: 27.5px;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    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 .comment-content {
    overflow: hidden;
  }
  .order-details-items .col {
    width: auto;
  }
  .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.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%;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .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 .fieldset {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
    padding-right: 11px;
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .control {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary button {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    box-shadow: 0 2px 5px #e1e1e1;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 9px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .bss-onestepcheckout .opc-wrapper {
    width: 66.66%;
    padding-right: 30px;
  }
  .bss-onestepcheckout #opc-sidebar {
    width: 33.33%;
    margin-top: 0;
  }
  .bss-onestepcheckout #opc-sidebar .discount-code #discount-form {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .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 {
  .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;
  }
}
.page-header .header-top-inner {
  background: #f8f1f4;
  border-bottom: none;
}
.page-header .header-top-inner .switcher-language .title {
  padding-left: 0;
}
.page-header .header-top-inner .switcher-language .lang-flag {
  display: none;
}
.page-header .header-top-inner .top-links a:hover,
.page-header .header-top-inner a:hover,
.page-header .header-top-inner .title:hover,
.page-header .header-top-inner .log-in:hover {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}
.page-header .header-top-inner .top-links:first-child a:hover {
  color: #ff0009;
}
.page-header .horizontal-menu .magebig-nav li.level0 > a:hover {
  font-weight: 600;
}
.page-header .hotline-top a:hover {
  text-decoration: none;
  font-weight: 600;
}
.page-header .header-maininner-row {
  min-height: 62px;
  padding: 0;
}
@media (max-width: 768px) {
  .page-header .sticky-menu.active .header-maininner-row {
    width: 100%;
    margin: 0;
  }
  .page-header .sticky-menu.active .header-maininner-row .col-logo {
    padding: 0;
  }
  .page-header .col-search {
    margin-bottom: 6px;
    padding: 0;
  }
  .page-header .sticky-menu.active .menu-logo {
    display: flex;
    width: 100%;
  }
  .page-header .menu-logo {
    display: flex;
    justify-content: space-between;
  }
  .page-header .menu-logo .icon-top-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-header .header-maininner-row {
  width: 100%;
  margin: 0;
}
.page-header .header-maininner-row .col-logo {
  padding-left: 0;
}
@media (max-width: 768px) {
  .page-header .header-maininner-row .col-logo {
    padding: 0;
  }
}
.page-header .header-maininner-row .d-md-block {
  padding-right: 0;
}
.page-header .header-content-action .authorization-link a:hover {
  font-weight: 600;
  color: #1a1a18;
}
.page-header .header-content-action .authorization-link + li a:hover {
  color: #1a1a18;
}
.page-header .header-content-action,
.page-header .header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.page-header .header-content-action .col,
.page-header .header-main-inner .col {
  display: flex;
  align-items: center;
  float: none;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .page-header .header-content-action .col,
  .page-header .header-main-inner .col {
    flex-direction: column;
  }
}
.page-header .header-content-action .user-topbar,
.page-header .header-main-inner .user-topbar {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.page-header .header-content-action .user-topbar .mbi-user,
.page-header .header-main-inner .user-topbar .mbi-user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.page-header .header-content-action .user-topbar .mbi-user:before,
.page-header .header-main-inner .user-topbar .mbi-user:before {
  content: '';
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 22.5C19 19.2788 14.9703 16.6667 10 16.6667C5.02975 16.6667 1 19.2788 1 22.5M10 13.1667C8.50816 13.1667 7.07742 12.5521 6.02252 11.4581C4.96763 10.3642 4.375 8.88043 4.375 7.33333C4.375 5.78624 4.96763 4.30251 6.02252 3.20854C7.07742 2.11458 8.50816 1.5 10 1.5C11.4918 1.5 12.9226 2.11458 13.9775 3.20854C15.0324 4.30251 15.625 5.78624 15.625 7.33333C15.625 8.88043 15.0324 10.3642 13.9775 11.4581C12.9226 12.5521 11.4918 13.1667 10 13.1667Z' stroke='%232C2C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.page-header .header-content-action .wishlist,
.page-header .header-main-inner .wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.page-header .header-content-action .wishlist .mbi-heart:before,
.page-header .header-main-inner .wishlist .mbi-heart:before {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.05 1C3.70875 1 1 3.86955 1 7.40914C1 13.8183 8.15 19.6448 12 21C15.85 19.6448 23 13.8183 23 7.40914C23 3.86955 20.2913 1 16.95 1C14.904 1 13.0945 2.07615 12 3.7233C11.4421 2.88149 10.701 2.19448 9.83934 1.72044C8.9777 1.24639 8.02091 0.999274 7.05 1Z' stroke='%232C2C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.page-header .header-content-action .wishlist .counter-number.qty,
.page-header .header-main-inner .wishlist .counter-number.qty {
  background-color: #011d33;
  color: #fff;
}
.page-header .header-content-action .wishlist .counter-number.qty.empty,
.page-header .header-main-inner .wishlist .counter-number.qty.empty {
  display: none;
}
.page-header .header-content-action .showcart,
.page-header .header-main-inner .showcart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.page-header .header-content-action .showcart .mbi-bag2:before,
.page-header .header-main-inner .showcart .mbi-bag2:before {
  content: '';
  display: block;
  width: 27px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5523 7.59344C24.3136 7.59344 24.1346 7.59344 23.9579 7.59344C19.6597 7.59344 15.3615 7.59344 11.0633 7.59344C10.3198 7.59344 9.85396 7.20269 9.81494 6.57276C9.77364 5.88126 10.2578 5.36264 10.9738 5.3579C12.3415 5.3508 13.7093 5.3579 15.0793 5.3579C18.6179 5.3579 22.1588 5.3579 25.6974 5.3579C26.714 5.3579 27.1798 5.93336 26.9366 6.95641C26.239 9.90002 25.5345 12.8413 24.8001 15.7754C24.41 17.3408 23.1754 18.3164 21.5943 18.3259C18.1291 18.3449 14.6639 18.3425 11.1987 18.3259C9.64972 18.3188 8.43805 17.3739 8.02498 15.8607C6.97625 12.0314 5.95047 8.19732 4.9155 4.36328C4.81224 3.97964 4.71585 3.596 4.61259 3.21236C4.429 2.5327 4.07331 2.24852 3.38945 2.24378C2.64593 2.23668 1.90241 2.24852 1.15888 2.24141C0.468143 2.2272 0 1.76542 0 1.11417C0 0.467667 0.477322 -0.00122675 1.16577 0.00350956C2.15943 0.0129822 3.16685 -0.0438535 4.14444 0.0982357C5.50068 0.294792 6.32223 1.22784 6.68252 2.55875C7.80009 6.68407 8.89931 10.8165 10.0031 14.9466C10.2372 15.8251 10.5493 16.0714 11.4282 16.0714C14.7442 16.0714 18.0602 16.0714 21.3762 16.0714C22.2552 16.0714 22.5581 15.8062 22.7692 14.9252C23.3498 12.5074 23.9419 10.0918 24.55 7.59107L24.5523 7.59344ZM8.19251 21.7076C8.17874 22.958 9.17469 23.9976 10.3909 24C11.6141 24 12.5986 22.9746 12.5848 21.7124C12.571 20.4691 11.6026 19.4839 10.3955 19.4839C9.19305 19.4839 8.20857 20.4786 8.1948 21.71L8.19251 21.7076ZM19.4371 21.7076C19.4234 22.958 20.4193 23.9976 21.6356 24C22.8587 24 23.8432 22.9746 23.8294 21.7124C23.8156 20.4691 22.8472 19.4839 21.6402 19.4839C20.4377 19.4839 19.4532 20.4786 19.4394 21.71L19.4371 21.7076Z' fill='%232C2C2C' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.page-header .header-content-action .showcart .counter.qty,
.page-header .header-main-inner .showcart .counter.qty {
  background-color: #011d33;
  color: #fff;
}
.page-header .header-content-action .showcart .counter.qty.empty,
.page-header .header-main-inner .showcart .counter.qty.empty {
  display: none;
}
.page-header .block-search {
  padding-right: 60px;
  max-width: 480px;
}
.page-header .block-search input {
  height: 39px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
}
.page-header .block-search input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #7e7e7e;
}
.page-header .block-search .action.search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  border-radius: 0;
  border: 2px solid #1a1a18;
  background: #1a1a18;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.page-header .block-search .action.search span {
  display: none;
}
.page-header .block-search .action.search:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L19 19M1 9C1 11.1217 1.84285 13.1566 3.34315 14.6569C4.84344 16.1571 6.87827 17 9 17C11.1217 17 13.1566 16.1571 14.6569 14.6569C16.1571 13.1566 17 11.1217 17 9C17 6.87827 16.1571 4.84344 14.6569 3.34315C13.1566 1.84285 11.1217 1 9 1C6.87827 1 4.84344 1.84285 3.34315 3.34315C1.84285 4.84344 1 6.87827 1 9Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.page-header .block-search .action.search:hover {
  background: #d5c7d8;
  border: 2px solid #d5c7d8;
  color: #1a1a18;
}
.page-header .header-menu-content {
  background: #1a1a18;
  border: none;
}
.page-header .horizontal-menu .magebig-nav li.level0 > a,
.page-header .vertical-menu .title,
.page-header .horizontal-menu .magebig-nav li.level0 > a + .mbi {
  color: #fff;
}
.page-header .vertical-menu:hover:after {
  top: 96%;
}
.page-header .horizontal-menu.navigation .magebig-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-header .magebig-nav li.level0 ul li a:hover {
  color: #011d33;
  font-weight: 700;
}
.page-header .horizontal-menu.navigation .magebig-nav:hover:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 100%;
  left: -5000%;
  right: -5000%;
  z-index: 10;
  bottom: 0;
  pointer-events: none;
  width: 100000%;
  height: 100000%;
}
.page-header .horizontal-menu .level0.level-top.parent:hover:after {
  display: none;
}
.page-header .menu-container .magebig-nav li.level0 {
  padding: 0 30px;
}
.page-header .vertical-menu .magebig-nav > li.level0:hover > a.level-top {
  background: #d5c7d8;
}
.page-header .header-main-inner .vertical-menu:before {
  display: none;
}
@media (max-width: 768px) {
  .header-content-action .menu-btn-text {
    display: none !important;
  }
}
.page-footer .footer.content {
  padding: 0;
  border: none;
}
.page-footer .footer.content .footer-main {
  border-top: 1px solid #ff0009;
  background: #f8f1f4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-footer .footer.content .footer-main .phone {
  font-weight: 600;
  font-size: 22px;
  color: #ff0009;
}
.page-footer .footer.content .footer-main .title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1a1a18;
}
.page-footer .footer.content .footer-main .footer-container.content-toggle {
  padding-top: 10px;
}
.page-footer .footer.content .footer-main .footer-container.content-toggle li {
  margin-bottom: 10px;
}
.page-footer .footer.content .footer-main .footer-contact .title {
  font-weight: 400;
  font-size: 15px;
  color: rgba(26, 26, 24, 0.6);
}
.page-footer .footer.content .footer-main .social-links {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.page-footer .footer.content .footer-main .social-links li {
  margin-left: 20px;
}
.page-footer .footer.content .footer-main .social-links li:first-child {
  margin-left: 0;
}
.page-footer .footer.content .footer-main .footer-links {
  padding: 0;
}
.page-footer .footer.content .footer-main .footer-links li {
  display: flex;
  padding: 0;
}
.page-footer .footer.content .footer-main .footer-links li a {
  display: block;
  padding: 8px 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #1a1a18;
}
.page-footer .footer.content .footer-main .footer-links li a:hover {
  text-decoration: none;
  font-weight: 600;
}
.page-footer .footer.content .footer-main .footer-links li div {
  margin-left: 10px;
}
.page-footer .footer.content .footer-main .footer-links li div p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #1a1a18;
}
.page-footer .footer.content .footer-main .footer-links li div a {
  padding: 0;
}
.page-footer .footer.content .footer-main .footer-links li div p:first-child {
  color: #666666;
}
.page-footer .footer.content .footer-main .footer-links li svg {
  min-width: 20px;
  width: 20px;
}
.page-footer .footer.content .footer-main .footer-links.contact li {
  display: flex;
  margin-bottom: 16px;
}
.page-footer .footer.content .footer-main .footer-links.contact li img {
  margin-right: 8px;
}
.page-footer .footer.content .footer-main .footer-links.contact li .contact-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: inherit;
  color: rgba(255, 255, 255, 0.6);
}
.page-footer .footer.content .footer-main .footer-links.contact li p {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #fff;
}
.page-footer .footer.content .footer-main .footer-links.contact li a {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.page-footer .footer.content .footer-main .footer-links.contact li a:hover {
  font-weight: 600;
}
.page-footer .footer.content .footer-main .footer-links.contact li .messenger {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 0.6;
}
.page-footer .footer.content .col-12 {
  border-right: 1px solid #fff;
  min-width: 240px;
}
.page-footer .footer.content .col-12:last-child {
  border: none;
}
.page-footer .footer.content .col-12 > img {
  margin-bottom: 10px;
}
.page-footer .footer.content .footer-contact {
  margin-bottom: 26px;
  margin-top: 20px;
}
.page-footer .footer.content .footer-contact .title {
  margin-bottom: 16px;
  text-transform: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(26, 26, 24, 0.6);
}
.page-footer .footer.content .footer-contact .footer-logo {
  margin-bottom: 16px;
}
.page-footer .footer.content .footer-contact .textwidget {
  color: rgba(255, 255, 255, 0.6);
}
.page-footer .footer.content .footer-contact .social-links {
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer .footer.content .footer-copyright-vertical {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .page-footer .footer.content .footer-copyright-vertical {
    padding: 15px 0 0;
  }
}
.page-footer .footer.content .footer-copyright-vertical .row {
  margin: 0 auto;
}
.page-footer .footer.content .footer-copyright-vertical .footer-payment {
  max-width: 100%;
  flex: 50%;
}
@media (max-width: 768px) {
  .page-footer .footer.content .footer-copyright-vertical .footer-payment {
    flex: 100%;
    margin-bottom: 16px;
  }
}
.page-footer .footer.content .footer-copyright-vertical .footer-payment .mr-payment {
  margin: 0;
}
.page-footer .footer.content .footer-copyright-vertical .footer-copyright {
  max-width: 100%;
  flex: 50%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .page-footer .footer.content .footer-copyright-vertical .footer-copyright {
    flex: 100%;
    order: 2;
  }
}
.page-footer .footer.content .footer-copyright-vertical .footer-copyright .text-copyright {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: rgba(26, 26, 24, 0.6);
}
.page-footer .footer.content .footer-copyright-vertical .footer-copyright .text-copyright a {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: rgba(255, 0, 9, 0.5);
}
.page-footer .footer.content .footer-copyright-vertical .footer-copyright .text-copyright a:hover {
  font-weight: 600;
}
.catalog-category-view .category-view {
  min-height: 64px;
  position: relative;
}
.catalog-category-view .category-image {
  margin-bottom: 0;
}
.catalog-category-view .category-image .image {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-category-view .category-image .image {
    min-height: 130px;
  }
}
.catalog-category-view .toolbar-products {
  border-bottom: 1px solid #e2dfe1;
  background: none;
}
@media (min-width: 768px) {
  .catalog-category-view .column.main {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .sidebar-wrap {
    max-width: 270px;
    padding-right: 0;
    z-index: 11;
  }
}
.catalog-category-view .field.limiter {
  display: none;
}
.catalog-category-view .toolbar-products .modes .modes-label {
  display: none;
}
.catalog-category-view .toolbar-products .modes-mode.active:before,
.catalog-category-view .toolbar-products .modes-mode:hover:before {
  color: #ff0009;
}
.catalog-category-view .toolbar-products .sorter {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  min-width: 190px;
}
.catalog-category-view .toolbar-products .sorter .sorter-label,
.catalog-category-view .toolbar-products .sorter .sorter-action {
  display: none !important;
}
.catalog-category-view .toolbar-products .sorter .sorter-options {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #1a1a18;
}
.catalog-category-view .products-grid {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .catalog-category-view .sidebar {
    box-shadow: 0 4px 6px 0 rgba(226, 223, 225, 0.3);
  }
}
.catalog-category-view .sidebar .block {
  background: none;
  margin-bottom: 0;
  padding: 20px 10px;
}
.catalog-category-view .sidebar .block .mb-range-slider a.action.primary {
  padding: 4px 16px;
  min-width: 48px;
  background: #1a1a18;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: normal;
}
.catalog-category-view .sidebar .block .mb-range-slider a.action.primary:hover {
  background: #fff;
  color: #1a1a18;
  border: 1px solid #1a1a18;
}
.catalog-category-view .sidebar .block .ui-slider-horizontal {
  height: 1px;
  background: #1a1a18;
}
.catalog-category-view .sidebar .block .range-slider-label div {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #1a1a18;
}
.catalog-category-view .sidebar .block .ui-slider .ui-slider-handle {
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  background: #ff0009;
  border: 4px solid #1a1a18;
  border-radius: 28px;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.catalog-category-view .filter-options-item .filter-options-title:after {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #ff0009;
  content: '\e936';
}
.catalog-category-view .filter-options-item.opened .filter-options-title:after {
  content: '\e937';
}
.catalog-category-view .sidebar ul.nav-collapse li a {
  font-weight: 400;
  font-size: 13px;
  color: #1a1a18;
}
.catalog-category-view .sidebar ul.nav-collapse li a:hover {
  color: #1a1a18;
  font-weight: 600;
}
.catalog-category-view .sidebar .block-title strong {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #011d33;
}
.catalog-category-view .filter-options .filter-options-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #1a1a18;
}
.catalog-category-view .category-breadcrumbs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-category-view .category-breadcrumbs-title .page-title {
  padding: 2px 10px !important;
  background: rgba(250, 250, 250, 0.4);
  font-weight: 200;
  font-size: 32px;
  text-transform: uppercase;
  color: #1a1a18;
}
@media (max-width: 768px) {
  .catalog-category-view .category-breadcrumbs-title .page-title {
    font-size: 24px;
  }
}
.catalog-category-view .category-breadcrumbs-title .wrapper-breadcrums {
  background: rgba(250, 250, 250, 0.4);
}
.catalog-category-view .category-breadcrumbs-title .wrapper-breadcrums li a,
.catalog-category-view .category-breadcrumbs-title .wrapper-breadcrums span {
  font-weight: 600;
  font-size: 14px;
  color: rgba(26, 26, 24, 0.8);
}
.catalog-product-view .wrapper-breadcrums {
  background: #f8f1f4;
}
.catalog-product-view .wrapper-breadcrums li a,
.catalog-product-view .wrapper-breadcrums span {
  font-weight: 600;
  font-size: 14px;
  color: rgba(26, 26, 24, 0.8);
}
.catalog-product-view #product-review-table .review-field-rating .review-control-vote {
  height: 30px;
  padding-left: 0;
}
.catalog-product-view .sidebar-product-wrap .benefits {
  padding: 15px;
}
.catalog-product-view .sidebar-product-wrap .benefits img {
  width: 40px;
  height: auto;
}
.catalog-product-view .sidebar-product-wrap .benefits h3 {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a18;
}
.catalog-product-view .sidebar-product-wrap .benefits p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(26, 26, 24, 0.7);
}
.catalog-product-view .sidebar-product-wrap .benefits li {
  margin-left: 0;
  margin-bottom: 10px;
  flex-direction: row;
}
.catalog-product-view .sidebar-product-wrap .benefits li div {
  margin-left: 10px;
  margin-top: 0;
}
.catalog-product-view .sidebar-product-wrap .widget-nav-top .owl-nav {
  margin-top: 0;
  top: -60px;
}
.catalog-product-view .product-sidebar .product-item-info {
  display: flex;
}
.catalog-product-view .product-sidebar .product-item-info .product-show {
  position: relative;
  max-width: 65px;
  width: 100%;
}
.catalog-product-view .product-sidebar .product-item-info .product-item-details .price-wrap .price-box.price-final_price .old-price {
  order: 3;
  margin-left: 10px;
}
.catalog-product-view .product-sidebar .product-item-info .product-item-details .price-wrap .price-box.price-final_price .old-price .price {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: rgba(26, 26, 24, 0.6);
}
.catalog-product-view .product-sidebar .product-item-info .product-item-details .price-wrap .price-container .price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #ff0009;
}
.catalog-product-view .product-sidebar .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
}
.catalog-product-view .product-sidebar .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: 500;
  font-size: 14px;
  color: #1a1a18;
}
.catalog-product-view .sidebar-product-wrap .widget-product .heading-title {
  margin-bottom: 16px;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  color: #231f20;
}
.catalog-product-view .sidebar-product-wrap .widget-sidebar {
  padding: 10px;
  border: 1px solid #e2dfe1;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-weight: 500;
  font-size: 22px;
  color: #1a1a18;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  font-weight: 500;
  font-size: 14px;
  color: rgba(26, 26, 24, 0.5);
}
.catalog-product-view .product-info-main .product.attribute.sku > .value {
  font-weight: 500;
  font-size: 14px;
  color: #1a1a18;
}
.catalog-product-view .product-info-price .price-box .price-wrapper .price,
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
  font-weight: 700;
  font-size: 24px;
  color: #ed1c24;
}
.catalog-product-view .product-info-price .old-price {
  text-decoration: none;
}
.catalog-product-view .product-info-price .old-price .price-container .price-wrapper .price {
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: line-through;
  color: rgba(35, 31, 32, 0.5);
}
.catalog-product-view .sticky-addcart.active .box-tocart .page-title-wrapper {
  width: calc(100% - 480px);
}
.catalog-product-view .sticky-addcart.active .box-tocart .fieldset-add {
  width: 480px;
}
.catalog-product-view .sticky-addcart.active .box-tocart .fieldset-add .field {
  width: auto;
}
.catalog-product-view .product-info-main .product.attribute.overview .value p {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #231f20;
}
.catalog-product-view .product-info-stock-sku {
  margin: 0 0 10px;
}
.catalog-product-view .cat-links {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a18;
}
.catalog-product-view .product-info-main-content .cat-links a {
  font-weight: 600;
  font-size: 16px;
  color: rgba(255, 0, 9, 0.5);
}
.catalog-product-view .product-info-main .stock.available {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .stock.available:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6027 8.51804L20.6112 8.52696C21.2624 9.20562 22 9.97464 22 11C22 12.0254 21.2624 12.7954 20.6112 13.473L20.6081 13.4764C20.2388 13.8623 19.8575 14.2607 19.7136 14.6094C19.5803 14.9299 19.5722 15.4608 19.5643 15.9755L19.5643 15.9785L19.5642 15.9823C19.5495 16.9399 19.5328 18.0243 18.7786 18.7786C18.0243 19.5328 16.9399 19.5495 15.9823 19.5642L15.9785 19.5643L15.9755 19.5643C15.4608 19.5722 14.9299 19.5803 14.6094 19.7136C14.2614 19.8568 13.8661 20.2351 13.4819 20.6027L13.473 20.6112C12.7944 21.2624 12.0254 22 11 22C9.97464 22 9.20464 21.2624 8.52696 20.6112L8.52361 20.608C8.13769 20.2388 7.73926 19.8575 7.39062 19.7136C7.07009 19.5803 6.53922 19.5722 6.02454 19.5643L6.02152 19.5643L6.01774 19.5642C5.06009 19.5495 3.9757 19.5328 3.22143 18.7786C2.46715 18.0243 2.45049 16.9399 2.43577 15.9823L2.43571 15.9785L2.43567 15.9754C2.42783 15.4608 2.41974 14.9299 2.28643 14.6094C2.14316 14.2614 1.76488 13.8661 1.39727 13.4819L1.38875 13.473C0.737589 12.7944 0 12.0254 0 11C0 9.97464 0.737589 9.20464 1.38875 8.52696L1.39196 8.52361C1.76123 8.13769 2.14247 7.73926 2.28643 7.39062C2.41974 7.0701 2.42783 6.53924 2.43567 6.02457L2.43571 6.02152C2.43601 6.00715 2.4363 5.99275 2.43659 5.97832C2.45585 5.03045 2.47748 3.96537 3.22143 3.22143C3.9757 2.46715 5.06009 2.45049 6.01774 2.43577L6.02152 2.43571L6.02492 2.43566C6.53949 2.42782 7.07213 2.41971 7.39062 2.28643C7.73856 2.14316 8.13387 1.76489 8.51804 1.39729L8.52696 1.38875C9.20562 0.737589 9.97464 0 11 0C12.0254 0 12.7954 0.737589 13.473 1.38875L13.4764 1.39194C13.8623 1.76121 14.2607 2.14247 14.6094 2.28643C14.9299 2.41974 15.4608 2.42783 15.9754 2.43567L15.9785 2.43571L15.9823 2.43577C16.9399 2.45049 18.0243 2.46715 18.7786 3.22143C19.5328 3.9757 19.5495 5.06009 19.5642 6.01774L19.5643 6.02152L19.5643 6.02454C19.5722 6.53922 19.5803 7.07009 19.7136 7.39062C19.8568 7.73856 20.2351 8.13387 20.6027 8.51804ZM15.0869 7.00003C14.8483 6.99821 14.6184 7.08965 14.4456 7.25506L14.4223 7.28219L10.1619 12.7397L7.59315 10.1583C7.50892 10.0674 7.40734 9.99454 7.29449 9.94398C7.18163 9.89343 7.0598 9.86624 6.93627 9.86405C6.81273 9.86186 6.69003 9.88471 6.57547 9.93123C6.4609 9.97775 6.35684 10.047 6.26947 10.1348C6.18211 10.2227 6.11323 10.3273 6.06696 10.4425C6.02069 10.5577 5.99796 10.681 6.00014 10.8052C6.00232 10.9294 6.02936 11.0519 6.07965 11.1654C6.12993 11.2788 6.20243 11.381 6.29283 11.4656L9.53872 14.729C9.62618 14.817 9.73038 14.8863 9.8451 14.9328C9.95981 14.9793 10.0827 15.0021 10.2064 14.9998C10.33 14.9975 10.452 14.9702 10.5649 14.9194C10.6778 14.8686 10.7794 14.7955 10.8636 14.7044L15.7582 8.55005C15.9194 8.37323 16.006 8.14034 15.9997 7.90055C15.9934 7.66075 15.8947 7.4328 15.7244 7.26478C15.5541 7.09677 15.3255 7.00184 15.0869 7.00003Z' fill='%2334A853' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.catalog-product-view .product-info-main .stock.available span {
  font-weight: 600;
  font-size: 15px;
  color: #34a853;
}
.catalog-product-view .product-accordion .product.data.items .item.title > .switch {
  font-weight: 600;
  font-size: 18px;
  color: #231f20;
}
.catalog-product-view .product-accordion .product.data.items .item.title > .switch:before {
  background: #ff0009;
}
.catalog-product-view .box-tocart .fieldset-add {
  justify-content: left;
}
.catalog-product-view .box-tocart .fieldset-add .field {
  margin-bottom: 20px;
  width: 100%;
}
.catalog-product-view .box-tocart .fieldset-add .field label {
  display: none;
}
.catalog-product-view .box-tocart .fieldset-add .field input.input-text {
  border: 1px solid #e2dfe1;
  width: 200px;
  height: 46px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #1a1a18;
}
.catalog-product-view .box-tocart .fieldset-add .field .custom-qty.increase {
  right: unset;
  left: 154px;
  border-left: 1px solid #e2dfe1;
}
.catalog-product-view .box-tocart .fieldset-add .field .custom-qty.reduced {
  border-right: 1px solid #e2dfe1;
}
.catalog-product-view .box-tocart .fieldset-add .field .custom-qty button {
  width: 46px;
  height: 46px;
}
.catalog-product-view .box-tocart .fieldset-add .field .custom-qty button .mbi {
  font-family: 'Manrope' !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(26, 26, 24, 0.8);
}
.catalog-product-view .box-tocart .fieldset-add .field .custom-qty button .mbi-minus:before {
  content: '-';
}
.catalog-product-view .box-tocart .fieldset-add .field .custom-qty button .mbi-plus:before {
  content: '+';
}
.catalog-product-view .box-tocart .fieldset-add .towishlist {
  margin-left: 20px;
}
.catalog-product-view .box-tocart .fieldset-add .mbi-heart:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.825 3C4.33188 3 1.5 6.01302 1.5 9.72959C1.5 16.4592 8.975 22.577 13 24C17.025 22.577 24.5 16.4592 24.5 9.72959C24.5 6.01302 21.6681 3 18.175 3C16.036 3 14.1442 4.12996 13 5.85947C12.4168 4.97557 11.6419 4.25421 10.7411 3.75646C9.84032 3.25871 8.84005 2.99924 7.825 3Z' stroke='%23FF0009' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.catalog-product-view .action.primary.tocart {
  padding: 14px 16px;
  min-width: 250px;
}
.catalog-product-view .action.primary.tocart:before {
  content: '';
  display: block;
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5517 4.11566C14.4085 4.11566 14.3062 4.11566 14.1989 4.11566C11.6526 4.11566 9.1063 4.11566 6.5549 4.11566C6.11518 4.11566 5.83907 3.90344 5.81351 3.56099C5.78794 3.18478 6.07427 2.90504 6.49866 2.90504C7.31163 2.90504 8.11948 2.90504 8.93246 2.90504C11.0288 2.90504 13.1302 2.90504 15.2266 2.90504C15.8299 2.90504 16.106 3.21854 15.9629 3.76839C15.5487 5.36487 15.1294 6.95653 14.6948 8.54818C14.4647 9.39707 13.7336 9.9228 12.7928 9.92762C10.7374 9.93727 8.68703 9.93727 6.63159 9.92762C5.71125 9.92762 4.99543 9.41154 4.75 8.59159C4.13132 6.51761 3.51776 4.43881 2.9042 2.36484C2.84284 2.15744 2.7866 1.95004 2.72524 1.74264C2.61787 1.37608 2.40824 1.22174 1.99919 1.21691C1.55947 1.21691 1.11975 1.21691 0.674919 1.21691C0.276103 1.20727 0 0.956462 0 0.604368C0 0.252274 0.281216 0.00146752 0.690258 0.00146752C1.27826 0.00629073 1.87648 -0.0226485 2.45425 0.0545228C3.257 0.160633 3.74273 0.667069 3.95748 1.38573C4.62217 3.61887 5.27153 5.86166 5.926 8.0948C6.06405 8.5723 6.24812 8.70253 6.76965 8.70253C8.73305 8.70253 10.7016 8.70253 12.665 8.70253C13.1865 8.70253 13.3654 8.55783 13.4882 8.08033C13.8307 6.76842 14.1835 5.46133 14.5414 4.10601L14.5517 4.11566ZM4.85737 11.7604C4.84715 12.4405 5.44026 13 6.1612 13C6.88725 13 7.47013 12.4453 7.4599 11.7604C7.45479 11.0852 6.87702 10.5546 6.1612 10.5546C5.44537 10.5546 4.86249 11.0948 4.85737 11.7604ZM11.5196 11.7604C11.5094 12.4405 12.1025 13 12.8235 13C13.5495 13 14.1324 12.4453 14.1222 11.7604C14.1171 11.0852 13.5393 10.5546 12.8235 10.5546C12.1076 10.5546 11.5248 11.0948 11.5196 11.7604Z' fill='%231a1a18' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a18;
  transition: all 0.5s ease;
}
.catalog-product-view .action.primary.tocart span {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.catalog-product-view .action.primary.tocart:hover {
  background: #1a1a18;
  color: #fff;
}
.catalog-product-view .action.primary.tocart:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5517 4.11566C14.4085 4.11566 14.3062 4.11566 14.1989 4.11566C11.6526 4.11566 9.1063 4.11566 6.5549 4.11566C6.11518 4.11566 5.83907 3.90344 5.81351 3.56099C5.78794 3.18478 6.07427 2.90504 6.49866 2.90504C7.31163 2.90504 8.11948 2.90504 8.93246 2.90504C11.0288 2.90504 13.1302 2.90504 15.2266 2.90504C15.8299 2.90504 16.106 3.21854 15.9629 3.76839C15.5487 5.36487 15.1294 6.95653 14.6948 8.54818C14.4647 9.39707 13.7336 9.9228 12.7928 9.92762C10.7374 9.93727 8.68703 9.93727 6.63159 9.92762C5.71125 9.92762 4.99543 9.41154 4.75 8.59159C4.13132 6.51761 3.51776 4.43881 2.9042 2.36484C2.84284 2.15744 2.7866 1.95004 2.72524 1.74264C2.61787 1.37608 2.40824 1.22174 1.99919 1.21691C1.55947 1.21691 1.11975 1.21691 0.674919 1.21691C0.276103 1.20727 0 0.956462 0 0.604368C0 0.252274 0.281216 0.00146752 0.690258 0.00146752C1.27826 0.00629073 1.87648 -0.0226485 2.45425 0.0545228C3.257 0.160633 3.74273 0.667069 3.95748 1.38573C4.62217 3.61887 5.27153 5.86166 5.926 8.0948C6.06405 8.5723 6.24812 8.70253 6.76965 8.70253C8.73305 8.70253 10.7016 8.70253 12.665 8.70253C13.1865 8.70253 13.3654 8.55783 13.4882 8.08033C13.8307 6.76842 14.1835 5.46133 14.5414 4.10601L14.5517 4.11566ZM4.85737 11.7604C4.84715 12.4405 5.44026 13 6.1612 13C6.88725 13 7.47013 12.4453 7.4599 11.7604C7.45479 11.0852 6.87702 10.5546 6.1612 10.5546C5.44537 10.5546 4.86249 11.0948 4.85737 11.7604ZM11.5196 11.7604C11.5094 12.4405 12.1025 13 12.8235 13C13.5495 13 14.1324 12.4453 14.1222 11.7604C14.1171 11.0852 13.5393 10.5546 12.8235 10.5546C12.1076 10.5546 11.5248 11.0948 11.5196 11.7604Z' fill='%23ffffff' /%3E%3C/svg%3E");
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.smartmenu {
  font-family: 'Manrope';
}
.container {
  max-width: 1200px;
}
.page-bottom {
  background: #f6f6f6;
}
.hotline-top {
  float: none;
}
.hotline-top a {
  margin-right: 14px;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #242424;
}
.hotline-top a:hover {
  color: #242424;
  text-decoration: underline;
}
.header-top-inner .top-links a:hover {
  color: #242424;
  text-decoration: underline;
}
.header-top-inner .top-links:first-child a {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #ff0009;
}
.block-main-product .top-title li a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(26, 26, 24, 0.6);
}
.block-main-product .top-title .title {
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  color: #1a1a18;
}
.benefits {
  background: #f8f1f4;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .benefits {
    padding: 20px 40px;
  }
}
.benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .benefits ul {
    flex-direction: column;
  }
}
.benefits li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8px;
  max-width: 263px;
}
@media (max-width: 768px) {
  .benefits li {
    margin-bottom: 20px;
    max-width: 100%;
    margin-left: 0;
    flex-direction: row;
  }
}
.benefits li:first-child {
  margin-left: 0;
}
.benefits li img {
  min-height: 52px;
  width: auto;
}
@media (max-width: 768px) {
  .benefits li img {
    width: 40px;
    height: auto;
  }
}
.benefits li div {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .benefits li div {
    margin-left: 20px;
    margin-top: 0;
  }
}
.main-heading .heading-title {
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 32px;
  line-height: 156%;
  text-align: center;
  text-transform: uppercase;
  color: #242424;
}
.item-slider .block-content {
  max-width: 360px;
}
.item-slider .block-content .block-center {
  left: 0;
  padding: 0 15px;
}
.item-slider .block-content .block-center h2 {
  font-weight: 200;
  font-size: 48px;
  line-height: 104%;
  color: #fff;
}
.item-slider .block-content .block-center p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #1a1a18;
}
.item-slider .block-content .block-center a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 6px 16px;
  width: 143px;
  background: #d5c7d8;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.item-slider .block-content .block-center a:after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  margin-left: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7281 13.3385L13.7784 2.78236M13.7281 13.3385L3.17201 13.3892M13.7281 13.3385L1 0.610718' stroke='%23FF0009' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.top-category .category-list {
  padding: 0;
}
@media (min-width: 769px) {
  .top-category .category-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, minmax(300px, 1fr));
  }
}
.top-category .category-list .category {
  position: relative;
  list-style: none;
  text-align: center;
  padding: 10px;
}
@media (min-width: 769px) {
  .top-category .category-list .category {
    grid-column-start: span 2;
  }
}
@media (min-width: 769px) {
  .top-category .category-list .category:nth-child(-n+2) {
    grid-column-start: span 3;
  }
}
.top-category .category-list .category:hover img {
  transform: scale(1.05);
}
.top-category .category-list .category:hover img.img-hover {
  display: none;
}
.top-category .category-list .category a {
  display: block;
}
.top-category .category-list .category img {
  display: block;
  max-height: 300px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.top-category .category-list .category img.img-hover {
  display: none;
}
.top-category .category-list .category div {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 40px);
  max-width: 195px;
  z-index: 11;
}
.top-category .category-list .category h3 {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.top-category .category-list .category p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #fff;
}
.top-category .category-list .category .link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 104px;
  border: 1px solid #fff;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  transition: all 0.5s ease;
}
.top-category .category-list .category .link:after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.96842 8.96825L8.99991 2.35956M8.96842 8.96825L2.35979 9M8.96842 8.96825L1 1' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.top-category .category-list .category .link:hover {
  background: rgba(186, 186, 186, 0.24);
}
.block-main-product .top-title li a:hover {
  font-weight: 600;
  color: rgba(26, 26, 24, 0.6);
}
.action.primary,
.action.primary.tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a18;
  background: #fff;
  border-radius: 0;
  padding: 8px 10px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #1a1a18;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .action.primary,
  .action.primary.tocart {
    max-width: 250px;
    margin: 0 auto;
  }
}
.action.primary:hover,
.action.primary.tocart:hover {
  background: #d5c7d8;
  border: 1px solid #d5c7d8;
  color: #fff;
}
.widgetplus .product-items.owl-theme .owl-nav button,
.products-grid .product-items.owl-theme .owl-nav button,
.recently-viewed .product-items.owl-theme .owl-nav button,
.products-list .product-items.owl-theme .owl-nav button {
  height: 100%;
  top: 0;
  width: 24px;
}
.widgetplus .product-items.owl-theme .owl-nav button:hover .mbi-chevron-left:before,
.products-grid .product-items.owl-theme .owl-nav button:hover .mbi-chevron-left:before,
.recently-viewed .product-items.owl-theme .owl-nav button:hover .mbi-chevron-left:before,
.products-list .product-items.owl-theme .owl-nav button:hover .mbi-chevron-left:before,
.widgetplus .product-items.owl-theme .owl-nav button:hover .mbi-chevron-right:before,
.products-grid .product-items.owl-theme .owl-nav button:hover .mbi-chevron-right:before,
.recently-viewed .product-items.owl-theme .owl-nav button:hover .mbi-chevron-right:before,
.products-list .product-items.owl-theme .owl-nav button:hover .mbi-chevron-right:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 10.0001L9.9145 19M0.999999 10.0001L9.91407 1M0.999999 10.0001L19 9.9999' stroke='%23FF0009' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.widgetplus .product-items.owl-theme .owl-nav button .mbi-chevron-left:before,
.products-grid .product-items.owl-theme .owl-nav button .mbi-chevron-left:before,
.recently-viewed .product-items.owl-theme .owl-nav button .mbi-chevron-left:before,
.products-list .product-items.owl-theme .owl-nav button .mbi-chevron-left:before,
.widgetplus .product-items.owl-theme .owl-nav button .mbi-chevron-right:before,
.products-grid .product-items.owl-theme .owl-nav button .mbi-chevron-right:before,
.recently-viewed .product-items.owl-theme .owl-nav button .mbi-chevron-right:before,
.products-list .product-items.owl-theme .owl-nav button .mbi-chevron-right:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 10.0001L9.9145 19M0.999999 10.0001L9.91407 1M0.999999 10.0001L19 9.9999' stroke='%23FF0009' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  transition: all 0.5s ease;
}
.widgetplus .product-items.owl-theme .owl-nav button .mbi-chevron-right,
.products-grid .product-items.owl-theme .owl-nav button .mbi-chevron-right,
.recently-viewed .product-items.owl-theme .owl-nav button .mbi-chevron-right,
.products-list .product-items.owl-theme .owl-nav button .mbi-chevron-right {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .widgetplus .product-items .product-item.col-md-3,
  .products-grid .product-items .product-item.col-md-3,
  .recently-viewed .product-items .product-item.col-md-3,
  .products-list .product-items .product-item.col-md-3 {
    max-width: 20%;
  }
}
.widgetplus .product-items .product-item .product-item-photo .discount-percent,
.products-grid .product-items .product-item .product-item-photo .discount-percent,
.recently-viewed .product-items .product-item .product-item-photo .discount-percent,
.products-list .product-items .product-item .product-item-photo .discount-percent {
  top: 10px;
  left: 0;
  right: unset;
  padding: 2px 4px;
  background: #ff0009;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.widgetplus .product-items .product-item .product-show .btn-wishlist .action.towishlist,
.products-grid .product-items .product-item .product-show .btn-wishlist .action.towishlist,
.recently-viewed .product-items .product-item .product-show .btn-wishlist .action.towishlist,
.products-list .product-items .product-item .product-show .btn-wishlist .action.towishlist {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  z-index: 1;
}
.widgetplus .product-items .product-item .product-show .btn-wishlist .action.towishlist .mbi-heart:before,
.products-grid .product-items .product-item .product-show .btn-wishlist .action.towishlist .mbi-heart:before,
.recently-viewed .product-items .product-item .product-show .btn-wishlist .action.towishlist .mbi-heart:before,
.products-list .product-items .product-item .product-show .btn-wishlist .action.towishlist .mbi-heart:before {
  content: '';
  display: block;
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4 1.5C2.97 1.5 1 3.50868 1 5.9864C1 10.4728 6.2 14.5513 9 15.5C11.8 14.5513 17 10.4728 17 5.9864C17 3.50868 15.03 1.5 12.6 1.5C11.112 1.5 9.796 2.25331 9 3.40631C8.59427 2.81705 8.05526 2.33614 7.42861 2.00431C6.80196 1.67248 6.10612 1.49949 5.4 1.5Z' stroke='%23011D33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.widgetplus .product-items .product-item .product-item-name,
.products-grid .product-items .product-item .product-item-name,
.recently-viewed .product-items .product-item .product-item-name,
.products-list .product-items .product-item .product-item-name {
  margin-bottom: 8px;
  height: 42px;
}
.widgetplus .product-items .product-item .product-item-name a,
.products-grid .product-items .product-item .product-item-name a,
.recently-viewed .product-items .product-item .product-item-name a,
.products-list .product-items .product-item .product-item-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a18;
}
.widgetplus .product-items .product-item .price-box.price-final_price,
.products-grid .product-items .product-item .price-box.price-final_price,
.recently-viewed .product-items .product-item .price-box.price-final_price,
.products-list .product-items .product-item .price-box.price-final_price {
  display: flex;
  align-items: center;
}
.widgetplus .product-items .product-item .price-box.price-final_price .special-price,
.products-grid .product-items .product-item .price-box.price-final_price .special-price,
.recently-viewed .product-items .product-item .price-box.price-final_price .special-price,
.products-list .product-items .product-item .price-box.price-final_price .special-price {
  order: 2;
}
.widgetplus .product-items .product-item .price-box.price-final_price .old-price,
.products-grid .product-items .product-item .price-box.price-final_price .old-price,
.recently-viewed .product-items .product-item .price-box.price-final_price .old-price,
.products-list .product-items .product-item .price-box.price-final_price .old-price {
  margin-right: 6px;
  order: 1;
  text-decoration: none;
}
.widgetplus .product-items .product-item .price-box.price-final_price .old-price .price,
.products-grid .product-items .product-item .price-box.price-final_price .old-price .price,
.recently-viewed .product-items .product-item .price-box.price-final_price .old-price .price,
.products-list .product-items .product-item .price-box.price-final_price .old-price .price {
  font-weight: 600;
  font-size: 13px;
  text-decoration: line-through;
  color: #1a1a18;
}
.widgetplus .product-items .product-item .price-container .price,
.products-grid .product-items .product-item .price-container .price,
.recently-viewed .product-items .product-item .price-container .price,
.products-list .product-items .product-item .price-container .price {
  font-weight: 700;
  font-size: 16px;
  color: #ff0009;
}
.widgetplus .product-items .product-item .price-wrap,
.products-grid .product-items .product-item .price-wrap,
.recently-viewed .product-items .product-item .price-wrap,
.products-list .product-items .product-item .price-wrap {
  margin-bottom: 8px;
}
.widgetplus .product-items .product-item .price-wrap .price-box,
.products-grid .product-items .product-item .price-wrap .price-box,
.recently-viewed .product-items .product-item .price-wrap .price-box,
.products-list .product-items .product-item .price-wrap .price-box {
  float: none;
  margin: 0;
}
.widgetplus .product-items .product-item .tocart-wrapper .action.tocart,
.products-grid .product-items .product-item .tocart-wrapper .action.tocart,
.recently-viewed .product-items .product-item .tocart-wrapper .action.tocart,
.products-list .product-items .product-item .tocart-wrapper .action.tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a18;
  border-radius: 0;
  padding: 8px 10px;
  width: 100%;
  transition: all 0.5s ease;
}
.widgetplus .product-items .product-item .tocart-wrapper .action.tocart p,
.products-grid .product-items .product-item .tocart-wrapper .action.tocart p,
.recently-viewed .product-items .product-item .tocart-wrapper .action.tocart p,
.products-list .product-items .product-item .tocart-wrapper .action.tocart p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #1a1a18;
  transition: all 0.5s ease;
}
.widgetplus .product-items .product-item .tocart-wrapper .action.tocart .mbi-bag2:before,
.products-grid .product-items .product-item .tocart-wrapper .action.tocart .mbi-bag2:before,
.recently-viewed .product-items .product-item .tocart-wrapper .action.tocart .mbi-bag2:before,
.products-list .product-items .product-item .tocart-wrapper .action.tocart .mbi-bag2:before {
  content: '';
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5517 4.11566C14.4085 4.11566 14.3062 4.11566 14.1989 4.11566C11.6526 4.11566 9.1063 4.11566 6.5549 4.11566C6.11518 4.11566 5.83907 3.90344 5.81351 3.56099C5.78794 3.18478 6.07427 2.90504 6.49866 2.90504C7.31163 2.90504 8.11948 2.90504 8.93246 2.90504C11.0288 2.90504 13.1302 2.90504 15.2266 2.90504C15.8299 2.90504 16.106 3.21854 15.9629 3.76839C15.5487 5.36487 15.1294 6.95653 14.6948 8.54818C14.4647 9.39707 13.7336 9.9228 12.7928 9.92762C10.7374 9.93727 8.68703 9.93727 6.63159 9.92762C5.71125 9.92762 4.99543 9.41154 4.75 8.59159C4.13132 6.51761 3.51776 4.43881 2.9042 2.36484C2.84284 2.15744 2.7866 1.95004 2.72524 1.74264C2.61787 1.37608 2.40824 1.22174 1.99919 1.21691C1.55947 1.21691 1.11975 1.21691 0.674919 1.21691C0.276103 1.20727 0 0.956462 0 0.604368C0 0.252274 0.281216 0.00146752 0.690258 0.00146752C1.27826 0.00629073 1.87648 -0.0226485 2.45425 0.0545228C3.257 0.160633 3.74273 0.667069 3.95748 1.38573C4.62217 3.61887 5.27153 5.86166 5.926 8.0948C6.06405 8.5723 6.24812 8.70253 6.76965 8.70253C8.73305 8.70253 10.7016 8.70253 12.665 8.70253C13.1865 8.70253 13.3654 8.55783 13.4882 8.08033C13.8307 6.76842 14.1835 5.46133 14.5414 4.10601L14.5517 4.11566ZM4.85737 11.7604C4.84715 12.4405 5.44026 13 6.1612 13C6.88725 13 7.47013 12.4453 7.4599 11.7604C7.45479 11.0852 6.87702 10.5546 6.1612 10.5546C5.44537 10.5546 4.86249 11.0948 4.85737 11.7604ZM11.5196 11.7604C11.5094 12.4405 12.1025 13 12.8235 13C13.5495 13 14.1324 12.4453 14.1222 11.7604C14.1171 11.0852 13.5393 10.5546 12.8235 10.5546C12.1076 10.5546 11.5248 11.0948 11.5196 11.7604Z' fill='%231a1a18' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  transition: all 0.5s ease;
}
.widgetplus .product-items .product-item .tocart-wrapper .action.tocart:hover,
.products-grid .product-items .product-item .tocart-wrapper .action.tocart:hover,
.recently-viewed .product-items .product-item .tocart-wrapper .action.tocart:hover,
.products-list .product-items .product-item .tocart-wrapper .action.tocart:hover {
  background: #d5c7d8;
  border: 1px solid #d5c7d8;
}
.widgetplus .product-items .product-item .tocart-wrapper .action.tocart:hover p,
.products-grid .product-items .product-item .tocart-wrapper .action.tocart:hover p,
.recently-viewed .product-items .product-item .tocart-wrapper .action.tocart:hover p,
.products-list .product-items .product-item .tocart-wrapper .action.tocart:hover p {
  color: #fff;
}
.widgetplus .product-items .product-item .tocart-wrapper .action.tocart:hover .mbi-bag2:before,
.products-grid .product-items .product-item .tocart-wrapper .action.tocart:hover .mbi-bag2:before,
.recently-viewed .product-items .product-item .tocart-wrapper .action.tocart:hover .mbi-bag2:before,
.products-list .product-items .product-item .tocart-wrapper .action.tocart:hover .mbi-bag2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5517 4.11566C14.4085 4.11566 14.3062 4.11566 14.1989 4.11566C11.6526 4.11566 9.1063 4.11566 6.5549 4.11566C6.11518 4.11566 5.83907 3.90344 5.81351 3.56099C5.78794 3.18478 6.07427 2.90504 6.49866 2.90504C7.31163 2.90504 8.11948 2.90504 8.93246 2.90504C11.0288 2.90504 13.1302 2.90504 15.2266 2.90504C15.8299 2.90504 16.106 3.21854 15.9629 3.76839C15.5487 5.36487 15.1294 6.95653 14.6948 8.54818C14.4647 9.39707 13.7336 9.9228 12.7928 9.92762C10.7374 9.93727 8.68703 9.93727 6.63159 9.92762C5.71125 9.92762 4.99543 9.41154 4.75 8.59159C4.13132 6.51761 3.51776 4.43881 2.9042 2.36484C2.84284 2.15744 2.7866 1.95004 2.72524 1.74264C2.61787 1.37608 2.40824 1.22174 1.99919 1.21691C1.55947 1.21691 1.11975 1.21691 0.674919 1.21691C0.276103 1.20727 0 0.956462 0 0.604368C0 0.252274 0.281216 0.00146752 0.690258 0.00146752C1.27826 0.00629073 1.87648 -0.0226485 2.45425 0.0545228C3.257 0.160633 3.74273 0.667069 3.95748 1.38573C4.62217 3.61887 5.27153 5.86166 5.926 8.0948C6.06405 8.5723 6.24812 8.70253 6.76965 8.70253C8.73305 8.70253 10.7016 8.70253 12.665 8.70253C13.1865 8.70253 13.3654 8.55783 13.4882 8.08033C13.8307 6.76842 14.1835 5.46133 14.5414 4.10601L14.5517 4.11566ZM4.85737 11.7604C4.84715 12.4405 5.44026 13 6.1612 13C6.88725 13 7.47013 12.4453 7.4599 11.7604C7.45479 11.0852 6.87702 10.5546 6.1612 10.5546C5.44537 10.5546 4.86249 11.0948 4.85737 11.7604ZM11.5196 11.7604C11.5094 12.4405 12.1025 13 12.8235 13C13.5495 13 14.1324 12.4453 14.1222 11.7604C14.1171 11.0852 13.5393 10.5546 12.8235 10.5546C12.1076 10.5546 11.5248 11.0948 11.5196 11.7604Z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.widgetplus .product-items .product-item .product-item-details,
.products-grid .product-items .product-item .product-item-details,
.recently-viewed .product-items .product-item .product-item-details,
.products-list .product-items .product-item .product-item-details {
  padding: 10px;
}
.post-list-wrapper .post-categories {
  display: inline-block;
  padding: 4px 8px;
  background: #f8effb;
}
.post-list-wrapper .post-categories a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #1a1a18;
}
.post-list-wrapper .title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #1a1a18;
}
.products-list .product-item-info {
  padding: 0;
}
.products-list .product-item-description {
  margin: 10px 0 0;
}
.products-list .product-btn-info .price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-list .product-btn-info .row {
  justify-content: right;
}
.products-list .product-btn-info .row .col {
  max-width: 32px;
  height: 32px;
  margin-left: 10px;
}
.products-list .product-btn-info .row .col button {
  width: 32px;
  height: 32px;
}
.products-list .product-btn-info .row .col button i {
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 24px;
}
.products-list .product-btn-info .row .col button span {
  display: none;
}
.block-testimonial .main-heading {
  display: none;
}
.block-testimonial .testimonial {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  background: #f8f1f4;
  border: none;
  border-radius: 0;
  position: relative;
}
.block-testimonial .testimonial:before {
  top: 15px;
  right: 15px;
  font-weight: 800;
  font-size: 42px;
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 0, 9, 0.5);
}
.block-testimonial .testimonial:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #ff0009;
  position: absolute;
  top: 5px;
  left: 5px;
}
.block-testimonial .testimonial .testi-img {
  width: 100%;
  margin: 0 12px 0 0;
  max-width: 64px;
}
.block-testimonial .testimonial .name {
  display: flex;
  flex-direction: column;
  max-width: 65%;
  font-weight: 400;
  font-size: 13px;
  color: #1a1a18;
}
.block-testimonial .testimonial .name strong {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a18;
}
.block-testimonial .testimonial .text {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #1a1a18;
}
.recently-viewed .category-products {
  background: none;
  padding: 0;
}
.recently-viewed .main-heading .heading-title {
  text-transform: none;
  text-align: left;
  font-weight: 400;
  font-size: 26px;
  color: #131315;
}
.recently-viewed .product-item {
  position: relative;
  border-radius: 8px;
  background: #fff;
}
.recently-viewed .col,
.recently-viewed .product-btn,
.recently-viewed .product-show {
  position: unset;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  padding: 0;
}
.recently-viewed .product-item-details {
  padding: 10px;
}
.recently-viewed .btn-compare {
  display: none;
}
.recently-viewed .product-btn button:hover .mbi,
.recently-viewed .product-btn a:hover .mbi {
  background: none;
}
.recently-viewed .product-items .product-item .product-show .btn-wishlist .action.towishlist {
  top: 10px;
}
.recently-viewed .product-item-info {
  padding-bottom: 40px;
}
.recently-viewed .old-price {
  text-decoration: none;
  margin-left: 6px;
}
.recently-viewed .old-price .price-container .price-wrapper .price {
  font-weight: 600;
  font-size: 12px;
  text-decoration: line-through;
  color: #000;
}
.recently-viewed .action.tocart {
  position: absolute;
  bottom: 0;
  margin: 10px;
  width: calc(100% - 20px);
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a18;
  border-radius: 0;
  padding: 8px 10px;
  transition: all 0.5s ease;
}
.recently-viewed .action.tocart p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #1a1a18;
  transition: all 0.5s ease;
}
.recently-viewed .action.tocart .mbi {
  width: auto;
  height: auto;
  background: none;
}
.recently-viewed .action.tocart .mbi-bag2 {
  background: none;
}
.recently-viewed .action.tocart .mbi-bag2:before {
  content: '';
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5517 4.11566C14.4085 4.11566 14.3062 4.11566 14.1989 4.11566C11.6526 4.11566 9.1063 4.11566 6.5549 4.11566C6.11518 4.11566 5.83907 3.90344 5.81351 3.56099C5.78794 3.18478 6.07427 2.90504 6.49866 2.90504C7.31163 2.90504 8.11948 2.90504 8.93246 2.90504C11.0288 2.90504 13.1302 2.90504 15.2266 2.90504C15.8299 2.90504 16.106 3.21854 15.9629 3.76839C15.5487 5.36487 15.1294 6.95653 14.6948 8.54818C14.4647 9.39707 13.7336 9.9228 12.7928 9.92762C10.7374 9.93727 8.68703 9.93727 6.63159 9.92762C5.71125 9.92762 4.99543 9.41154 4.75 8.59159C4.13132 6.51761 3.51776 4.43881 2.9042 2.36484C2.84284 2.15744 2.7866 1.95004 2.72524 1.74264C2.61787 1.37608 2.40824 1.22174 1.99919 1.21691C1.55947 1.21691 1.11975 1.21691 0.674919 1.21691C0.276103 1.20727 0 0.956462 0 0.604368C0 0.252274 0.281216 0.00146752 0.690258 0.00146752C1.27826 0.00629073 1.87648 -0.0226485 2.45425 0.0545228C3.257 0.160633 3.74273 0.667069 3.95748 1.38573C4.62217 3.61887 5.27153 5.86166 5.926 8.0948C6.06405 8.5723 6.24812 8.70253 6.76965 8.70253C8.73305 8.70253 10.7016 8.70253 12.665 8.70253C13.1865 8.70253 13.3654 8.55783 13.4882 8.08033C13.8307 6.76842 14.1835 5.46133 14.5414 4.10601L14.5517 4.11566ZM4.85737 11.7604C4.84715 12.4405 5.44026 13 6.1612 13C6.88725 13 7.47013 12.4453 7.4599 11.7604C7.45479 11.0852 6.87702 10.5546 6.1612 10.5546C5.44537 10.5546 4.86249 11.0948 4.85737 11.7604ZM11.5196 11.7604C11.5094 12.4405 12.1025 13 12.8235 13C13.5495 13 14.1324 12.4453 14.1222 11.7604C14.1171 11.0852 13.5393 10.5546 12.8235 10.5546C12.1076 10.5546 11.5248 11.0948 11.5196 11.7604Z' fill='%231a1a18' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  transition: all 0.5s ease;
}
.recently-viewed .action.tocart:hover {
  background: #d5c7d8;
  border: 1px solid #d5c7d8;
}
.recently-viewed .action.tocart:hover p {
  color: #fff;
}
.recently-viewed .action.tocart:hover .mbi-bag2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5517 4.11566C14.4085 4.11566 14.3062 4.11566 14.1989 4.11566C11.6526 4.11566 9.1063 4.11566 6.5549 4.11566C6.11518 4.11566 5.83907 3.90344 5.81351 3.56099C5.78794 3.18478 6.07427 2.90504 6.49866 2.90504C7.31163 2.90504 8.11948 2.90504 8.93246 2.90504C11.0288 2.90504 13.1302 2.90504 15.2266 2.90504C15.8299 2.90504 16.106 3.21854 15.9629 3.76839C15.5487 5.36487 15.1294 6.95653 14.6948 8.54818C14.4647 9.39707 13.7336 9.9228 12.7928 9.92762C10.7374 9.93727 8.68703 9.93727 6.63159 9.92762C5.71125 9.92762 4.99543 9.41154 4.75 8.59159C4.13132 6.51761 3.51776 4.43881 2.9042 2.36484C2.84284 2.15744 2.7866 1.95004 2.72524 1.74264C2.61787 1.37608 2.40824 1.22174 1.99919 1.21691C1.55947 1.21691 1.11975 1.21691 0.674919 1.21691C0.276103 1.20727 0 0.956462 0 0.604368C0 0.252274 0.281216 0.00146752 0.690258 0.00146752C1.27826 0.00629073 1.87648 -0.0226485 2.45425 0.0545228C3.257 0.160633 3.74273 0.667069 3.95748 1.38573C4.62217 3.61887 5.27153 5.86166 5.926 8.0948C6.06405 8.5723 6.24812 8.70253 6.76965 8.70253C8.73305 8.70253 10.7016 8.70253 12.665 8.70253C13.1865 8.70253 13.3654 8.55783 13.4882 8.08033C13.8307 6.76842 14.1835 5.46133 14.5414 4.10601L14.5517 4.11566ZM4.85737 11.7604C4.84715 12.4405 5.44026 13 6.1612 13C6.88725 13 7.47013 12.4453 7.4599 11.7604C7.45479 11.0852 6.87702 10.5546 6.1612 10.5546C5.44537 10.5546 4.86249 11.0948 4.85737 11.7604ZM11.5196 11.7604C11.5094 12.4405 12.1025 13 12.8235 13C13.5495 13 14.1324 12.4453 14.1222 11.7604C14.1171 11.0852 13.5393 10.5546 12.8235 10.5546C12.1076 10.5546 11.5248 11.0948 11.5196 11.7604Z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.cms-page-view .column.main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-page-view strong {
  font-weight: 600;
}
.contact-index-index .page-title-wrapper .page-title {
  padding: 20px 0;
}
.contact-index-index .content-contact-block {
  padding: 0 15px 50px;
}
.contact-index-index .content-contact-block .google-map {
  overflow: hidden;
}
.contact-index-index .content-contact-block #contact-form .field-recaptcha {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .contact-index-index .content-contact-block #contact-form .actions-toolbar .action.primary {
    max-width: 300px;
    min-width: 300px;
  }
}
.contact-index-index .content-contact-block .contact-info {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .contact-index-index .content-contact-block .contact-info {
    display: flex;
  }
}
.contact-index-index .content-contact-block .contact-info .container {
  margin-left: 20px;
  border: 1px solid #d9d9d9;
  padding: 0px 20px 30px 20px;
}
.contact-index-index .content-contact-block .contact-info .container:first-child {
  margin: 0;
}
@media (max-width: 768px) {
  .contact-index-index .content-contact-block .contact-info .container {
    margin-top: 20px;
    margin-left: 0;
  }
}
.contact-index-index .content-contact-block .contact-info #contact-form {
  min-width: unset;
  padding: 0;
  width: 100%;
}
.contact-index-index .content-contact-block .contact-info #contact-form .fieldset {
  margin: 0;
}
.contact-index-index .content-contact-block .contact-info #contact-form .control {
  margin-bottom: 20px;
}
.contact-index-index .content-contact-block .contact-info #contact-form input.input-text {
  border: 1px solid #d9d9d9;
  padding: 10px 14px;
  height: 42px;
}
.contact-index-index .content-contact-block .contact-info #contact-form textarea {
  border: 1px solid #d9d9d9;
  padding: 10px 14px;
  height: 90px;
}
.contact-index-index .content-contact-block .contact-info .contact-title {
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ff0009;
  padding: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #231f20;
  text-align: left !important;
}
.contact-index-index .content-contact-block .contact-info p,
.contact-index-index .content-contact-block .contact-info li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: rgba(19, 19, 21, 0.7);
}
.contact-index-index .content-contact-block .contact-info p strong,
.contact-index-index .content-contact-block .contact-info li strong {
  font-weight: 600;
}
.contact-index-index .content-contact-block .contact-info ol,
.contact-index-index .content-contact-block .contact-info ul {
  margin-bottom: 20px;
}
.contact-index-index .content-contact-block .contact-info h2 {
  margin-top: 30px;
}
.contact-index-index .content-contact-block .contact-info h3 {
  margin: 30px 0 15px;
}
.contact-index-index .content-contact-block .contact-info .info {
  padding: 0;
  max-width: 520px;
}
.contact-index-index .content-contact-block .contact-info .info li {
  list-style: none;
}
.contact-index-index .content-contact-block .contact-info .info li div {
  display: flex;
  align-items: center;
}
.contact-index-index .content-contact-block .contact-info .info li div svg {
  margin-right: 14px;
}
.contact-index-index .content-contact-block .contact-info .info li div p {
  margin-bottom: 0;
}
.contact-index-index .content-contact-block .contact-info .info li h3 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  color: rgba(19, 19, 21, 0.7);
}
.contact-index-index .content-contact-block .contact-info .info li .text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(19, 19, 21, 0.7);
}
.contact-index-index .content-contact-block .contact-info .info li a:hover {
  color: #ff0009;
}
.ukrposhta-fields input,
.select2-container--default .select2-selection--single {
  height: 42px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 16px;
  width: 48%;
}
.select2-container--default .select2-selection--single {
  height: 42px !important;
  padding: 0 10px;
  border-radius: 3px !important;
  font-size: 16px;
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}
.cart-summary .checkout-methods-items .item:last-child {
  display: none;
}
.minicart-items .product-item .actions {
  top: 12px !important;
  left: 140px;
}
.minicart-items .product-item {
  padding-bottom: 12px !important;
}
.opc-block-summary {
  padding-bottom: 0 !important;
}
.totals.sub,
.totals.shipping.excl {
  display: none;
}
.opc-wrapper #shipping-new-address-form > .field.street,
.fieldset#customer-email-fieldset.hide-from-checkout,
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address {
  visibility: hidden;
  left: -1000px;
  position: absolute;
}
.bss-onestepcheckout .opc-wrapper #shipping:hover,
#payment:hover,
#opc-shipping_method:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content {
  padding-left: 45px;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content p {
  color: #ccc;
  font-size: 14px;
}
input#doors_novaposhta {
  height: 42px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
}
.email-optional {
  display: flex;
}
.email-optional input {
  width: 16px;
  height: 16px;
}
.email-optional label {
  padding-left: 6px;
}
@media (max-width: 768px) {
  .opc-wrapper .form-login {
    margin-top: 30px !important;
  }
}
.authentication-wrapper {
  max-width: 100% !important;
  float: none !important;
  text-align: left !important;
}
@media (min-width: 769px) {
  .authentication-wrapper {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .pass-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .pass-wrapper .field._required {
    width: 48%;
  }
}
.opc-estimated-wrapper {
  display: none !important;
}
.opc-wrapper,
#opc-sidebar,
.payment-method-content p {
  margin: 0 !important;
}
.doors_novaposhta.error .mage-error,
.ukrposhta-fields.error .mage-error,
.warehouse.input-block-level.error .mage-error {
  display: flex;
}
.doors_novaposhta .mage-error,
.ukrposhta-fields .mage-error,
.warehouse.input-block-level .mage-error {
  display: none;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content p {
  color: #4f4f4f !important;
}
.bss-onestepcheckout .email-optional input {
  cursor: pointer;
}
.doors_novaposhta,
.ukrposhta-fields,
.warehouse.input-block-level {
  position: relative;
}
.checkout-onepage-success h2 {
  font-size: 16px;
}
.checkout-onepage-success .main-container {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  min-height: 300px;
}
.checkout-onepage-success .main-container .page-title-wrapper {
  display: none;
}
.checkout-onepage-success .main-container .columns .total {
  border-bottom: 1px solid #333;
  padding-bottom: 14px;
}
.checkout-onepage-success .main-container .columns .total .price {
  font-size: 30px;
  font-weight: bold;
}
.checkout-onepage-success .main-container .columns #registration {
  display: none !important;
}
.checkout-onepage-success .main-container .columns .checkout-success ul > li,
.checkout-onepage-success .main-container .columns .checkout-success .phone_number {
  margin: 5px 0;
}
.checkout-onepage-success .main-container .columns .checkout-success p.shipping_method {
  border-bottom: 1px solid #333;
  padding-bottom: 14px;
}
.checkout-onepage-success .main-container .columns .checkout-success .checkmo-cms,
.checkout-onepage-success .main-container .columns .checkout-success .banktransfer-cms {
  margin-top: 14px;
}
.checkout-onepage-success .main-container .columns .checkout-success .checkmo-cms p span,
.checkout-onepage-success .main-container .columns .checkout-success .banktransfer-cms p span,
.checkout-onepage-success .main-container .columns .checkout-success .checkmo-cms h,
.checkout-onepage-success .main-container .columns .checkout-success .banktransfer-cms h {
  font-size: 18px;
  font-weight: bold;
}
.checkout-onepage-success .main-container .columns .checkout-success .checkmo-cms ul > li,
.checkout-onepage-success .main-container .columns .checkout-success .banktransfer-cms ul > li,
.checkout-onepage-success .main-container .columns .checkout-success .checkmo-cms p,
.checkout-onepage-success .main-container .columns .checkout-success .banktransfer-cms p {
  margin: 5px 0;
}
.checkout-onepage-success .main-container .columns .checkout-success .title {
  border-bottom: 1px solid #333;
}
.checkout-onepage-success .main-container .columns .checkout-success .title .name {
  font-size: 26px;
  font-weight: bold;
}
.checkout-onepage-success .main-container .columns .checkout-success .title .order-number span {
  font-size: 18px;
  font-weight: bold;
}
.shipping-methods-subtitle {
  display: block;
  margin-top: 15px;
}
checkout-cart-index .page-footer .footer-top {
  border: none;
}
checkout-cart-index .page-footer .footer-top .main-newsletter {
  display: none !important;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 10px;
}
.checkout-index-index .page-wrapper {
  overflow: inherit;
}
.checkout-index-index #checkout {
  display: inline-block;
  margin-top: 30px;
}
.checkout-index-index header.page-header {
  padding: 0;
}
.checkout-index-index header.page-header.sticky {
  position: inherit;
  background: none;
  border: none;
  margin: 0;
}
.checkout-index-index header.page-header .header-checkout {
  display: none;
}
@media (min-width: 768px) {
  .checkout-index-index #opc-sidebar {
    position: sticky;
    top: 0;
  }
}
.checkout-index-index #opc-sidebar .action.primary.checkout {
  max-width: 100%;
}
.checkout-index-index #opc-sidebar .action.primary.checkout:hover {
  background: #1a1a18;
}
.checkout-index-index #opc-sidebar #discount-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-index-index #opc-sidebar #discount-form .payment-option-inner {
  width: 52% !important;
}
.checkout-index-index #opc-sidebar #discount-form input.input-text {
  border-radius: 0;
}
.checkout-index-index #opc-sidebar #discount-form .actions-toolbar {
  float: none !important;
  margin: 0 0 0 10px;
}
.checkout-index-index #opc-sidebar #discount-form .actions-toolbar .action {
  padding: 5px 10px;
  height: 42px;
  border-color: #1a1a18;
  transition: all 0.5s ease;
}
.checkout-index-index #opc-sidebar #discount-form .actions-toolbar .action:hover {
  background: #d5c7d8;
  border: 1px solid #d5c7d8;
  color: #fff;
}
.checkout-index-index .opc-wrapper .form-login {
  border-bottom: none;
}
.checkout-index-index .opc-wrapper .opc #shipping,
.checkout-index-index .opc-wrapper .opc #opc-shipping_method,
.checkout-index-index .opc-wrapper .opc #payment {
  width: 100%;
  float: none;
  margin-left: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field {
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field .label {
  display: none;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field .control {
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field .control input {
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc #checkout-shipping-method-load .table-col.col-price {
  padding-right: 10px;
}
.checkout-index-index .opc-wrapper .opc #checkout-shipping-method-load .table-col.col-carrier {
  padding-left: 10px;
}
.checkout-index-index .step-title {
  border-bottom: none !important;
}
.checkout-index-index .step-title:before,
.checkout-index-index #opc-sidebar .opc-block-summary > .title:before {
  background-color: #1b2738 !important;
  color: #ffffff !important;
}
.checkout-index-index .order-comment-block .admin__control-textarea {
  width: 100%;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement {
  display: flex;
  align-items: center;
  position: relative;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox] {
  display: block;
  position: relative;
  margin-right: 9px;
  width: 100%;
  max-width: 16px;
  height: 16px;
  border-color: #000000;
  border-radius: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox]:before {
  content: '';
  width: 16px;
  height: 16px;
  box-shadow: none;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox]:checked:before {
  content: '\e934';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 0;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  border: 1px solid #000000;
  background: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox].mage-error:before {
  border: 1px solid red;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement label {
  text-align: left;
  margin-bottom: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement .action {
  display: block;
  text-align: left;
  color: #000000;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement .action:hover {
  color: #fcb800;
  text-decoration: none;
}
.checkout-index-index .actions-toolbar .btn-placeorder.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
}
.checkout-index-index .page-footer .copyright {
  text-align: left;
}
#minicart-content-wrapper #top-cart-btn-checkout {
  font-size: 15px;
}
.checkout-cart-index .page-footer .footer-top {
  border: none;
}
.checkout-cart-index .page-footer .footer-top .main-newsletter {
  display: none !important;
}
.checkout-index-index .page-wrapper {
  overflow: inherit;
}
.checkout-index-index #checkout {
  display: inline-block;
}
.checkout-index-index header.page-header {
  padding: 0;
}
.checkout-index-index header.page-header.sticky {
  position: inherit;
  background: none;
  border: none;
  margin: 0;
}
@media (min-width: 768px) {
  .checkout-index-index #opc-sidebar {
    position: sticky;
    top: 0;
  }
}
.checkout-index-index #ukrposhtaukraine-shipping-method-fields-details-list-wrapper .field {
  margin-top: 10px;
}
.checkout-index-index .opc-wrapper .form-login {
  border-bottom: none;
}
.checkout-index-index .opc-wrapper .opc #shipping,
.checkout-index-index .opc-wrapper .opc #opc-shipping_method,
.checkout-index-index .opc-wrapper .opc #payment {
  width: 100%;
  float: none;
  margin-left: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field {
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field .label {
  display: none;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field .control {
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc #shipping-new-address-form > .field.street > .control .field .control input {
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc #checkout-shipping-method-load .table-col.col-price {
  padding-right: 10px;
}
.checkout-index-index .opc-wrapper .opc #checkout-shipping-method-load .table-col.col-carrier {
  padding-left: 10px;
}
.checkout-index-index .step-title {
  border-bottom: none !important;
}
.checkout-index-index .step-title:before,
.checkout-index-index #opc-sidebar .opc-block-summary > .title:before {
  background-color: #1b2738 !important;
  color: #ffffff !important;
}
.checkout-index-index .order-comment-block .admin__control-textarea {
  width: 100%;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement {
  display: flex;
  align-items: center;
  position: relative;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox] {
  display: block;
  position: relative;
  margin-right: 9px;
  width: 100%;
  max-width: 16px;
  height: 16px;
  border-color: #000000;
  border-radius: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox]:before {
  content: '';
  width: 16px;
  height: 16px;
  box-shadow: none;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox]:checked:before {
  content: '\e934';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 0;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  border: 1px solid #000000;
  background: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement input[type=checkbox].mage-error:before {
  border: 1px solid red;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement label {
  text-align: left;
  margin-bottom: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement .action {
  display: block;
  text-align: left;
  color: #000000;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement .action:hover {
  color: #fcb800;
  text-decoration: none;
}
.checkout-index-index .actions-toolbar .btn-placeorder.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
}
.checkout-index-index .page-footer .copyright {
  text-align: left;
}
#minicart-content-wrapper #top-cart-btn-checkout {
  font-size: 15px;
}
.bss-onestepcheckout .opc-wrapper #opc-shipping_method div[name$=".bss_osc_delivery_date"],
div[name$=".bss_osc_delivery_comment"] {
  display: none;
}
.bss-onestepcheckout #opc-sidebar .actions-toolbar {
  margin-bottom: 50px;
}
.bss-onestepcheckout #opc-sidebar .actions-toolbar .secondary {
  display: none !important;
}
.bss-onestepcheckout input[type="radio"]:checked,
.bss-onestepcheckout input[type="radio"]:checked:after {
  background: #1b2738 !important;
}
.checkout-cart-index .page-title-wrapper .page-title {
  margin: 0;
  text-align: left;
  font-weight: 800;
  font-size: 26px;
  color: #231f20;
}
.checkout-cart-index .action.button,
.checkout-cart-index .action.continue,
.checkout-cart-index .action.update,
.checkout-cart-index .action.clear {
  border: 1px solid #1a1a18;
  border-radius: 0;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a18;
  transition: all 0.5s ease;
}
.checkout-cart-index .action.button:hover,
.checkout-cart-index .action.continue:hover,
.checkout-cart-index .action.update:hover,
.checkout-cart-index .action.clear:hover {
  background: #1a1a18;
  color: #fff;
}
.checkout-cart-index .action.continue {
  display: flex;
  align-items: center;
}
.checkout-cart-index .action.continue:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.07086 1.07143L1 15.941M1.07086 1.07143L15.9404 0.999999M1.07086 1.07143L19 19' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  transition: all 0.5s ease;
}
.checkout-cart-index .action.continue:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.07086 1.07143L1 15.941M1.07086 1.07143L15.9404 0.999999M1.07086 1.07143L19 19' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  font-weight: 500;
  font-size: 16px;
  color: rgba(35, 31, 32, 0.6);
}
.checkout-cart-index .cart.table-wrapper .item-actions-top .actions-toolbar > .action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  bottom: -40px;
  background: #f6f6f6;
  z-index: 5;
}
.checkout-cart-index .cart.table-wrapper .item-actions-top .actions-toolbar > .action-delete:before {
  font-weight: 400;
  font-size: 18px;
  color: #ff0009;
}
.checkout-cart-index .cart.table-wrapper .item-actions-top .actions-toolbar > .action-delete:hover:before {
  color: #000;
}
.checkout-cart-index .cart.table-wrapper .item-info .product-item-name a {
  font-weight: 500;
  font-size: 18px;
  color: #1a1a18;
}
.checkout-cart-index .cart.table-wrapper .item-info .product-item-name a:hover {
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .item-info .col.price .price {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #231f20;
}
.checkout-cart-index .cart-container .cart-summary {
  padding: 10px 10px 20px 10px;
  background: #f8f1f4;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  margin: 0;
  padding: 14px 10px;
  font-weight: 800;
  font-size: 18px;
  color: #231f20;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  padding: 0;
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand th {
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand td {
  padding: 14px 10px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand th strong,
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand td strong {
  font-weight: 800;
  font-size: 16px;
  color: #231f20;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  padding: 13px;
  border: 1px solid #1a1a18;
  max-width: 100%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #1a1a18;
  transition: all 0.5s ease;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #fff;
  border: 1px solid #1a1a18;
  color: #1a1a18;
}
.checkout-cart-index .crosssell .main-heading .heading-title {
  border-bottom: 1px solid #e2dfe1;
  padding: 14px 0px;
  text-transform: none;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  color: #131315;
  background: none;
}
@media (min-width: 768px) {
  .checkout-cart-index .benefits {
    padding: 18px 10px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .benefits ul {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .benefits li {
    flex-direction: row;
  }
}
.checkout-cart-index .benefits li h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
}
.checkout-cart-index .benefits li p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(35, 31, 32, 0.7);
}
@media (min-width: 768px) {
  .checkout-cart-index .benefits li div {
    margin: 0;
  }
}
.checkout-cart-index .benefits li img {
  min-height: unset;
}
@media (min-width: 768px) {
  .checkout-cart-index .benefits li img {
    margin-right: 7px;
    max-width: 30px;
    width: 100%;
  }
}
