/*
Theme Name:     Popay
Theme URI:      n/a
Template:       kadence
Author:         Ivo Yanchev
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* Upsell Products Slider Styles */
.nxt-upsell-slider {
  margin-top: 20px;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  width: 379px;
}

.nxt-upsell-slider-header {
  margin-bottom: 15px;
}

.nxt-upsell-slider-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: center;
}

.nxt-upsell-slider-container {
  position: relative;
  overflow: hidden;
}

.nxt-upsell-slider-wrapper {
  overflow: hidden;
  width: 358px;
  margin: 0 auto;
}

.nxt-upsell-slider-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
  width: max-content;
}

.nxt-upsell-slider-item {
  position: relative;
  flex: 0 0 auto;
  background: #fff;
  padding: 10px 24px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: start;
  gap: 10px;
  min-width: 0;
}

.nxt-upsell-slider-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.nxt-upsell-slider-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nxt-upsell-slider-item-name {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nxt-upsell-slider-item-price {
  font-size: 13px;
  font-weight: 600;
  color: #2b885e;
  margin: 0;
}

/* Variation select styles removed since we now show individual variations as separate products */

.nxt-upsell-slider-item-add-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 16px;
  padding: 14px 10px;
  font-size: 10px;
  border: none;
  background: #2b885e;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.2s ease;
  position: relative;
}

.nxt-upsell-slider-item-add-btn:hover {
  color: #fff;
  background: #2b885e;
}

.nxt-upsell-slider-item-add-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.nxt-upsell-slider-item-add-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Spinner animation for add to cart button */
.button-spinner {
  animation: spin 1s linear infinite;
  font-size: 12px;
  color: #fff;
}

.button-text {
  font-size: 10px;
  color: #fff;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.nxt-upsell-slider-prev,
.nxt-upsell-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  padding: 0;
  color: #333;
  cursor: pointer;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nxt-upsell-slider-prev:hover,
.nxt-upsell-slider-next:hover {
  background: rgba(255, 255, 255, 1);
}

.nxt-upsell-slider-prev {
  left: 0;
}

.nxt-upsell-slider-next {
  right: 0;
}

.nxt-upsell-slider-prev:disabled,
.nxt-upsell-slider-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Loading state */
.nxt-upsell-slider-loading {
  text-align: center;
  padding: 20px;
  color: #666;
}

.nxt-upsell-slider-loading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #2b885e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .nxt-upsell-slider-wrapper {
    margin: 0 30px;
    width: calc(100% - 60px);
  }

  .nxt-upsell-slider-item {
    flex: 0 0 auto;
    padding: 12px;
    gap: 12px;
    justify-content: space-between;
  }

  .nxt-upsell-slider-item-image {
    width: 50px;
    height: 50px;
  }

  .nxt-upsell-slider-item-name {
    font-size: 11px;
  }

  .nxt-upsell-slider-item-price {
    font-size: 12px;
  }

  .nxt-upsell-slider-variation-select {
    font-size: 11px;
    padding: 4px 6px;
  }
}
.woocommerce div.product p.price del {
  font-weight: normal;
  opacity: 1;
  font-size: 1.1rem;
}

.single-product .wp-block-kadence-iconlist ul {
  border: 1px solid #ccc;

  border-radius: 10px;
}

.single-product .wp-block-kadence-iconlist {
  width: 100%;
}
.single-product .wp-block-kadence-iconlist ul li {
  border-top: 1px solid #ccc;
  padding: 10px 15px !important;
}

.single-product .wp-block-kadence-iconlist ul li:first-child {
  border: 0;
}

.variations .kad_radio_variations input[type="radio"]:checked + label,
.variations
  .kad_radio_variations
  label.selectedValue:not(.used-for-specificity):not(.used-forspecificity):not(
    .usedfor-specificity
  ) {
  background: #e9f0fd;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.woocommerce
  .product
  .variations
  .kt-radio-variation-container
  fieldset.kad_radio_variations
  label {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 6px 14px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 300;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.kadence-column2856_b8848d-bb {
  width: 100%;
}

.kadence-product-gallery-thumbnails.splide.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide.is-active {
  outline: 1px solid #1871f0;
}

.kadence-product-gallery-thumbnails.splide.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide {
  border: 1px solid#ccc;
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
  justify-content: flex-start;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 10px;
}

.product-details {
  position: relative;
}

.woocommerce
  ul.products.woo-archive-btn-button
  .product-action-wrap
  .button:not(.kb-button),
.woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button),
.wc-block-grid__product.woo-archive-btn-button
  .product-details
  .wc-block-grid__product-add-to-cart
  .wp-block-button__link {
  font-size: 0;
  width: 54px !important;
  height: 54px !important;
  padding: 0;
  position: absolute;
  top: -65px;
  right: 10px;
  color: #fff !important;
}

.add_to_cart_button:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22kadence-svg-icon%20kadence-shopping-cart-svg%22%20fill%3D%22%23ffffff%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3E%D0%9A%D0%BE%D0%BB%D0%B8%D1%87%D0%BA%D0%B0%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11%2021c0-0.552-0.225-1.053-0.586-1.414s-0.862-0.586-1.414-0.586-1.053%200.225-1.414%200.586-0.586%200.862-0.586%201.414%200.225%201.053%200.586%201.414%200.862%200.586%201.414%200.586%201.053-0.225%201.414-0.586%200.586-0.862%200.586-1.414zM22%2021c0-0.552-0.225-1.053-0.586-1.414s-0.862-0.586-1.414-0.586-1.053%200.225-1.414%200.586-0.586%200.862-0.586%201.414%200.225%201.053%200.586%201.414%200.862%200.586%201.414%200.586%201.053-0.225%201.414-0.586%200.586-0.862%200.586-1.414zM7.221%207h14.57l-1.371%207.191c-0.046%200.228-0.166%200.425-0.332%200.568-0.18%200.156-0.413%200.246-0.688%200.241h-9.734c-0.232%200.003-0.451-0.071-0.626-0.203-0.19-0.143-0.329-0.351-0.379-0.603zM1%202h3.18l0.848%204.239c0.108%200.437%200.502%200.761%200.972%200.761h1.221l-0.4-2h-0.821c-0.552%200-1%200.448-1%201%200%200.053%200.004%200.105%200.012%200.155%200.004%200.028%200.010%200.057%200.017%200.084l1.671%208.347c0.149%200.751%200.57%201.383%201.14%201.811%200.521%200.392%201.17%200.613%201.854%200.603h9.706c0.748%200.015%201.455-0.261%201.995-0.727%200.494-0.426%200.848-1.013%200.985-1.683l1.602-8.402c0.103-0.543-0.252-1.066-0.795-1.17-0.065-0.013-0.13-0.019-0.187-0.018h-16.18l-0.84-4.196c-0.094-0.462-0.497-0.804-0.98-0.804h-4c-0.552%200-1%200.448-1%201s0.448%201%201%201z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  left: 13px;
  fill: #fff;
  color: #fff;
}

.related.products ul.products,
.archive .grid-cols {
  column-gap: 1rem !important;
  row-gap: 0rem !important;
}

.woocommerce ul.products li.product .entry-content-wrap {
  padding-top: 5px;
}

.woocommerce ul.products li.product .button .kadence-spinner-svg,
.woocommerce ul.products li.product .button .kadence-check-svg {
  top: 8px;
  position: relative;
  left: -12px;
}

.archive #primary {
  margin-top: 2rem;
}

.product-archive-hero-section .hero-container {
  padding-top: 0.5rem;
  padding-bottom: 1.1rem;
}

.product-carousel .woocommerce ul.products li.product .entry-content-wrap {
  padding: 0;
}

.product-carousel .entry.loop-entry {
  box-shadow: none !important;
}

.product-carousel .kb-splide .splide__arrow {
  top: 30%;
}

.woocommerce .products.align-buttons-bottom li.product .product-action-wrap {
  padding: 0;
  height: 0;
}

.header-cart-total {
  line-height: 20px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-align: center !important;
}

.header-cart-total:not(.header-cart-is-empty-true) {
  background: red !important;
  color: rgb(255, 255, 255) !important;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.kb-vector-containerblock-27_c27187-d6 {
  justify-content: flex-start !important;
}

.woocommerce-variation-price {
  display: none !important;
}

.kwt-add-to-cart-single {
  margin-top: 10px;
}

.woocommerce-Reviews-title {
  display: none !important;
}

a.woocommerce-review-link {
  color: #fff !important;
  pointer-events: none;
}
a.woocommerce-review-link span {
  color: #000;
  pointer-events: default;
}
a.woocommerce-review-link span:before {
  content: "(";
}
a.woocommerce-review-link span:after {
  content: ")";
}

.tax-product_cat .woocommerce-result-count {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
  float: none;
}

.woocommerce div.product .kt-inside-inner-col {
  flex-wrap: nowrap;
}

/* Gift Selection System Styles */
.nxt-gift-selection {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #2b885e;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(43, 136, 94, 0.1);
  position: relative;
  overflow: hidden;
}

.nxt-gift-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2b885e 0%, #c3e085 50%, #2b885e 100%);
}

.nxt-gift-selection-header {
  text-align: center;
  margin-bottom: 30px;
}

.nxt-gift-selection-title {
  font-size: 28px;
  font-weight: 700;
  color: #2b885e;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nxt-gift-selection-subtitle {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
  font-weight: 500;
}

.nxt-gift-selection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 20px;
}

.nxt-gift-option {
  background: #ffffff;
  border: 3px solid #e9ecef;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.nxt-gift-option:hover {
  border-color: #2b885e;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(43, 136, 94, 0.15);
}

.nxt-gift-option.selected {
  border-color: #ff9d00;
  background: linear-gradient(135deg, #f8fff8 0%, #e8f5e8 100%);
  box-shadow: 0 10px 25px rgba(43, 136, 94, 0.2);
}

.nxt-gift-option.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.nxt-gift-option.disabled:hover {
  transform: none;
  box-shadow: 0 10px 30px rgba(43, 136, 94, 0.1);
}

.nxt-gift-option-image {
  text-align: center;
  margin-bottom: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.nxt-gift-option-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.nxt-gift-placeholder {
  font-size: 48px;
  color: #2b885e;
  opacity: 0.7;
}

.nxt-gift-option-content {
  text-align: center;
  margin-bottom: 20px;
}

.nxt-gift-option-name {
  font-size: 20px;
  font-weight: 600;
  color: #2b885e;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.nxt-gift-option-description {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.nxt-gift-option-price {
  font-size: 16px;
  font-weight: 600;
  color: #28a745;
  margin: 0;
  display: none;
}

.nxt-gift-option-select {
  text-align: center; 
}



.selected .nxt-gift-checkbox-label {
    background: #ff9d00; padding:3px 10px; color:#000; border-radius: 5px;
}

.nxt-gift-option-select input[type="checkbox"] {
  display: none;
}

.nxt-gift-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #2b885e;
  transition: all 0.3s ease;
}

.nxt-gift-checkbox-label:hover {
  color: #1e5f3f;
}

.nxt-gift-checkbox-label.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.nxt-gift-checkbox-label.disabled:hover {
  color: #2b885e;
}

.nxt-gift-checkbox-custom {
  width: 24px;
  height: 24px;
  border: 3px solid #2b885e;
  border-radius: 6px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff;
}

.nxt-gift-checkbox-label input[type="checkbox"] {
  display: none !important;
}

.nxt-gift-checkbox-label
  input[type="checkbox"]:checked
  + .nxt-gift-checkbox-custom {
  background: #2b885e;
  border-color: #2b885e;
}

.nxt-gift-checkbox-label
  input[type="checkbox"]:checked
  + .nxt-gift-checkbox-custom::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.nxt-gift-checkbox-text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nxt-gift-selection-note {
  text-align: center;
  background: #eaf6ea;
  border: 3px solid #ff9d00;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}

.nxt-gift-selection-note p {
  margin: 0;
  color: #155724;
  font-weight: 600;
  font-size: 16px;
}

/* Order gifts display */
.nxt-order-gifts {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
}

.nxt-order-gifts h4 {
  color: #2b885e;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.nxt-order-gifts ul {
  margin: 0;
  padding-left: 20px;
}

.nxt-order-gifts li {
  color: #495057;
  margin-bottom: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
  .nxt-gift-selection {
    padding: 20px;
    margin: 20px 0;
  }

  .nxt-gift-selection-title {
    font-size: 24px;
  }

  .nxt-gift-selection-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nxt-gift-option {
    padding: 20px;
  }

  .nxt-gift-option-name {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .nxt-gift-selection {
    padding: 15px;
    border-radius: 15px;
  }

  .nxt-gift-selection-title {
    font-size: 20px;
  }

  .nxt-gift-selection-subtitle {
    font-size: 14px;
  }

  .nxt-gift-option {
    padding: 15px;
  }

  .nxt-gift-option-image {
    height: 100px;
  }

  .nxt-gift-placeholder {
    font-size: 36px;
  }
}
form.woocommerce-product-search input[type=search] {
    border-radius: 50px !important; padding-left:20px !important;
        line-height: 24px;
 }


@media (max-width: 1024px) {
  form.woocommerce-product-search {
    width: calc(100vw) !important;
  }
  form.woocommerce-product-search input[type=search] {
    line-height: 20px;
  }
}


.nxt-product-benefits {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}

.nxt-product-benefits-title {
  color: #444;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.nxt-product-benefits ul,
.nxt-product-benefits ol {
  margin: 0;
  list-style: inside;
}

.nxt-delivery-details {
  background: #edf1ec;
  list-style: inside;
  padding: 20px;
  margin: 0;
  font-size: 12px;
  border-radius: 15px;
  list-style: none;
}

.product_title.entry-title {
  margin-bottom: 20px;
}

.woocommerce-silni-strani-top .kb-row-layout-wrap {
  border-top: 0;
}

.woocommerce-silni-strani-top > .kb-row-layout-wrap > .kt-row-column-wrap {
  border-bottom: 1px solid var(--global-palette7, #edf2f7);
  padding-bottom: 15px !important;
}

.woocommerce-silni-strani-top .kt-has-4-columns {
  padding-top: 15px !important;
}

.woocommerce-silni-strani-top > .kt-inside-inner-col .kt-row-column-wrap {
  padding-bottom: 15px !important;
}

@media (max-width: 1352px) {
  .product .kadence-column2856_4568fc-5b > .kt-inside-inner-col {
    row-gap: 0 !important;
  }
}

/* Mini Cart Progress Bar */
.nxt-minicart-progress {
  padding: 20px 20px 20px 20px;
  background: #f6f6f6;
  margin: -20px;
  margin-bottom: 16px;
}
.nxt-minicart-progress-bar {
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  height: 12px;
  margin-bottom: 6px;
}
.nxt-minicart-progress-bar-inner {
  background: #c3e085;
  height: 12px;
  transition: width 0.3s;
}
.nxt-minicart-progress-label {
  font-size: 12px;
}
.nxt-minicart-progress-complete {
  padding: 20px 20px 20px 20px;
  background: #f6f6f6;
  margin: -20px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #2b885e;
}

/* Cart Page Progress Bar */
.nxt-cart-progress {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}
.nxt-cart-progress-bar {
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  height: 12px;
  margin-bottom: 8px;
}
.nxt-cart-progress-bar-inner {
  background: #c3e085;
  height: 12px;
  transition: width 0.3s;
}
.nxt-cart-progress-label {
  font-size: 14px;
  text-align: center;
}
.nxt-cart-progress-complete {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  color: #2b885e;
  text-align: center;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
  display: none !important;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
  position: relative;
  color: #000 !important;
  background: #000 !important;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
  color: #fff !important;
  background: #fff !important;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward:before {
  content: "Завърши поръчката";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover:before {
  color: #000;
}

.woocommerce div.product div.images .kadence-product-gallery-main img {
  object-fit: scale-down;
}

.woocommerce div.product .kb-splide .splide__track {
  height: 100% !important;
}

body.single-product { padding-bottom: 60px; }
body.single-product .kadence-sticky-add-to-cart-action-wrap .price del { display: none !important; }


@media(max-width: 1024px){
  .woocommerce div.product .left-sidebar { max-height:500px; padding-top: 20px; }
}

/* Empty ruleset removed */
.tax-product_cat #main .woocommerce-silni-strani {
  margin-bottom: 20px;
}
.woocommerce-silni-strani-top h2.kt-blocks-info-box-title,
.tax-product_cat #main .woocommerce-silni-strani h2.kt-blocks-info-box-title {
  font-size: 14px !important;
}

.woocommerce-silni-strani-top p,
.tax-product_cat #main .woocommerce-silni-strani p {
  font-size: 12px !important;
}
.tax-product_cat .product-archive-hero-section.entry-hero-layout-standard * {
  background: #fff !important;
}
.tax-product_cat
  .product-archive-hero-section.entry-hero-layout-standard
  + #primary {
  margin-top: 0;
}

.tax-product_cat #main .woocommerce-silni-strani .kb-row-layout-wrap,
.woocommerce-silni-strani-top .kb-row-layout-wrap {
  border-top: 0;
}

.tax-product_cat
  #main
  .woocommerce-silni-strani
  > .kb-row-layout-wrap
  > .kt-row-column-wrap,
.woocommerce-silni-strani-top > .kb-row-layout-wrap > .kt-row-column-wrap {
  padding-bottom: 15px !important;
}

.tax-product_cat #main .woocommerce-silni-strani .kt-has-4-columns,
.woocommerce-silni-strani-top .kt-has-4-columns {
  padding-top: 15px !important;
}

.filter-toggle-open-container .filter-toggle-open.filter-toggle-style-bordered {
  border-radius: 4px;
}
.woocommerce-silni-strani-top > .kt-inside-inner-col .kt-row-column-wrap {
  padding-bottom: 7px !important;
}


.woocommerce-cart .woocommerce-shipping-totals.shipping { display: none !important; }
.woocommerce-cart .wc-proceed-to-checkout .rate_cart_page { display: block; text-align: center; }
.woocommerce-cart button[name="apply_coupon"] { font-size: 12px !important; letter-spacing:0 !important; }

@media screen and (max-width: 719px) {
.woocommerce-cart table.cart td.actions .coupon .input-text {  width: 30% !important; }
.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"] { width:68% !important; }
}




/* Показвай панела когато заглавието има клас .active */
.kwt-accordion-title.active + .woocommerce-Tabs-panel.wc-tab.inactive {
  display: block !important;
}


.kt-blocks-product-carousel-block.products { padding-right: 3px !important; }