/*
Theme Name: Radios
Theme URI: http://underscores.me/
Author: themexriver
Author URI: http://themeforest.net/user/themexriver
Description: Radios - Electronics Shop WooCommerce Theme
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: radios
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.product-details .product-option .product-row {
  display: grid;
  .info_meta_tag {
    margin-top: 25px;
    display: grid;
    gap: 10px;
    .info_meta_item {
      display: flex;
      gap: 10px;
      .meta_label {
        font-size: 16px;
        font-weight: 600;
        color: #232323;
      }
    }
  }
}

.shop-single-section .thb-product-meta-before .product_meta > span {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel {
  .footer__style-two {
    display: none;
  }
}

.woocommerce-Tabs-panel {
  display: block !important;
}

.shop-single-section .single-product-info {
  margin-top: 0;
  padding-right: 50px;
}

.product-description-content {
  .container {
    padding: 0 !important;
  }
  .footer__style-two {
    display: none;
  }
}

.hero__content .title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.product__nav .nav-item .nav-link.active {
  background-color: var(--color-primary);
  color: #fff;
}

.brand__item.slick-slide {
  img {
    width: 70px;
  }
}

.woocommerce .single_add_to_cart_button.loading::after {
  display: none;
}

.woocommerce .single_add_to_cart_button::after {
  margin-left: 0;
  left: 11px;
  position: absolute;
  top: 16px;
}

.list-view {
  .product__title {
    font-size: 24px;
    font-weight: 600;
  }
  .product-holder {
    overflow: hidden;
  }
}

.woocommerce-page ul.products.list-view li.product {
  min-height: 300px;
}

@media screen and (max-width: 600px) {
  .list-view {
    .product__title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 32px;
      margin-bottom: 0 !important;
    }
  }
  .shop-section .products.list-view .product-holder {
    max-width: 100%;
  }
}

.tx-product .thumb img {
  width: 100%;
  max-width: 100%;
}

.tab-product__item .content .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.header__search {
  input {
    width: 250px;
    padding: 0 22px;
    border-radius: 8px;
  }
}

.wc-block-cart-items {
  padding: 14px;
}

.shop-section .products.list-view .product-holder{
	    max-width: 400px;
}

.shop-section .products.list-view .product-info{
	width: calc(100% - 400px);
}


.themevora-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.themevora-popup.active {
    display: flex;
}

.themevora-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.themevora-popup-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.themevora-popup-box h3 {
    margin-bottom: 10px;
}

.themevora-popup-box p {
    margin-bottom: 20px;
}

.themevora-math-question {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

#themevora-math-answer {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

#themevora-verify-download {
    width: 100%;
}

.themevora-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

#themevora-download-message {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}


@media (max-width: 600px) {
    .shop-section .products.list-view .product-info {
        width: 100%;
        float: none;
        padding-left: 0 !important;
    }
	.shop-section .product__title{
		    padding-bottom: 10px;
	}
}

