/* ADD CUSTOM STYLES HERE */

/* РАЗМЕР ЭКРАНА НА МОБ */

@media (max-width: 1199px) {
    .header-middle .categories-nav {
        display:none
    }
}

/* СТИЛИ НА БЕЙДЖИ*/

.product-badge .badge.new {
    background: #215343;
}

.product-badge .badge.bestseller {
    background: #a99055;
}

.product-badge .badge.low-price {
    background: #a99055;
}

.product-cart .product-stocks__text {
    font-size: 13px;
    font-weight: 600;
    color: red;
}

.product-added .product-added__text {
    font-size: 13px
    margin-bottom: 8px;
    color: #a99055;
}

/* СТИЛИ НА таблицы*/

table.table-2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table-2 tr {
	background-color: #fff;
}
table.table-2 th, table.table-2 td {
	text-align: left;
    padding: 8px;
    border: 0px solid #fff;
}

table.table-2 th{
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	table.table-2 tr{
		display: block;
	}
	table.table-2 tr{
		margin-bottom: 30px;
	}
	table.table-2 th, table.table-2 td{
		display: block;
		text-align: center;
	}
}

/* СТИЛИ категорий*/

.category-item .category-item__image {
   
    margin-top: 0.5em;
    
    
}


@media screen and (min-width: 200px) {


.col-sm-6 {
    
    max-width: 49%;
    padding-right: 0.5px;
  
    
}

.btn:not(.btn-link), .my-profile .wa-form input[type=submit] {
   
    margin-top: 8px;
}

.shop-search .shop-search__input:not(.form-control--custom) {
    
    margin-top: 8px;
}

.product-added .product-added__text {
    margin-bottom: 8px;
    color: #ffc107;
}

