/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2023 | 18:28:20 */
/* .woocommerce-tabs.wc-tabs-wrapper {
	display: none!important;
} */

.woocommerce-breadcrumb{
	display: none!important
}

section.related.products {
	display: none!important;
}

.woocommerce-product-gallery__trigger{
	display: none!important;
}

.woocommerce-product-details__short-description{
	color: #000000;
}

.woocommerce-product-gallery__image{
	background-color: #fff;
}

.zoomImg{
	background-color: #fff!important;
}

.summary.entry-summary .product_title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.product_title::first-letter{
	font-size: 99%;
}

@media screen and (min-width: 1026px){
	

#primary{
	margin-left: 9.5em;
}

.woocommerce-product-gallery{
	width: 427px!important;
/* 	height: 504px!important */
}
	
.woocommerce div.product div.images img {
/* 	height: 420px!important; */
}
	
.summary.entry-summary {	
	height: 420px;
	padding: 30px 0px; 
}

.product_title{
	margin-bottom: 20px!important;
}

@media screen and (max-width: 1024px){
#primary{
	display:flex;
	flex-direction: column;
	align-items: center;
}
}