/*

 Theme Name:   Worldmart Child

 Theme URI:    https://worldmart.kutethemes.net

 Description:  Worldmart Child Theme

 Author:       KuteThemes

 Author URI:   http://kutethemes.net/

 Template:     worldmart

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

 Text Domain:  worldmart-child

*/

.sidebar-top .item-left i{
	color: #CB8527 !important;
}

.logo
{
    padding: 22px 0 !important;
}

/* CORPO DEL SITO */
.wapper{
	background-image: url("https://www.tedescopietre.it/wp-content/uploads/2020/05/background-main-section.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* HEADER 1 */
a.menu-bar.mobile-navigation {
	margin-left: 0 !important;
}

/* CATEGORIE SHOP */
li.product-category.product{
	float: left;
	margin: 15px;
	border: 4px solid #d28e2d;
	max-width: 30%;
	text-align: center !important;
}
li.product-category.product a h2.woocommerce-loop-category__title mark.count{
	display: none !important
}
li.product-category.product a h2.woocommerce-loop-category__title{
	font-size: 17px;
	text-align: center;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

@media screen and (max-width: 1199px) {
	li.product-category.product{
		max-width: 50% !important;
	}
}

@media screen and (max-width: 992px) {
	li.product-category.product{
		max-width: 44% !important;
	}
}

@media screen and (max-width: 500px) {
	li.product-category.product{
		max-width: 100% !important;
	}
}

/* ALBERO CATEGORIE */
.widget_product_categories .cat-item .control-nav-bar{
	cursor: pointer;
}

/* CONTATTI */
div.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recaptcha {
	display: contents;
}

span.wpcf7-form-control.wpcf7-acceptance{
	border: none;
	
}

/* FOOTER 1 */
.worldmart-iconbox.default{
	border: none !important;
}

.worldmart-iconbox.default .content .text{
	color: #fff !important;
}

/* PAGINA SINGOLO PRODOTTO */ 
.product-info-stock-sku {
    display: none;
}

.worldmart-single-product-socials {
	display: none !important;
}
div.heateor_sss_sharing_container.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li{
	width: auto !important;
	margin-right: 5px !important;
}

/* ELENCO PRODOTTI */
div.toolbar-products.toolbar-top.clear-both div.toolbar-item.modes {
	display: none;
}