form.cart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
}

form.cart input {
  margin-bottom: 12px;
}


.additionals {
  width: 40%;
  display: block;
  background: #F8F8F8;
  padding: 1.5rem;
}


.additionals .wrap h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 24px;
  color: black;
  font-family: IBM Plex Sans !important;
}

.additionals .wrap {
  margin: 0 0 20px 0;
  display: block;
}

.additionals .wrap ul {
  padding: 0px;
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.additionals .wrap ul li {
  list-style: none;
}

.additionals .wrap a {
  font-size: 12px;
  text-decoration: underline;
}



.additionals .wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 0px;
  margin: 10px 0 0 0;
}


.single-product .single-product-wrapper {
  margin-bottom: 6.429em;
  display: flex;
  flex-wrap: nowrap;
}

.dropdown-menu-mini-cart .quantity,
.dropdown-menu-mini-cart dl.variation {
  margin-left: 0px;
}


iframe html body .badge {
  max-width: unset !important;
}


.our-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 2rem;
}

.our-advantages__block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}

.our-advantages .block-inner {
  display: flex;
  height: 100%;
  border: solid 1px #ddd;
  padding: 7px 10px 20px 10px;
  border-radius: 10px;
}


.our-advantages__block .icon {
  display: block;
  padding: 5px;
  width: 100px;
}

.our-advantages__block .text .title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin: 10px 0 10px 0;
}

.our-advantages__block .text .description {
  font-style: normal;
  /* font-weight: 500; */
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.single-product .entry-summary .clickBuyButton {
  width: 100% !important;
}

.single-product .entry-summary button[name="add-to-cart"] {
  width: 100% !important;
}

.single-product .cart .quantity {
  display: inline-block;
  width: 10em;
  display: flex;
  text-align: center !important;
}

.single-product .cart .quantity .plus,
.single-product .cart .quantity .minus {
  display: block;
  border: solid 1px #ddd;
  border-radius: 100%;
  /* padding: 5px; */
  font-weight: 700;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  font-size: 25px;
  padding-top: 8px;
  margin: 0 5px;
  cursor: pointer;
}

.single-product .cart .quantity .plus:hover,
.single-product .cart .quantity .minus:hover {
  background: #ddd;
  color: #222
}


.buttons-wrapper {
  display: flex;
}

form.cart input {
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .tags-index li {
    font-size: 10px;
    padding: 5px 15px;
    margin: 3px;
  }


  .single-product .single-product-wrapper {
    margin-bottom: 6.429em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .additionals {
    width: auto;
    display: block;
    background: #F8F8F8;
    padding: 30px;
    margin: 0 25px;
  }

  .single-product .price {
    text-align: center;
  }

  .single-product .cart .quantity {
    display: inline-block;
    width: 10em;
    display: flex;
    display: flex;
    text-align: center !important;
    width: 100% !important;
    justify-content: center;
  }
}