/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2023 | 07:47:36 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2023 | 11:17:50 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2023 | 11:02:39 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2023 | 10:54:19 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2023 | 08:28:02 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 12:18:52 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 12:17:37 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 12:15:12 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 12:08:32 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 12:01:01 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 11:57:23 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 11:51:36 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 11:26:11 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 11:24:04 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


@media only screen and (min-width: 1001px) {
	.custom-summary-wrapper .summary.entry-summary {
    max-width: 340px;
}
div.product[custom-layout="full-width"] .nectar-prod-wrap > div {
    min-width: 100%;
    margin-right: 0!important;
}

.summary.entry-summary.custom-hide-summary {
    display: none;
}

.custom-summary-wrapper {
    display: flex;
    gap: 5%;
    padding-top: 5%;
}

.custom-summary-wrapper .after-product-summary-clear {
    display: none;
}

.custom-summary-wrapper .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0!important;
    display: flex!important;
    width: 100%;
}
	div.product[custom-layout="full-width"] .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
	
div[custom-layout="custom"] > .woocommerce-tabs.wc-tabs-wrapper {
    /* display: none; */
}
}
@media only screen and (max-width: 1000px) {
.custom-summary-wrapper{
	display: none;

}
div[custom-layout="custom"] .nectar-prod-wrap .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
	
}




.summary.entry-summary.tc-init {
    border: none!important;
}

.woocommerce div.product .product_title {
    margin-top: 30px;
}
.summary .product_title{
	display: none;
}

.woocommerce div.product .woocommerce-tabs[data-tab-style=fullwidth_stacked] {
    padding-top: 15px;
}

.custom_description {
    padding-top: 5%;
}

.custom-summary-wrapper .custom_description {
    padding: 0;
}

.easyzoom-flyout {
    display: none;
}