/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 13:29:17 */
.single-product .woocommerce-tabs.wc-tabs-wrapper
{
    padding-top: 0 !important;
}

/* Mobile view - add bottom space between products */
@media (max-width: 1240px) {
  .single-product .content-area.primary {
        padding-bottom:0px  !important ;
    }
}

.single-product .content-area.primary{
	margin-bottom:0px !important;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
 
    margin-bottom: 0 !important;
}

@media (max-width: 1240px){
.single-product .content-area.primary{
	padding-top:70px !important;
		
	}
}


@media (max-width: 1240px){
.single-product .ast-container{
	margin-top:0px !important ;
	}
}

.single-product .tab-title-description>p{
	width:20px !important;
	
}

div#tab-description {
    width: 700px;
	height:
}
.archive div#primary p
 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* Limit product description height */
.single-product .woocommerce-Tabs-panel--description {
  max-height: 500px;   /* change this value */
  overflow-y: auto;
}



