h1, h2, h3, h4, h5, h6, a, p {
  font-family: "Gilroy" !important;
}

.cl-footer-form-wrap ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}

html body {
  background: #ffffff !important;
}

.woocommerce-message {
  margin-top: 80px !important;
}

.woocommerce-info {
  border-radius: 10px;
  border-top-color: #1FCBCC !important;
  background: #f7f6f7 !important;
}

.wc-empty-cart-message {
  padding: 80px 20px 0 20px;
}

.woocommerce-info::before {
  color: #1FCBCC !important;
}

.return-to-shop {
  padding: 0px 20px 60px 20px;
}

.lds-ellipsis div {
  background: #96e269 !important;
}

.lds-ellipsis {
  position: absolute !important;
  transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important;
}

.header.header-shop {
  padding: 17px 0 !important;
  height: 67px !important;
}
@media (max-width: 400px) {
  .header.header-shop {
    padding: 12px 0 !important;
    height: 60px !important;
  }
}

@media (max-width: 926px) {
  body .header-shop__language ul li img {
    width: 24px !important;
    height: 24px !important;
    margin-top: -3px !important;
  }
}

.header-shop .container {
  display: flex;
  justify-content: space-between;
}
.header-shop__content-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
}
.header-shop__rigth-col {
  display: flex;
}
@media (max-width: 768px) {
  .header-shop__rigth-col {
    margin-right: 10px;
  }
}
@media (max-width: 420px) {
  .header-shop__rigth-col {
    margin-right: 4px;
  }
}
.header-shop__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 520px) {
  .header-shop__logo img {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .header-shop__logo img {
    width: 110px;
  }
}
.header-shop__search {
  margin-right: 40px;
  height: 36px;
  max-width: 165px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .header-shop__search {
    display: none;
  }
}
.header-shop__form {
  display: flex;
  align-items: center;
}
.header-shop__search-field {
  border: none !important;
  padding: 6px 0px 6px 12px;
  outline: none;
  width: 120px;
}
.header-shop__search-field::-webkit-search-cancel-button, .header-shop__search-field ::-webkit-search-clear-button {
  display: none;
}
.header-shop__search-submit {
  background-color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
.header-shop__search-icon {
  width: 14px;
}
.header-shop__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-shop__menu {
    display: none;
  }
}
.header-shop__menu a {
  color: #1D1E1E !important;
  font-family: "Gilroy" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 19px !important;
}
.header-shop__menu ul#menu-shop-menu {
  padding-left: 0;
  display: flex;
  gap: 30px;
  margin: 0;
}
.header-shop__menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/techsvit/cloudshop/assets/images/arrow-down-black.svg") no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.header-shop__menu li {
  list-style: none;
}
.header-shop__menu li.menu-item {
  position: relative;
  margin: 0;
}
.header-shop__menu ul.sub-menu {
  min-width: 300px !important;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 23px;
  min-width: 200px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header-shop__menu li:hover > ul.sub-menu {
  display: block;
}
.header-shop__menu ul.sub-menu li a {
  border-radius: 100px;
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.header-shop__menu ul.sub-menu li a:hover {
  background-color: #f5f5f5;
  color: #000;
}
.header-shop__consultation-button {
  margin-left: 40px;
  border-radius: 100px;
  background: #96E269;
  color: #193021;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 22px;
  height: 36px;
}
.header-shop__consultation-button a {
  color: #193021;
}
@media (max-width: 768px) {
  .header-shop__consultation-button {
    display: none;
  }
}
.header-shop__language {
  margin-left: 10px;
  position: relative;
}
@media (max-width: 520px) {
  .header-shop__language {
    margin-left: 4px;
  }
}
.header-shop__language::after {
  position: absolute;
  top: 15px;
  right: 5px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/techsvit/cloudshop/assets/images/arrow-down-black.svg") no-repeat;
}
.header-shop__language .j-lang {
  cursor: pointer;
  margin: 0;
  width: 46px;
  height: 36px;
  padding: 9px 8px 10px 10px;
  border-radius: 100px;
  background-color: #F4F6F9;
}
@media (max-width: 926px) {
  .header-shop__language .j-lang {
    width: 50px;
    padding: 9px 8px 10px 4px;
  }
}
@media (max-width: 926px) {
  .header-shop__language .j-lang {
    width: 46px;
  }
}
.header-shop__language .j-lang.active {
  height: auto;
  border-radius: 100px;
  background-color: #F4F6F9;
}
.header-shop__language .arrow-down-icon {
  position: absolute;
  right: 6px;
  top: 15px;
  width: 7px;
  height: auto;
}
.header-shop__language ul li {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-top: 5px;
}
.header-shop__language ul li {
  list-style: none;
}
.header-shop__language ul li:first-child {
  opacity: 1;
  padding-top: 0px;
}
.header-shop__language ul.active li {
  opacity: 1;
}
.header-shop__language ul li img {
  width: 18px;
  height: 18px;
  margin-top: 0px;
}
@media (max-width: 926px) {
  .header-shop__language ul li img {
    width: 28px;
    height: 28px;
    margin-top: -5px !important;
  }
}
.header-shop__language ul li p {
  display: none;
}
.header-shop__currency {
  margin-left: 10px;
  width: 46px;
  height: 36px;
}
@media (max-width: 520px) {
  .header-shop__currency {
    margin-left: 4px;
  }
}
.header-shop__currency img {
  display: none;
}
.header-shop__currency span {
  padding: 3px 7px;
  border-radius: 50%;
  background: #193021;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.header-shop__currency li {
  padding: 3px 0px 0px 7px !important;
  border-radius: 50%;
  background-color: #193021;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: 22px;
  height: 22px !important;
  margin: 6px 0px 4px 8px;
}
.header-shop__currency .woocs-style-1-select::after {
  position: absolute;
  top: 15px;
  right: 3px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/techsvit/cloudshop/assets/images/arrow-down-black.svg") no-repeat;
}
.header-shop__currency .woocs-style-1-dropdown {
  box-shadow: none;
  border-radius: 100px;
  background-color: #F4F6F9;
}
.header-shop__currency .woocs-style-1-dropdown .woocs-style-1-select {
  display: block;
  padding: 10px 8px;
}
.header-shop__currency .woocs-style-1-dropdown.woocs-style-1-active:hover, .header-shop__currency .woocs-style-1-dropdown.woocs-style-1-active {
  box-shadow: none;
  background-color: #F4F6F9;
  border-radius: 100px;
}
.header-shop__currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:hover {
  background-color: #193021 !important;
}
.header-shop__currency .woocs-style-1-active {
  border: none;
  box-shadow: none;
}
.header-shop__currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  background-color: #F4F6F9;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  height: 100%;
}
.header-shop__cart {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 520px) {
  .header-shop__cart {
    margin-left: 4px;
  }
}
.header-shop__cart span {
  color: #1D1E1E;
}
.header-shop__cart p {
  color: #1D1E1E;
  margin: 0;
}
@media (max-width: 520px) {
  .header-shop__cart p {
    display: none;
  }
}
.header-shop__cart-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F4F6F9;
  width: 100%;
  padding: 0 10px;
  height: 36px;
  color: #1D1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header-shop__cart-wrap a {
  display: flex;
}
.header-shop__cart-wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #96E269;
  margin-left: 6px;
}
.header-shop__cart-icon {
  width: 15px;
  margin-right: 10px;
}
@media (max-width: 520px) {
  .header-shop__cart-icon {
    margin-right: 0px;
  }
}

.burger-menu {
  width: 38px;
  height: 36px;
  border-radius: 50%;
  margin-left: 20px;
  display: none;
  background: #96E269 !important;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger-menu {
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .burger-menu {
    display: block;
  }
}
.burger-menu::after,
.burger-menu::before {
  content: "";
  border: none !important;
  width: 18px;
  top: 14px;
  background: #193021;
  position: absolute;
  height: 2px;
  left: 9px;
  transition: transform 0.3s ease-in-out;
}

.burger-menu::before {
  top: 20px;
}

.mobile-menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.mobile-menu ul {
  padding-left: 0;
}
.mobile-menu ul a {
  color: #fff !important;
  opacity: 0.7;
  font-weight: 700 !important;
  padding-top: 5px;
}
.mobile-menu ul li {
  display: flex;
  flex-direction: column;
}
.mobile-menu .sub-menu {
  padding-left: 20px;
}
.mobile-menu .sub-menu a {
  opacity: 1;
}
.mobile-menu li.menu-item-has-children {
  padding: 5px 0 15px 0;
}

.mobile-menu-wrap {
  background: #15363C;
  color: #fff;
  height: auto;
  padding: 17px 32px 0px 32px;
}

.mobile-menu-list {
  padding-top: 32px;
}

.mobile-menu.active {
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  transition: height 0.7s ease-in-out;
}

.mobile-menu.active .burger-menu::before {
  transform: rotate(45deg);
}

.mobile-menu.active .burger-menu::after {
  transform: rotate(-45deg);
}

.close-menu {
  position: absolute;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 20px;
  background: #fff !important;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1004px) {
  .close-menu {
    right: 5px;
  }
}
@media (max-width: 575px) {
  .close-menu {
    right: 20px;
  }
}

.close-menu::after,
.close-menu::before {
  content: "";
  border: none !important;
  width: 18px;
  top: 17px;
  background: #193021;
  position: absolute;
  height: 2px;
  left: 9px;
}

.close-menu::after {
  transform: rotate(45deg);
}

.close-menu::before {
  transform: rotate(-45deg);
}

.mobile-menu.active .close-menu {
  transform: rotate(180deg);
}

.mobile-menu__search {
  height: 36px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-right: 45px;
}
.mobile-menu__form {
  display: flex;
  align-items: center;
}
.mobile-menu__search-field {
  height: 34px;
  color: #fff;
  background: transparent;
  width: 100%;
  border: none !important;
  padding: 6px 0px 6px 12px;
  outline: none;
}
.mobile-menu__search-field::-webkit-search-cancel-button, .mobile-menu__search-field ::-webkit-search-clear-button {
  display: none;
}
.mobile-menu__search-submit {
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
.mobile-menu__search-icon {
  width: 14px;
}

div#get-service-modal.fade {
  transition: opacity 0.15s linear;
}

div#get-service-modal.show {
  opacity: 1 !important;
}

.modal.show .modal-dialog {
  transform: none !important;
}

.modal-content {
  position: relative;
  pointer-events: auto;
  outline: 0;
}

.navigation-container .page-numbers {
  color: #000;
}

.cart-item .product-name a {
  color: #000;
}

.wrapper {
  padding: 0px !important;
}

.cloudshop-title {
  color: #1D1E1E;
  font-size: 56px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100%;
  text-align: center;
  padding-bottom: 90px;
}

.cloudshop-hero {
  background-color: #DBEDF0;
}

.hero-background {
  position: absolute;
  top: 105px;
  max-width: 1200px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-background {
    display: none;
  }
}

.cloudshop-breadcrumbs {
  padding-top: 100px;
  display: flex !important;
  color: rgba(29, 30, 30, 0.25);
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}

.cloudshop-breadcrumbs-arrow {
  width: 14px;
  height: 8px;
  margin-top: 4px;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .cloudshop-breadcrumbs-arrow {
    height: 6px;
  }
}

.cloudshop-slider {
  background: linear-gradient(#DBEDF0 50%, #ffffff 50%);
}

.shop-slider {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  border-radius: 20px;
  background: #F4F9F8;
}
.shop-slider .swiper-slide {
  padding: 0 20px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .shop-slider .swiper-slide {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .shop-slider .swiper-wrapper {
    margin-bottom: 30px;
  }
}

.shop-slider-image-col {
  width: 55%;
}
@media (max-width: 1024px) {
  .shop-slider-image-col {
    width: 100%;
  }
}

.shop-slider-content-col {
  margin-left: 60px;
  width: 45%;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .shop-slider-content-col {
    margin-left: 0px;
    width: 100%;
    padding: 10px 0px 0px 0px;
  }
}
.shop-slider-content-col p {
  color: #1D1E1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .shop-slider-content-col p {
    font-size: 27px;
  }
}
.shop-slider-content-col a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #193021;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 25px 15px 25px;
  border-radius: 100px;
  background: #96E269;
}

.swiper-shop-pagination {
  position: absolute;
  left: 57% !important;
  bottom: 25px !important;
}
@media (max-width: 1024px) {
  .swiper-shop-pagination {
    left: 20px !important;
    bottom: 10px !important;
  }
}
.swiper-shop-pagination .swiper-pagination-bullet {
  background: #c3c5c9;
}
.swiper-shop-pagination .swiper-pagination-bullet-active {
  background: #96E269;
}

.cloudshop-category {
  background: linear-gradient(#DBEDF0 50%, #ffffff 50%);
  z-index: 1;
  margin-bottom: 90px;
}

.cloudshop-category-wrap {
  padding: 0px 0 0px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cloudshop-category-item {
  z-index: 1;
  border-radius: 80px;
  width: 100%;
  max-width: 230px;
  height: 86px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px;
  color: #1D1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 650px) {
  .cloudshop-category-item {
    max-width: none;
  }
}

.cloudshop-category-image {
  width: 76px;
  height: 76px;
}

.cloudshop-category-text {
  margin: 0;
  padding-right: 8px;
}

.shop-filter {
  padding-right: 20px;
}
.shop-filter .wpfFilterTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.shop-filter .wpfPriceInputs input, .shop-filter .wpfPriceInputs span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}
.shop-filter .wpfPriceFilterRange {
  border: none !important;
  height: 2px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.shop-filter .wpfPriceFilterRange .ui-slider-handle {
  background: #193021 !important;
  border-radius: 50% !important;
  width: 13px;
  height: 13px;
}
.shop-filter .wpfPriceFilterRange .ui-slider-range {
  height: 2px;
  background: #193021 !important;
}
.shop-filter .wpfFilterButtons {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .shop-filter .wpfFilterButtons {
    justify-content: flex-end;
  }
}
.shop-filter .wpfFilterButtons .wpfButton {
  min-height: 36px;
  color: #193021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 25px 8px 25px;
  border-radius: 20px;
  width: 100%;
  margin: 0;
}
.shop-filter .wpfFilterButtons .wpfButton:first-child {
  margin-left: 10px;
}
.shop-filter .wpfFilterButtons .wpfClearButton {
  background: #F4F9F8;
}
.shop-filter .wpfFilterButtons .wpfFilterButton {
  background: #96E269;
}

.wpfFilterButtons:after {
  display: none !important;
}

@media (max-width: 768px) {
  .sidebar-cloudshop {
    width: 100% !important;
  }
  .shop-filter {
    padding-right: 0px;
  }
}
.sidebar-delivery {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 8px 25px;
  margin: 40px 0 10px 0;
  color: #193021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-delivery img {
  width: 11px;
}

.product-item-wrap {
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-product-info-wrap .img-wrapper img {
  padding: 5px;
  border-radius: 20px;
}

.product-item .product-info {
  padding: 20px 20px 0 !important;
}

.product-item .title {
  color: #1D1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 130%;
  margin-bottom: 5px !important;
}

.product-price-block {
  padding: 20px 20px 20px;
}

.product-price {
  color: #1D1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.product-cart-link {
  margin-top: 10px;
  padding: 7px 25px 8px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  color: #193021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}
.product-cart-link img {
  width: 10px;
  margin-right: 10px;
}
.product-cart-link:hover {
  background: #96E269;
  border: 1px solid #96E269;
}

.product-item .product-item-wrap {
  position: relative;
  overflow: visible !important;
}

.product-item .info-list {
  color: #2A332D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 10px 10px 20px 35px !important;
  max-height: 0;
  opacity: 0;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  top: 96%;
  left: 0;
  transition: max-height 0.9s ease, opacity 0.3s ease;
  background: #fff;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top: unset;
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.05);
}
.product-item .info-list li {
  opacity: 0.7;
}

.product-item .product-item-wrap:hover {
  border: none;
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.product-item .product-item-wrap:active {
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.product-item-wrap:hover .info-list {
  width: 100%;
  opacity: 1;
  max-height: 1000px;
  top: 96%;
  left: 0;
  z-index: 100;
}

.sale-price-wrapper {
  display: flex;
}

.regular-price-line {
  text-decoration: line-through;
  color: rgba(29, 30, 30, 0.2);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 2px 0 0 7px;
}

.sale-price {
  color: #FF7B51;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sale-btn {
  position: absolute;
  top: 15px;
  padding: 4px 10px;
  border-radius: 100px;
  background: #FF7B51;
  color: #F4F9F8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: normal;
}

.top-btn {
  position: absolute;
  top: 16px;
  padding: 3px 10px;
  border-radius: 100px;
  left: 21px;
  background: #7E58C5;
  color: #F4F9F8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: normal;
}

.sort-container {
  justify-content: flex-end !important;
}

.drop-btn-bold {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0px 10px 0px 10px;
}

.drop-btn-normal {
  opacity: 0.7;
}

.drop-block.right .drop-menu {
  right: -5px !important;
}

.navigation-container ul.page-numbers a.current, .navigation-container ul.page-numbers span.current {
  color: #000 !important;
  background: #96E269 !important;
  border-color: transparent !important;
}

.navigation-container ul.page-numbers a, .navigation-container ul.page-numbers span {
  text-align: center;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.navigation-container ul.page-numbers li {
  cursor: pointer;
}

.navigation-container ul.page-numbers a:hover, .navigation-container ul.page-numbers span:hover {
  color: #000 !important;
  background: #96E269 !important;
  border-color: transparent !important;
  box-shadow: 0 6px 15px rgba(5, 41, 69, 0.15);
}

.navigation-container ul.page-numbers a.next:not(:hover), .navigation-container ul.page-numbers a.prev:not(:hover), .navigation-container ul.page-numbers span.next:not(:hover), .navigation-container ul.page-numbers span.prev:not(:hover) {
  background: #F4F6F9 !important;
}

.navigation-container ul.page-numbers .icon {
  color: #000 !important;
}

.data-href {
  cursor: pointer;
}

/* new css */
.breadcrumbs-container .breadcrumbs-list a:hover {
  color: rgba(0, 0, 0, 0.6196078431) !important;
}

.variation {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.variation-buttons {
  background: #F4F9F8;
  border-radius: 100px;
}

.variation-button {
  cursor: pointer;
  text-transform: capitalize;
  background: #F4F9F8;
  border: none;
  border-radius: 100px;
  color: #193021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 6px 15px;
  transition: 0.3s;
}

.variation-button.active {
  background: #193021;
  color: #F4F9F8;
}

.product__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .product__row {
    flex-direction: column;
  }
}
.product__col {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product__col {
    width: 100%;
  }
}
.product-page .gallery-carousel .img-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .nav-gallery-carousel .img-wrapper {
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page h1 {
  color: #1D1E1E;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px !important;
}

.sku {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.3;
}

.product-page .stock-sku-block .in-stock {
  color: #96E269 !important;
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
}

.product-page .radio-block {
  padding-top: 20px;
  margin: 0px;
}

.product-page .stock-sku-block {
  border-radius: 20px;
  background: #F4F9F8;
  padding: 20px;
  margin-bottom: 20px !important;
}

.product-page .price-wrapper .count-col {
  display: flex;
  gap: 20px;
  padding: 26px 0;
}

.product-page .price-block {
  border-radius: 50px;
  background: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  min-height: 30px;
  margin-bottom: 0 !important;
}

.product-page .price-wrapper .count {
  color: #000;
  text-align: center;
  font-size: 16px !important;
  font-weight: 600;
}

.product-page .price-wrapper .count-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.product-page .price-wrapper .price {
  color: #1D1E1E !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 110% !important;
}

.product-page .price-wrapper {
  display: block !important;
  border: none !important;
  border-radius: 20px;
  background: #F4F9F8;
  padding: 0px 20px 20px 20px !important;
}

.product-page .price-wrapper .minus:hover, .product-page .price-wrapper .plus:hover {
  background: #fff;
}

.product-page .price-wrapper .total-price-column {
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 30px;
}

.product-page .price-wrapper .total-price-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.3;
  padding: 0px 10px 0px 20px;
}

.product-page .price-wrapper .total-price {
  color: #1D1E1E !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
  margin: 0 !important;
  min-width: 100px;
}

.product-page .price-wrapper .total-price-btn {
  border-radius: 100px;
  background: #96E269;
  padding: 10px 25px !important;
  margin-left: 20px;
}

.product-page .total-wrapper {
  display: inline-block;
}

.product-page .product-conditions-link {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  color: #193021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-page .product-conditions-link img {
  width: 11px;
  margin-left: 10px;
}

.product-page .color-radio .radio-input:checked + .radio:before {
  border-color: #96E269 !important;
}

.product-page .color-radio .radio:hover:before {
  border-color: #96E269 !important;
}

.product-page .radio-block .color-radio {
  margin-bottom: 0px !important;
}

.product-page .price-wrapper .title {
  margin-bottom: 10px !important;
}

.product-page .color-radio .radio {
  width: 24px !important;
  height: 24px !important;
}

.product-page .color-radio .radio:before {
  width: 38px !important;
  height: 38px !important;
}

.product-page .glide__bullets .glide__bullet.glide__bullet--active {
  background: #96E269;
  border-color: #96E269;
}

.product-page .license-radio .radio-input:checked + .license-radio-label:before {
  background: #000 !important;
}

.product-page .license-radio .radio-input:checked + .license-radio-label {
  color: #F4F9F8;
}

.product-page .license-radio .license-radio-label:hover {
  color: #F4F9F8;
}

.product-page .license-radio .license-radio-label:hover:before {
  background: #000 !important;
}

.product-page .license-radio-wrap {
  display: inline-flex;
  height: 30px;
  border-radius: 100px;
  background: #FFF;
}

.product-page .license-radio .license-radio-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 30px;
  z-index: -1;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  transition: border-color 0.2s ease-in-out;
}

.product-page .license-radio .license-radio-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  height: 30px;
  width: 100%;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}

.product-page .license-radio .radio-input {
  display: none;
}

.product-page .product-sale-price {
  color: #FF7B51;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.product-page .product-regular-price {
  text-decoration: line-through;
  color: rgba(29, 30, 30, 0.2);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 2px 0 0 7px;
}

.product-page .product-price {
  display: flex;
}

.product-page .eu-warehouse-delivery {
  color: #96E269 !important;
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
}

.product-page .product-info {
  border-radius: 20px;
  background: #DBEDF0;
  padding: 50px 34px;
}

.product-page .product-info-title {
  margin-bottom: 30px;
  color: #1D1E1E;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.product-page .product__col {
  font-weight: 600;
}

.product-page .product-spec {
  margin-top: 20px;
  border-radius: 20px;
  background: #F4F9F8;
  padding: 50px 34px;
}

.product-page .table tr:first-of-type td {
  border: none;
}

.product-page .table {
  margin-bottom: 0 !important;
  color: #000;
  font-size: 18px !important;
  line-height: 130% !important;
}

.product-page .table td:last-of-type {
  font-weight: 500 !important;
}

.product-page .table p:nth-child(odd) {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.product-page .table p:nth-child(even) {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.carousel-container .carousel-title {
  text-align: left !important;
  color: #1D1E1E !important;
  font-size: 49px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  margin-bottom: 15px !important;
}

.carousel-container .product-item-wrap:hover .info-list {
  opacity: 0 !important;
}

.carousel-container .glide__arrows, .glide__arrows {
  justify-content: start !important;
  margin-bottom: 110px;
}

.carousel-container .glide__arrow {
  background: #F4F6F9 !important;
  color: #000 !important;
  margin: 0px 5px !important;
}

.carousel-container .glide__arrow:hover {
  color: #000 !important;
  background: #96E269 !important;
}

.product-page .product-form {
  margin-bottom: 20px;
}

.product-page .product-form-wrap {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background-color: #1FCBCC;
}
.product-page .product-form-wrap .product-form-image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 312px;
}
@media (max-width: 1024px) {
  .product-page .product-form-wrap .product-form-image {
    display: none;
  }
}
.product-page .product-form-wrap fieldset {
  max-width: none;
}
@media (max-width: 520px) {
  .product-page .product-form-wrap fieldset {
    width: 100%;
  }
}
.product-page .product-form-wrap fieldset.form-columns-2 label {
  display: none;
}
.product-page .product-form-wrap fieldset.form-columns-1 label {
  display: none;
}
.product-page .product-form-wrap label.hs-form-booleancheckbox-display {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5647058824);
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block !important;
}
.product-page .product-form-wrap label.hs-form-booleancheckbox-display input[type=checkbox] {
  margin: 4px 0;
}
.product-page .product-form-wrap .legal-consent-container ul {
  list-style: none;
  padding-left: 0px;
}
.product-page .product-form-wrap input {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 8px 20px;
}
.product-page .product-form-wrap input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  opacity: 0.6;
}
.product-page .product-form-wrap input::placeholder {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  opacity: 0.6;
}
@media (max-width: 520px) {
  .product-page .product-form-wrap input {
    width: 100%;
  }
}
.product-page .product-form-wrap form {
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-form-wrap input[type=submit] {
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
}
@media (max-width: 520px) {
  .product-page .product-form-wrap .hs-input {
    width: 100% !important;
  }
}
.product-page .product-form-wrap .hs_submit.hs-submit {
  display: block;
  width: 100%;
}

.product-page .product-form-box-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
}

.product-form ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}

.product-form .hs-richtext {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
  opacity: 0.6;
}
.product-form .hs-richtext p {
  margin: 0;
}
.product-form .hs-richtext a {
  text-decoration: underline !important;
  color: #000;
}

.product-page .product__anchor {
  display: flex;
  gap: 5px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .product-page .product__anchor {
    flex-direction: column;
  }
}

.product-page .product__anchor-item {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 6px 24px;
  border-radius: 100px;
  transition: 0.4s;
}
.product-page .product__anchor-item:first-child {
  border-radius: 100px;
  background: #000;
  color: #fff;
}
.product-page .product__anchor-item:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .product-page .product__anchor-item {
    background: #fafafa;
  }
}

.woocommerce-message {
  background: #f7f6f7 !important;
  border-radius: 10px;
  padding: 1em 2em 1em 3.5em !important;
  border-top-color: #96E269 !important;
}
.woocommerce-message a.button.wc-forward {
  color: #000;
}

.woocommerce-message a.button.wc-forward {
  color: #96e269 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 120% !important;
}

@media (max-width: 768px) {
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    padding: 16px 53px !important;
  }
  .woocommerce-message a.button.wc-forward {
    margin-top: 15px;
    border: 2px solid;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
    text-align: center;
  }
}
.woocommerce-error {
  border-radius: 10px;
  border-top-color: #eb5757 !important;
}

.woocommerce-message::before {
  color: #96E269 !important;
}

.woocommerce-error::before {
  color: #eb5757 !important;
}

.woofc-area {
  max-width: 815px !important;
}
.woofc-area .woofc-inner {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.woofc-area .woofc-area-top {
  background-color: #ffffff !important;
  border-radius: 20px;
  margin-top: 10px;
}
.woofc-area .woofc-close i {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 4px 4px 5px 5px;
  border-radius: 50%;
}
.woofc-area .woofc-area-mid {
  margin: 0 !important;
  padding: 0 !important;
}
.woofc-area .woofc-area-heading {
  text-transform: capitalize !important;
  color: #1D1E1E;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.woofc-area .woofc-item-inner {
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px !important;
  padding: 10px !important;
}
@media (max-width: 630px) {
  .woofc-area .woofc-item-inner {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}
.woofc-area .woofc-item-qty.woofc-item-qty-plus-minus {
  border-radius: 14px !important;
  background: #F4F9F8 !important;
  padding: 24px 10px !important;
  margin-right: 10px;
}
.woofc-area .woofc-item-qty .woofc-item-qty-inner input {
  font-size: 16px !important;
  background: transparent !important;
  color: #000 !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}
.woofc-area span.woofc-item-qty-minus, .woofc-area span.woofc-item-qty-plus {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50% !important;
  font-size: 20px !important;
  background: transparent !important;
}
.woofc-area .woofc-item-price-small {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.woofc-area .woofc-item-price-large {
  color: #1D1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.woofc-area .woofc-item-info {
  max-width: 400px;
}
@media (max-width: 630px) {
  .woofc-area .woofc-item-info {
    width: 100%;
    max-width: none;
    margin: 10px 0px 5px 0px;
  }
}
.woofc-area .woofc-pricing {
  width: 130px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 14px !important;
  background: #F4F9F8 !important;
}
@media (max-width: 768px) {
  .woofc-area .woofc-pricing {
    margin-right: 10px;
  }
}
.woofc-area .separator {
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0.06;
  margin: 10px 0;
}
.woofc-area .woofc-item-info .woofc-item-title a {
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 130% !important;
}
.woofc-area .woofc-item-thumb img {
  border-radius: 14px !important;
}
.woofc-area .woofc-area-bot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.woofc-area .woofc-continue {
  margin-top: 0px !important;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 25px !important;
}
.woofc-area .woofc-continue .woofc-continue-url {
  text-transform: unset !important;
  border-bottom: none !important;
  color: #000 !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 560px) {
  .woofc-area .woofc-data {
    flex-direction: column;
    gap: 10px;
  }
}
.woofc-area .woofc-data-right {
  display: flex;
  background: #96E269;
  border-radius: 100px;
  width: 55%;
}
@media (max-width: 560px) {
  .woofc-area .woofc-data-right {
    width: 100%;
    margin-left: 0 !important;
  }
}
.woofc-area .woofc-data-right .woofc-action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  padding: 0 !important;
}
@media (max-width: 560px) {
  .woofc-area .woofc-data-right .woofc-action {
    width: auto;
    margin: 0 auto !important;
  }
}
.woofc-area .woofc-data-right .woocs_special_price_code {
  text-align: center;
  width: 50%;
}
.woofc-area .woofc-data-right .woocommerce-Price-amount {
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  padding: 0 25px !important;
  line-height: 38px;
}
.woofc-area .woofc-data-right .woofc-action-cart {
  width: 50%;
  padding: 0 25px !important;
  border: none !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 110%;
  text-transform: unset !important;
}
.woofc-area .woofc-data-right .separator-col {
  width: 1px;
  background: #F4F9F8;
  opacity: 0.2;
}
.woofc-area .woofc-no-item {
  position: relative;
  text-align: left !important;
  padding: 0px 20px !important;
  min-height: 289px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.woofc-area .no-item-image {
  position: absolute;
  width: 693px;
  height: 289px;
  right: 0px;
  top: 0;
}
@media (max-width: 520px) {
  .woofc-area .no-item-image {
    right: -140px;
  }
}
.woofc-area a.go-to-catalog-button {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 100px;
  padding: 10px 25px;
  background: #96E269;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

@media (max-width: 1004px) {
  .col-4.col-lg-3.d-md-block.sidebar-cloudshop {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}
.woocommerce {
  max-width: 100% !important;
  padding: 0 !important;
}

.cart-page {
  background: #F4F9F8;
}

.cart-page-message .woocommerce-notices-wrapper {
  padding: 80px 0 30px 0;
}
.cart-page-message .woocommerce-message {
  margin: 0 !important;
}
.cart-page-message .woocommerce-message, .cart-page-message .woocommerce-error, .cart-page-message .woocommerce-info {
  background: #fff !important;
}

.cart-back-link, .checkout-back-link {
  display: flex;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

.checkout-breadcrumbs {
  padding-top: 100px;
}

.cart-breadcrumbs-text, .checkout-breadcrumbs-text {
  color: rgba(29, 30, 30, 0.25);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-title {
  margin: 30px 0 50px 0;
  color: #1D1E1E;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.cart-global-container {
  display: flex;
  gap: 20px;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .cart-global-container {
    flex-direction: column !important;
  }
}

.cart-items-container {
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 860px;
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .cart-items-container {
    max-width: none !important;
  }
}

.cart-item {
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-top: 20px;
  margin-bottom: 0 !important;
  padding: 10px;
}
@media (max-width: 1024px) {
  .cart-item {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (max-width: 576px) {
  .cart-item {
    margin: 0px 0px 15px !important;
  }
}

.cart-item:first-child {
  margin-top: 0;
}

.cart-total-container {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .cart-total-container {
    max-width: none !important;
  }
}

.cart-total {
  padding: 20px;
  border-radius: 20px;
  background: #DBEDF0;
}
.cart-total .cart-total-title {
  color: #1D1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
.cart-total .cart-total-price {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.cart-total .separator {
  display: block;
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0.06;
}
.cart-total .cart-order-button {
  display: inline-block;
  border-radius: 100px;
  background: #96E269;
  padding: 10px 25px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.cart-delivery {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  padding: 8px 25px;
  margin: 20px 0 10px 0;
  color: #193021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-delivery img {
  width: 11px;
}

.cart-item .delete-button {
  position: absolute;
  top: -10px !important;
  left: -10px !important;
  z-index: 1;
  width: 25px !important;
  height: 25px !important;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.cart-item .image-wrap {
  padding: 0 !important;
  height: 80px !important;
  width: 130px !important;
}
.cart-item .image-wrap img {
  border-radius: 14px;
  height: 80px !important;
  width: 130px !important;
}
@media (max-width: 750px) {
  .cart-item .image-wrap {
    margin-right: 0px !important;
  }
}

.cart-item .product-name {
  color: #000;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 4px !important;
}

.cart-item .info-block {
  padding: 0 20px 0 14px !important;
}

.cart-item .count-wrap {
  border: none !important;
  border-radius: 14px;
  background: #F4F9F8;
  padding: 22px 10px !important;
  max-height: 80px;
}
@media (max-width: 1024px) {
  .cart-item .count-wrap {
    margin-bottom: 0px !important;
  }
}

.cart-item .count-wrap .minus, .cart-item .count-wrap .plus {
  background: transparent !important;
}

@media (max-width: 1024px) {
  .cart-item .left-col {
    padding: 0 30px 20px !important;
  }
}
@media (max-width: 750px) {
  .cart-item .left-col {
    padding: 0px !important;
  }
}

.cart-item .left-col, .cart-item .right-col {
  align-items: flex-start !important;
}

.cart-item .right-col {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .cart-item .right-col {
    width: 100% !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
}

.item-price {
  margin-left: 10px;
  width: 100%;
  max-width: 130px;
  border-radius: 14px;
  background: #F4F9F8;
  padding: 14px 10px 10px 12px;
}
@media (max-width: 576px) {
  .item-price {
    max-width: none;
  }
}
.item-price .price-pcs {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.item-price .price-total {
  color: #1D1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.item-price .separator {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0.06;
  margin: 4px 0;
}

.cart-bottom-block .btn-blue, .cart-bottom-block .btn-blue:hover {
  color: #000;
  background-color: #96E269;
  border-color: #96E269;
}

li.wc_payment_method {
  list-style: none;
}

.woocommerce-checkout-payment .place-order {
  display: none !important;
}

.tab {
  margin-bottom: 110px;
}

.tab-title {
  margin: 0 !important;
  color: #1D1E1E;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .tab-title {
    font-size: 36px;
  }
}

.tab-headling {
  margin: 30px 0 50px 0;
  gap: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .tab-headling {
    flex-direction: column;
    gap: 20px;
  }
}

.steps-info {
  width: 100%;
  max-width: 570px;
}

.steps-row_elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.steps-row_text {
  display: flex;
  justify-content: space-between;
}

.steps-circle {
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  background-color: #DBEDF0;
}

.steps-accent-background {
  background-color: #96E269 !important;
  opacity: 1 !important;
}

.steps-line {
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}

.steps-text {
  text-align: center;
  width: 33.33%;
  margin: 10px 0 0 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.steps-text:first-child {
  text-align: left;
}

.steps-text:last-child {
  text-align: right;
}

.tab-fields-container {
  background: #F4F9F8;
  border-radius: 20px;
}

.tab-fields {
  margin: 0 auto;
  padding: 40px 15px 20px 15px;
  max-width: 530px;
  width: 100%;
}

.form-control {
  border-radius: 26px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 9px 20px !important;
}

.form-control[required] + .star {
  color: #000 !important;
  height: 10px;
  right: 20px !important;
  font-size: 18px !important;
}

.tab-button {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.tab-button .button {
  padding: 10px 25px !important;
  border-radius: 100px !important;
  background: #96E269 !important;
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
@media (max-width: 550px) {
  .tab-button .button {
    font-size: 18px !important;
  }
}

.tab-second {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.tab-second .col {
  border-radius: 20px;
  background: #F4F9F8;
  padding: 40px;
  flex: 1;
}
@media (max-width: 560px) {
  .tab-second .col {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .tab-second {
    flex-direction: column;
  }
}

ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}

li.wc_payment_method {
  background: #fff;
  padding: 0 10px;
  border-radius: 25px;
}

.wc_payment_method input:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #DBEDF0 !important;
  width: 32px !important;
  height: 32px !important;
  left: -1px !important;
  top: -1px !important;
}

.wc_payment_method input:checked::after {
  background: #96E269 !important;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  top: 5px !important;
  left: 5px !important;
  margin-top: 0px !important;
}

li.wc_payment_method.payment_method_bacs {
  margin-bottom: 20px !important;
}

body li.wc_payment_method.payment_method_revolut_cc {
  margin-bottom: 20px !important;
}

.wc_payment_method input.input-radio {
  margin-right: 10px !important;
}

.checkout-form .inputs-wrap {
  margin: 0 !important;
}

.checkout-form .total-wrapper .total-price {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}

.checkout-form .woocommerce-privacy-policy-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.checkout-form .woocommerce-privacy-policy-text a {
  color: #1FCBCC;
}

.checkout-form .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-grid;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.checkout-form .woocommerce-terms-and-conditions-checkbox-text a {
  color: #000;
}

.checkout-form .required {
  color: #000 !important;
}

.tab-button .back-btn {
  background: #F4F9F8 !important;
  margin-right: 10px !important;
}

.tab-thanks-container {
  padding: 80px 0 110px 0;
}

.tab-thanks-headling {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tab-thanks-headling {
    flex-direction: column;
  }
}

.tab-thanks {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  .tab-thanks {
    margin-top: 40px;
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.tab-thanks-info {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .tab-thanks-info {
    margin-top: 20px;
  }
}

.tab-thanks-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.tab-thanks-buttons {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .tab-thanks-buttons {
    gap: 10px;
  }
  .tab-thanks-buttons a {
    width: 100%;
  }
}
.tab-thanks-buttons a {
  padding: 10px 25px;
  background: #F4F9F8;
  border-radius: 100px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.tab-thanks-image {
  background: #F4F9F8;
  border-radius: 10px;
  width: 100%;
  max-width: 570px;
}
@media (max-width: 768px) {
  .tab-thanks-image {
    max-width: none;
  }
}

input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.main-image {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  width: 100%;
  max-width: 630px;
  overflow: hidden;
  padding-bottom: 59.52%;
}
.main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
@media (max-width: 768px) {
  .main-image {
    max-width: 100%;
  }
}

.thumbnail-store-container {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;
}
@media (max-width: 550px) {
  .thumbnail-store-container {
    gap: 5px;
  }
}

.thumbnail-store {
  cursor: pointer;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 110px;
  overflow: hidden;
}
.thumbnail-store img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  .gallery-container {
    margin: 0 !important;
  }
}

.general-image {
  position: relative;
}

.arrow-container {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 10px;
}
.arrow-container .arrow {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.arrow-container .arrow-left {
  left: 10px;
}
.arrow-container .arrow-left img {
  height: 14px;
  transform: rotate(180deg);
}
.arrow-container .arrow-right {
  right: 10px;
}
.arrow-container .arrow-right img {
  height: 14px;
}

.cloudstore-menu {
  list-style: none;
  padding-left: 0;
}
.cloudstore-menu a {
  color: #1D1E1E;
}
.cloudstore-menu li {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.cloudstore-menu .bold {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.cloudstore-menu .sub-menu {
  padding: 0;
  list-style: none;
}
.cloudstore-menu > li > a {
  display: inline-block;
  margin-bottom: 10px;
}