.product-info-main .accordion-title {
  cursor: pointer;
  font-weight: bold;
  padding: 5px 0;
}
.product-info-main .accordion-content {
  display: none;
  padding: 0;
}
.product-info-main .accordion-item.open .accordion-content {
  display: block;
}
.product-info-main .reset-options {
  display: inline-block;
  margin-bottom: 10px;
  color: #007bff;
  cursor: pointer;
}
.product.media .vertical-gallery {
  position: relative;
  padding-left: 156px;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 158px;
  padding-right: 12px;
}
.product.media .vertical-gallery .vertical-thumbnail {
  /* max-height: 509px; */
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.product.media .vertical-gallery .vertical-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}
.product.media .vertical-gallery .slick-arrow {
  width: 30px;
  height: 30px;
  bottom: 0;
  top: auto;
  border-radius: 50%;
  background: none;
  border: 1px solid #0A3066;
  display: block;
  color: #0A3066;
  z-index: 2;
}
.product.media .vertical-gallery .slick-arrow i {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.product.media .vertical-gallery .slick-arrow.icon-angle-up {
  left: 0;
  right: auto;
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down {
  right: 0;
  left: auto;
  background: none;
  bottom: 0;
}
.product.media .vertical-gallery .owl-carousel .owl-item,
.product.media .vertical-gallery .owl-carousel .owl-item.active + .active {
  opacity: 0;
}
.product.media .vertical-gallery .owl-carousel .owl-item.active {
  opacity: 1;
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down:hover,
.product.media .vertical-gallery .slick-arrow.icon-angle-up:hover {
  background-color: #202626;
  border-color: #202626;
  color: #fff;
}
.product.media .item-thumb {
  height: 0;
  padding: 0;
  padding-bottom: calc(100% + 4px);
  margin-bottom: 10px;
  opacity: 1;
}
.product.media .item-thumb.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #0B3066;
  z-index: 1;
}
.product.media .item-thumb img {
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.catalog-product-view .product-info-main h1.product-name {
  font-size: 45px;
  color: #202626;
  line-height: 55px;
  font-weight: normal;
  font-family: "Libre Caslon Display";
  letter-spacing: 0;
}
.product-info-main .high-category {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 26px;
  color: #0A3066;
  text-transform: uppercase;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .product-info-main .high-category {
    width: 100%;
    text-align: left;
  }
}
.product-info-main .product-detail-collection {
  width: 50%;
  display: inline-block;
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  .product-info-main .product-detail-collection {
    width: 100%;
    text-align: left;
  }
}
.product-info-main .high-category .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 4px;
  margin-right: 7px;
}
.product-info-main .high-category.jordans-home .icon,
.product-info-main .high-category.home .icon {
  background-image: url(../images/jordanshome.png);
}
.product-info-main .high-category.jordans-interiors .icon,
.product-info-main .high-category.interiors .icon {
  background-image: url(../images/jordansinteriors.png);
}
.product-info-main .product.attribute.overview {
  margin-top: 21px;
  max-width: 816px;
  margin-bottom: 0;
}
.product-info-main .product.attribute.overview p {
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  color: #464E50;
}
.product-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.product-info-main .product-info-stock-sku {
  width: 100%;
  margin-top: 4px;
  order: 2;
  display: flex;
  justify-content: space-between;
}
.product-info-main .product-info-stock-sku .stock {
  white-space: nowrap;
}
.backorder-notification {
  padding: 20px;
  padding-top: 0;
  font-size: 14px;
  text-align: center;
}
.product-info-main .product-info-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 20px 0;
  position: relative;
  order: 1;
}
.product-info-main .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.product-info-main .old-price {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.product-info-main .special-price {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  padding-top: 40px;
}
.product-info-main .product.attribute.sku {
  display: block;
  vertical-align: baseline;
}
.product-info-main .special-price:before {
  content: "Sale";
  display: block;
  background-color: #A31300;
  font-size: 14px;
  letter-spacing: 1.6px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 25px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 6px 18px;
}
.product-info-main .price-box .price-wrapper {
  margin-top: auto;
}
.product-info-main .price-box .price-wrapper .price {
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 35px;
  color: #0A3066;
  text-transform: uppercase;
  font-family: 'Poppins';
}
.product-info-main .price-box .special-price .price {
  color: #A31300;
}
.product-option-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #0A3066;
  padding-bottom: 2px;
}
.product-option-heading h5 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue';
}
.product-option-heading .reset-options {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 40px;
  color: #1E4A9E;
  text-decoration: underline;
  margin-bottom: 0;
  position: relative;
  padding-left: 27px;
}
.product-option-heading .reset-options:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-reset.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product-info-main .swatch-opt {
  margin: 0;
}
.product-info-main .swatch-opt .swatch-option {
  overflow: visible;
  width: 70px !important;
  height: 70px !important;
  box-shadow: none;
  cursor: pointer;
  background-size: cover !important;
}
.product-info-main .swatch-opt .swatch-option.selected {
  box-shadow: 0 0 0 2px #000;
}
.swatch-option .tooltip {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
  background: #000;
  display: block;
  padding: 5px 10px;
  border-radius: 6px;
  width: auto;
  white-space: nowrap;
}
.product-info-main .swatch-opt .swatch-option:hover .tooltip {
  opacity: 1;
}
.product-info-main .accordion-title {
  padding: 0;
}
.product-info-main .swatch-attribute {
  padding: 11px 0;
  border-bottom: 1px solid #C6CBCC;
}
.product-add-form .product-options-wrapper .swatch-attribute:not(:first-child) {
  padding-top: 11px;
}
.product-info-main .swatch-attribute-selected-option {
  display: none;
}
.product-info-main .swatch-attribute-label {
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  color: #464E50;
}
.product-info-main .accordion-title {
  position: relative;
}
.product-info-main .accordion-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #0A3066;
  font-weight: normal;
  font-size: 18px;
}
.product-info-main .accordion-title.open:after {
  content: "-";
}
.product-info-main .swatch-attribute-label strong {
  color: #202626;
  font-weight: 600;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  color: #464E50;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
  display: none;
}
.product-info-main .price-box .price-label {
  background: none;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  text-transform: uppercase;
}
.product-info-main .price-box .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.product-info-main .price-box .special-price .price-label {
  position: absolute;
  left: 82px;
  top: 27px;
  display: none;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  display: none;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background: none;
  border: 0;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  color: #464E50;
  padding: 0;
  position: relative;
  padding-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 6px;
  margin-right: 42px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #C6CBCC;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #0A3066;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swatch-option-tooltip {
  display: none !important;
}
.product-info-main .product-add-form .box-tocart .field.qty label.label {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}
.product-info-main .product-add-form .actions button.tocart {
  background-color: #0A3066;
  color: #fff;
  border-color: #0A3066;
  border-radius: 25px;
  text-transform: uppercase;
  width: 276px;
  padding: 10px 15px 8px;
  height: 50px;
  font-size: 22px;
  letter-spacing: 0.88px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Poppins';
}
.product-info-main .product-add-form .actions button.tocart:hover,
.product-info-main .product-add-form .actions button.tocart:focus {
  background-color: #202626;
  border-color: #202626;
}
.product-info-main .product-addto-links a.action.tocompare,
.product-info-main .share-this-container {
  display: none;
}
.product-info-main .product-brand {
  display: none;
}
.product-info-main .box-tocart .fieldset {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  width: 100%;
}
.product-info-main .box-tocart .product-social-links {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-info-main .product-addto-links a.action span {
  text-indent: inherit;
  letter-spacing: 0.54px;
  color: #1E4A9E;
  text-decoration: underline;
}
.product-info-main .product-addto-links a.action,
.product-info-main .share-this-container a.action {
  border: 0 !important;
  padding: 0;
  background: none !important;
  width: auto;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  color: #464E50;
  font-weight: normal;
  border-radius: 0;
}
.product-info-main .product-addto-links a.action:hover,
.product-info-main .share-this-container a.action:hover {
  background: none !important;
  color: #1E4A9E;
}
.product-info-main .product-addto-links a.action:before,
.product-info-main .share-this-container a.action:before {
  width: 22px;
  color: #464E50;
}
.product-info-main .product-addto-links a.action:hover:before,
.product-info-main .share-this-container a.action:hover:before {
  color: #1E4A9E;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  margin-top: 60px;
}
#instant-purchase {
  display: none;
}
.product-info-main .product-addto-links a.action:before {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.catalog-product-view .page-main > .columns {
  padding-left: 0;
  padding-right: 0;
}
.product-tab-wrapper {
  background-color: rgba(198, 203, 204, 0.35);
}
.product-tab-wrapper .product-tab-content .data.item.title {
  margin: 0 10px;
}
.product-tab-wrapper .product-tab-content .data.item.title.no-value,
.product-tab-wrapper .product-tab-content .data.item.title.no-value + .content,
.product.attribute.no-value {
  display: none !important;
}
.product-tab-wrapper .product-tab-content .data.item.title .switch {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #363F40 !important;
  font-weight: normal;
  line-height: 1.2;
  border-width: 2px;
  height: 50px;
  border-radius: 25px;
  padding: 11px 38px 10px !important;
  text-transform: uppercase;
}
.product-tab-wrapper .product-tab-content .data.item.title.active .switch {
  border-color: #0B3066;
  border-radius: 25px;
  background-color: #fff !important;
  border-width: 2px;
  color: #0A3066 !important;
}
.product-tab-wrapper .product-tab-content .data.item.content {
  margin-top: 80px;
}
.product-tab-wrapper .product-tab-content .data.item.content p {
  color: #464E50;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
  margin-bottom: 22px;
}
.product-tab-wrapper .product-tab-content .data.item.content p label {
  color: #464E50;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 30px;
}
.product-tab-wrapper .product.info.detailed img {
  margin-bottom: 22px;
}
.product-tab-wrapper [data-content-type='row'][data-appearance='contained'] {
  max-width: none;
}
.product-tab-wrapper .product-tab-content {
  max-width: 1608px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.product-tab-wrapper strong {
  color: #202626;
}
.product-tab-wrapper .pagebuilder-column {
  max-width: 483px;
}
.product-tab-wrapper .pagebuilder-column:not(:last-child) {
  padding-right: 15px;
}
.product-tab-wrapper .product-tab-content .data.item.content .pagebuilder-column p {
  margin-bottom: 15px;
}
.block-releated .block-heading {
  margin-bottom: 0;
}
.block-releated .block-heading h3.title {
  font-size: 40px;
  color: #464E50;
  line-height: 50px;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-bottom: 0;
  font-family: "Libre Caslon Display";
  letter-spacing: 0;
}
.block-releated {
  max-width: 1608px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 30px 0;
  margin-bottom: -57px;
  width: 100%;
}
.block-releated .product-item a.photo {
  padding-bottom: 100% !important;
}
.block-releated .products-grid .product-item-info .product-top .product-item-photo > img {
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-releated .owl-nav {
  display: none;
}
.block-releated .products-grid .product-item-info .action-mobile button.action.tocart.btn-cart {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  color: #222;
  line-height: 40px;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 0 10px;
  text-align: center;
  border: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 25px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  width: auto;
}
.block-releated .products-grid .product-item:hover .product-item-info .action-mobile button.action.tocart.btn-cart {
  opacity: 1;
  visibility: visible;
}
.block-releated .product-label {
  background-color: #A31300;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.2;
  padding: 4px 13px;
  border-radius: 20px;
  height: 24px;
}
.block-releated .mgs-products.products-grid {
  margin: 0;
}
.block-releated .mgs-products.products-grid .product-item-info .tocart.btn-cart .icon {
  display: none !important;
}
.block-releated .mgs-products.products-grid .product-item-info .tocart.btn-cart .text {
  display: inline;
}
.block-releated .products-grid .product-item-info .action-mobile {
  position: static;
}
.block-releated .product-item-brand {
  color: #464E50;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25px;
  text-transform: capitalize;
  display: block;
}
.block-releated .mgs-products.products-grid .product-item-info .product-item-name {
  margin-top: 0px;
}
.block-releated .mgs-products.products-grid .product-item-info .product-item-name a {
  color: #363F40;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 30px;
  font-weight: normal;
  max-height: none;
}
.block-releated .product-item .price-box .price {
  color: #202626;
  font-size: 22px;
  letter-spacing: 1.54px;
  line-height: 39px;
  text-transform: uppercase;
}
.block-releated .product-item .price-box .special-price .price {
  color: #A31300;
}
.catalog-product-view .breadcrumbs {
  background: none;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 7px;
  max-width: 1412px;
  padding-left: 30px;
  padding-right: 30px;
}
.catalog-product-view .breadcrumbs a,
.catalog-product-view .breadcrumbs span {
  color: #525859;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 40px;
}
.catalog-product-view .product-info-wrapper {
  max-width: 1608px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 50px;
  width: 100%;
}
.bottom-banner img {
  width: 100%;
  display: block;
}
.bottom-banner [data-content-type='row'][data-appearance='contained'] {
  max-width: none;
}
.bottom-branch [data-content-type='row'][data-appearance='contained'] {
  max-width: none;
}
.catalog-product-view footer.page-footer {
  margin-top: 0;
}
.catalog-product-view .product-info-main {
  width: 47.9%;
  padding-left: 30px;
  margin-top: -10px;
  padding-right: 45px;
  position: relative;
  z-index: 1;
}
.catalog-product-view .product.media {
  width: 52.1%;
}
.product.media .vertical-gallery .slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -5px;
  left: -6px;
}
.product.media .vertical-gallery .slick-arrow.icon-angle-up:before {
  content: "\e682";
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down:before {
  content: "\e688";
}
.product.media .vertical-gallery .slick-arrow i {
  display: none;
}
.product.media #owl-carousel-gallery .owl-item .product.item-image a {
  height: 0;
  position: relative;
  padding-bottom: 105.5%;
}
.product.media #owl-carousel-gallery .owl-item .product.item-image a img {
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: 100%;
  margin-left: 0;
  max-width: 768px;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span,
.product-info-main .stock.backorder span {
  color: #464E50;
  margin-left: 0;
  padding: 0;
  margin-bottom: 2px;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25px;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku strong {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25px;
  color: #464E50;
}
.product-info-main .product.attribute.sku .value {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25px;
  color: #464E50;
  display: inline;
  vertical-align: baseline;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable,
.product-info-main .stock.backorder {
  display: block;
  font-weight: 400;
  margin-right: 0;
  vertical-align: top;
  color: var(--thim-mgs-color-01);
  margin: 0;
  padding: 0;
}
.product-info-main .product-add-form {
  margin-top: 20px;
}
.product-options-bottom {
  margin-top: 21px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-top: 24px;
}
.product-info-main .product-add-form .box-tocart .field.qty label.label {
  margin-bottom: 8px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  height: 50px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 166px;
  height: 50px;
  font-size: 22px;
  letter-spacing: 1.54px;
  font-weight: 600;
}
.product-info-main .product-add-form .box-tocart .field.qty .control span.edit-qty {
  top: 6px;
  left: 28px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control span.edit-qty.plus {
  right: 28px;
}
.product-tab-wrapper {
  margin-bottom: 0;
}
.product-tab-wrapper .product-tab-content .product.info.detailed {
  padding: 68px 0 7px;
}
.block-releated .mgs-products .mgs-owl-carousel .product-item {
  padding-left: 6px;
  padding-right: 6px;
}
.bottom-banner {
  margin-top: 97px;
}
.product-info-main .product-addto-links a.action.towishlist::before {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  left: 0;
  margin-right: 5px;
  top: 4px;
  color: #1E4A9E;
}
.catalog-product-view .page-main + .page-main .column.main {
  min-height: 0;
}
.catalog-product-view .owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #202626;
  border-color: #202626;
  color: #fff;
}
.product.media .vertical-gallery .vertical-thumbnail .slick-list {
  height: 100% !important;
}
#product-updatecart-button {
  background-color: #0a3066;
  color: #fff;
  border: none;
  width: 100%;
  border-color: #0A3066;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 10px 61px 8px;
  height: 50px;
  font-size: 22px;
  letter-spacing: 0.88px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Poppins';
}
#product-updatecart-button:hover {
  background-color: #000;
}
@media (max-width: 1589px) and (min-width: 1199px) {
  .product.media .item-thumb {
    padding-bottom: calc(100% + 10.3px);
  }
}
@media (max-width: 1399px) {
  .product-info-main .price-box .special-price .price-label {
    left: 0;
  }
  .product-info-main .price-box .price-wrapper .price {
    font-size: 24px;
  }
  .catalog-product-view .product-info-main {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .product-info-main .product-add-form .actions button.tocart {
    padding: 10px 30px 8px;
  }
  .product.media .item-thumb {
    padding-bottom: 100%;
  }
  .product.media #owl-carousel-gallery .owl-item .product.item-image a {
    padding-bottom: 110.5%;
  }
}
@media (max-width: 991px) {
  .product-info-main .swatch-opt .swatch-option .tooltip {
    left: 0;
    transform: none;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch {
    font-size: 16px;
    padding: 11px 20px 10px !important;
    height: 44px;
  }
  .catalog-product-view .product.media {
    width: 100%;
  }
  .catalog-product-view .product-info-main {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    width: 146px;
    height: 44px;
  }
  .product-info-main .product-add-form .box-tocart .field.qty .control {
    height: 44px;
  }
  .product-info-main .product-add-form .box-tocart .field.qty .control span.edit-qty {
    top: 4px;
  }
  .product-info-main .product-add-form .actions button.tocart {
    height: 44px;
    font-size: 16px;
    padding: 10px 20px 8px;
  }
  #product-addtoquote {
    height: 44px;
    font-size: 16px;
    padding: 10px 20px 8px;
  }
  #product-updatecart-button {
    height: 44px;
    font-size: 16px;
    padding: 10px 20px 8px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .actions {
    padding-right: 0;
  }
  .product-info-main .product-info-stock-sku {
    display: block;
  }
  .product.media .owl-carousel .owl-nav > div {
    display: none;
  }
  .block-releated .products-grid .product-item-info .action-mobile button.action.tocart.btn-cart {
    position: static;
    box-shadow: none;
    width: 36px;
    height: 36px;
    line-height: 33px;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
  }
  .block-releated .mgs-products.products-grid .product-item-info .tocart.btn-cart .icon {
    font-size: 18px;
    margin: 0;
    display: block !important;
  }
  .block-releated .mgs-products.products-grid .product-item-info .tocart.btn-cart .text {
    display: none;
  }
  .block-releated .mgs-products.products-grid .mgs-owl-carousel .product-item {
    padding: 0;
  }
  .products-grid.products-related.mgs-products {
    padding: 0;
  }
  .product-tab-wrapper .product-tab-content .data.item.content p,
  .product-tab-wrapper .product-tab-content .data.item.content p label {
    font-size: 16px;
    line-height: 26px;
  }
  .catalog-product-view .product-info-wrapper {
    padding: 0 20px 50px;
  }
  .catalog-product-view .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-tab-wrapper .product-tab-content {
    padding: 0 20px 31px;
  }
  .block-releated.block.related {
    padding: 38px 20px 0;
  }
  .block-releated .block-heading h3.title {
    font-size: 30px;
    max-width: none;
    text-align: center;
  }
  .catalog-product-view .product.media {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .product.media .vertical-gallery #vertical-thumbnail-wrapper {
    width: 110px;
  }
  .product.media .vertical-gallery {
    padding-left: 110px;
  }
  .catalog-product-view .product-info-main h1.product-name {
    font-size: 40px;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    padding-top: 8px;
  }
  .product-tab-wrapper .product-tab-content .product-tab .data.item.title {
    margin: 0;
  }
  .product-tab-wrapper .product-tab-content .data.item.title.active .switch {
    border-radius: 0;
    background-color: inherit !important;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch {
    height: 40px;
  }
  .product-tab-wrapper .product-tab-content .product-tab .data.item.title a {
    padding-top: 13px !important;
  }
  .catalog-product-view .product-tab-wrapper .product-tab-content .product.data .data.item.content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .product-info-main .box-tocart .fieldset {
    display: block;
  }
  .product-info-main .box-tocart .product-social-links {
    position: static;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    margin-top: 30px;
  }
  .product-info-main .price-box .special-price .price-label {
    top: -32px;
  }
  .catalog-product-view .product-tab-wrapper {
    margin-top: 0;
  }
}
.jh-symbol {
  display: inline-block;
  width: auto;
  height: 25px;
  position: relative;
  top: 4px;
}
.jh-symbol img {
  height: 100%;
}
.store-list-container + .store-list-container .store-list .items .store-group-item .store-logo-container .images-store img.brand-icon {
  object-fit: none;
  filter: brightness(0) invert(1);
  width: auto;
  height: auto;
  bottom: 10px;
  right: 10px;
}
.product-customization .wrapper {
  display: flex;
  justify-content: space-between;
}
.product-customization .product-attachments {
  margin-bottom: 15px;
}
.product-customization .customization-form {
  text-align: left;
}
.rendered-form .fieldset .fields .field.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-product-view .amform-form .action.primary,
.catalog-product-view .amform-parent .action.primary {
  background-color: #0A3066;
  color: #fff;
  border-color: #0A3066;
  border-radius: 25px;
  text-transform: uppercase;
  width: 182px;
  padding: 10px 15px 8px;
  height: 50px;
  font-size: 22px;
  letter-spacing: 0.88px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Poppins';
  border: none;
  margin-top: 15px;
}
.catalog-product-view .amform-form .action.primary:hover,
.catalog-product-view .amform-parent .action.primary:hover {
  background-color: #202626;
  border-color: #202626;
}
.customization-form-button-open {
  cursor: pointer;
}
#product-addtoquote {
  margin-top: 15px;
}
.product-customization {
  margin-top: 20px;
}
.catalog-product-view .amcform-toolbar {
  margin-left: auto;
  margin-top: 15px;
}
.catalog-product-view header.page-header .header-area.active-sticky {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.catalog-product-view .product-info-main a:hover {
  text-decoration: none;
}
.product-customization .product-attachments a:hover span {
  text-decoration: none;
}
.product-info-main .product-addto-links a.action:hover span {
  text-decoration: none;
}
@media (max-width: 1080px) {
  #product-addtoquote {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #product-addtoquote {
    margin-top: 60px;
  }
  #product-addtoquote,
  .product-info-main .product-add-form .actions button.tocart {
    width: 170px;
  }
  .catalog-product-view .amform-form .action.primary,
  .catalog-product-view .amform-parent .action.primary {
    height: 44px;
    font-size: 16px;
    padding: 10px 20px 8px;
  }
}
@media (max-width: 479px) {
  .product-info-main .product-add-form .actions button.tocart {
    width: 100%;
  }
  #product-addtoquote {
    margin-top: 15px;
    width: 100%;
  }
  .product-customization .wrapper {
    display: block;
  }
  .customization-form {
    margin-top: 20px;
  }
  .catalog-product-view .amcform-toolbar {
    width: 100%;
  }
  .catalog-product-view .amform-form .action.primary,
  .catalog-product-view .amform-parent .action.primary {
    width: 100%;
  }
}
