/*
Theme Name: AVEIT Child
Description: Child theme for AVEIT V-3.5
Author: TROSMasters
Version: 1.0.0
Template: aveit
*/

/* =========================================
   TROSMasters WooCommerce Shop
========================================= */

.tros-shop {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
}

/* Shop heading */

.tros-shop-header {
    text-align: center;
    margin-bottom: 45px;
}

.tros-shop-title h1 {
    margin: 0 0 10px;
    font-size: 42px;
    font-weight: 700;
}

.tros-shop-title p {
    margin: 0;
    font-size: 17px;
    color: #777;
}

/* Toolbar */

.tros-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.tros-shop-result-count {
    font-size: 15px;
    color: #777;
}

.tros-shop-ordering select {
    min-width: 180px;
    padding: 10px 35px 10px 12px;
    border: 1px solid #ddd;
    background: #fff;
}

/* Product grid */

.tros-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 !important;
    padding: 0 !important;
}

.tros-shop ul.products::before,
.tros-shop ul.products::after {
    display: none !important;
}

/* Product card */

.tros-shop ul.products li.product.tros-product-card {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tros-product-inner {
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    overflow: hidden;
}

.tros-product-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Product image */

.tros-product-image {
    display: block;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
}

.tros-product-image img {
    width: 100% !important;
    height: 260px !important;
    object-fit: contain;
    margin: 0 !important;
    transition: transform 0.3s ease;
}

.tros-product-inner:hover .tros-product-image img {
    transform: scale(1.04);
}

/* Product content */

.tros-product-content {
    padding: 22px;
}

.tros-product-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.tros-product-category a {
    text-decoration: none;
}

.tros-product-title {
    margin: 0 0 12px !important;
    font-size: 20px !important;
    line-height: 1.4;
}

.tros-product-title a {
    text-decoration: none;
}

.tros-product-price {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
}

/* Add to cart */

.tros-product-action a.button {
    display: inline-block;
    margin: 0 !important;
    padding: 11px 22px;
    border-radius: 3px;
    text-decoration: none;
}

/* Mobile */

@media (max-width: 991px) {

    .tros-shop ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575px) {

    .tros-shop {
        padding: 45px 15px;
    }

    .tros-shop-title h1 {
        font-size: 32px;
    }

    .tros-shop-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .tros-shop ul.products {
        grid-template-columns: 1fr;
    }

    .tros-product-image img {
        height: 230px !important;
    }

}


.custom-single-product {
    padding: 60px 0;
}

.product-single-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.product-single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-category {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 10px;
}

.product-single-title {
    font-size: 36px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.product-single-price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.product-short-description {
    line-height: 1.7;
    margin-bottom: 30px;
}

.product-single-cart {
    margin-bottom: 30px;
}

.product-single-meta {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.product-description {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.product-description h2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .custom-single-product {
        padding: 30px 0;
    }

    .product-single-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-single-title {
        font-size: 28px;
    }

    .product-single-price {
        font-size: 21px;
    }

    .product-description {
        margin-top: 40px;
    }
}

.footer-meta {
  display: none;
}
.post-pagi-area{
	display: none !important;
}
input[type="radio"],input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  padding: 10px !important;
  margin: 0 !important;
  min-height: auto !important;
}
#billing-country,#billing-state {
  display: inline-block !important;
}
.nice-select.wc-blocks-components-select__select {
  display: none !important;;
}