/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */

/*************** ADD CUSTOM CSS HERE.   ***************/
.popup-customer-info-item-1.popup_quickbuy_shipping {
	display: none;
}



.single-tab-products .nav li {
	margin: 0 1.5rem;
}

.season .items {
	display: flex;
	margin-left: 0;
}

.season .items span {
    width: 15%;
	font-weight: 600;
}

.season .items ul {
	margin: 0;
	padding-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.season .items ul span {
	font-weight: 400;
}

.season .items ul li {
	list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: initial;
    color: initial;
}

.season .items ul li div {
    width: 100%;
    border-radius: 6px;
    background: #ddd;
    height: 6px;
    position: relative;
	margin-left: 1rem;
}


.season .items ul li div span {
    height: inherit;
    left: 0;
    top: 0;
    border-radius: inherit;
    position: absolute;
    background: #3F1D08;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .list-brand {
        grid-template-columns: repeat(2, 1fr);
    }

    .list-brand .brand-item .brand-wrap .thumbnail a img {
        height: auto;
    }

    .sidebar-menu .menu-item a {
        color: var(--primary-color);
    }

    .home-contact .box-contact {
        text-align: left;
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .sw-popup-quickbuy {
        left: 0 !important;
    }

    .sw-popup-inner {
        width: 100%;
    }

    .sw-popup-content-left {
        width: 100%;
    }

    .sw-popup-content-right {
        width: 100%;
        padding-left: 0;
    }
	.product-tabs a {
    	text-align: center;
	}
	
	.sec-single-product .single_add_to_cart_button {
		width: 73%;
	}
	.checkout.woocommerce-checkout .row.pt-0  {
		flex-direction: column;
	}
	
	.checkout.woocommerce-checkout .row.pt-0 .large-7.col {
		order: 2;
	}
	.checkout.woocommerce-checkout .row.pt-0 .large-5.col {
		order: 1;
	}
	
	.woocommerce-Tabs-panel .woocommerce-Reviews {
		flex-direction: column;
	}
	
	.single-tab-products .nav  {
		justify-content: center !important;
	}
}
