.basket-section {
    padding: 60px 0;
    background: #f4f4f4;
}
.basket-section .basket-title{
    font-family: Circe;
    font-size: 39px;
    font-weight: 300;
    color: #1d1d1d;
    padding: 20px 0 40px;
  margin: 0;
}
.basket-section .history .order-summary{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-align: center;
        -webkit-align-items: center;
            align-items: center;
    margin-top: 10px;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.basket-section .history .order-summary .summary-wr{
    width: 100%;
    -ms-flex-align: center;
        -webkit-align-items: center;
            align-items: center;
}
.basket-section .history .order-summary .summary-left .summarytotal{
    font-weight: 700;
}
.basket-section .history .order-summary .summary-left .summarytotal span{
    font-weight: 400;
}
.basket-section .promocode-wr{
   position: relative;
}
.basket-section .promo-inpt{
    outline: none;
    width: 221px;
     text-align: center;
    padding: 0 46px 0 23px;
    height: 44px;
    border-radius: 24px;
  border: solid 3px #dfdfdf;
  font-family: Circe;
  font-size: 14px;
  color: #1b1b1b;
}
.basket-section .promo-btn{
     outline: none;
    left: 180px;
    position: absolute;
    padding: 0 23px;
    height: 44px;
    border-radius: 24px;
  background-color: #f4f4f4;
  border: solid 3px #ff3b23;
  font-size: 14px;
  color: #1d1d1d;
  transition: .3s;
}
.basket-section .promo-btn:hover{
    background-color: #d7c7c7;
}
.basket-section .summary-right{
    position: relative;
}
.tooltip-wr{
    bottom: 90px;
    text-align: center;
    padding: 35px;
    position: absolute;
    background: url(../../img/tooltip-bg.png);
    background-size: cover;
    width: 292px;
  height: 181.3px;
}
.tooltip-wr .tooltip-msg{
    font-size: 14px;
  color: #ff3b23;
}
.tooltip-wr .continue-buy{
    margin-top: 15px;
    padding: 0 20px;
    border: none;
    outline: none;
      height: 44px;
  border-radius: 24px;
  background-color: #098ef9;
   font-size: 14px;
  color: #ffffff;
  transition: .3s;
}
.tooltip-wr .continue-buy:hover{
    background-color: #094ef9;
}
.order-summary .cdp-itogo{
    width: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-align: center;
        -webkit-align-items: center;
            align-items: center;
}
.order-summary .cdp-itogo-in{
    padding: 0;
    -ms-flex-align: center;
        -webkit-align-items: center;
            align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.order-summary .cdp-promo{
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.order-summary .cdp-btn{
    margin: 0;
}
.order-summary .cdp-itogo-in span.basket-total-price-ajax{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.promo-second{
    display: none !important;
}
.cdp-btn-wrap{
    width: auto;
}

/* --- New basket page --- */

.white-block {
   background: white;
}
.page-basket {
   padding: 35px 0;
}
.basket-right__inner {
   padding: 35px 25px 50px 25px;
}
.basket-block {
   padding: 0 25px;
}
.basket-subtitle {
   font-size: 31px;
   line-height: 1;
   padding-bottom: 2px;
   color: #1d1d1d;
   border-bottom: solid 2px rgb(216, 217, 217);
   margin-bottom: 35px;
}
.basket-block_info {
   margin: 35px 0;
}
.basket-info {
   padding: 0;
   margin: 0 -2px;
   font-size: 18px;
   line-height: 1.7;
}
.basket-info__item {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
           justify-content: space-between;
  position: relative;
  z-index: 1;
}
.basket-info__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dotted black;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
.basket-info__item-elem {
  background: white;
  padding: 0 2px;
}

.cdp-itogo.cdp-itogo_new {
   width: auto; 
   height: auto; 
   float: none; 
   text-align: center;
}
.cdp-itogo_new .cdp-promo {
   margin: 0;
   padding: 0 ;
   height: auto;
   line-height: normal;
   display: none;
}

.promo-toggle {


}

.basket-item {
   margin-bottom: 10px;
}
.basket-item__inner {
   -webkit-align-items: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
           justify-content: space-between;
   padding-right: 10px;
   -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
           flex-wrap: wrap;
}
.basket-item__img {
  padding-left: 15px;
  width: 80px;
  text-align: center;
}
.basket-item_full__name {
  padding-left: 15px;
}

.td-count {
  min-width: 90px;
}
.td-price {
  min-width: 90px;
}
.td-summ {
  min-width: 90px;
}
.td-del {
  width: 20px;
}

.basket-item_line__inner {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-item_line__left {
  margin-right: 10px;
  min-width: 70px;
  text-align: center;
}
.basket-item_line__right {
  width: 40%;
}
.basket-item_line__count {
  margin: 0 auto;
}
.basket-item_line__sum {
  margin-left: auto;
  width: 65px;
  text-align: right;
}
.basket-item_line__name {
  font-size: 17px;
  font-weight: 300;
}

.basket-item_full__btm-text {
  padding: 0 20px;
}

.cdp-total {
  margin-bottom: 10px;
}

.recommended-section,
.banners-section {
   margin-top: 40px;
}

.client-block {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 14px;
}
.client-block:last-of-type {
   margin-bottom: 0;
}
.mess-icn_wa {
  font-size: 16px;
  color: #009688;
}
.mess-icn_vb {
  color: #675da9;
}
.mess-icn_tg {
  font-size: 15px;
}

.basket-section .main-page-fwslider {
   height: 400px;
   min-height: auto;
}
.basket-section .main-page-slide {
   background-size: contain !important;
   background-position: 100% 50% !important;
}

/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .order-summary .cdp-itogo-in{
        width: 100%;
    }
    .order-summary .cdp-promo{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .cdp-itogo{
        height: auto;
    }
    .order-summary .cdp-btn{
        width: 100%;
    }
    .cdp-promo-field{
        margin: 10px 3px 10px 0;
    }
    .cdp-promo-btn{
        margin: 0 0 10px 0;
    }
    
}

@media screen and (max-width: 992px) {
  .order-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .col-order-cart.basket-right {
    margin: 40px 0 0 0;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

@media (max-width: 640px) {

    .col-order-content .page-basket,
    .basket-right__inner {
        margin: 0 -15px;
    }
    .basket-item_full__name {
        width: 100%;
    }
    .page-basket .table-hover .media-body {
      width: auto;
    }
}

@media screen and (max-width: 480px) {

  .basket-item_line__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .basket-item_line__right {
    width: auto;
    min-width: 70%;
  }
  .basket-item_line__count {
    margin: 10px 0 0 0;
  }
  .basket-item_line__sum {
    width: auto;
    margin-top: 10px;
  }
}