/* Shop Page */
a{color:var( --e-global-color-primary );}
html, body{overflow-x:hidden !important;}
.banner_inner{min-height:40vw !important;}
.shop-sidebar .widget_block h3{font-size:1.25rem !important; margin-bottom:0;}
.shop-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{margin-right:0.35rem}
.woocommerce-page .page-title, .woocommerce-page .page-header > h1 {color:var( --e-global-color-primary ); margin-bottom: 40px;}
select{ appearance: none; -webkit-appearance: none; -moz-appearance: none; width: 100%; padding: 10px 35px 10px 10px;font-size: 16px;border: 1px solid #ccc;border-radius: 4px;background-color: #fff; background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>'); background-repeat: no-repeat; background-position: right 10px center;background-size: 20px; cursor: pointer;}
:where(.woocommerce-shop, .tax-product_cat, .single-product) .product .woocommerce-loop-product__link h2, .product .woocommerce-loop-product__link .price{text-align:center; color:#000 !important;}
:where(.woocommerce-shop, .tax-product_cat, .single-product) .product .add_to_cart_button, .product .product_type_simple {display:none !important;}
:where(.woocommerce-shop, .tax-product_cat) .berocket_lgv_widget{display:flex; gap:0.8rem; margin-bottom:15px;}
.berocket_lgv_additional_data{display:flex; gap:0.8rem; flex-direction:column;}
.berocket_lgv_additional_data .lgv_description{display:none;}
.lgv_price_simple .amount{color: #000;}
.woocommerce-breadcrumb{display:none}
.woocommerce-shop ul.products li.product{margin-bottom:0.992em;}
/* single product */
.single-product .product_title {font-size:2.2rem;}
.single-product h2 {font-size:1.5rem; color:var( --e-global-color-primary );}
.single-product .amount{color:var( --e-global-color-primary );}
.single-product th{text-align:left;}
.single-product td p{padding:8px !important;}
.single-product .qty{padding: 0.3rem 1rem;}
.single_add_to_cart_button{background-color:var( --e-global-color-primary ) !important; color: white;}
.single_add_to_cart_button:hover{background-color:var( --e-global-color-accent )!important;}
.woocommerce-message{border-top-color:var( --e-global-color-primary );}
.woocommerce-message::before{color:var( --e-global-color-primary );}
/* static single page */
.static_single h2{font-size:1.8rem;}
.static_single h3{font-size:1.5rem;}
.static_single h4{font-size:1.3rem;}
.static_single h5{font-size:1.2rem;}
/* workshop page */
.custom_table caption{display:none;}
.custom_table td{background: transparent !important;border: none !important; padding-inline: 0 !important; padding-block: 3px !important;font-size: 1rem; color: #000 !important;font-weight: 400;}
.custom_table .column-2{text-align:right;}
.woocommerce-page .woocommerce-product-gallery__trigger{z-index:9 !important}
#product_slider .swiper-button-next, #product_slider .swiper-button-prev{height: 50px !important;width: 50px !important;background: #fff; padding: 18px; border-radius: 50%;}
/* Responsive */
@media(min-width:1299px){
	.large-cont{padding-left: calc((100vw - 1240px) / 2); }
}
@media only screen and (max-width:1199px){
	:where(.woocommerce-shop, .tax-product_cat) ul.products li.product{width:29.33% !important;}
	:where(.woocommerce-shop, .tax-product_cat) ul.products li.first { clear: initial !important;}
	.single-product .product_title {font-size:1.8rem;}
	:where(.woocommerce-shop, .tax-product_cat) ul.products li.product.berocket_lgv_grid{min-height:330px}
}
@media only screen and (max-width:991px){
	.shop-sidebar{width:35% !important;}
	.shop-products{width:65% !important;}
	.single-product .product_title {font-size:1.6rem;}
}
@media only screen and (max-width:767px){
		:where(.woocommerce-shop, .tax-product_cat) ul.products li.product{width:48% !important; clear:both !important;}
	.berocket_lgv_list{max-width:35%;}
	:where(.woocommerce-shop, .tax-product_cat) ul.products li.product.berocket_lgv_grid{min-height:inherit; margin-bottom:1rem;}
	#product_slider .swiper-button-next, #product_slider .swiper-button-prev{height: 40px !important;width: 40px !important; padding: 14px;}
}
@media(max-width:680px){
	.woocommerce-cart .wp-block-woocommerce-cart{width:100%;}
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{padding-right:21px;}
	.woocommerce-cart .alignwide{margin-inline:0 !important;}
	.wp-block-woocommerce-checkout{padding-top:0;}
}
@media only screen and (max-width:575px){
	.woocommerce-page main {padding-top: 20px;padding-bottom: 20px;}
	.static_single h2{font-size:1.6rem;}
	.static_single h3{font-size:1.4rem;}
	.static_single h4{font-size:1.3rem;}
	.static_single h5{font-size:1.2rem;}
}
@media only screen and (max-width:480px){
	.shop-sidebar, .shop-products{width:100% !important;}
	.custom-shop-layout{flex-direction:column; gap:0.8rem;}
	.woocommerce-page h1 {font-size: 1.8rem;}
}