.yacco-secondary-links .yacco-nav .yacco-nav-item {
    text-transform: capitalize;
}

.yacco-nav-item-on-hover:hover .yacco-nav-item-link {
    pointer-events: all;
}

.faqcss p {
    display: inline-block;
    padding-right: 30px;
}

.add-comment__vote-stars {
    display: flex;
}

.add-comment__vote-stars span img {
    display: block;
    width: 100%;
    transition: opacity .2s ease-in-out;
}

.add-comment__vote-stars span img.icon-active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.add-comment__vote-stars span.active img, .add-comment__vote-stars span.hover img {
    opacity: 0;
}

.add-comment__vote-stars span.active img.icon-active, .add-comment__vote-stars span.hover img.icon-active {
    opacity: 1;
}

.add-comment__vote-stars span {
    flex-shrink: 0;
    width: 25px;
    position: relative;
    cursor: pointer;
}

.cart-table-row {
    position: relative;
}

.remove-product {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d0d7d8;
}

.remove-product {
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.remove-product button{
    
}

.cart-mobile-header, .cart-table-total .col5 span.js-count_items {
    display: inline-block;
}

.cart-input.error {
    border: 1px solid red;
}

.select2.select2-container.select2-container--default {
    height: 60px;
    padding: 0;
	width: 100% !important;
    max-width: 100%;
}

.select2-container.select2-container--default .select2-selection--single {
    height: 60px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    line-height: 58px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../img/arrow-icon.svg);
    background-repeat: no-repeat;
    border: none !important;
    height: 27px !important;
    width: 27px !important;
}

.items-images {
    max-height: 240px;
}

.items-images_view {
    max-height: 550px;
}

table tr:nth-child(odd) {
	background: #dfdfdf;
}

table td, thead th {
	padding: 15px 20px;
}
table {
    margin: 30px 0;
}
thead {
    text-align: center;
}
thead th {
    background: #005239;
    color: #fff;
}
@media (min-width: 1200px) {
    .offset-xl-2 {
        margin-left: 0%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Account page */
.account__title {
    margin-top: 0;
    margin-bottom: 25px;
    color: #3d3d3d;
    font: 600 20px "Open Sans", sans-serif;
  }
  
  .account__nav-tabs {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  
  .account__nav-tabs-item {
    font: 14px "Open Sans", sans-serif;
  }
  
  @media only screen and (max-width: 800px) {
    .account__nav-tabs-item--contact {
      display: none;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .account__nav-tabs-item--wish {
      display: none;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .account__nav-tabs-item--orders {
      display: none;
    }
  }
  
  .account__nav-tabs-link {
    color: #3d3d3d;
    display: block;
    padding: 15px 0;
    margin-right: 50px;
    position: relative;
    text-decoration: none;
  }
  
  .account__nav-tabs-link:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: #444;
    -webkit-transition: width .4s;
    transition: width .4s;
  }
  
  .account__nav-tabs-link:hover {
    text-decoration: none;
  }
  
  .account__nav-tabs-link:hover:before {
    width: 100%;
  }
  
  .account__nav-tabs-link--active {
    position: relative;
    font-weight: 700;
  }
  
  .account__nav-tabs-link--active:hover {
    text-decoration: none;
  }
  
  .account__nav-tabs-link--active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: #444;
  }
  
  .account__nav-tabs-link--more {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .account__nav-tabs-link--more:before {
    content: none;
  }
  
  .account__nav-tabs-link--more:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 2px;
    background: url(../img/icons/account__arrow-drop-down.svg) 0 0 no-repeat;
  }
  
  .account__nav-tabs-item--more {
    position: relative;
    display: none;
  }
  
  @media only screen and (max-width: 400px) {
    .account__nav-tabs-item--more {
      display: list-item;
    }
  }
  
  .account-menu {
    padding: 5px 10px;
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 215px;
    z-index: 1;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
    font: 14px "Open Sans", sans-serif;
  }

  .account-menu li:before {
    content: none !important;
  }
  
  .account-menu--opened {
    display: block;
  }
  
  .account-menu__link {
    color: #3d3d3d;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .account-menu__link:hover {
    text-decoration: none;
    color: #444;
  }
  
  .account-menu__link--active {
    font-weight: 700;
  }
  
  .account-menu__personal, .account-menu__orders, .account-menu__wish {
    display: none;
  }
  
  @media only screen and (max-width: 600px) {
    .account-menu__wish {
      display: list-item;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .account-menu__orders {
      display: list-item;
    }
  }
  
  .personal-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data {
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  .personal-data__user, .personal-data__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 30px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__user, .personal-data__delivery {
      margin-right: 0;
      margin-left: 0;
    }
  }
  
  @media only screen and (max-width: 900px) {
    .personal-data__delivery {
      padding-top: 10px;
    }
  }
  
  .personal-data__user-wrapper, .personal-data__delivery-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media only screen and (max-width: 900px) {
    .personal-data__user-wrapper, .personal-data__delivery-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__user-wrapper, .personal-data__delivery-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .personal-data__user-title, .personal-data__delivery-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__user-title, .personal-data__delivery-title {
      padding-left: 70px;
      padding-right: 0;
    }
  }
  
  .personal-data__user-title:before, .personal-data__delivery-title:before {
    content: '' !important;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 10px;
    width: 50px;
    height: 50px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__user-title:before, .personal-data__delivery-title:before {
      left: 0;
    }
  }
  
  .personal-data__user-title:before {
    background: #005239 url(../img/icons/personal-data__user-icon.svg) 50% 50%/26px 18px no-repeat;
  }
  
  .personal-data__delivery-title:before {
    background: #005239 url(../img/icons/personal-data__delivery-icon.svg) 50% 50%/26px 18px no-repeat;
  }
  
  .personal-data__user-item, .personal-data__delivery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__user-item, .personal-data__delivery-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .personal-data__user-item--city, .personal-data__delivery-item--city {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  
  .personal-data__select-wrapper {
    position: relative;
  }
  
  .personal-data__select-wrapper:after {
    content: '';
    position: absolute;
    top: 23.5px;
    right: 21px;
    width: 8px;
    height: 14px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/icons/select-car-chevron.svg) 0 0 no-repeat;
    pointer-events: none;
  }
  
  .personal-data__user-name, .personal-data__user-phone, .personal-data__user-email, .personal-data__user-car, .personal-data__delivery-city, .personal-data__delivery-method, .personal-data__delivery-address {
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    height: 47px;
    padding-left: 19px;
    padding-right: 19px;
    font: 14px "Open Sans", sans-serif;
    color: #585657;
    width: 100%;
  }
  
  .personal-data__delivery-city, .personal-data__delivery-method {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px;
  }
  
  .personal-data__remember-label {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__remember-label {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .personal-data__remember-me {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .personal-data__remember-me:checked + span:after {
    content: '';
    position: absolute;
    top: 8.5px;
    left: 7.5px;
    width: 17px;
    height: 17px;
    background: url(../img/icons/check.svg) 0 0 no-repeat;
  }
  
  .personal-data__remember-checked {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #585657;
    font: 12px/1 "Open Sans", sans-serif;
  }
  
  .personal-data__remember-checked:before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    background: #fcfcfc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    min-width: 30px;
  }
  
  .personal-data__submit {
    border: 1px solid #005239;
    border-radius: 2px;
    background: #005239;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    font: 700 18px "Open Sans", sans-serif;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }
  
  @media only screen and (max-width: 400px) {
    .personal-data__submit {
      width: 100%;
    }
  }
  
  .personal-data__submit:hover {
    /* background-color: #db2118; */
    color: hsla(0, 0%, 100%, .75);
  }
  
  .personal-data__submit-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media only screen and (max-width: 460px) {
    .personal-data__submit-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .account__nav-tabs-item:before {
    display: none !important;
  }
/* END Account page */

h3.puce:before {color: #dbdbdb;}

h3.puce.active:before {color: #ffed00;}

.depth-1 {
  margin-left: 40px;
}

.promocoded {
  margin-top: 15px;
  display: none;
}

.promo-open .promocoded {
  display: inline-block;
}
.cart_summ_all s {
  color: red;
}

.personal-data__delivery-item--city .select2-selection.select2-selection--single {
  height: 47px;
}

.personal-data__delivery-item--city  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}

.personal-data__delivery-item--city .personal-data__select-wrapper:after {
  display: none;
}

.personal-data__delivery-item--city .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  left: -12px;
  right: 0;
}


.orders-list {
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 0;
  list-style: none;
}

.orders-list__item-short-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 990px) {
  .orders-list__item-short-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.orders-list__item-short-desc--active + .orders-list__item-full-desc {
  display: block;
}

.orders-list__item-short-desc--active .orders-list__total-price-wrapper, .orders-list__item-short-desc--active .orders-list__images-wrapper {
  display: none;
}

@media only screen and (max-width: 990px) {
  .orders-list__item-short-desc--active .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__item-short-desc--active .orders-list__order-number-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .orders-list__item-short-desc--active .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .orders-list__item-short-desc--active .orders-list__status-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__item-short-desc--active .orders-list__status-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .orders-list__item-short-desc--active .orders-list__status-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.orders-list__order-number-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  cursor: pointer;
  padding-right: 15px;
}

@media only screen and (max-width: 990px) {
  .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.orders-list__order-number {
  font: 700 14px "Open Sans", sans-serif;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orders-list__order-number:after {
  content: '';
  display: block;
  margin-left: 15px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
}

.orders-list__item-short-desc--active .orders-list__order-number:after {
  content: '';
  display: block;
  margin-left: 15px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
}

.orders-list__total-price-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  max-width: 155px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  padding-right: 15px;
}

@media only screen and (max-width: 990px) {
  .orders-list__total-price-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__total-price-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.orders-list__total-price {
  display: block;
  font: 700 14px "Open Sans", sans-serif;
  margin-bottom: 3px;
}

.orders-list__status-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  max-width: 125px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  padding-right: 15px;
}

@media only screen and (max-width: 990px) {
  .orders-list__status-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    max-width: 100%;
    padding-right: 0;
    text-align: right;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .orders-list__status-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__status-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: left;
  }
}

.orders-list__status {
  display: block;
  font: 700 14px "Open Sans", sans-serif;
  margin-bottom: 3px;
}

.orders-list__images-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  max-width: 290px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.orders-list__image-wrapper {
  border: 1px solid #eaeaea;
  width: 50px;
  height: 37px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  .orders-list__image-wrapper {
    margin-bottom: 20px;
  }
}

.orders-list__image-wrapper:not(:last-child) {
  margin-right: 10px;
}

.orders-list__image-wrapper img {
  max-width: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.orders-list__images-fading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

.orders-list__repeat-order-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 990px) {
  .orders-list__repeat-order-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__repeat-order-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.orders-list__repeat-order {
  border: 1px solid #28a745;
  border-radius: 2px;
  background: #fff;
  padding: 8px 18px;
  color: #2d2a2b;
  font: 700 14px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.orders-list__repeat-order:hover {
  background-color: #28a745;
  color: #fff;
}

.orders-list__item-full-desc {
  display: none;
}

.orders-list__item-full-wrapper {
  background: #fbfbfb;
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  padding-left: 15px;
  padding-right: 15px;
}

.orders-list__item-full-content {
  max-width: 982px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orders-list__item-full-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #eaeaea;
}

.orders-list__customer-info, .orders-list__full-items-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 850px) {
  .orders-list__customer-info, .orders-list__full-items-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.orders-list__customer-info {
  border-right: 1px solid #eaeaea;
  padding-right: 30px;
}

@media only screen and (max-width: 850px) {
  .orders-list__customer-info {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .orders-list__customer-info table, .orders-list__customer-info tbody, .orders-list__customer-info tr, .orders-list__customer-info td {
    display: block;
  }

  .orders-list__customer-info tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

.orders-list__full-items-info {
  padding-left: 30px;
}

@media only screen and (max-width: 850px) {
  .orders-list__full-items-info {
    padding-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .orders-list__full-items-info table, .orders-list__full-items-info tbody, .orders-list__full-items-info tr, .orders-list__full-items-info td {
    display: block;
  }

  .orders-list__full-items-info tr:not(:last-child) {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 576px) {
  #form-modal_call .modal-dialog {
      max-width: 530px !important;
  }
}