body div {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.underline-1 {
  padding-bottom: 20px;
  position: relative;
	}
.underline-1:after{
  content:'';
  display:block;
  position:absolute;
  width:150px;
  height: 4px;
  background: var(--primary);
  bottom:0;
  left:0;
}

.ul-1 { 
  list-style: url("/images/decor/ul-wh.png");
}

.ul-2 { 
  list-style: url("/images/decor/ul-or.png");
}

.ul-3 { 
  list-style: url("/images/decor/ul-ye.png");
}

.ul-4 { 
  list-style: url("/images/decor/ul-go.png");
}

.cat-shadow:active {
 box-shadow: 0 7px 7px rgba(200, 200, 200, 0.7);
 background: #fafdff !important;
}

/*исправляю поля в карточке*/
.ba-field-label{
width: 100%;
}

.ba-store-cart-close-wrapper i:after {
     content: "Продолжить покупки";
     position: absolute;
     margin-top: 5px;
     right: 25px;
     display: inline-block;
     color: var(--text);
     padding-bottom: 5px;
     padding-left: 25px;
     padding-right: 25px;
     padding-top: 5px;
     font-family: 'Oswald';
     font-size: 12px;
     font-style: normal;
     font-weight: 700;
     letter-spacing: 0.5px;
     line-height: 20px;
     text-align: left;
     text-decoration: none;
     text-transform: uppercase;
}

/*Скрытие катагорий -   У МЕНЯ НЕ РАБОТАЛО*/
/* Скрываем контейнер по умолчанию */
/*
.perchatki {
    display: none;
}
/* Класс для отображения контейнера */
/*
.show {
    display: block;
}

