/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-content-layout {
	padding-block: 0px;
}

#main-banner{
	position:relative;
	margin-bottom:100px;
}

#main-banner .banner-item{
	height:560px;
	margin-bottom:0
}

#main-banner .wd-nav-pagin-wrap{
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	z-index:1;
}

#main-banner .wd-nav-pagin-wrap[class*="wd-style-shape"] span{
	border-color:#E44B25;
}

#main-banner .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{
	background-color:#E44B25;
}

.products.wd-products .wd-product-thumb {
	height: 250px;
	display: flex;
	align-items: center;
}

body.woocommerce-order-pay .page-title{
	margin-bottom:50px;
}

body.woocommerce-checkout .koko-checkout-price-installment{
	display:none;
}


.qtec-product-warranty{
    margin-top:30px;
    margin-bottom:30px;
}

.qtec-product-warranty .qtec-laptop-warranty-image{
    max-width:250px;
    width:100%;
    border-radius:8px;

}

.qtec-warranty-text{

    display:inline-block;
    padding:10px 16px;
    background:#f5f5f5;
    border-left:4px solid #2e7d32;
    border-radius:6px;
    font-size:15px;

}