.woocommerce {
    border-radius: 0px!important;
}

html {
    background-color: #222732; 
}

.gallery {
    max-width: 100% !important;
}

.shozhi-tovari .price {
	display:none!important;
}

/* Делаем вкладки списком на мобильном */
@media (max-width: 767px) {
    /* Заголовки вкладок */
    .e-n-tabs[data-touch-mode="true"] .e-n-tabs-heading {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .e-n-tabs[data-touch-mode="true"] .e-n-tab-title {
        width: 100% !important;
        text-align: left !important;
    }

    /* Контент */
    .e-n-tabs[data-touch-mode="true"] .e-n-tabs-content {
        display: block !important;
    }

    /* Скрываем все табы кроме активного */
    .e-n-tabs[data-touch-mode="true"] .e-n-tabs-content > .e-con {
        display: none !important;
    }
    .e-n-tabs[data-touch-mode="true"] .e-n-tabs-content > .e-con.e-active {
        display: block !important;
    }
	.imapsLabel-group {
		font-size: 8px!important;
	}
}

body.service-filter-view .only-service-main { display:none; }

.e-n-tabs-heading button{
	cursor:pointer;
}

.contact-phone-acf a {
    color: #ff4605;
    font-size: 30px;
	font-weight: 900;
}
    
.woocommerce-ordering {
	display:none;
}

.product-list__excerpt {
    font-size: 16px;
    line-height: 1;
    color: #444;
    margin-top: 6px;
}

.shozhi-tovari .product-list__excerpt {
    display: none;
}
