.cart_ava {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
  color: red;
}

.cart_ava_0.cart_ava {
  color: #78a05c;
}

#pcart_bottom.nonactive #ofo {
  opacity: 0.3;
}

#pcart_bottom.nonactive #order_send_clear {
  display: block;
}

#ofowrap {
  width: 310px;
  position: relative;
}
#order_send_clear {
  position: absolute;
  top: 100%;
  color: #000;
  left: 0px;

  right: 0px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  padding-top: 22px;
  display: none;
  text-align: center;
}

#ofo {
  position: relative;
  top: 2px;
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff !important;
}
.pcart_q_up {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
}

.pcart_q_down {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
}

.pcart_q_up svg {
  width: 11px;
  height: 11px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -7px;
  position: absolute;
}

.pcart_q_down svg {
  width: 11px;
  height: 11px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -7px;
  position: absolute;
}

.quantity {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border-radius: 0px;
  font-size: 16px;

  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 40px;
  right: 40px;
}

.pcart_quantity {
  text-align: center;
}

.pq {
  width: 120px;
  margin: 0px auto;
  position: relative;
  height: 40px;
}

.pcart_price {
  font-size: 18px;
  font-weight: 700;
}

#pcart_reset {
  padding-top: 37px;
}

#pcart_reset > span {
  cursor: pointer;
  border-bottom: 1px dashed;
  display: inline-block;
}

.pcart_delete {
  height: 24px;
  cursor: pointer;
  position: relative;
}

.pcart_delete svg {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 0px;
}

.pcart_delete:hover svg polygon {
  fill: red;
}

#pcart_product_head > div#pcart_title_head,
.pcart_title {
  text-align: left !important;
}

.pcart_title {
  display: flex;
  align-items: center;
}

#pcart_itogo {
  position: relative;
}

#pcart_q > b,
#pcart_sum > b {
  width: 184px;
  display: block;
  font-weight: 400;
  float: left;
  font-size: 18px;
}

.bdlang_ua #pcart_q > b,
.bdlang_ua #pcart_sum > b {
  width: 210px;
}

#q_all,
#uah_all {
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

#pcart_itogo1 {
  height: 25px;
}

#pcart_itogo2 {
  height: 45px;
}

#pcart_sum2 {
  position: relative;
  padding-left: 50px;
  font-style: italic;
}

#pcart_sum2 b {
  font-weight: 600;
}

#pcart_sum2 svg {
  position: absolute;
  left: 2px;
  top: 2px;
}

#pcart_bottom {
  padding-bottom: 130px;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

.pcart_title_img,
.pcart_title_img a {
  text-align: center;
  vertical-align: middle;
  width: 90px;
  height: 90px;
}

.cart_photo {
  width: 90px;
  height: 90px;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
  display: block;
  background-size: cover !important;
}

.pcart_title_right {
  width: calc(100% - 160px);
}

.pcart_title_img {
  margin-left: 35px;
  margin-right: 35px;
}

.pcart_title_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto;
}

#pcart_product_head > div {
  text-align: center;
  padding-top: 12px;
  color: #555;
  padding-bottom: 18px;
}

.pcart_product {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.pcart_product:after {
  position: absolute;
  display: block;
  content: "";
  background: #dcdcdc;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.pcart_product > div {
  text-align: center;
}

#pcart_product_head,
.pcart_product {
  display: flex;
  align-items: center;
}

#pcart_product_head > div#pcart_title_head {
  text-align: left;
  padding-left: 221px;
}

#pcart_title_head,
.pcart_title {
  width: 52%;
}

#pcart_quantity_head,
.pcart_quantity {
  width: 20%;
}

#pcart_price_head,
.pcart_price {
  width: 20%;
}

#pcart_delete_head,
.pcart_delete {
  width: 6%;
}

.pcart_title_name {
  text-decoration: underline !important;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.pcart_pack {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-size: 12px;
  color: #444;
  background: #f3f6f9;
  border: 1px solid #e3e8ee;
  border-radius: 20px;
  line-height: 1;
  white-space: nowrap;
}

.pcart_title_code {
  color: #555;
}
