.promocode input{
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 15px;
}
.bonus-system{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.red_decor{
    border-bottom: 1px solid red;
}
.cart-reload{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 250;
}
.cart-reload .cart-reload-fix{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    transition: -webkit-transform .3s ease-out;
    cursor: pointer;
}
.reloadin .cart-close {
    padding: 1rem;
    background: url(/assets/images/close-modal.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 6px;
    color: transparent;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}
.reload-box{
    
}
.reload-gif{
    display: table;
    margin: 15px auto 0;
}
.reloadin {
    z-index: 10;
    position: relative;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    outline: 0;
    max-width: 500px;
    top: 50%;
    min-height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reloadinb{
    padding: 45px 2rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e9ecef;
    border-radius: .3rem;
    width: 100%;
}
.reload-text{
    font-size: 20px;
    line-height: 28px;
    border-radius: .3rem;
    text-align: center
}


.bs-confirm{
    margin-top: 15px;
}
.cart-table__price{
    font-weight: bold;
}
.item-bonus{
    margin-top: 10px;
}
.js-delete .btn-dismiss-modal{
    margin-left: auto;
}
.item-bonus span{
    display: block!important;
    font-size: 12px;
    white-space: nowrap
}
.bonus-icon{
    margin-right: 7px;
}
.bonus-icon svg{
    width: 25px;
    height: 25px;
}
.box-flex{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.promocode button{
    display: block;
    max-width: 165px;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    height: 47px;
    line-height: 42px;
    border-radius: 0.25rem;
    background: rgba(33, 37, 41, 0.5);
    font-size: 12px;
    border: 0!important;
}
.promocode p{
    font-size: 11px;
    text-decoration: underline;
    text-decoration-style: dashed;
    margin-bottom: 15px;
    cursor: pointer
}
.bonus_line{
    margin-bottom: 15px;
}
.bonus_line,.bonus_line label{
    width: 100%;
    display: block;
}
.bonus_line label > span{
    width: 100%;
}
.bonus_line span span{
    float: right
}




.product_cart_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  z-index: 1000
}
.product_cart_popup {
  width: 40%;
  height: auto;
  background-color: #fff;
  position: fixed;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 35px 50px 20px
}
.product_cart_popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 20px;
  right: 10px;
  top: 10px
}
.product-popup-wrapper {
  display: none;
  width: 100%
}
.product_cart_popup .product_popup_block {
  display: flex;
  margin-top: 30px;
  width: 100%;
  justify-content: space-between
}
.product_cart_popup .product_popup_img {
  display: block;
  width: 35%;
  height: 100%
}
.product_cart_popup .product_popup_right {
  width: 60%
}
.product_cart_popup .product_title {
  font-size: 20px
}
.product_cart_popup .product_line_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px
}
.product_cart_popup .product_line_block a {
  color: #007bff;
  text-decoration: underline
}
.product_cart_popup .product_line_block img {
  cursor: pointer
}
.product_cart_popup .product_line_block div {
  color: #9a9a9a
}
.product_cart_popup .product_line_block span {
  color: #000
}
.product_cart_popup .product_description {
  margin-top: 30px
}
.product_cart_popup .product_description .product_prop {
  color: #9a9a9a
}
.product_cart_popup .product_description .product_prop span {
  color: #000
}
.product_cart_popup .product_detail_button {
  width: 50%;
  height: 50px;
  background-color: #f86d57;
  color: #fff;
  border-radius: 7px;
  margin-top: 30px;
  display: block
}
.product_cart_popup .product_detail_button span {
  text-align: center;
  display: block;
  line-height: 50px !important
}
@media (max-width:1629px) {
  .product_cart_popup {
    width: 45%;
    width: 45%
  }
}
@media (max-width:1300px) {
  .product_cart_popup {
    width: 60%
  }
}
@media (max-width:1024px) {
  .product_cart_popup {
    width: 70%;
    width: 98%
  }
}
@media (max-width:500px) {
  .product_cart_popup {
    width: 98%;
    padding: 5px 20px 50px;
    z-index: 10000;
    height: 100%;
    overflow-y: auto
  }
  .product_cart_popup .product_popup_block {
    display: block
  }
  .product_cart_popup .product_popup_img {
    width: 100%;
    max-height: 200px
  }
  .product_cart_popup .product_popup_right {
    width: 100%
  }
  .product_cart_popup .product_line_block {
    display: block
  }
  .product_cart_popup .product_line_block div {
    margin-top: 10px
  }
  .product_cart_popup .product_line_block img {
    margin-left: 20px
  }
  .product_cart_popup .product_detail_button {
    width: 100%
  }
  .product_cart_popup .product_title {
    margin-top: 10px
  }
}


