/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.your-hidden-field {
    display: none; /* Hide the field */
}
.product-box .box-text.text-center {
	border-radius: 0 0 12px 12px;
}
.ttc{
	text-transform: capitalize;
}
.gallery-products .lightbox-multi-gallery .flickity-button{
	display: none !important;
}
.sp-nb .box{
	border-radius: unset !important
}
.gallery-products  .product-box .text{
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 15px 0 10px 0;
	color: var(--primary-color);
	border: 0px;
}
.gallery-products  .box-image{
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

@media (max-width: 1025px){
	span.dashicons.dashicons-admin-home{
		width: 45px; 
		height: 45px; 
	}
	span.dashicons.dashicons-admin-home:before{
		font-size: 45px
	}
	.sale-products .box-text.text-center {
		font-size: 18px;
		padding: 15px 10px !important;
	}
}