body {
  font-family: 'Poppins', sans-serif;
}

.main-section__left-img {
  width: 100%;
}

.main-section__value-content {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #6A983C;

}

.main-section__form-select {
  display: flex;
  align-items: center;
  padding: 12px 12px;
  width: 110px;
  background: #F9F9F9;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 12px;
  margin-right: 24px;
}

.main-section__form-bnt {
  background: #6A983C;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 16px;
  color: #FFFFFF;
  border: 2px solid #46760A;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.main-section__form-bnt::before {
  content: '';
  background-image: url(../icon/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.form-select__item {
  padding-left: 10px;
}

.main-section__select-item {
  font-size: 14px;
  line-height: 19px;
  color: #d1d1d1;
  padding-right: 12px;
  border-right: solid 1px #d1d1d1;
}

.main-section__value-last--content {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: flex-end;
  text-decoration-line: line-through;
  color: #A9A9A9;
}

.main-section__btn-btn {
  display: flex;
  align-items: center;
}

.main-section__btn-btn::before {
  content: '';
  background-image: url(../icon/heart.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}

.main-section__btn-button {
  display: flex;
  align-items: center;
}

.nav-item__badge {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  background: #F4F8EC;
  border-radius: 12px;
  color: #6A983C;
  padding: 0px 8px;
}

.main-section__btn-button::before {
  content: '';
  background-image: url(../icon/compare.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}

:root{
  --primary-color: #6A983C;
}

.breadcrumb-box{
  background-color: #fff !important;
}

.outcome__star-box {
  margin-bottom: 25px;
}

.outcome__star-box-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
}

.outcome__star-empty-box,
.outcome__star-full-box {
  display: flex;
}

.outcome__star-empty:not(:last-child),
.outcome__star-full:not(:last-child) {
  margin-right: 4px;
}


.outcome__star-full-box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 82%;
}

.product-order{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #F5F5F5;
}

.product-order__price-box {
  margin-right: 10px;
}


.product-order__select{
  border: none;
  background-color: #F9F9F9;
}

.product-order__price-new {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
}

.product-order__price-old {
  text-decoration-line: line-through;
  color: #A9A9A9;
  margin-bottom: 0;

}

.product-order__btn {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  padding: 14px 16px;
  background-color: #F9F9F9;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 12px;
}
.product-order__btn-number {
  margin-right : 5px;
  display: flex;
  align-items: center;
  color: #d1d1d1;
  margin-right: 16px;
}

.product-order__btn-number::after{
  margin-left: 16px;
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #D1D1D1;
}

.product-order__add-btn{
  padding: 14px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}



/* CHECKOUT */

.breadcrumb-text{
  font-size: 12px;
  line-height: 16px;

}

.forms-info__text,
.forms-info__steps {
  font-size: 12px;
  line-height: 16px;
}

.form-check-input{
  margin-left: -0.3rem;
}

.payment-method__type{
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
}

.payment-method__box{
  position: relative;
}

.payment-method::before{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.payment-method__type::before{
  margin-right: 5px;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #151515;
  transition: border 0.3s ease;
}

.payment-method:checked ~ .payment-method__type::before {
  border: 5px solid #151515;
}

.payment-method-fee{
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.additional-text{
  font-size: 14px;
  line-height: 19px;
  resize: none;
  min-height: 150px;
}

.confirmation-input{
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

.billing-method__box {
  width: 100%;

}

.billing-method__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D1D1D1;
  width: 100%;
  padding: 15px 17px;
  background-color: #F9F9F9;
  border-radius: 12px;
}

.payment-method__inner{
  background-color: #f9f9f9;
  padding: 15px 17px;
  border-radius: 12px;
}

.payment-method__wrapper--active{
  background-color: #fff;
}


.payment-method__wrapper-input{
  background-color: #F9F9F9;
}
.payment-method__wrapper--active .payment-method__wrapper-input {
  background-color: #fff;
}

@media only screen and (max-width: 576px){
  .card-related img{
    height: 300px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 650px){
  .product-order__price-box{
    display: block;
    margin-bottom: 8px;
  }
    .product-order__btn{
      margin-bottom: 8px;
    }
}


.breadcrumb {
  background-color: #fff !important;
}

.breadcrumb__link {
  font-size: 10px;
  line-height: 15px;
  color: #a9a9a9;
}

.breadcrumb__link:hover {
  text-decoration: none;
}

.products__link {
  white-space: nowrap;
}

.products__link::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../icon/icon-arrow-green-right.svg");
  background-repeat: no-repeat;
}

.price {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #6A983C;
  white-space: nowrap;
}

.price__sale {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-decoration: line-through;
}

.btn-sm {
  white-space: nowrap;
}

.btn__hearth {
  display: block;
  background-image: url("../icon/ic-actions-heart.svg");
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
}

.btn__layout {
  display: block;
  background-image: url("../icon/ic-layout-picture-right.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.img-fluid {
  object-fit: cover;
}

.btn__like::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../icon/ic-actions-heart.svg");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.btn__compare::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../icon/ic-layout-picture-right.svg");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.btn__remove::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url("../icon/ic-actions-close-simple.svg");
  background-repeat: no-repeat;
}

@media only screen and (min-width: 500px) {
  .price-or-select {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 560px) {
  .breadcrumb__link {
    font-size: 12px;
    line-height: 17px;
  }

  .product__title {
    font-size: 16px;
    line-height: 25px;
  }

  .price {
    font-size: 22px;
    line-height: 30px;
  }
}


@media only screen and (max-width:576px) {
  .main-section__left-list {
    flex-direction: column;
  }
}