@import url("global.css");


/* .product-summary-case, .woocommerce-tabs{
	width: fit-content !important;
} */

 .product > .row {
	display: flex;
	justify-content: center;
	gap: 72px;
}

/* .product-img-case {
	width: 68% !important;
} */

.product-summary-case {
	width: 32% !important;
}

@media screen	and (max-width: 991px) {
	.product > .row {
		display: block;
	}
	.product-summary-case {
		width: 100% !important;
	}
	.roduct-img-case {
		width: 100% !important;
	}
	
}


.wpgs_image > a > img{
	margin: 0 auto;

}


.slick-track{
	display: flex !important;
}

.thumbnail_image {
	object-fit: contain;
	width: fit-content !important;
	/* max-width: 240px; */
}

.flaticon-right-arrow:before {
	content: ">" !important;
	color: gray !important;
}
.flaticon-back:before {
	content: "<" !important;
	color: gray !important;
}

.entry-summary{
	margin-top: 0;
}

@media screen	and (max-width: 991px) {
	.entry-summary{
		margin-top: 32px;
	}
	
}

.wc-forward{
	font-weight: 400 !important;
}

.cat_back_btn{
	display: none;
}

.product_header, .pricebox, .qty{
	border: none !important;
}

.pricebox > .product_price > .woocommerce-Price-amount{
	font-size: 24px !important;
}

.variations_form {
	margin-top: 32px;
}

.stock{
	font-size: 16px !important;
}

.kad_add_to_cart{
	background: white !important;
	color: black	!important;
	border: 1px solid rgb(202, 202, 202) !important;
	border-radius: 8px;
	font-size: 14px !important;
	margin-left: 8px;
}

.quantity{
	border: 1px solid rgb(202, 202, 202) !important;
	border-radius: 8px;
}

.plus, .minus{
	background: white	!important;
	border: none !important;
	height: 14px !important;
}

.plus {
	top: 8px !important; 
}

.minus {
	bottom: 8px !important;
	font-size: 20px	!important;
}

#tab-title-additional_information{
	display: none !important;
}

a.product_type_simple{
	display: none !important;
}

.related.products{
	margin-top: 128px !important;
}