/*
Theme Name:   Bw Zagg Child
Theme URI:    https://zagg.bzotech.com/intro/
Author:       The BZOTech
Author URI:   https://bzotech.com/
Description:  With Zagg WordPress template for WooCommerce, you'll elevate your online store by showcasing cutting-edge electronics and phone accessories with style.
Template:     bw-zagg
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 7.4
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-zagg-child
*/
.poka-popup-quick_buy .bzotech-form-cart-single .detail-qty input{
	    height: 40px;
    line-height: 40px;
}
.poka-popup-quick_buy .bzotech-form-cart-single {
    margin-top: 0;
}
@media(min-width:993px){
	.tab-product-horizontal2 .product-tab-content{
	    display: flex;
	}
	.tab-product-horizontal2 .product-tab-content .tab-content{
		width:calc(100% - 400px);
	}
	 .tskt {
		width: 400px;
		padding-left: 40px;
		position: relative;
	}
}
@media(max-width:992px){
	.tab-product-horizontal2 .product-tab-content{
	    display: flex;
    	flex-direction: column-reverse;
		gap:30px;
	}
	
}

.tskt-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

.tskt-table td {
    padding: 10px 12px
}

.tskt-title {
    margin-bottom: 20px
}
.tskt .tskt-content {
    border: 2px solid var(--bzo-main-color);
    padding: 20px 10px;
    border-radius: 4px
}

#quick-buy-button.single_buy_now_button {
    margin-bottom: 10px;
}

#quick-buy-button.single_buy_now_button {
    color: #fff;
    background: var(--bzo-main-color)
}
.poka-popup-quick_buy {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    background: #0000006b;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 30px 20px
}

@media(max-width: 1200px) {
    .poka-popup-quick_buy {
        align-items:flex-start
    }
}

.poka-popup-quick_buy::-webkit-scrollbar {
    width: 0
}

.poka-popup-quick_buy.active {
    display: flex
}

.poka-popup-quick_buy .modal-dialog {
    background: #fff;
    position: relative;
    border-radius: 10px
}

.poka-popup-quick_buy .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--bzo-main-color);
    border: none;
    height: 50px;
    margin: 0;
    width: 45px;
    display: flex;
    color: #222;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 0 0;
    cursor: pointer;
    transition: .2s
}

@media(max-width: 1200px) {
    .poka-popup-quick_buy .modal-header .close {
        height:48px
    }

    .product-detail>.flex-wrapper {
        margin-bottom: 10px;
        flex-direction: column;
        align-items: self-start;
        gap: 10px
    }
}

.poka-popup-quick_buy .modal-header .close:hover {
    color: #fff;
    background: #222
}

.poka-popup-quick_buy .modal-title {
    color: #fff;
    padding: 15px;
    padding-right: 70px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    background: var(--bzo-main-color);
    margin-top: 0;
    border-radius: 10px 10px 0 0
}

.poka-popup-quick_buy .detail-contact {
    list-style: none
}

.poka-popup-quick_buy .poka_title {
    font-size: 16px;
    font-weight: 600
}

.poka-popup-quick_buy .detail-contact li a {
    display: block;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #fff;
    max-width: 350px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.poka-popup-quick_buy .detail-contact li.zalo-contact a {
    background-color: #0065d2
}

.poka-popup-quick_buy .detail-contact li.phone-contact a {
    background-color: #eb0001
}

.product-detail>.bzotech-row {
    gap: 20px 0
}

.popup-customer-info-group .poka-order-btn.loading{
	    color: var(--bzo-title_typo-color);
}
.list-menu-vertical__item > a .item-cont{
	    display: flex;
    gap: 5px;
    align-items: center;
}
.list-menu-vertical__item > a .image-icon{
	 display: flex;
}
   
.list-menu-vertical__item > a .image-icon img{
	width: 25px;
}
.list-menu-vertical__item > a:hover, .list-menu-vertical__item:hover > a {
      background: transparent!important;
    color: var(--bzo-main-color)!important;
}
@media(max-width:767px){
	.bzoteche-info-box-global-menu-vertical .list-menu-vertical-wap{
		max-height:unset!important;
	}
}