/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 11:07:28 */
a.df-ui-btn.df-ui-download.df-icon-download {
    display: none;
}

.product-template-default .content-area {
    max-width: 1366px;
    margin: 0 auto;
	padding: 100px 20px 0px;
}

.post-type-archive-product .content-area {
    max-width: 1024px;
    margin: 0 auto;
    padding: 120px 20px 0;
    color: #000 !important;
}

form.woocommerce-ordering {
    display: none;
}

.product-template-default aside#secondary {
    display: none;
}

.quantity {
    margin-bottom: 20px !important;
}

h1.woocommerce-achive-title {
    text-align: center;
    font-size: 50px;
    color: #000;
	margin-bottom: 50px;
}

nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb * {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px !important;
    text-decoration: none;
    margin: 0 !important;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #FCA35E !important;
    background: #FCA35E !important;
    color: #fff;
}

input#submit {
    background: #11542D !important;
    border: none !important;
    color: #fff !important;
    border-radius: 10px !important;
    line-height: 1.5 !important;
	transition: all 0.4s ease !important;
}

input#submit:hover {
	    background: #FCA35E !important;
}

th.wc-block-cart-items__header-image {
    padding: 8px 16px !important;
    text-align: center;
	color: #000 !important;
}

th.wc-block-cart-items__header-total {
    text-align: center !important;
    padding: 8px 16px !important;
}

@media(max-width:767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 10px 20px !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		transition: 400ms;
		text-align: center;
		padding: 0 10px;
		font-size: 16px;
		font-weight: 500;
		color: #000;
	}
	
	h1.woocommerce-achive-title {
		text-align: center;
		font-size: 48px;
		color: #000;
		margin-bottom: 30px;
		margin-top: 0;
	}
}