@charset "utf-8";
/* 
	store.less
	Project: IBEW (International Brotherhood of Electrical Workers)
*/
@media all and (max-width:768px) {
}#cart-sidebar h3,
.store-order header h3 {
  margin: 0.25em 0 0.35em;padding: 0;font-family: 'Barlow', Helvetica, Arial, sans-serif;line-height: 1.1;font-style: normal;font-weight: 900;color: #333333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
#cart-sidebar h3,
.store-order header h3 {
  font-size: 60px;
}
@media all and (max-width:1366px) {
  #cart-sidebar h3,
  .store-order header h3 {
    font-size: 56px;
  }
}
@media all and (max-width:1024px) {
  #cart-sidebar h3,
  .store-order header h3 {
    font-size: 48px;
  }
}
@media all and (max-width:480px) {
  #cart-sidebar h3,
  .store-order header h3 {
    font-size: 40px;
  }
}
@media all and (max-width:768px) {
}@media all and (max-width:768px) {
}@media all and (max-width:768px) {
}@media all and (max-width:768px) {
}/* browse products */
.panel.store-catalog .text-wrap {
  --container-width: 1600px;
  --container-padding: 110px;
  --container-margin: max(0px, (100% - var(--container-width) - var(--container-padding)*2) / 2);
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  padding-inline: var(--container-padding);
}
#store-products .promo-boxes,
.promo-boxes.related-products {
  --count: 3;
  --gap: 15px;
  --gap-sum: ( var(--gap) * (var(--count) - 1) );
  --item-width: calc((100% - var(--gap-sum)) / var(--count));
}
#store-products .promo-boxes .promo-wrap,
.promo-boxes.related-products .promo-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px var(--gap);
}
#store-products .promo-boxes .product-box,
.promo-boxes.related-products .product-box {
  display: block;
  width: var(--item-width);
  max-width: min(var(--item-width), 400px);
  margin: 0;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#store-products .promo-boxes .product-box .img-holder,
.promo-boxes.related-products .product-box .img-holder {
  aspect-ratio: calc(400/360);
}
#store-products .promo-boxes .product-box .img-holder a,
.promo-boxes.related-products .product-box .img-holder a,
#store-products .promo-boxes .product-box .img-holder img,
.promo-boxes.related-products .product-box .img-holder img {
  width: 100%;
  height: 100%;
}
#store-products .promo-boxes .product-box .img-holder img,
.promo-boxes.related-products .product-box .img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
}
#store-products .promo-boxes .product-box .promo-content,
.promo-boxes.related-products .product-box .promo-content {
  padding: 20px;
  line-height: 1.1;
}
#store-products .promo-boxes .product-box .product-name,
.promo-boxes.related-products .product-box .product-name {
  font-size: 25px;
  font-weight: 900;
  font-style: normal;
  color: #333333;
}
#store-products .promo-boxes .product-box .product-price,
.promo-boxes.related-products .product-box .product-price {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: #224188;
}
#store-products .promo-boxes .product-box .product-price del,
.promo-boxes.related-products .product-box .product-price del {
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #666666;
}
#store-products .promo-boxes .product-box .product-categories,
.promo-boxes.related-products .product-box .product-categories {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
#store-catalog-container {
  --gap: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: var(--gap);
}
#store-catalog-container #store-navigation {
  --gap-portion: calc(var(--gap) * 0.7);
  max-width: 315px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1 0 calc(30% - var(--gap-portion));
  -ms-flex: 1 0 calc(30% - var(--gap-portion));
  flex: 1 0 calc(30% - var(--gap-portion));
}
#store-catalog-container #store-navigation .group::before,
#store-catalog-container #store-navigation .group::after {
  content: none;
}
#store-catalog-container #store-navigation .group + .group {
  border-top: 1px solid #cccccc;
  margin-top: 40px;
  padding-top: 35px;
}
#store-catalog-container #store-navigation #store-categories-btn {
  display: none;
}
#store-catalog-container #store-products {
  --gap-portion: calc(var(--gap) * 0.7);
  -webkit-box-flex: 1 1 calc(70% - var(--gap-portion));
  -ms-flex: 1 1 calc(70% - var(--gap-portion));
  flex: 1 1 calc(70% - var(--gap-portion));
}
#store-catalog-container #store-products #store-pager {
  margin-top: 60px;
}
#store-catalog-container #store-products .promo-boxes {
  padding: 0;
}
@media all and (max-width:1440px) {
  #store-catalog-container #store-products .promo-boxes {
    --count: 2;
  }
}
@media all and (max-width:1280px) {
  #store-catalog-container #store-products .promo-boxes {
    --count: 3;
  }
}
@media all and (max-width:1024px) {
  #store-catalog-container #store-products .promo-boxes {
    --count: 2;
  }
}
@media all and (max-width:640px) {
  #store-catalog-container #store-products .promo-boxes {
    --count: 1;
  }
}
#store-catalog-container #store-products .pagination {
  position: relative;
  padding: 0 17px;
  font-style: normal;
  text-align: center;
  font-size: 16px;
}
#store-catalog-container #store-products .pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0 40px;
  padding: 0;
  gap: 25px;
}
#store-catalog-container #store-products .pagination ul li a {
  color: #333333;
}
#store-catalog-container #store-products .pagination ul li a:hover,
#store-catalog-container #store-products .pagination ul li a:active {
  color: #224188;
}
#store-catalog-container #store-products .pagination ul li span {
  position: relative;
  color: #224188;
  font-weight: 900;
}
#store-catalog-container #store-products .pagination ul li span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: block;
  min-width: 10px;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#store-catalog-container #store-products .pagination > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto 0;
  background: #224188;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  line-height: 17px;
}
#store-catalog-container #store-products .pagination > a:hover,
#store-catalog-container #store-products .pagination > a:active {
  background: #395494;
}
#search-products-form {
  position: relative;
}
#search-products-form .input {
  padding-right: 75px;
}
#search-products-form .input:hover + .search-button,
#search-products-form .input:focus + .search-button {
  color: #eeeeee;
}
#search-products-form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #999999;
  text-align: center;
}
#search-products-form .search-button::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background: currentColor;
}
#filter-products-form .input-group label {
  margin: 0 0 15px 0;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  color: #333333;
  line-height: 1.1;
}
:where(#filter-products-form .input-group) + .input-group {
  margin-top: 30px;
}
#filter-products-form .slider-range-field {
  margin-top: -5px;
}
#filter-products-form .slider-range-field .clear {
  padding-bottom: 10px;
}
#filter-products-form .slider-range-field small {
  font-size: 16px;
  font-style: normal;
  color: #333333;
  line-height: 1;
}
#filter-products-form .slider-range {
  position: relative;
}
#filter-products-form .slider-range::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
#filter-products-form .slider-range::after {
  content: "";
  display: block;
  height: 32px;
}
#filter-products-form .slider-range .ui-slider-range {
  position: absolute;
  top: -2px;
  height: 4px;
  background: #224188;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#filter-products-form .slider-range .ui-slider-handle {
  position: absolute;
  padding-top: 5px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-style: normal;
}
#filter-products-form .slider-range .ui-slider-handle span {
  display: block;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#filter-products-form .slider-range .ui-slider-handle::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  background: #224188;
  border-radius: 100%;
  color: #ffffff;
  font-size: 9px;
  line-height: 18px;
}
#filter-products-form .slider-range .ui-slider-handle.price-min-text::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
#filter-products-form .slider-range .ui-slider-handle.price-max-text::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
#store-categories-wrap h5,
#store-categories-modal h5 {
  margin: 0 0 15px 0;
  color: #333333;
}
#store-categories-wrap ul,
#store-categories-modal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#store-categories-wrap ul li a,
#store-categories-modal ul li a {
  display: block;
  padding: 8px 20px;
  color: #666666;
}
#store-categories-wrap ul li a:hover,
#store-categories-modal ul li a:hover,
#store-categories-wrap ul li a:active,
#store-categories-modal ul li a:active {
  color: #224188;
}
#store-categories-wrap ul li a.active,
#store-categories-modal ul li a.active {
  padding-block: 15px;
  background: #224188;
  color: #ffffff;
}
#store-categories-wrap ul ul li a,
#store-categories-modal ul ul li a {
  padding-left: 40px;
}
#store-categories-wrap ul + h5,
#store-categories-modal ul + h5 {
  margin-top: 30px;
}
#store-categories-modal > ul {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.ui-dialog.store-categories-modal .ui-dialog-titlebar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  z-index: 2;
}
.ui-dialog.store-categories-modal .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.store-categories-modal .ui-dialog-titlebar .ui-button {
  display: block;
  margin: 0;
}
.ui-dialog.store-categories-modal .ui-dialog-titlebar .ui-button .ui-icon-closethick {
  color: #333333 !important;
}
@media all and (max-width:1440px) {
  .panel.store-catalog .text-wrap {
    --container-width: 1260px;
    --container-padding: 20px;
  }
  #store-catalog-container {
    --gap: 60px;
  }
}
@media all and (max-width:1280px) {
  #store-catalog-container {
    display: block;
  }
  #store-catalog-container #store-navigation {
    max-width: none;
    margin-bottom: 60px;
  }
  #store-catalog-container #store-navigation #store-categories-search-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #store-catalog-container #store-navigation #store-categories-btn {
    display: block;
    padding-block: 0;
    line-height: 52px;
  }
  #store-catalog-container #store-navigation #store-categories-wrap {
    display: none;
  }
  #store-catalog-container #store-products .promo-boxes .promo-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #filter-products-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  #filter-products-form .input-group {
    width: calc(40% - 10px);
    margin: 0;
  }
}
@media all and (max-width:640px) {
  #store-catalog-container #store-navigation {
    margin-bottom: 40px;
  }
  #store-catalog-container #store-navigation #store-categories-search-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #filter-products-form .input-group {
    width: 100%;
  }
}
/* product page */
#page-banner .product-price {
  font-weight: 900;
}
#page-banner .product-price del {
  margin-left: 7px;
  font-weight: 500;
  font-size: 0.85em;
  color: #eeeeee;
}
#page-banner.has-productimg::before {
  z-index: -1;
}
#page-banner.has-productimg .page-title {
  padding-inline: 0;
}
#page-banner.has-productimg #product-image {
  --extra-padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 90px;
  bottom: calc(-1 * (200px + var(--extra-padding-bottom)));
  width: 40%;
  max-width: 730px;
  z-index: 2;
}
#page-banner.has-productimg #product-image #product-default-image {
  display: block;
  width: 100%;
  height: calc(100% - var(--extra-padding-bottom));
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-banner.has-productimg #product-image #product-image-thumbs {
  --count: 6;
  --gap: 20px;
  --gap-sum: ( var(--gap) * (var(--count) - 1) );
  --item-width: calc((100% - var(--gap-sum)) / var(--count));
  position: relative;
  margin-top: 20px;
}
@media all and (max-width:1440px) {
  #page-banner.has-productimg #product-image #product-image-thumbs {
    --count: 5;
  }
}
@media all and (max-width:1366px) {
  #page-banner.has-productimg #product-image #product-image-thumbs {
    --count: 4;
  }
}
@media all and (max-width:1024px) {
  #page-banner.has-productimg #product-image #product-image-thumbs {
    --count: 5;
  }
}
@media all and (max-width:768px) {
  #page-banner.has-productimg #product-image #product-image-thumbs {
    --count: 4;
  }
}
@media all and (max-width:640px) {
  #page-banner.has-productimg #product-image #product-image-thumbs {
    --count: 3;
  }
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper {
  overflow: hidden;
}
#page-banner.has-productimg #product-image #product-image-thumbs ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-banner.has-productimg #product-image #product-image-thumbs ul .swiper-slide {
  width: var(--item-width);
  height: 90px;
}
#page-banner.has-productimg #product-image #product-image-thumbs ul .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#page-banner.has-productimg #product-image #product-image-thumbs ul .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-prev,
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-next {
  width: 12px;
  height: 21px;
  margin-top: -12px;
  background: none;
  line-height: 1;
  font-style: normal;
  color: #666666;
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-prev {
  left: -32px;
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-next {
  right: -32px;
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
#page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation.disabled {
  display: none;
}
#page-banner.has-productimg.has-gallery #product-image {
  --extra-padding-bottom: 110px;
}
@media all and (max-width:1366px) {
  #page-banner.has-productimg #product-image {
    right: 0;
  }
  #page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation {
    position: absolute;
    top: 36px;
    left: -54px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    gap: 10px;
  }
  #page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-prev,
  #page-banner.has-productimg #product-image #product-image-thumbs .swiper-navigation .swiper-button-next {
    position: static;
    margin-top: 0;
  }
}
@media all and (max-width:1024px) {
  #page-banner.has-productimg {
    padding: 0 60px;
  }
  #page-banner.has-productimg::before {
    content: none;
  }
  #page-banner.has-productimg .page-title h1 > span {
    display: inline-block;
  }
  #page-banner.has-productimg .page-title h1 > span br {
    display: none;
  }
  #page-banner.has-productimg .page-title h1 > span em {
    display: block;
  }
  #page-banner.has-productimg #product-image {
    width: 80%;
  }
}
.store-product .text-wrap {
  --gap: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.store-product .text-wrap .col.wide,
.store-product .text-wrap .col.aside {
  width: auto;
}
.store-product .text-wrap .col.wide {
  --gap-portion: calc(var(--gap) * 0.6);
  max-width: 650px;
  -webkit-box-flex: 1 1 calc(60% - var(--gap-portion));
  -ms-flex: 1 1 calc(60% - var(--gap-portion));
  flex: 1 1 calc(60% - var(--gap-portion));
}
.store-product .text-wrap .col.aside {
  --gap-portion: calc(var(--gap) * 0.6);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 480px;
  -webkit-box-flex: 1 0 calc(40% - var(--gap-portion));
  -ms-flex: 1 0 calc(40% - var(--gap-portion));
  flex: 1 0 calc(40% - var(--gap-portion));
  padding-left: 0;
}
:where(#page-banner.has-productimg) ~ #body-content .store-product .text-wrap .col.aside {
  padding-top: calc(200px - 80px + 70px);
}
:where(#page-banner.has-productimg.has-gallery) ~ #body-content .store-product .text-wrap .col.aside {
  padding-top: calc(200px + 110px - 80px + 70px);
}
.store-product .product-specs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
  line-height: 1.1;
}
.store-product .product-specs li .label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
}
.store-product .product-specs li .value {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  color: #224188;
}
.store-product .product-text h2:first-child {
  margin-top: 0;
}
.store-product .product-text:not(:first-child) {
  margin-top: 60px;
}
.store-product .product-shares {
  width: 100%;
  margin-top: 30px;
}
.store-product .product-shares p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 0 10px 0;
  border-right: 1px solid #eeeeee;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.store-product .product-shares p span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  color: #224188;
}
.store-product .product-shares > div {
  display: inline-block;
}
.store-product .product-back {
  margin-top: 30px;
}
@media all and (max-width:1024px) {
  .store-product .text-wrap {
    display: block;
  }
  .store-product .text-wrap .col.wide,
  .store-product .text-wrap .col.aside {
    width: 100%;
    max-width: none;
  }
  .store-product .text-wrap .col.aside {
    margin-bottom: 60px;
  }
}
@media all and (max-width:480px) {
  .store-product .product-shares {
    font-size: 12px;
  }
  .store-product .product-shares p {
    display: none;
  }
}
.product-form .input-group label {
  color: #666666;
}
.product-form .product-menus .input-group {
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.product-form .footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px calc(100% - 350px);
}
.product-form .footer .input-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-form .footer .button {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-form .footer .button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
.product-form .footer:where(.product-menus + .footer) {
  margin-top: 40px;
}
.qty-selector {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.qty-selector .input {
  width: 50px;
  padding-inline: 2px;
  text-align: center;
  line-height: 1;
}
.qty-selector .qty-minus,
.qty-selector .qty-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  padding-inline: 0;
  background: none;
  cursor: pointer;
  color: #224188;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.qty-selector .qty-minus:hover,
.qty-selector .qty-plus:hover,
.qty-selector .qty-minus:active,
.qty-selector .qty-plus:active {
  color: #395494;
}
.qty-selector .qty-minus:disabled,
.qty-selector .qty-plus:disabled {
  cursor: disabled;
  color: #cccccc;
}
.qty-selector .qty-minus {
  left: 0;
}
.qty-selector .qty-plus {
  right: 0;
}
.promo-boxes.related-products {
  position: relative;
  padding-top: 45px;
}
.promo-boxes.related-products:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph.png");
  background-position: center center;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
@media all and (max-width:1024px) {
  .promo-boxes.related-products {
    --count: 2;
  }
}
@media all and (max-width:640px) {
  .promo-boxes.related-products {
    --count: 1;
  }
}
.promo-boxes.related-products::before {
  position: absolute;
}
.promo-boxes.related-products .panel-content > h2 {
  margin-top: 0;
  text-align: left;
}
.promo-boxes.related-products .promo-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0;
  overflow: visible;
}
.promo-boxes.related-products .product-box {
  max-width: var(--item-width);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 10px 0;
  border-top: 1px solid #cccccc;
}
.promo-boxes.related-products .product-box .promo-content {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.promo-boxes.related-products .product-box .product-name {
  color: #333333 !important;
}
.promo-boxes.related-products .swiper {
  overflow: hidden;
}
.promo-boxes.related-products .swiper-navigation .swiper-button-prev,
.promo-boxes.related-products .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #224188;
  border-radius: 100%;
  font-style: normal;
  color: #ffffff;
  line-height: 40px;
}
.promo-boxes.related-products .swiper-navigation .swiper-button-prev {
  left: calc(-1 * 4vw);
}
.promo-boxes.related-products .swiper-navigation .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
.promo-boxes.related-products .swiper-navigation .swiper-button-next {
  right: calc(-1 * 4vw);
}
.promo-boxes.related-products .swiper-navigation .swiper-button-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.promo-boxes.related-products .swiper-navigation.disabled {
  display: none !important;
}
.promo-boxes.related-products + .promo-boxes.related-products {
  margin-top: 60px;
}
@media all and (max-width: 1580px) {
  .promo-boxes.related-products .swiper-navigation .swiper-button-prev {
    left: -30px;
  }
  .promo-boxes.related-products .swiper-navigation .swiper-button-next {
    right: -30px;
  }
}
@media all and (max-width:768px) {
  .promo-boxes.related-products .swiper-navigation {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
  .promo-boxes.related-products .swiper-navigation .swiper-button-prev,
  .promo-boxes.related-products .swiper-navigation .swiper-button-next {
    position: static;
    margin-top: 0;
  }
}
/* cart page */
.store-cart .alert {
  display: block;
}
#cart-sidebar {
  padding: 25px 40px 40px;
  background: #224188;
  color: #ddd;
}
#cart-sidebar h3 {
  margin-top: 0;
  color: #ffffff;
}
#cart-sidebar .button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 25px;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #224188;
  border: none;
  background: #ffffff;
  cursor: pointer;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#cart-sidebar .button .fa {
  margin: 0 10px;
  font-size: 20px;
  line-height: 14px;
  color: #224188;
}
#cart-sidebar .button .fa:first-child {
  margin-left: 0;
}
#cart-sidebar .button.button-beige {
  background: #c5b378;
}
#cart-sidebar .button.button-beige small {
  color: #ffffff;
}
#cart-sidebar .button.button-white {
  background: #ffffff;
}
#cart-sidebar .button:hover {
  color: #ffffff;
  background: #333333;
}
#cart-sidebar .button + .button {
  vertical-align: top;
  margin-bottom: 3px;
}
#cart-sidebar .cart-totals-table {
  margin: 0;
}
#cart-sidebar .cart-totals-table tr td {
  color: inherit;
}
#cart-sidebar .cart-totals-table tr td.right {
  color: #ffffff;
}
#cart-sidebar .cart-totals-table tfoot tr td {
  color: #ffffff;
}
#cart-sidebar #promo-form {
  position: relative;
  margin: 40px 0;
}
#cart-sidebar #promo-form .error {
  display: block;
  font-size: 16px;
  color: #f47576;
  line-height: 1;
}
#cart-sidebar #promo-form label {
  margin-bottom: 5px;
  color: inherit;
}
#cart-sidebar #promo-form .input {
  padding-right: 100px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  text-overflow: ellipsis;
}
#cart-sidebar #promo-form .button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  padding: 0;
  background: #ffffff;
  color: #224188;
  font-weight: 500;
  line-height: 52px;
  text-transform: uppercase;
}
#cart-sidebar #promo-form .button:hover,
#cart-sidebar #promo-form .button:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
#cart-sidebar #promo-form .promo-code {
  margin-right: 10px;
  color: #69f127;
}
#cart-sidebar #promo-form .remove-discount-from-cart-btn {
  color: #ffffff;
  white-space: nowrap;
}
#cart-sidebar #promo-form .remove-discount-from-cart-btn:hover,
#cart-sidebar #promo-form .remove-discount-from-cart-btn:active {
  color: #ddd;
}
#cart-sidebar footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 20px;
}
#cart-sidebar footer .button {
  margin-left: auto;
}
#cart-sidebar footer a {
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  font-size: 17px;
}
#cart-sidebar footer a:hover,
#cart-sidebar footer a:active {
  color: #eeeeee;
}
@media all and (max-width:768px) {
  #cart-sidebar footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cart-sidebar footer .button {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.cart-table thead tr th {
  padding-inline: 0;
  border-bottom: 1px solid #cccccc;
  background: none;
  font-style: italic;
  font-weight: 500;
  color: #666666;
}
.cart-table thead tr th:where(th + th) {
  padding-left: 10px;
}
.cart-table tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  background: transparent;
  color: #333333;
  line-height: 1;
}
.cart-table tbody tr td:where(td + td) {
  padding-left: 10px;
}
.cart-table tbody tr .img-holder {
  width: 200px;
}
.cart-table tbody tr .product-name {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  color: inherit;
}
.cart-table tbody tr .product-name::after {
  content: "";
  display: block;
}
.cart-table tbody tr .product-name:is(a):hover,
.cart-table tbody tr .product-name:is(a):active {
  color: #224188;
}
.cart-table tbody tr .product-variant,
.cart-table tbody tr .product-sku {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
}
.cart-table tbody tr .product-price {
  display: block;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
}
.cart-table tbody tr .remove-from-cart-btn {
  display: inline-block;
  font-weight: 500;
  font-style: italic;
  color: #666666;
  white-space: nowrap;
  margin-top: 10px;
}
.cart-table tbody tr .remove-from-cart-btn:hover,
.cart-table tbody tr .remove-from-cart-btn:active {
  color: #224188;
}
.cart-table tbody tr a[data-open-hidden-modal] {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
.cart-table tbody tr a[data-open-hidden-modal] i {
  font-size: 0.75em;
}
.cart-table tbody tr:nth-child(2n+1) td {
  background: transparent;
}
.cart-table tbody tr:nth-child(2n+1) td .input:not(:hover):not(:focus) {
  background: #eeeeee;
}
.cart-table tbody tr:where(:last-child) td {
  border-bottom-width: 0;
}
.cart-totals-table tr td {
  padding: 0;
  background: transparent;
}
.cart-totals-table tr td.right {
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
}
.cart-totals-table tr:nth-child(2n+1) td {
  background: transparent;
}
.cart-totals-table tbody tr:last-child td {
  padding-bottom: 15px;
}
.cart-totals-table tfoot tr td {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.store-order header {
  margin: 0 0 30px;
}
.store-order header h3 {
  margin: 0 0 5px;
}
.store-order header .edit-form a,
.store-order header .edit-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #224188;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.store-order header .edit-form a:hover,
.store-order header .edit-form button:hover,
.store-order header .edit-form a:active,
.store-order header .edit-form button:active {
  color: #395494;
}
.store-order .col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.store-order .col #order-sidebar {
  width: 480px;
  max-width: 40%;
  padding-left: 5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.store-order .col #order-main {
  width: 650px;
  max-width: 55%;
}
.store-order .cart-table tbody tr .center {
  font-size: 25px;
  font-style: normal;
}
.store-order .cart-table tbody tr .product-price {
  font-size: 25px;
}
.store-order .cart-table tbody tr:where(:last-child) td {
  border-bottom-width: 1px;
}
.store-order .cart-totals-table {
  margin: 0 0 0 auto;
}
.store-order .cart-totals-table tr td {
  padding: 0 0 15px 0;
  font-weight: 500;
}
.store-order .cart-totals-table tr td.right {
  padding-left: 30px;
  font-size: 25px;
  color: #333333;
}
.store-order .cart-totals-table tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.store-order .cart-totals-table tr:last-child td.right {
  font-size: 30px;
  font-weight: 900;
}
.store-order #process-form {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}
@media all and (max-width:1440px) {
  .store-cart .text-wrap .col.wide {
    max-width: 65%;
  }
  .store-cart .text-wrap .col.aside {
    max-width: 35%;
    padding: 0;
  }
  .store-order .col #order-main {
    max-width: 65%;
  }
  .store-order .col #order-sidebar {
    max-width: 35%;
    padding: 0;
  }
}
@media all and (max-width:1366px) {
  .store-cart .text-wrap .col.wide,
  .store-cart .text-wrap .col.aside {
    float: none;
    max-width: none;
    width: 100%;
  }
  .store-cart .text-wrap .col.aside {
    margin: 60px 0 0 0;
  }
  .store-order .col {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .store-order .col #order-main,
  .store-order .col #order-sidebar {
    width: 100%;
    max-width: none;
  }
  .store-order .col #order-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .store-order .col #order-sidebar .grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0px 60px;
  }
  .store-order .col #order-main {
    margin-top: 60px;
  }
}
@media all and (max-width:1024px) {
  .cart-table tbody tr .img-holder {
    width: 150px;
    padding-right: 10px;
  }
}
@media all and (max-width:768px) {
  .cart-table thead {
    display: none;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tbody tr {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 120px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .cart-table tbody tr td {
    display: block;
    padding: 0;
    border: 0;
  }
  .cart-table tbody tr td.img-holder {
    position: absolute;
    left: 0;
    width: 120px;
  }
  .cart-table tbody tr td.center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    text-align: left;
  }
  .cart-table tbody tr td.right {
    margin-top: 20px;
    text-align: left;
  }
  .cart-table tbody tr td.right a {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 20px;
  }
  .cart-table tbody tr td.right a + a {
    margin-right: 0;
  }
  .cart-table tbody tr:where(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .store-order .cart-table tbody tr:where(:last-child) {
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #store-order-receipt .receipt-table:where(:not(.receipt-cart-table)) {
    border: 0;
  }
  #store-order-receipt .receipt-table:where(:not(.receipt-cart-table)) tr {
    display: block;
  }
  #store-order-receipt .receipt-table:where(:not(.receipt-cart-table)) tr td {
    display: block;
    width: auto;
    padding: 0 0 15px 0;
  }
  #store-order-receipt .receipt-cart-table thead {
    display: none;
  }
  #store-order-receipt .receipt-cart-table tbody tr:where(:not(.totals-row)) {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  #store-order-receipt .receipt-cart-table tbody tr:where(:not(.totals-row)) td {
    width: auto;
    border: 0;
    padding: 0 0 0 110px;
    text-align: left;
  }
  #store-order-receipt .receipt-cart-table tbody tr:where(:not(.totals-row)) td:nth-child(1) {
    position: absolute;
    left: 0;
    width: 110px;
    padding-right: 10px;
    padding-left: 0;
  }
  #store-order-receipt .receipt-cart-table tbody tr:where(:not(.totals-row)) td:nth-child(3)::before {
    content: "Quantity: ";
  }
  #store-order-receipt .receipt-cart-table tbody tr:where(:not(.totals-row)) td:last-child {
    margin-top: 5px;
  }
  #store-order-receipt .receipt-cart-table tbody tr.totals-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #store-order-receipt .receipt-cart-table tbody tr.totals-row .value {
    width: 150px;
  }
}
#update-product-modal header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#update-product-modal header .img-holder {
  width: 120px;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#update-product-modal header .product-name {
  margin: 0;
  color: #333333;
  font-size: 30px;
}
#update-product-modal header .product-price {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
}
#update-product-modal header .product-price del {
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #666666;
}
@media all and (max-width:480px) {
  #update-product-modal header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #update-product-modal header .img-holder {
    width: 80px;
  }
}
/* checkout */
#checkout-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 120px;
  font-weight: 700;
  font-size: 16px;
  color: #224188;
}
#checkout-navigation li {
  position: relative;
  width: 25px;
  min-height: 50px;
  padding-top: 30px;
  white-space: nowrap;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#checkout-navigation li span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#checkout-navigation li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #224188;
}
#checkout-navigation li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  display: block;
  width: 130px;
  height: 7px;
  background: #224188;
  z-index: -1;
}
#checkout-navigation li.active::before {
  background: #224188;
}
#checkout-navigation li.active::after {
  background: #ffffff;
}
#checkout-navigation li.active ~ li {
  color: #333333;
}
#checkout-navigation li.active ~ li::before {
  background: #ffffff;
}
#checkout-navigation li.active ~ li::after {
  background: #ffffff;
}
#checkout-navigation li:last-child::after {
  content: none;
}
#checkout-form .input-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
#checkout-form .input-wrap .select {
  width: calc(50% - 5px);
}
#checkout-form .shipping-rates .radio + label {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px auto;
  grid-template-columns: 1fr auto;
  padding-left: 35px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#checkout-form .shipping-rates .radio + label::before {
  position: absolute;
  top: 0;
  left: 0;
}
#checkout-form .shipping-rates .radio + label .rate-price {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  color: #333333;
}
#checkout-form .shipping-rates > div:last-child .radio + label {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#checkout-form .buttons-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}
#checkout-form .buttons-wrapper .submit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width:768px) {
  #checkout-navigation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
  #checkout-navigation li {
    width: auto;
    min-height: 0;
    padding-top: 0;
    padding-left: 25px;
  }
  #checkout-navigation li span {
    position: static;
  }
  #checkout-navigation li::before {
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #checkout-navigation li::after {
    top: calc(50% + 20px);
    left: 8px;
    width: 5px;
    height: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media all and (max-width:480px) {
  #checkout-form .buttons-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  #checkout-form .buttons-wrapper .submit {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
