/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.product-row {
  padding: 24px 0;
  border-bottom: 2px solid #F7F8F8;
  position: relative;
}

.product-row-thumb {
  width: 17%;
  padding-bottom: 14%;
  position: relative;
}

.product-row-title {
  max-width: 336px;
  padding-top: 32px;
}

.product-row-controls {
  padding-top: 32px;
}

.product-row-price {
  padding-top: 32px;
  width: 130px;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 600;
}

.product-row-remove {
  width: 100%;
  top: 100px;
  position: absolute;
  font-size: 14px;
}

.product-row-remove.d-flex.mobil{
  display: none !important;
}
.mobil{
  display: none;
}
.link-dark.product-row-remove_btn{
  color: #e71276;
}
.product-row-remove_btn:hover{
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .product-row {
    padding: 15px 0;
  }
  .product-row-thumb {
    width: 18%;
    padding-bottom: 15%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-row-title {
    width: 82%;
    max-width: 82%;
    padding-left: 15px;
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-row-price {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
    padding-left: -webkit-calc(18% + 15px);
    padding-left: calc(18% + 15px);
    margin-bottom: 28px;
    text-align: left;
  }
  .product-row-controls {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0;
    width: 70%;
    padding-left: -webkit-calc(18% + 15px);
    padding-left: calc(18% + 15px);
  }
  .product-row-remove {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    position: static;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .product-row-thumb {
    width: 64px;
    height: 55px;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .product-row-title {
    /*width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);*/
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
    padding-left: 0;
    margin-bottom: 16px;
  }
  .product-row-price {
    width: 33.3333%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .product-row-controls {
    width: 33.3333%;
    padding-left: 0;
  }
  .product-row-remove {
    width: 33.3333%;
  }

  .product-row{
    border-top:2px solid #F7F8F8;
    /*margin-bottom: 15px;*/
  }
  .checkout__block .product-row:nth-child(2){
    border-top:none;
  }
  .product-row-remove.d-flex.desc{
    display: none !important;
  }
  .product-row-remove.d-flex.mobil{
    display: flex !important;
  }
  .product-row-remove.d-flex.mobil{
    width: 100%;
    margin-bottom: 5px;
  }
  .mobil{
    display: block;
  }  
  .checkout__sidebar-row_val.mobil{
    text-align: right;
  }
  
}
