/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.message-error.error.message {
  word-wrap: break-word;
}
.login-container .block.block-static-block {
  float: none !important;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_LayerNavigation
 * @author    Extension Team
 * @copyright Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*-------------------------------Colors-----------------------------------------*/
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-arrow-down,
.wk-arrow-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  display: inline-block;
  padding-right: 12px;
}
.wk-arrow-down::after,
.wk-arrow-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
}
.wk-arrow-down::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  right: 0px;
}
.wk-arrow-down::before {
  width: 2px;
  height: 16px;
  right: 3px;
  background: currentColor;
}
.wk-arrow-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  right: -3px;
}
.wk-arrow-up::before {
  width: 2px;
  height: 16px;
  right: 0px;
  background: currentColor;
}
.wk-arrow-up::after,
.wk-arrow-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}
.wk-rating-icon-small:before {
  font-family: "font-awesome";
  content: "\f005";
  font-size: 1.7rem;
  font-weight: normal;
  position: absolute;
  left: 0;
  color: #f2994a;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.masterdata-section {
  border: 2px solid #1979c3;
  margin: 10px auto;
  width: 100%;
  max-width: 720px;
}
.masterdata-section h3 {
  color: #30ace2;
  font-size: 25px;
  font-weight: 600;
}
.masterdata-section .else-heading h3 {
  color: #ff0000;
}
.masterdata-first-div,
.masterdata-second-div {
  text-align: center;
  background-color: #ecf3f9;
  padding-top: 10px;
}
.masterdata-first-div img,
.masterdata-second-div img {
  max-height: 180px;
}
.masterdata-line-else,
.masterdata-line {
  border-top: 4px solid #ff0000;
  border-radius: 5px;
  width: 100%;
  max-width: 320px;
  margin: 15px auto;
}
.masterdata-line {
  border-color: #30ace2;
}
.masterdata-second-div {
  background-color: #30ace2;
  padding: 20px 10px 10px;
}
.masterdata-second-div p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
}
.masterdata-third-div,
.masterdata-second-div-else {
  padding: 25px;
}
.masterdata-third-div h3,
.masterdata-second-div-else h3 {
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}
.slider-brand img {
  height: 80px;
  width: unset !important;
  margin: auto auto 15px;
}
.slider-brand .owl-controls .owl-dot {
  margin: 30px 4px 0px;
}
.slider-brand.owl-carousel {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
.product-label {
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 10px;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  z-index: 15;
}
.product-label.new-label {
  background-color: #0083c1;
  left: 10px;
}
.product-label.sale-label {
  background-color: #ff5555;
  right: 10px;
}
.products.wrapper.products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-product-type .product-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image {
  position: relative;
  overflow: hidden;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-photo {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-wrapper {
  position: relative;
  height: auto;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo {
  font-size: 0;
  display: block;
  padding: 6px;
  border: 1px solid #ddd;
  position: static;
  margin: 0 !important;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container {
  width: 100% !important;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary {
  position: absolute;
  z-index: 15;
  bottom: 5px;
  right: 10px;
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a span {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:before {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:hover {
  color: #fff;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top form .tocart {
  width: 100%;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action {
  padding: 0 !important;
  display: table-cell;
  height: 46px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff !important;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action span {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action:before {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.tocart:after {
  content: '\f291';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image:hover .button-top {
  opacity: 1;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details {
  text-align: center;
  padding: 10px 10px 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  margin: 0;
  font-size: 116.67%;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary {
  display: block;
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary.empty .reviews-actions {
  display: block;
  line-height: 1.6em;
  margin: 5px 0 3px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box {
  margin: 5px 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
  padding-left: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price {
  font-size: 150%;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .minimal-price {
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price-box {
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner {
  padding-top: 5px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  color: #777;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  background-color: transparent;
  position: relative;
  margin-bottom: 1px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart span {
  position: relative;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover:before {
  opacity: 1;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options {
  margin: 5px 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options .swatch-option {
  float: none;
  display: inline-block;
  margin: 0 3px;
}
.grid-product-type .product-item .item-inner:hover .product-item-info .product-item-image .actions-secondary {
  opacity: 1;
}
.grid-product-type .product-item .item-inner:hover .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  color: #fff;
}
.list-product-type .product-item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  clear: both;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image {
  position: relative;
  overflow: hidden;
  float: left;
  width: 207px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-photo {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-wrapper {
  position: relative;
  height: auto;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo {
  font-size: 0;
  display: block;
  padding: 6px;
  border: 1px solid #ddd;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container {
  width: 100% !important;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary {
  position: absolute;
  z-index: 15;
  bottom: 5px;
  right: 10px;
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a span {
  display: none;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:before {
  display: none;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:hover {
  color: #fff;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image:hover .actions-secondary {
  opacity: 1;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details {
  margin-left: 226px;
  padding: 10px 0 0;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute {
  display: table;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  margin: 0 0 7px;
  font-size: 150%;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary {
  display: block;
  margin: 0 0 7px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
  left: -4px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: 71px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  color: #ccc;
  letter-spacing: -6px;
  font-size: 20px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #222;
  letter-spacing: -6px;
  font-size: 20px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box {
  margin-bottom: 15px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price {
  font-size: 171.428%;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
  padding-left: 0;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: normal;
  font-size: 128.571% !important;
  position: relative;
  top: 2px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-description {
  margin-bottom: 15px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner {
  padding-top: 5px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  color: #777;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  background-color: transparent;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover {
  color: #fff;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options {
  margin: 5px 0;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options .swatch-option {
  float: left;
  display: inline-block;
  margin-right: 6px;
}
.sidebar .product-items .price-box {
  display: table !important;
}
.sidebar .block {
  margin-bottom: 30px !important;
}
.sidebar .block .block-title strong {
  font-size: 150%;
  color: #222;
}
.sidebar .block .block-content {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
}
.sidebar .block.filter .block-title {
  display: none;
}
.sidebar .block.filter .block-subtitle.filter-subtitle {
  display: none;
}
.sidebar .block.filter .block-content {
  background: none;
  border: none;
  padding: 0;
}
.sidebar .block.filter .block-content .filter-current .block-subtitle.filter-current-subtitle {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.sidebar .block.filter .block-content .filter-current .items {
  border: 1px solid #ddd;
  border-bottom: none;
  overflow: hidden;
}
.sidebar .block.filter .block-content .filter-current .items .item {
  margin: 0;
  padding: 13px 20px 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.sidebar .block.filter .block-content .filter-current .items .item:last-child {
  border: none;
}
.sidebar .block.filter .block-content .filter-current .items .item span {
  display: inline;
  font-weight: normal;
}
.sidebar .block.filter .block-content .filter-current .items .item .action.remove {
  color: #ff5555;
}
.sidebar .block.filter .block-content .filter-current .items .item .action.remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sidebar .block.filter .block-content .filter-current .items .item .action.remove span {
  display: none;
}
.sidebar .block.filter .block-content .filter-current + .filter-actions {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: right;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  overflow: auto;
  margin-bottom: 30px;
  max-height: 309px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item {
  margin: 0;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
  background-color: transparent;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 13px 20px 10px;
  font-size: 116.67%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .price {
  color: inherit;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
  background-color: #fff;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count {
  float: right;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count:before,
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count:after {
  display: none;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:last-child a {
  border: none;
}
.sidebar .block.block-compare .empty {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.sidebar .block.block-compare .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .block.block-compare .product-items .product-item-name {
  margin: 0;
  font-weight: normal;
  display: block;
  padding-right: 24px;
}
.sidebar .block.block-compare .product-items.action.delete {
  position: relative;
  float: right;
}
.sidebar .block.block-compare .action.delete {
  right: 0;
  left: auto;
}
.sidebar .block.block-compare .actions-toolbar .secondary a.action {
  margin-top: 11px;
}
.sidebar .product-items .product-item-info::after {
  clear: both;
  content: "";
  display: block;
}
.rotate-hover-effect .product-item-image .product-item-photo:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 10;
  transform: rotate(-45deg) scale(0.5);
  -webkit-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.rotate-hover-effect .item-inner:hover .product-item-photo:before {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  opacity: 1;
}
.opacity-hover-effect .product-item-image:hover .product-item-photo img {
  opacity: 0.6;
}
.second-image-hover-effect .product-item .item-inner .product-item-info .product-item-image .product-image-photo.hover_image {
  position: absolute !important;
  left: -105%;
  right: auto;
  top: 0;
  z-index: 11;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.second-image-hover-effect .product-item .item-inner .product-item-info .product-item-image:hover .product-image-photo.hover_image {
  left: 0;
}
.page-layout-1column .column.main .block.filter .block-title {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-subtitle.filter-subtitle {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-content {
  background: none;
  border: none;
  padding: 0;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .block-subtitle.filter-current-subtitle {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items {
  border: 1px solid #ddd;
  border-bottom: none;
  overflow: hidden;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item {
  margin: 0;
  padding: 13px 20px 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item:last-child {
  border: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item span {
  display: inline;
  font-weight: normal;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove {
  color: #ff5555;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove span {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current + .filter-actions {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: right;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-title {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  overflow: auto;
  margin-bottom: 30px;
  max-height: 309px;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item {
  margin: 0;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a {
  background-color: transparent;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 13px 20px 10px;
  font-size: 116.67%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .price {
  color: inherit;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
  background-color: #fff;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count {
  float: right;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count:before,
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count:after {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item:last-child a {
  border: none;
}
.page-layout-1column .column.main .block.block-compare .empty {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.page-layout-1column .column.main .block.block-compare .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-layout-1column .column.main .block.block-compare .product-items .product-item-name {
  margin: 0;
  font-weight: normal;
  display: block;
  padding-right: 24px;
}
.page-layout-1column .column.main .block.block-compare .product-items.action.delete {
  position: relative;
  float: right;
}
.page-layout-1column .column.main .block.block-compare .action.delete {
  right: 0;
  left: auto;
}
.page-layout-1column .column.main .block.block-compare .actions-toolbar .secondary a.action {
  margin-top: 11px;
}
.toolbar {
  border: transparent;
  background-color: transparent;
  padding: 10px;
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.toolbar select {
  height: 32px;
  line-height: 30px;
}
.toolbar .modes {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  float: left;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  color: #777777;
  margin-right: 5px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes .modes-mode.active {
  color: #fff;
}
.toolbar .modes .modes-mode:hover {
  color: #fff;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: '\f009';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\f00b';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-amount {
  float: left;
  display: inline-block;
  line-height: 34px;
  margin: 0 20px 0 0;
}
.toolbar .limiter {
  float: left;
  margin-right: 20px;
}
.toolbar .limiter .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 34px;
}
.toolbar .limiter .control {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.toolbar .limiter .limiter-text {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-sorter.sorter {
  float: left;
}
.toolbar .toolbar-sorter.sorter .sorter-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 34px;
}
.toolbar .toolbar-sorter.sorter .sorter-options {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: auto;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc:before {
  content: '\f175';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action span {
  display: none;
}
.toolbar .pages {
  float: right;
  line-height: 0;
}
.toolbar .pages .pages-items li {
  float: left;
  margin: 0 0 0 5px;
}
.toolbar .pages .pages-items li strong,
.toolbar .pages .pages-items li a {
  color: inherit;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  min-width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-weight: normal;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .pages .pages-items li strong.action.next:before,
.toolbar .pages .pages-items li a.action.next:before {
  display: none;
}
.toolbar .pages .pages-items li strong.action.next:after,
.toolbar .pages .pages-items li a.action.next:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.toolbar .pages .pages-items li strong.action.previous:before,
.toolbar .pages .pages-items li a.action.previous:before {
  display: none;
}
.toolbar .pages .pages-items li strong.action.previous:after,
.toolbar .pages .pages-items li a.action.previous:after {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.toolbar .pages .pages-items li a:hover {
  color: #fff;
}
.toolbar .pages .pages-items li strong {
  color: #fff;
}
.toolbar-top .toolbar,
.toolbar-bottom .toolbar {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.toolbar-top .toolbar .modes,
.toolbar-bottom .toolbar .modes {
  margin-right: 50px;
}
.toolbar-top .pages {
  display: none;
}
.toolbar-top .toolbar .toolbar-sorter.sorter {
  float: right;
}
.toolbar-top .toolbar .toolbar-amount {
  margin-right: 200px;
}
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .toolbar-sorter.sorter {
  display: none;
}
.col3-layout .toolbar-amount {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.header-top-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: auto !important;
}
.header-top-right .header.links {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.header-top-right .header.links:before {
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  background: #fff;
  opacity: 0.3;
  top: 50%;
  transform: translateY(-50%);
}
.page-header .header-12 .header-middle .cart-header-container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.page-header .header-12 .header-middle .cart-header-container .header.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .page-header .header-12 .header-middle .cart-header-container .minicart-wrapper .action.showcart {
    padding-left: 56px !important;
  }
}
.page-header .header-12 .header-middle .cart-header-container .minicart-wrapper .action.showcart .counter .counter-label {
  display: none !important;
}
.page-header .header-12 .header-middle .cart-header-container .minicart-wrapper .action.showcart .counter:after {
  display: none !important;
}
.page-header .header-12 .header-middle .cart-header-container .minicart-wrapper .action.showcart .counter.qty {
  display: block !important;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background: #ff5555;
  border-radius: 50px;
  padding: 0;
  line-height: 24px;
  position: absolute;
  left: 30px;
}
.page-header .header-12 .header-middle .cart-header-container .minicart-wrapper .action.showcart .counter.qty .counter-number {
  display: block !important;
}
.minicart-items .product-item-photo .photo.image {
  max-width: 60px;
  max-height: 60px;
}
@media only screen and (max-width: 992px) {
  .header-top .setting-container {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-right {
    justify-content: center !important;
  }
  .header-top-right .header.links {
    margin-right: 10px !important;
    padding-right: 0px !important;
  }
  .header-top-right .header.links li {
    padding-inline: 10px !important;
  }
  .page-header .header-12 .header-middle .cart-header-container {
    margin-top: 10px !important;
    position: unset !important;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .page-header .minicart-wrapper .product .actions {
    float: right !important;
  }
}
@media only screen and (max-width: 480px) {
  body .page-header .header-12 .header-top {
    padding: 5px 0px !important;
  }
  body .page-header .header-12 .header-top .customer-container .header-top-right {
    padding-top: 0 !important;
    font-size: 11px;
  }
  body .page-header .header-12 .header-middle {
    padding: 10px 0px !important;
  }
  body .page-header .header-12 .header-middle .cart-header-container {
    bottom: -67px !important;
  }
  body .page-header .header-12 .header-middle .search-header-container {
    bottom: -57px;
  }
  body .page-header .header-12 .header-middle .search-header-container #searchbox {
    height: 38px !important;
  }
}
.trial-header-message .trial-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 20px;
  background: #f5f200;
}
.trial-header-message .trial-timer p {
  margin: 0;
}
.trial-header-message .trial-timer p a {
  padding: 6px 12px;
  background: #003399;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
.trial-header-message .trial-timer .countdown {
  min-width: 120px;
  display: inline-block;
}
.hotline-header {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0px 10px;
}
.hotline-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .trial-header-message .trial-timer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 15px;
  }
  .hotline-header ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .hotline-header ul li {
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.page-header .header-12 .header-middle .logo-container {
  padding: 0;
}
@media (max-width: 767px) {
  .page-header .header-12 .header-middle .logo-container {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.minicart-items .product-item-details .details-qty {
  text-align: left;
}
.header-content .right-container {
  width: 100%;
}
.popup-bg-remove {
  background-image: none;
  background-color: #eeeeee;
}
.custom-newsletters {
  padding: 0px !important;
}
.custom-newsletters .newsletter-info {
  padding: 114px 15px;
}
.custom-newsletters .newsletter-img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .custom-newsletters .newsletter-info {
    padding: 40px 15px;
  }
}
div .custom-newsletters {
  position: relative;
}
div .custom-newsletters .col-md-4.col-lg-6,
div .custom-newsletters .col-md-8.col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
div .custom-newsletters .newsletter-info {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  padding: 20px;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66988802) 0%, rgba(0, 0, 0, 0) 100%);
}
div .custom-newsletters .newsletter-info .action.subscribe {
  padding-inline: 40px;
  font-size: 16px;
  background: #202E75;
  color: #fff;
}
div .custom-newsletters .newsletter-info .action.subscribe:hover {
  background: #141d4d;
}
@media only screen and (max-width: 767px) {
  .promotional-popup .w-newsletter .newsletter-info .subscribe-bottom {
    padding-top: 10px !important;
  }
}
.toolbar-bottom .toolbar.toolbar-products {
  padding: 0;
  border: none;
  background: transparent;
}
.toolbar-bottom .toolbar.toolbar-products .pages {
  background: #f8f8f8;
  width: 100%;
  text-align: right;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .price-slider-values input[type="text"] {
    width: 42px;
    font-size: 12px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 22px !important;
  }
  .toolbar-top .toolbar.toolbar-products {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }
  .toolbar-top .toolbar.toolbar-products .modes {
    display: none;
  }
  .toolbar-top .toolbar .toolbar-amount {
    margin-right: 0px !important;
    margin-bottom: 0px;
  }
  .toolbar-top .toolbar .toolbar-sorter.sorter .sorter {
    display: none;
  }
}
.slider-content.home-circle-categories {
  padding: 0;
  border: none !important;
  margin: 20px auto;
}
.slider-content.home-circle-categories .circle-categories {
  width: 100% !important;
}
.slider-content.home-circle-categories .circle-categories .category-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin: auto auto 15px;
}
.slider-content.home-circle-categories .circle-categories .category-name {
  font-weight: 600;
  font-size: 15px;
}
.hot-categoriess {
  margin: 0px auto 60px;
}
.hot-categoriess .slider-content .owl-controls .owl-nav div {
  top: 40% !important;
}
@media only screen and (max-width: 767px) {
  .hot-categoriess {
    margin: 30px auto 30px;
  }
  .hot-categoriess .block-description {
    margin-bottom: 12px !important;
  }
  .hot-categoriess .slider-content .owl-controls .owl-nav div {
    top: 50% !important;
  }
  .slider-content.home-circle-categories {
    margin: 0px !important;
  }
  .slider-content.home-circle-categories .circle-categories .category-image {
    width: 80px;
    height: 80px;
  }
  .slider-content.home-circle-categories .circle-categories .category-name {
    font-size: 14px;
  }
}
body .filter-options .filter-options-item .filter-options-content .items .item a {
  display: inline-block !important;
  width: 100%;
  vertical-align: middle;
  top: unset;
  position: relative;
}
body .filter-options .filter-options-item .filter-options-content .items .item a input {
  top: 0;
}
table.coin-price-table tr {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border: none !important;
}
body.catalog-product-view .page-main {
  /* background: #F1F3F6; */
}
body.catalog-product-view .page-main .column.main {
  background: #fff;
  padding: 20px 15px !important;
  border-radius: 12px;
  display: inline-block;
}
body .product-info-main .product-reviews-summary {
  margin-top: 0px !important;
}
body .product-info-main .wk-seller-card-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 10px;
  flex-direction: column;
}
body .product-info-main .wk-seller-card-row img {
  max-height: 50px;
}
body .product-info-main .product-info-stock-sku .stock {
  margin-bottom: 5px !important;
}
body .product-info-main .product-info-stock-sku .stock.available {
  color: #027c02;
}
body .product-info-main .price-box {
  margin-bottom: 0;
  margin-top: 0 !important;
}
body .product-info-main .price-box .special-price {
  margin-bottom: 0px;
  margin-top: 0px;
}
body .product-info-main .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.wk-seller-block.wk-block .wk-seller-card-container {
  display: flex;
  gap: 0px 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row .wk-seller-card-col {
  margin-top: 0px;
}
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row .wk-block-title-css {
  font-size: 18px;
}
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row:nth-child(1),
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row:nth-child(2) {
  flex: 0 0 100%;
}
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row .wk-seller-location-link::before,
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row .wk-seller-product-count::before,
.wk-seller-block.wk-block .wk-seller-card-container .wk-seller-card-row #askque::before {
  top: -1px !important;
}
.block.review-add .actions-toolbar.review-form-actions .action {
  background: #202E75 !important;
  border: 1px solid #202E75;
  color: #fff !important;
}
.block.review-add .actions-toolbar.review-form-actions .action:hover,
.block.review-add .actions-toolbar.review-form-actions .action:active,
.block.review-add .actions-toolbar.review-form-actions .action:focus,
.block.review-add .actions-toolbar.review-form-actions .action:visited {
  background: #162262 !important;
  color: #fff !important;
}
.review-items .review-content-container {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  clear: left;
}
body .product-info-main .price-box .price-wrapper .price,
body .product-options-bottom .price-box .price-wrapper .price {
  font-size: 15px !important;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 768px) {
  body .product-info-main .price-box .price-wrapper .price,
  body .product-options-bottom .price-box .price-wrapper .price {
    font-size: 15px !important;
    font-weight: 600;
    color: #000000;
  }
}
body .product-info-main .price-box .old-price,
body .product-options-bottom .price-box .old-price {
  top: 0px !important;
  padding-left: 0px;
}
body .product-info-main .price-box .old-price .price,
body .product-options-bottom .price-box .old-price .price {
  font-size: 15px !important;
  font-weight: 500;
}
.products-grid.wishlist .product-item-name {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.product.name.product-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 43px;
}
.page-wrapper .breadcrumbs {
  background: #fff;
}
@media screen and (max-width: 780px) {
  .sidebar .block.filter .block-content .filter-options .filter-options-title {
    font-size: 17px !important;
  }
  #layered-filter-block .block-title {
    padding: 0;
  }
  #layered-filter-block .block-title strong {
    padding: 10px;
    width: 100%;
    display: block;
  }
  #layered-filter-block .block-title::after {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 2px !important;
  }
  .page-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
div .rating-summary .rating-result > span:before {
  color: #FFCC00;
}
div .review-control-vote label:before {
  color: #FFCC00;
}
.table-wrapper.comparison .product .product-image-container {
  width: 100% !important;
}
.table-wrapper.comparison .product .product-item-photo .product-image-photo {
  position: absolute;
  width: 100%;
}
.product-item .item-inner {
  background: #EAEAEA;
  padding: 20px;
}
.note-style-images-pdp-pdp .item-inner {
  border-top: none;
  box-shadow: none;
}
.image-block-outer {
  margin-top: 15px;
}
.catalog-category-view .coin-detail-custom,
.catalogsearch-result-index .coin-detail-custom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-category-view .coin-detail-custom .mintage-div,
.catalogsearch-result-index .coin-detail-custom .mintage-div {
  color: #C30000;
}
.catalog-category-view .coin-detail-custom .mint-value,
.catalogsearch-result-index .coin-detail-custom .mint-value {
  background: #003375;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.catalog-category-view .coin-detail-custom .mint-value strong,
.catalogsearch-result-index .coin-detail-custom .mint-value strong {
  margin-right: 2px;
}
.catalog-category-view .coin-detail-custom .coin-image-buttons,
.catalogsearch-result-index .coin-detail-custom .coin-image-buttons {
  display: flex;
  justify-content: center;
  padding-block: 10px 10px;
  gap: 10px;
}
.catalog-category-view .coin-detail-custom .coin-header-tag,
.catalogsearch-result-index .coin-detail-custom .coin-header-tag {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  border: none !important;
  position: relative;
  color: #323232;
  text-transform: uppercase;
  background-image: url('../images/button-bg.jpg') !important;
  background-size: 160%;
  background-position: center;
  flex: 1 1 auto;
  max-width: max-content;
}
.catalog-category-view .coin-detail-custom .coin-header-tag:before,
.catalogsearch-result-index .coin-detail-custom .coin-header-tag:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: #323232;
  border-radius: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.catalog-category-view .coin-detail-custom .product-item-image,
.catalogsearch-result-index .coin-detail-custom .product-item-image {
  justify-content: center;
  background: #D9D9D9;
  width: 100% !important;
  display: flex !important;
}
.catalog-category-view .coin-detail-custom .product-item-image .product div,
.catalogsearch-result-index .coin-detail-custom .product-item-image .product div {
  justify-content: center;
}
.catalog-category-view .coin-detail-custom .product-item-image .product div img,
.catalogsearch-result-index .coin-detail-custom .product-item-image .product div img {
  width: unset !important;
  height: auto;
}
.catalog-category-view .coin-detail-custom .product-item-image .actions-secondary,
.catalogsearch-result-index .coin-detail-custom .product-item-image .actions-secondary {
  display: none;
}
.catalog-category-view .coin-detail-custom .product-item-image .product-item-photo:before,
.catalogsearch-result-index .coin-detail-custom .product-item-image .product-item-photo:before {
  display: none;
}
.catalog-category-view .coin-detail-custom .product-item-image .image-block,
.catalogsearch-result-index .coin-detail-custom .product-item-image .image-block {
  padding: 10px;
}
.catalog-category-view .coin-detail-custom .product-item-name,
.catalogsearch-result-index .coin-detail-custom .product-item-name {
  font-size: 24px;
  height: unset !important;
  line-height: 1.1;
  text-transform: uppercase;
}
.catalog-category-view .coin-detail-custom .product-item-name .product-item-link,
.catalogsearch-result-index .coin-detail-custom .product-item-name .product-item-link {
  font-weight: 700;
  color: #000;
  font-family: inter;
  display: inline-block;
}
.catalog-category-view .coin-detail-custom .coin-attributes,
.catalogsearch-result-index .coin-detail-custom .coin-attributes {
  display: grid;
  padding: 10px 5px;
  font-size: 16px;
  flex-wrap: wrap;
  gap: 8px 15px;
  grid-template-columns: 1fr 1fr;
}
.catalog-category-view .coin-detail-custom .coin-attributes strong,
.catalogsearch-result-index .coin-detail-custom .coin-attributes strong {
  text-transform: uppercase;
}
.catalog-category-view .coin-detail-custom .coin-attributes div,
.catalogsearch-result-index .coin-detail-custom .coin-attributes div {
  padding: 7px !important;
}
.catalog-category-view .coin-detail-custom .note-attributes,
.catalogsearch-result-index .coin-detail-custom .note-attributes {
  padding: 10px 5px;
  font-size: 16px;
  flex-wrap: wrap;
  gap: 8px 15px;
  grid-template-columns: 1fr 1fr;
}
.catalog-category-view .coin-detail-custom .note-attributes div,
.catalogsearch-result-index .coin-detail-custom .note-attributes div {
  padding: 10px;
}
.catalog-category-view .coin-detail-custom .note-attributes strong,
.catalogsearch-result-index .coin-detail-custom .note-attributes strong {
  text-transform: uppercase;
}
.catalog-category-view .coin-detail-custom .star-note-attributes,
.catalogsearch-result-index .coin-detail-custom .star-note-attributes {
  display: grid;
  padding: 10px 5px;
  font-size: 16px;
  flex-wrap: wrap;
  gap: 8px 15px;
  grid-template-columns: 0.5fr 1fr;
}
.catalog-category-view .coin-detail-custom .star-note-attributes div,
.catalogsearch-result-index .coin-detail-custom .star-note-attributes div {
  padding: 10px;
}
.catalog-category-view .coin-detail-custom .star-note-attributes strong,
.catalogsearch-result-index .coin-detail-custom .star-note-attributes strong {
  text-transform: uppercase;
}
.catalog-category-view .coin-detail-custom .coin-price-table th,
.catalogsearch-result-index .coin-detail-custom .coin-price-table th {
  text-transform: uppercase;
}
.catalog-category-view .coin-detail-custom .coin-price-table tr,
.catalogsearch-result-index .coin-detail-custom .coin-price-table tr,
.catalog-category-view .coin-detail-custom .coin-price-table td,
.catalogsearch-result-index .coin-detail-custom .coin-price-table td,
.catalog-category-view .coin-detail-custom .coin-price-table th,
.catalogsearch-result-index .coin-detail-custom .coin-price-table th {
  border: 1px solid #cacaca;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000B2;
}
.catalog-category-view .coin-detail-custom .coin-price-table th,
.catalogsearch-result-index .coin-detail-custom .coin-price-table th {
  color: #003375 !important;
  font-weight: 600;
}
.catalog-category-view .coin-detail-custom .coin-price-table td .price,
.catalogsearch-result-index .coin-detail-custom .coin-price-table td .price {
  color: #000;
}
.catalog-category-view .coin-detail-custom .coin-weight-metal,
.catalogsearch-result-index .coin-detail-custom .coin-weight-metal {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #00000080;
}
.catalog-category-view .coin-detail-custom .coin-weight-metal .label-title,
.catalogsearch-result-index .coin-detail-custom .coin-weight-metal .label-title {
  color: #000000B2;
}
.catalog-category-view .coin-detail-custom .coin-rarity,
.catalogsearch-result-index .coin-detail-custom .coin-rarity {
  background: #20242E;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.1;
  display: inline-block;
  width: 100% !important;
}
.catalog-category-view .coin-detail-custom .coin-rarity .common,
.catalogsearch-result-index .coin-detail-custom .coin-rarity .common {
  color: #00FF2F;
}
.catalog-category-view .coin-detail-custom .coin-rarity .extremely-rare,
.catalogsearch-result-index .coin-detail-custom .coin-rarity .extremely-rare {
  color: #66A5FF;
}
.catalog-category-view .coin-detail-custom .coin-rarity .scarce,
.catalogsearch-result-index .coin-detail-custom .coin-rarity .scarce {
  color: #FFBF00;
}
.catalog-category-view .coin-detail-custom .coin-rarity .rare,
.catalogsearch-result-index .coin-detail-custom .coin-rarity .rare {
  color: #FF1A1E;
}
.catalog-product-view .coin-detail-custom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-product-view .coin-detail-custom .mintage-div {
  color: #C30000;
}
.catalog-product-view .coin-detail-custom .mint-value {
  background: #003375;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.catalog-product-view .coin-detail-custom .mint-value strong {
  margin-right: 2px;
}
.catalog-product-view .coin-detail-custom .coin-image-buttons {
  display: flex;
  justify-content: center;
  padding-block: 10px 10px;
  gap: 10px;
}
.catalog-product-view .coin-detail-custom .coin-header-tag {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  border: none !important;
  position: relative;
  color: #323232;
  text-transform: uppercase;
  background-image: url('../images/button-bg.jpg') !important;
  background-size: 160%;
  background-position: center;
  flex: 1 1 auto;
  max-width: max-content;
}
.catalog-product-view .coin-detail-custom .coin-header-tag:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: #323232;
  border-radius: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.catalog-product-view .coin-detail-custom .product-item-image {
  justify-content: center;
  background: #D9D9D9;
  width: 100% !important;
  display: flex !important;
}
.catalog-product-view .coin-detail-custom .product-item-image .product div {
  justify-content: center;
}
.catalog-product-view .coin-detail-custom .product-item-image .product div img {
  width: unset !important;
  height: auto;
}
.catalog-product-view .coin-detail-custom .product-item-image .actions-secondary {
  display: none;
}
.catalog-product-view .coin-detail-custom .product-item-image .product-item-photo:before {
  display: none;
}
.catalog-product-view .coin-detail-custom .product-item-image .image-block {
  padding: 10px;
}
.catalog-product-view .coin-detail-custom .product-item-name {
  font-size: 24px;
  height: unset !important;
  line-height: 1.1;
  text-transform: uppercase;
}
.catalog-product-view .coin-detail-custom .product-item-name .product-item-link {
  font-weight: 700;
  color: #000;
  font-family: inter;
  display: inline-block;
}
.catalog-product-view .coin-detail-custom .coin-attributes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
.catalog-product-view .coin-detail-custom .coin-attributes strong {
  text-transform: capitalize;
  color: #202E75;
}
.catalog-product-view .coin-detail-custom .coin-attributes div {
  padding: 0 !important;
  font-size: 16px;
}
.catalog-product-view .coin-detail-custom .note-attributes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
.catalog-product-view .coin-detail-custom .note-attributes div {
  padding: 0 !important;
}
.catalog-product-view .coin-detail-custom .note-attributes strong {
  text-transform: capitalize;
  color: #202E75;
}
.catalog-product-view .coin-detail-custom .star-note-attributes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
.catalog-product-view .coin-detail-custom .star-note-attributes div {
  padding: 0 !important;
}
.catalog-product-view .coin-detail-custom .star-note-attributes strong {
  text-transform: capitalize;
  color: #202E75;
}
.catalog-product-view .coin-detail-custom .coin-price-table {
  border: 1px solid #BDBDBD;
  width: 100%;
  text-align: center;
  /* border-radius: 6px; */
  border-collapse: separate;
}
.catalog-product-view .coin-detail-custom .coin-price-table th {
  border-bottom: 1px solid #BDBDBD;
  padding: 7px;
  text-align: center;
  width: 50%;
  font-size: 15px;
  color: #202E75;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-right: 1px solid #BDBDBD;
}
.catalog-product-view .coin-detail-custom .coin-price-table td {
  border-right: 1px solid #BDBDBD;
  padding: 7px;
  text-align: center;
  width: 50%;
  font-size: 15px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.catalog-product-view .coin-detail-custom .coin-price-table td .price {
  color: #000000;
  font-weight: 600;
}
.catalog-product-view .coin-detail-custom .coin-price-table tr {
  display: table-row;
}
.catalog-product-view .coin-detail-custom .coin-price-table td:last-child,
.catalog-product-view .coin-detail-custom .coin-price-table th:last-child {
  border-right: 0;
}
.catalog-product-view .coin-detail-custom .coin-weight-metal {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #00000080;
}
.catalog-product-view .coin-detail-custom .coin-weight-metal .label-title {
  color: #000000B2;
}
.catalog-product-view .coin-detail-custom .coin-rarity {
  background: #20242E;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.1;
  display: inline-block;
  width: 100% !important;
}
.catalog-product-view .coin-detail-custom .coin-rarity .common {
  color: #00FF2F;
}
.catalog-product-view .coin-detail-custom .coin-rarity .extremely-rare {
  color: #66A5FF;
}
.catalog-product-view .coin-detail-custom .coin-rarity .scarce {
  color: #FFBF00;
}
.catalog-product-view .coin-detail-custom .coin-rarity .rare {
  color: #FF1A1E;
}
.toolbar-top .toolbar {
  background: transparent;
}
.more-varieties {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.more-varieties .var-title {
  font-size: 18px;
  font-weight: 500;
  min-width: 170px;
  width: 170px;
  padding-block: 6px;
}
.more-varieties .var-des ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.more-varieties .var-des ul li {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin: 0px;
  background: #00FF2F;
}
.more-varieties .var-des ul li:nth-child(1):not(.rare):not(.extremely):not(.scarce):not(.common):not(.extremely-rare) {
  background-color: #a0e89c;
}
.more-varieties .var-des ul li:nth-child(2):not(.rare):not(.extremely):not(.scarce):not(.common):not(.extremely-rare) {
  background-color: #ffe37f;
}
.more-varieties .var-des ul li:nth-child(3):not(.rare):not(.extremely):not(.scarce):not(.common):not(.extremely-rare) {
  background-color: #9bc9f7;
}
.more-varieties .var-des ul li:nth-child(4):not(.rare):not(.extremely):not(.scarce):not(.common):not(.extremely-rare) {
  background-color: #f89c9c;
}
.more-varieties .var-des ul li.rare {
  background-color: #FF5C5C;
}
.more-varieties .var-des ul li.extremely.rare,
.more-varieties .var-des ul li.extremely-rare {
  background-color: #C4A484;
}
.more-varieties .var-des ul li.scarce {
  background-color: #FFBF00;
}
.more-varieties .var-des ul li.common {
  background-color: #00FF2F;
}
@media only screen and (min-width: 912px) and (max-width: 1024px) {
  .coin-detail-custom .note-attributes,
  .star-note-attributes {
    padding: 3px 5px;
  }
  .coin-detail-custom .note-attributes div,
  .star-note-attributes div {
    padding: 5px;
  }
  .coin-detail-custom .coin-attributes div {
    padding: 0px;
  }
}
@media only screen and (min-width: 880px) {
  .custom-product-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 879px) {
  .custom-product-columns {
    display: grid;
  }
}
@media only screen and (max-width: 992px) {
  #page-title-heading {
    font-size: 200%;
  }
  .coin-detail-custom .product-item-name {
    font-size: 20px;
  }
  .coin-detail-custom .coin-attributes {
    font-size: 16px;
  }
  .coin-detail-custom .coin-attributes div {
    padding: 0px;
  }
  .coin-detail-custom .note-attributes {
    font-size: 16px;
    padding: 15px 5px;
  }
  .coin-detail-custom .note-attributes div {
    padding: 5px;
  }
  .coin-detail-custom .star-note-attributes {
    font-size: 16px;
    padding: 15px 5px;
  }
  .coin-detail-custom .star-note-attributes div {
    padding: 5px;
  }
  .coin-detail-custom .coin-rarity {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-column.attributes-outer {
    margin-top: 15px;
  }
  .more-varieties {
    flex-wrap: wrap;
  }
  .catalog-product-view .coin-detail-custom .coin-attributes {
    font-size: 13px;
  }
  .catalog-product-view .coin-detail-custom .coin-price-table tr,
  .catalog-product-view .coin-detail-custom .coin-price-table th,
  .catalog-product-view .coin-detail-custom .coin-price-table td {
    font-size: 14px;
  }
  .catalog-product-view .varieties-list {
    /* background: #F1F3F6; */
  }
  .catalog-product-view .varieties-list .known-varieties-section .known-varieties-title h2 {
    font-size: 14px;
  }
  .coin-detail-custom .coin-attributes {
    font-size: 14px;
    padding: 10px 5px;
    display: flex;
  }
  .coin-detail-custom .coin-attributes div {
    flex: 0 0 47% !important;
  }
  .coin-detail-custom .note-attributes {
    font-size: 14px;
    padding: 10px 5px;
  }
  .coin-detail-custom .star-note-attributes {
    font-size: 14px;
    padding: 10px 5px;
  }
  .coin-detail-custom .coin-rarity {
    font-size: 18px;
  }
  .historical-background-section {
    padding: 30px 15px 25px !important;
  }
  .historical-background-section .historical-heading {
    font-size: 20px !important;
    margin-top: 0px;
  }
  .historical-background-section .historical-heading span {
    padding: 5px 15px !important;
  }
  .product-item .item-inner {
    padding: 15px;
  }
  .coin-detail-custom .coin-header-tag {
    padding: 10px 15px;
    font-size: 15px;
  }
  .coin-detail-custom .product-item-name {
    font-size: 16px;
  }
  .coin-detail-custom .coin-attributes {
    gap: 10px;
  }
  .coin-detail-custom .note-attributes {
    gap: 10px;
  }
  .coin-detail-custom .star-note-attributes {
    gap: 10px;
  }
  .coin-detail-custom .coin-price-table tr,
  .coin-detail-custom .coin-price-table td,
  .coin-detail-custom .coin-price-table th {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .mint-value strong {
    margin-right: 4px;
  }
  body.catalog-product-view .page-main .column.main {
    /* background: #F1F3F6; */
    padding: 0 !important;
    /* border-radius: 12px; */
  }
  body.catalog-product-view .page-main .product.media {
    padding: 20px 15px 20px !important;
    background: #fff;
    /* border-radius: 12px 12px 0 0; */
  }
  body.catalog-product-view .page-main .product.media .fotorama__thumb-border {
    margin-top: 1px;
  }
  body.catalog-product-view .page-main .product-info-main {
    margin-bottom: 40px;
    background: #fff;
    /* border-radius: 0 0 12px 12px; */
    padding: 0 15px 20px !important;
  }
  body.catalog-product-view .page-main .varieties-list {
    /* background: #F1F3F6; */
  }
}
@media only screen and (max-width: 375px) {
  p#toolbar-amount {
    margin-right: 10px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) {
  .mint-value {
    margin-top: 10px;
  }
}
.page-layout-1column {
  /* .product.media,
    .product-info-main {
        width: 100% !important;
        padding: 0px;
    }

    .product-info-main {
        padding: 30px 15px 0px !important;
        margin-top: -25px;
    } */
}
.page-layout-1column .product.media .fotorama__thumb-border {
  /* margin-top: 1px; */
  border-radius: 0px !important;
}
.page-layout-1column .product.media .gallery-placeholder__image .fotorama__stage__frame .fotorama__img {
  top: 0 !important;
  transform: translate3d(-50%, 0, 0) !important;
  /* border-radius: 6px; */
}
/* .note-style-images-pdp-pdp {
    width: 100%;
} */
.product-info-main .page-title {
  font-family: inherit;
  color: #2f3b8f;
  text-align: left;
  text-transform: capitalize;
  font-weight: 800;
}
.historical-background-section {
  padding: 60px 25px 40px;
  text-align: center;
  background: #f4f4f4;
  margin-inline: -15px;
  margin-bottom: -20px;
  margin-top: 40px;
}
.historical-background-section .historical-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Georgia', serif;
  position: relative;
}
.historical-background-section .historical-heading span {
  background: #f4f4f4;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 8px 30px;
}
.historical-background-section .historical-heading:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.historical-background-section .historical-heading .historical-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}
.historical-enquiry-button .enquire-btn {
  background-color: #f4f4f4;
  color: 002f6c;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  font-size: 18px;
  border: 2px solid #001d4d;
  margin-top: 20px;
  min-width: 220px;
  color: #001d4d;
}
.historical-enquiry-button .enquire-btn img {
  padding-right: 15px;
}
.historical-enquiry-button .enquire-btn:hover {
  color: #000;
}
.product-info-main {
  background: #ffffff;
}
/* table.coin-price-table tr {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border: none !important;
} */
@media only screen and (min-width: 1024px) {
  .product-info-main .page-title {
    font-size: 24px !important;
  }
}
.custom-product-columns .carousel-container {
  min-width: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
.custom-product-columns .carousel-container .owl-prev {
  position: absolute;
  top: 40%;
  left: 20px;
  width: 25px;
  height: 25px;
  border-radius: 50px !important;
  border: 2px solid #fff !important;
}
.custom-product-columns .carousel-container .owl-next {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 50px !important;
  border: 2px solid #fff !important;
}
.custom-product-columns .carousel-container button span {
  color: #fff;
  font-size: 20px;
}
.coin-detail-custom .product-item-image .image-slider .notes.product-item-photo {
  grid-template-columns: unset;
}
@media only screen and (max-width: 767px) {
  #banner-slider-carousel {
    padding: 0;
  }
  #banner-slider-carousel .image-slider .notes.product-item-photo {
    padding: 0;
  }
  .custom-product-columns .carousel-container .owl-prev {
    left: 5px;
  }
  .custom-product-columns .carousel-container .owl-next {
    right: 5px;
  }
}
.sidebar .nav.items .nav {
  width: 100%;
  display: inline-block;
}
.wk-mp-fieldset .button {
  background-image: none;
  background: #333333;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  padding: 10px 20px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 30px !important;
}
.wk-mp-fieldset .button:hover,
.wk-mp-fieldset .button:active,
.wk-mp-fieldset .button:focus,
.wk-mp-fieldset .button:visited {
  background: #202e75 !important;
  color: #ffffff !important;
}
.actions-toolbar .primary .action,
.actions-toolbar .primary .ask-que-to-admin-style {
  background: #202e75;
  color: #ffffff;
  border-color: #202e75 !important;
  border-radius: 30px;
}
.actions-toolbar .primary .action:hover,
.actions-toolbar .primary .ask-que-to-admin-style:hover,
.actions-toolbar .primary .action:active,
.actions-toolbar .primary .ask-que-to-admin-style:active,
.actions-toolbar .primary .action:focus,
.actions-toolbar .primary .ask-que-to-admin-style:focus,
.actions-toolbar .primary .action:visited,
.actions-toolbar .primary .ask-que-to-admin-style:visited {
  background-color: #162262 !important;
  color: #ffffff !important;
}
.modals-wrapper .modal-footer button,
.modals-wrapper .modal-footer .action-gift {
  line-height: 40px;
  border-radius: 5px;
}
.modals-wrapper .modal-footer .cart.table-wrapper .actions-toolbar > .action {
  line-height: 40px;
  border-radius: 5px;
}
.products-grid.wishlist .product-image-wrapper {
  padding-bottom: 100% !important;
}
.products-grid.wishlist .product-image-wrapper .product-image-photo {
  position: absolute;
}
.products-grid.wishlist .box-tocart .fieldset {
  display: flex;
  align-items: self-end;
  margin-bottom: 0px;
}
.products-grid.wishlist .box-tocart .fieldset .product-item-actions {
  margin-top: 0px;
  margin-bottom: 10px;
}
.products-grid.wishlist .box-tocart .fieldset .product-item-actions .tocart {
  height: auto;
  line-height: 32px;
}
.wk-dashboard-container .product.data.items .item.title .switch {
  height: auto !important;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content {
  margin-top: 20px;
  margin-bottom: 0px;
  border: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a {
  padding: 7px 10px 10px;
}
.ask-que-to-admin-style {
  background: #202e75;
  color: #ffffff;
  border-color: #202e75 !important;
  padding: 8px 15px;
  border-radius: 30px;
}
.ask-que-to-admin-style:hover,
.ask-que-to-admin-style:active,
.ask-que-to-admin-style:focus,
.ask-que-to-admin-style:visited {
  background-color: #162262 !important;
  color: #ffffff !important;
}
.info.wk-mp-fieldset .field.profile .control {
  position: relative;
  overflow: hidden;
}
#country-pic ~ img {
  position: absolute;
  max-width: 30px;
  top: 11px;
  left: 8px;
}
#country-pic {
  padding-left: 46px;
}
.wk-mp-tr-amount-total-title .wk-mp-tr-amount-style,
.wk-mp-tr-remain-total .wk-mp-tr-amount-style {
  line-height: 48px;
}
.wk-mp-tr-payout-styl {
  line-height: 48px;
}
.wk-mp-tr-remain-btn .action-default {
  background: #202e75;
  color: #ffffff;
  border-color: #202e75 !important;
}
.wk-mp-tr-remain-btn .action-default:hover,
.wk-mp-tr-remain-btn .action-default:active,
.wk-mp-tr-remain-btn .action-default:focus {
  background-color: #162262 !important;
  color: #ffffff !important;
}
.admin__data-grid-outer-wrap .action-select-wrap .action-select {
  line-height: 36px;
}
.admin__data-grid-outer-wrap .action-secondary {
  line-height: 36px;
}
.wk-mp-design button,
.mark-as-read-container button {
  background-color: #202e75;
  color: #ffffff;
  border-color: #202e75 !important;
  border-radius: 30px !important;
}
.wk-mp-design button:hover,
.mark-as-read-container button:hover,
.wk-mp-design button:active,
.mark-as-read-container button:active,
.wk-mp-design button:focus,
.mark-as-read-container button:focus {
  background-color: #162262 !important;
  color: #ffffff !important;
}
.payment-option .payment-option-content .action {
  line-height: 40px;
}
.opc-wrapper #checkout-step-shipping .action {
  background-color: #202e75;
  color: #ffffff;
  border-color: #202e75 !important;
  border-radius: 30px !important;
  line-height: 34px;
}
.opc-wrapper #checkout-step-shipping .action:hover,
.opc-wrapper #checkout-step-shipping .action:active,
.opc-wrapper #checkout-step-shipping .action:focus {
  background-color: #162262 !important;
  color: #ffffff !important;
}
.mark-as-read-container button {
  line-height: 32px;
}
@media screen and (min-width: 1025px) {
  .wk-mp-collection-right .page-products .toolbar.toolbar-products:first-child {
    position: absolute;
    top: 0;
    width: auto;
    right: 0;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4) {
    clear: left;
  }
}
.wk-mp-header-container,
.product.info.detailed.wk-supplier-tabs,
.wk-mp-collection-container {
  width: 100%;
}
.wk-mp-collection-container {
  margin: auto !important;
  padding-top: 0px !important;
}
a.wk-mp-layout2-seller-title {
  line-height: 40px;
  margin: 10px auto;
  display: inline-block;
  width: 100%;
  font-size: 26px;
}
.wk-mp-left-seller-content .shop-info {
  gap: 10px;
}
.wk-mp-header-layout2 a.askque {
  background: #202e75 !important;
  border-radius: 30px;
}
.description-left-container {
  text-align: left;
}
.description-left-container .descrition-heading {
  font-size: 26px;
  line-height: 35px;
}
.description-left-container .wk-mp-description-order-count-container {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.description-left-container .wk-mp-description-order-count-container .wk-order-count {
  margin-bottom: 0px;
}
.description-left-container .wk-order-count .wk-mp--count-txt:before,
.description-left-container .wk-review-count .wk-mp--count-txt:before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 18px;
}
.wk-review-heading .wk-all-review {
  height: auto;
  border-radius: 30px !important;
  line-height: 30px;
  font-size: 14px;
}
.description-right-container {
  font-size: 14px;
}
.product.data.items .item.title .switch {
  height: auto !important;
}
.wk-seller-policy-left-container {
  margin-left: 0;
}
.wk-seller-policy-left-container .left-container-content {
  border-left: 0;
  padding-left: 0;
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}
.wk-seller-policy-left-container .left-container-content h3 {
  font-size: 20px;
  margin-bottom: 20px !important;
}
.policy-content-container {
  margin-bottom: 40px;
}
.policy-content-container h3.policy-heading {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.policy-content-container span.border-line {
  top: -3px;
}
.write-review {
  background-color: #202e75;
  color: #ffffff;
  border-radius: 30px;
}
.write-review:hover,
.write-review:active,
.write-review:focus,
.write-review:visited {
  background-color: #162262;
  color: #ffffff !important;
}
div .wk-btn-primary {
  background-color: #202e75;
  border-color: #162262;
  border-radius: 30px;
  font-size: 15px !important;
}
div .wk-btn-primary:hover,
div .wk-btn-primary:active,
div .wk-btn-primary:focus,
div .wk-btn-primary:visited {
  background-color: #162262;
  color: #ffffff;
}
.wk-mp-collection-left .filter-options .filter-options-title {
  font-size: 18px !important;
}
.marketplace-seller-profile .block-title.wk-mp-float-left {
  position: unset !important;
}
.marketplace-seller-profile .block-title.wk-mp-float-left h4 {
  color: #000;
}
.wk-mp-collection-right .products.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.wk-mp-collection-right .products.products-grid .product-items .product-item {
  width: 100%;
  max-width: 31.33%;
  padding: 5px;
  margin-bottom: 30px;
  margin-inline: 1%;
  border: 1px solid #ededed;
}
.wk-mp-collection-right .products.products-grid .product-items .product-item .product-image-wrapper {
  padding-bottom: 0 !important;
}
.wk-mp-collection-right .products.products-grid .product-items .product-item .product-item-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  margin-top: 10px;
}
.wk-mp-collection-right .products.products-grid .product-items .product-item .product-item-details .product-item-link {
  font-size: 17px;
  font-weight: 600;
}
.wk-mp-collection-view-btn a {
  background-color: #202e75;
  border-color: #162262;
  border-radius: 30px;
  font-size: 15px !important;
}
.wk-mp-collection-view-btn a:hover,
.wk-mp-collection-view-btn a:active,
.wk-mp-collection-view-btn a:focus,
.wk-mp-collection-view-btn a:visited {
  background-color: #162262;
  color: #ffffff;
}
.wk-seller-contact-right-container #tab-ask-form .form-list {
  width: 100%;
  padding-right: 0px;
}
.product.data.items .item.content {
  box-shadow: 0px 10px 20px #ededed;
}
.wk-mp-fieldset .page-title {
  font-size: 22px;
}
.wk-mp-fieldset .page-title-wrapper .wk-dash-orderstatus.order-view {
  padding-left: 0px;
}
.wk-mp-fieldset .page-title-wrapper .order-date {
  margin-top: 0px;
}
.wk-profile-links-container .btn-primary {
  border-radius: 30px;
  background-color: #202e75;
  line-height: 28px;
  border: none;
  opacity: 1;
}
.wk-profile-links-container .btn-primary:hover,
.wk-profile-links-container .btn-primary:active,
.wk-profile-links-container .btn-primary:focus,
.wk-profile-links-container .btn-primary:visited {
  background-color: #162262;
  color: #ffffff;
}
.product-create-configuration .product-create-configuration-action button {
  line-height: 30px;
}
#product_info_tabs_downloadable_items .action-default {
  color: #202e75 !important;
}
#product_info_tabs_downloadable_items .action-default:hover {
  color: #162262 !important;
}
.block-reviews-dashboard .block-content .item {
  margin-bottom: 15px;
}
#wishlist-view-form .product-items {
  display: flex;
  flex-wrap: wrap;
}
.block-wishlist-management .wishlist-select .wishlist-name:after,
.block-collapsible-nav .title:after {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media screen and (max-width: 780px) and (min-width: 767.9px) {
  .sidebar .block-collapsible-nav {
    position: relative !important;
    top: 0px !important;
    margin-bottom: 15px !important;
  }
  .sidebar .block-collapsible-nav .title {
    height: unset !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .products-grid.wishlist .product-item .product-item-photo {
    width: 100%;
    margin: auto auto 20px;
  }
  .products-grid.wishlist .product-item .product-item-name,
  .products-grid.wishlist .product-item .price-box {
    width: 100%;
    margin-left: auto !important;
  }
  .sidebar .block .block-title {
    font-size: 17px;
  }
  .sidebar .block .block-title strong {
    font-size: 100% !important;
  }
}
@media screen and (max-width: 1024.9px) {
  .wk-mp-collection-container {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .wishlist-index-index .products-grid .product-item {
    width: 50% !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info {
    display: inline-block;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-image-container {
    max-width: 100% !important;
  }
  form#wishlist-view-form .actions-toolbar .primary {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  form#wishlist-view-form .actions-toolbar .primary .action {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .wk-mp-collection-right .products.products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .wk-mp-collection-right .products.products-grid .product-items .product-item {
    max-width: 48%;
    margin-bottom: 20px;
  }
  .description-tab-content,
  .wk-seller-policy-contaainer {
    flex-direction: column;
  }
  .wk-seller-contact-right-container {
    margin-left: auto;
  }
  .wk-seller-contact-right-container #tab-ask-form .form-list {
    padding-left: 0px;
  }
  .wk-seller-policy-left-container {
    display: none;
  }
  .product.info.detailed.wk-supplier-tabs,
  .wk-mp-collection-container,
  .description-left-container {
    width: 100%;
  }
  .description-right-container {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .wk-mp-collection-view-btn {
    margin-top: 0px;
  }
  .wk-mp-header-container-right {
    margin-top: 15px;
  }
  .admin__data-grid-header-row {
    display: flex;
    align-items: center;
  }
  .admin__data-grid-header-row .admin__action-dropdown {
    font-size: 12px;
    padding-left: 5px;
  }
  .admin__data-grid-header-row .admin__data-grid-actions-wrap {
    margin-left: 0px;
    display: flex;
  }
  .admin__data-grid-header-row .row {
    margin: auto;
  }
  .admin__data-grid-header-row div.admin__data-grid-filters-wrap {
    position: absolute;
  }
  .page-title {
    font-size: 200%;
  }
  .sidebar .block {
    position: unset !important;
  }
  .sidebar .block-collapsible-nav .title {
    width: 100%;
    height: auto;
  }
  .action-previous,
  .action-next {
    width: 2.5rem;
  }
}
.form-create-account .fieldset.additional_info {
  display: inline-block;
}
.captcha-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.captcha-image .captcha-reload {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  font-size: 20px;
}
.captcha-image .captcha-img {
  max-height: 60px;
}
.wk-category .wk-cat-container input[type="checkbox"].wk-elements {
  left: 5px;
}
.tox .tox-tbtn:hover {
  background: #DEE0E2 !important;
}
.customer-review.view .product-image-wrapper {
  padding-bottom: 0 !important;
}
#product-comparison .product-item-actions .added-towishlist {
  display: flex;
  gap: 12px;
  align-content: center;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
  border-radius: 50px;
  background: transparent !important;
  color: #f55 !important;
  font-size: 17px;
}
#product-comparison .product-item-actions .added-towishlist span {
  font-size: 0;
  display: none;
}
.wk-mp-menu ul .nav {
  display: inline-block;
  width: 100%;
}
.wk-dashboard-container .wk-order-product-count {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px !important;
  padding: 0px !important;
}
.profileimage-set img {
  max-height: 220px;
  width: auto !important;
}
.logoimage-set .prev-img {
  width: auto !important;
  max-height: 120px;
}
.wk-mp-page-header.wk-mp-row .wk-mp-home a {
  padding-top: 21px;
}
.wk-mp-page-header.wk-mp-row .wk-mp-notification .wk-mp__action-dropdown {
  padding-top: 23px;
}
.wk-mp-page-header.wk-mp-row .wk-mp-notification-count {
  width: 24px;
  height: 24px;
  padding: 0px;
  box-sizing: border-box;
  border-radius: 50px;
  line-height: 24px;
  font-weight: 500;
}
.modal-inner-wrap .modal-content {
  box-sizing: border-box;
}
.wk-mp-columns .data-grid td .action-select:after {
  top: 30%;
}
.page-print .logo {
  max-width: 1170px;
  margin: auto auto 25px;
  display: block;
  padding-inline: 15px;
}
.order-items .open-product-review {
  background: #202e75;
  display: inline-block;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.order-items .open-product-review:hover {
  background: #121c4c;
}
.account .modal-inner-wrap {
  max-width: 720px;
}
.sidebar .mpshipping.nav.item .items {
  left: 100%;
  margin-left: 0;
  top: 100%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.sidebar .mpshipping.nav.item:hover .items {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sidebar .mpshipping.nav > a:after {
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  float: right;
  vertical-align: middle;
}
@media only screen and (max-width: 767.8px) {
  .sidebar .mpshipping.nav.item .items {
    position: relative;
    left: 0;
    border: none;
    padding-left: 20px;
    display: none;
  }
  .sidebar .mpshipping.nav.item:hover .items {
    display: block;
  }
}
.action.added-towishlist span {
  display: none;
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .action.tocompare span {
  display: none;
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .action.tocompare:after {
  display: block;
  content: '\f021';
  font-family: 'FontAwesome';
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: flex;
  gap: 10px;
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .action {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  display: inline-block;
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:hover {
  background: #202E75;
  color: #fff;
}
.marketplace-seller-profile .page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:hover:before {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .wk-mp-collection-right .products.products-grid .product-items .product-item {
    max-width: 48%;
  }
  .wk-mp-header-container-right {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .wk-mp-collection-right .products.products-grid .product-items .product-item {
    max-width: 100%;
  }
  .product.info.detailed.wk-supplier-tabs {
    width: 100%;
  }
  .wk-mp-header-layout2 .wk-mp-header-container {
    width: 100%;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-bottom: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
  line-height: 20px;
}
.dropdown-container {
  margin-bottom: 15px;
}
.hot-categories .list-categories {
  display: flex;
  flex-wrap: wrap;
}
.hot-categories .list-categories h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-style-12 .banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-style-12 .slider-content .owl-controls .owl-nav div {
  color: #202E75;
}
.home-style-12 .slider-content .owl-controls .owl-nav div:hover {
  color: #fff;
}
.inner-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
  align-items: flex-start;
  padding: 40px;
  color: #202E75;
  border-radius: 0px 50px 0px 0px;
  border-right: 5px solid #EBBA1B;
  max-width: 620px;
}
.grid-product-type.slider-products .product-item {
  padding: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.slider-content .grid-product-type .product-item {
  padding: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.page-header .header-12 .header-middle {
  padding: 20px 0 !important;
}
.hero-section {
  margin-top: 0px;
}
.hero-section .top-sidebar {
  display: flex;
  height: 100%;
  justify-content: center;
}
.hero-section .top-sidebar img {
  height: 100%;
  object-fit: cover;
}
.hero-section .owl-nav {
  height: 0;
  padding: 0;
  margin: 0;
}
.hero-section .item-content > p {
  margin: 0px !important;
}
.brand-container .owl-dot span {
  display: none !important;
}
.banner-ones img {
  width: 100%;
}
.banner-group-three .image-protect-wrapper {
  aspect-ratio: 1.42857143;
}
.banner-group-three .image-protect-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selector-header {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .selector-header {
    margin-bottom: 15px;
  }
}
.selector-header .chosen-drop div {
  display: flex;
  justify-content: center;
}
.selector-header .chosen-drop label {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  padding: 10px 30px;
  border-bottom: 2px solid #E7E7E7;
  cursor: pointer;
  margin-right: -4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .selector-header .chosen-drop label {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 25px 10px;
  }
}
.selector-header .chosen-drop label:hover,
.selector-header .chosen-drop label.active {
  border-color: #002AFF;
}
.selector-header .chosen-drop label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  inset: 0;
}
.selector-header .chosen-drop input[type="radio"]:checked ~ span {
  border-color: #002AFF;
}
.master-data-group-left {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.master-data-group-left .master-data-attr-inner {
  flex: 1 1 auto;
  min-width: 140px;
  max-width: 160px;
}
.master-data-group-left .master-data-attr-inner:empty {
  display: none;
}
.master-data-group-left .master-data-attr-inner select {
  font-weight: 600;
}
.master-data-group-left .chosen-container {
  width: 100% !important;
}
.master-data-attr-inner .btn-search {
  padding: 8px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #202e75;
  margin-block: 20px 10px;
  border-radius: 8px;
  min-width: 90px;
  height: 40px;
  line-height: 23px;
}
@media only screen and (max-width: 768px) {
  .master-data-attr-inner .btn-search {
    padding: 6px 30px;
    font-weight: 500;
  }
}
.master-data-attr-inner .btn-search:before {
  display: inline-block;
  content: '\f002';
  font-family: FontAwesome;
  margin-right: 12px;
  font-weight: 400;
}
.currency-finder {
  margin-block: 0px 20px;
}
.master-data-group-right {
  text-align: center;
}
.banner-group-three {
  padding-block: 40px 60px;
}
.banner-group-three .list-banner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.banner-group-three .list-banner .item {
  flex: 0 0 30%;
}
.home-style-12 .title-container {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  margin-inline: auto;
  width: 100%;
}
.home-style-12 .title-home {
  text-transform: capitalize !important;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  color: #000;
}
.home-style-12 .slider-home-content {
  margin-bottom: 30px;
  padding-inline: 0px !important;
}
@media only screen and (min-width: 768px) {
  .home-style-12 .slider-home-content #banner-slider-carousel {
    min-height: 370px;
  }
}
.sub-title {
  margin-top: 0;
  color: #00000099;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .hero-section .col-md-9 {
    padding-right: 7px;
  }
  .hero-section .col-md-3 {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 1300px) {
  .inner-hero-content {
    padding: 10px 10px 30px;
  }
  .page-header .header-12 .header-menu .navigation ul li {
    margin-right: 7px;
  }
  .page-header .header-12 .header-menu .navigation ul li a {
    padding: 0px 7px;
    font-size: 14px;
  }
  .page-header .header-12 .header-menu .navigation ul li:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .master-data-group-left .master-data-attr-inner {
    max-width: 100%;
  }
  .sub-title {
    font-size: 16px;
  }
  div .header-12 .search-header-container {
    bottom: -68px;
    position: unset !important;
  }
  .slider-home-content {
    margin-bottom: 20px !important;
  }
  .slider-home-content .item a img {
    min-height: 220px;
    object-fit: cover;
  }
  .slider-home-content .inner-hero-content {
    padding: 20px;
  }
  .slider-home-content .inner-hero-content p {
    display: none;
  }
  .slider-home-content .inner-hero-content h2 {
    margin-top: 0px;
  }
  .slider-home-content .owl-controls .owl-dots {
    bottom: 5px !important;
  }
  .slider-home-content .btn-banner {
    padding: 6px 14px;
    font-size: 14px;
  }
  div .home-style-12 .list-categories .item:last-child {
    margin-bottom: 10px;
  }
  div .home-style-12 .slider-content {
    padding: 10px 5px 5px !important;
  }
  div .home-style-12 .slider-content .owl-controls .owl-nav div {
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
  div .home-style-12 .slider-content .owl-controls .owl-nav div:before {
    line-height: 24px;
    font-size: 20px;
  }
  .grid-hot-products {
    padding: 30px 0 10px !important;
  }
  .filter-products .grid-product-type .product-item {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .currency-finder {
    margin-block: 0px 10px;
  }
  .master-data-group-left {
    gap: 15px;
  }
  .banner-group-three {
    padding-block: 20px 30px;
  }
  .banner-group-three .list-banner {
    display: flex;
    gap: 10px;
  }
  .banner-group-three .list-banner .item {
    flex: 0 0 48%;
  }
  .mp-banner-slider .owl-nav button span {
    top: 40% !important;
  }
  .hero-section.slider-home-content {
    margin-bottom: 20px !important;
    padding: 0px;
  }
  .hero-section.slider-home-content .banner-content h2 {
    font-size: 18px;
  }
  .hero-section.slider-home-content .banner-item.banner-slider img {
    object-fit: cover;
  }
  .hero-section .top-sidebar {
    margin-top: 10px;
  }
  .hero-section .top-sidebar img {
    height: auto;
  }
  .page-header .header-12 .navigation-mobile-container .btn-mobile .button-mobile {
    background-color: transparent !important;
    padding-left: 0px !important;
  }
  a#sm-totop {
    right: 10px;
    bottom: 10px;
  }
  .home-style-12 .hot-categories .list-categories {
    margin-inline: -5px !important;
  }
  .home-style-12 .hot-categories .list-categories .item {
    max-width: 50%;
    padding-inline: 5px !important;
    margin-bottom: 15px !important;
  }
  .home-style-12 .banner-group-two .list-banner .item {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .home-style-12 .title-home {
    font-size: 20px !important;
  }
  .home-style-12 .hot-categories .list-categories .item .cat-inner {
    padding: 5px;
  }
  .home-style-12 .hot-categories .list-categories .item .cat-inner .image-cat {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
  }
  .home-style-12 .hot-categories .list-categories .item .cat-inner .info-cat h2 {
    font-size: 105% !important;
    font-weight: 600;
  }
  .home-style-12 .block-code {
    font-size: 120% !important;
  }
  .home-style-12 .page-footer .footer-12 .newsletter-info-footer .title-footer {
    font-size: 120% !important;
  }
  .home-style-12 .slider-content {
    padding: 15px 0px 0px !important;
  }
  .home-style-12 .banner-one,
  .home-style-12 .brand-container,
  .home-style-12 .slider-latest-post {
    margin-bottom: 30px !important;
  }
  .home-style-12 .slider-latest-post {
    padding: 30px 0px !important;
  }
}
.slider-home .item {
  position: relative;
}
.banner-content {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #fff;
  width: 100%;
  height: 100%;
}
.banner-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.banner-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-banner {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
}
.btn-banner:hover {
  background-color: #444;
}
.captcha-outer #captcha-container-contact_us {
  display: block;
}
.link-wishlist {
  display: inline-block;
  vertical-align: middle;
}
.action.added-towishlist {
  background: #ff5555 !important;
  pointer-events: none !important;
  color: #fff !important;
}
.action.added-towishlist:before {
  display: block !important;
  content: '\f004';
  font-family: FontAwesome;
}
.header.links .customer-welcome .welcome span:after {
  display: inline-block;
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-size: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.header.links .customer-welcome {
  cursor: pointer;
  position: relative;
}
.header.links .customer-welcome:hover .welcome span:after {
  transform: rotate(180deg);
}
.chosen-container .chosen-drop {
  position: relative;
}
.chosen-container .chosen-drop .clear-block {
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: 9;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #dddddd;
}
.chosen-container .chosen-drop .clear-block span {
  display: none;
}
.chosen-container .chosen-drop .clear-block:after {
  display: block;
  content: '+';
  color: red;
  rotate: 45deg;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
}
.cms-index-index .page-footer {
  margin-top: 0;
}
.cms-index-index .banner-slider .item-image {
  margin-bottom: -6px;
}
.cart-header-container .header.links > li.customer-welcome:hover .customer-menu {
  display: block;
}
.cart-header-container .header.links > li.customer-welcome .customer-menu {
  display: none;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  left: unset;
  right: 0px;
  z-index: 60;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}
.cart-header-container .header.links .register::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url('../images/user-register.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
  right: 3px;
}
.cart-header-container .header.links .authorization-link a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url('../images/login-logout.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
  right: 3px;
}
.cart-header-container .header.links li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.master-data-curreny-finder .show-coming-soon p {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  color: #000;
  background: #f5f200;
  padding: 20px;
}
.master-data-curreny-finder .show-filter {
  min-height: 140px;
}
.form-create-account .fieldset.additional_info {
  width: 49%;
}
.form-create-account .checkout-agreements-block .checkout-agreement.field {
  flex-wrap: wrap;
}
.form-create-account .checkout-agreements-block .checkout-agreement.field .label {
  width: 95%;
}
#login-form .actions-toolbar div {
  padding: 0px;
}
#login-form .actions-toolbar .action {
  padding: 0px 20px;
  line-height: 40px;
}
.block-new-customer .actions-toolbar .action {
  line-height: 40px;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar {
  float: left;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action {
  line-height: 36px;
  padding-inline: 20px;
  margin-top: auto;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #162262;
  font-weight: 600;
}
#shopping-cart-table .product-image-photo {
  max-width: 100%;
}
.table-checkout-shipping-method .row {
  margin-inline: auto;
}
#shipping .step-title {
  margin-bottom: 10px;
  line-height: 30px;
}
.page-footer {
  margin-top: 10px;
}
.page-footer .footer-logo {
  max-width: 240px;
}
.page-footer .footer-12 .footer-middle {
  padding: 25px 0;
}
.page-footer .footer-12 .footer-bottom .payment-coppyright-content {
  text-align: center;
  width: 100%;
  padding: 14px;
}
.page-footer .footer-12 .socials-block ul li a {
  background: transparent;
}
.page-footer .footer-12 .socials-block ul li a:before {
  display: none;
}
.page-footer .footer-12 .socials-block ul li em {
  font-size: 24px;
}
.page-footer .footer-12 .service-footer-container .block-title {
  display: none;
}
.page-footer .footer-12 .service-footer-container .contact .field {
  margin-bottom: 10px;
}
.page-footer .footer-12 .service-footer-container .contact .field input,
.page-footer .footer-12 .service-footer-container .contact .field textarea {
  border-radius: 0px !important;
  border-color: #545454;
}
.page-footer .footer-12 .service-footer-container .contact .field input::placeholder,
.page-footer .footer-12 .service-footer-container .contact .field textarea::placeholder {
  color: #777777;
}
.page-footer .footer-12 .service-footer-container .contact .fieldset {
  margin-bottom: 10px;
}
.page-footer .footer-12 .service-footer-container .contact .actions-toolbar .primary .action {
  border-radius: 2px;
}
.page-footer .footer-12 .contact-footer-container {
  padding-bottom: 0%;
  background: transparent;
}
.page-footer .footer-12 .contact-footer-container:before {
  display: none !important;
}
.page-footer .footer-12 .newsletter-info-footer {
  font-size: 16px;
  line-height: 28px;
}
.page-footer .footer-12 .newsletter-info-footer .title-footer {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.page-footer .footer-12 .footer-top {
  padding-top: 20px;
}
.page-footer .footer-12 .footer-top .title-footer {
  color: #8DBFFF;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  padding-bottom: 0px;
  margin-top: 2rem;
}
.page-footer .footer-12 .footer-top .title-footer:before {
  display: none;
}
.page-footer .footer-12 .footer-newsletter {
  display: flex;
  justify-self: flex-end;
  height: 100%;
  align-items: center;
  max-width: 470px;
  width: 100%;
}
.page-footer .footer-12 .footer-newsletter .block-newsletter form {
  position: relative;
}
.page-footer .footer-12 .footer-newsletter .block-newsletter form .actions {
  position: absolute;
  right: -1px;
}
.page-footer .footer-12 .footer-newsletter .block-newsletter form .actions button {
  background: transparent;
  font-size: 20px;
  color: #00000066;
}
.page-footer .footer-12 .footer-newsletter .block-newsletter form .actions button:after {
  display: block;
  content: '\f1d9 ';
  font-family: 'FontAwesome';
}
.page-footer .footer-12 .footer-newsletter .block-newsletter form .actions button span {
  display: none;
}
.page-footer .footer-12 .footer-newsletter .block-newsletter form .control #newsletter {
  font-style: italic;
}
.page-footer .footer-12 .block-footer {
  font-family: 'Lexend';
}
@media screen and (max-width: 767.5px) {
  .ft-block.contact-footer-container {
    background: transparent !important;
  }
  .page-footer .footer-12 .contact-footer-container:before {
    display: none !important;
  }
  .page-footer .footer-12 .contact-footer-container .block-footer-contact {
    margin-bottom: 10px !important;
  }
  .page-footer .footer-12 .ft-block {
    padding: 10px 0px !important;
    margin-right: 0px !important;
  }
  .page-footer .footer-12 .footer-top {
    padding-block: 30px;
  }
  .page-footer .footer-12 .footer-top .title-footer {
    margin-block: 0px !important;
    padding-block: 10px;
    font-size: 16px;
  }
  .page-footer .footer-12 .footer-top .title-footer:after {
    display: inline-block;
    content: '\f067';
    float: right;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 2px;
  }
  .page-footer .footer-12 .footer-top .content {
    margin-top: 10px;
  }
  .page-footer .footer-12 .footer-top .block-footer.active .title-footer:after {
    content: '\f068';
  }
  .page-footer .footer-12 .block-widget-contact-form {
    margin-bottom: 0;
  }
  .page-footer .footer-12 .newsletter-info-footer .title-footer {
    font-size: 16px !important;
  }
  .page-footer .footer-12 .newsletter-info-footer p {
    font-size: 13px;
    line-height: 18px;
  }
}
div .custom-cta {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .footer-newsletters {
    text-align: right;
  }
}
.filter-options .filter-options-item {
  cursor: pointer;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin-bottom: 7px;
}
.filter-options .filter-options-item .filter-options-title {
  margin: 0px;
  position: relative;
  padding: 10px 15px 10px 7px;
  font-size: 17px !important;
}
.filter-options .filter-options-item .filter-options-title:after {
  display: block;
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
  opacity: 0.9;
}
.filter-options .filter-options-item .filter-options-title[aria-expanded="true"]:after {
  content: '\f068';
}
.filter-options .filter-options-item .filter-options-content {
  margin-bottom: 5px !important;
  margin-left: 5px;
  border: none !important;
  padding: 0px !important;
  scrollbar-width: thin;
}
.filter-options .filter-options-item .filter-options-content .items .item a {
  padding-left: 5px !important;
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 767.5px) {
  .sidebar .block.filter .block-title {
    display: block;
    background: #f8f8f8;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
  }
  .sidebar .block.filter .block-title:after {
    display: inline-block;
    content: "\f0b0 ";
    font-family: 'FontAwesome';
    float: right;
  }
  .sidebar .block.filter .block-content {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: 80vw;
    padding: 20px;
    bottom: 0;
    border-radius: 0px;
    box-shadow: 4px 0px 30px #000000a6;
    left: -150%;
    transition: all 0.5s;
    overflow: scroll;
  }
  .sidebar .block.filter .siderbar-outer {
    overflow-x: auto;
    max-height: 82vh;
  }
  .filter-open {
    overflow: hidden;
  }
  .filter-open .sidebar .block.filter .block-content {
    left: 0;
  }
  .close-filter-fixed {
    margin-bottom: 20px;
    position: relative;
  }
  .close-filter-fixed:after {
    display: inline-block;
    content: '\f00d';
    font-family: FontAwesome;
    float: right;
  }
  .filter-open:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000099;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  }
}
.cms-about-us .breadcrumbs {
  display: none;
}
.cms-about-us .page-main {
  padding: 0;
}
.cms-about-us .page-footer {
  margin-top: -7px;
}
.cms-about-us .about-us-content {
  padding: 0 15px;
}
.cms-about-us .about-us-content .section-title h1 {
  color: #003375;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cms-about-us .about-us-content p {
  color: #000;
  font-size: 15pt;
  line-height: 25px;
}
.cms-about-us .about-us-content .quote-content p {
  font-family: "Century Gothic", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
}
.cms-about-us .about-us-content .quote-content .quote-icon {
  color: #6D8AAF;
  font-family: "Arial Black", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 142.5pt;
}
.cms-about-us .about-us-content .quote-content {
  margin-top: 50px;
}
.cms-about-us .about-us-left-section {
  background: #dcdcdc;
  padding: 20px;
}
.cms-about-us .about-us-left-section .sidebar {
  margin-bottom: 0;
}
.cms-about-us .about-us-left-section .sidebar .tab-link {
  display: block;
  padding: 18px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
  background: #eeeeee;
  color: #4a5568;
}
.cms-about-us .about-us-left-section .sidebar .tab-link:first-child {
  margin-bottom: 12px;
}
.cms-about-us .about-us-left-section .sidebar .tab-link:hover {
  background: #c7c7c7;
  color: #ffffff;
}
.cms-about-us .about-us-left-section .sidebar .tab-link.active {
  background: #b3b3b3;
  color: #fff;
}
.cms-about-us #expert-panel h3 {
  color: #003375;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cms-trusted-youtube-channels .breadcrumbs {
  display: none;
}
.cms-trusted-youtube-channels .page-main {
  padding: 0;
}
.cms-trusted-youtube-channels .page-footer {
  margin-top: -7px;
}
.cms-trusted-youtube-channels .middle-section {
  margin: 40px 0;
}
.cms-trusted-youtube-channels .middle-section h1 {
  color: #003375;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.cms-trusted-youtube-channels .middle-section p {
  color: #000;
  font-size: 22pt;
  line-height: 40px;
  text-align: center;
}
.cms-trusted-youtube-channels .youtube-link-section {
  margin-bottom: 50px;
}
.cms-trusted-youtube-channels .youtube-link-section img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.cms-trusted-youtube-channels .youtube-link-section p {
  flex-direction: column;
  color: #003375;
  font-size: 25px;
  font-weight: bold;
}
.cms-trusted-youtube-channels .youtube-link-section p a {
  color: #000;
}
.cms-trusted-youtube-channels .youtube-link-section .row div:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.form-create-account .checkout-agreements.fieldset > .field::before {
  display: none;
}
.form-create-account .checkout-agreements-block .action-show {
  vertical-align: bottom;
  color: #000000;
}
/* latin */
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lusitana/v14/CSR84z9ShvucWzsMKyhdTOI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lusitana/v14/CSR74z9ShvucWzsMKyDmafctaNY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v9KQU4Wc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v9aQU4Wc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LLPtLp_A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* math */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LXftLp_A.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LT_tLp_A.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LLvtLp_A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* math */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Popup Styles */
@keyframes "fadeIn" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes "zoomIn" {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.varieties-list {
  width: 100%;
  display: grid;
  padding-top: 40px;
  border-top: 13px solid #ddd;
  /* background: #F1F3F6; */
}
.varieties-list .known-varieties-section {
  background: #EAEAEA;
  /* border: 1px solid rgba(32, 46, 117, 0.5); */
  padding: 24px;
  /* border-radius: 6px 6px 16px 16px; */
  margin: 0;
}
.varieties-list .known-varieties-title {
  margin-bottom: 15px;
  width: fit-content;
}
.varieties-list .known-varieties-title h2 {
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  background: #05166B;
  cursor: pointer;
  margin: 0;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.varieties-list .known-varieties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(537px, 0fr));
  gap: 16px;
}
.varieties-list .known-variety-card {
  background: #FFFFFF;
  /* border-radius: 6px; */
  overflow: hidden;
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); */
  padding: 15px;
}
.varieties-list .known-card-header {
  background: #202E75;
  color: #FFFFFF;
  padding: 11px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.varieties-list .known-coins-container {
  display: flex;
  gap: 6px;
  padding: 6px;
  background: #ddd;
}
.varieties-list .known-coin-image {
  border-radius: 8px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 50%;
}
.varieties-list .known-coin-image:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.varieties-list .known-coin-placeholder {
  border-radius: 8px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 50%;
}
.varieties-list .known-description {
  padding: 20px 0;
  text-align: left;
  color: #000000;
  line-height: 1.6;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.varieties-list .known-table-container {
  padding: 0 0px 20px 0px;
  background: #fff;
}
.varieties-list .known-table {
  width: 100%;
  border-collapse: collapse;
  background: #f8f8f8;
  table-layout: fixed;
}
.varieties-list .known-table th {
  background: #FFF;
  color: #202e75;
  padding: 8px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #cacaca;
  width: 50%;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.varieties-list .known-table td {
  background: #FFF;
  color: #000000;
  padding: 8px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #cacaca;
  width: 50%;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.varieties-list .known-rarity-bar {
  background: #20242E;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.1;
  display: inline-block;
  width: 100% !important;
}
.varieties-list .known-rarity-bar .rare {
  color: #FF5C5C;
}
.varieties-list .known-rarity-bar .extremely.rare,
.varieties-list .known-rarity-bar .extremely-rare {
  color: #C4A484;
}
.varieties-list .known-rarity-bar .scarce {
  color: #FFBF00;
}
.varieties-list .known-rarity-bar .common {
  color: #00FF2F;
}
.varieties-list .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}
.varieties-list .popup-overlay.active {
  display: flex;
}
.varieties-list .popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomIn 0.3s ease;
}
.varieties-list .popup-image {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #888;
  padding-top: 60px;
  width: 150%;
  text-align: center;
}
.varieties-list .popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  background: none;
  border: none;
  padding: 0;
  transition: transform 0.3s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.varieties-list .popup-close:hover {
  transform: scale(1.2);
}
.varieties-list .popup-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  font-size: 40px;
  padding: 20px 25px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.varieties-list .popup-nav:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.1);
}
.varieties-list .popup-prev {
  left: 30px;
}
.varieties-list .popup-next {
  right: 30px;
}
.varieties-list .popup-caption {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px;
  border-radius: 20px;
}
.varieties-list .image-counter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}
.varieties-list .known-coin-image img {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .varieties-list {
    /* background: #F1F3F6; */
    /* .known-coins-container {
			flex-wrap: wrap;
		} */
  }
  .varieties-list .known-varieties-grid {
    grid-template-columns: 1fr;
  }
  .varieties-list .popup-nav {
    font-size: 30px;
    padding: 15px 20px;
  }
  .varieties-list .popup-prev {
    left: 10px;
  }
  .varieties-list .popup-next {
    right: 10px;
  }
  .varieties-list .popup-close {
    font-size: 40px;
    right: 15px;
    top: 15px;
  }
  .varieties-list .popup-image {
    width: 300px;
    height: 300px;
  }
  .varieties-list .known-coin-image {
    width: 100%;
  }
  .varieties-list .known-varieties-section {
    padding: 20px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .ask-que-to-admin-style {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1rem 0;
  }
  .marketplace-account-dashboard .column.main {
    position: relative;
  }
  .wk-dashboard-container .product.data.items > .item.content {
    margin-top: 60px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .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 20px;
  }
  .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 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
