:root {
  --template-headings-font: "Inter", serif !important;
}
body {
font-size: 13px !important;
}
.btn.btn-cart, .btn.btn-conversion {
color: white !important;
border-radius: 5px;
}
.navigation-buttons a[data-target=cart] {
background-color: transparent !important;
color: var(--_color-header-text) !important;
}
.type-product .breadcrumbs {
padding-bottom: 11px;
}
.hp-video, .news-item img {
border-radius: 5px;
}
.p-to-cart-block .add-to-cart .quantity {
border-radius: 5px;
background: transparent;
}
@media (min-width: 992px) {
.products-block .p-bottom>div .p-tools .btn-cart {
border-radius: 0 5px 5px 0;
}
.p-tools .quantity {
border-radius: 5px 0 0 5px;
background: transparent;
}
}
.footer-rows img {
border-radius: 5px;
}
#content img {
border-radius: 5px;
}
.btn.unveil-button {
border-radius: 5px;
}
.btn.btn-default, a.btn.btn-default {
color: white;
border-radius: 5px;
}
.p-to-cart-block {
border-radius: 5px;
}
.btn.btn-secondary, a.btn.btn-secondary {
border-radius: 5px;
}
:where(body.ums_a11y_pagination--on) .pagination .pagination__link {
border-radius: 5px;
}
.products-block>div .p .p-bottom>div .p-tools .btn.btn-primary {
border-radius: 5px;
}
.flag {
border-radius: 5px;
}
.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button {
background-color: #ffb6c1;
}
.discount-coupon .input-group .btn {
border-radius: 0 5px 5px 0;
}
.cart-table .p-quantity .quantity {
border-radius: 5px !important;
background: transparent;
}
#checkoutContent .form-control {
border-radius: 5px;
}
.checkout-box, .order-summary-inner {
border-radius: 5px;
}

.header__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content;
  flex: 0 0 auto !important;
}

.header__image {
  width: 50px;
  flex-shrink: 0;
}

.header__image img {
  width: 100%;
}

.header__rating {
  margin-bottom: 5px;
}

.header__item,
.header__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__stars {
  display: flex;
  align-items: center;
}
.header__star {
  position: relative;
  width: 14px;
  height: 14px;
}
.header__star::before {
  content: "\e907";
  color: #ecb911;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "ikony";
  line-height: 13px;
}
.header__percent {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
}
.header__phone {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.5;
  color: black;
}
.header__descr {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.5;
  color: #747474;
}
.header__text {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.5;
  color: black;
}
@media (max-width: 1200px) {
.top-nav-button {
width: auto;
padding: 15px 10px 0;
font-size: 12px;
}
#header .cart-count {
min-width: auto;
padding: 15px 10px 0;
font-size: 12px;
}
.header__image {
    width: 30px;
  }
  .header__item,
  .header__rating {
    gap: 5px;
  }
  .header__star {
    width: 10px;
    height: 10px;
  }
  .header__star::before {
    font-size: 10px;
    line-height: 10px;
  }
  .header__percent {
    font-size: 14px;
  }
  .header__phone {
    font-size: 12px;
  }
  .header__descr {
    width: max-content;
    font-size: 10px;
  }
  .header__text {
    font-size: 10px;
  }
}
@media (max-width: 992px){
.header-top {
height: auto;
}
.header-top > div.search {
width: 100% !important;
padding: 0 0 10px;
order: 10;
}
.top-nav-button, #header .cart-count {
border: 0;
}
}
@media (min-width: 768px) {
  .header-top {
  gap: 10px;
    justify-content: space-between;
  }
  .site-name {
  padding: 0;
  }
  .header-top > div,
  .header-top > div.search {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    position: absolute;
    top: -44px;
    left: 18%;
    gap: 10px;
  }
    #header .cart-count {
  padding: 0;
  }
}

@media (max-width: 570px) {
.header__wrapper {
display: none;
}
}

#header .search {
padding-left: 0;
}
@media (min-width: 768px) {
#header .header-top-wrapper>div {
flex: 0 1 20%;
}
#header .header-top-wrapper .site-name {
flex: 0 1 25%
}
}