/*fixed bar*/
.bar-height{
    height: 58px;
}

.fixed-bar{
    position: fixed; display: flex;
    z-index: 51;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #252F3F;
    padding: 10px 0;
  box-shadow: 0px -4px 8px rgb(111 104 104 / 24%);
}

.fixed-bar .mg-layer,
.fixed-bar .small-cart,
.fixed-bar .mg-fake-cart{
    display: none!important;
}

.fixed-bar .mg-contacts-block{
    float: left;
    color: #fff;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 24px;
}

.fixed-bar .wrapper-back-ring{
    float: left;
    margin: 0 20px 0 0;
}

.fixed-bar .bar-left{
    float: left;
    margin: 3px 0 0;
}

.fixed-bar .bar-right{
    float: right;
      margin-right: 50px;
}

.fixed-bar .mg-desktop-cart{
    position: static;
    float: right;
    margin: 5px 0 0 0;
}

.fixed-bar .mg-desktop-cart .count-text{
    display: none;
}

.fixed-bar .mg-desktop-cart .title{
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin: 5px 15px 0 0;
}

.fixed-bar .mg-desktop-cart .small-cart-icon{
    width: 18px;
    height: 18px;
    background: url("../images/cart-icon.png") no-repeat;
    background-size: 18px 18px;
    top: 5px;
    left: 0;
}

.fixed-bar .mg-product-to-compare{
    padding: 6px 20px 6px 0;
    border-right: 1px solid #424A55;
    margin: 0 20px 0 0;
}

.fixed-bar .mg-product-to-compare a{
    border: none;
    padding: 7px 45px 6px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

.fixed-bar .mg-desktop-cart .title:hover,
.fixed-bar .mg-product-to-compare a:hover{
    text-decoration: underline;
}

.fixed-bar .mg-product-to-compare .compare-icon{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

.fixed-bar .mg-desktop-cart .countsht,
.fixed-bar .mg-product-to-compare .mg-compare-count{
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    line-height: 30px;
    background: #5F646C;
    border-radius: 3px;
    top: 5px;
    right: 20px;
    text-align: center;
}

.fixed-bar .mg-desktop-cart .countsht{
    display: inline-block;
}

.fixed-bar .mg-desktop-cart .cart-inner{
    padding: 0 0 0 28px;
    border-radius: 0;
    overflow: hidden;
}

.fixed-bar .mg-desktop-cart .cart-inner > a{
    overflow: hidden;
    color: #fff;
    float: left;
}

.fixed-bar .mg-desktop-cart .cart-list li .price-text{
    color: #5e646c;
}

.fixed-bar .mg-desktop-cart .cart-list li.cart-qty{
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'Lato-Bold', sans-serif;
}

.fixed-bar .mg-desktop-cart .cart-list li{
    font-size: 14px;
    float: left;
    margin: 0;
}

.fixed-bar .mg-desktop-cart .cart-list{
    float: left;
}

.fixed-bar .mg-desktop-cart .cart{
    padding: 0;
}

/** плитка подкатегорий**/
.sub-categories {
    padding: 0;
    margin: 0 -1.5%;
    list-style: none;
}
.sub-categories a {color: inherit !important;}
.sub-categories li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  	max-width: 200px;
    border: 2px solid #F6F6F6;
    transition: border 0.2s ease-in-out;
    margin: 0 0 1.5% 1.5%;
    border-radius: 30px;
    background: #fff;
    padding: 20px;
}
.header .mg-desktop-cart .cart-qty {
    margin: 4px 0 6px 0;
}

.sub-categories li:hover{
    border-color: #4c6db8;
}

.sub-categories li a.sub-cat-name {
    word-wrap: break-word;
    color: #000 !important;
    text-decoration: none;
    display: block;
}

.sub-categories li a.sub-cat-name:hover {
    text-decoration: underline;
}

.sub-categories li a {
    font-size: 13px;
    text-align: center;
}

.sub-categories li a.cat-image{
    width: 100px;
    height: 80px;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

.sub-categories li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
body .c-description a {border-bottom: none !important;}