/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?6urpoe');
  src: url('../fonts/icomoon.eot?6urpoe#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?6urpoe') format('truetype'), url('../fonts/icomoon.woff?6urpoe') format('woff'), url('../fonts/icomoon.svg?6urpoe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-padlock:before {
  content: "\e902";
}
.icon-shopping-bag:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-google-plus:before {
  content: "\e90a";
}
.icon-linkedin2:before {
  content: "\e90b";
}
.icon-pinterest:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
h1,
h2,
h3 {
  font-family: 'Gotham', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
li {
  color: #474747;
  line-height: 1.2;
}
textarea,
select {
  box-shadow: none !important;
}
p {
  font-size: 18px;
  font-family: 'Sen', sans-serif;
  color: #616161;
  line-height: 1.8;
  font-weight: 400;
}
a {
  font-size: 16px;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
  color: #666666;
  text-decoration: none !important;
  transition: .5s;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #9c9c9c;
  transition: .5s;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="text"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="text"]:hover::-webkit-inner-spin-button,
input[type="email"]:hover::-webkit-inner-spin-button,
input[type="password"]:hover::-webkit-inner-spin-button,
input[type="text"]:hover::-webkit-outer-spin-button,
input[type="email"]:hover::-webkit-outer-spin-button,
input[type="password"]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
input[type="text"].large,
input[type="email"].large,
input[type="password"].large {
  height: 50px;
}
input[type="text"].small,
input[type="email"].small,
input[type="password"].small {
  height: 34px;
}
input[type="text"].curve,
input[type="email"].curve,
input[type="password"].curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #000000;
}
input[type="text"].mage-error,
input[type="email"].mage-error,
input[type="password"].mage-error {
  border-color: #e02b27;
  color: #e02b27;
}
input[type="text"].mage-error::placeholder,
input[type="email"].mage-error::placeholder,
input[type="password"].mage-error::placeholder {
  color: #e02b27;
}
input[type="text"].mage-error:focus,
input[type="email"].mage-error:focus,
input[type="password"].mage-error:focus {
  outline: none !important;
  border-color: #e02b27;
  color: #e02b27;
}
input[type="text"].mage-error:focus::placeholder,
input[type="email"].mage-error:focus::placeholder,
input[type="password"].mage-error:focus::placeholder {
  color: #e02b27;
}
::selection {
  background: #9c9c9c;
  color: #000;
}
::-moz-selection {
  background: #9c9c9c;
  color: #000;
}
.btnone {
  background: #9c9c9c;
}
.btnone span {
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}
.btn {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.btn:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.btn:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.btn:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.btn.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.btn.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.btn.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.btn.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.btn.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.btn.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.btn.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.btn.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.btn.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.btn.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.btn.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.btn.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.btn.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.btn.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.btn.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.btn.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.btn.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.breadcrumbs {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 15px 20px;
  margin: 0;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
  color: #9f9f9f;
  font-size: 32px;
}
.breadcrumbs .item {
  font-size: 15px;
  color: #9f9f9f;
}
.breadcrumbs .item a {
  color: #000000;
}
.category-banner .category-image {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .category-banner .category-image {
    min-height: 150px;
  }
}
.category-banner .category-image img {
  width: auto;
}
.amshopby-option-link .link-short-description {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 0 0 15px;
}
.ambrand-index-index .category-banner .category-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .ambrand-index-index .category-banner .category-image {
    height: 150px;
  }
}
.ambrand-index-index .category-banner .category-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: #000000;
  color: #fff;
  height: 25px;
  width: 25px;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 10px;
}
.link {
  color: #000000;
}
.link:hover {
  color: #9c9c9c;
}
.link:hover .span {
  color: #9c9c9c;
}
.link:hover:before {
  color: #9c9c9c;
}
.page-header .action.compare {
  font-size: 0;
}
.page-header .action.compare:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #c4c4c4;
  font-size: 18px;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1;
  margin-left: 20px;
}
.page-header .action.compare:hover:before {
  color: #9c9c9c;
}
.page-header .item.link.compare {
  line-height: 0;
}
.amquote-addto-button {
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  margin-left: 2px;
}
@media screen and (max-width: 991px) {
  .amquote-addto-button {
    margin-left: 0;
    width: 100%;
  }
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}
.catalog-category-view.page-layout-1column .home-categories,
.page-with-filter .home-categories {
  margin: 0 15px;
  display: none;
}
.catalog-category-view.page-layout-1column .category-recently-viewed,
.page-with-filter .category-recently-viewed {
  display: none;
}
.catalog-category-view.page-layout-1column .column.main,
.page-with-filter .column.main {
  padding-top: 45px;
  max-width: 100%;
}
.catalog-category-view.page-layout-1column .column.main .page-title,
.page-with-filter .column.main .page-title {
  text-align: center;
  margin-bottom: 12px;
}
.catalog-category-view.page-layout-1column .column.main .page-title .base,
.page-with-filter .column.main .page-title .base {
  font-size: 50px;
  color: #3d3d3d;
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view.page-layout-1column .column.main .category-description,
.page-with-filter .column.main .category-description {
  font-size: 18px;
  color: #808080;
  text-align: center;
  max-width: 936px;
  width: 95%;
  margin: 0 auto;
  display: block;
  line-height: 1.4;
  margin-bottom: 28px;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat,
.page-with-filter .column.main .sub-cat {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat li,
.page-with-filter .column.main .sub-cat li {
  list-style: none;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat li a,
.page-with-filter .column.main .sub-cat li a {
  display: block;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat li a img,
.page-with-filter .column.main .sub-cat li a img {
  width: 100%;
  display: block;
  opacity: .98;
  transform: scale(1.01);
  transition: 1s;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat li a h4,
.page-with-filter .column.main .sub-cat li a h4 {
  font-size: 18px;
  color: #000000;
  padding: 15px 0 24px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat li .cat-image,
.page-with-filter .column.main .sub-cat li .cat-image {
  overflow: hidden;
  background: #000000;
}
.catalog-category-view.page-layout-1column .column.main .sub-cat li:hover img,
.page-with-filter .column.main .sub-cat li:hover img {
  opacity: .7;
  transform: scale(1.02);
  transition: 1s;
}
.catalog-category-view.page-layout-1column .column.main .block.filter,
.page-with-filter .column.main .block.filter {
  display: none;
}
.catalog-category-view.page-layout-1column .page-main,
.page-with-filter .page-main {
  max-width: 100%;
}
.catalog-category-view.page-layout-1column .page-bottom,
.page-with-filter .page-bottom {
  padding: 0;
  width: 100%;
  max-width: 100%;
  z-index: 0;
  position: relative;
}
.catalog-category-view.page-layout-1column .page-bottom > .widget,
.page-with-filter .page-bottom > .widget {
  margin: 0;
}
.catalog-category-view.page-layout-1column .page-bottom .home-categories,
.page-with-filter .page-bottom .home-categories {
  margin-bottom: 40px;
}
.catalog-category-view.page-layout-1column .page-bottom .home-categories h2,
.page-with-filter .page-bottom .home-categories h2 {
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid,
.page-with-filter .block-viewed-products-grid {
  margin: 0;
  border: 1px solid #e1e1e1;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-title,
.page-with-filter .block-viewed-products-grid .block-title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 35px;
  margin: 0;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-title strong,
.page-with-filter .block-viewed-products-grid .block-title strong {
  font-size: 18px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info > a,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info > a {
  display: block;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .product-image-container,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
  display: block;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .product-image-photo,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .product-item-name,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-name {
  margin: 0;
  text-align: center;
  padding: 12px 3px;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .product-item-name a,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-name a {
  font-size: 14px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .price-box,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .price-box {
  display: none;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .product-item-link,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .old-price,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .old-price {
  display: block;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .old-price .price-label,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .old-price .price-label {
  display: none;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .old-price .price,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-category-view.page-layout-1column .block-viewed-products-grid .block-content .product-item-info .product-item-actions,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-actions {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .page-main,
.catalogsearch-result-index .page-main,
.magetopbrand-brand-view .page-main,
.dailydeals-index-index .page-main,
.page-with-filter .page-main {
  max-width: 100%;
}
.catalog-category-view.page-layout-2columns-left .page-bottom,
.catalogsearch-result-index .page-bottom,
.magetopbrand-brand-view .page-bottom,
.dailydeals-index-index .page-bottom,
.page-with-filter .page-bottom {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.catalog-category-view.page-layout-2columns-left .page-bottom > .widget,
.catalogsearch-result-index .page-bottom > .widget,
.magetopbrand-brand-view .page-bottom > .widget,
.dailydeals-index-index .page-bottom > .widget,
.page-with-filter .page-bottom > .widget {
  margin: 0;
}
.catalog-category-view.page-layout-2columns-left .page-bottom .home-categories,
.catalogsearch-result-index .page-bottom .home-categories,
.magetopbrand-brand-view .page-bottom .home-categories,
.dailydeals-index-index .page-bottom .home-categories,
.page-with-filter .page-bottom .home-categories {
  margin-bottom: 0;
}
.catalog-category-view.page-layout-2columns-left .page-bottom .home-categories h2,
.catalogsearch-result-index .page-bottom .home-categories h2,
.magetopbrand-brand-view .page-bottom .home-categories h2,
.dailydeals-index-index .page-bottom .home-categories h2,
.page-with-filter .page-bottom .home-categories h2 {
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view.page-layout-2columns-left .column.main,
.catalogsearch-result-index .column.main,
.magetopbrand-brand-view .column.main,
.dailydeals-index-index .column.main,
.page-with-filter .column.main {
  padding-top: 25px;
}
.catalog-category-view.page-layout-2columns-left .column.main .page-title-wrapper .page-title,
.catalogsearch-result-index .column.main .page-title-wrapper .page-title,
.magetopbrand-brand-view .column.main .page-title-wrapper .page-title,
.dailydeals-index-index .column.main .page-title-wrapper .page-title,
.page-with-filter .column.main .page-title-wrapper .page-title {
  margin-bottom: 12px;
}
.catalog-category-view.page-layout-2columns-left .column.main .page-title-wrapper .page-title .base,
.catalogsearch-result-index .column.main .page-title-wrapper .page-title .base,
.magetopbrand-brand-view .column.main .page-title-wrapper .page-title .base,
.dailydeals-index-index .column.main .page-title-wrapper .page-title .base,
.page-with-filter .column.main .page-title-wrapper .page-title .base {
  font-size: 40px;
  color: #3d3d3d;
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view.page-layout-2columns-left .column.main .category-description,
.catalogsearch-result-index .column.main .category-description,
.magetopbrand-brand-view .column.main .category-description,
.dailydeals-index-index .column.main .category-description,
.page-with-filter .column.main .category-description {
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 400;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products,
.catalogsearch-result-index .column.main .toolbar-products,
.magetopbrand-brand-view .column.main .toolbar-products,
.dailydeals-index-index .column.main .toolbar-products,
.page-with-filter .column.main .toolbar-products {
  padding: 14px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .toolbar-sorter,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter,
.magetopbrand-brand-view .column.main .toolbar-products .toolbar-sorter,
.dailydeals-index-index .column.main .toolbar-products .toolbar-sorter,
.page-with-filter .column.main .toolbar-products .toolbar-sorter {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .toolbar-sorter:after,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter:after,
.magetopbrand-brand-view .column.main .toolbar-products .toolbar-sorter:after,
.dailydeals-index-index .column.main .toolbar-products .toolbar-sorter:after,
.page-with-filter .column.main .toolbar-products .toolbar-sorter:after {
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #9090a6;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 7px;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .toolbar-sorter .sorter-label,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter .sorter-label,
.magetopbrand-brand-view .column.main .toolbar-products .toolbar-sorter .sorter-label,
.dailydeals-index-index .column.main .toolbar-products .toolbar-sorter .sorter-label,
.page-with-filter .column.main .toolbar-products .toolbar-sorter .sorter-label {
  font-size: 15px;
  color: #919191;
  font-weight: 400;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .toolbar-sorter .sorter-options,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter .sorter-options,
.magetopbrand-brand-view .column.main .toolbar-products .toolbar-sorter .sorter-options,
.dailydeals-index-index .column.main .toolbar-products .toolbar-sorter .sorter-options,
.page-with-filter .column.main .toolbar-products .toolbar-sorter .sorter-options {
  background: #fff;
  padding: 7px 14px;
  height: 35px;
  border-radius: 0;
  margin-right: 0;
  box-shadow: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .toolbar-sorter .sorter-action,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter .sorter-action,
.magetopbrand-brand-view .column.main .toolbar-products .toolbar-sorter .sorter-action,
.dailydeals-index-index .column.main .toolbar-products .toolbar-sorter .sorter-action,
.page-with-filter .column.main .toolbar-products .toolbar-sorter .sorter-action {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .modes,
.catalogsearch-result-index .column.main .toolbar-products .modes,
.magetopbrand-brand-view .column.main .toolbar-products .modes,
.dailydeals-index-index .column.main .toolbar-products .modes,
.page-with-filter .column.main .toolbar-products .modes {
  float: right;
  margin-right: 0;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .modes .modes-mode,
.catalogsearch-result-index .column.main .toolbar-products .modes .modes-mode,
.magetopbrand-brand-view .column.main .toolbar-products .modes .modes-mode,
.dailydeals-index-index .column.main .toolbar-products .modes .modes-mode,
.page-with-filter .column.main .toolbar-products .modes .modes-mode {
  margin-left: 10px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 8px 10px;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .modes .modes-mode.active:before,
.catalogsearch-result-index .column.main .toolbar-products .modes .modes-mode.active:before,
.magetopbrand-brand-view .column.main .toolbar-products .modes .modes-mode.active:before,
.dailydeals-index-index .column.main .toolbar-products .modes .modes-mode.active:before,
.page-with-filter .column.main .toolbar-products .modes .modes-mode.active:before {
  color: #c7c7c7;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-products .modes .modes-mode:before,
.catalogsearch-result-index .column.main .toolbar-products .modes .modes-mode:before,
.magetopbrand-brand-view .column.main .toolbar-products .modes .modes-mode:before,
.dailydeals-index-index .column.main .toolbar-products .modes .modes-mode:before,
.page-with-filter .column.main .toolbar-products .modes .modes-mode:before {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-inner,
.catalogsearch-result-index .column.main .products-grid .product-item-inner,
.magetopbrand-brand-view .column.main .products-grid .product-item-inner,
.dailydeals-index-index .column.main .products-grid .product-item-inner,
.page-with-filter .column.main .products-grid .product-item-inner {
  position: static;
  display: block;
  border: 0;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: auto;
  box-shadow: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-inner:before,
.catalogsearch-result-index .column.main .products-grid .product-item-inner:before,
.magetopbrand-brand-view .column.main .products-grid .product-item-inner:before,
.dailydeals-index-index .column.main .products-grid .product-item-inner:before,
.page-with-filter .column.main .products-grid .product-item-inner:before {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details,
.catalogsearch-result-index .column.main .products-grid .product-item-details,
.magetopbrand-brand-view .column.main .products-grid .product-item-details,
.dailydeals-index-index .column.main .products-grid .product-item-details,
.page-with-filter .column.main .products-grid .product-item-details {
  margin-top: 8px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .deal.wk-daily-deal,
.catalogsearch-result-index .column.main .products-grid .product-item-details .deal.wk-daily-deal,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .deal.wk-daily-deal,
.dailydeals-index-index .column.main .products-grid .product-item-details .deal.wk-daily-deal,
.page-with-filter .column.main .products-grid .product-item-details .deal.wk-daily-deal {
  width: calc(100% + 50px);
  border: 1px dashed #000000;
  z-index: 10;
  padding: 10px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk_cat_count_clock,
.catalogsearch-result-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk_cat_count_clock,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk_cat_count_clock,
.dailydeals-index-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk_cat_count_clock,
.page-with-filter .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk_cat_count_clock {
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-font-weight-600,
.catalogsearch-result-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-font-weight-600,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-font-weight-600,
.dailydeals-index-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-font-weight-600,
.page-with-filter .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-font-weight-600 {
  color: #ff0000;
  font-size: 14px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-off-box,
.catalogsearch-result-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-off-box,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-off-box,
.dailydeals-index-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-off-box,
.page-with-filter .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-off-box {
  position: unset;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-left-border,
.catalogsearch-result-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-left-border,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-left-border,
.dailydeals-index-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-left-border,
.page-with-filter .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-left-border {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-ends-label,
.catalogsearch-result-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-ends-label,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-ends-label,
.dailydeals-index-index .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-ends-label,
.page-with-filter .column.main .products-grid .product-item-details .deal.wk-daily-deal .wk-deal-ends-label {
  line-height: 1.6;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .price-box,
.catalogsearch-result-index .column.main .products-grid .product-item-details .price-box,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .price-box,
.dailydeals-index-index .column.main .products-grid .product-item-details .price-box,
.page-with-filter .column.main .products-grid .product-item-details .price-box {
  margin: 10px 0 10px 0;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .price-box .special-price,
.catalogsearch-result-index .column.main .products-grid .product-item-details .price-box .special-price,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .price-box .special-price,
.dailydeals-index-index .column.main .products-grid .product-item-details .price-box .special-price,
.page-with-filter .column.main .products-grid .product-item-details .price-box .special-price {
  display: inline-block;
  margin-right: 10px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-details .price-box .old-price,
.catalogsearch-result-index .column.main .products-grid .product-item-details .price-box .old-price,
.magetopbrand-brand-view .column.main .products-grid .product-item-details .price-box .old-price,
.dailydeals-index-index .column.main .products-grid .product-item-details .price-box .old-price,
.page-with-filter .column.main .products-grid .product-item-details .price-box .old-price {
  display: inline-block !important;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-reviews-summary,
.catalogsearch-result-index .column.main .products-grid .product-reviews-summary,
.magetopbrand-brand-view .column.main .products-grid .product-reviews-summary,
.dailydeals-index-index .column.main .products-grid .product-reviews-summary,
.page-with-filter .column.main .products-grid .product-reviews-summary {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info,
.catalogsearch-result-index .column.main .products-grid .product-item-info,
.magetopbrand-brand-view .column.main .products-grid .product-item-info,
.dailydeals-index-index .column.main .products-grid .product-item-info,
.page-with-filter .column.main .products-grid .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info > a,
.catalogsearch-result-index .column.main .products-grid .product-item-info > a,
.magetopbrand-brand-view .column.main .products-grid .product-item-info > a,
.dailydeals-index-index .column.main .products-grid .product-item-info > a,
.page-with-filter .column.main .products-grid .product-item-info > a {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-image-container,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-image-container,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-image-container,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-image-container,
.page-with-filter .column.main .products-grid .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-image-photo,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-image-photo,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-image-photo,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-image-photo,
.page-with-filter .column.main .products-grid .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-item-link,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-item-link,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-item-link,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-item-link,
.page-with-filter .column.main .products-grid .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-item-name,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-item-name,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-item-name,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-item-name,
.page-with-filter .column.main .products-grid .product-item-info .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .price-wrapper .price,
.catalogsearch-result-index .column.main .products-grid .product-item-info .price-wrapper .price,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .price-wrapper .price,
.dailydeals-index-index .column.main .products-grid .product-item-info .price-wrapper .price,
.page-with-filter .column.main .products-grid .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary {
  position: absolute;
  top: 15px;
  z-index: 1;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .towishlist,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .towishlist,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .towishlist,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .towishlist,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .towishlist {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 14px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .towishlist:hover,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .towishlist:hover,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .towishlist:hover,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .towishlist:hover,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .towishlist:hover {
  background: #000000;
  border: 1px solid #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .towishlist.inwishlist,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .towishlist.inwishlist,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .towishlist.inwishlist,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .towishlist.inwishlist,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .towishlist.inwishlist {
  background: #000000;
  border: 1px solid #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .towishlist:before,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .towishlist:before,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .towishlist:before,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .towishlist:before,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .towishlist:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  color: #9090a6;
  font-size: 18px;
  padding: 11px 8px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .tocompare,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .tocompare,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .tocompare,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .tocompare,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .tocompare {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 14px;
  display: inline-block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .tocompare:hover,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .tocompare:hover,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .tocompare:hover,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .tocompare:hover,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .tocompare:hover {
  background: #000000;
  border: 1px solid #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .tocompare:before,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .tocompare:before,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .tocompare:before,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .tocompare:before,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .tocompare:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #9090a6;
  font-size: 18px;
  padding: 8px 7px;
  display: block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .actions-secondary .tocompare span,
.catalogsearch-result-index .column.main .products-grid .product-item-info .actions-secondary .tocompare span,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .actions-secondary .tocompare span,
.dailydeals-index-index .column.main .products-grid .product-item-info .actions-secondary .tocompare span,
.page-with-filter .column.main .products-grid .product-item-info .actions-secondary .tocompare span {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .tocart,
.catalogsearch-result-index .column.main .products-grid .product-item-info .tocart,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .tocart,
.dailydeals-index-index .column.main .products-grid .product-item-info .tocart,
.page-with-filter .column.main .products-grid .product-item-info .tocart {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  border: 1px solid #c4c4c4;
  transition: .5s;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .tocart:hover,
.catalogsearch-result-index .column.main .products-grid .product-item-info .tocart:hover,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .tocart:hover,
.dailydeals-index-index .column.main .products-grid .product-item-info .tocart:hover,
.page-with-filter .column.main .products-grid .product-item-info .tocart:hover {
  border: 1px solid #16181a;
  background: #16181a;
  transition: .5s;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .tocart span,
.catalogsearch-result-index .column.main .products-grid .product-item-info .tocart span,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .tocart span,
.dailydeals-index-index .column.main .products-grid .product-item-info .tocart span,
.page-with-filter .column.main .products-grid .product-item-info .tocart span {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .tocart:after,
.catalogsearch-result-index .column.main .products-grid .product-item-info .tocart:after,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .tocart:after,
.dailydeals-index-index .column.main .products-grid .product-item-info .tocart:after,
.page-with-filter .column.main .products-grid .product-item-info .tocart:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  color: #c4c4c4;
  font-size: 18px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-sec,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-sec,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-sec,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-sec,
.page-with-filter .column.main .products-grid .product-item-info .product-sec {
  display: flex;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-sec .product-name-price,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-sec .product-name-price,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-sec .product-name-price,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-sec .product-name-price,
.page-with-filter .column.main .products-grid .product-item-info .product-sec .product-name-price {
  width: calc(100% - 50px);
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-sec .product-item-inner,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-sec .product-item-inner,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-sec .product-item-inner,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-sec .product-item-inner,
.page-with-filter .column.main .products-grid .product-item-info .product-sec .product-item-inner {
  width: 45px;
  height: 45px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-sec .old-price,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-sec .old-price,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-sec .old-price,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-sec .old-price,
.page-with-filter .column.main .products-grid .product-item-info .product-sec .old-price {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-sec .old-price .price-label,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-sec .old-price .price-label,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-sec .old-price .price-label,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-sec .old-price .price-label,
.page-with-filter .column.main .products-grid .product-item-info .product-sec .old-price .price-label {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-sec .old-price .price,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-sec .old-price .price,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-sec .old-price .price,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-sec .old-price .price,
.page-with-filter .column.main .products-grid .product-item-info .product-sec .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item-info .product-item-actions,
.catalogsearch-result-index .column.main .products-grid .product-item-info .product-item-actions,
.magetopbrand-brand-view .column.main .products-grid .product-item-info .product-item-actions,
.dailydeals-index-index .column.main .products-grid .product-item-info .product-item-actions,
.page-with-filter .column.main .products-grid .product-item-info .product-item-actions {
  margin: 0;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item,
.catalogsearch-result-index .column.main .products-grid .product-item,
.magetopbrand-brand-view .column.main .products-grid .product-item,
.dailydeals-index-index .column.main .products-grid .product-item,
.page-with-filter .column.main .products-grid .product-item {
  padding: 0;
  margin-left: 10px;
  margin-bottom: 20px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item .product-image-wrapper,
.catalogsearch-result-index .column.main .products-grid .product-item .product-image-wrapper,
.magetopbrand-brand-view .column.main .products-grid .product-item .product-image-wrapper,
.dailydeals-index-index .column.main .products-grid .product-item .product-image-wrapper,
.page-with-filter .column.main .products-grid .product-item .product-image-wrapper {
  background: #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item .product-image-photo,
.catalogsearch-result-index .column.main .products-grid .product-item .product-image-photo,
.magetopbrand-brand-view .column.main .products-grid .product-item .product-image-photo,
.dailydeals-index-index .column.main .products-grid .product-item .product-image-photo,
.page-with-filter .column.main .products-grid .product-item .product-image-photo {
  opacity: .98;
  transform: scale(1.01);
  transition: 1s;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item:hover .product-image-photo,
.catalogsearch-result-index .column.main .products-grid .product-item:hover .product-image-photo,
.magetopbrand-brand-view .column.main .products-grid .product-item:hover .product-image-photo,
.dailydeals-index-index .column.main .products-grid .product-item:hover .product-image-photo,
.page-with-filter .column.main .products-grid .product-item:hover .product-image-photo {
  opacity: .7;
  transform: scale(1.02);
  transition: 1s;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products,
.page-with-filter .column.main .products-grid ~ .toolbar-products {
  border-bottom: 0;
  margin-bottom: 0;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .item,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .item,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .item,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .item,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .item span,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .item span,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .item span,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .item span,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .item span {
  font-size: 16px;
  color: #919191;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .item.current,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .item.current,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .item.current,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .item.current,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .item.current {
  border: 1px solid #e2e2e2;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .item strong.page,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .item strong.page,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .item strong.page,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .item strong.page,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .item strong.page {
  background: transparent;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a,
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a:before,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a:before,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a:before,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a:before,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-next a:before,
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a:before,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a:before,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a:before,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a:before,
.page-with-filter .column.main .products-grid ~ .toolbar-products .pages-items .pages-item-previous a:before {
  color: #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .field.limiter span,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .field.limiter span,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .field.limiter span,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .field.limiter span,
.page-with-filter .column.main .products-grid ~ .toolbar-products .field.limiter span {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .field.limiter .control,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .field.limiter .control,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .field.limiter .control,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .field.limiter .control,
.page-with-filter .column.main .products-grid ~ .toolbar-products .field.limiter .control {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .field.limiter .control:after,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .field.limiter .control:after,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .field.limiter .control:after,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .field.limiter .control:after,
.page-with-filter .column.main .products-grid ~ .toolbar-products .field.limiter .control:after {
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #9090a6;
  font-size: 18px;
  position: absolute;
  right: -2px;
  top: 6px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-grid ~ .toolbar-products .field.limiter .control select,
.catalogsearch-result-index .column.main .products-grid ~ .toolbar-products .field.limiter .control select,
.magetopbrand-brand-view .column.main .products-grid ~ .toolbar-products .field.limiter .control select,
.dailydeals-index-index .column.main .products-grid ~ .toolbar-products .field.limiter .control select,
.page-with-filter .column.main .products-grid ~ .toolbar-products .field.limiter .control select {
  background: #fff;
  padding: 7px 14px;
  height: 35px;
  border-radius: 0;
  margin-right: 0;
  box-shadow: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .old-price,
.catalogsearch-result-index .column.main .products-list .old-price,
.magetopbrand-brand-view .column.main .products-list .old-price,
.dailydeals-index-index .column.main .products-list .old-price,
.page-with-filter .column.main .products-list .old-price {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .old-price .price-label,
.catalogsearch-result-index .column.main .products-list .old-price .price-label,
.magetopbrand-brand-view .column.main .products-list .old-price .price-label,
.dailydeals-index-index .column.main .products-list .old-price .price-label,
.page-with-filter .column.main .products-list .old-price .price-label {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .old-price .price,
.catalogsearch-result-index .column.main .products-list .old-price .price,
.magetopbrand-brand-view .column.main .products-list .old-price .price,
.dailydeals-index-index .column.main .products-list .old-price .price,
.page-with-filter .column.main .products-list .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary,
.catalogsearch-result-index .column.main .products-list .actions-secondary,
.magetopbrand-brand-view .column.main .products-list .actions-secondary,
.dailydeals-index-index .column.main .products-list .actions-secondary,
.page-with-filter .column.main .products-list .actions-secondary {
  position: absolute;
  top: 15px !important;
  z-index: 1;
  left: 0 !important;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .towishlist,
.catalogsearch-result-index .column.main .products-list .actions-secondary .towishlist,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .towishlist,
.dailydeals-index-index .column.main .products-list .actions-secondary .towishlist,
.page-with-filter .column.main .products-list .actions-secondary .towishlist {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 14px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .towishlist:hover,
.catalogsearch-result-index .column.main .products-list .actions-secondary .towishlist:hover,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .towishlist:hover,
.dailydeals-index-index .column.main .products-list .actions-secondary .towishlist:hover,
.page-with-filter .column.main .products-list .actions-secondary .towishlist:hover {
  background: #000000;
  border: 1px solid #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .towishlist.inwishlist,
.catalogsearch-result-index .column.main .products-list .actions-secondary .towishlist.inwishlist,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .towishlist.inwishlist,
.dailydeals-index-index .column.main .products-list .actions-secondary .towishlist.inwishlist,
.page-with-filter .column.main .products-list .actions-secondary .towishlist.inwishlist {
  background: #000000;
  border: 1px solid #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .towishlist:before,
.catalogsearch-result-index .column.main .products-list .actions-secondary .towishlist:before,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .towishlist:before,
.dailydeals-index-index .column.main .products-list .actions-secondary .towishlist:before,
.page-with-filter .column.main .products-list .actions-secondary .towishlist:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  color: #9090a6;
  font-size: 18px;
  padding: 11px 8px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .tocompare,
.catalogsearch-result-index .column.main .products-list .actions-secondary .tocompare,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .tocompare,
.dailydeals-index-index .column.main .products-list .actions-secondary .tocompare,
.page-with-filter .column.main .products-list .actions-secondary .tocompare {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 14px;
  display: inline-block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .tocompare:hover,
.catalogsearch-result-index .column.main .products-list .actions-secondary .tocompare:hover,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .tocompare:hover,
.dailydeals-index-index .column.main .products-list .actions-secondary .tocompare:hover,
.page-with-filter .column.main .products-list .actions-secondary .tocompare:hover {
  background: #000000;
  border: 1px solid #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .tocompare:before,
.catalogsearch-result-index .column.main .products-list .actions-secondary .tocompare:before,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .tocompare:before,
.dailydeals-index-index .column.main .products-list .actions-secondary .tocompare:before,
.page-with-filter .column.main .products-list .actions-secondary .tocompare:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #9090a6;
  font-size: 18px;
  padding: 8px 7px;
  display: block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .actions-secondary .tocompare span,
.catalogsearch-result-index .column.main .products-list .actions-secondary .tocompare span,
.magetopbrand-brand-view .column.main .products-list .actions-secondary .tocompare span,
.dailydeals-index-index .column.main .products-list .actions-secondary .tocompare span,
.page-with-filter .column.main .products-list .actions-secondary .tocompare span {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .tocart,
.catalogsearch-result-index .column.main .products-list .tocart,
.magetopbrand-brand-view .column.main .products-list .tocart,
.dailydeals-index-index .column.main .products-list .tocart,
.page-with-filter .column.main .products-list .tocart {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  border: 1px solid #c4c4c4;
  transition: .5s;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .tocart:hover,
.catalogsearch-result-index .column.main .products-list .tocart:hover,
.magetopbrand-brand-view .column.main .products-list .tocart:hover,
.dailydeals-index-index .column.main .products-list .tocart:hover,
.page-with-filter .column.main .products-list .tocart:hover {
  border: 1px solid #16181a;
  background: #16181a;
  transition: .5s;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .tocart span,
.catalogsearch-result-index .column.main .products-list .tocart span,
.magetopbrand-brand-view .column.main .products-list .tocart span,
.dailydeals-index-index .column.main .products-list .tocart span,
.page-with-filter .column.main .products-list .tocart span {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .tocart:after,
.catalogsearch-result-index .column.main .products-list .tocart:after,
.magetopbrand-brand-view .column.main .products-list .tocart:after,
.dailydeals-index-index .column.main .products-list .tocart:after,
.page-with-filter .column.main .products-list .tocart:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  color: #c4c4c4;
  font-size: 18px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-reviews-summary,
.catalogsearch-result-index .column.main .products-list .product-reviews-summary,
.magetopbrand-brand-view .column.main .products-list .product-reviews-summary,
.dailydeals-index-index .column.main .products-list .product-reviews-summary,
.page-with-filter .column.main .products-list .product-reviews-summary {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-item,
.catalogsearch-result-index .column.main .products-list .product-item,
.magetopbrand-brand-view .column.main .products-list .product-item,
.dailydeals-index-index .column.main .products-list .product-item,
.page-with-filter .column.main .products-list .product-item {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-item-description,
.catalogsearch-result-index .column.main .products-list .product-item-description,
.magetopbrand-brand-view .column.main .products-list .product-item-description,
.dailydeals-index-index .column.main .products-list .product-item-description,
.page-with-filter .column.main .products-list .product-item-description {
  word-break: break-word;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-item-description a,
.catalogsearch-result-index .column.main .products-list .product-item-description a,
.magetopbrand-brand-view .column.main .products-list .product-item-description a,
.dailydeals-index-index .column.main .products-list .product-item-description a,
.page-with-filter .column.main .products-list .product-item-description a {
  color: #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-item-description a:hover,
.catalogsearch-result-index .column.main .products-list .product-item-description a:hover,
.magetopbrand-brand-view .column.main .products-list .product-item-description a:hover,
.dailydeals-index-index .column.main .products-list .product-item-description a:hover,
.page-with-filter .column.main .products-list .product-item-description a:hover {
  color: #9c9c9c;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products,
.page-with-filter .column.main .products-list ~ .toolbar-products {
  border-bottom: 0;
  margin-bottom: 0;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .item,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .item,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .item,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .item,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .item span,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .item span,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .item span,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .item span,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .item span {
  font-size: 16px;
  color: #919191;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .item.current,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .item.current,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .item.current,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .item.current,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .item.current {
  border: 1px solid #e2e2e2;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .item strong.page,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .item strong.page,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .item strong.page,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .item strong.page,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .item strong.page {
  background: transparent;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a,
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a:before,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a:before,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a:before,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a:before,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .pages-item-next a:before,
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a:before,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a:before,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a:before,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a:before,
.page-with-filter .column.main .products-list ~ .toolbar-products .pages-items .pages-item-previous a:before {
  color: #000000;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .field.limiter span,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .field.limiter span,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .field.limiter span,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .field.limiter span,
.page-with-filter .column.main .products-list ~ .toolbar-products .field.limiter span {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .field.limiter .control,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .field.limiter .control,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .field.limiter .control,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .field.limiter .control,
.page-with-filter .column.main .products-list ~ .toolbar-products .field.limiter .control {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .field.limiter .control:after,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .field.limiter .control:after,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .field.limiter .control:after,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .field.limiter .control:after,
.page-with-filter .column.main .products-list ~ .toolbar-products .field.limiter .control:after {
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #9090a6;
  font-size: 18px;
  position: absolute;
  right: -2px;
  top: 6px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list ~ .toolbar-products .field.limiter .control select,
.catalogsearch-result-index .column.main .products-list ~ .toolbar-products .field.limiter .control select,
.magetopbrand-brand-view .column.main .products-list ~ .toolbar-products .field.limiter .control select,
.dailydeals-index-index .column.main .products-list ~ .toolbar-products .field.limiter .control select,
.page-with-filter .column.main .products-list ~ .toolbar-products .field.limiter .control select {
  background: #fff;
  padding: 7px 14px;
  height: 35px;
  border-radius: 0;
  margin-right: 0;
  box-shadow: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-image-container,
.catalogsearch-result-index .column.main .products-list .product-image-container,
.magetopbrand-brand-view .column.main .products-list .product-image-container,
.dailydeals-index-index .column.main .products-list .product-image-container,
.page-with-filter .column.main .products-list .product-image-container {
  background: #f4f4f4;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-image-photo,
.catalogsearch-result-index .column.main .products-list .product-image-photo,
.magetopbrand-brand-view .column.main .products-list .product-image-photo,
.dailydeals-index-index .column.main .products-list .product-image-photo,
.page-with-filter .column.main .products-list .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .product-item-link,
.catalogsearch-result-index .column.main .products-list .product-item-link,
.magetopbrand-brand-view .column.main .products-list .product-item-link,
.dailydeals-index-index .column.main .products-list .product-item-link,
.page-with-filter .column.main .products-list .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .price-wrapper .price,
.catalogsearch-result-index .column.main .products-list .price-wrapper .price,
.magetopbrand-brand-view .column.main .products-list .price-wrapper .price,
.dailydeals-index-index .column.main .products-list .price-wrapper .price,
.page-with-filter .column.main .products-list .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .price-box.price-final_price .special-price,
.catalogsearch-result-index .column.main .products-list .price-box.price-final_price .special-price,
.magetopbrand-brand-view .column.main .products-list .price-box.price-final_price .special-price,
.dailydeals-index-index .column.main .products-list .price-box.price-final_price .special-price,
.page-with-filter .column.main .products-list .price-box.price-final_price .special-price {
  display: inline-block;
  margin-right: 10px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .price-box.price-final_price .old-price,
.catalogsearch-result-index .column.main .products-list .price-box.price-final_price .old-price,
.magetopbrand-brand-view .column.main .products-list .price-box.price-final_price .old-price,
.dailydeals-index-index .column.main .products-list .price-box.price-final_price .old-price,
.page-with-filter .column.main .products-list .price-box.price-final_price .old-price {
  display: inline-block;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .deal.wk-daily-deal,
.catalogsearch-result-index .column.main .products-list .deal.wk-daily-deal,
.magetopbrand-brand-view .column.main .products-list .deal.wk-daily-deal,
.dailydeals-index-index .column.main .products-list .deal.wk-daily-deal,
.page-with-filter .column.main .products-list .deal.wk-daily-deal {
  width: 100%;
  border: 1px dashed #000000;
  z-index: 10;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 276px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .deal.wk-daily-deal .wk_cat_count_clock,
.catalogsearch-result-index .column.main .products-list .deal.wk-daily-deal .wk_cat_count_clock,
.magetopbrand-brand-view .column.main .products-list .deal.wk-daily-deal .wk_cat_count_clock,
.dailydeals-index-index .column.main .products-list .deal.wk-daily-deal .wk_cat_count_clock,
.page-with-filter .column.main .products-list .deal.wk-daily-deal .wk_cat_count_clock {
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .deal.wk-daily-deal .wk-deal-font-weight-600,
.catalogsearch-result-index .column.main .products-list .deal.wk-daily-deal .wk-deal-font-weight-600,
.magetopbrand-brand-view .column.main .products-list .deal.wk-daily-deal .wk-deal-font-weight-600,
.dailydeals-index-index .column.main .products-list .deal.wk-daily-deal .wk-deal-font-weight-600,
.page-with-filter .column.main .products-list .deal.wk-daily-deal .wk-deal-font-weight-600 {
  color: #ff0000;
  font-size: 14px;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .deal.wk-daily-deal .wk-deal-off-box,
.catalogsearch-result-index .column.main .products-list .deal.wk-daily-deal .wk-deal-off-box,
.magetopbrand-brand-view .column.main .products-list .deal.wk-daily-deal .wk-deal-off-box,
.dailydeals-index-index .column.main .products-list .deal.wk-daily-deal .wk-deal-off-box,
.page-with-filter .column.main .products-list .deal.wk-daily-deal .wk-deal-off-box {
  position: unset;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .deal.wk-daily-deal .wk-deal-left-border,
.catalogsearch-result-index .column.main .products-list .deal.wk-daily-deal .wk-deal-left-border,
.magetopbrand-brand-view .column.main .products-list .deal.wk-daily-deal .wk-deal-left-border,
.dailydeals-index-index .column.main .products-list .deal.wk-daily-deal .wk-deal-left-border,
.page-with-filter .column.main .products-list .deal.wk-daily-deal .wk-deal-left-border {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .column.main .products-list .deal.wk-daily-deal .wk-deal-ends-label,
.catalogsearch-result-index .column.main .products-list .deal.wk-daily-deal .wk-deal-ends-label,
.magetopbrand-brand-view .column.main .products-list .deal.wk-daily-deal .wk-deal-ends-label,
.dailydeals-index-index .column.main .products-list .deal.wk-daily-deal .wk-deal-ends-label,
.page-with-filter .column.main .products-list .deal.wk-daily-deal .wk-deal-ends-label {
  line-height: 1.6;
}
.catalog-category-view.page-layout-2columns-left .column.main .toolbar-amount,
.catalogsearch-result-index .column.main .toolbar-amount,
.magetopbrand-brand-view .column.main .toolbar-amount,
.dailydeals-index-index .column.main .toolbar-amount,
.page-with-filter .column.main .toolbar-amount {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}
.catalog-category-view.page-layout-2columns-left .sidebar-additional,
.catalogsearch-result-index .sidebar-additional,
.magetopbrand-brand-view .sidebar-additional,
.dailydeals-index-index .sidebar-additional,
.page-with-filter .sidebar-additional {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .price-filter-button,
.catalogsearch-result-index .sidebar-main .price-filter-button,
.magetopbrand-brand-view .sidebar-main .price-filter-button,
.dailydeals-index-index .sidebar-main .price-filter-button,
.page-with-filter .sidebar-main .price-filter-button {
  font-size: 15px;
  color: #5b5b5b;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
  padding: 17px;
  border: 1px solid #000;
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  transition: .5s;
  display: block;
  box-shadow: none;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .price-filter-button:hover,
.catalogsearch-result-index .sidebar-main .price-filter-button:hover,
.magetopbrand-brand-view .sidebar-main .price-filter-button:hover,
.dailydeals-index-index .sidebar-main .price-filter-button:hover,
.page-with-filter .sidebar-main .price-filter-button:hover {
  background: #f7c800;
  border: 1px solid #f7c800;
  transition: .5s;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .clear-button,
.catalogsearch-result-index .sidebar-main .clear-button,
.magetopbrand-brand-view .sidebar-main .clear-button,
.dailydeals-index-index .sidebar-main .clear-button,
.page-with-filter .sidebar-main .clear-button {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .ui-slider-range,
.catalogsearch-result-index .sidebar-main .ui-slider-range,
.magetopbrand-brand-view .sidebar-main .ui-slider-range,
.dailydeals-index-index .sidebar-main .ui-slider-range,
.page-with-filter .sidebar-main .ui-slider-range {
  background: #f7c700;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .ui-slider-horizontal,
.catalogsearch-result-index .sidebar-main .ui-slider-horizontal,
.magetopbrand-brand-view .sidebar-main .ui-slider-horizontal,
.dailydeals-index-index .sidebar-main .ui-slider-horizontal,
.page-with-filter .sidebar-main .ui-slider-horizontal {
  height: 7px;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .ui-slider-handle,
.catalogsearch-result-index .sidebar-main .ui-slider-handle,
.magetopbrand-brand-view .sidebar-main .ui-slider-handle,
.dailydeals-index-index .sidebar-main .ui-slider-handle,
.page-with-filter .sidebar-main .ui-slider-handle {
  top: -5px;
  height: 17px;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid,
.catalogsearch-result-index .block-viewed-products-grid,
.magetopbrand-brand-view .block-viewed-products-grid,
.dailydeals-index-index .block-viewed-products-grid,
.page-with-filter .block-viewed-products-grid {
  margin: 0;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  margin-left: 27px;
  margin-right: 27px;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .product-items,
.catalogsearch-result-index .block-viewed-products-grid .product-items,
.magetopbrand-brand-view .block-viewed-products-grid .product-items,
.dailydeals-index-index .block-viewed-products-grid .product-items,
.page-with-filter .block-viewed-products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-title,
.catalogsearch-result-index .block-viewed-products-grid .block-title,
.magetopbrand-brand-view .block-viewed-products-grid .block-title,
.dailydeals-index-index .block-viewed-products-grid .block-title,
.page-with-filter .block-viewed-products-grid .block-title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 35px;
  margin: 0;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-title strong,
.catalogsearch-result-index .block-viewed-products-grid .block-title strong,
.magetopbrand-brand-view .block-viewed-products-grid .block-title strong,
.dailydeals-index-index .block-viewed-products-grid .block-title strong,
.page-with-filter .block-viewed-products-grid .block-title strong {
  font-size: 18px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .product-reviews-summary,
.catalogsearch-result-index .block-viewed-products-grid .product-reviews-summary,
.magetopbrand-brand-view .block-viewed-products-grid .product-reviews-summary,
.dailydeals-index-index .block-viewed-products-grid .product-reviews-summary,
.page-with-filter .block-viewed-products-grid .product-reviews-summary {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info > a,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info > a,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info > a,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info > a,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info > a {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .product-image-container,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .product-image-container,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .product-image-container,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .product-image-container,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
  display: block;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .product-image-photo,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .product-image-photo,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .product-image-photo,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .product-image-photo,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .product-item-name,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .product-item-name,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .product-item-name,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .product-item-name,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-name {
  margin: 0;
  text-align: center;
  padding: 12px 3px;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .product-item-name a,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .product-item-name a,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .product-item-name a,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .product-item-name a,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-name a {
  font-size: 14px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .price-box,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .price-box,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .price-box,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .price-box,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .price-box {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .product-item-link,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .product-item-link,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .product-item-link,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .product-item-link,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .old-price,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .old-price,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .old-price,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .old-price,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .old-price {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .old-price .price-label,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .old-price .price-label,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .old-price .price-label,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .old-price .price-label,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .old-price .price-label {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .old-price .price,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .old-price .price,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .old-price .price,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .old-price .price,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-category-view.page-layout-2columns-left .block-viewed-products-grid .block-content .product-item-info .product-item-actions,
.catalogsearch-result-index .block-viewed-products-grid .block-content .product-item-info .product-item-actions,
.magetopbrand-brand-view .block-viewed-products-grid .block-content .product-item-info .product-item-actions,
.dailydeals-index-index .block-viewed-products-grid .block-content .product-item-info .product-item-actions,
.page-with-filter .block-viewed-products-grid .block-content .product-item-info .product-item-actions {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  text-align: center;
}
.catalogsearch-result-index .page-title {
  margin-top: 20px;
}
.catalogsearch-result-index .action.sorter-action {
  display: none;
}
.page.messages .messages {
  margin-top: 20px;
}
.fotorama__active .fotorama__dot {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.fotorama__thumb-border {
  border: 1px solid #d7d7d7;
}
.fotorama__stage__shaft.fotorama__grab {
  background: #f4f4f4;
}
.customer-account-login .page-title-wrapper,
.multishipping-checkout-login .page-title-wrapper {
  text-align: center;
}
.customer-account-login .page-title,
.multishipping-checkout-login .page-title {
  margin-top: 20px;
}
.customer-account-login .action.primary,
.multishipping-checkout-login .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.customer-account-login .action.primary:hover,
.multishipping-checkout-login .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.customer-account-login .action.primary:focus,
.multishipping-checkout-login .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.customer-account-login .action.primary:active,
.multishipping-checkout-login .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.customer-account-login .action.primary.is-loading,
.multishipping-checkout-login .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.customer-account-login .action.primary.is-loading::after,
.multishipping-checkout-login .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.customer-account-login .action.primary.blue-btn,
.multishipping-checkout-login .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.customer-account-login .action.primary.blue-btn:hover,
.multishipping-checkout-login .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.customer-account-login .action.primary.yellow-btn,
.multishipping-checkout-login .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.customer-account-login .action.primary.yellow-btn:hover,
.multishipping-checkout-login .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.customer-account-login .action.primary.red-btn,
.multishipping-checkout-login .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.customer-account-login .action.primary.red-btn:hover,
.multishipping-checkout-login .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.customer-account-login .action.primary.green-btn,
.multishipping-checkout-login .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.customer-account-login .action.primary.green-btn:hover,
.multishipping-checkout-login .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.customer-account-login .action.primary.gray,
.multishipping-checkout-login .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.customer-account-login .action.primary.gray:hover,
.multishipping-checkout-login .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.customer-account-login .action.primary.orange-btn,
.multishipping-checkout-login .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.customer-account-login .action.primary.orange-btn:hover,
.multishipping-checkout-login .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.customer-account-login .action.primary.large,
.multishipping-checkout-login .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.customer-account-login .action.primary.small,
.multishipping-checkout-login .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.customer-account-login .action.primary.curve,
.multishipping-checkout-login .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.customer-account-login .action.primary.blank,
.multishipping-checkout-login .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.customer-account-login .action.primary.blank:hover,
.multishipping-checkout-login .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-login .action.primary.blank:focus,
.multishipping-checkout-login .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-login .action.primary.blank:active,
.multishipping-checkout-login .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-login .label,
.multishipping-checkout-login .label {
  color: #808080;
  font-family: 'Sen', sans-serif;
}
.customer-account-login .page-main,
.multishipping-checkout-login .page-main {
  max-width: 100%;
}
.customer-account-login .action.remind,
.multishipping-checkout-login .action.remind {
  color: #000000;
}
.customer-account-login .action.remind:hover,
.multishipping-checkout-login .action.remind:hover {
  color: #9c9c9c;
}
button.action-accept {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
button.action-accept:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
button.action-accept:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
button.action-accept:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
button.action-accept.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
button.action-accept.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
button.action-accept.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
button.action-accept.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
button.action-accept.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
button.action-accept.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
button.action-accept.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
button.action-accept.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
button.action-accept.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
button.action-accept.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
button.action-accept.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
button.action-accept.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
button.action-accept.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
button.action-accept.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
button.action-accept.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
button.action-accept.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
button.action-accept.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
button.action-accept.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
button.action-accept.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
button.action-accept.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
button.action-accept.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
button.action-dismiss {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
button.action-dismiss:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
button.action-dismiss:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
button.action-dismiss:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
button.action-dismiss.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
button.action-dismiss.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
button.action-dismiss.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
button.action-dismiss.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
button.action-dismiss.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
button.action-dismiss.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
button.action-dismiss.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
button.action-dismiss.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
button.action-dismiss.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
button.action-dismiss.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
button.action-dismiss.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
button.action-dismiss.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
button.action-dismiss.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
button.action-dismiss.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
button.action-dismiss.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
button.action-dismiss.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
button.action-dismiss.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
button.action-dismiss.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
button.action-dismiss.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
button.action-dismiss.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
button.action-dismiss.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-title {
  margin-top: 20px;
}
.customer-account-create .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.customer-account-create .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.customer-account-create .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.customer-account-create .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.customer-account-create .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.customer-account-create .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.customer-account-create .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.customer-account-create .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.customer-account-create .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.customer-account-create .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.customer-account-create .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.customer-account-create .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.customer-account-create .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.customer-account-create .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.customer-account-create .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.customer-account-create .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.customer-account-create .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.customer-account-create .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.customer-account-create .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.customer-account-create .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.customer-account-create .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.customer-account-create .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.customer-account-create .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-create .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-create .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-create .form-create-account {
  width: 100% !important;
}
.customer-account-create .label {
  color: #808080;
  font-family: 'Sen', sans-serif;
}
.customer-account-create .page-main {
  max-width: 100%;
}
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword .page-title {
  margin-top: 20px;
}
.customer-account-forgotpassword .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.customer-account-forgotpassword .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.customer-account-forgotpassword .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.customer-account-forgotpassword .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.customer-account-forgotpassword .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.customer-account-forgotpassword .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.customer-account-forgotpassword .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.customer-account-forgotpassword .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.customer-account-forgotpassword .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.customer-account-forgotpassword .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.customer-account-forgotpassword .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.customer-account-forgotpassword .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.customer-account-forgotpassword .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.customer-account-forgotpassword .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.customer-account-forgotpassword .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.customer-account-forgotpassword .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.customer-account-forgotpassword .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.customer-account-forgotpassword .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.customer-account-forgotpassword .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.customer-account-forgotpassword .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.customer-account-forgotpassword .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.customer-account-forgotpassword .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.customer-account-forgotpassword .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-forgotpassword .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-forgotpassword .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customer-account-forgotpassword .form.password.forget {
  margin: 0 auto;
  padding: 56px;
  background: #e2e2e2;
}
.customer-account-forgotpassword .action.reload.captcha-reload {
  background: #9c9c9c;
  box-shadow: none;
}
.customer-account-forgotpassword .action.reload.captcha-reload span {
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}
.customer-account-forgotpassword .label {
  color: #808080;
  font-family: 'Sen', sans-serif;
}
.catalog-product_compare-index .page-title-wrapper {
  text-align: center;
}
.catalog-product_compare-index .page-title {
  margin-top: 20px;
}
.catalog-product_compare-index .action.print {
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  display: inline-block;
  margin-bottom: 20px;
}
.catalog-product_compare-index .action.print:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.catalog-product_compare-index .action.print:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product_compare-index .action.print:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product_compare-index .action.print.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.catalog-product_compare-index .action.print.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.catalog-product_compare-index .action.print.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.catalog-product_compare-index .action.print.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.catalog-product_compare-index .action.print.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.catalog-product_compare-index .action.print.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.catalog-product_compare-index .action.print.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.catalog-product_compare-index .action.print.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.catalog-product_compare-index .action.print.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.catalog-product_compare-index .action.print.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.catalog-product_compare-index .action.print.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.catalog-product_compare-index .action.print.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.catalog-product_compare-index .action.print.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.catalog-product_compare-index .action.print.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.catalog-product_compare-index .action.print.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.catalog-product_compare-index .action.print.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.catalog-product_compare-index .action.print.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-product_compare-index .action.print.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.catalog-product_compare-index .action.print.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product_compare-index .action.print.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product_compare-index .action.print.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product_compare-index .action.tocart.primary {
  background: #9c9c9c;
  border: 0;
}
.catalog-product_compare-index .action.tocart.primary span {
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}
.catalog-product_compare-index .action.towishlist:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  color: #9090a6;
  font-size: 18px;
  padding: 11px 8px;
}
.catalog-product_compare-index .action.towishlist:hover:before {
  color: #9c9c9c;
}
.cms-noroute-index .sidebar-additional {
  display: none;
}
.cms-noroute-index .page-title-wrapper {
  text-align: center;
}
.cms-noroute-index .page-title {
  margin-top: 20px;
}
.cms-noroute-index .column.main {
  padding: 34px 20px;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.cms-noroute-index .column.main:before {
  width: 150px;
  position: absolute;
  left: 0;
  top: 40%;
  content: "\e90e";
  font-family: 'icomoon' !important;
  font-size: 60px;
  letter-spacing: 1px;
  color: #9c9c9c;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.cms-noroute-index a {
  color: #000000;
}
.cms-noroute-index a:hover {
  color: #9c9c9c;
}
.cms-noroute-index a:hover .span {
  color: #9c9c9c;
}
.cms-noroute-index a:hover:before {
  color: #9c9c9c;
}
.account .column.main a {
  color: #000000;
}
.account .column.main a:hover {
  color: #9c9c9c;
}
.account .column.main a:hover .span {
  color: #9c9c9c;
}
.account .column.main a:hover:before {
  color: #9c9c9c;
}
.account .sidebar-main .nav.item.current strong {
  border-color: #9c9c9c;
}
.account .sidebar-additional {
  display: none;
}
.account button.action {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.account button.action:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.account button.action:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.account button.action:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.account button.action.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.account button.action.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.account button.action.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.account button.action.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.account button.action.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.account button.action.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.account button.action.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.account button.action.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.account button.action.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.account button.action.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.account button.action.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.account button.action.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.account button.action.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.account button.action.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.account button.action.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.account button.action.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.account button.action.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.account button.action.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.account button.action.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.account button.action.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.account button.action.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.account select:not(.limiter-options) {
  display: inline-block;
  box-shadow: none !important;
}
.account select {
  box-shadow: none !important;
}
.account textarea {
  box-shadow: none;
}
.account .actions-toolbar button {
  margin-bottom: 20px !important;
}
.account .actions-toolbar.order-actions-toolbar .actions .action {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  color: #000000;
}
.account .actions-toolbar.order-actions-toolbar .actions .action:hover {
  color: #9c9c9c;
}
.rating-summary .rating-result > span:before {
  color: #9c9c9c;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  width: 80px;
}
.checkout-cart-index .page-title-wrapper {
  text-align: center;
}
.checkout-cart-index .page-title {
  margin-top: 20px;
}
.checkout-cart-index .action.primary.checkout {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.checkout-cart-index .action.primary.checkout:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-cart-index .action.primary.checkout:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .action.primary.checkout:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .action.primary.checkout.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-cart-index .action.primary.checkout.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-cart-index .action.primary.checkout.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-cart-index .action.primary.checkout.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-cart-index .action.primary.checkout.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-cart-index .action.primary.checkout.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-cart-index .action.primary.checkout.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-cart-index .action.primary.checkout.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-cart-index .action.primary.checkout.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-cart-index .action.primary.checkout.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-cart-index .action.primary.checkout.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-cart-index .action.primary.checkout.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-cart-index .action.primary.checkout.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-cart-index .action.primary.checkout.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-cart-index .action.primary.checkout.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-cart-index .action.primary.checkout.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-cart-index .action.primary.checkout.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-cart-index .action.primary.checkout.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-cart-index .action.primary.checkout.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .action.primary.checkout.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .action.primary.checkout.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .action.update {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 7px 15px;
  box-shadow: none;
}
.checkout-cart-index .action.update:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-cart-index .action.update:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .action.update:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .action.update.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-cart-index .action.update.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-cart-index .action.update.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-cart-index .action.update.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-cart-index .action.update.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-cart-index .action.update.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-cart-index .action.update.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-cart-index .action.update.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-cart-index .action.update.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-cart-index .action.update.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-cart-index .action.update.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-cart-index .action.update.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-cart-index .action.update.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-cart-index .action.update.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-cart-index .action.update.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-cart-index .action.update.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-cart-index .action.update.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-cart-index .action.update.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-cart-index .action.update.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .action.update.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .action.update.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  min-height: 37px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a {
  color: #000000;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a:hover {
  color: #9c9c9c;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a:hover .span {
  color: #9c9c9c;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a:hover:before {
  color: #9c9c9c;
}
.checkout-cart-index .action.multicheckout {
  color: #000000;
}
.checkout-cart-index .action.multicheckout:hover {
  color: #9c9c9c;
}
.checkout-cart-index .action.multicheckout:hover .span {
  color: #9c9c9c;
}
.checkout-cart-index .action.multicheckout:hover:before {
  color: #9c9c9c;
}
.checkout-cart-index .cart-discount input {
  box-shadow: none;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  padding: 14px 24px;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.apply.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .cart-discount .block.discount {
  padding: 0 20px;
}
.checkout-cart-index .cart-discount .block.discount .title:after {
  display: none;
}
.checkout-cart-index .cart-discount .block.discount #block-discount-heading {
  color: #000000;
  cursor: pointer;
}
.checkout-cart-index .cart-discount .block.discount #block-discount-heading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-left: 10px;
}
.checkout-cart-index .cart-discount .block.discount.active #block-discount-heading:after {
  content: '\e621';
}
.checkout-cart-index .cart-summary .block.shipping .title {
  padding-top: 10px;
}
.checkout-cart-index .cart-summary .block.shipping .title:after {
  content: '\e622';
  font-family: 'luma-icons';
  margin-left: 10px;
}
.checkout-cart-index .cart-summary .block.active > .title:after {
  font-family: 'luma-icons';
  content: '\e621';
}
.checkout-cart-index .block.crosssell .block-title strong {
  font-size: 2rem;
}
.checkout-cart-index .block.crosssell .product-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info > a {
  display: block;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .product-item-name {
  margin: 0;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .old-price {
  display: block;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .old-price .price-label {
  display: none;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info .product-image-photo {
  opacity: .98;
  transform: scale(1.01);
  transition: 1s;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-info:hover .product-image-photo {
  opacity: .7;
  transform: scale(1.02);
  transition: 1s;
}
.checkout-index-index .opc-progress-bar {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: #000000;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #000000;
  border-color: #000000;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  border-color: #000000;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #000000;
  border-color: #000000;
}
.checkout-index-index button.continue {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.checkout-index-index button.continue:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index button.continue:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index button.continue:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index button.continue.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index button.continue.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index button.continue.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index button.continue.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index button.continue.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index button.continue.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index button.continue.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index button.continue.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index button.continue.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index button.continue.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index button.continue.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index button.continue.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index button.continue.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index button.continue.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index button.continue.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index button.continue.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index button.continue.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index button.continue.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index button.continue.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index button.continue.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index button.continue.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .select {
  box-shadow: none;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 0;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle {
  color: #000000;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle:hover {
  color: #9c9c9c;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle:hover .span {
  color: #9c9c9c;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle:hover:before {
  color: #9c9c9c;
}
.checkout-index-index .authentication-wrapper .action.action-login {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.checkout-index-index .authentication-wrapper .action.action-login:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .authentication-wrapper .action.action-login:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .authentication-wrapper .action.action-login:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .authentication-wrapper .action.action-login.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .authentication-wrapper .action.action-login.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .authentication-wrapper .action.action-login.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .authentication-wrapper .action.action-login.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .authentication-wrapper .action.action-login.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .authentication-wrapper .action.action-login.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .authentication-wrapper .action.action-login.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .authentication-wrapper .action.action-login.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .authentication-wrapper .action.action-login.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .authentication-wrapper .action.action-login.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .authentication-wrapper .action.action-login.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .authentication-wrapper .action.action-login.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .authentication-wrapper .action.action-login.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .authentication-wrapper .action.action-login.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .authentication-wrapper .action.action-login.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .authentication-wrapper .action.action-login.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .authentication-wrapper .action.action-login.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .authentication-wrapper .action.action-login.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .authentication-wrapper .action.action-login.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .authentication-wrapper .action.action-login.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .authentication-wrapper .action.action-login.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .authentication-wrapper .action.action-remind {
  color: #000000;
}
.checkout-index-index .authentication-wrapper .action.action-remind:hover {
  color: #9c9c9c;
}
.checkout-index-index .authentication-wrapper .action.action-remind:hover .span {
  color: #9c9c9c;
}
.checkout-index-index .authentication-wrapper .action.action-remind:hover:before {
  color: #9c9c9c;
}
.checkout-index-index .checkout-payment-method .action.action-update {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
  padding: 12px;
}
.checkout-index-index .checkout-payment-method .action.action-update:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-update:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-update:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-update.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .checkout-payment-method .action.action-update.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .checkout-payment-method .action.action-update.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .checkout-payment-method .action.action-update.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .checkout-payment-method .action.action-update.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .checkout-payment-method .action.action-update.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .checkout-payment-method .action.action-update.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .checkout-payment-method .action.action-update.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .checkout-payment-method .action.action-update.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .checkout-payment-method .action.action-update.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .checkout-payment-method .action.action-update.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-update.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .checkout-payment-method .action.action-update.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-update.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .checkout-payment-method .action.action-update.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .checkout-payment-method .action.action-update.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .checkout-payment-method .action.action-update.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .checkout-payment-method .action.action-update.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-update.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-update.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-update.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-cancel {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 9px;
  margin-top: 0;
  box-shadow: none;
}
.checkout-index-index .checkout-payment-method .action.action-cancel:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-cancel:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-cancel:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-cancel.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.primary.checkout.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .action.action-edit-address.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .discount-code .action.action-toggle {
  color: #000000;
  font-size: 16px;
}
.checkout-index-index .discount-code .action.action-apply {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 8px 12px;
  box-shadow: none;
}
.checkout-index-index .discount-code .action.action-apply:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .discount-code .action.action-apply:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .discount-code .action.action-apply:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .discount-code .action.action-apply.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .discount-code .action.action-apply.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .discount-code .action.action-apply.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .discount-code .action.action-apply.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .discount-code .action.action-apply.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .discount-code .action.action-apply.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .discount-code .action.action-apply.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .discount-code .action.action-apply.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .discount-code .action.action-apply.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .discount-code .action.action-apply.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .discount-code .action.action-apply.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .discount-code .action.action-apply.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .discount-code .action.action-apply.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .discount-code .action.action-apply.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .discount-code .action.action-apply.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .discount-code .action.action-apply.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .discount-code .action.action-apply.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .discount-code .action.action-apply.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .discount-code .action.action-apply.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .discount-code .action.action-apply.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .discount-code .action.action-apply.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .action-select-shipping-item.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .edit-address-link {
  color: #000000;
}
.checkout-index-index .checkout-shipping-address .edit-address-link:hover {
  color: #9c9c9c;
}
.checkout-index-index .checkout-shipping-address .edit-address-link:hover .span {
  color: #9c9c9c;
}
.checkout-index-index .checkout-shipping-address .edit-address-link:hover:before {
  color: #9c9c9c;
}
.checkout-index-index .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #9c9c9c;
}
.checkout-index-index .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #9c9c9c;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 0 10px;
  box-shadow: none;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-shipping-address .new-address-popup .action-show-popup.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .action-save-address {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 0 10px;
  box-shadow: none;
  margin-bottom: 20px;
}
.checkout-index-index .action-save-address:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .action-save-address:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .action-save-address:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .action-save-address.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .action-save-address.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .action-save-address.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .action-save-address.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .action-save-address.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .action-save-address.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .action-save-address.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .action-save-address.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .action-save-address.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .action-save-address.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .action-save-address.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .action-save-address.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .action-save-address.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .action-save-address.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .action-save-address.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .action-save-address.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .action-save-address.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .action-save-address.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .action-save-address.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .action-save-address.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .action-save-address.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 0 10px;
  box-shadow: none;
  margin-top: 0;
  text-decoration: none !important;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout_address-newshipping .page-title-wrapper,
.multishipping-checkout_address-editshipping .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout_address-newshipping .page-title,
.multishipping-checkout_address-editshipping .page-title {
  margin-top: 20px;
}
.multishipping-checkout_address-newshipping select,
.multishipping-checkout_address-editshipping select {
  height: 48px;
  box-shadow: none;
}
.multishipping-checkout_address-newshipping .action.save,
.multishipping-checkout_address-editshipping .action.save {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.multishipping-checkout_address-newshipping .action.save:hover,
.multishipping-checkout_address-editshipping .action.save:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout_address-newshipping .action.save:focus,
.multishipping-checkout_address-editshipping .action.save:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout_address-newshipping .action.save:active,
.multishipping-checkout_address-editshipping .action.save:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout_address-newshipping .action.save.is-loading,
.multishipping-checkout_address-editshipping .action.save.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout_address-newshipping .action.save.is-loading::after,
.multishipping-checkout_address-editshipping .action.save.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout_address-newshipping .action.save.blue-btn,
.multishipping-checkout_address-editshipping .action.save.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout_address-newshipping .action.save.blue-btn:hover,
.multishipping-checkout_address-editshipping .action.save.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout_address-newshipping .action.save.yellow-btn,
.multishipping-checkout_address-editshipping .action.save.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout_address-newshipping .action.save.yellow-btn:hover,
.multishipping-checkout_address-editshipping .action.save.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout_address-newshipping .action.save.red-btn,
.multishipping-checkout_address-editshipping .action.save.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout_address-newshipping .action.save.red-btn:hover,
.multishipping-checkout_address-editshipping .action.save.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout_address-newshipping .action.save.green-btn,
.multishipping-checkout_address-editshipping .action.save.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout_address-newshipping .action.save.green-btn:hover,
.multishipping-checkout_address-editshipping .action.save.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout_address-newshipping .action.save.gray,
.multishipping-checkout_address-editshipping .action.save.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout_address-newshipping .action.save.gray:hover,
.multishipping-checkout_address-editshipping .action.save.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout_address-newshipping .action.save.orange-btn,
.multishipping-checkout_address-editshipping .action.save.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout_address-newshipping .action.save.orange-btn:hover,
.multishipping-checkout_address-editshipping .action.save.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout_address-newshipping .action.save.large,
.multishipping-checkout_address-editshipping .action.save.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout_address-newshipping .action.save.small,
.multishipping-checkout_address-editshipping .action.save.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout_address-newshipping .action.save.curve,
.multishipping-checkout_address-editshipping .action.save.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout_address-newshipping .action.save.blank,
.multishipping-checkout_address-editshipping .action.save.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout_address-newshipping .action.save.blank:hover,
.multishipping-checkout_address-editshipping .action.save.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout_address-newshipping .action.save.blank:focus,
.multishipping-checkout_address-editshipping .action.save.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout_address-newshipping .action.save.blank:active,
.multishipping-checkout_address-editshipping .action.save.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout-addresses .page-title {
  margin-top: 20px;
}
.multishipping-checkout-addresses select {
  box-shadow: none !important;
}
.multishipping-checkout-addresses .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.multishipping-checkout-addresses .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-addresses .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-addresses .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout-addresses .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout-addresses .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout-addresses .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout-addresses .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout-addresses .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout-addresses .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout-addresses .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout-addresses .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout-addresses .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout-addresses .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout-addresses .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout-addresses .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout-addresses .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout-addresses .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout-addresses .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout-addresses .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout-addresses .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.update,
.multishipping-checkout-addresses .action.add {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.multishipping-checkout-addresses .action.update:hover,
.multishipping-checkout-addresses .action.add:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.update:focus,
.multishipping-checkout-addresses .action.add:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-addresses .action.update:active,
.multishipping-checkout-addresses .action.add:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-addresses .action.update.is-loading,
.multishipping-checkout-addresses .action.add.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout-addresses .action.update.is-loading::after,
.multishipping-checkout-addresses .action.add.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout-addresses .action.update.blue-btn,
.multishipping-checkout-addresses .action.add.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout-addresses .action.update.blue-btn:hover,
.multishipping-checkout-addresses .action.add.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout-addresses .action.update.yellow-btn,
.multishipping-checkout-addresses .action.add.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout-addresses .action.update.yellow-btn:hover,
.multishipping-checkout-addresses .action.add.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout-addresses .action.update.red-btn,
.multishipping-checkout-addresses .action.add.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout-addresses .action.update.red-btn:hover,
.multishipping-checkout-addresses .action.add.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout-addresses .action.update.green-btn,
.multishipping-checkout-addresses .action.add.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout-addresses .action.update.green-btn:hover,
.multishipping-checkout-addresses .action.add.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout-addresses .action.update.gray,
.multishipping-checkout-addresses .action.add.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.update.gray:hover,
.multishipping-checkout-addresses .action.add.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout-addresses .action.update.orange-btn,
.multishipping-checkout-addresses .action.add.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout-addresses .action.update.orange-btn:hover,
.multishipping-checkout-addresses .action.add.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout-addresses .action.update.large,
.multishipping-checkout-addresses .action.add.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout-addresses .action.update.small,
.multishipping-checkout-addresses .action.add.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout-addresses .action.update.curve,
.multishipping-checkout-addresses .action.add.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout-addresses .action.update.blank,
.multishipping-checkout-addresses .action.add.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout-addresses .action.update.blank:hover,
.multishipping-checkout-addresses .action.add.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.update.blank:focus,
.multishipping-checkout-addresses .action.add.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses .action.update.blank:active,
.multishipping-checkout-addresses .action.add.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-addresses a.delete,
.multishipping-checkout-addresses a.back {
  color: #000000;
}
.multishipping-checkout-addresses a.delete:hover,
.multishipping-checkout-addresses a.back:hover {
  color: #9c9c9c;
}
.multishipping-checkout-addresses a.delete:hover .span,
.multishipping-checkout-addresses a.back:hover .span {
  color: #9c9c9c;
}
.multishipping-checkout-addresses a.delete:hover:before,
.multishipping-checkout-addresses a.back:hover:before {
  color: #9c9c9c;
}
.multishipping-checkout-shipping .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout-shipping .page-title {
  margin-top: 20px;
}
.multishipping-checkout-shipping select {
  box-shadow: none !important;
}
.multishipping-checkout-shipping .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.multishipping-checkout-shipping .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout-shipping .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-shipping .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-shipping .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout-shipping .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout-shipping .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout-shipping .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout-shipping .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout-shipping .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout-shipping .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout-shipping .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout-shipping .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout-shipping .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout-shipping .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout-shipping .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout-shipping .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout-shipping .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout-shipping .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout-shipping .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout-shipping .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout-shipping .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout-shipping .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-shipping .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-shipping .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-shipping a {
  color: #000000;
}
.multishipping-checkout-shipping a:hover {
  color: #9c9c9c;
}
.multishipping-checkout-shipping a:hover .span {
  color: #9c9c9c;
}
.multishipping-checkout-shipping a:hover:before {
  color: #9c9c9c;
}
.multishipping-checkout-billing .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout-billing .page-title {
  margin-top: 20px;
}
.multishipping-checkout-billing select {
  box-shadow: none !important;
}
.multishipping-checkout-billing .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.multishipping-checkout-billing .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout-billing .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-billing .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-billing .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout-billing .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout-billing .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout-billing .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout-billing .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout-billing .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout-billing .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout-billing .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout-billing .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout-billing .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout-billing .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout-billing .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout-billing .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout-billing .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout-billing .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout-billing .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout-billing .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout-billing .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout-billing .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-billing .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-billing .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-billing a {
  color: #000000;
}
.multishipping-checkout-billing a:hover {
  color: #9c9c9c;
}
.multishipping-checkout-billing a:hover .span {
  color: #9c9c9c;
}
.multishipping-checkout-billing a:hover:before {
  color: #9c9c9c;
}
.multishipping-checkout-overview .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout-overview .page-title {
  margin-top: 20px;
}
.multishipping-checkout-overview select {
  box-shadow: none !important;
}
.multishipping-checkout-overview .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.multishipping-checkout-overview .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout-overview .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-overview .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-overview .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout-overview .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout-overview .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout-overview .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout-overview .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout-overview .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout-overview .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout-overview .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout-overview .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout-overview .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout-overview .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout-overview .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout-overview .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout-overview .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout-overview .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout-overview .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout-overview .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout-overview .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout-overview .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-overview .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-overview .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-overview a {
  color: #000000;
}
.multishipping-checkout-overview a:hover {
  color: #9c9c9c;
}
.multishipping-checkout-overview a:hover .span {
  color: #9c9c9c;
}
.multishipping-checkout-overview a:hover:before {
  color: #9c9c9c;
}
.multishipping-checkout-success .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout-success .page-title {
  margin-top: 20px;
}
.multishipping-checkout-success .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.multishipping-checkout-success .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.multishipping-checkout-success .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-success .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.multishipping-checkout-success .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.multishipping-checkout-success .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.multishipping-checkout-success .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.multishipping-checkout-success .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.multishipping-checkout-success .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.multishipping-checkout-success .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.multishipping-checkout-success .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.multishipping-checkout-success .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.multishipping-checkout-success .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.multishipping-checkout-success .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.multishipping-checkout-success .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.multishipping-checkout-success .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.multishipping-checkout-success .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.multishipping-checkout-success .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.multishipping-checkout-success .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.multishipping-checkout-success .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.multishipping-checkout-success .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.multishipping-checkout-success .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.multishipping-checkout-success .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-success .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-success .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.multishipping-checkout-success .multicheckout.success {
  width: 100%;
  padding-left: 20%;
  position: relative;
}
.multishipping-checkout-success .multicheckout.success:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #9c9c9c;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
}
.multishipping-checkout-success .shipping-list .order-id {
  float: none !important;
}
.multishipping-checkout-success .shipping-list .order-id a {
  color: #000000;
}
.multishipping-checkout-success .shipping-list .order-id a:hover {
  color: #9c9c9c;
}
.multishipping-checkout-success .shipping-list .order-id a:hover .span {
  color: #9c9c9c;
}
.multishipping-checkout-success .shipping-list .order-id a:hover:before {
  color: #9c9c9c;
}
.multishipping-checkout-success .shipping-list .shipping-item {
  margin-left: 0 !important;
  margin: 20px 0;
  line-height: 1.5;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}
.checkout-onepage-success .page-title {
  margin-top: 20px;
}
.checkout-onepage-success .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.checkout-onepage-success .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-onepage-success .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-onepage-success .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-onepage-success .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-onepage-success .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-onepage-success .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-onepage-success .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-onepage-success .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-onepage-success .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-onepage-success .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-onepage-success .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-onepage-success .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-onepage-success .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-onepage-success .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-onepage-success .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-onepage-success .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-onepage-success .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-onepage-success .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-onepage-success .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-onepage-success .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-onepage-success .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-onepage-success .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-onepage-success .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-onepage-success .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-onepage-success .checkout-success {
  width: 100%;
  padding-left: 20%;
  position: relative;
}
.checkout-onepage-success .checkout-success:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #9c9c9c;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
}
.checkout-onepage-success .print {
  color: #000000;
}
.checkout-onepage-success .print:hover {
  color: #9c9c9c;
}
.checkout-onepage-success .print:hover .span {
  color: #9c9c9c;
}
.checkout-onepage-success .print:hover:before {
  color: #9c9c9c;
}
.sales-order-view .block-collapsible-nav .item.current a {
  border-color: #9c9c9c;
}
.customer-account-index .block-title.order {
  margin-bottom: 40px;
}
.contact-index-index .default-banner {
  position: relative;
}
.contact-index-index .default-banner img {
  min-height: 300px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.contact-index-index .default-banner .ccaption {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.contact-index-index .default-banner .ccaption h4 {
  color: #ffffff;
  font-family: 'futura_md_btbold';
  text-transform: uppercase;
  margin: 0;
}
.contact-index-index .default-banner .ccaption h3 {
  color: #ffffff;
  font-family: 'futura_md_btbold';
  text-transform: uppercase;
  margin: 0;
}
.contact-index-index .default-banner .ccaption a {
  background: #f7c800;
  border: 2px solid #f7c800;
  padding: 15px 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Sen', sans-serif;
  border-radius: 0;
  transition: .5s;
  display: inline-block;
  margin-top: 20px;
}
.contact-index-index .default-banner .ccaption a:hover {
  background: #fff;
  border: 2px solid #000;
  transition: .5s;
}
.contact-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
.contact-index-index .page-main .page-title-wrapper {
  display: none;
}
.contact-index-index .contact-outer-left {
  display: flex;
  flex-wrap: wrap;
}
.contact-index-index .adrees-sect {
  margin-top: 42px;
}
.contact-index-index .adrees-sect .add-sect {
  margin-bottom: 25px;
}
.contact-index-index .adrees-sect .add-sect h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0;
  font-family: 'Sen', sans-serif;
  line-height: 1.6;
  margin-bottom: 8px;
}
.contact-index-index .adrees-sect .add-sect p {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  font-family: 'Sen', sans-serif;
}
.contact-index-index .adrees-sect .add-sect h4 {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
  margin: 0;
  font-family: 'Sen', sans-serif;
  line-height: 1.6;
}
.contact-index-index .adrees-sect .add-sect h5 {
  font-size: 18px;
  font-weight: 600;
  color: #808080;
  margin: 0;
  font-family: 'Sen', sans-serif;
  line-height: 1.6;
}
.contact-index-index .form.contact {
  margin-top: 42px;
  min-width: 0 !important;
}
.contact-index-index .form.contact .legend {
  border: 0;
  padding: 0;
}
.contact-index-index .form.contact .legend span {
  font-size: 40px;
  color: #3d3d3d;
  margin: 0;
  padding-bottom: 18px;
  font-family: 'Gotham', sans-serif;
}
.contact-index-index .form.contact .field.note.no-label {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-index-index .form.contact .field:not(.note) .label {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}
.contact-index-index .form.contact .fieldset {
  margin-bottom: 16px;
}
.contact-index-index .form.contact .actions-toolbar .primary {
  float: right;
}
.contact-index-index .form.contact .actions-toolbar .action.submit {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  margin-right: 0;
}
.contact-index-index .form.contact .actions-toolbar .action.submit:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.contact-index-index .form.contact .actions-toolbar .action.submit:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.contact-index-index .form.contact .actions-toolbar .action.submit:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-index-index .form.contact textarea {
  box-shadow: none;
}
.contact-index-index #map {
  width: 100%;
  height: 100%;
}
.contact-index-index .contact-outer-left {
  border-bottom: 1px solid #e5e5e5;
}
.contact-index-index .social-contact {
  text-align: center;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-index-index .social-contact span {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 14px;
}
.contact-index-index .social-contact ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.contact-index-index .social-contact ul li {
  list-style: none;
  margin-right: 20px;
  display: inline-block;
  width: 46px;
}
.contact-index-index .social-contact ul li a img {
  transform: scale(1);
  transition: .5s;
  width: 100%;
}
.contact-index-index .social-contact ul li a:hover img {
  transform: scale(1.2);
  transition: .5s;
}
.cms-story .default-banner,
.cms-about-us .default-banner {
  position: relative;
}
.cms-story .default-banner img,
.cms-about-us .default-banner img {
  min-height: 300px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.cms-story .default-banner .ccaption,
.cms-about-us .default-banner .ccaption {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.cms-story .default-banner .ccaption h4,
.cms-about-us .default-banner .ccaption h4 {
  color: #ffffff;
  font-family: 'futura_md_btbold';
  text-transform: uppercase;
  margin: 0;
}
.cms-story .default-banner .ccaption h3,
.cms-about-us .default-banner .ccaption h3 {
  color: #ffffff;
  font-family: 'futura_md_btbold';
  text-transform: uppercase;
  margin: 0;
}
.cms-story .default-banner .ccaption a,
.cms-about-us .default-banner .ccaption a {
  background: #f7c800;
  border: 2px solid #f7c800;
  padding: 15px 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Sen', sans-serif;
  border-radius: 0;
  transition: .5s;
  display: inline-block;
  margin-top: 20px;
}
.cms-story .default-banner .ccaption a:hover,
.cms-about-us .default-banner .ccaption a:hover {
  background: #fff;
  border: 2px solid #000;
  transition: .5s;
}
.cms-story .page-main,
.cms-about-us .page-main {
  max-width: 100%;
}
.cms-story .str-s1,
.cms-about-us .str-s1 {
  padding: 30px 0;
}
.cms-story .str-s1 h2,
.cms-about-us .str-s1 h2 {
  font-size: 32px;
  color: #000000;
  text-align: center;
  font-family: 'Gotham', sans-serif;
  margin-top: 0;
}
.cms-story .str-s1 p,
.cms-about-us .str-s1 p {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
.cms-story .str-s2,
.cms-about-us .str-s2 {
  display: flex;
}
.cms-story .str-s2 .stwo-in1,
.cms-about-us .str-s2 .stwo-in1 {
  overflow: hidden;
}
.cms-story .str-s2 .stwo-in1 img,
.cms-about-us .str-s2 .stwo-in1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
  transform: scale(1.001);
}
.cms-story .str-s2 .stwo-in1:hover img,
.cms-about-us .str-s2 .stwo-in1:hover img {
  transform: scale(1.05);
  transition: 0.5s ease-out;
}
.cms-story .str-s2 .stwo-in2,
.cms-about-us .str-s2 .stwo-in2 {
  padding: 36px 30px;
  background: #f5f5f5;
}
.cms-story .str-s2 .stwo-in2 p,
.cms-about-us .str-s2 .stwo-in2 p {
  font-size: 18px;
  color: #616161;
  text-align: center;
}
.cms-story .str-s2 .stwo-in3,
.cms-about-us .str-s2 .stwo-in3 {
  overflow: hidden;
}
.cms-story .str-s2 .stwo-in3 img,
.cms-about-us .str-s2 .stwo-in3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
  transform: scale(1.001);
}
.cms-story .str-s2 .stwo-in3:hover img,
.cms-about-us .str-s2 .stwo-in3:hover img {
  transform: scale(1.05);
  transition: 0.5s ease-out;
}
.cms-story .str-s3,
.cms-about-us .str-s3 {
  padding: 35px 0;
}
.cms-story .str-s3 h2,
.cms-about-us .str-s3 h2 {
  margin: 0;
  font-size: 26px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.cms-story .str-s3 .timelinesect,
.cms-about-us .str-s3 .timelinesect {
  margin: 0 auto;
  position: relative;
}
.cms-story .str-s3 .timelinesect .more,
.cms-about-us .str-s3 .timelinesect .more {
  font-size: 16px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: -52px;
}
.cms-story .str-s3 .timelinesect:before,
.cms-about-us .str-s3 .timelinesect:before {
  content: '';
  width: 2px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  right: 0;
  top: 122px;
  margin: 0 auto;
  height: calc(100% - 107px);
}
.cms-story .str-s3 .timelinesect .sect-tm,
.cms-about-us .str-s3 .timelinesect .sect-tm {
  width: 40%;
  position: relative;
}
.cms-story .str-s3 .timelinesect .sect-tm .imgsect,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect {
  position: relative;
}
.cms-story .str-s3 .timelinesect .sect-tm .imgsect:after,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect:after,
.cms-story .str-s3 .timelinesect .sect-tm .imgsect:before,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: -1;
}
.cms-story .str-s3 .timelinesect .sect-tm .imgsect:before,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect:before {
  left: 5%;
  top: 5%;
  transition-duration: 0.4s;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
}
.cms-story .str-s3 .timelinesect .sect-tm .imgsect:after,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect:after {
  right: 5%;
  bottom: 5%;
  transition-duration: 0.4s;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.cms-story .str-s3 .timelinesect .sect-tm .imgsect:hover:after,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect:hover:after,
.cms-story .str-s3 .timelinesect .sect-tm .imgsect:hover:before,
.cms-about-us .str-s3 .timelinesect .sect-tm .imgsect:hover:before {
  width: 89%;
  height: 89%;
  z-index: 1;
}
.cms-story .str-s3 .timelinesect .sect-tm img,
.cms-about-us .str-s3 .timelinesect .sect-tm img {
  width: 100%;
  display: block;
}
.cms-story .str-s3 .timelinesect .sect-tm p,
.cms-about-us .str-s3 .timelinesect .sect-tm p {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  margin-top: 10px;
}
.cms-story .str-s3 .timelinesect .sect-tm .year,
.cms-about-us .str-s3 .timelinesect .sect-tm .year {
  font-size: 16px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  position: absolute;
  width: 70px;
  height: 70px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cms-story .str-s3 .timelinesect .sect-tm .year:before,
.cms-about-us .str-s3 .timelinesect .sect-tm .year:before {
  content: '';
  width: 47px;
  height: 2px;
  background: #ebebeb;
  position: absolute;
}
.cms-story .str-s3 .timelinesect .sect-tm .year:after,
.cms-about-us .str-s3 .timelinesect .sect-tm .year:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ebebeb;
}
.cms-story .str-s3 .timelinesect .clearfix:nth-child(2n+1) .sect-tm,
.cms-about-us .str-s3 .timelinesect .clearfix:nth-child(2n+1) .sect-tm {
  float: left;
}
.cms-story .str-s3 .timelinesect .clearfix:nth-child(2n+1) .sect-tm .year:before,
.cms-about-us .str-s3 .timelinesect .clearfix:nth-child(2n+1) .sect-tm .year:before {
  left: -46px;
}
.cms-story .str-s3 .timelinesect .clearfix:nth-child(2n+1) .sect-tm .year:after,
.cms-about-us .str-s3 .timelinesect .clearfix:nth-child(2n+1) .sect-tm .year:after {
  left: -46px;
}
.cms-story .str-s3 .timelinesect .clearfix:nth-child(2n) .sect-tm,
.cms-about-us .str-s3 .timelinesect .clearfix:nth-child(2n) .sect-tm {
  float: right;
}
.cms-story .str-s3 .timelinesect .clearfix:nth-child(2n) .sect-tm .year:before,
.cms-about-us .str-s3 .timelinesect .clearfix:nth-child(2n) .sect-tm .year:before {
  right: -46px;
}
.cms-story .str-s3 .timelinesect .clearfix:nth-child(2n) .sect-tm .year:after,
.cms-about-us .str-s3 .timelinesect .clearfix:nth-child(2n) .sect-tm .year:after {
  right: -46px;
}
.cms-story .str-s4,
.cms-about-us .str-s4 {
  display: flex;
  margin-top: 80px;
}
.cms-story .str-s4 .s4in.one,
.cms-about-us .str-s4 .s4in.one,
.cms-story .str-s4 .s4in.three,
.cms-about-us .str-s4 .s4in.three {
  padding: 102px 40px;
  background: #f5f5f5;
}
.cms-story .str-s4 .s4in.one h2,
.cms-about-us .str-s4 .s4in.one h2,
.cms-story .str-s4 .s4in.three h2,
.cms-about-us .str-s4 .s4in.three h2 {
  font-size: 20px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.cms-story .str-s4 .s4in.one p,
.cms-about-us .str-s4 .s4in.one p,
.cms-story .str-s4 .s4in.three p,
.cms-about-us .str-s4 .s4in.three p {
  font-size: 18px;
  color: #616161;
  text-align: center;
}
.cms-story .str-s4 .s4in.two,
.cms-about-us .str-s4 .s4in.two {
  overflow: hidden;
}
.cms-story .str-s4 .s4in.two img,
.cms-about-us .str-s4 .s4in.two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: 0.5s ease-out;
}
.cms-story .str-s4 .s4in.two:hover img,
.cms-about-us .str-s4 .s4in.two:hover img {
  transform: scale(1.05);
  transition: 0.5s ease-out;
}
.cms-story .columns .column.main,
.cms-about-us .columns .column.main {
  padding-bottom: 20px;
}
.cms-inspiration .default-banner {
  position: relative;
}
.cms-inspiration .default-banner img {
  min-height: 300px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.cms-inspiration .default-banner .ccaption {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.cms-inspiration .default-banner .ccaption h4 {
  color: #ffffff;
  font-family: 'futura_md_btbold';
  text-transform: uppercase;
  margin: 0;
}
.cms-inspiration .default-banner .ccaption h3 {
  color: #ffffff;
  font-family: 'futura_md_btbold';
  text-transform: uppercase;
  margin: 0;
}
.cms-inspiration .default-banner .ccaption a {
  background: #f7c800;
  border: 2px solid #f7c800;
  padding: 15px 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Sen', sans-serif;
  border-radius: 0;
  transition: .5s;
  display: inline-block;
  margin-top: 20px;
}
.cms-inspiration .default-banner .ccaption a:hover {
  background: #fff;
  border: 2px solid #000;
  transition: .5s;
}
.cms-inspiration .insp-cat {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.cms-inspiration .insp-cat li {
  list-style: none;
}
.cms-inspiration .insp-cat li a {
  display: block;
}
.cms-inspiration .insp-cat li a img {
  width: 100%;
  display: block;
  opacity: .98;
  transform: scale(1.01);
  transition: 1s;
}
.cms-inspiration .insp-cat li a h4 {
  font-size: 18px;
  color: #000000;
  padding: 15px 0 24px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.cms-inspiration .insp-cat li .cat-image {
  overflow: hidden;
  background: #000000;
}
.cms-inspiration .insp-cat li:hover img {
  opacity: .7;
  transform: scale(1.02);
  transition: 1s;
}
.lookbookslider-top .product-info.product-item-info {
  padding: 16px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  min-width: 250px;
}
.lookbookslider-top .product-info.product-item-info a {
  margin-bottom: 10px;
  font-size: 16px;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.lookbookslider-top .product-info.product-item-info .actions-primary button.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-layout-custom-inspiration .loadingbox {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
}
.catalogsearch-advanced-index .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  text-align: center;
}
.catalogsearch-advanced-index .page-title,
.customer-account-createpassword .page-title {
  margin-top: 20px;
}
.catalogsearch-advanced-index .form,
.customer-account-createpassword .form {
  margin: 0 auto;
}
.catalogsearch-advanced-index .form select,
.customer-account-createpassword .form select {
  height: 48px;
}
.catalogsearch-advanced-index .form .action.primary,
.customer-account-createpassword .form .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.catalogsearch-advanced-index .form .action.primary:hover,
.customer-account-createpassword .form .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.catalogsearch-advanced-index .form .action.primary:focus,
.customer-account-createpassword .form .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalogsearch-advanced-index .form .action.primary:active,
.customer-account-createpassword .form .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalogsearch-advanced-index .form .action.primary.is-loading,
.customer-account-createpassword .form .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.catalogsearch-advanced-index .form .action.primary.is-loading::after,
.customer-account-createpassword .form .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.catalogsearch-advanced-index .form .action.primary.blue-btn,
.customer-account-createpassword .form .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.catalogsearch-advanced-index .form .action.primary.blue-btn:hover,
.customer-account-createpassword .form .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.catalogsearch-advanced-index .form .action.primary.yellow-btn,
.customer-account-createpassword .form .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.catalogsearch-advanced-index .form .action.primary.yellow-btn:hover,
.customer-account-createpassword .form .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.catalogsearch-advanced-index .form .action.primary.red-btn,
.customer-account-createpassword .form .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.catalogsearch-advanced-index .form .action.primary.red-btn:hover,
.customer-account-createpassword .form .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.catalogsearch-advanced-index .form .action.primary.green-btn,
.customer-account-createpassword .form .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.catalogsearch-advanced-index .form .action.primary.green-btn:hover,
.customer-account-createpassword .form .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.catalogsearch-advanced-index .form .action.primary.gray,
.customer-account-createpassword .form .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.catalogsearch-advanced-index .form .action.primary.gray:hover,
.customer-account-createpassword .form .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.catalogsearch-advanced-index .form .action.primary.orange-btn,
.customer-account-createpassword .form .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.catalogsearch-advanced-index .form .action.primary.orange-btn:hover,
.customer-account-createpassword .form .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.catalogsearch-advanced-index .form .action.primary.large,
.customer-account-createpassword .form .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.catalogsearch-advanced-index .form .action.primary.small,
.customer-account-createpassword .form .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.catalogsearch-advanced-index .form .action.primary.curve,
.customer-account-createpassword .form .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalogsearch-advanced-index .form .action.primary.blank,
.customer-account-createpassword .form .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.catalogsearch-advanced-index .form .action.primary.blank:hover,
.customer-account-createpassword .form .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalogsearch-advanced-index .form .action.primary.blank:focus,
.customer-account-createpassword .form .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalogsearch-advanced-index .form .action.primary.blank:active,
.customer-account-createpassword .form .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalogsearch-advanced-index .form label,
.customer-account-createpassword .form label {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}
.magetopbrand-group-view .page-title-wrapper,
.magetopbrand-index-index .page-title-wrapper {
  text-align: center;
}
.magetopbrand-group-view .page-title,
.magetopbrand-index-index .page-title {
  margin-top: 20px;
}
.magetopbrand-group-view .sidebar-additional,
.magetopbrand-index-index .sidebar-additional {
  display: none;
}
.magetopbrand-group-view .brand-item,
.magetopbrand-index-index .brand-item {
  height: 70px;
  margin-bottom: 20px;
  border: 1px solid #9E9E9E;
  text-align: center;
}
.magetopbrand-brand-view.page-layout-1column .page-title-wrapper,
.dailydeals-index-index .page-title-wrapper {
  text-align: center;
}
.magetopbrand-brand-view.page-layout-1column .page-title,
.dailydeals-index-index .page-title {
  margin-top: 20px;
  margin-bottom: 14px;
}
.page-product-bundle .product-info-main .product-info-stock-sku .stock.available {
  line-height: 1.3;
}
.page-product-bundle .product-info-main .bundle-actions {
  margin: 27px 0 0 0;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-product-bundle .product-info-main .bundle-actions .action.customize.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper {
  margin: 0 24px;
}
.page-product-bundle .bundle-options-container .product-options-wrapper {
  width: 100%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  padding: 0 24px;
  margin: 0;
}
.page-product-bundle .bundle-options-container .action.back.customization {
  color: #000;
}
.page-product-bundle .bundle-options-container .action.tocart {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.page-product-bundle .bundle-options-container .action.tocart:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .action.tocart:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.page-product-bundle .bundle-options-container .action.tocart:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.page-product-bundle .bundle-options-container .action.tocart.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.page-product-bundle .bundle-options-container .action.tocart.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.page-product-bundle .bundle-options-container .action.tocart.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.page-product-bundle .bundle-options-container .action.tocart.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.page-product-bundle .bundle-options-container .action.tocart.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.page-product-bundle .bundle-options-container .action.tocart.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.page-product-bundle .bundle-options-container .action.tocart.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.page-product-bundle .bundle-options-container .action.tocart.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.page-product-bundle .bundle-options-container .action.tocart.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.page-product-bundle .bundle-options-container .action.tocart.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.page-product-bundle .bundle-options-container .action.tocart.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .action.tocart.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.page-product-bundle .bundle-options-container .action.tocart.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.page-product-bundle .bundle-options-container .action.tocart.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.page-product-bundle .bundle-options-container .action.tocart.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.page-product-bundle .bundle-options-container .action.tocart.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.page-product-bundle .bundle-options-container .action.tocart.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.page-product-bundle .bundle-options-container .action.tocart.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.page-product-bundle .bundle-options-container .action.tocart.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .action.tocart.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .action.tocart.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .box-tocart {
  margin: 0;
}
.page-product-bundle .bundle-options-container .box-tocart .fieldset {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.page-product-bundle .bundle-options-container .box-tocart .fieldset > .actions {
  display: table-cell;
  vertical-align: top;
}
.page-product-bundle .bundle-options-container .box-tocart .label {
  font-size: 18px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
}
.page-product-bundle .bundle-options-container .box-tocart .field.qty {
  margin-bottom: 0;
  display: table-cell;
}
.page-product-bundle .bundle-options-container .box-tocart .control {
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.page-product-bundle .bundle-options-container .box-tocart .control button:not(.primary) {
  border: 0 !important;
  padding: 0;
  position: absolute;
  left: 68px;
  box-shadow: none;
  color: #c2c2c2;
  background: none;
}
.page-product-bundle .bundle-options-container .box-tocart .control .addqty {
  top: 7px;
  width: 18px;
  height: 18px;
  font-size: 29px;
}
.page-product-bundle .bundle-options-container .box-tocart .control .subtract {
  top: 30px;
  width: 18px;
  height: 18px;
  font-size: 29px;
}
.page-product-bundle .bundle-options-container .box-tocart .control #qty {
  padding: 0px;
  margin-right: 20px;
  width: 68px;
  height: 52px !important;
  border: none;
  box-shadow: none;
}
.page-product-bundle .bundle-options-container .box-tocart .control #qty-error {
  position: absolute;
  bottom: -25px;
  width: 300px;
}
.page-product-bundle .bundle-options-container #bundle-summary .label {
  margin-bottom: 10px;
  display: block;
}
.stockists-index-index .search-stockists #stockists-submit {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  top: 6px;
  box-shadow: none;
  display: block;
}
.stockists-index-index .search-stockists #stockists-submit:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.stockists-index-index .search-stockists #stockists-submit:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.stockists-index-index .search-stockists #stockists-submit:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.stockists-index-index .search-stockists #stockists-submit.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.stockists-index-index .search-stockists #stockists-submit.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.stockists-index-index .search-stockists #stockists-submit.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.stockists-index-index .search-stockists #stockists-submit.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.stockists-index-index .search-stockists #stockists-submit.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.stockists-index-index .search-stockists #stockists-submit.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.stockists-index-index .search-stockists #stockists-submit.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.stockists-index-index .search-stockists #stockists-submit.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.stockists-index-index .search-stockists #stockists-submit.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.stockists-index-index .search-stockists #stockists-submit.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.stockists-index-index .search-stockists #stockists-submit.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.stockists-index-index .search-stockists #stockists-submit.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.stockists-index-index .search-stockists #stockists-submit.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.stockists-index-index .search-stockists #stockists-submit.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.stockists-index-index .search-stockists #stockists-submit.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.stockists-index-index .search-stockists #stockists-submit.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.stockists-index-index .search-stockists #stockists-submit.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.stockists-index-index .search-stockists #stockists-submit.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.stockists-index-index .search-stockists #stockists-submit.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.stockists-index-index .search-stockists #stockists-submit.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.stockists-index-index .search-stockists #stockists-submit.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.wishlist-index-index .products-grid .product-item-info {
  padding: 10px;
  border: 1px solid transparent;
}
.wishlist-index-index .product-items {
  display: flex;
  flex-wrap: wrap;
}
.wishlist-index-index .products-grid .product-item-info:hover,
.wishlist-index-index .products-grid .product-item-info.active {
  margin: 0;
  border: 1px solid #bbb;
}
.wishlist-index-index .price-box .special-price {
  display: inline-block;
}
.wishlist-index-index .price-box .old-price {
  display: inline-block;
}
.wishlist-index-index .price-box .old-price .price-label {
  display: none;
}
.wishlist-index-index .price-box .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.wishlist-index-index .deal.wk-daily-deal {
  width: 100%;
  border: 1px dashed #000000;
  z-index: 10;
  padding: 10px;
  margin-bottom: 20px;
}
.wishlist-index-index .deal.wk-daily-deal .wk_cat_count_clock {
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
}
.wishlist-index-index .deal.wk-daily-deal .wk-deal-font-weight-600 {
  color: #ff0000;
  font-size: 14px;
}
.wishlist-index-index .deal.wk-daily-deal .wk-deal-off-box {
  position: unset;
}
.wishlist-index-index .deal.wk-daily-deal .wk-deal-left-border {
  display: none;
}
.wishlist-index-index .deal.wk-daily-deal .wk-deal-ends-label {
  line-height: 1.6;
}
.catalog-product_compare-index .column.main {
  width: 100%;
}
.catalog-product_compare-index .price-box {
  margin: 10px 0 10px 0;
}
.catalog-product_compare-index .price-box .special-price {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product_compare-index .price-box .old-price {
  display: inline-block !important;
}
.catalog-product_compare-index .price-box .old-price .price-label {
  display: none;
}
.catalog-product_compare-index .price-box .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-product_compare-index .wk-daily-deal {
  width: 100%;
  border: 1px dashed #000000;
  z-index: 10;
  padding: 10px;
}
.catalog-product_compare-index .wk-daily-deal .wk_cat_count_clock {
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
}
.catalog-product_compare-index .wk-daily-deal .wk-deal-font-weight-600 {
  color: #ff0000;
  font-size: 14px;
}
.catalog-product_compare-index .wk-daily-deal .wk-deal-off-box {
  position: unset;
}
.catalog-product_compare-index .wk-daily-deal .wk-deal-left-border {
  display: none;
}
.catalog-product_compare-index .wk-daily-deal .wk-deal-ends-label {
  line-height: 1.6;
}
.catalog-product_compare-index .sidebar.sidebar-additional {
  display: none;
}
.customer-account-logoutsuccess .page-title {
  text-align: center;
  margin: 50px 0;
  display: block;
}
.customer-account-logoutsuccess .column.main p {
  text-align: center;
}
body {
  font-family: 'Muli', sans-serif;
}
.cms-story .str-s1 p,
.s4in.one p,
.str-s4 .s4in.three p {
  text-align: justify !important;
  text-align-last: center !important;
}
.cms-story .str-s2 .stwo-in2 p {
  text-align: justify !important;
  text-align-last: center !important;
}
.page-header .panel.wrapper {
  background: #fff;
}
.page-header .ritlinks-outer {
  display: block;
  float: right;
  width: auto;
  display: flex;
}
.page-header .top-contact a {
  font-size: 20px;
  color: #020235;
  padding-left: 40px;
  text-decoration: none;
  position: relative;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
.page-header .top-contact a:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(images/fon-icon.png) no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0px;
  transition: .3s;
}
.page-header .top-contact a:hover:before {
  transform: scale(1.1);
  transition: .3s;
}
.page-header .header.links a {
  font-size: 16px;
  color: #020235 !important;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: .5s;
}
.page-header .header.links li.customer-welcome .action.switch:after {
  color: #000 !important;
}
.page-header .header.links li.customer-welcome.active .customer-menu > .header.links > li {
  width: 100%;
}
.page-header .header.links li.customer-welcome.active .customer-menu > .header.links > li.authorization-link:after {
  display: none;
}
.page-header .header.links li.customer-welcome.active .customer-menu > .header.links > li.authorization-link:before {
  display: none;
}
.page-header .authorization-link:after {
  content: '/' !important;
  margin-left: 10px;
  margin-right: 10px;
  color: #b2b2c1;
}
.page-header .authorization-link:before {
  font-family: 'icomoon' !important;
  content: "\e901";
  color: #c4c4c4;
  margin-right: 7px;
  font-size: 18px;
  line-height: 18px;
}
.page-header .link.wishlist a {
  font-size: 0;
}
.page-header .link.wishlist a:hover:before {
  color: #f7c700 !important;
}
.page-header .link.wishlist {
  list-style: none;
  margin-left: 13px;
}
.page-header {
  -webkit-box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.page-header .link.wishlist a:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  color: #c4c4c4;
  margin-right: 7px;
  font-size: 18px;
  line-height: 18px;
}
.page-header .action.showcart:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  color: #c4c4c4;
  margin-right: 7px;
  font-size: 18px;
  line-height: 18px;
}
.page-header .action.showcart.active:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  margin-right: 7px;
  font-size: 18px;
  line-height: 18px;
}
.page-header .header.links .greet {
  display: none;
}
.nav-sections .header.links .greet {
  display: none;
}
.page-header .block-search .action.search:before {
  font-size: 20px;
  color: #020235;
}
.page-header .header.links li {
  display: inline-block;
  margin-bottom: 0;
}
.page-header .block-search input {
  border: 1px solid #d7d7d7;
}
.page-footer {
  background: #f8f8f9;
  margin-top: 0;
  padding-bottom: 0;
}
.page-footer .foot-top {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.page-footer .footop-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 27px;
  display: flex;
}
.page-footer .foot-top .ft-sect h4 {
  margin: 0;
  font-size: 17px;
  color: #020235;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
.page-footer .foot-top .ft-sect h6 {
  margin: 0;
  font-size: 12px;
  color: #919191;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.page-footer .foot-top .ft-sect {
  display: flex;
  padding: 20px 0;
  margin: 10px 0;
  margin-right: 10px;
}
.page-footer .foot-top .ft-sect .footimg {
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.page-footer .footer-content {
  padding: 0 27px;
}
.page-footer .footer-outer {
  display: flex;
  padding: 40px 27px;
}
.page-footer .footsectone h3 {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #474747;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}
.page-footer .footer-newsletter {
  flex: 2;
}
.page-footer .footer-newsletter .field.newsletter {
  width: calc(-47%);
  display: inline-block;
  max-width: 300px;
}
.page-footer .footer-newsletter .block.newsletter {
  width: 100%;
}
.page-footer .footer-newsletter .block.newsletter div.mage-error[generated] {
  position: absolute;
  margin-top: 0;
}
.page-footer .footer-newsletter .newsletter .actions {
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}
.page-footer .block.newsletter .title {
  display: block;
  margin: 0;
}
.page-footer .block.newsletter .title strong {
  color: #020235;
  font-size: 25px;
  line-height: 1.2;
  font-family: 'Muli', sans-serif;
  font-weight: 600px;
}
.page-footer .block.newsletter .field .control:before {
  display: none;
}
.page-footer .block.newsletter .field.newsletter > .control .label {
  clip: unset;
  position: static;
  padding: 11px 0;
  display: block;
  height: auto;
  width: auto;
  color: #919191;
  font-family: 'Muli', sans-serif;
  font-weight: 400px;
  font-size: 18px;
  line-height: 1.2;
}
.copyright-outer .copyright {
  background: #fff;
  padding: 0;
}
.copyright-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 27px;
  border-top: 1px solid #e2e2e2;
}
.copyright-outer .copyright span {
  font-size: 16px;
  color: #919191;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
.page-header .header.panel {
  padding: 25px 30px;
  max-width: 100%;
  position: relative;
}
.page-header .header.panel:before {
  content: " ";
  display: table;
}
.page-header .header.panel:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.copyright-outer .payment {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.copyright-outer .payment li {
  list-style: none;
  margin-left: 10px;
}
.footer.content {
  display: none;
}
.page-footer .footsectone ul {
  margin: 0;
  padding: 0;
}
.page-footer .footsectone ul li {
  list-style: none;
  margin-bottom: 20px;
}
.page-footer .footsectone ul li a {
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #666666;
  transition: .5s;
}
.page-footer .footsectone ul li a:hover {
  color: #f7c700 !important;
  transition: .5s;
}
.page-footer .footsectone ul li:last-child {
  margin-bottom: 0;
}
.page-header .link.compare {
  list-style: none;
}
.page-header .header.links a:hover {
  color: #f7c700 !important;
  transition: .5s;
}
.page-header .minicart-wrapper .action.showcart:hover:before {
  color: #f7c700 !important;
  transition: .5s;
}
.page-footer .block.newsletter .form.subscribe {
  display: block;
}
.page-footer .block.newsletter .action.subscribe {
  display: block;
  clip: unset;
  width: auto;
  height: auto;
  background: #f7c800;
  border: 2px solid #f7c800;
  border-radius: 0;
  padding: 15px 24px;
  color: #020235;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
  position: static;
  transition: .5s;
}
.page-footer .block.newsletter .action.subscribe:hover {
  background: #fff;
  border: 2px solid #000;
  transition: .5s;
}
.page-header .top-contact {
  display: none;
}
.page-header .block-search {
  float: right;
}
.page-header .block-search .control {
  border: 0;
}
.cms-home .slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.cms-home .bannertext {
  text-align: center;
}
.cms-home .bannertext h1 {
  font-size: 75px;
  color: #ffffff;
  font-family: 'futura_md_btbold';
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}
.cms-home .bannertext h2 {
  font-size: 50px;
  color: #ffffff;
  font-family: 'futura_md_btbold';
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}
.cms-home .bannertext h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 26px;
  font-weight: 600;
}
.cms-home .bannertext a {
  color: #020235;
  background: #f7c700;
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  line-height: 1;
  font-weight: 600;
  padding: 18px 20px;
  display: inline-block;
  border: 2px solid #f7c800;
  transition: .5s;
}
.cms-home .bannertext a:hover {
  border: 2px solid #000;
  background: #fff;
  transition: .5s;
}
.cms-home .bannertext + a {
  display: none;
}
.cms-home .first-column .swiper-container {
  position: relative;
  background: #000;
}
.cms-home .first-column .swiper-pagination {
  bottom: 45px;
}
.cms-home .first-column .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .4;
}
.cms-home .first-column .swiper-container-horizontal .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}
.cms-home .home-featured {
  padding: 0 27px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-home .home-featured .image-sect {
  z-index: 0;
  background: #000;
}
.cms-home .home-featured .image-sect img {
  width: 100%;
  display: block;
}
.cms-home .home-featured .ft-one {
  margin-top: 25px;
}
.cms-home .home-featured .image-sect a {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 15px;
  color: #5b5b5b;
  padding: 17px;
  background: #fff;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}
.cms-home .home-featured .image-sect:hover a {
  display: block;
  opacity: 1;
}
.cms-home .home-featured .image-sect:hover img {
  opacity: .8;
}
.cms-home .home-featured .desc-sect h3 {
  font-size: 32px;
  color: #020235;
  font-family: 'futura_hv_btheavy';
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
.cms-home .home-featured .desc-sect h4 {
  font-size: 15px;
  color: #616161;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-home .home-featured .desc-sect {
  background: #fff;
  width: calc(60%);
  padding: 20px 25px;
  border: 1px solid #e1e1e1;
  margin: -60px auto 0 auto;
  z-index: 1;
  position: relative;
  height: 160px !important;
}
.cms-home .home-featured .ft-one {
  position: relative;
}
.cms-home .first-column .swiper-slide img {
  display: block;
}
.cms-home .sect-shopby {
  padding: 24px 27px;
}
.cms-home .sect-shopby .resp-tabs-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.cms-home .sect-shopby .resp-tabs-list > li {
  font-size: 20px;
  color: #020235;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 17px;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.cms-home .sect-shopby .resp-tabs-list > li.resp-tab-active {
  border: 1px solid #2e3192 !important;
  font-weight: 700;
}
.cms-home .sect-shopby .resp-tabs-list:before {
  content: 'Shop by -';
  display: block;
  margin-right: 40px;
  font-size: 18px;
  color: #838383;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
.cms-home .sect-shopby .resp-tab-content {
  border: 0;
  padding: 0;
}
.cms-home .sect-shopby .sectiontab {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.cms-home .sect-shopby .tabin .tavinimag img {
  width: 100%;
  display: block;
}
.cms-home .sect-shopby .tabin .tabindesc {
  padding: 20px 10px;
}
.cms-home .sect-shopby .tabin .tabindesc h3 {
  font-size: 16px;
  color: #020235;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-home .bestin .boxone p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .cms-home .sect-shopby .tabin{
    margin-right: 10px;
} */
.cms-home .bestin-container {
  padding: 0 27px;
}
.cms-home .bestin {
  margin-right: -10px;
}
.cms-home .bestin .boxone {
  padding: 44px;
  border: 1px solid #e1e1e1;
}
.cms-home .bestin .boxone h2 {
  font-size: 35px;
  color: #020235;
  font-family: 'futura_hv_btheavy';
  margin: 0;
  margin-bottom: 12px;
}
.cms-home .bestin .boxtwo img {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cms-home .bestin .boxtwo:last-child {
  margin-right: 0;
}
.cms-home .bestin .boxtwo h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  text-align: center;
}
.cms-home .bestin {
  display: flex;
  flex-wrap: wrap;
}
.cms-home .bestin .boxone {
  margin-right: 10px;
}
.cms-home .bestin .boxtwo {
  margin-right: 10px;
  position: relative;
}
.cms-home .bestin .boxone a {
  font-size: 15px;
  color: #5b5b5b;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  padding: 17px;
  border: 1px solid #000;
  display: inline-block;
  margin-top: 20px;
}
.cms-home .bestin .boxone a:hover {
  background: #f7c800;
  border: 1px solid #f7c800;
  transition: .5s;
}
.sections.nav-sections {
  background: #fff;
  z-index: 150;
}
.sections.nav-sections .navigation {
  background: #fff;
}
.home-categories {
  margin: 0 27px;
  border: 1px solid #e1e1e1;
  margin-bottom: 26px;
}
.home-categories h2 {
  text-align: center;
  font-size: 26px;
  color: #020235;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.cms-home .bottombestin {
  margin: 16px 27px 0 27px;
  display: flex;
  flex-wrap: wrap;
}
.cms-home .bottombestin .sect1 {
  padding: 40px;
  border: 1px solid #e1e1e1;
  margin-bottom: 26px;
}
.cms-home .bottombestin .sect1 h4 {
  font-size: 25px;
  color: #020235;
  font-family: "FuturaBT-Book";
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.cms-home .bottombestin .sect1 h5 {
  font-size: 18px;
  color: #616161;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.cms-home .bottombestin .sect1 h6 {
  text-align: center;
}
.cms-home .bottombestin .sect1 h6 a {
  font-size: 14px;
  color: #3c3c3c;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  position: relative;
}
.cms-home .bottombestin .sect1 h6 a:after {
  content: "\e905";
  font-family: 'icomoon' !important;
  margin-left: 0;
  font-size: 12px;
  color: #3c3c3c;
  vertical-align: baseline;
  transition: 0.5s ease-in-out;
  position: absolute;
  right: -25px;
  top: 2px;
}
.cms-home .bottombestin .sect1 h6 a:hover:after {
  transform: translateX(10px);
  transition: 0.5s ease-in-out;
}
.cms-home .topsb {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
.cms-home .topsb h2 {
  font-size: 30px;
  color: #020235;
  font-family: "FuturaBT-Book";
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.cms-home .topsb p {
  font-size: 18px;
  color: #616161;
  font-family: 'Muli', sans-serif;
  font-weight: 40;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
.cms-home .tsbrands {
  border-top: 1px solid #e1e1e1;
  margin-top: 46px;
  position: relative;
}
.cms-home .tsbrands h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #020235;
  font-family: 'futura_hv_btheavy';
  text-align: center;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: -38px;
  left: 50%;
  padding: 0 15px;
  transform: translateX(-50%);
}
.cms-home .tsbrands .owl-item .brand-item {
  height: auto !important;
  padding: 24px;
  border: 1px solid #e1e1e1;
}
.cms-home .topsb {
  display: none;
}
.cms-home .bottombestin {
  display: none;
}
.cms-page-view .page-title-wrapper {
  text-align: center;
}
.cms-page-view .page-title {
  margin: 0;
  padding: 50px 0 30px 0;
}
.cms-inspiration .page-main {
  max-width: 100%;
}
.wk-title-container {
  min-height: 348px;
}
.wk-dd-main-container {
  margin-bottom: 0;
}
.navigation .level0 .submenu .active > a {
  border-color: #f7c700;
}
.sections.nav-sections ~ div {
  margin-top: -10px;
}
.wk-dd-main-container .wk-left-container .wk-title-btn {
  margin-top: 20px;
}
.wk-dd-main-container .wk-title-container {
  min-height: 300px;
}
.wk-dd-main-container {
  margin-bottom: 5px !important;
}
.lookbookslider-top .cycle-slideshow1 .slide {
  z-index: 1 !important;
}
.nav-sections .navigation img.menu-icon {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .page-header .nav-toggle {
    position: static;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
  }
  .page-header .block-search .label:before {
    font-size: 18px;
    line-height: 23px;
  }
  .page-header .block-search .control {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 52px;
    padding: 0;
    margin: 0 auto;
  }
  .page-header .logo {
    margin-left: 0;
  }
  .page-footer .footer-outer {
    flex-wrap: wrap;
  }
  .page-footer .footer-outer .footsectone {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 40px;
  }
  .copyright-outer {
    flex-direction: column;
  }
  .copyright-outer .copyright span {
    margin-bottom: 10px;
    display: block;
  }
  .page-footer .footop-wrap {
    flex-wrap: wrap;
  }
  .foot-top .ft-sect {
    width: calc(40%);
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .link.wishlist {
    margin-top: 15px;
  }
  .page-header .minicart-wrapper {
    margin-top: 15px;
  }
  .page-header .logo {
    max-width: 105px;
    margin: 0;
  }
  .page-header .header.panel {
    padding: 10px 30px;
  }
  .page-header .block-search {
    margin-top: 12px;
    margin-left: 9px;
  }
  .block-search .label:before {
    color: #c4c4c4;
  }
  .block-search .label:hover:before {
    color: #f7c800;
  }
  .cms-home .bannertext h1 {
    font-size: 50px;
  }
  .cms-home .bannertext h2 {
    font-size: 30px;
  }
  .cms-home .bannertext h3 {
    font-size: 20px;
  }
  .cms-home .first-column .swiper-slide img {
    width: auto;
    min-height: 400px;
    object-fit: cover;
  }
  .cms-home .home-featured .ft-one {
    width: 100%;
  }
  .cms-home .sect-shopby .sectiontab .tabin {
    width: calc(40%);
  }
  .cms-page-view .page-title {
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .navigation ul {
    padding: 0;
  }
  .sections.nav-sections .navigation {
    padding: 0;
    background: #fff;
  }
  .sections.nav-sections .navigation a {
    font-size: 16px;
    color: #020235;
    border-color: #f7c700 !important;
  }
  .nav-sections .header.links li > a {
    font-size: 16px;
    color: #020235;
  }
  .sections.nav-sections .navigation span {
    font-size: 12px;
  }
  .ves-megamenu .dropdown.submenu-left {
    margin: 0;
  }
  .sections.nav-sections .section-item-title a {
    font-size: 20px;
    color: #020235;
    font-weight: 700;
  }
  .nav-sections-item-title {
    background: #fff;
    border: solid #fff;
  }
  .nav-sections-item-title.active {
    background: #f7c700;
    border: solid #f7c700;
  }
  .sections.nav-sections .section-item-title {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .cms-home .sect-shopby .resp-tabs-list > li {
    display: none;
  }
  .cms-home .sect-shopby h2.resp-accordion {
    display: block;
    font-size: 20px;
    color: #020235;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
  }
  .cms-home .bestin .boxone {
    width: 100%;
    margin-bottom: 10px;
  }
  .cms-home .bestin .boxtwo {
    width: calc(40%);
    margin-bottom: 10px;
  }
  .home-categories {
    padding: 30px 20px;
  }
  .cms-home .bottombestin .sect1 {
    width: calc(40%);
    margin-right: 20px;
  }
  .cms-home .bottombestin .sect1:nth-child(2) {
    margin-right: 0;
  }
  .ves-megamenu.nav-mobile .dropdown-menu .subgroup.level1 > a {
    padding-left: 12px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .page-footer .footer-outer .footsectone {
    width: 100%;
    text-align: center;
  }
  .foot-top .ft-sect {
    width: 100%;
    margin-right: 0;
  }
  .cms-home .bannertext h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .cms-home .bannertext h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cms-home .bannertext h3 {
    margin-bottom: 10px;
  }
  .cms-home .magetop-widget {
    padding: 46px 27px;
  }
  .page-header .header.panel {
    padding: 10px 15px;
  }
  .copyright-outer {
    padding: 30px 15px;
  }
  .page-footer .footer-newsletter .newsletter .actions {
    margin-left: 0;
    margin-top: 14px;
  }
  .page-footer .footer-newsletter .field.newsletter {
    width: 100%;
  }
  .cms-home .home-featured .ft-one {
    width: 100%;
  }
  .cms-home .home-featured .desc-sect h3 {
    font-size: 24px;
  }
  .cms-home .home-featured .desc-sect h4 {
    font-size: 12px;
  }
  .cms-home .sect-shopby .sectiontab .tabin {
    width: 100%;
  }
  .cms-home .bestin .boxtwo {
    width: 100%;
  }
  .cms-home .bottombestin .sect1 {
    width: 100%;
    margin-right: 0 !important;
  }
  .hotspot {
    display: block;
  }
}
@media (min-width: 601px) {
  .wk-dd-main-container {
    display: flex !important;
  }
  .wk-dd-main-container .wk-left-container {
    height: auto;
  }
  .wk-dd-main-container .wk-title-container {
    height: 100%;
  }
  .wk-dd-main-container .product-item {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .home-categories {
    padding: 30px 62px;
  }
  .cms-home .bottombestin .sect1 {
    width: calc(40%);
    margin-right: 20px;
  }
  .cms-home .bottombestin .sect1:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .page-header .top-contact {
    margin-left: 30px;
    margin-top: 20px;
  }
  .page-header .block-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    margin: 0 auto;
    padding: 0;
    width: 500px;
    max-width: 30%;
  }
  .page-header .block-search input {
    height: 46px;
    line-height: 46px;
  }
  .page-header .block-search input:focus {
    box-shadow: none;
  }
  .page-header .block-search .action.search {
    top: 7px;
  }
  .page-header .header.links {
    margin-top: 19px !important;
  }
  .page-header .ritlinks-outer {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: auto !important;
  }
  .page-header .logo {
    margin: 0;
  }
  .foot-top .ft-sect {
    width: 25%;
  }
  .nav-toggle {
    position: static;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 12px;
    display: none;
  }
  .page-footer .footer-outer {
    flex-wrap: wrap;
  }
  .page-footer .footer-outer .footsectone {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 40px;
  }
  .copyright-outer {
    flex-direction: column;
  }
  .copyright-outer .copyright span {
    margin-bottom: 10px;
    display: block;
  }
  .page-footer .footop-wrap {
    flex-wrap: wrap;
  }
  .foot-top .ft-sect {
    width: 48%;
  }
  .cms-home .bannertext h1 {
    font-size: 50px;
  }
  .cms-home .bannertext h2 {
    font-size: 30px;
  }
  .cms-home .bannertext h3 {
    font-size: 20px;
  }
  .cms-home .first-column .swiper-slide img {
    width: 100% !important;
  }
  .cms-home .home-featured .ft-one {
    width: calc(43%);
  }
  /* .cms-home .sect-shopby .sectiontab .tabin{
        width: calc(100%/3 - 10px);
    } */
  .cms-home .bestin .boxone {
    width: calc(40%);
    margin-bottom: 10px;
  }
  .cms-home .bestin .boxtwo {
    width: calc(40%);
    margin-bottom: 10px;
  }
  .page-header .action.compare:before {
    height: 16px;
  }
  .sections.nav-sections .nav-sections-items {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .tagstyle {
    background: url(tagbg.png) no-repeat;
    background-size: cover;
  }
  .navigation .level0 .submenu a {
    padding: 4px 20px;
  }
  .ves-megamenu li.level0.tagstyle a {
    color: #ff0000;
  }
  .ves-megamenu li.level0.tagstyle:hover > a,
  .ves-megamenu li.level0.tagstyle.active > a {
    background: none;
  }
  .ves-megamenu li.level0.tagstyle > a:hover span,
  .ves-megamenu li.level0.tagstyle.active > a span {
    color: #ff0000 !important;
  }
  .nav-sections-item-content {
    width: 100%;
  }
  .nav-sections-item-content ul.ves-megamenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sections.nav-sections {
    margin-bottom: 0;
    color: #f7c700;
  }
  .navigation .submenu .active > a {
    border-color: transparent !important;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f7c700;
  }
}
@media (min-width: 992px) {
  .nav-sections {
    background: #ffffff;
    margin-bottom: 0;
  }
  .nav-sections .navigation {
    background: #ffffff;
    max-width: 100%;
  }
  .nav-sections .navigation > ul {
    text-align: center;
  }
  .nav-sections .navigation > ul > .level0 > a > span {
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transition: .3s;
  }
  .nav-sections .navigation > ul > .level0 > a:hover > span {
    color: #f7c700;
    transition: .3s;
  }
  .nav-toggle {
    display: none;
  }
  .copyright-outer {
    flex-direction: row;
  }
  .copyright-outer .copyright span {
    margin-bottom: 0;
  }
  .sections.nav-sections .megamenu-sidebar.right-sidebar {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .page-footer .footsectone {
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0 !important;
  }
  .page-footer .foot-top .ft-sect {
    width: calc(15%);
  }
  .cms-home .bannertext h1 {
    font-size: 75px;
  }
  .cms-home .bannertext h2 {
    font-size: 50px;
  }
  .cms-home .bannertext h3 {
    font-size: 30px;
  }
  .cms-home .home-featured .ft-one {
    width: calc(26.33333333%);
  }
  /* .cms-home .sect-shopby .sectiontab .tabin{
        width: calc(100%/4 - 10px);
    } */
  .cms-home .bestin .boxone {
    width: calc(40%);
  }
  .cms-home .bestin .boxtwo {
    width: calc(40%);
  }
  .cms-home .bottombestin .sect1 {
    width: calc(19.33333333%);
    margin-right: 20px;
  }
  .cms-home .bottombestin .sect1:nth-child(3) {
    margin-right: 0;
  }
  .cms-home .bottombestin .sect1:nth-child(2) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .page-header .top-contact {
    display: inline-block;
  }
  /* .cms-home .sect-shopby .tabin{
        width:calc(100%/5 - 10px) !important;
    } */
  .cms-home .bestin .boxone {
    width: calc(30%);
  }
  .cms-home .bestin .boxtwo {
    width: calc(10%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-item.submenu-left.dropdown-submenu {
    width: 50%;
    display: inline-block;
  }
}
/***********/
.customer-account-create .page-main {
  max-width: 600px;
  background: #fdfdfd;
  box-shadow: -1px 0px 16px 2px #8a8a8a;
  margin-top: 60px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.customer-account-login .page-main {
  max-width: 860px;
  background: #fdfdfd;
  box-shadow: -1px 0px 16px 2px #8a8a8a;
  margin-top: 60px;
  border-radius: 10px;
  margin-bottom: 50px;
}
div#add_button_register_byclass:after,
#add_button_login_byclass:after {
  content: "OR";
  border: 1px solid #cfcfcf;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 35px;
  display: inline-block;
  margin-top: 30px;
}
div#add_button_register_byclass:before {
  content: "Register with Social Accounts";
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
div#add_button_login_byclass:before {
  content: "Login with Social Accounts";
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.form.create.account {
  min-width: 580px;
}
.sociallogin-block .sociallogin-buttons ul li,
.sociallogin-buttons ul li {
  display: inline-block;
}
.customer-account-create .form-create-account .fieldset {
  width: calc(80%);
}
.copyright-outer {
  background: #fff;
}
.customer-account-create .page-wrapper,
.customer-account-login .page-wrapper {
  background: url(http://bestbuys.acodez.ca/pub/media/storyimg2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-color: #d9aa49;
}
.block-customer-login,
.block-new-customer {
  width: 100%;
}
.sociallogin-block .sociallogin-clearfix {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-header {
    z-index: 151;
  }
}
/************************************************************ custom styles ****************************************************************************/
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Thin.otf') format("opentype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Light.otf') format("opentype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Regular.otf') format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Medium.otf') format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Bold.otf') format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Extrabold.otf') format("opentype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham_Black.otf') format("opentype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* common styles */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
  /*user-select: initial;*/
}
*:focus {
  outline: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  font-family: 'Gotham', sans-serif !important;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #9c9c9c;
}
a:active {
  text-decoration: none;
  outline: none;
  color: #9c9c9c;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #9c9c9c;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  scroll-behavior: smooth;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.3px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
body.menu-open {
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham', sans-serif !important;
  cursor: auto;
  /*user-select: initial !important;*/
  font-weight: 700;
  color: #000000;
}
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}
ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}
ol {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}
ol li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}
li {
  color: #000000;
}
select::-ms-expand {
  display: none !important;
}
select:focus {
  outline: none !important;
}
label {
  /*-moz-user-select: initial;
    -ms-user-select: initial;
    -webkit-user-select: initial;
    -o-user-select: initial;
    user-select: initial;*/
  font-size: 15px;
  vertical-align: top;
  color: #000000;
}
label em {
  color: #ff0000;
}
strong {
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
}
.clearfix {
  display: table;
  clear: both;
}
.main-title {
  padding: 0 0 0 0;
  margin: 0 0 50px 0;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.block-title {
  padding: 0 0 0 0;
  margin: 0 0 35px 0 !important;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.block-title strong {
  font-size: 32px !important;
  font-weight: 700 !important;
}
.block-title a {
  display: none;
}
.sub-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 44px;
  line-height: 50px;
  text-transform: capitalize;
  color: #ffef44;
  font-family: 'Gotham', sans-serif;
  font-weight: normal;
}
.btn {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.btn:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.btn:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.btn:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.btn.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.btn.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.btn.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.btn.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.btn.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.btn.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.btn.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.btn.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.btn.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.btn.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.btn.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.btn.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.btn.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.btn.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.btn.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.btn.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.btn.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.input-text {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.input-text::-webkit-inner-spin-button,
.input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.input-text:hover {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.input-text:hover::-webkit-inner-spin-button,
.input-text:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.input-text.large {
  height: 50px;
}
.input-text.small {
  height: 34px;
}
.input-text.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.input-text::placeholder {
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
}
.input-text:focus {
  border: 1px solid #000000;
}
.input-text.mage-error {
  border-color: #e02b27;
  color: #e02b27;
}
.input-text.mage-error::placeholder {
  color: #e02b27;
}
.input-text.mage-error:focus {
  outline: none !important;
  border-color: #e02b27;
  color: #e02b27;
}
.input-text.mage-error:focus::placeholder {
  color: #e02b27;
}
.input-div {
  width: 100%;
  position: relative;
}
.input-checkbox {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.input-checkbox + .checkbox-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 0px;
  margin: 0px 10px 0px 0px;
  background-color: #fff;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.input-checkbox + .checkbox-label::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 9px;
  height: 9px;
}
.input-checkbox:checked + .checkbox-label::after {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAZlBMVEX///9eUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIALD82WAAAAIXRSTlMAAggQFhgaGxwdHyIvMDQ1REVkiYq2t8HHycrLzdHS1NVktWYVAAAAS0lEQVR42mzGtQGDAABFwZfg7q5//yFxOq46Pv1C+88r6Iv0vTWqyp8bkxYPsrIL8Dq1x8krNVGjxeTkzJJWh5vbavB5xXXCPgIAADTdA+ymJeRHAAAAAElFTkSuQmCC) center no-repeat;
}
.input-radio {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.input-radio + .radio-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #8b8b8b;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0px 3px 0px 0px;
  background-color: #fff;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  line-height: 14px;
  margin: 12px 0px !important;
}
.input-radio + .radio-label::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.input-radio:checked + .radio-label::after {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.input-text:-webkit-autofill {
  background-color: #ffffff !important;
}
textarea {
  width: 100% !important;
  display: block !important;
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  height: 90px !important;
  padding: 0px 15px !important;
}
textarea.input-text {
  height: 90px !important;
  padding: 15px 15px 15px 15px;
}
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #000000 !important;
}
select {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAMAAADepFZYAAAATlBMVEUkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCR5jPXoAAAAGXRSTlMAQEFbanR3e3+DhIeKjY6Vl5iZmpudpqy9tY7T5gAAAEBJREFUeNpNx9UBg1AAwMDUy8Od7D8obvd38ODwhGC+52tLpdman/YQaQp8tIa1MW9tWAUdtGD3V0tOiR03L1YT41YDZiASJAQAAAAASUVORK5CYII=) no-repeat calc(100% - 10px) center !important;
  padding-right: 40px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px;
  font-size: 13px;
  width: 100%;
  height: 40px;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
}
select:focus {
  border: 1px solid #9c9c9c !important;
  box-shadow: none !important;
}
select::-ms-expand {
  display: none !important;
}
select.input-text {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAMAAADepFZYAAAATlBMVEX///8AjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYAjsYhDQs1AAAAGXRSTlMAQEFbanR3e3+DhIeKjY6Vl5iZmpudpqy9tY7T5gAAAEBJREFUeNpNx9UBg1AAwMDUy8Od7D8obvd38ODwhGC+52tLpdman/YQaQp8tIa1MW9tWAUdtGD3V0tOiR03L1YT41YDZiASJAQAAAAASUVORK5CYII=) no-repeat calc(100% - 10px) center !important;
  padding-right: 40px;
  border: 1px solid #e0e0e0;
}
select.input-text::-ms-expand {
  display: none !important;
}
select.input-text:focus {
  border: 1px solid #000000;
  box-shadow: none !important;
}
.input-text.date {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYvW4TAAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
}
.input-text.time {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.time:focus {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  margin: 0px;
  text-align: center;
  z-index: 1000;
  text-transform: uppercase;
  z-index: 16009;
}
.loader::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 3px solid rgba(69, 89, 93, 0.52);
  box-sizing: border-box;
}
.loader::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #252525 transparent transparent;
  border-style: solid;
  border-width: 3px;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  box-sizing: border-box;
}
.loader span {
  position: absolute;
  top: 40px;
  left: calc(50% - 45px);
  font-size: 12px;
  width: 90px;
  line-height: 15px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px #000000;
  color: #000000;
  text-align: center;
}
.loader span::before {
  content: '';
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(191, 191, 191, 0.9);
}
p {
  font-weight: 400;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  letter-spacing: 0em;
}
p a {
  color: #000000;
  font-weight: 400;
  font-family: 'Gotham', sans-serif;
  letter-spacing: 0;
  font-size: 14px;
}
p a:hover {
  color: #9c9c9c;
}
.inline {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.col-1 {
  width: 100%;
  padding: 0px 15px;
}
.col-2 {
  width: 50%;
  padding: 0px 15px;
}
.col-3 {
  width: 33.3333%;
  padding: 0px 15px;
}
.col-4 {
  width: 25%;
  padding: 0px 15px;
}
.col-5 {
  width: 20%;
  padding: 0px 15px;
}
.col-75 {
  width: 75%;
  padding: 0px 15px;
}
.col-container {
  font-size: 0px;
}
.row {
  margin: 0px -15px;
}
.container {
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto !important;
}
.wk-nav {
  z-index: 0 !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
}
input[type="text"].large,
input[type="password"].large,
input[type="url"].large,
input[type="tel"].large,
input[type="search"].large,
input[type="number"].large,
input[type="datetime"].large,
input[type="email"].large {
  height: 50px;
}
input[type="text"].small,
input[type="password"].small,
input[type="url"].small,
input[type="tel"].small,
input[type="search"].small,
input[type="number"].small,
input[type="datetime"].small,
input[type="email"].small {
  height: 34px;
}
input[type="text"].curve,
input[type="password"].curve,
input[type="url"].curve,
input[type="tel"].curve,
input[type="search"].curve,
input[type="number"].curve,
input[type="datetime"].curve,
input[type="email"].curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder {
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
  color: #6b6b6b;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: none !important;
  border: 1px solid #000000;
}
input[type="text"].validation-failed,
input[type="password"].validation-failed,
input[type="url"].validation-failed,
input[type="tel"].validation-failed,
input[type="search"].validation-failed,
input[type="number"].validation-failed,
input[type="datetime"].validation-failed,
input[type="email"].validation-failed {
  border-color: #df280a;
  color: #df280a;
}
input[type="text"].validation-failed::placeholder,
input[type="password"].validation-failed::placeholder,
input[type="url"].validation-failed::placeholder,
input[type="tel"].validation-failed::placeholder,
input[type="search"].validation-failed::placeholder,
input[type="number"].validation-failed::placeholder,
input[type="datetime"].validation-failed::placeholder,
input[type="email"].validation-failed::placeholder {
  color: #df280a;
}
input[type="text"].validation-failed:focus,
input[type="password"].validation-failed:focus,
input[type="url"].validation-failed:focus,
input[type="tel"].validation-failed:focus,
input[type="search"].validation-failed:focus,
input[type="number"].validation-failed:focus,
input[type="datetime"].validation-failed:focus,
input[type="email"].validation-failed:focus {
  outline-color: #ef9384;
  border-color: #df280a;
  color: #df280a;
}
input[type="text"].validation-failed:focus::placeholder,
input[type="password"].validation-failed:focus::placeholder,
input[type="url"].validation-failed:focus::placeholder,
input[type="tel"].validation-failed:focus::placeholder,
input[type="search"].validation-failed:focus::placeholder,
input[type="number"].validation-failed:focus::placeholder,
input[type="datetime"].validation-failed:focus::placeholder,
input[type="email"].validation-failed:focus::placeholder {
  color: #df280a;
}
input[type="checkbox"] {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 0 !important;
  height: 14px !important;
  width: 14px !important;
  border: 1px solid #a9a9a9 !important;
  background: transparent !important;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0 !important;
  background: #ffffff;
  border-radius: 3px;
  padding: 0 0 0 0 !important;
  cursor: pointer;
  opacity: 1 !important;
  box-shadow: none !important;
}
input[type="checkbox"] ~ label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 0 !important;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  line-height: 1;
  margin: 0 0 0 0 !important;
  max-width: calc(79%);
}
input[type="checkbox"] ~ label::before {
  display: none !important;
}
input[type="checkbox"]:checked {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAqElEQVQ4T93SsQkCURCE4e/KsAJjMTS3BTFTU2uwCXMFCxDMDAwsQGzEFkSUhXdwd7wT5cDAF79/ZnZ2Cx1f0ZH3c4HS8Fkm/yZBH0c8MMItRD4VCPiMXnIe45QTGKYP10q5TXiPSUpSSxDwJYFz7JCDp7jnOhggnGOsKGmFZSV2ONfg3AgzbDPdZOG2EiP+piLSCr/bQoisccCiOnPzcj9dY+vF/4HACyAZHRFL4jdmAAAAAElFTkSuQmCC) no-repeat center !important;
}
input[type="checkbox"]:checked ~ label::before {
  display: none !important;
}
input[type="checkbox"]::after {
  display: none;
}
input[type="checkbox"]:focus {
  box-shadow: none !important;
}
input[type="number"] {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
input[type="number"]:hover {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
input[type=radio] {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  height: 14px !important;
  width: 14px !important;
  border: 1px solid #a9a9a9 !important;
  background: transparent !important;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0 !important;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 1 !important;
  box-shadow: none !important;
}
input[type=radio] ~ label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 0 !important;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  line-height: 1;
  margin: 0 0 0 0 !important;
  max-width: calc(79%);
}
input[type=radio] ~ label::before {
  display: none !important;
}
input[type=radio]::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type=radio]:checked::before {
  background: #a9a9a9;
}
input[type=radio]:focus {
  box-shadow: none !important;
}
/* style for all pages */
.page-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
}
.page-wrapper .page-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
}
.page-wrapper .page-main .columns {
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto !important;
}
.page-wrapper .page-main .columns .column.main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  float: none !important;
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-align: left;
}
.page-title-wrapper {
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 0 0 0 0 !important;
  margin: 30px auto !important;
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
}
.page-title-wrapper .page-title {
  margin: 0 0 0 0;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1.6;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  display: block !important;
}
.breadcrumbs {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.breadcrumbs .page-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.breadcrumbs .items {
  display: block;
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  margin: 0 auto !important;
  float: none !important;
  font-family: 'Gotham', sans-serif !important;
  line-height: 1.6 !important;
  font-weight: 600;
  padding: 20px 0 !important;
}
.breadcrumbs .items .item {
  vertical-align: middle !important;
  font-family: 'Gotham', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000000;
}
.breadcrumbs .items .item a {
  font-family: 'Gotham', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000000;
}
.breadcrumbs .items .item strong {
  font-family: 'Gotham', sans-serif;
  font-weight: 700 !important;
  color: #000000;
}
.breadcrumbs .items .item:not(:last-child) {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs .items .item:not(:last-child)::after {
  margin: 0 5px !important;
}
.brand-view {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 50px 0 !important;
}
.brand-view .brand-image {
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto !important;
}
.page.messages {
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 0 0 0 0 !important;
  margin: 30px auto !important;
}
.page.messages .messages {
  display: block !important;
  margin: 0 0 0 0 !important;
}
.page.messages .messages .message {
  margin: 0 0 0 0 !important;
}
.page.messages .messages .message a {
  font-size: 13px !important;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage::after {
  display: none !important;
}
.owl-carousel .owl-nav {
  margin: 0 0 0 0 !important;
}
.owl-carousel .owl-nav button,
.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border: none;
  border-radius: 3px;
  text-align: center;
  background: #9c9c9c;
  color: #ffffff;
  font-size: 0 !important;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  margin: 0 0 0 0 !important;
}
.owl-carousel .owl-nav button::before,
.owl-carousel .owl-nav div::before {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-nav button span,
.owl-carousel .owl-nav div span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav div.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav div.owl-prev::before {
  content: "\f104";
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav div.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav div.owl-next::before {
  content: "\f105";
}
.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 14px;
  background: transparent;
  border: 1px solid #fbfafa;
  margin: 0px 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #fbfafa;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 40px !important;
  border: none !important;
  border-radius: 3px !important;
  text-align: center !important;
  background: #9c9c9c !important;
  color: #ffffff !important;
  font-size: 0 !important;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  margin: 0 0 0 0 !important;
}
.slick-slider .slick-arrow::before {
  display: block !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 30px !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #ffffff !important;
}
.slick-slider .slick-arrow span {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0 !important;
  z-index: 1 !important;
}
.slick-slider .slick-arrow.slick-prev::before {
  content: "\f104" !important;
  color: #ffffff !important;
}
.slick-slider .slick-arrow.slick-next {
  right: 0 !important;
  z-index: 1 !important;
}
.slick-slider .slick-arrow.slick-next::before {
  content: "\f105" !important;
  color: #ffffff !important;
}
.loading-mask .loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  margin: 0px;
  text-align: center;
  z-index: 1000;
  text-transform: uppercase;
}
.loading-mask .loader img {
  display: none;
}
.table-wrapper {
  margin: 0 0 0 0;
}
.table-wrapper table.items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.table-wrapper table.items caption {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.table-wrapper table.items thead {
  border-collapse: collapse;
  display: table-header-group !important;
}
.table-wrapper table.items thead tr {
  display: table-row !important;
}
.table-wrapper table.items thead tr td {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  display: table-cell !important;
  padding: 10px !important;
  text-align: center;
}
.table-wrapper table.items thead tr td:first-child {
  text-align: left;
}
.table-wrapper table.items thead tr th {
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  display: table-cell !important;
  padding: 10px !important;
  text-transform: uppercase;
  text-align: center;
}
.table-wrapper table.items thead tr th:first-child {
  text-align: left;
}
.table-wrapper table.items tbody {
  border-collapse: collapse;
  display: table-row-group !important;
}
.table-wrapper table.items tbody tr {
  display: table-row !important;
}
.table-wrapper table.items tbody tr td {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  display: table-cell !important;
  padding: 10px !important;
  text-align: center;
}
.table-wrapper table.items tbody tr td:first-child {
  text-align: left;
}
.table-wrapper table.items tbody tr th {
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  display: table-cell !important;
  padding: 10px !important;
  text-transform: uppercase;
  text-align: center;
}
.table-wrapper table.items tbody tr th:first-child {
  text-align: left;
}
#contentarea {
  display: none;
}
.block-title {
  padding: 0 0 0 0 !important;
  margin: 0 0 15px 0 !important;
}
.block-title strong {
  display: block;
  font-size: 22px !important;
  font-weight: 700 !important;
  background: transparent;
  border: none;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  text-transform: uppercase;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-align: left;
}
.filter-title {
  padding: 0 0 0 0 !important;
  margin: 0 0 15px 0 !important;
}
.filter-title strong {
  display: block;
  font-size: 20px !important;
  font-weight: 700 !important;
  background: transparent;
  border: none;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  text-transform: uppercase;
  padding: 0 0 0 0 !important;
  text-align: left;
}
.legend {
  padding: 0 0 10px 0 !important;
  margin: 0 0 20px 0 !important;
  border-bottom: 1px solid #e0e0e0;
  color: #000000;
}
.legend span {
  display: block;
  font-size: 22px !important;
  font-weight: 700 !important;
  background: transparent;
  border: none;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  text-transform: uppercase;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-align: left;
  color: #000000;
}
.fieldset {
  margin: 0 0 0 0;
  text-align: left;
}
.fieldset .field {
  margin: 0 0 20px 0;
  font-family: 'Gotham', sans-serif;
}
.fieldset .field .label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin: 0 0 5px 0;
  text-align: left !important;
  display: block;
}
.fieldset .field .control {
  width: 100% !important;
}
.fieldset .field .control .input-text {
  width: 100%;
  margin: 0 0 0 0;
}
.fieldset .field .control .note {
  display: block;
  text-align: left;
}
.fieldset .field .field-tooltip {
  right: 10px;
  top: 7px;
  transform: none;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
}
.fieldset .field.note {
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
}
.fieldset .field.choice {
  display: flex !important;
  align-items: flex-start;
}
.fieldset .field.choice.newsletter {
  margin: 0 0 20px 0 !important;
}
.fieldset .field.choice.review-field-rating {
  flex-wrap: wrap;
}
.fieldset .field.choice.review-field-rating .label {
  width: 100% !important;
}
.fieldset .field.choice.review-field-rating .control.review-control-vote {
  width: 100% !important;
  margin-bottom: 20px !important;
}
.fieldset .field.choice.review-field-rating .control.review-control-vote::before {
  font-size: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.fieldset .field.choice.review-field-rating .control.review-control-vote input[type=radio] {
  display: none !important;
}
.fieldset .field.choice.review-field-rating .control.review-control-vote input[type=radio] + label::before {
  display: inline-block !important;
  font-size: 20px !important;
  color: #ffc107 !important;
  height: 20px !important;
  line-height: 20px !important;
}
.fieldset .field.password .control .input-text {
  z-index: 0 !important;
}
.fieldset .field.password #password-strength-meter-container {
  margin: 4px 0 0 0;
}
.fieldset .field.password #password-strength-meter-container.password-weak #password-strength-meter #password-strength-meter-label {
  color: #e02b27;
}
.fieldset .field.password #password-strength-meter-container.password-medium #password-strength-meter #password-strength-meter-label {
  color: #f08413;
}
.fieldset .field.password #password-strength-meter-container.password-strong #password-strength-meter #password-strength-meter-label {
  color: #0388bf;
}
.fieldset .field.password #password-strength-meter-container.password-very-strong #password-strength-meter #password-strength-meter-label {
  color: #4fc549;
}
.fieldset .g-recaptcha {
  margin: 0 0 20px 0 !important;
}
.fieldset .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 0;
}
.fieldset .actions-toolbar::before {
  display: none;
}
.fieldset .actions-toolbar::after {
  display: none;
}
.fieldset .actions-toolbar .primary .action.login {
  margin: 0 0 0 0;
}
.fieldset .actions-toolbar .secondary {
  margin: 0 0 0 0;
}
.fieldset .actions-toolbar .secondary .action.remind {
  margin: 0 0 0 0;
  color: #000000;
  font-size: 14px;
}
.fieldset .actions-toolbar .secondary .action.remind:hover {
  color: #9c9c9c;
}
.fieldset .message.info {
  display: none !important;
}
.actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 0;
}
.actions-toolbar::before {
  display: none;
}
.actions-toolbar::after {
  display: none;
}
.actions-toolbar .primary {
  float: none;
  margin: 0 0 0 0;
}
.actions-toolbar .primary .action {
  margin: 0 0 0 0;
}
.actions-toolbar .secondary {
  margin: 0 0 0 0;
}
.actions-toolbar .secondary .action {
  margin: 0 0 0 0;
  color: #000000;
  font-size: 14px;
}
.actions-toolbar .secondary .action:hover {
  color: #9c9c9c;
}
.g-recaptcha {
  margin: 0 0 20px 0 !important;
}
.g-recaptcha div {
  width: 100% !important;
  height: auto !important;
}
.g-recaptcha iframe {
  display: block;
  margin: 0 0 0 0;
  max-width: 100% !important;
}
.g-recaptcha textarea {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  margin: 0 0 0 0 !important;
  width: 100%;
  height: 90px;
  display: none !important;
}
.g-recaptcha textarea::-webkit-inner-spin-button,
.g-recaptcha textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.g-recaptcha textarea:hover {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.g-recaptcha textarea:hover::-webkit-inner-spin-button,
.g-recaptcha textarea:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.g-recaptcha textarea.large {
  height: 50px;
}
.g-recaptcha textarea.small {
  height: 34px;
}
.g-recaptcha textarea.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.g-recaptcha textarea::placeholder {
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
}
.g-recaptcha textarea:focus {
  border: 1px solid #000000;
}
.g-recaptcha textarea.mage-error {
  border-color: #e02b27;
  color: #e02b27;
}
.g-recaptcha textarea.mage-error::placeholder {
  color: #e02b27;
}
.g-recaptcha textarea.mage-error:focus {
  outline: none !important;
  border-color: #e02b27;
  color: #e02b27;
}
.g-recaptcha textarea.mage-error:focus::placeholder {
  color: #e02b27;
}
.actions-toolbar {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actions-toolbar::before {
  display: none;
}
.actions-toolbar::after {
  display: none;
}
.actions-toolbar .primary .action.submit {
  margin: 0 0 0 0 !important;
}
.actions-toolbar .secondary .action.back {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  display: block;
}
.actions-toolbar .secondary .action.back:hover {
  color: #9c9c9c;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax {
  color: #000000;
}
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax {
  color: #000000;
}
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax {
  color: #000000;
}
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax {
  color: #000000;
}
.cart.table-wrapper .col.price .price-including-tax {
  color: #000000;
  font-size: 14px;
}
.cart.table-wrapper .col.price .price-excluding-tax {
  color: #000000;
  font-size: 14px;
}
.cart.table-wrapper .col.subtotal .price-including-tax {
  color: #000000;
  font-size: 14px;
}
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  color: #000000;
  font-size: 14px;
}
.cart.table-wrapper .col.msrp .price-including-tax {
  color: #000000;
  font-size: 14px;
}
.cart.table-wrapper .col.msrp .price-excluding-tax {
  color: #000000;
  font-size: 14px;
}
.order-details-items .col.price .price-including-tax {
  color: #000000;
}
.order-details-items .col.price .price-excluding-tax {
  color: #000000;
}
.order-details-items .col.subtotal .price-including-tax {
  color: #000000;
}
.order-details-items .col.subtotal .price-excluding-tax {
  color: #000000;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary,
.box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary,
.checkout-methods-items,
.action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  padding: 0 15px !important;
  font-size: 13px !important;
}
.order-review-form .action.primary:hover,
.bundle-actions .action.primary.customize:hover,
.bundle-options-container .block-bundle-summary:hover,
.box-tocart .action.primary:hover,
.box-tocart .action.tocart:hover,
.cart-summary:hover,
.checkout-methods-items:hover,
.action.primary.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.box-tocart .action.instant-purchase:hover,
.multicheckout .action.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.order-review-form .action.primary:focus,
.bundle-actions .action.primary.customize:focus,
.bundle-options-container .block-bundle-summary:focus,
.box-tocart .action.primary:focus,
.box-tocart .action.tocart:focus,
.cart-summary:focus,
.checkout-methods-items:focus,
.action.primary.checkout:focus,
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:focus,
.block-authentication .action.action-register:focus,
.block-authentication .action.action-login:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.form-address-edit .actions-toolbar .action.primary:focus,
.box-tocart .action.instant-purchase:focus,
.multicheckout .action.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.order-review-form .action.primary:active,
.bundle-actions .action.primary.customize:active,
.bundle-options-container .block-bundle-summary:active,
.box-tocart .action.primary:active,
.box-tocart .action.tocart:active,
.cart-summary:active,
.checkout-methods-items:active,
.action.primary.checkout:active,
.block-minicart .block-content > .actions > .primary .action.primary:active,
.methods-shipping .actions-toolbar .action.primary:active,
.block-authentication .action.action-register:active,
.block-authentication .action.action-login:active,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active,
.form-address-edit .actions-toolbar .action.primary:active,
.box-tocart .action.instant-purchase:active,
.multicheckout .action.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.order-review-form .action.primary.is-loading,
.bundle-actions .action.primary.customize.is-loading,
.bundle-options-container .block-bundle-summary.is-loading,
.box-tocart .action.primary.is-loading,
.box-tocart .action.tocart.is-loading,
.cart-summary.is-loading,
.checkout-methods-items.is-loading,
.action.primary.checkout.is-loading,
.block-minicart .block-content > .actions > .primary .action.primary.is-loading,
.methods-shipping .actions-toolbar .action.primary.is-loading,
.block-authentication .action.action-register.is-loading,
.block-authentication .action.action-login.is-loading,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.is-loading,
.form-address-edit .actions-toolbar .action.primary.is-loading,
.box-tocart .action.instant-purchase.is-loading,
.multicheckout .action.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.order-review-form .action.primary.is-loading::after,
.bundle-actions .action.primary.customize.is-loading::after,
.bundle-options-container .block-bundle-summary.is-loading::after,
.box-tocart .action.primary.is-loading::after,
.box-tocart .action.tocart.is-loading::after,
.cart-summary.is-loading::after,
.checkout-methods-items.is-loading::after,
.action.primary.checkout.is-loading::after,
.block-minicart .block-content > .actions > .primary .action.primary.is-loading::after,
.methods-shipping .actions-toolbar .action.primary.is-loading::after,
.block-authentication .action.action-register.is-loading::after,
.block-authentication .action.action-login.is-loading::after,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.is-loading::after,
.form-address-edit .actions-toolbar .action.primary.is-loading::after,
.box-tocart .action.instant-purchase.is-loading::after,
.multicheckout .action.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.order-review-form .action.primary.blue-btn,
.bundle-actions .action.primary.customize.blue-btn,
.bundle-options-container .block-bundle-summary.blue-btn,
.box-tocart .action.primary.blue-btn,
.box-tocart .action.tocart.blue-btn,
.cart-summary.blue-btn,
.checkout-methods-items.blue-btn,
.action.primary.checkout.blue-btn,
.block-minicart .block-content > .actions > .primary .action.primary.blue-btn,
.methods-shipping .actions-toolbar .action.primary.blue-btn,
.block-authentication .action.action-register.blue-btn,
.block-authentication .action.action-login.blue-btn,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.blue-btn,
.form-address-edit .actions-toolbar .action.primary.blue-btn,
.box-tocart .action.instant-purchase.blue-btn,
.multicheckout .action.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.order-review-form .action.primary.blue-btn:hover,
.bundle-actions .action.primary.customize.blue-btn:hover,
.bundle-options-container .block-bundle-summary.blue-btn:hover,
.box-tocart .action.primary.blue-btn:hover,
.box-tocart .action.tocart.blue-btn:hover,
.cart-summary.blue-btn:hover,
.checkout-methods-items.blue-btn:hover,
.action.primary.checkout.blue-btn:hover,
.block-minicart .block-content > .actions > .primary .action.primary.blue-btn:hover,
.methods-shipping .actions-toolbar .action.primary.blue-btn:hover,
.block-authentication .action.action-register.blue-btn:hover,
.block-authentication .action.action-login.blue-btn:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.blue-btn:hover,
.form-address-edit .actions-toolbar .action.primary.blue-btn:hover,
.box-tocart .action.instant-purchase.blue-btn:hover,
.multicheckout .action.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.order-review-form .action.primary.yellow-btn,
.bundle-actions .action.primary.customize.yellow-btn,
.bundle-options-container .block-bundle-summary.yellow-btn,
.box-tocart .action.primary.yellow-btn,
.box-tocart .action.tocart.yellow-btn,
.cart-summary.yellow-btn,
.checkout-methods-items.yellow-btn,
.action.primary.checkout.yellow-btn,
.block-minicart .block-content > .actions > .primary .action.primary.yellow-btn,
.methods-shipping .actions-toolbar .action.primary.yellow-btn,
.block-authentication .action.action-register.yellow-btn,
.block-authentication .action.action-login.yellow-btn,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.yellow-btn,
.form-address-edit .actions-toolbar .action.primary.yellow-btn,
.box-tocart .action.instant-purchase.yellow-btn,
.multicheckout .action.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.order-review-form .action.primary.yellow-btn:hover,
.bundle-actions .action.primary.customize.yellow-btn:hover,
.bundle-options-container .block-bundle-summary.yellow-btn:hover,
.box-tocart .action.primary.yellow-btn:hover,
.box-tocart .action.tocart.yellow-btn:hover,
.cart-summary.yellow-btn:hover,
.checkout-methods-items.yellow-btn:hover,
.action.primary.checkout.yellow-btn:hover,
.block-minicart .block-content > .actions > .primary .action.primary.yellow-btn:hover,
.methods-shipping .actions-toolbar .action.primary.yellow-btn:hover,
.block-authentication .action.action-register.yellow-btn:hover,
.block-authentication .action.action-login.yellow-btn:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.yellow-btn:hover,
.form-address-edit .actions-toolbar .action.primary.yellow-btn:hover,
.box-tocart .action.instant-purchase.yellow-btn:hover,
.multicheckout .action.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.order-review-form .action.primary.red-btn,
.bundle-actions .action.primary.customize.red-btn,
.bundle-options-container .block-bundle-summary.red-btn,
.box-tocart .action.primary.red-btn,
.box-tocart .action.tocart.red-btn,
.cart-summary.red-btn,
.checkout-methods-items.red-btn,
.action.primary.checkout.red-btn,
.block-minicart .block-content > .actions > .primary .action.primary.red-btn,
.methods-shipping .actions-toolbar .action.primary.red-btn,
.block-authentication .action.action-register.red-btn,
.block-authentication .action.action-login.red-btn,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.red-btn,
.form-address-edit .actions-toolbar .action.primary.red-btn,
.box-tocart .action.instant-purchase.red-btn,
.multicheckout .action.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.order-review-form .action.primary.red-btn:hover,
.bundle-actions .action.primary.customize.red-btn:hover,
.bundle-options-container .block-bundle-summary.red-btn:hover,
.box-tocart .action.primary.red-btn:hover,
.box-tocart .action.tocart.red-btn:hover,
.cart-summary.red-btn:hover,
.checkout-methods-items.red-btn:hover,
.action.primary.checkout.red-btn:hover,
.block-minicart .block-content > .actions > .primary .action.primary.red-btn:hover,
.methods-shipping .actions-toolbar .action.primary.red-btn:hover,
.block-authentication .action.action-register.red-btn:hover,
.block-authentication .action.action-login.red-btn:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.red-btn:hover,
.form-address-edit .actions-toolbar .action.primary.red-btn:hover,
.box-tocart .action.instant-purchase.red-btn:hover,
.multicheckout .action.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.order-review-form .action.primary.green-btn,
.bundle-actions .action.primary.customize.green-btn,
.bundle-options-container .block-bundle-summary.green-btn,
.box-tocart .action.primary.green-btn,
.box-tocart .action.tocart.green-btn,
.cart-summary.green-btn,
.checkout-methods-items.green-btn,
.action.primary.checkout.green-btn,
.block-minicart .block-content > .actions > .primary .action.primary.green-btn,
.methods-shipping .actions-toolbar .action.primary.green-btn,
.block-authentication .action.action-register.green-btn,
.block-authentication .action.action-login.green-btn,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.green-btn,
.form-address-edit .actions-toolbar .action.primary.green-btn,
.box-tocart .action.instant-purchase.green-btn,
.multicheckout .action.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.order-review-form .action.primary.green-btn:hover,
.bundle-actions .action.primary.customize.green-btn:hover,
.bundle-options-container .block-bundle-summary.green-btn:hover,
.box-tocart .action.primary.green-btn:hover,
.box-tocart .action.tocart.green-btn:hover,
.cart-summary.green-btn:hover,
.checkout-methods-items.green-btn:hover,
.action.primary.checkout.green-btn:hover,
.block-minicart .block-content > .actions > .primary .action.primary.green-btn:hover,
.methods-shipping .actions-toolbar .action.primary.green-btn:hover,
.block-authentication .action.action-register.green-btn:hover,
.block-authentication .action.action-login.green-btn:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.green-btn:hover,
.form-address-edit .actions-toolbar .action.primary.green-btn:hover,
.box-tocart .action.instant-purchase.green-btn:hover,
.multicheckout .action.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.order-review-form .action.primary.gray,
.bundle-actions .action.primary.customize.gray,
.bundle-options-container .block-bundle-summary.gray,
.box-tocart .action.primary.gray,
.box-tocart .action.tocart.gray,
.cart-summary.gray,
.checkout-methods-items.gray,
.action.primary.checkout.gray,
.block-minicart .block-content > .actions > .primary .action.primary.gray,
.methods-shipping .actions-toolbar .action.primary.gray,
.block-authentication .action.action-register.gray,
.block-authentication .action.action-login.gray,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.gray,
.form-address-edit .actions-toolbar .action.primary.gray,
.box-tocart .action.instant-purchase.gray,
.multicheckout .action.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.order-review-form .action.primary.gray:hover,
.bundle-actions .action.primary.customize.gray:hover,
.bundle-options-container .block-bundle-summary.gray:hover,
.box-tocart .action.primary.gray:hover,
.box-tocart .action.tocart.gray:hover,
.cart-summary.gray:hover,
.checkout-methods-items.gray:hover,
.action.primary.checkout.gray:hover,
.block-minicart .block-content > .actions > .primary .action.primary.gray:hover,
.methods-shipping .actions-toolbar .action.primary.gray:hover,
.block-authentication .action.action-register.gray:hover,
.block-authentication .action.action-login.gray:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.gray:hover,
.form-address-edit .actions-toolbar .action.primary.gray:hover,
.box-tocart .action.instant-purchase.gray:hover,
.multicheckout .action.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.order-review-form .action.primary.orange-btn,
.bundle-actions .action.primary.customize.orange-btn,
.bundle-options-container .block-bundle-summary.orange-btn,
.box-tocart .action.primary.orange-btn,
.box-tocart .action.tocart.orange-btn,
.cart-summary.orange-btn,
.checkout-methods-items.orange-btn,
.action.primary.checkout.orange-btn,
.block-minicart .block-content > .actions > .primary .action.primary.orange-btn,
.methods-shipping .actions-toolbar .action.primary.orange-btn,
.block-authentication .action.action-register.orange-btn,
.block-authentication .action.action-login.orange-btn,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.orange-btn,
.form-address-edit .actions-toolbar .action.primary.orange-btn,
.box-tocart .action.instant-purchase.orange-btn,
.multicheckout .action.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.order-review-form .action.primary.orange-btn:hover,
.bundle-actions .action.primary.customize.orange-btn:hover,
.bundle-options-container .block-bundle-summary.orange-btn:hover,
.box-tocart .action.primary.orange-btn:hover,
.box-tocart .action.tocart.orange-btn:hover,
.cart-summary.orange-btn:hover,
.checkout-methods-items.orange-btn:hover,
.action.primary.checkout.orange-btn:hover,
.block-minicart .block-content > .actions > .primary .action.primary.orange-btn:hover,
.methods-shipping .actions-toolbar .action.primary.orange-btn:hover,
.block-authentication .action.action-register.orange-btn:hover,
.block-authentication .action.action-login.orange-btn:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.orange-btn:hover,
.form-address-edit .actions-toolbar .action.primary.orange-btn:hover,
.box-tocart .action.instant-purchase.orange-btn:hover,
.multicheckout .action.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.order-review-form .action.primary.large,
.bundle-actions .action.primary.customize.large,
.bundle-options-container .block-bundle-summary.large,
.box-tocart .action.primary.large,
.box-tocart .action.tocart.large,
.cart-summary.large,
.checkout-methods-items.large,
.action.primary.checkout.large,
.block-minicart .block-content > .actions > .primary .action.primary.large,
.methods-shipping .actions-toolbar .action.primary.large,
.block-authentication .action.action-register.large,
.block-authentication .action.action-login.large,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.large,
.form-address-edit .actions-toolbar .action.primary.large,
.box-tocart .action.instant-purchase.large,
.multicheckout .action.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.order-review-form .action.primary.small,
.bundle-actions .action.primary.customize.small,
.bundle-options-container .block-bundle-summary.small,
.box-tocart .action.primary.small,
.box-tocart .action.tocart.small,
.cart-summary.small,
.checkout-methods-items.small,
.action.primary.checkout.small,
.block-minicart .block-content > .actions > .primary .action.primary.small,
.methods-shipping .actions-toolbar .action.primary.small,
.block-authentication .action.action-register.small,
.block-authentication .action.action-login.small,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.small,
.form-address-edit .actions-toolbar .action.primary.small,
.box-tocart .action.instant-purchase.small,
.multicheckout .action.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.order-review-form .action.primary.curve,
.bundle-actions .action.primary.customize.curve,
.bundle-options-container .block-bundle-summary.curve,
.box-tocart .action.primary.curve,
.box-tocart .action.tocart.curve,
.cart-summary.curve,
.checkout-methods-items.curve,
.action.primary.checkout.curve,
.block-minicart .block-content > .actions > .primary .action.primary.curve,
.methods-shipping .actions-toolbar .action.primary.curve,
.block-authentication .action.action-register.curve,
.block-authentication .action.action-login.curve,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.curve,
.form-address-edit .actions-toolbar .action.primary.curve,
.box-tocart .action.instant-purchase.curve,
.multicheckout .action.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.order-review-form .action.primary.blank,
.bundle-actions .action.primary.customize.blank,
.bundle-options-container .block-bundle-summary.blank,
.box-tocart .action.primary.blank,
.box-tocart .action.tocart.blank,
.cart-summary.blank,
.checkout-methods-items.blank,
.action.primary.checkout.blank,
.block-minicart .block-content > .actions > .primary .action.primary.blank,
.methods-shipping .actions-toolbar .action.primary.blank,
.block-authentication .action.action-register.blank,
.block-authentication .action.action-login.blank,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.blank,
.form-address-edit .actions-toolbar .action.primary.blank,
.box-tocart .action.instant-purchase.blank,
.multicheckout .action.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.order-review-form .action.primary.blank:hover,
.bundle-actions .action.primary.customize.blank:hover,
.bundle-options-container .block-bundle-summary.blank:hover,
.box-tocart .action.primary.blank:hover,
.box-tocart .action.tocart.blank:hover,
.cart-summary.blank:hover,
.checkout-methods-items.blank:hover,
.action.primary.checkout.blank:hover,
.block-minicart .block-content > .actions > .primary .action.primary.blank:hover,
.methods-shipping .actions-toolbar .action.primary.blank:hover,
.block-authentication .action.action-register.blank:hover,
.block-authentication .action.action-login.blank:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.blank:hover,
.form-address-edit .actions-toolbar .action.primary.blank:hover,
.box-tocart .action.instant-purchase.blank:hover,
.multicheckout .action.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.order-review-form .action.primary.blank:focus,
.bundle-actions .action.primary.customize.blank:focus,
.bundle-options-container .block-bundle-summary.blank:focus,
.box-tocart .action.primary.blank:focus,
.box-tocart .action.tocart.blank:focus,
.cart-summary.blank:focus,
.checkout-methods-items.blank:focus,
.action.primary.checkout.blank:focus,
.block-minicart .block-content > .actions > .primary .action.primary.blank:focus,
.methods-shipping .actions-toolbar .action.primary.blank:focus,
.block-authentication .action.action-register.blank:focus,
.block-authentication .action.action-login.blank:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.blank:focus,
.form-address-edit .actions-toolbar .action.primary.blank:focus,
.box-tocart .action.instant-purchase.blank:focus,
.multicheckout .action.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.order-review-form .action.primary.blank:active,
.bundle-actions .action.primary.customize.blank:active,
.bundle-options-container .block-bundle-summary.blank:active,
.box-tocart .action.primary.blank:active,
.box-tocart .action.tocart.blank:active,
.cart-summary.blank:active,
.checkout-methods-items.blank:active,
.action.primary.checkout.blank:active,
.block-minicart .block-content > .actions > .primary .action.primary.blank:active,
.methods-shipping .actions-toolbar .action.primary.blank:active,
.block-authentication .action.action-register.blank:active,
.block-authentication .action.action-login.blank:active,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.blank:active,
.form-address-edit .actions-toolbar .action.primary.blank:active,
.box-tocart .action.instant-purchase.blank:active,
.multicheckout .action.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.action-primary:focus {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.action-primary:active {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.message {
  font-family: 'Gotham', sans-serif !important;
  font-size: 14px;
}
.data.table {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
}
.data.table tr th .action {
  font-size: 14px;
}
.data.table tr td .action {
  font-size: 14px;
}
.default-banner {
  height: 345px !important;
  display: block;
  overflow: hidden;
  position: relative !important;
  background: #ececec;
}
.default-banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100% !important;
  width: 102% !important;
  max-width: max-content;
  object-fit: cover !important;
  opacity: 0.7;
}
.default-banner .ccaption a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 50px;
  line-height: 48px;
}
.default-banner .ccaption a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.default-banner .ccaption a:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.default-banner .ccaption a:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.default-banner .ccaption a.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.default-banner .ccaption a.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.default-banner .ccaption a.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.default-banner .ccaption a.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.default-banner .ccaption a.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.default-banner .ccaption a.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.default-banner .ccaption a.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.default-banner .ccaption a.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.default-banner .ccaption a.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.default-banner .ccaption a.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.default-banner .ccaption a.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.default-banner .ccaption a.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.default-banner .ccaption a.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.default-banner .ccaption a.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.default-banner .ccaption a.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.default-banner .ccaption a.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.default-banner .ccaption a.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.default-banner .ccaption a.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.default-banner .ccaption a.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.default-banner .ccaption a.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.default-banner .ccaption a.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
/* header styles */
.page-header {
  position: sticky;
  left: 0;
  top: -105px;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.page-header .panel.wrapper {
  border-bottom: none !important;
  background: #ffffff !important;
}
.page-header .panel.wrapper .panel.header {
  display: flex !important;
  align-items: center;
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 20px 0 20px 0 !important;
  margin: 0 auto !important;
  position: relative;
}
.page-header .panel.wrapper .panel.header .header-top .strip {
  padding: 20px 0;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 {
  vertical-align: middle;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 a.call {
  font-size: 0px;
  font-weight: 400;
  color: #6b6b6b;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 a.call i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  font-size: 20px;
  transform: translateY(2px);
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 a.call span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 a.call:hover {
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu {
  width: 100%;
  text-align: right;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list {
  font-size: 0;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13.5px;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li:last-child {
  padding-right: 0;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li a {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li a:hover {
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li .quickorder {
  position: relative !important;
  background: transparent !important;
  color: unset !important;
  padding: 0 !important;
  z-index: unset !important;
  display: unset !important;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li .quickorder a {
  font-size: 12px !important;
  color: #000000 !important;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.page-header .panel.wrapper .panel.header .header-top .strip .col-2 .menu .menu-list li .quickorder a:hover {
  color: #9c9c9c !important;
}
.page-header .panel.wrapper .panel.header .logo {
  order: 1;
  width: 250px;
  display: block;
  margin: 0 0 0 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search {
  display: block;
  order: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: 0 0 0 0;
  max-width: unset;
  z-index: 0;
  padding: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-title {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content {
  display: block;
  width: 100%;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form {
  display: flex;
  align-items: center;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .label {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control {
  padding: 0 0 0 0;
  position: unset;
  min-height: 40px;
  margin: 0 0 0 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .input-text {
  width: 100% !important;
  border-radius: 4px 0 0 4px !important;
  height: 40px !important;
  padding: 0 15px !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  margin: 0 0 0 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .input-text::-webkit-input-placeholder {
  font-size: 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .input-text:focus {
  border: 1px solid #000000 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete {
  left: 0;
  top: 55px;
  overflow: initial;
  margin: 0;
  width: 100% !important;
  border: 1px solid #dadada !important;
  z-index: 0;
  font-size: 12px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete::before {
  content: '';
  border-bottom: 6px solid #dadada;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .no-result {
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest .title {
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest .title a {
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest .title a:hover {
  text-decoration: underline;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest ul#suggest {
  padding: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest ul#suggest li {
  border-bottom: 1px solid #dadada;
  font-size: 0;
  padding: 10px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest ul#suggest li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #000000;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest ul#suggest li a:hover {
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .suggest ul#suggest li a span {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: baseline;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product .title {
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product .title .a {
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product .title .a:hover {
  text-decoration: underline;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product {
  padding: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li {
  border-bottom: 1px solid #e0e0e0;
  font-size: 0;
  padding: 10px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-image {
  float: none;
  max-width: 60px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-image a {
  display: block;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-image a img {
  display: block;
  max-width: 100%;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info {
  float: none;
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
  margin: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-title {
  font-size: 11px;
  font-weight: 600;
  font-family: 'Gotham', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-title a {
  display: block;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-reviews {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-reviews .product-reviews-summary {
  margin: 0 0 0 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-description {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 2px 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-price {
  margin: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li .qs-option-info .qs-option-price .price-box .price-container .price {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .product ul#product li:hover .qs-option-info .qs-option-title a {
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete ul li {
  display: block;
  border: none;
  border-bottom: 1px solid #dadada;
  background: #ffffff;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete ul li:last-child {
  border-bottom: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete ul li:hover {
  background: #e0e0e0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results {
  background: #ffffff !important;
  flex-direction: row;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside {
  width: 100% !important;
  border: none !important;
  padding: 0 0 0 0 !important;
  order: 2;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container {
  padding: 0 0 5px 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amasty-xsearch-block-header {
  font-family: 'Gotham', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 7px 10px;
  font-size: 12px;
  line-height: normal;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amasty-xsearch-block-header::before {
  display: none !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item {
  padding: 5px 10px;
  color: #000000 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #000000 !important;
  background: transparent;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item a .amsearch-highlight {
  padding: 0;
  color: unset !important;
  background: unset !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item a:hover {
  color: #9c9c9c !important;
  background: transparent !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item a:hover .amsearch-highlight {
  padding: 0;
  color: #000000 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item .item-description {
  font-family: 'Gotham', sans-serif;
  color: #000000;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item .item-description .amsearch-highlight {
  color: #ffffff;
  background: #000000;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.popular_searches {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
  border-bottom: 1px solid #e0e0e0 !important;
  margin: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.popular_searches .amasty-xsearch-block-header::before {
  display: none !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.popular_searches .amsearch-item {
  display: flex;
  justify-content: space-between;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.popular_searches .amsearch-item .amasty-xsearch-num-results {
  display: block;
  font-weight: 700;
  color: #000000;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches {
  font-size: 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amasty-xsearch-block-header {
  border-bottom: 1px solid #e0e0e0 !important;
  margin: 0 0 10px 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item {
  padding: 3px 10px;
  border-radius: 4px;
  margin: 0 0 5px 10px;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item:hover {
  border: 1px solid #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item:hover a {
  color: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item:hover a:hover {
  color: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item.selected {
  border: 1px solid #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item.selected a {
  color: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.recent_searches .amsearch-item.selected a:hover {
  color: #ffffff !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category {
  border-bottom: 1px solid #e0e0e0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amasty-xsearch-block-header {
  border-bottom: 1px solid #e0e0e0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amsearch-item {
  border-bottom: none !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amsearch-item:last-child {
  border-bottom: none !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products {
  order: 1;
  width: 100% !important;
  flex-direction: column;
  padding: 0 0 0 0;
  background: #ffffff !important;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  height: 100%;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header {
  font-family: 'Gotham', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 7px 10px;
  line-height: normal;
  font-size: 12px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content {
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 441px;
  border-bottom: 1px solid #e0e0e0;
  border-bottom: none;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  text-align: left;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content::-webkit-scrollbar {
  width: 2px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item {
  margin: 0 0 0 0;
  padding: 10px 10px !important;
  margin: 0 0 0 0 !important;
  border-bottom: 1px solid #ddd;
  width: 100%;
  flex-direction: row;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-image {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  overflow: hidden;
  display: block;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-image .product-image-container {
  width: 100% !important;
  display: block;
  max-height: unset;
  height: auto;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-image .product-image-container .product-image-wrapper {
  padding: 0 0 0 0 !important;
  width: 100%;
  display: block;
  max-height: unset;
  height: auto;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-image .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 100%;
  right: auto;
  bottom: auto;
  max-height: unset;
  display: block;
  opacity: 1;
  visibility: visible;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc(100% - 70px);
  height: auto;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container {
  height: auto;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details {
  min-height: 1px;
  height: auto;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .product-item-link {
  color: #000000 !important;
  margin: 0 0 5px 0;
  font-size: 12px;
  font-family: 'Gotham', sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .product-item-link .amsearch-highlight {
  background: #000000 !important;
  padding: 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .product-item-description {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .amsearch-wrapper-inner {
  margin: 0 0 0 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .amsearch-wrapper-inner .price-box {
  margin: 0 0 0 0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .amsearch-wrapper-inner .price-box .price-container .price-wrapper .price {
  font-size: 15px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item .amsearch-autocomplete-information .information-container .product-item-details .amsearch-wrapper-inner .product-item-actions {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item:hover {
  background: #e0e0e0 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results {
  padding: 15px 0;
  border-bottom: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results a {
  font-family: 'Gotham', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: none;
  color: #000000 !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results a:hover {
  color: #9c9c9c !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .search-autocomplete .amsearch-results .amsearch-products.-waste {
  padding: 10px 10px;
  text-align: center;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amasty-xsearch-preload {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  max-width: 100%;
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amsearch-wrapper-input {
  width: 100% !important;
  max-width: 100% !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amsearch-wrapper-input .input-text {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 4px 0 0 4px !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amsearch-wrapper-input .amsearch-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 25px;
  height: 25px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amsearch-wrapper-input .amsearch-loupe {
  display: none !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search {
  border-radius: 0 4px 4px 0;
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  pointer-events: all;
  opacity: 1;
  background: #000000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAA4VBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pPP/NAAAASnRSTlMAAQMGBwwNDhEWGRwkKTY3RUlQWVxkZ21ueXp7fYOEjpCRkpSbnaCkpaipra64vb/BwsbHyMvM0dbc4+bo7O3v8PLz9PX4+fr8/ZhknLYAAACkSURBVHjaTMoDskNREITheUYuYtu2bfT+9xMc/4We+mrolVvaAsusTUZF4DAc3YCUth467mu9U1SklZGRZxMxftgYkGqBX7ZVWBr9SLK97kj3hglbdMlofeY4MHF7ZHM4GfYhXgpwNIYQYevBTNn7/vLJrzQawr7G8JGognngh+gvfAFyJIsDWG8BBPOoKf1P9DerdvSbqG6orvYYSaJ6WER1PQC1jBidceyqPwAAAABJRU5ErkJggg==) no-repeat center;
  border: 1px solid #000000;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  padding: 0px 10px;
  font-weight: 700;
  z-index: 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search::before {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search i {
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search span {
  clip: unset;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: unset;
  width: auto;
  display: none;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search:hover {
  background: #000000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAA4VBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pPP/NAAAASnRSTlMAAQMGBwwNDhEWGRwkKTY3RUlQWVxkZ21ueXp7fYOEjpCRkpSbnaCkpaipra64vb/BwsbHyMvM0dbc4+bo7O3v8PLz9PX4+fr8/ZhknLYAAACkSURBVHjaTMoDskNREITheUYuYtu2bfT+9xMc/4We+mrolVvaAsusTUZF4DAc3YCUth467mu9U1SklZGRZxMxftgYkGqBX7ZVWBr9SLK97kj3hglbdMlofeY4MHF7ZHM4GfYhXgpwNIYQYevBTNn7/vLJrzQawr7G8JGognngh+gvfAFyJIsDWG8BBPOoKf1P9DerdvSbqG6orvYYSaJ6WER1PQC1jBidceyqPwAAAABJRU5ErkJggg==) no-repeat center;
  border-color: #000000;
  color: #ffffff;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search:active {
  color: #ffffff;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search:active span {
  color: #ffffff;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .items-purchased {
  display: block;
  font-size: 0;
  position: relative;
  margin: 7px 0 0 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .items-purchased input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .items-purchased label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  padding: 0 0 0 25px;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .items-purchased label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #5e5080;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form .items-purchased input[type=checkbox]:checked + label::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAZlBMVEX///9eUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIBeUIALD82WAAAAIXRSTlMAAggQFhgaGxwdHyIvMDQ1REVkiYq2t8HHycrLzdHS1NVktWYVAAAAS0lEQVR42mzGtQGDAABFwZfg7q5//yFxOq46Pv1C+88r6Iv0vTWqyp8bkxYPsrIL8Dq1x8krNVGjxeTkzJJWh5vbavB5xXXCPgIAADTdA+ymJeRHAAAAAElFTkSuQmCC) no-repeat center;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form.amsearch-form-container.-opened .amsearch-wrapper-input {
  overflow: hidden;
  width: 100% !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form.amsearch-form-container.-opened .amsearch-wrapper-input .input-text {
  border-radius: 4px !important;
}
.page-header .panel.wrapper .panel.header .block-search .block-content form.-opened .field.search .control .amsearch-wrapper-input .input-text {
  border-radius: 4px !important;
}
.page-header .panel.wrapper .panel.header .action.skip {
  display: none;
}
.page-header .panel.wrapper .panel.header .header.links {
  display: flex;
  align-items: center;
  order: 2;
  margin: 0 20px 0 auto !important;
}
.page-header .panel.wrapper .panel.header .header.links li {
  margin: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .header.links li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
  font-family: 'Gotham', sans-serif !important;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.page-header .panel.wrapper .panel.header .header.links li a:hover {
  color: #9c9c9c !important;
}
.page-header .panel.wrapper .panel.header .header.links li.authorization-link {
  padding: 0 0 0 0;
}
.page-header .panel.wrapper .panel.header .header.links li.authorization-link::before {
  display: none;
}
.page-header .panel.wrapper .panel.header .header.links li.authorization-link::after {
  font-size: 14px;
  margin: 0 4px 0 0 !important;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.page-header .panel.wrapper .panel.header .header.links li.authorization-link a {
  padding: 0 0 0 35px;
  background: url('../images/icons/user.svg') no-repeat left center;
  background-size: 25px;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .panel.wrapper .panel.header .header.links li.authorization-link a::before {
  display: none;
}
.page-header .panel.wrapper .panel.header .header.links li.authorization-link a:hover {
  background: url('../images/icons/user-hover.svg') no-repeat left center;
  background-size: 25px;
}
.page-header .panel.wrapper .panel.header .header.links li:hover a {
  color: #9c9c9c !important;
}
.page-header .panel.wrapper .panel.header .header.links li.welcome {
  display: block !important;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome {
  display: block !important;
  position: relative;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-name {
  display: flex;
  align-items: center;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-name .logged-in {
  display: block !important;
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  color: #000000;
  width: 115px;
  padding: 0 0 0 35px;
  background: url(../images/icons/user.svg) no-repeat left center;
  background-size: 25px;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-name .logged-in:hover {
  background: url(../images/icons/user-hover.svg) no-repeat left center;
  background-size: 25px;
  color: #9c9c9c;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-name .action.switch {
  font-size: 0;
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-name .action.switch::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu {
  display: none;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links {
  margin: 0 0 0 0 !important;
  position: absolute;
  right: 0;
  top: 45px;
  display: block;
  text-align: center;
  min-width: 175px;
  z-index: 1000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid #bbb;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links::before {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  right: 10px;
  top: -12px;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links::after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  right: 9px;
  top: -14px;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links li {
  display: block !important;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links li a {
  display: block;
  padding: 8px;
  background: #ffffff;
  color: #000000 !important;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links li a:hover {
  background: #eaeaea;
  color: #000000 !important;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links li.authorization-link a {
  font-size: 14px !important;
  padding: 8px;
  background: #ffffff;
  color: #000000;
  line-height: normal;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links li.authorization-link a:hover {
  background: #eaeaea;
  color: #000000;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-menu ul.header.links li:hover a {
  color: #000000 !important;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome + .authorization-link {
  display: none !important;
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome.active .customer-name .action.switch::after {
  content: '\e621';
}
.page-header .panel.wrapper .panel.header .header.links li.customer-welcome.active .customer-menu {
  display: block;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer {
  display: flex;
  align-items: center;
  order: 4;
  margin: 0 0 0 0;
  float: none;
  width: 70px;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer::before {
  display: none;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .compare {
  display: none;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .minicart-wrapper {
  margin: 0 0 0 0;
  float: none;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .minicart-wrapper .showcart {
  width: 25px;
  height: 25px;
  background: url('../images/icons/cart.svg') no-repeat center;
  background-size: 25px;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .minicart-wrapper .showcart::before {
  display: none;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .minicart-wrapper .showcart:hover {
  background: url('../images/icons/cart-hover.svg') no-repeat center;
  background-size: 25px;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .wishlist {
  margin: 0 0 0 20px;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .wishlist a {
  display: block;
  width: 25px;
  height: 25px;
  background: url('../images/icons/heart-o.svg') no-repeat center;
  background-size: 25px;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  font-size: 0;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .wishlist a::before {
  display: none;
}
.page-header .panel.wrapper .panel.header .ritlinks-outer .wishlist a:hover {
  background: url('../images/icons/heart-o-hover.svg') no-repeat center;
  background-size: 25px;
}
.page-header .header.content {
  width: auto !important;
  margin: 0 0 0 0 !important;
  max-width: unset !important;
  padding: 0 0 0 0 !important;
  border-top: none;
  border-bottom: none;
  background: #f8f8f9;
  z-index: -1;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  display: block;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .menu-close {
  display: none;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .btn-sambar {
  display: none;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 {
  line-height: normal;
  padding: 0 15px;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head {
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 16px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700 !important;
  line-height: 45px;
  position: relative;
  overflow: hidden;
  display: block;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  transform: scaleY(0);
  transform-origin: 0 100%;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head:hover {
  color: #000000 !important;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  border-top: 1px solid #e0e0e0;
  height: 483px;
  overflow: hidden;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
  max-width: calc(100% - 30px) !important;
  width: 1440px !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto !important;
  display: flex;
  float: none !important;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 {
  width: calc(16.6666% - 10px) !important;
  margin: 0 10px 0 0;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item {
  width: 100%;
  display: block;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title {
  display: flex;
  flex-wrap: wrap;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title span.sm_megamenu_title_lv-2,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title span.sm_megamenu_title_lv-2 {
  flex-basis: 100%;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700 !important;
  padding: 5px 0;
  line-height: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_content img,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_content img {
  display: block;
  width: 100%;
  height: auto;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop {
  flex-basis: 100%;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700 !important;
  padding: 5px 0;
  line-height: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop:hover,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop:hover {
  color: #9c9c9c !important;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop span.sm_megamenu_title_lv-2,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop span.sm_megamenu_title_lv-2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop + .sm_megamenu_title,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop + .sm_megamenu_title {
  display: none !important;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title {
  flex-basis: 100%;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title:first-child,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title:first-child {
  display: none;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .title-cat,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .title-cat {
  display: none;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop {
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
  padding: 5px 0;
  line-height: normal;
  border-bottom: none;
  margin: 0 0 0 0;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop span.sm_megamenu_title_lv-2,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop span.sm_megamenu_title_lv-2 {
  flex-basis: 100%;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
  padding: 0 0;
  line-height: normal;
  margin: 0 0 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop:hover,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop:hover {
  color: #9c9c9c !important;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop:hover span.sm_megamenu_title_lv-2,
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_nodrop:hover span.sm_megamenu_title_lv-2 {
  color: #9c9c9c !important;
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent:hover .sm-megamenu-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1:hover a.sm_megamenu_head::after {
  transform: scaleY(1);
  transform-origin: 0 100%;
}
.page-header.fix {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.block-minicart {
  z-index: 1000 !important;
}
.block-minicart .block-content {
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Gotham', sans-serif;
}
.block-minicart .block-content .items-total {
  margin: 0 0 0 0;
  width: 50%;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}
.block-minicart .block-content .subtotal {
  margin: 0 0 0 0;
  width: 50%;
  font-size: 14px;
  color: #000000;
}
.block-minicart .block-content .actions {
  margin: 0 0 0 0;
  width: 100%;
}
.block-minicart .block-content .actions .primary {
  margin: 15px 0;
}
.block-minicart .block-content .actions .primary .action.checkout {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  padding: 0 15px;
  width: 100%;
  margin: 0 0 0 0;
}
.block-minicart .block-content .actions .primary .action.checkout:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.block-minicart .block-content .actions .primary .action.checkout:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.block-minicart .block-content .actions .primary .action.checkout:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.block-minicart .block-content .actions .primary .action.checkout.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.block-minicart .block-content .actions .primary .action.checkout.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.block-minicart .block-content .actions .primary .action.checkout.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.block-minicart .block-content .actions .primary .action.checkout.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.block-minicart .block-content .actions .primary .action.checkout.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.block-minicart .block-content .actions .primary .action.checkout.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.block-minicart .block-content .actions .primary .action.checkout.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.block-minicart .block-content .actions .primary .action.checkout.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.block-minicart .block-content .actions .primary .action.checkout.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.block-minicart .block-content .actions .primary .action.checkout.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.block-minicart .block-content .actions .primary .action.checkout.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.block-minicart .block-content .actions .primary .action.checkout.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.block-minicart .block-content .actions .primary .action.checkout.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.block-minicart .block-content .actions .primary .action.checkout.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.block-minicart .block-content .actions .primary .action.checkout.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.block-minicart .block-content .actions .primary .action.checkout.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.block-minicart .block-content .actions .primary .action.checkout.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-minicart .block-content .actions .primary .action.checkout.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.block-minicart .block-content .actions .primary .action.checkout.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.block-minicart .block-content .actions .primary .action.checkout.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.block-minicart .block-content .actions .primary .action.checkout.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.block-minicart .block-content .actions .secondary {
  margin: 25px 0 0 0;
}
.block-minicart .block-content .actions .secondary .viewcart {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.block-minicart .block-content .actions .secondary .viewcart:hover {
  color: #9c9c9c;
}
.block-minicart .block-content .minicart-items-wrapper {
  margin: 15px -20px 0 -20px;
  height: 373px !important;
  max-height: 20vh;
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 4px;
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  margin: 0 0 0 0 !important;
  padding: 15px !important;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product {
  display: flex;
  justify-content: space-between;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product::before {
  display: none;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product::after {
  display: none;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  width: 75px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 0 100% 0 !important;
  overflow: hidden;
  position: relative;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper img {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  padding: 0 0 0 15px;
  width: calc(100% - 75px);
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a:hover {
  color: #9c9c9c;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .minicart-price .price {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .qty {
  display: none;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
  margin: 10px 0 0 0;
  position: relative;
  float: none;
  display: flex;
  justify-content: flex-start;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary {
  margin: 0 10px 0 0;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary .action.edit {
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary .action.edit::before {
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary .action.edit:hover {
  color: #9c9c9c;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary .action.edit:hover::before {
  color: #9c9c9c;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary {
  margin: 0 10px 0 0;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary .action.delete {
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary .action.delete::before {
  color: #000000;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary .action.delete:hover {
  color: #9c9c9c;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary .action.delete:hover::before {
  color: #9c9c9c;
}
.block-minicart .block-content .update-cart-item {
  background: #ffffff;
}
.block-minicart .block-content .update-cart-item:hover {
  border-color: #000000;
}
.block-minicart .action.primary.checkout {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.block-minicart .action.primary.checkout:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.block-minicart .action.primary.checkout:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.block-minicart .action.primary.checkout:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.block-minicart .action.primary.checkout.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.block-minicart .action.primary.checkout.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.block-minicart .action.primary.checkout.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.block-minicart .action.primary.checkout.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.block-minicart .action.primary.checkout.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.block-minicart .action.primary.checkout.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.block-minicart .action.primary.checkout.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.block-minicart .action.primary.checkout.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.block-minicart .action.primary.checkout.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.block-minicart .action.primary.checkout.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.block-minicart .action.primary.checkout.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.block-minicart .action.primary.checkout.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.block-minicart .action.primary.checkout.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.block-minicart .action.primary.checkout.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.block-minicart .action.primary.checkout.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.block-minicart .action.primary.checkout.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.block-minicart .action.primary.checkout.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-minicart .action.primary.checkout.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.block-minicart .action.primary.checkout.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.block-minicart .action.primary.checkout.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.block-minicart .action.primary.checkout.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.block-minicart input {
  box-shadow: none !important;
}
.block-minicart .action.viewcart {
  color: #000000;
}
.block-minicart .action.viewcart:hover {
  color: #9c9c9c;
}
.block-minicart .product.actions a {
  color: #000000;
}
.block-minicart .product.actions a:hover {
  color: #9c9c9c;
}
.block-minicart .product-item-name a {
  font-weight: 700;
  color: #000000;
}
/* footer styles */
.page-footer {
  background: #f8f8f9;
}
.page-footer .foot-top .footop-wrap {
  max-width: 100%;
  padding: 0 0 0 0;
  justify-content: space-between;
}
.page-footer .foot-top .footop-wrap .ft-sect {
  width: calc(25% - 15px) !important;
  margin: 0 0 0 0;
}
.page-footer .foot-top .footop-wrap .ft-sect .footimg {
  align-items: flex-start;
}
.page-footer .foot-top .footop-wrap .ft-sect .footimg img {
  filter: brightness(0);
}
.page-footer .foot-top .footop-wrap .ft-sect .foot-ritsect h4 {
  margin: 0 0 5px 0;
}
.page-footer .foot-top .footop-wrap .ft-sect .foot-ritsect h6 {
  color: #000000;
}
.page-footer .footer-contents {
  width: 100%;
  padding: 50px 0;
}
.page-footer .footer-contents .footer-outer {
  padding: 0 0 0 0;
  margin: 0 -10px;
}
.page-footer .footer-contents .footer-outer .footsectone {
  margin: 0 0 0 0 !important;
  flex: 0 0 18%;
  max-width: 18%;
  padding: 0 10px;
}
.page-footer .footer-contents .footer-outer .footsectone h3 {
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  font-family: 'Gotham', sans-serif !important;
  margin: 0 0 15px 0 !important;
  text-transform: uppercase;
}
.page-footer .footer-contents .footer-outer .footsectone ul {
  text-align: left;
}
.page-footer .footer-contents .footer-outer .footsectone ul li {
  margin: 0 0 10px 0;
}
.page-footer .footer-contents .footer-outer .footsectone ul li a {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Gotham', sans-serif !important;
  color: #000000;
}
.page-footer .footer-contents .footer-outer .footsectone ul li a:hover {
  color: #9c9c9c !important;
}
.page-footer .footer-contents .footer-outer .footer-newsletter {
  margin: 0 0 0 0 !important;
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 10px;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter {
  margin: 0 0 15px 0;
  max-width: 100% !important;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .title {
  margin: 0 0 15px 0 !important;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .title strong {
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  font-family: 'Gotham', sans-serif !important;
  text-transform: uppercase;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe .field.newsletter {
  width: calc(100% - 95px);
  max-width: 100%;
  margin: 0 0 0 0;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe .field.newsletter .control .label {
  display: none;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe .field.newsletter .control input[type=email] {
  width: 100%;
  height: 34px;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
  padding: 0 10px !important;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe .field.newsletter .control .mage-error {
  font-size: 12px;
  font-family: 'Gotham', sans-serif;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe .actions {
  width: 95px;
  margin: 0 0 0 0 !important;
}
.page-footer .footer-contents .footer-outer .footer-newsletter .newsletter .content .form.subscribe .actions .action.subscribe {
  width: 100%;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Gotham', sans-serif !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
  line-height: 32px;
  height: 34px;
  border-radius: 0 4px 4px 0;
}
.copyright-outer {
  padding: 30px 0 !important;
  background: #f8f8f9 !important;
  margin: 0 0 0 0 !important;
}
.copyright-outer .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.copyright-outer .container::before {
  display: none;
}
.copyright-outer .container::after {
  display: none;
}
.copyright-outer .container .copyright {
  background: transparent !important;
}
.copyright-outer .container .copyright span {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
}
/* home page styles */
.sections.nav-sections ~ div {
  margin-top: 0 !important;
  height: auto !important;
}
.first-column {
  margin: 0 0 50px 0 !important;
  font-family: 'Gotham', sans-serif;
}
.first-column .wk-dd-main-container {
  margin: 50px 0 0 0 !important;
  padding: 0 0 0 0;
}
.first-column .wk-dd-main-container .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.first-column .wk-dd-main-container .container::before {
  display: none;
}
.first-column .wk-dd-main-container .container::after {
  display: none;
}
.first-column .wk-dd-main-container .wk-left-container {
  max-height: calc(100% - 20px);
  margin: 10px 0 0 0;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block {
  font-family: 'Gotham', sans-serif;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-lg {
  color: #000000;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-xlg {
  color: #000000;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.first-column .wk-dd-main-container .wk-left-container .wk-title-container .wk-title-block .wk-title-btn.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.first-column .wk-dd-main-container .wk-main-container #amasty-shopby-product-list .products-grid .product-items.owl-carousel .owl-item .product-item {
  margin: 10px 0 10px 0 !important;
  padding: 0 0 0 0 !important;
}
.first-column .wk-dd-main-container .wk-main-container #amasty-shopby-product-list .products-grid .product-items.owl-carousel .owl-controls .owl-nav {
  margin: 0 0 0 0 !important;
}
.home-categories {
  padding: 0 !important;
  margin: 0 0 50px 0 !important;
  border: none !important;
}
.home-categories h2 {
  font-weight: 700 !important;
  font-size: 28px !important;
  color: #000000 !important;
  line-height: 1.1;
  font-family: 'Gotham', sans-serif !important;
  margin: 0 0 20px 0 !important;
}
.home-categories .home-category-listing .owl-carousel .owl-nav .button,
.home-categories .home-category-listing .owl-carousel .owl-nav div {
  top: calc(50% - 25px);
}
.magetop-widget {
  padding: 0 0 0 0;
  margin: 0 0 0 0 !important;
}
.cms-index-index.cms-home .home-featured {
  margin: 0 0 50px 0 !important;
  padding: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-index-index.cms-home .home-featured .ft-one {
  margin: 0 0 0 0 !important;
  flex-basis: calc(33.3333% - 15px);
}
.cms-index-index.cms-home .home-featured .ft-one .image-sect {
  background: #000000;
  position: relative;
}
.cms-index-index.cms-home .home-featured .ft-one .image-sect img {
  opacity: 0.5;
  display: block;
  width: 100%;
}
.cms-index-index.cms-home .home-featured .ft-one .image-sect a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-size: 20px;
  color: #ffffff;
  background: transparent;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.cms-index-index.cms-home .home-featured .desc-sect {
  padding: 20px;
  text-align: center;
}
.cms-index-index.cms-home .home-featured .desc-sect h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1.1;
  margin: 0 0 10px 0 !important;
  text-align: center;
}
.cms-index-index.cms-home .home-featured .desc-sect h4 {
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.cms-index-index.cms-home .home-featured .image-sect:hover a {
  opacity: 1;
  visibility: visible;
}
.cms-index-index.cms-home .sect-shopby {
  margin: 0 0 50px 0 !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index.cms-home .sect-shopby .resp-tabs-list::before {
  font-family: 'Gotham', sans-serif !important;
  font-size: 16px;
  color: #6b6b6b;
  display: none !important;
}
.cms-index-index.cms-home .sect-shopby .resp-tabs-list li.resp-tab-item {
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
  color: #000000;
  border: 1px solid #000000 !important;
  background: #ffffff;
  padding: 0 20px !important;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.cms-index-index.cms-home .sect-shopby .resp-tabs-list li.resp-tab-item:hover {
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  color: #ffffff;
}
.cms-index-index.cms-home .sect-shopby .resp-tabs-list li.resp-tab-item.resp-tab-active {
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  color: #ffffff;
}
.cms-index-index.cms-home .sect-shopby .resp-tabs-container .resp-tab-content .owl-carousel {
  display: block;
  margin: 0 0 0 0;
}
.cms-index-index.cms-home .sect-shopby .resp-tabs-container .resp-tab-content .owl-carousel .owl-controls .owl-nav .button,
.cms-index-index.cms-home .sect-shopby .resp-tabs-container .resp-tab-content .owl-carousel .owl-controls .owl-nav div {
  top: calc(50% - 30px);
}
.cms-index-index.cms-home .bestin-container {
  margin: 0 0 50px 0 !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index.cms-home .tsbrands {
  margin: 0 0 50px 0 !important;
  border: none !important;
}
.cms-index-index.cms-home .tsbrands h2 {
  margin: 0 0 25px 0;
  transform: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding: 0 !important;
  text-align: center !important;
  display: block !important;
}
.cms-index-index.cms-home .tsbrands .amslider-header-container {
  font-weight: 700 !important;
  font-size: 28px !important;
  color: #000 !important;
  line-height: 1.1;
  font-family: 'Gotham', sans-serif !important;
  margin: 0 0 20px!important;
  text-transform: uppercase !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding: 0 !important;
  text-align: center !important;
  display: block !important;
  height: auto !important;
}
.cms-index-index.cms-home .tsbrands .block .block-content .owl-carousel {
  width: auto !important;
  margin: 0 -10px;
}
.cms-index-index.cms-home .tsbrands .block .block-content .owl-carousel .owl-item {
  margin: 0 0 0 0 !important;
  padding: 0 10px !important;
}
.cms-index-index.cms-home .tsbrands .block .block-content .owl-carousel .owl-item .item .brand-item {
  padding: 15px;
  border: 1px solid #e0e0e0;
}
.cms-index-index.cms-home .tsbrands .block .block-content .owl-carousel .owl-item .item .brand-item .brand-image a {
  display: block;
}
.cms-index-index.cms-home .tsbrands .block .block-content .owl-carousel .owl-item .item .brand-item .brand-image a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  filter: grayscale(1);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.cms-index-index.cms-home .tsbrands .block .block-content .owl-carousel .owl-item .item .brand-item:hover .brand-image a img {
  filter: grayscale(0);
}
.cms-index-index.cms-home .bestin .boxone h2 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  line-height: 1.1;
  margin: 0 0 20px 0 !important;
}
.cms-index-index.cms-home .bestin .boxone a {
  font-family: 'Gotham', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 0 20px !important;
  line-height: 38px;
  height: 40px;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
}
.cms-index-index.cms-home .bestin .boxone a:hover {
  color: #ffffff !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.cms-index-index.cms-home .home-categories .home-category-listing .owl-carousel {
  display: block;
  margin: 0 0 0 0;
}
.cms-index-index.cms-home .home-categories .home-category-listing .owl-carousel .owl-controls .owl-nav .button,
.cms-index-index.cms-home .home-categories .home-category-listing .owl-carousel .owl-controls .owl-nav div {
  top: calc(50% - 25px);
}
.cms-index-index.cms-home .first-column .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.cms-index-index.cms-home .first-column .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
}
.cms-index-index .ambrands-slider-container .ambrands-slider {
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index .ambrands-slider-container .ambrands-slider .ambrands-inner {
  padding: 0 0 0 0 !important;
}
.amslider.am-brand-slider .swiper-slide .am-image-wrapper .am-image {
  filter: grayscale(1);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.amslider.am-brand-slider .swiper-slide:hover .am-image-wrapper .am-image {
  filter: grayscale(0);
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  filter: grayscale(1);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image:hover {
  filter: grayscale(0);
}
.amslider .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border: none;
  border-radius: 3px;
  text-align: center;
  background: #D6D6D6 !important;
  background-image: none !important;
  color: #fff;
  font-size: 0 !important;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  margin: 0 0 0 0 !important;
}
.amslider .swiper-button-prev::before {
  content: "\f104";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslider .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border: none;
  border-radius: 3px;
  text-align: center;
  background: #D6D6D6 !important;
  background-image: none !important;
  color: #fff;
  font-size: 0 !important;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  margin: 0 0 0 0 !important;
}
.amslider .swiper-button-next::before {
  content: "\f105";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#amslider_id1 {
  max-width: 100% !important;
  width: 100% !important;
}
#amslider_id7473 {
  padding: 0 0 0 0 !important;
}
/* listing page */
.catalog-category-view,
.page-with-filter {
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view .category-banner,
.page-with-filter .category-banner {
  margin: 0 0 50px 0;
}
.catalog-category-view .columns .sidebar.sidebar-main,
.page-with-filter .columns .sidebar.sidebar-main {
  font-family: 'Gotham', sans-serif;
  background: #f8f8f9;
  padding: 0 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block,
.page-with-filter .columns .sidebar.sidebar-main .block {
  font-family: 'Gotham', sans-serif;
  margin: 0 0 0 0 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-title strong,
.page-with-filter .columns .sidebar.sidebar-main .block .block-title strong {
  font-size: 20px;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-subtitle,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-subtitle {
  color: #ffffff !important;
  background: #000000;
  padding: 15px !important;
  margin: 0 0 0 0 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options {
  font-family: 'Gotham', sans-serif;
  padding: 25px;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item {
  padding: 0 0 10px 0 !important;
  border-bottom: none !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700;
  margin: 0 0 15px 0 !important;
  padding: 0 15px 0 0;
  position: relative;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title::before,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title::after,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .label,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #000000 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .reset,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .reset {
  display: none !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .arrow,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .arrow {
  display: none !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content {
  padding: 0 0 0 0 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items {
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 10px 0;
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item a,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item a {
  padding: 0 0 0 0;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 21px);
  background: transparent;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item a:hover,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: transparent;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item label,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item label {
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .count,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  padding: 0 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .count .filter-count-label,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .count .filter-count-label {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  padding: 10px 0 0 0;
  color: #000000;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show {
  display: flex !important;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show#aw-layered-nav-collapse-show-cat::after,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show#aw-layered-nav-collapse-show-cat::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show#aw-layered-nav-collapse-hide-cat::after,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show#aw-layered-nav-collapse-hide-cat::after {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .items.items-children,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .items.items-children {
  padding: 5px 0 0 10px;
  width: 100%;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container {
  margin: 0 0 0 0;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider {
  background: #b6b6b6 !important;
  height: 5px !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider .ui-slider-range,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider .ui-slider-range {
  background: #000000 !important;
  height: 5px !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider .ui-slider-handle,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider .ui-slider-handle {
  top: 50%;
  top: -2px;
  height: 17px;
  width: 17px;
  background: #676767;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .amshopby-slider-display,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .amshopby-slider-display {
  padding: 15px 0 10px 0;
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  color: #000000;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .ui-slider .ui-slider-range,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .ui-slider .ui-slider-range {
  background: #6d6d6d !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .ui-slider .ui-slider-handle,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .ui-slider .ui-slider-handle {
  border-radius: 10px !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field {
  display: inline-flex;
  align-items: center;
  width: auto;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field .label,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field .label {
  font-size: 12px !important;
  color: #000000;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
  width: auto;
  margin: 0 10px 0 0;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field input[type="text"],
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field input[type="text"] {
  height: 25px;
  padding: 0 0 0 0 !important;
  background: transparent !important;
  border: none;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field.price-to,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field.price-to {
  justify-content: flex-end;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field.price-to .label,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field.price-to .label {
  line-height: normal;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-button,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-button {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #000;
  margin: 20px 0 0 auto;
  background: #000000;
  display: block;
  box-shadow: none;
  height: 34px;
  line-height: 32px;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .am-swatch-wrapper .am-swatch-link .swatch-option.color:not(.disabled):hover,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .am-swatch-wrapper .am-swatch-link .swatch-option.color:not(.disabled):hover {
  outline: 2px solid #000000 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item.active .filter-options-title::after,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item.active .filter-options-title::after {
  transform: translateY(-50%) rotate(0);
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list {
  margin: 0 0 0 0 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button {
  display: block;
  margin-top: 10px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  opacity: 1 !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
  padding: 0 15px !important;
  height: 34px !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button:hover,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button:hover {
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button[disabled],
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button[disabled] {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-current,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-current {
  padding: 30px 0 0 0;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-actions .action.filter-clear,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-actions .action.filter-clear {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}
.catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-actions .action.filter-clear:hover,
.page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-actions .action.filter-clear:hover {
  color: #9c9c9c;
}
.catalog-category-view .columns .column.main .page-title-wrapper,
.page-with-filter .columns .column.main .page-title-wrapper {
  margin: 30px 0 15px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.catalog-category-view .columns .column.main .page-title-wrapper .page-title,
.page-with-filter .columns .column.main .page-title-wrapper .page-title {
  line-height: 1.1;
  margin: 0 0 0 0 !important;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}
.catalog-category-view .columns .column.main .page-title-wrapper .page-title .base,
.page-with-filter .columns .column.main .page-title-wrapper .page-title .base {
  color: #000000 !important;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n + 1),
.page-with-filter .columns .column.main .products-grid .product-items .product-item:nth-child(3n + 1) {
  margin-left: 0 !important;
}
.catalog-category-view .columns .column.main .most-viewed,
.page-with-filter .columns .column.main .most-viewed {
  display: none !important;
}
.toolbar-container .toolbar::before {
  display: none;
}
.toolbar-container .toolbar::after {
  display: none;
}
.toolbar-container .toolbar.toolbar-products {
  padding: 10px 0;
  border-top: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-container .toolbar.toolbar-products .modes {
  display: block;
}
.toolbar-container .toolbar.toolbar-products .modes .modes-mode {
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 8px 10px;
}
.toolbar-container .toolbar.toolbar-products .modes .modes-mode::before {
  color: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .modes .modes-mode.mode-grid {
  margin: 0 0 0 0 !important;
}
.toolbar-container .toolbar.toolbar-products .modes .modes-mode.active {
  box-shadow: none !important;
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .modes .modes-mode.active::before {
  color: #ffffff !important;
}
.toolbar-container .toolbar.toolbar-products .modes .modes-mode.mode-list {
  margin-left: 10px !important;
}
.toolbar-container .toolbar.toolbar-products .toolbar-amount {
  display: block;
  color: #000000 !important;
  font-size: 14px !important;
}
.toolbar-container .toolbar.toolbar-products .toolbar-sorter {
  display: flex;
  align-items: center;
}
.toolbar-container .toolbar.toolbar-products .toolbar-sorter::after {
  display: none !important;
}
.toolbar-container .toolbar.toolbar-products .toolbar-sorter .sorter-label {
  font-size: 13px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-family: 'Gotham', sans-serif !important;
}
.toolbar-container .toolbar.toolbar-products .field.limiter {
  display: none !important;
}
.toolbar-container .toolbar.toolbar-products .pages {
  float: none;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0 !important;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-label {
  display: none !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item {
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  margin: 0 5px !important;
  width: 35px;
  height: 35px;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item .action {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  color: #000000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
  line-height: normal;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item .action span {
  color: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item .page {
  padding: 0 !important;
  border: none !important;
  color: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item .page span {
  color: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item:hover {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item:hover .page {
  color: #ffffff !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item:hover .page span {
  color: #ffffff !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item:hover .action {
  color: #ffffff !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item:hover .action::before {
  color: #ffffff !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item.current {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item.current .page {
  color: #ffffff !important;
  background: transparent !important;
  font-size: 14px !important;
}
.toolbar-container .toolbar.toolbar-products .pages .pages-items .item.current .page span {
  color: #ffffff !important;
}
.toolbar-container.bottom .toolbar::before {
  display: none;
}
.toolbar-container.bottom .toolbar::after {
  display: none;
}
.toolbar-container.bottom .toolbar.toolbar-products {
  border: none !important;
  padding: 0 !important;
}
.toolbar-container.bottom .toolbar.toolbar-products .modes {
  display: none;
}
.toolbar-container.bottom .toolbar.toolbar-products .modes .modes-mode {
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.toolbar-container.bottom .toolbar.toolbar-products .modes .modes-mode::before {
  color: #000000 !important;
}
.toolbar-container.bottom .toolbar.toolbar-products .modes .modes-mode.mode-grid {
  margin: 0 0 0 0 !important;
}
.toolbar-container.bottom .toolbar.toolbar-products .modes .modes-mode.active {
  box-shadow: none !important;
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.toolbar-container.bottom .toolbar.toolbar-products .modes .modes-mode.active::before {
  color: #ffffff !important;
}
.toolbar-container.bottom .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar-container.bottom .toolbar.toolbar-products .toolbar-sorter {
  display: none;
}
.toolbar-container.bottom .toolbar.toolbar-products .pages {
  display: flex;
}
.toolbar-container.bottom .toolbar.toolbar-products .field.limiter {
  display: none !important;
}
.filter .block-subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 15px 0;
  padding: 0 0 0 0 !important;
  text-align: center;
}
#layered-selected-filters-block {
  margin: 0 0 30px 0;
}
#layered-selected-filters-block .selected-items-list {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
#layered-selected-filters-block .selected-items-list .selected-item {
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  border-radius: 2px !important;
  display: block !important;
  line-height: 23px !important;
  height: 25px !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-family: 'Sen' !important;
  position: relative !important;
  margin: 0 10px 10px 0;
}
#layered-selected-filters-block .selected-items-list .selected-item span {
  padding: 0 25px 0 10px !important;
  color: #000000 !important;
}
#layered-selected-filters-block .selected-items-list .selected-item a {
  margin: 0 0 0 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  padding: 0 15px !important;
  color: #000000 !important;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close {
  position: absolute;
  right: 7px;
  top: 5px;
  line-height: normal;
}
.most-viewed {
  display: none !important;
}
/* search result page */
.catalogsearch-result-index {
  font-family: 'Gotham', sans-serif;
}
.catalogsearch-result-index .category-banner {
  margin: 0 0 50px 0;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main {
  font-family: 'Gotham', sans-serif;
  background: #f8f8f9;
  padding: 0 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block {
  font-family: 'Gotham', sans-serif;
  margin: 0 0 0 0 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-title strong {
  font-size: 20px;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-subtitle {
  color: #ffffff !important;
  background: #000000;
  padding: 15px !important;
  margin: 0 0 0 0 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options {
  font-family: 'Gotham', sans-serif;
  padding: 25px;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item {
  padding: 0 0 10px 0 !important;
  border-bottom: none !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700;
  margin: 0 0 15px 0 !important;
  padding: 0 15px 0 0;
  position: relative;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #000000 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .reset {
  display: none !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title .arrow {
  display: none !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content {
  padding: 0 0 0 0 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items {
  font-family: 'Gotham', sans-serif;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 10px 0;
  font-family: 'Gotham', sans-serif;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item a {
  padding: 0 0 0 0;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 21px);
  background: transparent;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: transparent;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item label {
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
  cursor: pointer;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  padding: 0 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  font-family: 'Gotham', sans-serif !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .count .filter-count-label {
  display: none;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  padding: 10px 0 0 0;
  color: #000000;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show {
  display: flex !important;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show#aw-layered-nav-collapse-show-cat::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item.show-more .show#aw-layered-nav-collapse-hide-cat::after {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items .item .items.items-children {
  padding: 5px 0 0 10px;
  width: 100%;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container {
  margin: 0 0 0 0;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider {
  background: #b6b6b6 !important;
  height: 5px !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider .ui-slider-range {
  background: #000000 !important;
  height: 5px !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .am-slider .ui-slider-handle {
  top: 50%;
  top: -2px;
  height: 17px;
  width: 17px;
  background: #676767;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .items.am-filter-items-attr_price form .amshopby-slider-container .amshopby-slider-display {
  padding: 15px 0 10px 0;
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  color: #000000;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider {
  display: flex;
  flex-wrap: wrap;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .ui-slider .ui-slider-range {
  background: #6d6d6d !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .ui-slider .ui-slider-handle {
  border-radius: 10px !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field {
  display: inline-flex;
  align-items: center;
  width: auto;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field .label {
  font-size: 12px !important;
  color: #000000;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
  width: auto;
  margin: 0 10px 0 0;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field input[type="text"] {
  height: 25px;
  padding: 0 0 0 0 !important;
  background: transparent !important;
  border: none;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field.price-to {
  justify-content: flex-end;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-inputs-wrapper .field.price-to .label {
  line-height: normal;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-button {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #000;
  margin: 20px 0 0 auto;
  background: #000000;
  display: block;
  box-shadow: none;
  height: 34px;
  line-height: 32px;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .am-swatch-wrapper .am-swatch-link .swatch-option.color:not(.disabled):hover {
  outline: 2px solid #000000 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-item.active .filter-options-title::after {
  transform: translateY(-50%) rotate(0);
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list {
  margin: 0 0 0 0 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button {
  display: block;
  margin-top: 10px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  opacity: 1 !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
  padding: 0 15px !important;
  height: 34px !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button:hover {
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-options .button-list .clear-button[disabled] {
  display: none;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-current {
  padding: 30px 0 0 0;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-actions .action.filter-clear {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}
.catalogsearch-result-index .columns .sidebar.sidebar-main .block .block-content .filter-actions .action.filter-clear:hover {
  color: #9c9c9c;
}
.catalogsearch-result-index .columns .column.main .page-title-wrapper {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.catalogsearch-result-index .columns .column.main .page-title-wrapper .page-title {
  line-height: 1.1;
  margin: 0 0 0 0 !important;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}
.catalogsearch-result-index .columns .column.main .page-title-wrapper .page-title .base {
  color: #000000 !important;
}
.catalogsearch-result-index .columns .column.main .products-grid .product-items .product-item:nth-child(3n + 1) {
  margin-left: 0 !important;
}
/* top brands product listing */
.catalog-category-view .page-wrapper .category-banner,
.page-products .page-wrapper .category-banner,
.magetopbrand-brand-view .page-wrapper .category-banner,
.page-with-filter .page-wrapper .category-banner {
  margin: 0 0 0 0 !important;
}
.catalog-category-view .page-wrapper .page-main .brand-view .brand-image img,
.page-products .page-wrapper .page-main .brand-view .brand-image img,
.magetopbrand-brand-view .page-wrapper .page-main .brand-view .brand-image img,
.page-with-filter .page-wrapper .page-main .brand-view .brand-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
/* product listing */
.product-item {
  margin: 0 0 30px 0 !important;
  padding: 0 15px !important;
}
.product-item .product-item-info {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
  z-index: 0 !important;
}
.product-item .product-item-info .product-item-photo .product-image-container {
  display: block;
}
.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  background: #f8f8f9 !important;
}
.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper img {
  display: block !important;
  margin: 0 0 0 0 !important;
  width: 100% !important;
}
.product-item .product-item-info .product-item-details {
  margin: 0 0 0 0 !important;
  padding: 10px;
  position: unset;
}
.product-item .product-item-info .product-item-details .product-sec {
  display: block !important;
  position: unset;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 10px 0;
  position: unset;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .product-item-name {
  margin: 0 0 5px 0;
  width: 100% !important;
  white-space: normal !important;
  height: 51px;
  overflow: hidden;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .product-item-name .product-item-link {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .product-item-name .product-item-link:hover {
  color: #9c9c9c;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .price-box {
  margin: 0 5px 0 0 !important;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .price-box .old-price {
  margin: 0 0 0 0 !important;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .price-box .price {
  font-size: 17px !important;
  color: #000000;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .price-box .price-label {
  display: none !important;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal {
  width: 100% !important;
  padding: 0 0 0 0 !important;
  border: none;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  position: relative !important;
  left: auto;
  top: auto;
  margin: 15px 0 0 0;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .wk-deal-off-box {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  position: unset !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  background: transparent !important;
  padding: 0 0 0 0;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .wk-deal-off-box .deal-price-label {
  font-size: 14px;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
  color: #fff;
  background: #4fc549;
  padding: 5px 10px;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .price-box {
  margin: 0 0 0 0 !important;
  display: block;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .price-box br {
  display: none;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .price-box .wk-deal-timer-block {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  background: #fff;
  padding: 5px 5px;
  text-align: center;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .price-box .wk-deal-timer-block .wk-deal-ends-label {
  display: block;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .price-box .wk-deal-timer-block .wk_cat_count_clock {
  color: #e02b27 !important;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-name-price .deal.wk-daily-deal .price-box .wk-save-box {
  display: none;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  clip: unset !important;
  float: none !important;
  text-align: center;
  box-shadow: none !important;
  margin: 0 0 0 0 !important;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form {
  display: flex;
}
@media screen and (max-width: 991px) {
  .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form {
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form {
    flex-direction: column;
  }
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 10px;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  transition: .5s;
  position: relative;
  font-size: 14px;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .tocart {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .tocart {
    width: 100% !important;
  }
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .tocart::after {
  color: #ffffff;
  transform: translateY(-1px);
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .tocart span {
  display: block;
  text-transform: uppercase;
  margin: 0 7px 0 0;
  font-size: 12px;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .tocart:hover {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .amquote-addto-button {
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  margin-left: 2px;
}
@media screen and (max-width: 991px) {
  .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .amquote-addto-button {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .amquote-addto-button {
    width: 100% !important;
    margin-left: 0;
  }
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .amquote-addto-button:hover,
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .amquote-addto-button:active,
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary form .amquote-addto-button:focus {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary .tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 10px;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  transition: .5s;
  position: relative;
  font-size: 14px;
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary .tocart::after {
  color: #ffffff;
  transform: translateY(-1px);
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary .tocart span {
  display: block;
  margin: 0 7px 0 0;
}
.product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-actions .actions-primary .tocart:hover {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
}
.product-item .product-item-info .product-item-details .actions-secondary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  left: 0 !important;
  top: 5px !important;
  padding: 0 10px !important;
}
.product-item .product-item-info .product-item-details .actions-secondary a {
  margin: 0 0 0 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 1px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: auto !important;
  font-family: 'Gotham', sans-serif;
}
.product-item .product-item-info .product-item-details .actions-secondary a::before {
  margin: 0 0 0 0 !important;
  display: block;
  background: transparent !important;
  border: none !important;
  color: #000000 !important;
}
.product-item .product-item-info .product-item-details .actions-secondary a:hover {
  background: transparent !important;
  border: none !important;
}
.product-item .product-item-info .product-item-details .actions-secondary a:hover::before {
  background: transparent !important;
  border: none !important;
  color: #9c9c9c !important;
}
.product-item .product-item-info .product-item-details .actions-secondary a span {
  display: none !important;
}
.product-item:hover .product-item-info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.products-grid .product-items {
  margin: 0 -15px !important;
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-items .product-item {
  flex: 0 0 20%;
  max-width: 20%;
}
.products-grid .product-items .product-item:nth-child(3n + 1) {
  margin: 0 0 30px 0 !important;
}
.products-grid .owl-carousel.product-items {
  margin: 0 0 0 0 !important;
  display: block !important;
}
.products-grid .owl-carousel.product-items .product-item {
  flex: 0 0 100%;
  max-width: 100% !important;
}
.products-list .product-items .product-item {
  padding: 0 0 0 0 !important;
}
.products-list .product-items .product-item .product-item-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
}
.products-list .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  border: none;
  flex-basis: 20%;
  padding: 0 0 0 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details {
  padding: 0 0 0 0;
  flex-basis: calc(80% - 20px);
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-sec .product-name-price .product-item-name {
  height: auto !important;
  padding: 0 70px 0 0 !important;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-sec .product-name-price .product-item-name .product-item-link {
  font-size: 16px;
  font-weight: 700;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-sec .product-item-inner .product-item-description {
  margin: 10px 0 0 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .actions-secondary {
  width: 66px;
  padding: 0 0 0 0 !important;
  position: absolute;
  top: 5px !important;
  right: 15px !important;
  display: flex;
  align-items: center;
}
/* top category */
.amasty-catalog-topnav {
  margin: 0 0 0 0 !important;
  position: sticky;
  top: 44px;
  z-index: 3;
  background: #ffffff;
  padding: 10px 0;
}
.amasty-catalog-topnav .block.filter {
  display: block !important;
}
.amasty-catalog-topnav .filter-title {
  display: none;
}
.amasty-catalog-topnav .filter-content .filter-subtitle {
  display: none;
}
.amasty-catalog-topnav .filter-content .filter-options {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0;
  border: none !important;
  text-align: left;
}
.amasty-catalog-topnav .filter-content .filter-options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.amasty-catalog-topnav .filter-content .filter-options::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 5px 8px 0;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-title {
  padding: 0 30px 0 15px;
  background: #000000;
  border: 1px solid #000000;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-title::after {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-title:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-content {
  max-height: 300px;
  min-width: 290px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-content::-webkit-scrollbar {
  height: 3px;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.amasty-catalog-topnav .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  font-size: 13px !important;
  letter-spacing: -0.5px;
  font-weight: 400;
  text-transform: none;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  background: #000000 !important;
}
/* product details page */
.catalog-product-view .page-wrapper .breadcrumbs {
  margin: 0 0 50px 0 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main {
  position: relative;
  flex: 0 0 calc(65% - 25px);
  max-width: calc(65% - 25px);
  order: 2;
  padding: 0 0 0 0;
  font-family: 'Gotham', sans-serif !important;
  text-align: left;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 15px 0 !important;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title {
  margin-bottom: 15px;
  line-height: 1.1;
  text-align: left;
  max-width: calc(100% - 65px);
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
  font-size: 28px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .brand-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 40px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .brand-image a {
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .brand-image a img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .product-info-stock-sku .stock {
  margin: 0 15px 0 0 !important;
  min-width: max-content;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .product-info-stock-sku .stock span {
  font-size: 14px;
  font-weight: 700;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .product-info-stock-sku .stock.unavailable {
  color: red;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .product-info-stock-sku .stock.unavailable span {
  color: red !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .product-info-stock-sku .stock.available {
  color: #15d14a !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .product-info-stock-sku .stock.available span {
  color: #15d14a !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .brand-sep {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-stock-sku {
  display: flex;
  padding: 0;
  margin: 0 0 0 0;
  flex-wrap: wrap;
  font-family: 'Gotham', sans-serif !important;
  float: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-stock-sku .product.attribute.sku {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-align: left;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price {
  display: block;
  margin: 0 0 20px 0;
  border: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 20px 0 !important;
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .special-price {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .price-final_price {
  display: inline-block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .price-container .price-wrapper {
  margin: 0 0 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .grouped_sku {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-label {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price {
  font-size: 28px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .old-price .price {
  text-decoration: line-through;
  color: #6b6b6b;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .old-price .price-label {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container {
  margin: 0 0 25px 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container .nego-rice-button {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  margin: 0 10px 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container button.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .nego-price-offer-container .nego-login-msg {
  color: #000000;
  margin-top: 5px;
  font-size: 12px;
  font-family: 'Gotham', sans-serif !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .product-reviews-summary {
  margin: 0 0 0 0;
  float: none !important;
  text-align: left !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .product-reviews-summary .reviews-actions {
  display: inline-block;
  margin: 0 0 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action:hover {
  color: #9c9c9c;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .overview-outer {
  margin: 0 0 15px 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .overview-outer .short-desc-label {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding: 0 0 0 0;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form {
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart {
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset {
  display: flex;
  align-items: center;
  margin: 0 0 0 0 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
  margin: 0 10px 0 0;
  display: flex;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .label {
  display: none;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control {
  border: 1px solid #e0e0e0;
  display: flex;
  margin: 0 0 0 0;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  order: 2;
  width: 50px;
  border-color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty::-webkit-inner-spin-button,
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty:hover {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty:hover::-webkit-inner-spin-button,
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.large {
  height: 50px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.small {
  height: 34px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty::placeholder {
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty:focus {
  border: 1px solid #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.mage-error {
  border-color: #e02b27;
  color: #e02b27;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.mage-error::placeholder {
  color: #e02b27;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.mage-error:focus {
  outline: none !important;
  border-color: #e02b27;
  color: #e02b27;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty.mage-error:focus::placeholder {
  color: #e02b27;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control a {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  width: 30px;
  padding: 0 5px;
  font-size: 20px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control a:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control a:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control a.qtyplus {
  order: 3;
  border-left: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control a.qtyminus {
  order: 1;
  border-right: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control .subtract {
  top: 30px;
  width: 18px;
  height: 18px;
  font-size: 29px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control #qty-error {
  position: absolute;
  bottom: -25px;
  width: 300px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions {
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  margin: 0 0 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .tocart.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .product-options-bottom .amquote-addto-button button {
  max-width: 250px;
  border: 1px solid #000000;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .product-options-bottom .amquote-addto-button button:hover,
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .product-options-bottom .amquote-addto-button button:active,
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .product-options-bottom .amquote-addto-button button:focus {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .amquote-addto-button {
  max-width: 143px;
  font-size: 15px;
  padding: 6px 7px;
  border-radius: 0px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links {
  padding: 0 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .action {
  margin: 0 0 0 0;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .action:hover {
  color: #9c9c9c;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .action.mailto {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .action.towishlist:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  margin-right: 7px;
  font-size: 17px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .action.tocompare:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  font-size: 17px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .product-addto-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 0 0;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  z-index: 10;
  line-height: normal;
  font-family: 'Gotham', sans-serif !important;
  width: 40%;
  justify-content: flex-end;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect:before {
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
  line-height: normal;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect:hover {
  color: #9c9c9c;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect #share-links {
  position: absolute;
  top: 34px;
  right: 0;
  width: 50px;
  text-align: center;
  background: transparent;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect .social-share {
  font-family: 'Gotham', sans-serif !important;
  padding: 12px;
  background: #fff;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect .social-share li {
  margin: 0 0 10px 0;
  list-style: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect .social-share li a {
  font-size: 18px;
  color: #9c9c9c;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect .social-share li a:hover {
  color: #9c9c9c;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-social-links .sharesect .social-share li:last-child {
  margin: 0 0 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .wk-daily-deal {
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .wk-daily-deal .save-box {
  margin: 10px 0 0 0;
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .attribute.overview {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .attribute.overview .value {
  font-size: 16px;
  color: #808080;
  line-height: 1.6;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .brand-label {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .brand-image {
  display: inline-block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .table.grouped .col .price-box .grouped_sku {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: inline-block !important;
  vertical-align: top;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.media {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  order: 1;
  flex: 0 0 calc(35% - 25px);
  max-width: calc(35% - 25px);
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed {
  order: 3;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  background: #f8f8f9;
  margin: 50px 0 50px 0;
  font-family: 'Gotham', sans-serif !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items {
  text-align: left;
  border: none;
  margin: 0 0 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.title {
  display: inline-block;
  float: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.title a {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 38px;
  height: 40px;
  background: #9c9c9c;
  color: #ffffff;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.title.active a {
  background: #000000;
  color: #ffffff;
  font-weight: 700 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.content {
  border: 0;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  background: transparent;
  margin: 0 0 0 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.content .product.attribute.description .value p {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.content .product.attribute.description .value ul {
  max-width: 100%;
  width: 500px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.content .product.attribute.description .value ul li {
  padding: 10px 10px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.content .product.attribute.description .value ul li:nth-of-type(even) {
  background: #efefef;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 50px 0;
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .products-related {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .products-related .owl-carousel {
  width: auto !important;
  margin: 0 -15px !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .products-related .owl-carousel .owl-item {
  margin: 0 0 0 0 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .products-related .owl-carousel .owl-item .product-item {
  margin: 0 0 0 0 !important;
  padding: 15px !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .products-related .owl-carousel .owl-item .product-item .product-item-info .product-item-details .field.choice.related {
  left: auto;
  position: relative;
  top: auto;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item {
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info > a {
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .product-item-name {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .old-price {
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .old-price .price-label {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related .product-item .product-item-info .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .block.related #relateditem_carousel {
  margin-top: 2px;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell {
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .block-title {
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}
.catalog-product-view .block.upsell .block-title strong {
  font-size: 20px;
  color: #5c5c5c;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .block.upsell .products-upsell {
  margin: 0;
}
.catalog-product-view .block.upsell #upsellitem_carousel {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .product-item {
  width: 100%;
}
.catalog-product-view .block.upsell .product-item .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.catalog-product-view .block.upsell .product-item .product-item-info > a {
  display: block;
}
.catalog-product-view .block.upsell .product-item .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
}
.catalog-product-view .block.upsell .product-item .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-product-view .block.upsell .product-item .product-item-info .minicart-wrapper {
  display: none;
}
.catalog-product-view .block.upsell .product-item .product-item-info .product-item-name {
  margin: 0;
}
.catalog-product-view .block.upsell .product-item .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-product-view .block.upsell .product-item .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-product-view .block.upsell .product-item .product-item-info .old-price {
  display: block;
}
.catalog-product-view .block.upsell .product-item .product-item-info .old-price .price-label {
  display: none;
}
.catalog-product-view .block.upsell .product-item .product-item-info .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-product-view .block-viewed-products-grid {
  margin: 0 24px;
  border: 1px solid #e1e1e1;
  margin-top: 20px;
}
.catalog-product-view .block-viewed-products-grid .block-title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 35px;
  margin: 0;
}
.catalog-product-view .block-viewed-products-grid .block-title strong {
  font-size: 18px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info > a {
  display: block;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .product-image-container {
  width: 100% !important;
  background: #f4f4f4;
  display: block;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .product-item-name {
  margin: 0;
  text-align: center;
  padding: 12px 3px;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .product-item-name a {
  font-size: 14px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .price-box {
  display: none;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .product-item-link {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .old-price {
  display: block;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .old-price .price-label {
  display: none;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .old-price .price {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-item-info .product-item-actions {
  display: none;
}
.catalog-product-view .block.review-add .review-control-vote label:before {
  color: #9c9c9c;
}
.catalog-product-view .block.review-add .action.submit.primary {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
}
.catalog-product-view .block.review-add .action.submit.primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.catalog-product-view .block.review-add .action.submit.primary:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .block.review-add .action.submit.primary:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .block.review-add .action.submit.primary.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.catalog-product-view .block.review-add .action.submit.primary.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.catalog-product-view .block.review-add .action.submit.primary.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.catalog-product-view .block.review-add .action.submit.primary.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.catalog-product-view .block.review-add .action.submit.primary.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.catalog-product-view .block.review-add .action.submit.primary.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.catalog-product-view .block.review-add .action.submit.primary.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.catalog-product-view .block.review-add .action.submit.primary.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.catalog-product-view .block.review-add .action.submit.primary.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.catalog-product-view .block.review-add .action.submit.primary.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.catalog-product-view .block.review-add .action.submit.primary.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.catalog-product-view .block.review-add .action.submit.primary.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.catalog-product-view .block.review-add .action.submit.primary.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.catalog-product-view .block.review-add .action.submit.primary.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.catalog-product-view .block.review-add .action.submit.primary.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.catalog-product-view .block.review-add .action.submit.primary.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.catalog-product-view .block.review-add .action.submit.primary.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-product-view .block.review-add .action.submit.primary.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.catalog-product-view .block.review-add .action.submit.primary.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .block.review-add .action.submit.primary.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .block.review-add .action.submit.primary.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .block.review-add .review-form {
  margin: 0 auto;
}
.catalog-product-view .wk-daily-deal {
  border: 1px solid #E0E0E0FF;
  z-index: 10;
  padding: 10px !important;
  margin-bottom: 20px;
  width: 600px;
  max-width: 100%;
}
.catalog-product-view .wk-daily-deal .wk-deal-timer .deal-ens-in {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin: 0 0 10px 0;
  display: block;
}
.catalog-product-view .wk-daily-deal .wk-deal-timer .wk_cat_count_clock {
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-product-view .wk-daily-deal .wk-deal-timer .wk_cat_count_clock span {
  font-size: 17px !important;
  color: #000000;
  font-family: gotham,sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.catalog-product-view .wk-daily-deal .wk-deal-timer .wk_cat_count_clock span .label {
  display: inline-block;
  margin: 0 0 0 7px !important;
}
.catalog-product-view .wk-daily-deal .wk-deal-timer .save-box {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  display: block;
  margin: 10px 0 0 0;
}
.catalog-product-view .wk-daily-deal .wk-deal-timer .wk-deal-font-weight-600 {
  color: #000000;
  font-size: 14px;
}
.catalog-product-view .modal-popup.nego-price-modal {
  width: 95%;
  margin: 0px auto;
  max-width: 600px;
  left: 0;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-inner-wrap {
  width: 100%;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  text-align: center !important;
  box-shadow: none;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .modal-popup.nego-price-modal .modal-footer button.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.catalog-product-view .modal-popup.nego-price-modal label {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 10px;
}
.catalog-product-view .modal-popup.nego-price-modal input {
  box-shadow: none;
  margin-bottom: 16px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .toquote {
  border-radius: 0;
  height: 40px;
  padding: 0 16px;
  display: inline-block;
  border: 1px solid #000;
  font-size: 15px;
  width: 139px;
  margin: 0 0 0 10px;
  color: #000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .toquote:hover,
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .toquote:active,
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions .toquote:focus {
  background: #000;
  color: #fff;
}
/* cart page */
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container::before {
  display: none;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container::after {
  display: none;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart {
  max-width: calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
  padding: 0 0 0 0;
  order: 1;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  vertical-align: middle;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item {
  font-size: 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-photo {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  max-width: max-content !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details {
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details .product-item-name {
  margin: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details .product-item-name a {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details .product-item-name a:hover {
  color: #9c9c9c;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details .message {
  border-radius: 4px;
  margin: 5px 0 0 0 !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details .message.error {
  padding: 10px 5px 10px 35px;
  position: relative;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.item .product-item-details .message.error > *:first-child::before {
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  position: absolute;
  text-align: center;
  margin: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-info td.col.qty .field .control .input-text {
  margin: 0 0 0 0 !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0;
  width: 100%;
  min-height: 1px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  font-size: 14px;
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action::before {
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action:hover {
  color: #9c9c9c;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action:hover::before {
  color: #9c9c9c;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action.towishlist {
  margin: 0 0 0 0;
  line-height: 20px;
  padding: 0 0 0 25px;
  background: url('../images/icons/heart-o.svg') no-repeat left center;
  background-size: 20px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action.action-edit {
  margin: 0 15px 0 auto;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .cart.main.actions {
  margin: 30px 0;
  text-align: right !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .cart.main.actions .action.update {
  padding: 0 15px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container #gift-options-cart {
  display: none;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary {
  max-width: 350px;
  flex: 0 0 350px;
  top: 0 !important;
  order: 2;
  padding: 30px 25px 25px 25px;
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  background: transparent;
  border: none;
  margin: -14px 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .summary.title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Gotham', sans-serif;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .title {
  padding: 15px 30px 15px 0;
  border-top: 1px solid #e0e0e0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .title::after {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .title strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .content form .fieldset .field {
  margin: 0 0 15px 0 !important;
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .content form .fieldset .field .label {
  margin: 0 0 5px 0;
  display: block;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .content form .items .item-title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block .content form .items .item-options {
  margin: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .block.active .title {
  border-bottom: 1px solid #e0e0e0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals .table-wrapper table tbody tr th {
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals .table-wrapper table tbody tr td {
  padding-right: 0 !important;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals .table-wrapper table tbody tr.grand.totals th {
  border-top: 1px solid #e0e0e0;
  font-size: 17px;
  font-weight: 700;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals .table-wrapper table tbody tr.grand.totals th strong {
  padding: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals .table-wrapper table tbody tr.grand.totals td {
  border-top: 1px solid #e0e0e0;
  font-size: 17px;
  font-weight: 700;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals .table-wrapper table tbody tr.grand.totals td strong {
  padding: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items {
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item {
  margin: 0 0 20px 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .action.checkout.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item:last-child {
  margin: 0 0 0 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item:last-child .action.multicheckout {
  font-size: 14px;
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item:last-child .action.multicheckout:hover {
  color: #9c9c9c;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button {
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  margin-left: 2px;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button {
    margin-left: 0;
    width: 100%;
  }
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button:hover,
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button:active,
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button:focus {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 0 0 0;
  margin: 0 0 50px 0;
  order: 3;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount {
  padding: 25px;
  background: #f8f8f9;
  width: 450px;
  max-width: 100%;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .title {
  border-bottom: 1px solid #ddd;
  border-top: none;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .title strong {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Gotham', sans-serif;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .title strong::after {
  display: none !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: block !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon {
  display: block;
  margin: 0 0 0 0 !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .field {
  display: block;
  margin: 0 0 10px 0 !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .field .control .input-text {
  width: 100%;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar {
  width: 100% !important;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  padding: 0 15px;
  width: 100%;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .primary .action.apply.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-empty {
  text-align: center;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-empty p {
  font-size: 16px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-empty p a {
  color: #000000;
  text-decoration: underline;
}
.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-empty p a:hover {
  color: #9c9c9c;
}
/* login page */
.customer-account-login .page-wrapper {
  background: #ffffff !important;
}
.customer-account-login .page-wrapper .page-main {
  background: #ffffff !important;
  box-shadow: none !important;
  margin: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}
.customer-account-login .page-wrapper .page-main .columns .column.main .login-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
  background: #f8f8f9;
  padding: 50px;
}
.customer-account-login .page-wrapper .page-main .columns .column.main .login-container::before {
  display: none;
}
.customer-account-login .page-wrapper .page-main .columns .column.main .login-container::after {
  display: none;
}
.customer-account-login .page-wrapper .page-main .columns .column.main .login-container .block {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 0 0;
}
.customer-account-login .page-wrapper .page-main .columns .column.main .login-container .block .block-title {
  padding: 0 0 10px 0 !important;
  margin: 0 0 15px 0 !important;
  border-bottom: 1px solid #e0e0e0;
}
.customer-account-login .page-wrapper .page-main .columns .column.main .login-container .block.block-new-customer .actions-toolbar {
  margin: 25px 0 0 0;
}
/* customer-account-create */
.customer-account-create .page-wrapper {
  background: #ffffff !important;
}
.customer-account-create .page-wrapper .page-main {
  background: #ffffff !important;
  box-shadow: none !important;
  margin: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
  background: #f8f8f9;
  padding: 50px;
  min-width: 1px !important;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account::before {
  display: none;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account::after {
  display: none;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 0 0;
  min-width: 1px;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar::before {
  display: none;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar::after {
  display: none;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar .primary .action.submit {
  margin: 0 0 0 0 !important;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar .secondary .action.back {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  display: block;
  margin-top: 0;
}
.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar .secondary .action.back:hover {
  color: #9c9c9c;
}
/* checkout page */
.checkout-index-index .page-wrapper {
  padding: 50px 0 0 0 !important;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper {
  border: none;
  clip: unset;
  height: unset;
  overflow: unset;
  position: unset;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper .page-title {
  display: block;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container::before {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container::after {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper {
  position: unset;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 10px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .authentication-wrapper .action-auth-toggle.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar {
  font-family: 'Gotham', sans-serif;
  width: 100%;
  order: 1;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 70px 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  width: 200px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item::before {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item span {
  padding: 0 0 0 0;
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item span::before {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item span::after {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active {
  border-bottom: 3px solid #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding: 0 0 0 0;
  order: 2;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li {
  border-bottom: none !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-family: 'Gotham', sans-serif;
  text-align: left;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-title {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form {
  margin: 0 0 0 0;
  max-width: 100% !important;
  border: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset {
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field {
  display: block;
  flex-basis: calc(50% - 10px);
  padding: 0 0 0 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field.street {
  flex-basis: 100%;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field.street .field {
  flex-basis: 100%;
  margin: 0 0 20px 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field.street .field .label {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field.street .field:last-child {
  margin: 0 0 0 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field.choice {
  flex-basis: 100%;
  border: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset br {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment {
  padding: 25px;
  background: #f8f8f9;
  width: calc(50% - 25px);
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content {
  padding: 0 0 20px 0 !important;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Gotham', sans-serif;
  padding: 0 0 0 0 !important;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details br {
  display: block;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a:hover {
  color: #9c9c9c;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action {
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .field {
  flex-basis: 100%;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .field.field-select-billing {
  margin: 0 0 0 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar {
  width: 100%;
  margin: 30px 0 0 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action {
  padding: 0 10px;
  margin: 0 0 0 0;
  width: auto;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-update {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  order: 2;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  order: 1 !important;
  order: 2;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel:hover {
  text-decoration: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action:hover {
  text-decoration: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option {
  padding: 25px;
  background: #f8f8f9;
  width: calc(50% - 25px);
  margin: 0 0 0 0 !important;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option.discount-code .payment-option-title {
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option.discount-code .payment-option-title .action.action-toggle {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option.discount-code .payment-option-title .action.action-toggle::after {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option.discount-code .payment-option-content {
  padding: 0 0 0 0;
  display: block !important;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action.action-apply {
  padding: 0 15px;
  width: 100%;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form #checkout-shipping-method-load {
  margin: 0 0 30px 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form #checkout-shipping-method-load .table-checkout-shipping-method tbody tr td {
  font-size: 16px;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .actions-toolbar .primary {
  width: 100%;
  text-align: right;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .actions-toolbar .primary .action.continue {
  margin: 0 0 0 0 !important;
  width: auto;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar {
  flex: 0 0 350px;
  max-width: 350px;
  margin: 0 0 0 0;
  order: 3;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary {
  background: #f8f8f9;
  margin: 0 0 0 0;
  padding: 25px;
  font-family: 'Gotham', sans-serif;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .block .title strong {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals {
  border-top: none !important;
  border-bottom: none !important;
  margin: 10px 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr th {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  padding: 5px 5px 5px 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr th .title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-bottom: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr th .title::after {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr td {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  padding: 5px 0 5px 5px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr.total-rules {
  display: table-row !important;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr.shipping.excl .value {
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr.grand.totals th {
  border: none !important;
  font-size: 18px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals tr.grand.totals td {
  border: none !important;
  font-size: 18px;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart {
  text-align: left;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  padding: 0 0 0 0;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information {
  text-align: left;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title {
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action-edit {
  top: 4px !important;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action-edit::before {
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action-edit:hover::before {
  color: #9c9c9c;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-content {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-content a {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-content a:hover {
  color: #9c9c9c;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .ship-to {
  margin: 30px 0 0 0;
  padding: 25px;
  background: #f8f8f9;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information .ship-via {
  margin: 30px 0 0 0;
  padding: 25px;
  background: #f8f8f9;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-estimated-wrapper {
  margin: 0 0 50px 0;
  width: 100%;
  border: 1px solid #e0e0e0 !important;
  font-family: 'Gotham', sans-serif;
  background: #f8f8f9;
  order: 2;
  color: #000000;
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .authentication-dropdown {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 600px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.checkout-index-index .page-wrapper .page-main .columns .column.main .authentication-dropdown._show {
  opacity: 1;
  visibility: visible;
}
/* order success */
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper {
  position: relative;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper a.print {
  display: block;
  float: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 90px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  z-index: 3;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper a.print:hover {
  color: #9c9c9c;
}
.checkout-onepage-success .page-wrapper .page-main .columns .column.main .checkout-success {
  padding: 0 0 0 0;
  text-align: center;
}
.checkout-onepage-success .page-wrapper .page-main .columns .column.main .checkout-success::before {
  display: none !important;
}
.checkout-onepage-success .page-wrapper .page-main .columns .column.main .checkout-success .actions-toolbar {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-onepage-success .page-wrapper .page-main .columns .column.main #registration {
  text-align: center;
}
.checkout-onepage-success .page-wrapper .page-main .columns .column.main #registration form {
  margin: 10px 0 0 0;
}
/* my account pages*/
.account .page-wrapper .page-main .columns {
  padding: 0 0 50px 0 !important;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main {
  display: block;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block {
  font-family: 'Gotham', sans-serif;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .title {
  border: unset;
  clip: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  padding: unset;
  position: unset;
  width: unset;
  display: none;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .title strong {
  font-size: 16px;
  margin: 0 0 0 0;
  color: #000000;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content {
  padding: 0 0 0 0;
  background: #f8f8f9;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content .nav.items .nav.item {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content .nav.items .nav.item a {
  padding: 15px 15px;
  font-size: 14px;
  background: transparent;
  color: #000000;
  font-weight: 400;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content .nav.items .nav.item a:hover {
  background: #e8e8e8;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content .nav.items .nav.item.current strong {
  border: none;
  padding: 15px 15px;
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  font-weight: 400;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content .nav.items .nav.item.current a {
  border: none;
  padding: 15px 15px;
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  font-weight: 400;
}
.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block .content .nav.items .nav.item.current a strong {
  padding: 0 0 0 0;
  background: transparent;
  color: #ffffff;
}
.account .page-wrapper .page-main .columns .column.main .page-title-wrapper {
  margin: 0 0 30px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.account .page-wrapper .page-main .columns .column.main .page-title-wrapper .page-title {
  margin: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
.account .page-wrapper .page-main .columns .column.main .block {
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
  text-align: left;
}
.account .page-wrapper .page-main .columns .column.main .block .block-title {
  border-bottom: none !important;
  margin: 0 0 20px 0 !important;
}
.account .page-wrapper .page-main .columns .column.main .block .block-content .box .box-title {
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
}
.account .page-wrapper .page-main .columns .column.main .block .block-content .box .box-content {
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
}
.account .page-wrapper .page-main .columns .column.main .block .block-content .box .box-actions {
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
}
.account .page-wrapper .page-main .columns .column.main .block .block-content .box .box-actions .action {
  font-family: 'Gotham', sans-serif !important;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline !important;
  text-transform: capitalize !important;
}
.account .page-wrapper .page-main .columns .column.main .fieldset {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
}
.account .page-wrapper .page-main .columns .column.main .fieldset .field.choice {
  margin: 0 0 20px 0 !important;
}
.account .page-wrapper .page-main .columns .column.main .actions-toolbar {
  margin: 30px 0 0 0 !important;
}
.account .page-wrapper .page-main .columns .column.main .actions-toolbar .primary {
  margin: 0 0 0 0 !important;
}
.account .page-wrapper .page-main .columns .column.main .actions-toolbar .primary .action {
  margin: 0 0 0 0 !important;
}
.account .page-wrapper .page-main .columns .column.main .actions-toolbar .secondary {
  margin: 0 0 0 0 !important;
}
.account .page-wrapper .page-main .columns .column.main .actions-toolbar .secondary .action {
  margin: 0 0 0 0 !important;
}
.account .page-wrapper .page-main .columns .column.main form {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
}
.account .page-wrapper .page-main .columns .column.main .toolbar {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
}
.account .page-wrapper .page-main .columns .column.main .order-links {
  display: none;
}
.account .page-wrapper .page-main .columns .column.main .table-order-items thead tr th.col {
  padding: 20px 10px !important;
  text-align: left;
  text-transform: capitalize !important;
}
.account .page-wrapper .page-main .columns .column.main .table-order-items thead tr th.col.actions {
  text-align: center;
}
.account .page-wrapper .page-main .columns .column.main .table-order-items tbody tr td.col {
  padding: 20px 10px !important;
  text-align: left;
}
.account .page-wrapper .page-main .columns .column.main .table-order-items tbody tr td.col .product-item-name {
  margin: 0 0 0 0 !important;
  font-size: 14px;
}
.account .page-wrapper .page-main .columns .column.main .table-order-items tbody tr td.col .price {
  font-size: 14px;
  display: block;
}
.account .page-wrapper .page-main .columns .column.main .table-order-items tbody tr td.col.actions {
  text-align: center;
}
.account .page-wrapper .page-main .columns .column.main .toolbar {
  width: 100%;
}
.account .page-wrapper .page-main .columns .column.main .toolbar::before {
  display: none;
}
.account .page-wrapper .page-main .columns .column.main .toolbar::after {
  display: none;
}
.account .page-wrapper .page-main .columns .column.main .toolbar .pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.account.customer-account-index .page-wrapper .page-main .columns {
  padding: 0 0 50px 0 !important;
}
.account.customer-account-index .page-wrapper .page-main .columns .sidebar.sidebar-main {
  display: block;
}
.account.newsletter-manage-index .page-wrapper .page-main .columns .column.main .fieldset .field.choice {
  margin: 0 0 20px 0 !important;
}
.account.newsletter-manage-index .page-wrapper .page-main .columns .column.main .actions-toolbar {
  margin: 0 0 0 0 !important;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper::before {
  display: none;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper::after {
  display: none;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper .page-title {
  margin: 0 0 30px 0;
  width: 100%;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper .order-status {
  margin: 0 0 0 0;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper .order-date {
  margin: 0 0 0 0;
  font-size: 14px;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .page-title-wrapper .order-actions-toolbar {
  margin: 0 0 0 0 !important;
}
.account.sales-order-view .page-wrapper .page-main .columns .column.main .order-details-items {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .wishlist-toolbar {
  width: 100%;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .wishlist-toolbar::before {
  display: none;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .wishlist-toolbar::after {
  display: none;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .wishlist-toolbar .pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items {
  margin: 0 0 30px 0;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar {
  margin: 30px 0 0 0 !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .primary {
  margin: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .primary .action {
  margin: 0 5px 5px 0 !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .secondary {
  margin: 0 0 0 0 !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .secondary .action {
  margin: 0 0 0 0 !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item {
  border-bottom: none !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
  width: 100% !important;
  float: none !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
  margin: 0 0 5px 0;
  width: 100% !important;
  height: 51px;
  overflow: hidden;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link:hover {
  color: #9c9c9c;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
  margin: 0 0 0 0 !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-as-configured .price-container .price-wrapper .price {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  border: none !important;
  box-shadow: none !important;
  clip: unset !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .field.comment-box {
  display: none;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin: 0 0 0 0 !important;
  float: none !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  display: block;
  margin: 0 0 0 0 !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  display: none;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .action.tocart {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 10px;
  font-weight: 400;
  text-transform: none;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0 !important;
  float: none !important;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action {
  margin: 0 0 0 0;
}
.account.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item:first-child {
  border-top: none !important;
}
/* daily deals */
.dailydeals-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item {
  flex: 0 0 20%;
  max-width: 20%;
}
/* cms pages */
.cms-page-view .page-wrapper .page-main .page-title-wrapper {
  margin: 50px auto 30px auto !important;
}
.cms-page-view .page-wrapper .page-main .page-title-wrapper .page-title {
  padding: 0 0 0 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main {
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-weight: 400;
  text-align: left !important;
  margin-bottom: 50px !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main h1,
.cms-page-view .page-wrapper .page-main .columns .column.main h2,
.cms-page-view .page-wrapper .page-main .columns .column.main h3,
.cms-page-view .page-wrapper .page-main .columns .column.main h4,
.cms-page-view .page-wrapper .page-main .columns .column.main h5,
.cms-page-view .page-wrapper .page-main .columns .column.main h6 {
  margin: 0 0 10px 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main h1 a,
.cms-page-view .page-wrapper .page-main .columns .column.main h2 a,
.cms-page-view .page-wrapper .page-main .columns .column.main h3 a,
.cms-page-view .page-wrapper .page-main .columns .column.main h4 a,
.cms-page-view .page-wrapper .page-main .columns .column.main h5 a,
.cms-page-view .page-wrapper .page-main .columns .column.main h6 a {
  font-size: inherit !important;
  color: inherit !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main h1 a:hover,
.cms-page-view .page-wrapper .page-main .columns .column.main h2 a:hover,
.cms-page-view .page-wrapper .page-main .columns .column.main h3 a:hover,
.cms-page-view .page-wrapper .page-main .columns .column.main h4 a:hover,
.cms-page-view .page-wrapper .page-main .columns .column.main h5 a:hover,
.cms-page-view .page-wrapper .page-main .columns .column.main h6 a:hover {
  color: #6b6b6b !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main iframe {
  border: none;
}
.cms-page-view .page-wrapper .page-main .columns .column.main img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main p {
  margin: 0 0 20px 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main p a {
  font-size: inherit !important;
  color: inherit !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main p a:hover {
  color: #6b6b6b !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main ul,
.cms-page-view .page-wrapper .page-main .columns .column.main ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main ul li,
.cms-page-view .page-wrapper .page-main .columns .column.main ol li {
  display: block;
  font-weight: 400;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main ul li a,
.cms-page-view .page-wrapper .page-main .columns .column.main ol li a {
  font-size: inherit !important;
  color: inherit !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main ul li a:hover,
.cms-page-view .page-wrapper .page-main .columns .column.main ol li a:hover {
  color: #6b6b6b !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_1 {
  flex-basis: 100%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_2 {
  flex-basis: 50%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_3 {
  flex-basis: 33.3333%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_4 {
  flex-basis: 25%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_5 {
  flex-basis: 20%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col-75 {
  flex-basis: 75%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col_4 {
  flex-basis: 33.3333%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col-75 {
  flex-basis: 66.6666%;
  padding: 0 15px;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  margin: 0 0 25px 0;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
  transition: all 1s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .image a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
  transition: all 1s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .text {
  padding: 15px;
  text-align: center;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .text h4 {
  margin: 0 0 0 0 !important;
  font-size: 17px;
  font-weight: 700;
  color: #000000 !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .text h4 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block .text h4 a:hover {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block:hover .image a img {
  transform: scale(1.1);
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block:hover .text h4 {
  color: #6b6b6b !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block:hover .text h4 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .image-block:hover .text h4 a:hover {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
.cms-page-view .page-wrapper .page-main .columns .column.main .hero-block {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cms-page-view .page-wrapper .page-main .columns .column.main .page.messages {
  margin: 0 auto !important;
}
.cms-page-view.cms-return-policy .page-wrapper .page-main .columns .column.main p {
  margin: 0 0 10px 0;
}
.cms-page-view.cms-store-locator .page-wrapper .page-main .page-title-wrapper {
  margin: 50px auto 30px auto !important;
}
.cms-page-view.cms-store-locator .page-wrapper .page-main .page-title-wrapper .page-title {
  padding: 0 0 0 0;
}
.cms-page-view.cms-store-locator .page-wrapper .page-main .columns .column.main .storedetails {
  margin: 0 0 10px 0;
}
.cms-page-view.cms-store-locator .page-wrapper .page-main .columns .column.main .store-address {
  margin: 0 0 10px 0;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .page-title-wrapper {
  margin: 50px auto 30px auto !important;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .page-title-wrapper .page-title {
  padding: 0 0 0 0;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat {
  margin: 0 -15px;
  padding: 0 0 0 0;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat li {
  display: block;
  font-weight: 400;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0;
  width: 25%;
  padding: 0 15px;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat li .cat-image {
  margin: 0 0 15px 0 !important;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat li .cat-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
}
.cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat li h4 {
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 0 0 !important;
}
.cms-page-view.cms-new-arrivals .page-wrapper .page-main .page-title-wrapper {
  margin: 50px auto 30px auto !important;
}
.cms-page-view.cms-new-arrivals .page-wrapper .page-main .page-title-wrapper .page-title {
  padding: 0 0 0 0;
}
.cms-page-view.cms-new-arrivals .page-wrapper .page-main .columns .column.main .block-title {
  margin: 80px 0 50px 0 !important;
}
.cms-page-view.cms-new-arrivals .page-wrapper .page-main .columns .column.main .block-title strong {
  font-size: 28px !important;
}
/* rate us */
.cms-rate-us .page-wrapper .page-main .page-title-wrapper {
  margin: 50px auto 30px auto !important;
}
.cms-rate-us .page-wrapper .page-main .page-title-wrapper .page-title {
  padding: 0 0 0 0;
}
.yereone-testimonial-item {
  padding: 0 10px;
}
.yereone-testimonial-item .yereone-testimonial-image {
  margin: 0 0 15px 0 !important;
}
.yereone-testimonial-item .yereone-testimonial-image img {
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.yereone-testimonial-item .yereone-testimonial-author span {
  font-size: 22px !important;
  text-transform: uppercase !important;
}
.yereone-testimonial-item .yereone-testimonial-rating .rating-result::before {
  font-size: 20px !important;
  line-height: 20px !important;
  height: 20px !important;
}
.yereone-testimonial-item .yereone-testimonial-rating .rating-result span::before {
  font-size: 20px !important;
  line-height: 20px !important;
  height: 20px !important;
}
.yereone-testimonial-item .yereone-testimonial-title span {
  font-weight: 700 !important;
}
.yereone-testimonial-item .yereone-testimonial-content {
  margin: 0 0 10px 0 !important;
  font-size: 15px;
  line-height: 1.6;
}
.yereone-testimonial-item .yereone-testimonial-jobandcompany a {
  font-size: 14px !important;
  color: #000000;
}
.yereone-testimonial-item .yereone-testimonial-jobandcompany a:hover {
  text-decoration: underline;
}
/* contact us page */
.contact-index-index .page-wrapper .default-banner {
  height: auto !important;
  display: block;
  overflow: hidden;
  position: relative !important;
  background: #000;
}
.contact-index-index .page-wrapper .default-banner img {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  min-height: 1px !important;
  width: 100% !important;
  max-width: max-content;
  object-fit: unset !important;
  opacity: 1;
}
.contact-index-index .page-wrapper .default-banner .ccaption a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 50px;
  line-height: 48px;
}
.contact-index-index .page-wrapper .default-banner .ccaption a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.contact-index-index .page-wrapper .default-banner .ccaption a:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.contact-index-index .page-wrapper .default-banner .ccaption a:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-index-index .page-wrapper .default-banner .ccaption a.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer {
  width: 100%;
  display: block;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 0 0;
  margin: 0 0 50px 0;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left::before {
  display: none;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left::after {
  display: none;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect {
  margin: 0 0 30px 0;
  padding: 25px;
  background: #f8f8f9;
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect .add-sect {
  text-align: left;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect .add-sect h3 {
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect .add-sect p {
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect .add-sect h4 {
  font-size: 16px;
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect .add-sect h5 {
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect .add-sect:nth-child(3) {
  order: 4;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .form.contact {
  margin: 0 0 30px 0;
  padding: 25px;
  background: #f8f8f9;
  flex-basis: calc(50% - 15px);
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .form.contact .fieldset .legend span {
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .form.contact .fieldset .field {
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .form.contact .fieldset .field .label {
  font-size: 14px;
  color: #000000;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .form.contact .fieldset .field.note.no-label {
  font-size: 14px;
}
.contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .map-sect {
  flex-basis: 100%;
  padding: 0 0 0 0 !important;
}
.contact-index-index .page-wrapper .contact-bottom .social-contact {
  display: flex;
  align-items: center;
  font-family: 'Gotham', sans-serif;
}
.contact-index-index .page-wrapper .contact-bottom .social-contact span {
  margin: 0 15px 0 0;
  display: block;
  line-height: 1;
  color: #000000;
}
.contact-index-index .page-wrapper .contact-bottom .social-contact ul {
  display: inline-flex;
}
.contact-index-index .page-wrapper .contact-bottom .social-contact ul li {
  margin-right: 15px;
}
.contact-index-index .page-wrapper .contact-bottom .social-contact ul li a img {
  display: block;
}
/* FAQ page */
.faq-index-index .page-wrapper .default-banner {
  height: 345px !important;
  display: block;
  overflow: hidden;
  position: relative !important;
  background: #000;
}
.faq-index-index .page-wrapper .default-banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100% !important;
  width: 102% !important;
  max-width: max-content;
  object-fit: cover !important;
  opacity: 0.7;
}
.faq-index-index .page-wrapper .default-banner .ccaption a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 50px;
  line-height: 48px;
}
.faq-index-index .page-wrapper .default-banner .ccaption a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.faq-index-index .page-wrapper .default-banner .ccaption a:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.faq-index-index .page-wrapper .default-banner .ccaption a:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.faq-index-index .page-wrapper .default-banner .ccaption a.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.faq-index-index .page-wrapper .page-main .columns .sidebar.sidebar-additional {
  display: block;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  order: 1;
  margin: 0 0 30px 0;
}
.faq-index-index .page-wrapper .page-main .columns .sidebar.sidebar-additional .faq-category-container h2 {
  display: none;
}
.faq-index-index .page-wrapper .page-main .columns .sidebar.sidebar-additional .faq-category-container .faq-category-list ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-index-index .page-wrapper .page-main .columns .sidebar.sidebar-additional .faq-category-container .faq-category-list ul li.faq-category-item {
  list-style: none;
  text-transform: capitalize;
  cursor: pointer;
  padding: 15px 15px;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 0 0;
  font-family: 'Gotham', sans-serif;
  background: #f8f8f9;
  min-width: 150px;
  text-align: center;
}
.faq-index-index .page-wrapper .page-main .columns .sidebar.sidebar-additional .faq-category-container .faq-category-list ul li.faq-category-item.selected {
  background: #000000;
  color: #ffffff;
}
.faq-index-index .page-wrapper .page-main .columns .column.main {
  order: 2;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .category-title {
  margin: 0 0 40px 0;
  text-align: center;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .category-title h3 {
  font-size: 20px;
  margin: 0 0 0 0;
  color: #000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-no-data {
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-no-data em {
  font-style: normal;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item .faq-item-question {
  position: relative;
  background: #f8f8f9;
  padding: 20px 35px 20px 15px;
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item .faq-item-question::before {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 2px;
  background: #000000;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item .faq-item-question::after {
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 2px;
  background: #000000;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item .faq-item-question.expanse::before {
  transform: translateY(-50%) rotate(45deg);
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item .faq-item-question.expanse::after {
  transform: translateY(-50%) rotate(-45deg);
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-container .faq-two-column-item .faq-grid .faq-item .faq-item-answer {
  padding: 20px 15px;
  border: 1px solid #f8f8f9;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  color: #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search {
  padding: 25px;
  background: #f8f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: 30px 0 50px auto;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search label {
  display: none;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search br {
  display: none;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  height: 34px;
  border-radius: 4px 0 0 4px;
  width: calc(100% - 76px);
  max-width: calc(100% - 76px);
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search::-webkit-inner-spin-button,
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search:hover {
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search:hover::-webkit-inner-spin-button,
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.large {
  height: 50px;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.small {
  height: 34px;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search::placeholder {
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search:focus {
  border: 1px solid #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.mage-error {
  border-color: #e02b27;
  color: #e02b27;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.mage-error::placeholder {
  color: #e02b27;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.mage-error:focus {
  outline: none !important;
  border-color: #e02b27;
  color: #e02b27;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search #faq-search.mage-error:focus::placeholder {
  color: #e02b27;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  margin: 0 0 0 0;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.faq-index-index .page-wrapper .page-main .columns .column.main .faq-search .search-here.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.faq-index-index.page-layout-2columns-left .page-wrapper .page-main .columns .sidebar.sidebar-additional {
  display: block;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  order: 1;
  margin: 0 0 30px 0;
}
.faq-index-index.page-layout-2columns-left .page-wrapper .page-main .columns .column.main {
  order: 2;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
/* About us page */
.cms-story .page-wrapper .default-banner,
.cms-about-us .page-wrapper .default-banner {
  height: 345px !important;
  display: block;
  overflow: hidden;
  position: relative !important;
  background: #000;
}
.cms-story .page-wrapper .default-banner img,
.cms-about-us .page-wrapper .default-banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100% !important;
  width: 102% !important;
  max-width: max-content;
  object-fit: cover !important;
  opacity: 0.7;
}
.cms-story .page-wrapper .default-banner .ccaption a,
.cms-about-us .page-wrapper .default-banner .ccaption a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  height: 50px;
  line-height: 48px;
}
.cms-story .page-wrapper .default-banner .ccaption a:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.cms-story .page-wrapper .default-banner .ccaption a:focus,
.cms-about-us .page-wrapper .default-banner .ccaption a:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.cms-story .page-wrapper .default-banner .ccaption a:active,
.cms-about-us .page-wrapper .default-banner .ccaption a:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.cms-story .page-wrapper .default-banner .ccaption a.is-loading,
.cms-about-us .page-wrapper .default-banner .ccaption a.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.cms-story .page-wrapper .default-banner .ccaption a.is-loading::after,
.cms-about-us .page-wrapper .default-banner .ccaption a.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.cms-story .page-wrapper .default-banner .ccaption a.blue-btn,
.cms-about-us .page-wrapper .default-banner .ccaption a.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.cms-story .page-wrapper .default-banner .ccaption a.blue-btn:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.cms-story .page-wrapper .default-banner .ccaption a.yellow-btn,
.cms-about-us .page-wrapper .default-banner .ccaption a.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.cms-story .page-wrapper .default-banner .ccaption a.yellow-btn:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.cms-story .page-wrapper .default-banner .ccaption a.red-btn,
.cms-about-us .page-wrapper .default-banner .ccaption a.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.cms-story .page-wrapper .default-banner .ccaption a.red-btn:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.cms-story .page-wrapper .default-banner .ccaption a.green-btn,
.cms-about-us .page-wrapper .default-banner .ccaption a.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.cms-story .page-wrapper .default-banner .ccaption a.green-btn:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.cms-story .page-wrapper .default-banner .ccaption a.gray,
.cms-about-us .page-wrapper .default-banner .ccaption a.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.cms-story .page-wrapper .default-banner .ccaption a.gray:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.cms-story .page-wrapper .default-banner .ccaption a.orange-btn,
.cms-about-us .page-wrapper .default-banner .ccaption a.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.cms-story .page-wrapper .default-banner .ccaption a.orange-btn:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.cms-story .page-wrapper .default-banner .ccaption a.large,
.cms-about-us .page-wrapper .default-banner .ccaption a.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.cms-story .page-wrapper .default-banner .ccaption a.small,
.cms-about-us .page-wrapper .default-banner .ccaption a.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.cms-story .page-wrapper .default-banner .ccaption a.curve,
.cms-about-us .page-wrapper .default-banner .ccaption a.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cms-story .page-wrapper .default-banner .ccaption a.blank,
.cms-about-us .page-wrapper .default-banner .ccaption a.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.cms-story .page-wrapper .default-banner .ccaption a.blank:hover,
.cms-about-us .page-wrapper .default-banner .ccaption a.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.cms-story .page-wrapper .default-banner .ccaption a.blank:focus,
.cms-about-us .page-wrapper .default-banner .ccaption a.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.cms-story .page-wrapper .default-banner .ccaption a.blank:active,
.cms-about-us .page-wrapper .default-banner .ccaption a.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.cms-story .page-wrapper .page-main .columns .column.main .str-s2 .stwo-in2,
.cms-about-us .page-wrapper .page-main .columns .column.main .str-s2 .stwo-in2 {
  background: #f8f8f9;
}
.cms-story .page-wrapper .page-main .columns .column.main .str-s2 .stwo-in2 p,
.cms-about-us .page-wrapper .page-main .columns .column.main .str-s2 .stwo-in2 p {
  font-size: 14px;
  color: #000000;
}
.cms-story .page-wrapper .page-main .columns .column.main .str-s4 .s4in p,
.cms-about-us .page-wrapper .page-main .columns .column.main .str-s4 .s4in p {
  font-size: 14px;
  color: #000000;
}
.cms-story .page-wrapper .page-main .columns .column.main .str-s3,
.cms-about-us .page-wrapper .page-main .columns .column.main .str-s3 {
  padding: 60px 0;
}
.cms-story .page-wrapper .page-main .columns .column.main .str-s3 .timelinesect .clearfix,
.cms-about-us .page-wrapper .page-main .columns .column.main .str-s3 .timelinesect .clearfix {
  width: 100%;
}
.cms-story .page-wrapper .page-main .columns .column.main .str-s3 .timelinesect .sect-tm p,
.cms-about-us .page-wrapper .page-main .columns .column.main .str-s3 .timelinesect .sect-tm p {
  color: #000000;
  font-size: 14px;
}
.cms-story .page-wrapper .page-main .columns .column.main .hero-block .hero-block__tape,
.cms-about-us .page-wrapper .page-main .columns .column.main .hero-block .hero-block__tape {
  display: none !important;
}
.cms-story .page-wrapper .page-main .columns .column.main .hero-block .hero-block__tape .hero-block__action,
.cms-about-us .page-wrapper .page-main .columns .column.main .hero-block .hero-block__tape .hero-block__action {
  font-size: 12px !important;
  padding: 0 30px !important;
  height: 40px !important;
  line-height: 40px !important;
  letter-spacing: 1px !important;
}
/* inspiration page */
.cms-inspiration .insp-cat {
  padding: 40px 0 !important;
}
.cms-inspiration .insp-cat li .cat-image img {
  display: block !important;
  margin: 0 0 0 0 !important;
  width: 100% !important;
  height: auto;
}
/* privacy policy page */
.cms-privacy-policy .page-wrapper .page-main .columns .column.main {
  margin: 0 auto 50px auto !important;
}
.cms-privacy-policy .page-wrapper .page-main .columns .column.main ul {
  padding: 0 0 0 16px;
  margin: 0 0 10px 0;
}
.cms-privacy-policy .page-wrapper .page-main .columns .column.main ul li {
  display: list-item;
  list-style: disc;
  margin: 0 0 10px 0;
  color: #000000;
}
.cms-privacy-policy .page-wrapper .page-main .columns .column.main p {
  margin: 0 0 10px 0;
}
/* 404 */
.cms-noroute-index .page-wrapper .page-main .columns .column.main {
  border: none !important;
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham', sans-serif;
  text-align: center;
}
.cms-noroute-index .page-wrapper .page-main .columns .column.main::before {
  display: none;
}
.cms-noroute-index .page-wrapper .page-main .columns .column.main dt {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #000000;
}
/* trade program page styles */
.trade-program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.trade-program .text {
  flex-basis: calc(66.6666% - 20px);
}
.trade-program .form.contact {
  margin: 0 0 30px 0;
  padding: 25px;
  background: #f8f8f9;
  flex-basis: calc(33.3333% - 20px);
}
.trade-program .form.contact .fieldset .legend span {
  color: #000000;
}
.trade-program .form.contact .fieldset .field {
  color: #000000;
  margin: 0 0 20px 0;
}
.trade-program .form.contact .fieldset .field .label {
  font-size: 14px;
  color: #000000;
}
.trade-program .form.contact .fieldset .field.note.no-label {
  font-size: 14px;
}
.trade-program .form.contact .fieldset .field.comment {
  margin: 0 0 20px 0;
}
.trade-program .form.contact .actions-toolbar .primary {
  float: right;
}
.trade-program .form.contact .actions-toolbar .action.submit {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 39px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-shadow: none;
  text-align: center !important;
  margin: 0;
}
.trade-program .form.contact .actions-toolbar .action.submit:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  outline: none;
  color: #ffffff;
}
.trade-program .form.contact .actions-toolbar .action.submit:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.trade-program .form.contact .actions-toolbar .action.submit:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.trade-program .form.contact .actions-toolbar .action.submit.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.trade-program .form.contact .actions-toolbar .action.submit.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.trade-program .form.contact .actions-toolbar .action.submit.blue-btn {
  border: 1px solid #0a4197;
  color: #ffffff;
  background-color: #0a4197;
}
.trade-program .form.contact .actions-toolbar .action.submit.blue-btn:hover {
  border: 1px solid #093883;
  color: #ffffff;
  background-color: #093883;
}
.trade-program .form.contact .actions-toolbar .action.submit.yellow-btn {
  border: 1px solid #ffef44;
  color: #ffffff;
  background-color: #ffef44;
}
.trade-program .form.contact .actions-toolbar .action.submit.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #ffffff;
  background-color: #D2AB0D;
}
.trade-program .form.contact .actions-toolbar .action.submit.red-btn {
  border: 1px solid #ff7272;
  color: #ffffff;
  background-color: #ff7272;
}
.trade-program .form.contact .actions-toolbar .action.submit.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #ffffff;
  background-color: #ec6a6a;
}
.trade-program .form.contact .actions-toolbar .action.submit.green-btn {
  border: 1px solid #4fc549;
  color: #ffffff;
  background-color: #4fc549;
}
.trade-program .form.contact .actions-toolbar .action.submit.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
.trade-program .form.contact .actions-toolbar .action.submit.gray {
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.trade-program .form.contact .actions-toolbar .action.submit.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
.trade-program .form.contact .actions-toolbar .action.submit.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
.trade-program .form.contact .actions-toolbar .action.submit.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
.trade-program .form.contact .actions-toolbar .action.submit.large {
  height: 40px;
  line-height: 48px;
  font-size: 14px;
}
.trade-program .form.contact .actions-toolbar .action.submit.small {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
}
.trade-program .form.contact .actions-toolbar .action.submit.curve {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.trade-program .form.contact .actions-toolbar .action.submit.blank {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.trade-program .form.contact .actions-toolbar .action.submit.blank:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.trade-program .form.contact .actions-toolbar .action.submit.blank:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.trade-program .form.contact .actions-toolbar .action.submit.blank:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.trade-program .form-div {
  margin: 0 0 30px 0;
  padding: 25px;
  background: #f8f8f9;
  flex-basis: calc(33.3333% - 20px);
}
.trade-program .form-div .form.contact {
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  flex-basis: 100% !important;
}
/* Modal */
body._has-modal .page-wrapper .page-header {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .products-grid .product-items {
    margin: 0 -10px !important;
  }
  .products-grid .product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px !important;
    margin: 0 0 20px 0 !important;
  }
  .cms-home .bestin {
    margin: 0 0 0 0 !important;
  }
  .cms-home .bestin .boxone {
    margin: 0 0 10px 0 !important;
    width: 100%;
  }
  .cms-home .bestin .boxone a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo {
    margin: 0 0 10px 0 !important;
    width: 100%;
  }
  .cms-home .bestin .boxtwo a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cms-home .bestin .boxtwo:last-child {
    margin: 0 0 0 0 !important;
  }
  .catalog-product-view .wk-daily-deal .wk-deal-timer .wk_cat_count_clock span {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 0 10px;
  }
  .page-wrapper {
    padding: 0 0 0 0 !important;
  }
  .page-header .panel.wrapper .panel.header .header.links li.customer-welcome .customer-name .logged-in {
    padding: 0 0 0 35px;
    height: 25px;
    width: auto;
    font-size: 0 !important;
  }
  .page-footer .foot-top .footop-wrap .ft-sect {
    width: 100% !important;
    margin: 0 0 0 0;
  }
  .catalog-category-view.page-layout-2columns-left .column.main .page-title-wrapper .page-title .base,
  .page-with-filter.page-layout-2columns-left .column.main .page-title-wrapper .page-title .base {
    font-size: 20px;
  }
  .filter-title strong {
    font-size: 17px !important;
  }
  #layered-selected-filters-block .selected-items-list .selected-item {
    font-size: 11px !important;
  }
  #layered-selected-filters-block .selected-items-list .selected-item a {
    font-size: 11px !important;
  }
  .toolbar-container .toolbar.toolbar-products {
    justify-content: flex-end;
  }
  .toolbar-container .toolbar.toolbar-products .modes {
    display: none !important;
  }
  .toolbar-container .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product.media {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
    font-size: 20px !important;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price {
    padding: 0 0 0 0 !important;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals {
    padding: 10px 0 0 0 !important;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action.towishlist {
    height: 20px;
    padding: 0 0 0 20px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart .table-wrapper .data.table tbody.cart.item tr.item-actions td .actions-toolbar a.action.towishlist::before {
    display: none !important;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-container .cart-summary .cart-totals {
    padding: 0 0 0 0 !important;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .field {
    flex-basis: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .account .page-wrapper .page-main .columns .column.main .table-order-items tbody tr td.col {
    padding: 5px 0 !important;
  }
  .account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .primary {
    flex-direction: column;
  }
  .account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .primary .action {
    margin: 0 0 5px 0 !important;
  }
  .account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .primary .action:last-child {
    margin: 0 0 0 0 !important;
  }
  .account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .secondary {
    margin: 0 0 0 0 !important;
  }
  .account.wishlist-index-index .page-wrapper .page-main .columns .column.main .actions-toolbar .secondary .action {
    margin: 0 0 0 0 !important;
  }
  .dailydeals-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .adrees-sect {
    flex-basis: 100%;
  }
  .contact-index-index .page-wrapper .page-main .columns .column.main .contact-outer .contact-outer-left .form.contact {
    flex-basis: 100%;
  }
  .first-column .wk-dd-main-container .wk-left-container {
    margin: 10px 0 10px 0;
  }
  .customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account {
    padding: 25px;
  }
  .customer-account-login .page-wrapper .page-main .columns .column.main .login-container {
    padding: 25px 15px;
  }
  .cms-index-index.cms-home .home-featured .ft-one {
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col_4 {
    flex-basis: 100%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col-75 {
    flex-basis: 100%;
  }
  .cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat li {
    width: 50%;
  }
  .cms-page-view.cms-about-us .page-wrapper .page-main .columns .column.main .laout-column .col_4 {
    flex-basis: 100%;
  }
  .cms-page-view.cms-about-us .page-wrapper .page-main .columns .column.main .laout-column .col-75 {
    flex-basis: 100%;
  }
  /* brands page */
  .cms-brands .brands-filters {
    margin: 0 0 30px 0 !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cms-brands .brands-filters .input-box {
    order: 2;
    width: 100%;
  }
  .cms-brands .brands-filters .input-box .ambrands-search-wrapper {
    width: 100% !important;
    float: none !important;
  }
  .cms-brands .brands-filters .input-box .ambrands-search-wrapper .input-text {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }
  .cms-brands .brands-filters .letters {
    width: 100%;
    margin: 0 0 20px 0;
    order: 1;
  }
  .cms-brands .brands-filters .letters .letters-box .letter {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 1% !important;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #ccc !important;
    padding: 0 !important;
  }
  .cms-brands .brands-filters .letters .letters-box .letter.-letter-all {
    width: auto !important;
    padding: 0 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item:nth-child(3n + 1),
  .page-with-filter.page-layout-2columns-left .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .catalogsearch-result-index .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .magetopbrand-brand-view .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .dailydeals-index-index .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  /* brands page */
  .cms-brands .brands-filters {
    margin: 0 0 30px 0 !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cms-brands .brands-filters .input-box {
    order: 2;
    width: 20%;
  }
  .cms-brands .brands-filters .input-box .ambrands-search-wrapper {
    width: 100% !important;
    float: none !important;
  }
  .cms-brands .brands-filters .input-box .ambrands-search-wrapper .input-text {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }
  .cms-brands .brands-filters .letters {
    width: calc(80% - 20px);
    margin: 0 0 0 0;
    order: 1;
  }
  .cms-brands .brands-filters .letters .letters-box .letter {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 0.5% !important;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #ccc !important;
    padding: 0 !important;
  }
  .cms-brands .brands-filters .letters .letters-box .letter.-letter-all {
    padding: 0 15px !important;
    width: auto !important;
  }
  .cms-brands .brands-filters .letters .letters-box .letter.active {
    background: #000000;
    border-color: #000 !important;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu {
    position: unset !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-typeli {
    display: block;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title,
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title {
    max-height: 442px;
    overflow: hidden;
  }
  .page-layout-2columns-left .page-wrapper .page-main .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-layout-2columns-left .page-wrapper .page-main .columns::before {
    display: none !important;
  }
  .page-layout-2columns-left .page-wrapper .page-main .columns::after {
    display: none !important;
  }
  .page-layout-2columns-left .page-wrapper .page-main .columns .sidebar {
    display: block;
    flex: 0 0 270px;
    max-width: 270px;
    padding: 0 0 0 0;
    order: 1;
  }
  .page-layout-2columns-left .page-wrapper .page-main .columns .sidebar.sidebar-additional {
    display: none;
  }
  .page-layout-2columns-left .page-wrapper .page-main .columns .column.main {
    order: 2;
    flex: 0 0 calc(100% - 300px) !important;
    max-width: calc(100% - 300px) !important;
  }
  .page-layout-2columns-left.page-with-filter .page-wrapper .page-main .columns .sidebar {
    display: none !important;
  }
  .page-layout-2columns-left.page-with-filter .page-wrapper .page-main .columns .sidebar.sidebar-main {
    display: none !important;
  }
  .page-layout-2columns-left.page-with-filter .page-wrapper .page-main .columns .sidebar.sidebar-additional {
    display: none !important;
  }
  .page-layout-2columns-left.page-with-filter .page-wrapper .page-main .columns .column.main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item:nth-child(3n + 1),
  .page-with-filter.page-layout-2columns-left .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .catalogsearch-result-index .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .magetopbrand-brand-view .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .dailydeals-index-index .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .products-grid .product-items {
    margin: 0 -10px !important;
  }
  .products-grid .product-items .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 10px !important;
    margin: 0 0 20px 0 !important;
  }
  .cms-home .bestin {
    margin: 0 0 0 0 !important;
  }
  .cms-home .bestin .boxone {
    margin: 0 10px 0 0 !important;
    width: 50%;
  }
  .cms-home .bestin .boxone a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo {
    margin: 0 10px 0 0 !important;
    width: 50%;
  }
  .cms-home .bestin .boxtwo a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo a img {
    width: 100%;
    height: auto;
  }
  .cms-home .bestin .boxtwo:last-child {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper {
    padding: 0 0 0 0 !important;
  }
  .page-header .panel.wrapper .panel.header .logo {
    width: 150px;
  }
  .page-footer .foot-top .footop-wrap .ft-sect {
    width: calc(50% - 15px) !important;
  }
  .products-grid .product-items .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product.media {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
    font-size: 20px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price {
    font-size: 20px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.title a {
    font-size: 13px;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dailydeals-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col_4 {
    flex-basis: 50%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col-75 {
    flex-basis: 50%;
  }
  .cms-page-view.cms-inspiration .page-wrapper .page-main .columns .column.main ul.insp-cat li {
    width: 33.3333%;
  }
  .cms-page-view.cms-about-us .page-wrapper .page-main .columns .column.main .laout-column .col_4 {
    flex-basis: 50%;
  }
  .cms-page-view.cms-about-us .page-wrapper .page-main .columns .column.main .laout-column .col-75 {
    flex-basis: 50%;
  }
  .cms-home .bestin {
    margin: 0 0 0 0 !important;
  }
  .cms-home .bestin .boxone {
    margin: 0 10px 0 0 !important;
    width: 50%;
  }
  .cms-home .bestin .boxone a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo {
    margin: 0 10px 0 0 !important;
    width: 50%;
  }
  .cms-home .bestin .boxtwo a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo a img {
    width: 100%;
    height: auto;
  }
  .cms-home .bestin .boxtwo:last-child {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding: 142px 0 0 0 !important;
  }
  .page-header {
    position: fixed;
    top: 0 !important;
  }
  .page-header .panel.wrapper .panel.header .nav-toggle {
    display: block !important;
    order: 1;
    margin: 0 20px 0 0 !important;
    position: relative !important;
    float: none !important;
    left: auto !important;
    top: auto !important;
  }
  .page-header .panel.wrapper .panel.header .nav-toggle::before {
    color: #000000;
  }
  .page-header .panel.wrapper .panel.header .nav-toggle::after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    opacity: 0;
    visibility: hidden;
  }
  .page-header .panel.wrapper .panel.header .nav-toggle.open::after {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .page-header .panel.wrapper .panel.header .logo {
    order: 2;
    margin: 0 0 0 0;
    width: 130px;
  }
  .page-header .panel.wrapper .panel.header .ritlinks-outer {
    order: 4;
  }
  .page-header .panel.wrapper .panel.header .block-search {
    transform: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 80px;
    margin: 0 0 0 0;
    padding: 10px 0;
    background: #ffffff;
    border-top: 1px solid #ddd;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  .page-header .panel.wrapper .panel.header .block-search .block-content {
    width: 90%;
    margin: 0 auto;
  }
  .page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .input-text {
    padding: 0 10px !important;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amsearch-wrapper-input {
    position: relative;
  }
  .page-header .panel.wrapper .panel.header .block-search .block-content form .field.search .control .amsearch-wrapper-input .input-text {
    border-radius: 4px 0 0 4px !important;
  }
  .page-header .panel.wrapper .panel.header .block-search .block-content form .actions .action.search {
    display: block !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
  }
  .page-header .panel.wrapper .panel.header .header.links {
    order: 3;
  }
  .page-header .panel.wrapper .panel.header .header.links li {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .header.links li.authorization-link {
    display: block;
  }
  .page-header .panel.wrapper .panel.header .header.links li.authorization-link::after {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .header.links li.authorization-link a {
    font-size: 0;
    padding: 0 0 0 25px;
  }
  .page-header .header.content {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px !important;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    padding: 0 0 0 0 !important;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    transform: translateX(-150%);
    z-index: 160001;
    box-shadow: 0 0 10px #000000;
  }
  .page-header .header.content .header-main-div {
    padding: 50px 10px 20px 10px !important;
    position: relative;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu {
    position: unset !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .menu-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 5px 0;
    width: 25px;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .menu-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    height: 3px;
    background: #000;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .menu-close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 3px;
    background: #000;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .menu-close i {
    display: none;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .menu-close span {
    display: none;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type {
    display: block;
    max-height: calc(100vh - 60px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type::-webkit-scrollbar {
    width: 3px;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 {
    padding: 0 0 0 0;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head {
    font-size: 15px !important;
    line-height: normal;
    padding: 10px 0;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head::after {
    display: none;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent a.sm_megamenu_head {
    font-size: 15px !important;
    line-height: normal;
    padding: 10px 0;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent a.sm_megamenu_head::before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background: #000000;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent a.sm_megamenu_head::after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 10px;
    height: 2px;
    background: #000000;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    transform-origin: unset !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent a.sm_megamenu_head.open::after {
    transform: translateY(-50%) rotate(0);
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child {
    transform: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border: none;
    padding: 0;
    display: none;
    transition: 0s;
    height: auto !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
    width: 100% !important;
    display: block;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1,
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 {
    width: 100% !important;
    margin: 0 0 0 0 !important;
    max-width: 100% !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title,
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title {
    margin: 0 0 20px 0;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop,
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title a.sm_megamenu_nodrop {
    margin: 0 0 0 0;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title,
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title {
    flex-basis: 100%;
    margin: 0 0 0 0;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title a.sm_megamenu_nodrop,
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title a.sm_megamenu_nodrop {
    margin: 0 0 0 0;
  }
  .page-header .header.content.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .page-header.fix {
    top: 0;
  }
  .page-footer .footer-contents .footer-outer .footsectone {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-footer .footer-contents .footer-outer .footsectone h3 {
    position: relative;
    padding: 5px 0;
    margin: 0 0 10px 0 !important;
    text-align: left !important;
  }
  .page-footer .footer-contents .footer-outer .footsectone h3::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  .page-footer .footer-contents .footer-outer .footsectone h3::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  .page-footer .footer-contents .footer-outer .footsectone h3.open::after {
    transform: translateY(-50%) rotate(0);
  }
  .page-footer .footer-contents .footer-outer .footsectone ul {
    display: none;
  }
  .page-footer .footer-contents .footer-outer .footer-newsletter {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-category-view .columns,
  .page-with-filter .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .catalog-category-view .columns .sidebar.sidebar-main,
  .page-with-filter .columns .sidebar.sidebar-main {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 30px 0 !important;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block .filter-title,
  .page-with-filter .columns .sidebar.sidebar-main .block .filter-title {
    display: block !important;
    padding: 15px !important;
    margin: 0 0 0 0 !important;
    background: #000000 !important;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block .filter-title strong,
  .page-with-filter .columns .sidebar.sidebar-main .block .filter-title strong {
    color: #ffffff !important;
    background: transparent !important;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-subtitle,
  .page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-subtitle {
    display: none;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block .block-content .filter-options,
  .page-with-filter .columns .sidebar.sidebar-main .block .block-content .filter-options {
    display: none;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block.active .filter-title,
  .page-with-filter .columns .sidebar.sidebar-main .block.active .filter-title {
    border-bottom: none !important;
    height: auto;
    padding: 0 !important;
    left: auto;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block.active .filter-title strong,
  .page-with-filter .columns .sidebar.sidebar-main .block.active .filter-title strong {
    display: block !important;
    font-size: 0 !important;
    padding: 6px 20px 0 0 !important;
    top: 10px !important;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block.active .filter-title strong::after,
  .page-with-filter .columns .sidebar.sidebar-main .block.active .filter-title strong::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff !important;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block.active .block-content .filter-subtitle,
  .page-with-filter .columns .sidebar.sidebar-main .block.active .block-content .filter-subtitle {
    display: block;
    height: 50px;
    left: 0;
    line-height: normal;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block.active .block-content .filter-options,
  .page-with-filter .columns .sidebar.sidebar-main .block.active .block-content .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .catalog-category-view .columns .column.main,
  .page-with-filter .columns .column.main {
    order: 2;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-layout-2columns-left.page-with-filter .page-main .columns::before {
    display: none !important;
  }
  .page-layout-2columns-left.page-with-filter .page-main .columns::after {
    display: none !important;
  }
  .page-layout-2columns-left.page-with-filter .page-main .columns .column.main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .customer-account-login .page-wrapper .page-main .columns .column.main .login-container .block {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 50px 0;
  }
  .customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .table-wrapper table.items {
    display: block !important;
    width: 100% !important;
  }
  .table-wrapper table.items thead {
    display: none !important;
  }
  .table-wrapper table.items tbody {
    display: block !important;
    width: 100% !important;
  }
  .table-wrapper table.items tbody tr {
    display: block !important;
    width: 100% !important;
    border: 1px solid #e0e0e0;
    margin: 0 0 -1px 0;
  }
  .table-wrapper table.items tbody tr td.col {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .table-wrapper table.items tbody tr td.col::before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-family: 'Gotham', sans-serif;
  }
  .table-wrapper table.items tbody tr td.col.item {
    width: 100%;
  }
  .table-wrapper.cart {
    border-top: none !important;
  }
  .table-wrapper.cart table.cart {
    display: block;
  }
  .table-wrapper.cart table.cart tbody {
    display: block;
    border: 1px solid #e0e0e0 !important;
    margin: 0 0 -1px 0;
  }
  .table-wrapper.cart table.cart tbody tr {
    border: none;
    margin: 0 0 0 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
  }
  .table-wrapper.cart table.cart tbody tr::before {
    display: none;
  }
  .table-wrapper.cart table.cart tbody tr::after {
    display: none;
  }
  .table-wrapper.cart table.cart tbody tr td.col {
    display: flex !important;
    flex-wrap: wrap;
    flex-basis: 33.3333%;
    align-items: center;
  }
  .table-wrapper.cart table.cart tbody tr td.col::before {
    flex-basis: 100%;
  }
  .table-wrapper.cart table.cart tbody tr td.col.item {
    display: block !important;
    flex-basis: 100%;
  }
  .table-wrapper.cart table.cart tbody tr td.col.item::before {
    display: none !important;
  }
  .table-wrapper.cart table.cart tbody tr td.col.item .product-item-photo {
    width: 80px !important;
    vertical-align: top !important;
  }
  .table-wrapper.cart table.cart tbody tr td.col.item .product-item-details {
    width: calc(100% - 80px) !important;
    vertical-align: top !important;
  }
  .table-wrapper.cart table.cart tbody tr.item-actions td {
    display: flex !important;
    width: 100% !important;
  }
  .table-wrapper.cart table.cart tbody tr.item-actions td .actions-toolbar a.action.action-edit {
    margin: 0 auto !important;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option {
    width: 100%;
  }
  .amasty-catalog-topnav .filter-content {
    display: block !important;
  }
  .amasty-catalog-topnav .filter-content .filter-options {
    display: block !important;
  }
  .trade-program .text {
    flex-basis: 100%;
    margin: 0 0 50px 0;
  }
  .trade-program .form.contact {
    flex-basis: 100%;
  }
  .trade-program .form-div {
    flex-basis: 100%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_2 {
    flex-basis: 100%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_3 {
    flex-basis: 100%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_4 {
    flex-basis: 100%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_5 {
    flex-basis: 100%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col-75 {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .page-header .panel.wrapper .panel.header .logo {
    width: 150px;
  }
  .page-header .panel.wrapper .panel.header .block-search {
    width: 40%;
    max-width: 40%;
    transform: translate(-80%, -50%);
  }
  .products-grid .product-items .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
    font-size: 20px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price {
    font-size: 20px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product.info.detailed .product.data.items .item.title a {
    font-size: 13px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form-cart {
    max-width: calc(100% - 310px);
    flex: 0 0 calc(100% - 310px);
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary {
    max-width: 290px;
    flex: 0 0 290px;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .opc-payment {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .checkout-index-index .page-wrapper .page-main .columns .column.main .checkout-container .opc-wrapper ol.opc li .step-content .form .fieldset .payment-option {
    width: 100%;
  }
  .dailydeals-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .cms-home .bestin {
    margin: 0 0 0 0 !important;
  }
  .cms-home .bestin .boxone {
    margin: 0 0 0 0 !important;
    width: 100%;
  }
  .cms-home .bestin .boxone a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo {
    margin: 0 10px 0 0 !important;
    width: calc(33.3333% - 10px);
  }
  .cms-home .bestin .boxtwo a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .cms-home .bestin .boxtwo:last-child {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .page-header .panel.wrapper .panel.header .block-search {
    width: 40%;
    transform: translate(-60%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-item:nth-child(3n + 1),
  .page-with-filter.page-layout-2columns-left .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin: 0 0 30px 0 !important;
  }
  .catalogsearch-result-index .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin: 0 0 30px 0 !important;
  }
  .magetopbrand-brand-view .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin: 0 0 30px 0 !important;
  }
  .dailydeals-index-index .column.main .products-grid .product-item:nth-child(3n + 1) {
    margin: 0 0 30px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .panel.wrapper .panel.header .block-search {
    width: 40%;
  }
  .cms-home .bestin {
    margin: 0 0 0 0 !important;
  }
  .cms-home .bestin .boxone {
    margin: 0 10px 0 0 !important;
    width: calc(25% - 10px);
  }
  .cms-home .bestin .boxone a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo {
    margin: 0 10px 0 0 !important;
    width: calc(25% - 10px);
  }
  .cms-home .bestin .boxtwo a {
    display: block !important;
  }
  .cms-home .bestin .boxtwo a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .cms-home .bestin .boxtwo:last-child {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_3 {
    flex-basis: 50%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_4 {
    flex-basis: 50%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col_5 {
    flex-basis: 50%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column .col-75 {
    flex-basis: 50%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col_4 {
    flex-basis: 33.3333%;
  }
  .cms-page-view .page-wrapper .page-main .columns .column.main .laout-column.three-by-two .col-75 {
    flex-basis: 66.6666%;
  }
  .cms-page-view.cms-about-us .page-wrapper .page-main .columns .column.main .laout-column .col_4 {
    flex-basis: 25%;
  }
  .cms-page-view.cms-about-us .page-wrapper .page-main .columns .column.main .laout-column .col-75 {
    flex-basis: 75%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .products-grid .product-items .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .dailydeals-index-index .cms-home .bestin {
    margin: 0 0 0 0 !important;
  }
  .dailydeals-index-index .cms-home .bestin .boxone {
    margin: 0 0 10px 0 !important;
    width: 100%;
  }
  .dailydeals-index-index .cms-home .bestin .boxone a {
    display: block !important;
  }
  .dailydeals-index-index .cms-home .bestin .boxtwo {
    margin: 0 10px 0 0 !important;
    width: calc(33.3333% - 10px);
  }
  .dailydeals-index-index .cms-home .bestin .boxtwo a {
    display: block !important;
  }
  .dailydeals-index-index .cms-home .bestin .boxtwo a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .dailydeals-index-index .cms-home .bestin .boxtwo:last-child {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1057px) {
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 {
    padding: 0 5px;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1058px) and (max-width: 1199px) {
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 {
    padding: 0 10px;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 1140px !important;
  }
  .page-wrapper .page-main .columns {
    width: 1140px !important;
  }
  .page-title-wrapper {
    width: 1140px !important;
  }
  .breadcrumbs .items {
    width: 1140px !important;
  }
  .page-header .panel.wrapper .panel.header {
    width: 1140px !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
    width: 1140px !important;
  }
  .brand-view .brand-image {
    width: 1140px !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 {
    padding: 0 10px;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1 a.sm_megamenu_head {
    font-size: 14px !important;
  }
  .page.messages {
    width: 1140px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .container {
    width: 910px !important;
  }
  .page-wrapper .page-main .columns {
    width: 910px !important;
  }
  .page-title-wrapper {
    width: 910px !important;
  }
  .breadcrumbs .page-main {
    width: 910px !important;
  }
  .breadcrumbs .items {
    width: 910px !important;
  }
  .page-header .panel.wrapper .panel.header {
    width: 910px !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
    width: 910px !important;
  }
  .brand-view .brand-image {
    width: 910px !important;
  }
  .page.messages {
    width: 910px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 650px !important;
  }
  .page-wrapper .page-main .columns {
    width: 650px !important;
  }
  .page-title-wrapper {
    width: 650px !important;
  }
  .breadcrumbs .page-main {
    width: 650px !important;
  }
  .breadcrumbs .items {
    width: 650px !important;
  }
  .page-header .panel.wrapper .panel.header {
    width: 650px !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
    width: 100% !important;
  }
  .brand-view .brand-image {
    width: 650px !important;
  }
  .page.messages {
    width: 650px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 540px !important;
  }
  .page-wrapper .page-main .columns {
    width: 540px !important;
  }
  .page-title-wrapper {
    width: 540px !important;
  }
  .breadcrumbs .page-main {
    width: 540px !important;
  }
  .breadcrumbs .items {
    width: 540px !important;
  }
  .page-header .panel.wrapper .panel.header {
    width: 540px !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
    width: 100% !important;
  }
  .brand-view .brand-image {
    width: 540px !important;
  }
  .page.messages {
    width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    width: 90% !important;
  }
  .page-wrapper .page-main .columns {
    width: 90% !important;
  }
  .page-title-wrapper {
    width: 90% !important;
  }
  .breadcrumbs .page-main {
    width: 90% !important;
  }
  .breadcrumbs .items {
    width: 90% !important;
  }
  .page-header .panel.wrapper .panel.header {
    width: 90% !important;
  }
  .page-header .header.content .header-main-div nav.sm_megamenu_wrapper_horizontal_menu .container .sambar-inner .mega-content ul.horizontal-type li.sm_megamenu_lv1.parent .sm-megamenu-child .sm_megamenu_firstcolumn {
    width: 100% !important;
  }
  .brand-view .brand-image {
    width: 90% !important;
  }
  .page.messages {
    width: 90% !important;
  }
}
.amshopby-option-link .link-short-description {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .nav-sections-item-content > .navigation {
    position: relative !important;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) {
    position: unset !important;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu {
    background: #ffffff !important;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 {
    padding: 15px;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 h4,
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-decoration: none;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a:first-child {
    background: #fff !important;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a:first-child:hover {
    color: #333333;
    text-decoration: none;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a:last-child {
    margin: 0 0 0 0;
    padding: 1px !important;
    background: #fff;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a:last-child:hover {
    background: #000;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu {
    display: block;
    padding: 15px;
    background: #fff;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 h4,
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #777;
    text-transform: capitalize;
    margin: 0 0 15px 0;
  }
  .page-header.type2.header-newskin .navigation li.level0:nth-child(2) .submenu .subchildmenu li.level1 a img {
    max-width: 50%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 475px) {
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control {
    margin-left: 0 !important;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset .actions {
    margin-top: 15px;
  }
}
.ourTopCategory .hpTitleReDesign {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin: 15px 0;
  text-align: center;
}
.bucketText5Across.hpBucketWrapper {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  width: 100%;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}
.bucketText5Across.hpBucketWrapper .bucketText5Across-boxLink {
  align-items: center;
  border: 1px solid #99999952;
  display: flex;
  line-height: 2.5em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  margin-left: 0;
  padding: 10px;
  width: 19%;
  flex-grow: unset;
  height: 72px;
}
.bucketText5Across.hpBucketWrapper .bucketText5Across-boxLink img {
  width: 24%;
  margin-right: 10px;
}
.bucketText5Across.hpBucketWrapper a {
  display: block;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.hpBucketWrapper {
  margin: 35px 0 0;
  width: 100%;
}
.cms-page-view .page-wrapper .page-main .columns .column.main img {
  width: 38%;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .bucketText5Across.hpBucketWrapper .bucketText5Across-boxLink {
    text-align: left;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .bucketText5Across.hpBucketWrapper {
    justify-content: space-between;
  }
  .bucketText5Across.hpBucketWrapper .bucketText5Across-boxLink {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .bucketText5Across.hpBucketWrapper .bucketText5Across-boxLink {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .bucketText5Across.hpBucketWrapper {
    justify-content: space-between;
  }
  .bucketText5Across.hpBucketWrapper .bucketText5Across-boxLink {
    width: 48%;
    flex-direction: column;
    height: auto;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
