/**
 * 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: #ff6900;
}
.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";
}
.pages .item a:hover,
.pages .current strong {
  color: #fff !important;
}
.pages .item .action.next span,
.pages .item .action.previous span,
.pages .item .label {
  display: none;
}
/* Home Page */
a:hover,
.alink:hover {
  color: #000 !important;
}
.experts-section {
  padding: 70px 0;
  background-color: #fff1e7;
}
.experts-section h2 {
  color: #ff6900;
  font-size: 40px !important;
  line-height: 48px;
  margin-bottom: 50px;
}
.cms-home {
  background: #f9f9f9;
}
.cms-home h2 {
  font-size: 23px;
  font-weight: 700 !important;
}
.cms-home .product-item-info:hover {
  border: 1px solid #ff6900;
}
.cms-home .experts-section h3 {
  font-size: 22px;
  line-height: 1.36;
  color: #222222;
}
.cms-home .experts-section p {
  color: #222222;
}
.cms-home .product-items.row {
  margin-right: -10px;
  margin-left: -10px;
}
.cms-home .product-item {
  padding: 0 8px;
}
.cms-home .product-item-info {
  border: 1px solid #e9ecef;
  background: #fff;
}
.cms-home .product-item-info .product-item-details {
  padding: 0 20px 20px;
  text-align: center;
}
.cms-home .product-item-info .product-item-details .product-item-name a {
  color: #000;
}
.cms-home .product-item-info .product-reviews-summary.short {
  margin-bottom: 5px;
}
.cms-home .product-item-info .stock.unavailable {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  padding: 9px 0px;
}
.cms-home .product-item-photo img {
  width: 100% !important;
  height: auto;
}
.cms-home .shopperapproved_widget .sa_review {
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0 !important;
  margin: 5px;
}
.cms-home .shopperapproved_widget .sa_review span.sa_star {
  margin-bottom: 12px;
}
.cms-home .shopperapproved_widget .sa_review .sa_name {
  font-size: 16px;
}
.cms-home .shopperapproved_widget .sa_review .sa_date {
  display: block !important;
  color: #737373;
  font-size: 13px;
}
.cms-home .shopperapproved_widget .sa_comments {
  font-size: 14px;
  font-weight: 700;
}
.cms-home .client-shopper-approved {
  margin-bottom: 15px;
}
.cms-home .parts-and-components h2 {
  font-size: 34px;
  line-height: 1.2;
}
.rating-summary .rating-result > span:before {
  color: #ffb400 !important;
}
.icon-bg img {
  width: 20px;
}
.blog-post-wrap .row,
.product-items.row {
  row-gap: 20px;
}
.cms-home .widget.block.block-static-block {
  margin-bottom: 60px;
}
.product-btn .row.no-gutters {
  justify-content: space-around;
  row-gap: 10px;
}
.product-btn button {
  min-width: auto !important;
}
.dm-benifits {
  background-color: #f1f1f1;
  padding: 60px 0px;
}
.dmBenefits_list ul li a {
  margin: 0;
  padding: 19px 20px;
  display: flex;
  align-items: center;
}
.dmBenefits_list span.bg_orange-save {
  background: #f57225;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  margin-right: 20px;
  justify-content: center;
}
.dmBenefits_list ul li span h3 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 20.4px;
}
.dmBenefits_box {
  border: 1px solid #dcdcdc;
  padding: 30px;
  background: #ffffff;
}
.dmBenefits_box img {
  margin: 25px 0 50px;
  min-height: 80px;
  object-fit: contain;
}
.dmBenefits_box_img {
  width: 75%;
  margin: auto;
}
.dmBenefits_box h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #222;
}
.dmBenefits_list ul {
  list-style: none;
  padding: 0;
}
.dmBenefits_list ul li a:hover {
  background-color: #f2e7e1;
  border-radius: 8px;
}
.dmBenefits_list p {
  margin: 0;
}
.dmBenefits_box p {
  line-height: 25px;
}
.dmBenefits_list img {
  width: 50px;
}
.dmBenefits_list h2 {
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}
.dmBenefits_box p.code_num {
  line-height: 14px;
  margin-bottom: 15px;
  color: #222;
  font-size: 14px;
}
body .dmBenefits_box .bd_right {
  border: 1px solid #dedede;
}
.shopbrand-brand-view .page-title-wrapper {
  display: none;
}
.shopbrand-brand-view .brand-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shopbrand-brand-view .brand-view h1 {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.shopbrand-brand-view .brand-view img {
  width: 100px;
}
.shopbrand-brand-view .sidebar-wrap .sidebar.sidebar-main {
  padding-top: 25px;
}
.home-new-arrivals .product-item {
  margin-bottom: 0;
}
.trusted_customers_wrap {
  margin-bottom: 40px;
}
.trusted_customers_wrap h2 {
  font-size: 23px;
  margin-bottom: 30px;
}
.trusted_customers_wrap img {
  width: 125px;
}
.product-info-main .show-more-gtn img {
  width: 15px;
}
.product-info-main .show-more-gtn .more-gtn {
  display: none;
  width: 330px;
  z-index: 1;
  top: 28px;
  left: -136px;
  position: absolute;
  padding: 12px;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
}
.product-info-main .show-more-gtn:hover .more-gtn {
  display: block !important;
}
.product-info-main .product_brand_icon {
  position: absolute;
  top: 20px;
  right: 0;
}
.product-info-main .custom-note {
  margin: 25px 0 20px;
}
.product-info-main .custom-payment {
  margin-top: 20px;
}
.product-info-main .custom-payment .payment_icon_wrap,
.product-info-main .custom-payment .verified_partner_icon_wrap {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 5px 0 0;
  justify-content: space-between;
}
.product-info-main .custom-payment .verified_partner_icon_wrap {
  margin-top: 40px;
}
.product-info-main .custom-payment .verified_partner_icon_wrap span {
  margin-right: 25px;
}
.product-info-main .custom-payment .verified_partner_icon_wrap img {
  height: 25px;
  width: auto;
}
.product-info-main .custom-payment .payment_icon_wrap img {
  height: 20px;
  width: auto;
}
.product-info-main .custom-payment .payment_icon_wrap li {
  list-style: none;
  width: auto;
  margin: 0 15px 0 0;
}
.whatsapp-wrapper {
  flex-wrap: wrap;
}
.whatsapp-wrapper .wa-btn {
  background-color: #25d366;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 8px;
  height: 40px;
  order: 1;
  margin-left: 5px;
}
.whatsapp-wrapper .call-for-price {
  width: 200px;
}
.whatsapp-wrapper .call-for-price a {
  width: 100%;
  height: 40px;
}
.whatsapp-wrapper .price-quote {
  order: 2;
}
@media screen and (max-width: 600px) {
  .whatsapp-wrapper .price-quote {
    margin-top: 10px;
  }
}
.fotorama__arr--next .fotorama__arr__arr,
.fotorama__arr--prev .fotorama__arr__arr {
  display: none !important;
}
.fotorama__nav-wrap--horizontal {
  bottom: -15px !important;
}
.catalog-product-view .modal-header {
  padding: 0;
}
.catalog-product-view .bulk-order-wrap {
  border: none !important;
}
.catalog-product-view .form_right {
  background: #f9f9f9 !important;
}
.catalog-product-view .modal-popup .modal-inner-wrap {
  width: 770px;
}
.catalog-product-view .modal-content {
  padding: 0 !important;
}
.catalog-product-view .modal-slide .action-close {
  z-index: 9999;
}
.catalog-product-view .modal-slide .action-close:before {
  font-size: 9px !important;
  font-weight: bolder !important;
}
.catalog-product-view span#closeBtn {
  display: none !important;
}
.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #fff !important;
}
.cms-bulk-quote.cms-page-view .description-detail {
  display: none;
}
.cms-bulk-quote .sku_bulkquote {
  display: block !important;
}
.cms-bulk-quote .action.primary {
  padding: 8px 15px;
}
.sidebar-product-wrap .product-quote-trigger {
  margin-top: 15px;
}
#buynows {
  cursor: pointer;
}
#myModal .form-group .form-control {
  background-color: #fff;
}
.all-reviews-count-wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.all-reviews-count-wrapper .row.rating-sec {
  max-width: 975px;
  justify-content: space-around;
  margin: 0 auto;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter {
  padding: 30px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .review-ratings {
  margin-right: 0;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .review-ratings .rating-summary .rating-result {
  width: 234px;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .review-ratings .rating-summary .rating-result:before {
  font-size: 22px;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .review-ratings .rating-summary .rating-result > span {
  margin: 0 auto;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .review-ratings .rating-summary .rating-result > span:before {
  font-size: 22px;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .all-review-count {
  font-size: 32px;
}
.all-reviews-count-wrapper .row.rating-sec .main-star-counter .all-review-ratings {
  font-size: 12px;
}
.all-reviews-count-wrapper .row.rating-sec .main-counter-bar {
  border: none;
  padding: 30px 0;
}
.all-reviews-count-wrapper .row.rating-sec .main-counter-bar > * {
  font-size: 13px;
}
.all-reviews-count-wrapper .row.rating-sec .main-counter-bar .reviews-background-color {
  position: relative;
  width: 80%;
  background-color: #eee;
  margin: 0 5px 0 20px;
  height: 10px;
  border-radius: 100px;
}
.all-reviews-count-wrapper .row.rating-sec .main-counter-bar .reviews-background-color .reviews-foreground-color {
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6900;
  border-radius: 100px;
}
.page-layout-2columns-left .columns.row {
  margin: 30px 0;
}
.cms-bulk-quote .description-detail {
  display: none;
}
.block.review-list .rating-summary .rating-result:before {
  font-size: 16px;
}
.block.review-list .item.review-item {
  display: flex;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.block.review-list .review-ratings {
  display: block;
  float: none;
}
.block.review-list .review-ratings > .rating-summary:not(:first-child) {
  display: none;
}
.block.review-list .review-ratings .rating-label {
  display: none;
}
.block.review-list .review-author,
.block.review-list .review-date {
  display: block;
}
.block.review-list .review-date {
  color: #999;
  font-size: 11px;
}
.block.review-list .review-date .review-details-label {
  position: static;
}
.block.review-list .verified-customer {
  margin-top: 10px;
  font-size: 12px;
}
.block.review-list .verified-customer img {
  width: 14px;
  margin-right: 4px;
}
.specTableData .tablecs {
  border-radius: 5px;
  border: 1px solid #f5e4d8;
}
.specTableData .tableRowHead.row {
  background: #fff1e7;
  margin: inherit;
  margin: 0 !important;
  padding: 5px 10px !important;
  font-weight: 600;
}
.specTableData .tablecs .row {
  margin: 0;
  justify-content: space-between;
  padding: 2px 10px;
  font-size: 12px;
}
.specTableData .col-xs-6 {
  padding: initial !important;
  width: 50%;
}
.specTableData .tableRowHead.row:not(:first-child) {
  margin-top: 5px !important;
}
.quote-form-modal {
  text-decoration: underline;
  cursor: pointer;
}
.page-products .product-item-name {
  font-size: 15px;
  margin-bottom: 15px;
}
.page-products .product-item-name a {
  color: #444;
}
.page-products .product-item-description {
  margin: 0;
}
.page-products .price-box {
  margin: 10px 0;
}
.page-products .price-container .price {
  font-weight: 700;
  color: #000;
  font-size: 19px;
}
.page-products .sidebar .block-title strong {
  font-size: 16px;
  font-weight: 700;
}
.page-products .price-block {
  display: flex;
  align-items: center;
}
.page-products .price-block .tocart {
  margin-bottom: 0px;
}
.page-products .product-item-details .row > .col {
  display: none;
}
.page-products .stocks-wrapper {
  font-weight: 700;
  color: #444 !important;
}
.page-products .stocks-wrapper span {
  font-weight: 400;
  font-size: 13px;
}
.page-products .sidebar-wrap {
  padding: 0;
  padding-right: 30px;
}
.page-products .block.filter {
  padding: 0 !important;
}
.page-products .category-description,
.page-products .faq-section {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 40px auto;
}
.page-products .category-description h1,
.page-products .faq-section h1 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0px;
  display: block;
}
.page-products .category-description a,
.page-products .faq-section a {
  color: #ff6900;
  font-size: 14px;
}
.page-products .category-description strong,
.page-products .faq-section strong {
  font-weight: 700;
}
.page-products .category-description p,
.page-products .faq-section p,
.page-products .category-description li,
.page-products .faq-section li {
  line-height: 1.7;
  font-size: 14px;
}
.page-products .category-description p h3,
.page-products .faq-section p h3,
.page-products .category-description li h3,
.page-products .faq-section li h3 {
  font-size: inherit;
}
.page-products .category-description h2,
.page-products .faq-section h2 {
  font-weight: 600;
  margin-top: 30px !important;
  font-size: 2rem;
}
.page-products .category-description h3,
.page-products .faq-section h3 {
  font-size: 16px;
  margin-top: 15px;
}
.page-products .category-description .loadMoreBtn,
.page-products .faq-section .loadMoreBtn {
  font-size: 14px !important;
  color: #ff6900;
}
.page-products .category-description ul,
.page-products .faq-section ul {
  margin-bottom: 10px;
}
.page-products .faq-section .title {
  position: relative;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.page-products .faq-section .title:before {
  width: 200px;
  bottom: -1px;
  height: 2px;
  background: #ff6900;
  left: 0;
  content: "";
  position: absolute;
  transition: all 250ms ease;
}
.page-products .faq-section .title:hover:before {
  width: 100%;
}
.page-products .product-item-details .list-detail {
  padding-bottom: 20px;
}
.catalogsearch-result-index dl.block {
  margin-bottom: 2rem;
}
.catalogsearch-result-index dt.title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalogsearch-result-index dd.item {
  font-size: 13px;
}
.catalog-product-view #qty-error {
  bottom: -35px;
  right: auto;
  max-width: 270px;
}
#shop_by_brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#shop_by_brands .item {
  flex-basis: 18%;
  margin: 1%;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px 2%;
}
#shop_by_brands .item img {
  width: 158px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #shop_by_brands .item {
    flex-basis: 30%;
  }
}
.page-products {
  /* Modal Content */
  /* The Close Button */
}
.page-products .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.page-products .modal-content {
  background-color: transparent !important;
  margin: auto;
  padding: 20px;
  border: none !important;
  /*width: 490px !important;*/
}
.page-products .bulk-order-wrap {
  max-width: 490px;
  margin: 0 auto;
}
.page-products .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: none;
}
.page-products .close:hover,
.page-products .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.page-products span.sep-value {
  padding: 0 2px;
}
.page-products .results .products.wrapper.list.products-list .stocks-wrapper {
  margin-bottom: 0px;
}
.page-products .results .products.wrapper.list.products-list .product-reviews-summary {
  margin-bottom: 10px;
}
.page-products .results .products.wrapper.list.products-list .product-reviews-summary .reviews-actions a.action.add {
  display: none;
}
.page-products .search .products-list .product-item .product-reviews-summary .reviews-actions a.action.view {
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .page-products .products-list .actions-primary button {
    padding: 0 16px;
  }
  .page-products .counts {
    margin-bottom: 20px;
    padding: 40px 0px 40px 0px;
  }
}
.magebig-nav div.submenu.brand_menu:before {
  left: -100% !important;
  right: -100% !important;
  border-top: 2px solid #ff6900;
}
.row.brands-logos {
  row-gap: 20px;
}
.row.brands-logos img {
  width: 100px;
}
.row.brands-logos > div {
  text-align: center;
}
.parent-title {
  padding: 9px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  background: #f3f4f8;
}
.page-title {
  font-size: 19.5px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  line-height: 23.4px;
}
.cms-about-us .page-wrapper .page-main .page-title > .base {
  padding: 0px 30px;
}
.contact-form-wrap.contac_new_bd.new_contact_form {
  padding-right: 30px !important;
  padding-top: 30px !important;
}
.contact-form-wrap.contac_new_bd.map-info {
  padding-left: 30px !important;
  padding-top: 30px !important;
}
@media (max-width: 991px) {
  .contact-form-wrap.contac_new_bd.new_contact_form {
    padding-right: 0 !important;
  }
  .contact-form-wrap.contac_new_bd.map-info {
    padding-left: 0 !important;
  }
}
.new_contact_form h2 {
  font-size: 27px;
  color: #000;
  line-height: 32.4px;
}
.new_contact_form p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.tecn_supp {
  margin-bottom: 30px;
}
.support_font h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}
.support_font a {
  color: #000;
  font-size: 14px;
}
.all_addresses li img {
  width: 190px !important;
}
.palm_wrap {
  font-size: 13px;
  line-height: 19.5px;
}
.footer-above_form {
  padding: 50px 0;
}
.footer-above_form h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}
.footer-above_form .form-control {
  background: #fff;
}
.dm_man_img {
  bottom: -51px;
  left: 200px;
  right: 0;
  width: 23%;
}
.sale-support {
  margin-bottom: 40px;
}
.sale-support h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.sale-support p {
  font-size: 13px;
  line-height: 19.5px;
  color: #000;
}
.footer-above_form form .form-group textarea {
  height: 42px !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  color: #666;
}
.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group .form-control {
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
  border-color: #b1b1b1;
  padding: 8px 12px;
  background: 0 0;
  color: #666;
  width: 100%;
}
.form-group textarea {
  height: auto !important;
}
.form-group .form-control::placeholder {
  color: #666;
}
input#search::placeholder {
  color: #999;
}
.cms-page-view #maincontent,
.contact-index-index #maincontent {
  padding: 30px 0;
}
.custompage-index-index #maincontent {
  padding-top: 30px;
}
.cms-purchase-orders-html main#maincontent,
.cms-about-us .page-wrapper .page-main {
  padding-top: 0 !important;
}
.cms-about-us .page-wrapper .page-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.body_content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 17px;
  margin-top: 30px;
  line-height: 26.4px;
}
.body_content p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}
.body_content ol {
  list-style: none;
}
.body_content ol,
.body_content ul {
  color: #000;
  font-size: 13px;
  margin-bottom: 1rem;
  padding-left: 40px;
}
.body_content li {
  line-height: 1.5;
  margin-bottom: 10px;
}
p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
.section-title {
  font-size: 34px;
}
.cms-about-us .page-wrapper .page-main {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.cms-about-us .page-wrapper .breadcrumbs {
  display: none;
}
section.main-section {
  padding: 100px 0;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.main-section:after {
  content: "";
  background-color: #00000080;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
h1.expowering-h1 {
  font-size: 46px;
  line-height: 58px;
}
section.main-leading {
  padding: 100px 0;
}
h1.leading-h1 {
  line-height: 44px;
}
.border-02.w-3 {
  border: 1px solid #f37232;
  width: 14%;
}
.counts {
  background: #fef1eb;
  padding: 34.6px 0 23.6px;
}
h3.counts-h3 {
  color: #f37232;
  font-size: 40px;
}
p.counts-p {
  font-weight: bold;
  font-size: 16px;
  margin-top: 11px;
}
h2.our.Vision {
  font-size: 22px;
}
p.vision-p {
  margin-bottom: 20px;
}
h1.fact-h1 {
  color: #000000;
  margin-bottom: 20px;
}
.fact-icon {
  margin: 40px 10px 10px !important;
  padding: 30px 10px 20px !important;
}
.fact-icon img.global {
  height: 60px;
  object-fit: contain;
}
.fact-icon h2.fact-h2 {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  padding-top: 16px;
  font-weight: 500;
}
.fact-icon h2.fact-h2 strong {
  font-weight: bolder;
}
.fact-icon img.global-01.img-fluid {
  height: 60px;
  object-fit: contain;
}
.micro-img .img-fluid {
  width: 80%;
  height: auto;
  object-fit: cover;
}
.cms-about-us .more {
  background: #2e2f53;
  padding: 80px 100px 80px 70px;
}
section.facts {
  background: #fef1eb;
}
#tab-leadership,
#tab-team {
  padding: 30px 0 0 !important;
}
.member {
  margin-bottom: 60px;
}
.member h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  margin-top: 20px;
}
.member span {
  font-size: 20px;
  display: inherit;
  line-height: 25px;
}
.member img {
  width: 100%;
  height: 100%;
}
.back-image {
  background-image: url("https://directmacro.com/media/wysiwyg/supplier.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product.data.items:before,
.product.data.items > .item.title a.switch:before,
.product.data.items > .item.title a.switch:after {
  content: none !important;
}
.product.data.items > .item.title.active > .switch {
  font-weight: bold;
  color: #222222 !important;
}
.product.data.items > .item.title a.switch:hover {
  color: #000 !important;
}
.sitemap-page {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .cms-about-us .page-wrapper .page-main section.main-leading {
    width: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  .company-culture p,
  .content_detail_cus.about_cus p,
  .experts-text,
  h1.expowering-h1,
  p.expowering-p,
  .leading p,
  h1.leading-h1,
  p.culture-p,
  h3.more-h3,
  h2.culture-h2,
  .mission,
  .direct-micro,
  .experts-text {
    text-align: center;
  }
  .leading_img {
    margin-top: 30px;
  }
  section.main-section {
    padding: 50px 0;
  }
  .cms-about-us .page-wrapper .page-main section.main-leading {
    width: auto;
  }
  section.main-leading {
    padding: 60px 0;
  }
  .leading img {
    width: 100%;
  }
  .more {
    background: #2e2f53;
    padding: 30px 20px 40px 20px;
    margin: 0px;
  }
  section.company-culture {
    padding: 0px 0 !important;
  }
  .content_detail_cus.about_cus p {
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 47px;
  }
  .member {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .experts-text {
    padding-bottom: 70px;
  }
  .micro-img .img-fluid {
    width: 100%;
  }
  h1.expowering-h1 {
    font-size: 27px;
    line-height: 30px;
  }
  p.expowering-p {
    color: #fff;
    font-size: 18px;
  }
  h1.leading-h1 {
    font-size: 27px;
    line-height: 34px;
  }
  section.experts .experts-text h2.expert-h2 {
    font-size: 26px;
    line-height: 37px;
  }
  p.culture-p {
    font-size: 12px;
    padding-bottom: 50px;
  }
  h3.more-h3 {
    font-size: 30px;
  }
  .mission {
    padding-top: 20px;
  }
  h2.direct-h2 {
    line-height: 37px;
    font-size: 30px;
  }
  .direct-micro p {
    font-size: 12px;
  }
  .content_detail_cus.about_cus p {
    line-height: 22px;
  }
  .leading img {
    width: 90%;
    margin-left: 10%;
  }
  .content_detail_cus.about_cus h2 {
    margin-bottom: 14px;
  }
  .micro-img .img-fluid {
    width: 100% !important;
    height: auto !important;
  }
  .content_detail_cus.about_cus p {
    margin-bottom: 0px !important;
  }
  p.counts-p {
    font-size: 18px !important;
  }
  .direct .row {
    flex-direction: column-reverse;
  }
  .member h3 {
    margin-top: 10px;
  }
}
.leading_img_right img {
  max-width: 90% !important;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
}
.block-collapsible-nav .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item a {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
}
.kbase-article-s .kb__search-box {
  margin-left: unset;
  margin-right: unset;
}
.kbase-article-s .cus_kb_box h4,
.kbase-article-s .cus_kb_box p {
  display: none;
}
.kbase-article-s .cus_kb_box {
  background-image: none !important;
  padding: 25px 30px !important;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.kbase-article-s .cus_kb_box form#kb-s-form {
  width: 100% !important;
}
.kbase-article-s .cus_kb_box form#kb-s-form input {
  color: #666;
  background: #fff;
}
.kbase-article-s .cus_kb_box form#kb-s-form button {
  background: #4a5678;
  padding: 0 2rem !important;
}
.kbase-article-s .kb__search-result h1 {
  font-size: 40px;
  margin-bottom: 46px;
  font-weight: 500;
}
/*Mohsin Product Detail Css Start */
.catalog-product-view .breadcrumbs {
  padding: 12px 0px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-product-view .breadcrumbs a {
  color: #888;
}
.catalog-product-view .breadcrumbs a:hover {
  color: #222;
}
.catalog-product-view main#maincontent {
  margin-top: 20px;
}
.catalog-product-view .page-title-wrapper.product h1.page-title,
.catalog-product-view .catalog-product-view .page-title-wrapper.product h2.page-title {
  margin-bottom: 11.5px;
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 22px;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  font-size: 30px;
  color: #000;
}
.catalog-product-view .product-info-price .price-box {
  margin: 25px 0 0px !important;
}
.catalog-product-view #priceModal div.mage-error {
  text-align: left;
  margin: 1px 0;
}
.catalog-product-view .product.attribute,
.catalog-product-view .product-info-stock-sku {
  display: flex;
  line-height: 19.5px;
  margin-bottom: 2px;
}
.catalog-product-view .product.attribute .type,
.catalog-product-view .product-info-stock-sku .type {
  min-width: 110px;
  font-size: 13px;
}
.catalog-product-view .product.attribute.sku .value,
.catalog-product-view .product-info-stock-sku.sku .value {
  font-weight: 600;
}
.catalog-product-view .product.attribute .value,
.catalog-product-view .product-info-stock-sku .value {
  font-size: 13px;
}
.catalog-product-view .product.attribute.sku .box-tocart .actions {
  width: 100%;
}
.catalog-product-view .product.attribute.sku .box-tocart .fieldset-add input.input-text {
  height: 45px;
  width: 100px;
  padding: 0 30px;
}
.catalog-product-view .product.attribute.sku .box-tocart .actions .tocart,
.catalog-product-view .product.attribute.sku .box-tocart .instant-purchase {
  height: 40px;
  min-width: 100%;
  margin-bottom: 0;
}
.catalog-product-view .product.attribute.sku .box-tocart .fieldset-add {
  flex-wrap: initial;
}
.catalog-product-view .sticky-addcart.active.fadeindown .fieldset-add {
  display: flex;
}
.catalog-product-view .sticky-addcart.active .box-tocart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fotorama__stage__frame .fotorama__img {
  height: 95%;
}
.catalog-product-view .h2-styled {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: 10px;
}
.catalog-product-view .h3-styled {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5 !important;
}
/* Sidebar */
.rightsidebar-product-page {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}
.rightsidebar-product-page .expertManWrap:after {
  background: #fff1e7;
  position: absolute;
  width: 100%;
  height: 80px;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.rightsidebar-product-page .expertManInner {
  display: inline-block;
  position: relative;
}
.rightsidebar-product-page .expertManInner span {
  background: #37eb29;
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 10px;
}
.rightsidebar-product-page .rounded-circle {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
  border-radius: 50% !important;
}
.rightsidebar-product-page span.expert_Tittle {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
}
.rightsidebar-product-page .callhelp a {
  color: #000 !important;
  font-weight: bold;
}
.rightsidebar-product-page .product-quote-trigger {
  margin-top: 15px;
}
.rightsidebar-product-page a.linkBtn {
  display: inline-block;
  border: 1px solid #000;
  width: 100% !important;
  padding: 9px 6px !important;
  color: #000;
  margin-top: 15px;
  font-weight: bold;
}
.rightsidebar-product-page .we_accept {
  padding-top: 15px;
  font-size: 11px;
  margin: 0;
  color: #222;
}
.rightsidebar-product-page .contactInfo {
  color: #e4e4e4 !important;
  margin-bottom: 8px;
  margin-top: 5px;
}
.rightsidebar-product-page .contactInfo a {
  color: #737373 !important;
  text-decoration: underline;
  font-size: 13px;
}
.rightsidebar-product-page .callhelp a {
  font-size: 14px;
  color: #000 !important;
  font-weight: bold;
}
.rightsidebar-product-page .callhelp {
  margin-top: 5px;
}
.service-sidebar {
  text-transform: inherit;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 2px;
}
.service-sidebar .usa-flag-wrap {
  background: #fff1e7;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 20px;
}
.service-sidebar .service-image-top {
  margin-right: 7px;
}
.service-sidebar .block-content ul.usa-info-wrap li {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.service-sidebar .block-content ul.usa-info-wrap li:before {
  content: "\e934";
  font-family: "mbicon";
  position: absolute;
  height: 100%;
  left: 0;
  font-weight: 700;
  top: 0;
  font-size: 11px;
  color: #444;
}
.service-sidebar .block-content ul.usa-info-wrap li .service-image b {
  color: #222;
}
.service-sidebar .block-content ul.usa-info-wrap li div span.service-image span.service-info {
  margin-left: 0 !important;
  line-height: 17px;
  color: #737373;
  font-size: 13px;
}
.service-sidebar .block-content ul.usa-info-wrap li div span.service-image span.service-info a:hover {
  color: #ff6900;
}
.service-sidebar .block-content ul.usa-info-wrap li div span.service-image span {
  display: block;
}
.service-sidebar ul {
  list-style: none;
  padding: 20px;
}
.box-tocart .fieldset-add input.input-text {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  height: 40px;
  width: 120px;
  text-align: center;
  padding: 0 35px;
  font-size: 1.4rem;
}
.box-tocart .field {
  margin-right: 5px;
}
.quickrfq-btn-wrapper a {
  height: 40px;
  line-height: 31px !important;
}
.quickrfq-btn-wrapper a:hover {
  color: #ff6900 !important;
}
.price-tooltip {
  border: 1px solid #000;
  font-size: 10px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  display: inline-flex !important;
  cursor: pointer;
}
.qhelp {
  display: inline-block;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.tooltip-content {
  position: absolute;
  width: 288px !important;
  padding: 12px;
  top: -183px !important;
  right: -26px !important;
  display: none;
  color: #333;
  background: #ffffff;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  z-index: 1;
}
.tooltip-content-tip {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 999;
  border-top: 13px solid #fff;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: 25px !important;
  right: 60px !important;
}
.qhelp:hover > .tooltip-content {
  display: block;
}
.tooltip-content p {
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}
.h-custom-shque-alertsan {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: -21px !important;
  right: 25px !important;
}
/*Register and Login Page*/
.form-create-account .field.required > .label,
.block-customer-login .field.required > .label,
.form-create-account .field._required > .label,
.block-customer-login .field._required > .label {
  margin: 0 0 5.75px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.form-create-account .field > input[type="checkbox"] + label:before,
.block-customer-login .field > input[type="checkbox"] + label:before {
  border: 1px solid #b1b1b1 !important;
  border-radius: 2px;
}
.form-create-account h1,
.block-customer-login h1 {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.form-create-account .field.choice .mb-tooltip,
.block-customer-login .field.choice .mb-tooltip,
.form-create-account .newsletter label,
.block-customer-login .newsletter label {
  font-size: 13px;
}
.form-create-account .legend.info,
.block-customer-login .legend.info {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.block-customer-login .legend.info {
  margin-bottom: 15px !important;
}
.block-customer-login a.action.create.secondary {
  padding: 10px 15px;
  height: 50px;
}
.block-customer-login a.action.create.secondary:hover {
  color: #ff6900 !important;
}
.block-customer-login input {
  height: 50px !important;
  border-radius: 4px !important;
  border-color: #b1b1b1;
}
.form-login .actions-toolbar {
  margin-top: 30px;
}
.form-login .field.choice label:before,
.form-login .field.choice label:after {
  width: 18px !important;
  height: 18px !important;
  border-radius: 2px;
}
.fieldset.login .field > input[type="checkbox"]:checked + label:after {
  background-color: #111;
  color: #fff;
}
.review-field-ratings .label span {
  font-weight: 700;
}
.sticky-price {
  padding: 0 15px;
}
.sticky-price span {
  font-size: 20px;
  color: #222;
  font-weight: 700;
}
.sticky-addcart.active {
  padding: 15px 0;
}
.login-container {
  max-width: 100% !important;
  margin: 20px auto 50px;
}
.login-container .fieldset,
.new-customer {
  border: 1px solid #edeaea;
  box-shadow: none !important;
  border-radius: 5px;
  padding: 30px;
}
.cms-purchase-orders-html .floating-widget {
  display: none;
}
.loadMoreBtn {
  all: unset;
  cursor: pointer;
  margin-top: 10px;
}
.loadMoreBtn:hover {
  color: #ff6900;
}
.product.data.items > .item.content {
  float: right;
  margin-left: -100%;
  width: 100%;
  margin-top: 50px;
}
.cms-about-us .fotorama__caption.product.data.items > .item.title {
  display: inline-block;
}
.product.data.items {
  text-align: center;
}
.breadcrumbs .item:not(:last-child)::after {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 3px;
}
.toolbar-products select > span {
  font-size: 13px !important;
}
.product.attribute.brand_name a:hover,
.product-info-main .product.attribute.sku a:hover {
  color: #ff6900 !important;
}
@media screen and (max-width: 600px) {
  .box-tocart .fieldset-add {
    gap: 10px !important;
  }
}
.cart.table-wrapper .cart thead tr th.col:first-child {
  width: 60%;
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col,
.cart.table-wrapper .cart tbody td:not(:first-child) > * {
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  bottom: -45px !important;
}
.page-products .sproduct {
  font-weight: 800;
  color: #000;
  font-size: 23px !important;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.product-info-price {
  min-height: 100px;
}
.catalogsearch-result-index .sproduct {
  line-height: 30.5px !important;
}
.product-addtocart-button-warp {
  position: relative;
}
.product-addtocart-button-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff3d;
  height: 100%;
}
.pusher-left {
  overflow: hidden;
}
.pusher-left .magebig-container {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.pusher-left .pusher-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.pusher-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.magebig-container {
  transition: transform 500ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.magebig-container {
  position: relative;
}
.page-wrapper {
  position: relative;
  left: 0;
  z-index: 10;
  height: 100%;
  -webkit-transition: -webkit-transform 250ms;
  -o-transition: -o-transform 250ms;
  transition: transform 250ms;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.magebig-mobile-menu .nav-bar-wrap {
  overflow: auto;
  height: 100%;
  position: relative;
  padding-right: 40px;
}
.magebig-mobile-menu .nav-bar-wrap:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  max-width: 460px;
}
.magebig-mobile-menu .nav-bar .nav-logo {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.magebig-mobile-menu ul.nav-collapse li {
  text-align: left;
}
.magebig-mobile-menu ul.nav-collapse li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 42px 10px 15px;
  line-height: 17px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li span.mbi {
  height: 38px;
  line-height: 38px;
}
.magebig-mobile-menu ul.nav-collapse li span.expanded {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse li span.collapsed {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li.last a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul {
  list-style: none;
}
.magebig-mobile-menu li.level0 i.fa-angle-down {
  display: none;
}
.nav-open,
.nav-open body {
  overflow: hidden;
}
.mb-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 6px 0;
  padding: 0;
  width: 25px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch:focus {
  outline: none;
}
.mb-toggle-switch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #000;
  margin-top: -1px;
  width: 30px;
  margin-left: -15px;
}
.mb-toggle-switch span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  top: 8px;
}
.mb-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  bottom: 8px;
}
.sticky-menu.active .mb-toggle-switch span:before,
.sticky-menu.active .mb-toggle-switch span,
.sticky-menu.active .mb-toggle-switch span:after {
  background-color: #000;
}
.mb-toggle-switch__htx {
  background-color: transparent;
}
.mb-toggle-switch__htx span {
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.mb-toggle-switch__htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch__htx.active {
  background-color: transparent;
}
.mb-toggle-switch__htx.active span {
  background: none;
}
.mb-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-backface-visibility: hidden;
}
.sidebar ul.nav-collapse li span.mbi {
  text-align: right;
}
ul.nav-collapse {
  line-height: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nav-collapse ul.level0 > li > a {
  padding-left: 20px;
}
ul.nav-collapse ul.level1 > li > a {
  padding-left: 30px;
}
ul.nav-collapse ul.level2 > li > a {
  padding-left: 45px;
}
ul.nav-collapse ul.level3 > li > a {
  padding-left: 60px;
}
ul.nav-collapse ul.level4 > li > a {
  padding-left: 75px;
}
ul.nav-collapse ul.level5 > li > a {
  padding-left: 90px;
}
ul.nav-collapse ul.level6 > li > a {
  padding-left: 105px;
}
ul.nav-collapse li {
  background: none;
  position: relative;
  line-height: 20px;
}
ul.nav-collapse li a {
  display: block;
  margin: 0;
  height: 42px;
  padding: 10px 42px 10px 0;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
}
ul.nav-collapse li a:hover {
  color: #bbb;
}
ul.nav-collapse li span.text {
  display: none;
}
ul.nav-collapse li span.mbi {
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.nav-collapse ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-collapse ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-collapse ul li a {
  font-size: 100%;
  outline: none;
  padding-left: 15px;
}
ul.nav-collapse ul ul li a {
  padding-left: 30px;
}
ul.nav-collapse ul ul ul li a {
  padding-left: 40px;
}
ul.nav-collapse li.level0 > a > span > .cat-label {
  position: static;
  display: inline-block;
  vertical-align: top;
}
ul.nav-collapse li.level0 > a > span > .pin-bottom:before {
  display: none;
}
ul#mb-collapsible li span.collapsed {
  top: 0;
}
ul#mb-collapsible li span.expanded {
  top: 0;
}
ul.detail-parent {
  margin: 0;
  padding: 0 0 0 17px;
}
.sidebar .block-title {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.sidebar .block-content {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sidebar ul.nav-collapse {
  margin-top: 15px;
}
.sidebar ul.nav-collapse li a {
  height: auto;
  border: none;
  position: relative;
  padding: 5px 20px 5px 0;
  color: #000000;
  font-size: 1.4rem;
}
.sidebar ul.nav-collapse li a:hover {
  color: #ff6900;
}
.sidebar .block-content.show-expanded {
  visibility: visible;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.sidebar .close-expanded {
  display: none;
  position: fixed;
  top: 0;
  right: 280px;
  padding: 10px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.sidebar .close-expanded:before {
  content: "\e935";
}
.sidebar .block.active .close-expand-mb {
  visibility: visible;
  opacity: 1;
}
.sidebar .block.active .close-expanded {
  display: block;
}
body.hide-over {
  overflow: hidden;
}
.close-expand-mb {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms ease, opacity 500ms ease;
  -moz-transition: visibility 500ms ease, opacity 500ms ease;
  transition: visibility 500ms ease, opacity 500ms ease;
  -webkit-backface-visibility: hidden;
}
.block-nav {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.promo-top img {
  width: 100%;
  height: auto;
}
.instagram-item a {
  position: relative;
  display: block;
}
.instagram-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.instagram-item a:after {
  content: "\f16d";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  display: none;
  color: #fff;
  font-family: "mbicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}
.instagram-item a:hover:before,
.instagram-item a:hover:after {
  display: block;
}
.main-slider-full {
  margin-bottom: 30px;
}
.main-slider-full .main-slider-container {
  padding-top: 30px;
}
.main-slider-full .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: top;
}
.main-slider-full .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 0;
  width: 20px;
  height: 6px;
  margin: 0 3px;
}
.main-slider-full .owl-dots .owl-dot.active span,
.main-slider-full .owl-dots .owl-dot:hover span {
  background: #000;
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-slider {
  position: relative;
}
.item-slider .text-small {
  color: #ff0000;
}
.item-slider .text-large {
  font-weight: 500;
}
.item-slider .text-normal p {
  color: #669900;
  font-size: 2.4rem;
}
.owl-theme .owl-nav {
  position: static;
  display: block;
  margin: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*="owl-"] > * {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-theme:hover .owl-nav {
  display: block;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #000;
}
.owl-carousel .owl-item img.swatch-option-loading {
  width: 30px;
  height: 30px;
}
.selling-feature .media-left .mbi {
  font-size: 40px;
  color: #ff6900;
}
.selling-feature .media-heading {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.selling-feature .text {
  font-size: 1.4rem;
  color: #222;
}
.selling-feature .row > div .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #dcdcdc;
}
.selling-feature .row > div .media:hover {
  border-color: #ff6900;
}
.selling-feature .row > div .media .media-body {
  -webkit-box-flex: unset;
  -ms-flex: none;
  flex: none;
}
.selling-feature .row > div:last-child {
  border: none;
}
.block-catalog {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.block-catalog img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform linear 250ms;
  -webkit-backface-visibility: hidden;
}
.block-catalog:hover img {
  transform: scale(1.2);
}
.block-catalog .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 30px;
  z-index: 2;
}
.block-catalog .info .title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.block-catalog .info .title a {
  color: #000000;
}
.block-catalog .info .text {
  font-size: 1.2rem;
  color: #666666;
}
.deal-block-top {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.deal-block-top + div {
  margin-bottom: 30px;
}
.deal-block-top .title {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 60px;
  vertical-align: middle;
}
.deal-block-top .promo-v1 {
  display: inline-block;
}
.deal-block-top .promo-count {
  display: inline-block;
  background-color: #f14705;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 2px;
  vertical-align: middle;
}
.deal-block-top .promo-count > div {
  display: inline-block;
  padding: 0 2px;
  position: relative;
}
.deal-block-top .promo-count > div:before {
  content: ":";
  display: inline-block;
  margin-right: 4px;
}
.deal-block-top .promo-count > div:first-child:before {
  display: none;
}
.deal-block-top .promo-count > div .num {
  min-width: 20px;
  display: inline-block;
}
.deal-block-top .view-all {
  float: right;
}
.deal-block-top .view-all a {
  color: #000000;
}
.deal-block-top .view-all a:hover {
  color: #ff6900;
}
.sold-progress {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  margin: 10px 0 0;
  display: inline-block;
}
.sold-progress > div {
  background-color: #ff6900;
  height: 100%;
}
.page-bottom {
  background-color: #f4f5f5;
}
.page-bottom-content > div:first-child .block-cat-wrap {
  margin-top: 70px;
}
.block-cat-wrap {
  margin-bottom: 70px;
}
.block-cat-list {
  background-color: #ffffff;
}
.block-cat-home {
  padding: 30px 30px 60px;
}
.block-cat-home .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-cat-home ul {
  list-style: none;
  padding: 0;
}
.block-cat-home ul li a {
  font-size: 1.4rem;
  padding: 5px 0;
  display: block;
}
.block-cat-home ul li a:hover {
  color: #ff6900;
  font-weight: 500;
}
.block-cat-home .view-all {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-style: italic;
}
.block-cat-home .view-all a {
  color: #999999;
  font-size: 1.4rem;
}
.block-cat-home .view-all a:hover {
  color: #ff6900;
}
.product-item .swatch-option {
  margin-bottom: 5px;
  margin-right: 5px;
}
.swatch-option.image {
  background-size: contain !important;
}
.product-options-wrapper .swatch-option.text {
  padding: 4px 15px;
}
.block-cat-product {
  height: 100%;
}
.block-cat-product .widget-product {
  background-color: #ffffff;
}
.block-cat-product .product-item {
  margin-bottom: 0;
}
.block-cat-product .owl-carousel .owl-item {
  border-left: 1px solid #e1e1e1;
}
.block-cat-product .owl-carousel .owl-item:first-child {
  border: none;
}
.block-cat-product .product-item {
  padding: 15px;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
  position: relative;
}
.block-cat-product .product-item + .product-item {
  border-top: 1px solid #e1e1e1;
}
.block-cat-product .product-item [class*="swatch-opt-"] {
  display: none;
}
.block-cat-product .product-item:hover [class*="swatch-opt-"] {
  top: 5px;
  left: 5px;
  position: absolute;
  display: block;
  z-index: 10;
}
.block-cat-product .product-item:hover [class*="swatch-opt-"] .swatch-attribute {
  float: left;
}
.block-cat-product .product-item:hover [class*="swatch-opt-"] .swatch-attribute .swatch-option {
  float: left;
  clear: both;
}
.block-cat-product .product-item .price-box {
  margin-bottom: 0;
}
.block-cat-product .product-item .price-box .price {
  font-size: 1.6rem;
}
.block-cat-product .product-item .old-price .price {
  font-size: 1.4rem;
}
.price-from .price-including-tax,
.price-from .price-excluding-tax {
  display: inline-block;
}
.block-cat-promo {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-cat-promo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.block-cat-promo .img-lazy-wrap,
.block-cat-promo .img-native-wrap {
  padding-bottom: 0 !important;
  height: 100%;
}
.block-cat-promo .img-lazy-wrap img,
.block-cat-promo .img-native-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.block-cat-promo .btn-wrap {
  position: absolute;
  width: 100%;
  top: 85%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.recently-viewed h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
}
.recently-viewed .category-products {
  padding: 30px 80px;
  background-color: #ffffff;
}
.recently-viewed .category-products .product-items,
.recently-viewed .category-products .product-show {
  margin: 0;
}
.recently-viewed .owl-theme .owl-nav [class*="owl-"] {
  left: -60px;
  background-color: transparent !important;
  color: #000 !important;
}
.recently-viewed .owl-theme .owl-nav .owl-next {
  right: -60px;
  left: auto;
}
.footer.content {
  padding-top: 50px;
}
.footer-category .row {
  row-gap: 0px;
}
.footer-main {
  color: #aaa;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main .title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.footer-main .phone {
  color: #ff6900;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer-main a {
  color: #aaa !important;
  font-size: 13px;
}
.footer-main a:hover {
  color: #c9c9c9;
}
.footer-main .footer-links {
  list-style: none;
  padding: 0;
}
.footer-main .footer-links li {
  padding: 3px 0;
  line-height: 18.5px;
}
.footer-main ul {
  list-style: none;
  padding: 0;
}
.footer-main .contact-info {
  font-size: 13px;
  margin: 0;
}
.footer-main .contact-info li:not(:last-child) {
  margin-bottom: 22px;
}
.footer-quicklinks {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e1e1e1;
}
.footer-quicklinks .mr-footer-links {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
.footer-quicklinks .mr-footer-links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 1.4rem;
}
.footer-quicklinks .mr-footer-links li:before {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  background-color: #e1e1e1;
  margin-top: -7px;
  content: "";
  width: 1px;
}
.footer-quicklinks .mr-footer-links li:first-child {
  padding-left: 0;
}
.footer-quicklinks .mr-footer-links li:first-child:before {
  display: none;
}
.footer-quicklinks .mr-footer-links li:last-child {
  padding-right: 0;
}
.footer-quicklinks .mr-footer-links li:last-child:before {
  display: none;
}
.footer-copyright-vertical {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
  padding: 10px 0;
}
.social-links {
  list-style: none;
  padding: 0;
  margin: 20px -10px;
}
.social-links li {
  display: inline-block;
  padding: 0 10px;
}
.social-links .twitter {
  color: #00ccff;
}
.social-links .facebook {
  color: #336699;
}
.social-links .gplus {
  color: #cc0000;
}
.social-links .instagram {
  color: #996633;
}
.social-links .youtube {
  color: #cc3333;
}
.text-copyright {
  text-align: left;
  font-size: 1.3rem;
  color: #aaa;
}
.mr-payment {
  margin: 14px 0;
  text-align: right;
  list-style: none;
  padding: 0;
  color: #aaa;
  font-size: 1.3rem;
}
.mr-payment li {
  display: inline-block;
}
.wrapper-breadcrums {
  background-color: #fff;
  padding: 0;
}
.wrapper-breadcrums .breadcrumbs {
  min-height: 30px;
}
.wrapper-breadcrums .breadcrumbs ul.items {
  padding-top: 15px;
  padding-bottom: 0;
}
.wrapper-breadcrums li a {
  color: #888;
}
.wrapper-breadcrums li a:hover {
  color: #000;
}
.category-list-top {
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
  padding: 10px 0;
}
.category-list-top > .row > div:first-child {
  max-width: 175px;
  padding: 0 10px;
}
.category-list-top .title {
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list-top .title a {
  font-size: 1.8rem;
  padding: 0 0 10px;
  display: block;
  color: #000000;
}
.category-list-top ul {
  padding: 0 5px;
  list-style: none;
  font-size: 1.4rem;
}
.category-list-top ul li a {
  color: #666666;
}
.category-list-top ul li a:hover {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.view-more-detail {
  text-align: right;
}
.view-more-detail a {
  color: #2e2e54;
}
.product-info-main-top {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px 0;
}
.product-info-main-top .page-title {
  margin: 20px 0;
  text-align: left;
}
.product-info-main-top .info-after-title > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.product-info-main-top .info-after-title > div:before {
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  left: 0;
  background-color: #e8e8e8;
}
.product-info-main-top .info-after-title > div:first-child {
  padding-left: 0;
}
.product-info-main-top .info-after-title > div:first-child:before {
  display: none;
}
.item.content img {
  max-width: 100%;
  height: auto;
}
.promo-product {
  background: #f4f4f4;
  padding: 20px 25px;
  margin: 15px 0;
}
.promo-product .label-cd {
  text-transform: uppercase;
  font-weight: 500;
}
.promo-product .sold-wrap {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.promo-product .sold-progress {
  margin: 0;
  height: 15px;
}
.promo-product .num {
  background: #ffffff;
}
.social-share {
  text-align: right;
}
.social-share .social-listing {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding: 0;
  margin: 0 -2px;
}
.social-share .social-listing li {
  display: inline-block;
  margin: 5px 2px;
}
.social-share .social-listing li .share-item {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 1px;
  padding: 0;
  border: none;
  background-color: #d93025;
}
.social-share .social-listing li .share-item > span {
  line-height: 40px;
}
.social-share .social-listing li.facebook .share-item {
  background-color: #1b4e9b;
}
.social-share .social-listing li.twitter .share-item {
  background-color: #00aeef;
}
.social-share .social-listing li.email .share-item {
  background-color: #d93025;
}
.social-share .social-listing li.rss .share-item {
  background-color: #f86a02;
}
.cat-links {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 10px 0;
}
.cat-links a {
  color: #0099cc;
}
.cat-links a:hover {
  color: #ff6900;
}
/* widget tabs */
.tabs-collection {
  text-align: center;
}
.tab-mobile {
  display: none;
  vertical-align: top;
  margin: 0;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.tab-mobile i {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tab-mobile span {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tabs-wrap {
  margin-bottom: 10px;
  position: relative;
}
.widget-tabs {
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.widget-tabs > li.opened > a,
.widget-tabs > li.opened > a:focus,
.widget-tabs > li.opened > a:hover {
  border: none;
  background: transparent;
  color: #ff6900;
  border-bottom: 1px solid #ff6900;
}
.widget-tabs > li > a:focus,
.widget-tabs > li > a:hover {
  background: transparent;
  border: none;
  color: #ff6900;
  border-bottom: 1px solid #ff6900;
}
.widget-tabs > li > a {
  margin: 0 20px 0 0;
  padding: 0px;
  border-radius: 0;
  color: #393939;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  border: none;
  display: block;
  line-height: 28px;
}
.widget-tabs > li {
  position: relative;
  margin: 0;
  float: left;
  height: 35px;
}
.widget-tabs > li:before {
  display: inline-block;
  font-family: mbicon;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f111";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #999;
  line-height: 1;
}
.widget-tabs > li:first-child:before {
  display: none;
}
.widget-collection-style1 {
  position: relative;
  padding-bottom: 5px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.widget-collection-style1 .tabs-collection {
  padding-top: 35px;
}
.widget-collection-style1 .widget-tabs {
  margin: 0;
  height: 135px;
}
.widget-collection-style1 .tabs-wrap {
  margin: 0;
}
.widget-collection-style1 .tab-mobile {
  height: 135px;
}
.widget-collection-style1 .owl-carousel .owl-nav {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 110px;
  z-index: 10;
  margin: 0 0 0 -55px;
  display: inline-block;
}
.widget-collection-style1 .owl-carousel .owl-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 40px;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  z-index: -1;
}
.widget-collection-style1 .owl-carousel .owl-nav > div {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: #cccccc;
  background: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 32px;
  border-radius: 0;
}
.widget-collection-style1 .owl-carousel .owl-nav > div:hover {
  background: #ccc;
}
.widget-collection-style1 .owl-carousel .owl-nav .owl-next {
  float: right;
}
.title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-style {
  padding-bottom: 25px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-style .title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.blog-style .blog {
  margin-bottom: 30px;
  min-height: 100px;
  position: relative;
}
.blog-style .main-post {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: initial;
  color: #fff;
  padding: 15px;
  min-height: 90px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blog-style .main-post .title-post {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-style .main-post .title-post a {
  color: #fff;
}
.blog-style .main-post-inner {
  font-size: 12px;
}
.blog-style .main-post-inner i {
  margin-right: 12px;
}
.blog-style .main-post-inner > span {
  margin-right: 27px;
}
/* NewsPopup */
.subscribe .title {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.subscribe .text {
  color: #999999;
  margin-bottom: 45px;
  font-size: 14px;
}
.subscribe .input-box {
  position: relative;
}
.subscribe .input-box input {
  font-size: 13px;
  text-transform: none;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 140px 0 20px;
  width: 100%;
  outline: none;
  color: #666;
  border-radius: 0;
}
.subscribe .input-box input::placeholder {
  color: #666;
}
.subscribe .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  background: #ff6900;
  color: #ffffff;
  line-height: 40px;
  padding: 0 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: 0.1s;
}
.subscribe .input-box button:hover {
  filter: brightness(95%);
}
.subscribe .input-box #newsletter-error {
  position: static;
  max-width: unset;
  background: transparent;
  box-shadow: none;
  margin-top: 7px;
  padding: 0;
  margin-bottom: 0;
  color: #e02b27;
  font-size: 13px;
  line-height: 18px;
}
.subscribe .input-box #newsletter-error:after {
  content: none;
}
#html-body .footer-top {
  background-color: #2e2d57;
}
#html-body .footer-top .widget {
  margin-bottom: 0 !important;
  padding: 30px 0 0;
}
#html-body .footer-top .newsletter-footer {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#html-body .footer-top .newsletter-footer .newsletter-title {
  padding-right: 40px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
#html-body .footer-top .newsletter-footer .newsletter-form {
  width: 100%;
}
#html-body .footer-top .newsletter-title,
#html-body .footer-top .social-footer {
  font-weight: 700;
}
#html-body .footer-top .social-footer {
  margin-bottom: 30px;
}
.footer-payment .widget {
  margin-bottom: 0 !important;
}
.footer-payment img {
  height: auto;
}
.information-logo {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}
.information-logo .logo-bottom {
  display: block;
  margin-bottom: 40px;
}
.information-footer .footer-static {
  padding: 0 30px;
}
.footer-static h3 {
  margin: 0 0 45px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
.footer-static ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-static ul li {
  padding: 5px 0;
  position: relative;
}
.footer-static ul li a {
  font-size: 1.4rem;
  padding: 0 20px;
  display: block;
  -webkit-transition: padding 250ms ease;
  -moz-transition: padding 250ms ease;
  transition: padding 250ms ease;
  -webkit-backface-visibility: hidden;
}
.footer-static ul li a > span {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: inherit;
}
.footer-static ul li a:hover {
  padding-left: 30px;
}
.copyright {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
}
.loading-mask .loader > img {
  width: auto !important;
  height: auto;
}
/* Hover Effect */
.hover-effect01 {
  position: relative;
  z-index: 1;
  display: block;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: 1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: 1;
}
.hover-effect01:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-backface-visibility: hidden;
  z-index: 99;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  -webkit-backface-visibility: hidden;
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-backface-visibility: hidden;
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.hover-effect06:hover:before {
  transition: all 0.4s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.3;
}
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .main-slider-full {
  margin-bottom: 0;
}
.contact-info-text {
  padding: 20px 0;
}
.contact-info-text .title {
  margin: 80px 0;
}
.contact-info-text .heading {
  margin-bottom: 30px;
}
.contact-info-text .text {
  color: #666;
  margin-bottom: 60px;
  word-wrap: break-word;
}
.google-map iframe {
  width: 100%;
}
#contact-form .contact-title {
  margin-bottom: 30px;
}
#contact-form .control {
  margin-bottom: 30px;
}
.customer-account-logoutsuccess .main-container,
.checkout-onepage-success .main-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.minicart-extra-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.minicart-extra-actions > div {
  margin-top: 10px;
}
div.paypal.paypal-logo input[type="image"],
div.paypal.paypal-logo img {
  max-height: 52px;
  width: auto;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
.box-tocart div.paypal.paypal-logo {
  margin-top: 0;
  margin-right: 15px;
}
.layout-rtl .box-tocart div.paypal.paypal-logo {
  margin-right: 0;
  margin-left: 15px;
}
.footer-checkout {
  margin-top: 30px;
}
.logo-checkout {
  text-align: center;
}
.logo-checkout .logo {
  padding-top: 30px;
  display: inline-block;
}
.checkout-index-index .container {
  max-width: 1200px !important;
}
#customer-email-fieldset {
  margin-bottom: 0;
}
.form.password.forget button.action.reload {
  width: auto;
  height: 40px;
}
.cms-content {
  padding-bottom: 60px;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border: none !important;
  box-shadow: none !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
/* Gallery */
.gallery-placeholder {
  position: relative;
}
.gallery-placeholder .gallery-placeholder__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: var(--pad-product);
  width: 100%;
}
.gallery-placeholder .gallery-placeholder__image img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.gallery-placeholder.imgs.vertical {
  padding-bottom: calc((100% - 76px) * var(--ratio));
  height: 0;
}
.gallery-placeholder.horizontal .fotorama__stage {
  width: 100%;
  height: 100%;
}
.gallery-placeholder .fotorama__caption__wrap {
  background: transparent;
}
.gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.gallery-placeholder .fotorama__thumb {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background-color: transparent;
}
.gallery-placeholder .fotorama__arr {
  display: none;
  background-color: transparent;
}
.gallery-placeholder .fotorama__arr:hover {
  background: transparent;
}
.fotorama--fullscreen .gallery-placeholder .fotorama__arr {
  display: block;
}
.gallery-placeholder .magnifier-preview {
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  z-index: 10;
}
.gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  margin-top: 0 !important;
}
.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -346px;
}
.gallery-placeholder .fotorama__spinner {
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-placeholder .fotorama__stage__frame.fotorama-video-container .fotorama__img {
  height: 100%;
  object-fit: cover;
}
.gallery-placeholder .fotorama__nav-wrap .video-thumb-icon .fotorama_vertical_ratio .fotorama__img {
  height: 200%;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: #ff6900;
  background: none;
}
.fotorama__fullscreen-icon:focus:after {
  display: none !important;
}
div.fotorama__spinner {
  background-image: none;
  animation: none !important;
  width: 100%;
  height: 100%;
}
div.fotorama__spinner.loading-mask {
  display: block;
}
.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav {
  margin-top: 0 !important;
}
div.fotorama--fullscreen .fotorama__wrap {
  position: static;
}
.fotorama__nav-wrap--horizontal {
  text-align: center;
}
.magnifier-preview img {
  max-height: inherit;
}
.fotorama__thumb:hover {
  cursor: pointer;
}
.fotorama__caption {
  display: none;
}
.fotorama__active:hover .fotorama__caption {
  display: block;
}
.gallery-placeholder {
  padding-bottom: calc(var(--pad-product));
  height: 0;
}
.gallery-placeholder .fotorama__stage__frame .fotorama__img {
  top: 50%;
}
.gallery-placeholder.imgs.horizontal {
  padding-bottom: calc(var(--pad-product) + var(--pad-thumb) + 10px);
  height: 0;
}
.gallery-placeholder.imgs.horizontal .fotorama {
  overflow: visible;
}
.fotorama__nav-wrap--horizontal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.fotorama__caption {
  width: 100%;
}
.gallery-placeholder .fotorama-item {
  opacity: 1;
  transition: opacity 100ms ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: static !important;
}
.gallery-placeholder .fotorama-item .fotorama__wrap {
  position: static;
}
.gallery-placeholder._block-content-loading {
  overflow: hidden;
}
.gallery-placeholder._block-content-loading .fotorama-item {
  opacity: 0;
}
.gallery-placeholder.imgs .thumb-pl {
  position: absolute;
  margin-top: 10px;
  top: 100%;
  left: 0;
  width: 65px;
  height: var(--pad-thumb);
  border: 1px solid #ccc;
  display: block;
}
.cms-noroute-index .page-title {
  display: none;
}
.cms-noroute-index .page-main {
  padding: 30px 0;
}
.sidebar-product-wrap .widget-product .heading-title {
  font-size: 1.8rem;
}
.sidebar-product-wrap .widget-nav-top .owl-nav {
  margin-top: -48px;
}
/* Layout 02 */
.layout02 .main-slider-full {
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.layout02 .heading-title,
.layout02 .deal-block-top .title {
  font-weight: 500;
}
.main-slider-v2 .block-top {
  margin-bottom: 30px;
}
.main-slider-v2 .slider {
  margin-bottom: 30px;
}
.block-banner .banner {
  margin-bottom: 30px;
}
.block-banner .banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.block-banner.dual-banners {
  margin-top: -95px;
}
.block-banner.home-promotion .bn-item-content {
  padding: 46px 70px;
}
.block-banner.home-promotion .bn-item-content .action.primary {
  border-radius: 0;
}
.block-banner.home-promotion img {
  border-radius: 10px;
}
.block-banner.home-promotion .dull-img-hover:hover {
  opacity: 0.8;
}
.block-main-product .top-title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.block-main-product .top-title .title {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
  padding: 5px 0;
}
.block-main-product .top-title a {
  color: #000000;
}
.block-main-product .top-title a:hover {
  color: #ff6900;
}
.block-main-product .top-title .list-category {
  float: right;
  list-style: none;
  padding: 10px 0;
  margin: 0 -10px;
}
.block-main-product .top-title .list-category li {
  display: inline-block;
  padding: 0 10px;
}
.block-top img {
  width: 100%;
  height: auto;
}
.footer-widgets .selling-feature {
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
/* Layout 03 */
.item-slider .container {
  height: 100%;
}
.item-slider .block-content {
  position: relative;
  height: 100%;
  z-index: 2;
}
.item-slider .block-content .block-center {
  left: 0;
  max-width: 600px;
}
.item-slider .block-content .block-center p {
  font-size: 13px;
  line-height: 20px;
}
.item-slider .block-content-slide .block-center {
  left: 5%;
}
.item-slider .block-center {
  padding-left: 0;
  padding-right: 15px;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-cat-row {
  margin-bottom: 30px;
}
.top-cat-item {
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
}
.top-cat-item:hover {
  border-color: #ff6900;
}
.top-cat-item:hover .title a {
  color: #ff6900;
}
.top-cat-item .title a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
}
.block-testimonial {
  padding: 70px 0;
}
.block-testimonial .heading-title {
  margin-bottom: 60px;
}
.block-testimonial .testimonial {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.block-testimonial .testimonial .testi-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 90px;
  margin: 0 auto;
}
.block-testimonial .testimonial .name {
  margin-bottom: 10px;
}
.block-testimonial .testimonial > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: -75px;
  overflow: hidden;
}
.block-testimonial .testimonial:before {
  position: absolute;
  content: "”";
  right: 30px;
  top: 0;
  font-size: 9rem;
  color: #ff6900;
}
.widget-gallery-image:hover {
  border-color: #ff6900;
}
.product-item.single-discount .gallery-wrap .discount-percent {
  background-color: #ff6900;
}
.product-item.single-discount .stock-wrap .stock.available {
  color: #ff6900;
}
.product-item.single-discount .sold-qty {
  color: #ff6900;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff6900;
}
/* Layout 04 */
.block-wellcome {
  margin-bottom: 40px;
}
.block-wellcome .title {
  text-transform: uppercase;
  font-weight: 500;
}
.block-wellcome .text {
  color: #333333;
}
.block-product-layout04 .heading-title {
  font-weight: 500;
  margin: 30px 0;
}
.top-cat-layout04 .heading-title,
.brand-row .heading-title {
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
.brand-carousel {
  margin: 30px 0;
}
.brand-row {
  margin-bottom: 60px;
}
.brand-row .row {
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.brand-row .row > div {
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-bottom: 0;
}
.brand-row .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 20px 0;
}
.brand-row .item {
  background: #fff;
}
.brand-row .item img {
  max-width: 100%;
  height: auto;
}
.brand-row .item a:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.form-orders-search {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 60px;
  width: 100%;
}
.form-orders-search select {
  width: 100%;
}
.form-orders-search legend {
  text-align: center;
}
/** Layout 05 **/
.layout05.cms-index-index .page-main {
  background-color: #eeeeee;
  padding-bottom: 60px;
}
.layout05.cms-index-index .vertical-menu:before {
  opacity: 1;
  visibility: visible;
  background-color: #000000;
}
.layout05.cms-index-index .vertical-menu .navigation {
  display: block;
  margin-top: 30px;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:before {
  opacity: 0;
  visibility: visible;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
  background-color: #ff6900;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu .navigation {
  display: none;
  margin-top: -1px;
  height: auto !important;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.banner-slider-top {
  margin-top: 30px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
}
.item-bn-inner .item-bn {
  display: block;
  height: 187px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-bn-inner img {
  width: 100%;
  height: auto;
}
.item-bn-inner .text {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.6rem;
}
.item-bn-slider-05 .item-slider .item {
  display: block;
  height: 374px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bn-item-promo {
  position: relative;
  margin-bottom: 30px;
}
.bn-item-promo > .img-lazy-wrap,
.bn-item-promo > .img-native-wrap {
  position: absolute;
  width: 100%;
}
.bn-item-promo .bn-item-content {
  padding: 60px;
  position: relative;
}
.bn-item-promo .bn-item-content .title {
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1;
}
.bn-item-promo .bn-item-content .text {
  color: #999;
}
.bn-item-promo2 {
  position: relative;
  margin-bottom: 0px;
  width: auto;
  height: 230px;
  border: 4px solid #fff;
  border-radius: 5px;
}
 > .img-lazy-wrap,
 > .img-native-wrap {
  position: absolute;
  width: 100%;
}
.bn-item-content {
  padding: 30px;
  position: relative;
}
.bn-item-content .title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.24;
}
.bn-item-content .text {
  color: #999;
}
.layout05 .selling-feature-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 30px;
}
.layout05 .selling-feature-wrap .selling-feature {
  margin-bottom: 0;
}
.layout05 .vertical-menu .navigation {
  padding-bottom: 14px;
}
.layout05 .vertical-menu .navigation .level0.level-top {
  padding: 0;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover {
  background-color: #ff6900;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover > a {
  color: #000000;
  font-weight: normal;
}
.layout05 .vertical-menu .navigation .level0.level-top > a.level-top {
  padding: 9px 15px;
}
.layout05 .vertical-menu .navigation .level0.level-top > a.level-top + i {
  right: 0;
  padding: 9px 15px;
}
.block-product-bn .bn-item-promo {
  margin-bottom: 0;
}
.search-trend-wrap {
  margin-bottom: 30px;
}
.search-trend-wrap .search-title .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 20px 0;
}
.search-trend {
  background-color: #fff;
}
.search-trend a {
  color: #000;
}
.search-trend a:hover {
  color: #ff6900;
}
.search-trend .title.active a {
  color: #ff6900;
}
.search-trend .trend-tabs {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 60px;
  text-align: center;
}
.search-trend .owl-item .switch {
  width: 100%;
}
.search-trend .switch {
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  vertical-align: top;
}
.search-trend .switch i {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.search-trend .switch span {
  display: block;
}
.search-trend .owl-theme .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  width: 60px;
}
.trend-content {
  padding: 30px;
  text-align: center;
}
.trend-content .item-trend {
  margin-bottom: 30px;
}
.trend-content .item-trend span {
  display: block;
}
.deal-block-top-wrap {
  background-color: #fff;
}
.deal-block-top-wrap .widget-product {
  padding: 0 20px;
  padding-bottom: 10px;
}
.deal-block-top-wrap .deal-block-top {
  padding-left: 20px;
  padding-right: 20px;
}
.block-product-layout-wrap {
  background-color: #fff;
  margin-bottom: 30px;
}
.block-product-layout-wrap .top-title {
  padding: 5px 20px;
  margin-bottom: 0;
}
.block-product-layout-wrap .top-title .title i,
.block-product-layout-wrap .top-title .title span {
  display: inline-block;
  vertical-align: middle;
}
.block-product-layout-wrap .block-product-layout-inner {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar .heading-title {
  font-size: 1.6rem;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.block-product-layout-wrap .block-product-col-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
}
.block-product-layout-wrap .widget-tabs > li:before {
  display: none;
}
.block-product-layout-wrap .tabs-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs {
  margin: 0 -15px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -77px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav [class*="owl-"] {
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.block-product-layout-wrap .product-item {
  margin-bottom: 0;
}
.tab-content-fadein {
  position: relative;
}
.tab-content-fadein > div {
  display: none;
}
.tab-content-fadein > div[aria-hidden="false"] {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  display: block;
}
.tab-content-fadein > div[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  display: block !important;
}
.max-1600 .container {
  max-width: 1600px;
}
.max-1900 .container {
  max-width: 1900px;
}
.max-100 .container {
  max-width: 100%;
}
.max-100 .quickview-wrap,
.max-1600 .quickview-wrap,
.max-1900 .quickview-wrap {
  max-width: 1900px;
}
/** Layout 06 **/
.layout06 .panel.wrapper {
  position: relative;
}
.layout06 .panel.header:before {
  content: "●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●";
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 56px;
  text-align: center;
  letter-spacing: -10px;
  width: 100%;
  color: #ffffff;
  line-height: 1;
  text-indent: -10px;
  white-space: nowrap;
}
.layout06.cms-index-index .vertical-menu:hover .navigation {
  display: none;
}
.layout06.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.mb-navigation-home {
  position: relative;
  padding-top: 15px;
  z-index: 2;
}
.mb-navigation-home.vertical-menu {
  height: 100%;
  margin-right: -15px;
}
.mb-navigation-home .navigation-home,
.mb-navigation-home .magebig-nav {
  height: 100%;
}
.mb-navigation-home .magebig-nav li.level0 {
  position: static;
}
.mb-navigation-home .level0.level-top > .submenu {
  padding-top: 15px;
  min-height: 100%;
}
.mb-navigation-home .magebig-nav div.submenu:before {
  top: 0;
}
.mb-navigation-home .level0.level-top > a {
  padding: 9px 15px;
}
.mb-navigation-home .level0.level-top > a:hover {
  background-color: #ff6900;
  color: #000;
  font-weight: 400;
}
.mb-navigation-home .magebig-nav > li > i {
  padding: 9px 15px;
}
.banner-slider-cat .bn-inner {
  border-left: 1px solid #d3d3d3;
}
.bn-menu {
  padding-right: 0;
}
.sticky-addcart .page-title-wrapper {
  display: none;
}
.sticky-addcart.active {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sticky-addcart.active .stick-info {
  display: none;
}
.sticky-addcart.active .page-title {
  font-size: 16px !important;
}
.sticky-addcart.active .fieldset-add {
  float: right;
  text-align: right;
  display: block;
  flex-wrap: nowrap;
}
.sticky-addcart.active .towishlist,
.sticky-addcart.active #instant-purchase,
.sticky-addcart.active .paypal {
  display: none !important;
}
.sticky-addcart.active .page-title-wrapper {
  margin: 0;
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 45%;
}
.sticky-addcart.active .page-title-wrapper .page-title {
  margin: 0 !important;
  font-size: 2rem;
}
.sticky-addcart.active .page-title-wrapper .page-title span {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-addcart.active .tocart,
.sticky-addcart.active .field {
  margin-bottom: 5px !important;
}
.sticky-addcart.active .tocart {
  margin-right: 0 !important;
}
.sticky-addcart.active .field > label {
  text-align: left;
  display: none;
}
.sticky-addcart.active .stick-info a {
  margin-right: 15px;
  color: #666666;
}
.sticky-addcart.active .stick-info a:hover {
  color: #ff6900;
}
.sticky-addcart.active .stick-info a .counter {
  display: none;
}
.sidebar-product-wrap {
  max-width: 220px;
  margin-left: auto;
}
.sidebar-product-wrap .widget-sidebar {
  margin: 0;
}
.selling-feature-sidebar {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
}
.selling-feature-sidebar .list-features {
  margin: 5px 0;
}
.selling-feature-sidebar .media-heading {
  font-weight: 500;
}
.selling-feature-sidebar .media-body {
  padding: 0 10px;
}
.selling-feature-sidebar .media-left {
  margin: 0 !important;
}
.selling-feature-sidebar i {
  font-size: 30px;
  color: #ff6900;
}
.img-native-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.img-native-wrap img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.img-lazy-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.img-lazy-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.img-lazy-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  background-image: linear-gradient(100deg, #f5f5f5 30%, #ffffff 50%, #f5f5f5 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translate3d(-100%, 0, 0);
  animation: placeholderAnimation 1.5s ease-in-out 100;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.img-lazy-wrap.lazyloaded-wrap:before,
.img-lazy-wrap.lazyloaded-wrap:after {
  display: none;
}
@keyframes placeholderAnimation {
  100% {
    transform: translateX(calc(100% + 1200px));
  }
}
.media-lazy.lazyload:not([src]),
.media-lazy.lazyload[src="#"] {
  visibility: hidden;
}
.media-lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease;
}
.media-lazy.lazyloaded {
  opacity: 1;
  visibility: visible;
}
.img-fluid.lazyload,
.img-fluid.lazyloading {
  width: 1px;
  height: 1px;
}
.object-fit .img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object-fit .img-lazy-wrap,
.object-fit .img-native-wrap {
  padding-bottom: 0 !important;
  height: 100%;
}
.object-fit img {
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100% !important;
  width: 100% !important;
}
.object-center img {
  object-position: center center !important;
}
.object-right img {
  object-position: center right !important;
}
.object-left img {
  object-position: center left !important;
}
.home-new-arrivals .tabs-wrap {
  text-align: end;
}
.home-new-arrivals .main-heading {
  width: 48%;
  float: left;
  margin-top: 0;
}
/* ============================================ *
 * Blog
 * ============================================ */
/** This file is automatically generated **/
/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
@charset "UTF-8";
@media (min-width: 768px) {
  .shop-by-brand .block-search {
    float: none;
    display: inline-block;
  }
  .brand-search-sidebar .block.block-search {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.kb__category-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kb__category-sidebar ul li {
  position: relative;
}
.kb__category-sidebar ul li.level-1 a {
  margin-left: 0;
}
.kb__category-sidebar ul li.level-2 a {
  margin-left: 1rem;
}
.kb__category-sidebar ul li.level-3 a {
  margin-left: 3rem;
}
.kb__category-sidebar ul li.level-4 a {
  margin-left: 5rem;
}
.kb__category-sidebar ul li.level-5 a {
  margin-left: 7rem;
}
.kb__category-sidebar ul li .count {
  color: #a3a3a3;
  position: absolute;
  top: 5px;
  right: 18px;
}
.kbase .block-collapsible-nav .item a {
  padding: 5px 36px 5px 15px;
  position: relative;
}
#block-collapsible-nav-kb .collapsible-control {
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 10px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 14px;
  z-index: 1000;
  cursor: pointer;
}
#block-collapsible-nav-kb .collapsible-control.active:after {
  content: '\e621';
}
#block-collapsible-nav-kb .collapsible-control.hidden:after {
  content: '\e622';
}
.kbase.kbase-article-view .toolbar.toolbar-products .field.limiter {
  display: inherit;
  float: right;
}
.kbase.kbase-article-view .toolbar.toolbar-products .pages {
  display: inline-block;
}
.kb-articles__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb-articles__list > li {
  margin-bottom: 4rem;
  color: #222;
  font-size: 13px;
}
.kb-articles__list > li a {
  font-weight: 600;
  font-size: 1.8rem;
  color: #444;
}
.kb-articles__toolbar {
  position: relative;
}
.kb-articles__toolbar .pages {
  display: none;
}
.kb-articles__list ~ .kb-articles__toolbar .pages {
  display: block;
  float: left;
  margin-right: 1rem;
}
.kb-articles__list ~ .kb-articles__toolbar .field.limiter {
  display: block;
  float: left;
}
.kb-articles__list ~ .kb-articles__toolbar .toolbar-amount {
  display: none;
}
.kbase .toolbar-products .pages {
  display: inline-block;
}
.kb-comment-listing-item {
  padding: 3rem 0;
  border-bottom: 1px solid #c9c9c9;
}
.kb-comment-listing-item .kb-comment-listing-item__header {
  margin-bottom: 1rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header strong {
  margin-right: 2rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header span {
  color: #666;
}
.kb-article-form {
  margin: 2rem 0;
}
.kb__search-box {
  position: relative;
}
.kb__search-box input {
  border-radius: 3px;
  width: 100%;
}
.kb__search-box button {
  position: absolute;
  border-radius: 0 3px 3px 0 !important;
}
.column.main .kb__search-box {
  padding: 2.5rem;
  background: #f5f5f5;
  margin-bottom: 2.5rem;
}
.column.main .kb__search-box input {
  padding: 1.5rem 2rem;
  font-size: 2.2rem;
  font-weight: 300;
  height: 6rem;
}
.column.main .kb__search-box button {
  height: 6rem;
  right: 2.5rem;
  top: 2.5rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-size: 2.2rem;
}
.kb__sidebar .kb__search-box {
  margin-bottom: 2rem;
}
.kb__sidebar .kb__search-box input {
  font-size: 1.3rem;
}
.kb__sidebar .kb__search-box button {
  right: 0;
  top: 0;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.row.bundle-wrapper {
  margin-top: 50px;
}
.bundle-options-container .block-bundle-summary > .title > strong,
.bundle-options-container .legend.title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #222;
}
.bundle-wrapper .action.back {
  margin-top: 0px;
  display: inline-block;
  background: #2e2e54;
  color: #fff;
  border-color: #2e2e54;
}
.bundle-wrapper .fieldset > .legend + br {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  width: 100%;
}
.bundle-wrapper .field.choice > label {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
}
.bundle-wrapper .options-list label:before,
.bundle-wrapper .options-list input[type="radio"] {
  display: none !important;
}
.bundle-wrapper .product-image-wrapper {
  width: 140px;
  padding-bottom: 140px !important;
}
.bundle-options-container .block-bundle-summary {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.bundle-wrapper .product-details .product.name,
.bundle-wrapper .field.option > label,
.bundle.items .label {
  font-size: 13px;
  font-weight: 600 !important;
}
.bundle-options-container .block-bundle-summary .price-quote {
  display: none;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  padding: 5px 15px !important;
  font-size: 16px;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin-bottom: 0px;
}
.bundle-options-container .block-bundle-summary .price-quote,
.bundle-options-container .field > input[type="radio"]:checked + label:after {
  display: none;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.action.customize {
  padding: 5px 15px !important;
  font-size: 16px !important;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin-bottom: 0px;
  margin-top: 12px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions button {
  width: 100%;
  background: #2e2e54;
  border-color: #2e2e54;
}
.bundle-wrapper .options-list input[type="radio"]:checked + label {
  border: 3px solid #f57224;
}
.bundle-options-container .box-tocart .fieldset-add {
  display: block;
}
.bundle-wrapper .price-container .price {
  font-size: 16px;
}
.bundle-wrapper .field.choice > label > span {
  width: 80%;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-size: 18px;
  margin: 15px 0 12px 0;
  display: block;
}
.bundle-options-container .bundle.items li {
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.bundle-options-container .product-info-main .stock.available {
  margin-bottom: 0;
}
.page-product-bundle .price-box .price-container {
  display: flex;
  align-items: center;
}
.page-product-bundle .price-box .price-label {
  font-size: 13px;
  margin-right: 10px;
}
.bundle-options-container .options-list input[type="radio"]:checked + label .field.qty {
  display: flex;
  align-items: center;
}
.bundle-options-container .fieldset-bundle-options .qty {
  display: none;
}
.bundle-options-container form {
  display: flex;
  justify-content: space-between;
}
.bundle-options-container .product-image-photo {
  margin: 0;
}
.bundle-options-wrapper,
.block-bundle-summary {
  width: 48%;
}
.kbase-category-view .toolbar.toolbar-products {
  display: none;
}
.toolbar-amount,
.sorter-label,
.sorter-options,
.field.limiter .label,
.limiter-options,
.limiter-text {
  color: #444;
}
.product-accordion .product.data.items > .item.content h2,
.product-accordion .product.data.items > .item.content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-accordion .product.data.items > .item.content li,
.product-accordion .product.data.items > .item.content p,
.product-accordion .product.data.items > .item.content .content_description {
  font-size: 13px;
  line-height: 20px;
}
.product-accordion .product.data.items > .item.content li .h2,
.product-accordion .product.data.items > .item.content p .h2,
.product-accordion .product.data.items > .item.content .content_description .h2 {
  margin-bottom: 10px;
  display: block;
}
.product-accordion .product.data.items > .item.content .smallCusDec h4 {
  font-size: 13px;
  font-weight: 400;
}
.product-accordion .product.data.items > .item.content .smallCusDec .h2,
.product-accordion .product.data.items > .item.content .smallCusDec h4 {
  margin-bottom: 10px;
  display: block;
}
.product-accordion .product.data.items > .item.content strong {
  font-weight: 700 !important;
}
.product-accordion .download-list p {
  margin: 0px;
}
.product-accordion .download-list li {
  display: inline-block;
  background: #fff1e7;
  color: #333;
  min-height: 70px;
}
@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.
 */
.block-static-block.widget {
  margin-bottom: 50px !important;
}
.contact-index-index .block-static-block.widget {
  margin-bottom: 0 !important;
}
@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,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block: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 .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),
  .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) + *,
  .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 .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 {
    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 {
    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,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-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,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .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 .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;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  .modal-popup.custom-email-form .modal-inner-wrap {
    max-width: 30%;
    border-radius: 33px;
  }
  .modal-popup.custom-email-form .modal-inner-wrap .modal-header .modal-title {
    text-align: center;
    font-weight: 600;
  }
  .modal-popup.custom-email-form .modal-inner-wrap .email-form {
    display: grid;
    gap: 5.5px;
    padding: 22px 0 11px;
  }
  .kb-article__body-info-left {
    float: left;
    width: 60%;
  }
  .kb-article__body-info-right {
    float: right;
    width: 30%;
    min-width: 250px;
  }
  .kb-category__grid > section {
    width: 33%;
    padding-right: 3rem;
    display: inline-block;
  }
  .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;
  }
  .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;
  }
  .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: Sintony, '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%;
  }
  .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 {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .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;
  }
}
