/*
Theme Name: ilBasti
Theme URL: https://websketch.lv/
Author: Martins Heidemanis
Author URL: https://websketch.lv/
Template: sydney
Version: 2.0.0
Text Domain: sydney
*/

.page-wrap{
	padding: 0 !important;
}

table.cart .product-thumbnail{
	display: block !important;
}
.woocommerce table.shop_table_responsive tr td.product-thumbnail, 
.woocommerce-page table.shop_table_responsive tr td.product-thumbnail{
	text-align: center !important;
}

table.cart .product-thumbnail:before{
	content: none !important;
}

.wpcf7-form input,
.wpcf7-form textarea{
	width: 100% !important;
}

.wpcf7-form label{
	width: 100%;
}

.content-wrapper {
    padding-top: 5% !important;
}

.home .products.columns-4,
.home .woocommerce-no-products-found {
    padding-top: 5% !important;
}

button,
.button {
    background-color: yellow !important;
    color: black !important;
    border-color: yellow !important;
}

a.add_to_cart_button {
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 20px 5px !important;
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 95% !important;
}

.sydney-single-addtocart-wrapper {
    display: block !important;
}

.sydney-single-addtocart-wrapper .quantity {
    width: 100%;
    margin-bottom: 10px !important;
}

.sydney-single-addtocart-wrapper button {
    margin-bottom: 10px !important;
}

.checkout-button:not(:hover) {
    color: #fff !important;
}

ul.products li .woocommerce-loop-product__title,
ul.products li .star-rating {
    display: none !important;
}

#secnav ul li a:hover,
.main-header #secnav .menu>li>a:hover,
#mainnav ul li a:hover,
.main-header #mainnav .menu>li>a:hover {
    color: #fff !important;
}

@media (max-width: 992px){
	footer{
		text-align: center !important;
	}
	.site-footer .nav-menu{
    	padding: 0 !important;
    	float: none !important;
	}
	.woocommerce-cart-form .actions *{
		min-width: 100% !important;
	}
	.woocommerce-cart-form .actions #coupon_code,
	.woocommerce-cart-form .actions .button{
		margin-bottom: 5px !important;
	}
}

.shopper-block{
	padding: 20px;
	background: #ecf6ff;
	border-radius: 32px;
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.shopper-block-icon {
    background-image: url(/wp-content/uploads/2025/07/shop-icon-1.png) !important;
    background-color: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-size: 110px;
	aspect-ratio: 1 / 1;
    background-position: center;
}

.shopper-block-title,
.shopper-block-text,
.shopper-block-button
{
	display: block;
}
.shopper-block-title{
	color: #064c9b;
	font-size: 26px;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}
.shopper-block-text{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	display: block;
	line-height: 1.2;
	margin-bottom: 15px;
}
.shopper-block-button{
	background: #06509e;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.shopper-block-button:hover{
	color: #fff !important;
}

.product-mobile{
	display: none;
}

.woocommerce div.product div.images img{
	object-fit: cover;
	aspect-ratio: 1 / 1.2;
}

.slick-arrow{
	display: none !important;
}
.wpgs-nav .slick-list{
    margin-left: -5px !important;
    margin-right: -4px !important;
}
@media (max-width: 992px){
	.woocommerce-product-gallery,
	.entry-summary {
		width: 100% !important;
	}
	.product-mobile{
		display: block;
	}
	.product-desktop{
		display: none;
	}
}
