.section-checkout .blockUI,
.woocommerce-cart-form .blockUI {
  opacity: 1 !important;
  background: rgba(255, 255, 255, .6) !important;
}

#shipping_country_field,
.woocommerce-checkout-payment .blockUI:after,
.woocommerce-checkout-payment .blockUI:before {
  display: none !important;
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
  width: auto !important;
}

.woocommerce-MyAccount-navigation {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #6A963F;
}

.set-mb {
  margin-bottom: 20px;
}

.inputs-set .form-group.full {
  width: calc(100% - 20px);
}

.form-group small {
  font-size: 80%;
  padding-top: 5px;
  display: block;
}

.woocommerce-MyAccount-navigation a:hover {
  text-decoration: underline;
}

.woocommerce-customer-details,
.woocommerce-order-details {
  margin-top: 40px;
}

.lost_password a:hover {
  text-decoration: underline;
}

.lost_password {
  padding: 10px 0 30px;
  font-size: 80%;
}

.section-checkout .blockUI:before,
.woocommerce-cart-form .blockUI:before,
.loading .products-row:before {
  border: 8px solid #fff;
  border-top: 8px solid #6A963F;
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  top: 40px;
  bottom: 0;
  position: absolute;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.section-checkout .blockUI:after,
.woocommerce-cart-form .blockUI:after,

.loading .products-row:after {
  box-shadow: 0px 9px 10px -4px rgb(0 0 0 / 8%);
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  top: 40px;
  bottom: 0;
  position: absolute;
}

.section-cart.text-center .h3 {
  margin-bottom: 20px;
}

.section-cart.text-center {
  text-align: center;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.checkout-summary .wc_payment_methods,
.checkout-summary .woocommerce-shipping-totals {
  display: none;
}

.loading .products-row .product-item {
  opacity: .2;
}

.woocommerce form .form-row .required {
  display: none;
}

.payment-country-select {
  display: none;
}

label .optional {
  display: none;
}

.checkif label.checkbox {
  font-size: 0;
}

.variations {
  width: 100%;
}

.loading .products-row {
  position: relative;
}

.slider-bar .s-label.from {
  min-width: 54px;
}

.slider-bar .s-label.to {
  min-width: 63px;
}

.gallery-w .badges {
  flex-wrap: wrap;
}

.wpcf7-form .form-group {
  margin-top: 30px;
}

@media (max-width: 1150px) {
	.m-none {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.m-only {
		display: none !important;
	}
}
@media (min-width: 768px) {
  .related-item .price.deal .off {
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 20px;
  }

  .related-item .price.deal del {
    font-size: 14px;
    line-height: 21px;
    margin-top: -5px;
  }

  .related-item .meta .price.deal {
    margin-top: 15px;
  }

  .related-item .meta .price.deal .current {
    line-height: 22px;
    margin: 8px 0;
    font-size: 24px;
  }
}

.wpcf7-form.sent .form-group {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #DE645D;
  padding-top: 2px;
}

.wpcf7-response-output {
  padding-top: 15px;
}

.wpcf7-not-valid {
  border-color: #DE645D !important;
}

.seach-form {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.seach-form .form-group {
  flex-grow: 1;
  margin-bottom: 0;
  padding-right: 20px;
}

@media (max-width: 767.98px) {

  .seach-form .form-group {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .seach-form {
    display: block;
  }

  .related-item .meta .price.deal {
    margin-bottom: -30px;
    margin-top: -10px;
  }
}

input.btn {

  border-radius: 30px;
}

.cart-item .desc p {
  flex-grow: 1;
}

.includes_tax {
  display: none;
}

.coupon-set {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-left: 15px;
}

.coupon-set .form-group {
  margin: 0 10px 0 0;
}

.woocommerce-cart-form__contents {
  width: 100%;
}

.review-item .author {
  padding-right: 10px;
}


.testimonials-item .image img {
  border-radius: 3px;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) * {
  pointer-events: none;
}

.cat-item img {
  min-height: 10px;
}

.testimonials-item .full-c {
  display: none;
}
.variations label,
.form-group-custom label {

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #464646;
  display: block;
}

.section-gallery .hgallery-set {
  position: relative;
}
.section-gallery .hgallery-set:before {
  position: absolute;
  left: 100%;
  width: 100%;
  content: "";
  margin-left: 10px;
  top: 0;
  bottom: 0;
  background: #20241B;
  opacity: .5;
  z-index: 9;
}

.woocommerce-info a,

.woocommerce-error a {
  text-decoration: underline;
  margin-right: 10px;
}

.woocommerce-info {
  background: #E0EEFD;
  border: 2px dashed #BFD3E8;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-family: 'DM Sans', sans-serif;;
  margin: 40px auto 20px;
  width: 1240px;
  max-width: 100%;
  padding: 24px;
  letter-spacing: -0.02em;

  color: #4A5A6B;
}

.woocommerce-error {

  background: #FCE6E2;
  border: 2px dashed #E8CAC8;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin: 40px auto 20px;
  width: 1240px;
  max-width: 100%;
  padding: 24px;
  letter-spacing: -0.02em;

  color: #DE645D;
}

#reply-title {
  margin-bottom: 30px;
  display: block;
}

.variations,
.form-group-custom {
  position: relative;
  margin-bottom: 30px;
}

.instant {
  transition: none !important;
}

.variations tbody,
.variations tr,
.variations th,
.variations td,
  .variations {
  display: block;
}

.section-p-details .sidebar .price {
  line-height: 1;
}

.custom-select .current {
  height: auto;min-height: 34px;
  white-space: normal;
}

.products-row .product-item .price {
  padding-left: 10px;
  padding-right: 10px;
}

.testimonials-slider .swiper {
  position: sticky;
  top: 120px;
}

.alone .body {
  overflow: visible;
}

.entry p > a {
  color: #6A963F;
  text-decoration: underline;
}
.entry p > a:hover {
  text-decoration: none;
}

.form-group input.error {
  border-color: red;
}

[data-product_id="748"] [for="duru-plotis"] + .custom-select,[data-product_id="748"]  
  [for="duru-plotis"] {
  display: none;
}

.error-label {
  font-size: 80%;
  margin-top: 1em;
  display: none;
  color: red;
}