h2 {
font-size: 21px;
margin-bottom: 10px;
}
h3 {
font-size: 19px;
margin-bottom: 10px;
}
h4 {
font-size: 17px;
margin-bottom: 10px;
}
h5 {
font-size: 15px;
margin-bottom: 10px;
}


div#n2-ss-2 .n2-style-ce53e42ca10517570dc8a8843b389eef-heading
{
width: 75px;
}


.woocommerce-page div.product div.images {
width: 50%;
}


.header_phone {
    display: flex;
    align-items: center;
    font-size: 21px;
	  /* text-transform: lowercase; */
		background-image: none;
    /* background-image: url(/wp-content/uploads/phone-1.png); */
    /* background-position: 0 50%; */
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 35px;
}

 /* сортировка блоков в категории товара
.site-main {display: flex; flex-flow: wrap;}
.woocommerce-products-header__title page-title {order: 5;}
.woocommerce-pagination {order: 4; float: center; text-align: center; margin-bottom: 40px;} 
.products columns-3 {order: 3;}
.woocommerce-ordering {float: right;}
.woocommerce-notices-wrapper {order: 1;}
 */

 /* .col1, .col2, .col3, .col4 { width: 100%;}  */
 /* .woocommerce-products-header {order: 0;}  */
 /* .woocommerce-ordering {order: 2;}  */

.woocommerce-pagination {margin-bottom: 3em;}


 /* убирает чередующийся фон в таблицах, синий меняет на белый */
 /* сам стиль тут https://profkr.ru/wp-content/themes/vantage/style.css?ver=1.7.12 */

#tab-description tbody > tr:nth-child(2n) {
    background-color: #f5f5f5;
}

 /*
#tab-description tbody > tr:nth-child(1n) {
    background-color: #eaeaea;
}
 */

 /* рамка таблиц на сайте, перекрывает основной стиль, там бордер = 1 */
#tab-description td {
 /*    border: 2px solid #7e7e7e; */
		font-weight: bold;
}