/* reset */
.btn--dark-green {
  background: #01231F;
  border-color: #01231F;
}

@media only screen and (min-width: 1025px) {
  .btn--dark-green:hover {
    color: #01231F;
  }
}


.breadcrumbs span.separator {
  display: none;
}

.breadcrumbs li:last-child a::before {
  display: none;
}

/* .product__title-box-title {
  margin: 0 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
} */


/* cart */

body.cart .woocommerce-cart-form.processing {
  
}

.cart__item-remove {
  text-decoration: none;
  color: #000;
}

.cart__item-remove:hover,
.cart__item-remove:focus {
  color: var(--Primary-Accent);
}


/* brands page */
.brands__item-category-list a {
  color: var(--Primary-Accent);
}

.brands__item-category-list a:hover {
  text-decoration: none;
}

/* swipper */
.swipper-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.swipper-visible {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-button {
  position: absolute;
  width: 12px;
  height: 23px;
  z-index: 10;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  z-index: 1;
  color: transparent;
}

.swiper-button-prev {
  right: 0;
  left: -35px;
  margin-right: 20px;
  background-image: url(../images/swiper-arrow-prev.svg);
}

.swiper-button-next {
  right: -35px;
  background-image: url(../images/swiper-arrow-next.svg);
}


@media(max-width:1360px) {
  .swiper-button-prev {
    left: 15px;
  }

  .swiper-button-next {
    right: 15px;
  }
}

@media(max-width:1200px) {
  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }
}


@media(max-width:1200px) {
  .product-swipper--desktop {
    display: none;
  }
}

@media(min-width:1200px) {
  .product-swipper--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .thumbs-box__list:not(.js-desktop-mobile-slider) .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
  }
}

.products-slider .thumbs-box__item {
  width: 100%;
}

@media only screen and (min-width: 1201px) {
  .products-slider .thumbs-box__item {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1201px) {
  .shipping__slider-nav-holder {
    overflow: hidden;
  }
}


.thumbs-box-ymal {
  margin-top: 32px;
}

.thumbs-box-ymal>.container {
  padding: 0px;
}

.thumbs-box-ymal .thumbs-box__holder {
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.thumbs-box-ymal .thumbs-box__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
}


.thumbs-box-ymal .thumbs-box__item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.thumbs-box-ymal .thumbs-box__arrow--prev {
  left: 10px;
}

.thumbs-box-ymal .thumbs-box__arrow--next {
  right: 10px;
}


@media only screen and (max-width: 1200px) {
  .builder__video-list {
    padding-bottom: 10px;
  }

  .builder__video-list::-webkit-scrollbar {
    display: block;
    height: 5px !important;
  }

  .builder__video-list::-webkit-scrollbar-track {
    background: #eaeaea;
  }

  .builder__video-list::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: #888;

  }

  .builder__video-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
}



.product__select {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.thumbs-box__item-category {
  text-transform: uppercase;
}

.video__cb-btn {
  position: absolute;
  z-index: 3;
  top: 320px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  /* background: #fff; */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .video__cb-btn {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .video__cb-btn:hover svg {
    stroke: #ff3d00;
  }
}

.video__cb-btn--prev {
  left: 24px;
}

.video__cb-btn--next {
  right: 24px;
}

.video__cb-btn.swiper-button-lock {
  display: none;
}

.video__cb-btn svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video__cb-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}


/* select2 */
body.single-product .select2-dropdown {
  border: none !important;
}

body.single-product .select2-results .select-option {
  color: #000;
}

body.single-product .product__select select,
body.single-product .product__select select.select2-hidden-accessible {
  display: block;
  overflow: hidden;
  color: #999;
  font-size: 17px;
  text-overflow: initial;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0px 20px 0px 8px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  margin: 0px;
  left: 0;
  bottom: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}


body.single-product .product-option__error {
  display: none;
}

body.single-product .product-option__error.active {
  display: block;
}

/* search form */
.search__dropdown.articles-only .search__dropdown-box {
  display: block;
}

.search__dropdown.articles-only .search__dropdown-left {
  display: none;
}

.search__dropdown.articles-only .search__dropdown-right {
  width: 100%;
}

.search__dropdown.articles-only #search-products,
.search__dropdown.articles-only #search-brands {
  display: none;
}


/* reviews.io */
#reviews-io-polaris-modal-widget1 {
  display: none;
}

.footer__reviewsLogo-container {
  display: none !important;
}

/* klaviyo */
.blog__form-box div[data-testid="form-row"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.blog__form-box input[type="email"] {
  width: 100% !important;
  border-radius: 8px !important;
  border: 1px solid #d3d3d3 !important;
  background: #fff !important;
  padding: 12px 16px !important;
  color: #000 !important;
  font-family: "Instrument Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  box-shadow: none !important;
  outline: none !important;
}

.blog__form-box div[data-testid="form-row"] input[type="email"]:hover,
.blog__form-box div[data-testid="form-row"] input[type="email"]:focus,
.blog__form-box div[data-testid="form-row"] input[type="email"]:active {
  border: 1px solid #000 !important;
}

.blog__form-box button {
  height: 46px !important;
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0px 32px !important;
  border-radius: 8px !important;
  background: #ff3d00 !important;
  border: 2px solid #ff3d00 !important;
  text-decoration: none !important;
  color: #fff !important;
  font-family: "Instrument Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  cursor: pointer !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}


/* types of swords */
.loader-spinner::before {
  content: '';
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.loader-spinner::after {
  content: '';
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234D6562' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M21 12a9 9 0 11-6.219-8.56' /%3E%3C/svg%3E");
  animation: spin 0.5s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* single post */

figure.wp-block-table {
  margin: 1em 0;
}

.sources__item-body ol {
  list-style: decimal;
  margin: 0;
  padding: 0 0 0 20px;
}

.sources__item-body ol li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
}

.sources__item-body ol li::before {
  display: none;
}

.sources__item-body ol li span {
  color: #000;
}

.sources__item-body ol li a span {
  color: #ff3d00;
}

/* single product */

.product__box {
  border-bottom: 1px solid #e6e9e9;
}

.product__price-value {
  font-weight: 500;
}

.product__price-value--stock {
  color: #000;
}

.product__price-value--out-of-stock {
  color: #4d6562;
}

.product__price-old {
  color: #8F8F8F;
}



.notify-me__subscribe {
  margin: 24px 0;
}

.notify-me__subscribe .checkbox-style {
  position: relative;
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.notify-me__subscribe .checkbox-style input {
  display: none;
}


.notify-me__subscribe .checkbox-style span {
  display: block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  font-size: 14px;
}

.notify-me__subscribe .checkbox-style input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.notify-me__subscribe .checkbox-style span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.notify-me__subscribe .checkbox-style span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* video popups */
.video-popup__close,
.video-popup__arrow {
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1200px) {
  .video-popup__controls-mute {
    background: rgba(0, 0, 0, 0.4);
  }
}

.video-popup__aside-slider-pagination--v2 {
  bottom: 12px !important;
}

.video-popup__mobile-card-box {
  background: #39393999;
}


.video-popup__aside-rate-link {
  text-decoration: none;
  color: unset;
}


/* reviews.io */
.ruk-icon-percentage-star--0 {
  color: #80918F !important;
}

.product__reviews .rating i {
  letter-spacing: 1.5px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.product__reviews .ruk-rating-snippet-count {
  display: none;
}

#reviews-io-polaris-modal-widget1 {
  display: none;
}