/* X-PORT CART UI — FINAL PREMIUM SYSTEM 1.0.6 */

body.woocommerce-cart{background:#f5f6f8!important}
body.woocommerce-cart *,body.woocommerce-cart *::before,body.woocommerce-cart *::after{box-sizing:border-box!important}

body.woocommerce-cart .woocommerce-cart-form:not(.xport-cart-form),
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart a[href*="clear-cart"]:not(.xport-cart-clear),
body.woocommerce-cart .xport-cart-summary-card a[href*="clear-cart"] {display:none!important}

/* Жестко вырезаем уведомления под футером сайта */
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart #bde-section-51-101 ~ .woocommerce-notices-wrapper {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error{
  width:min(100%,1220px)!important;
  margin:0 auto 18px!important;
  border:0!important;
  border-radius:18px!important;
  background:#fff!important;
  color:#111827!important;
  box-shadow:0 14px 36px rgba(15,23,42,.06)!important;
}

body.woocommerce-cart .bde-section-51-100 .section-container{
  padding-top:0!important;
}


body.woocommerce-cart .xport-cart-page{
  width:min(100%,1220px)!important;
  margin:0 auto!important;
  padding:28px 0 38px!important;
}

body.woocommerce-cart .xport-cart-top{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin:0 0 20px!important;
}

body.woocommerce-cart .xport-cart-items-toolbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  min-height:62px!important;
  border-bottom:1px solid #eef0f3!important;
}

body.woocommerce-cart .xport-cart-items-toolbar strong{
  color:#111827!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:700!important;
}

body.woocommerce-cart .xport-cart-items-toolbar .xport-cart-clear{
  width:auto!important;
  min-height:36px!important;
  padding:0 13px!important;
  box-shadow:none!important;
}

body.woocommerce-cart .xport-cart-title{
  margin:0!important;
  font-size:32px!important;
  line-height:1.08!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  color:#111827!important;
}

body.woocommerce-cart .xport-cart-clear{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 15px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid #e7e9ee!important;
  color:#667085!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:700!important;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(15,23,42,.04)!important;
  transition:.18s ease!important;
}

body.woocommerce-cart .xport-cart-clear:hover{
  background:#f7f8fa!important;
  border-color:#d9dee7!important;
  color:#111827!important;
  transform:translateY(-1px)!important;
}

body.woocommerce-cart .xport-cart-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 390px!important;
  gap:24px!important;
  align-items:start!important;
  width:100%!important;
}

body.woocommerce-cart .xport-cart-form,
body.woocommerce-cart .xport-cart-side,
body.woocommerce-cart .xport-cart-items-card{min-width:0!important;max-width:100%!important}

body.woocommerce-cart .xport-cart-items-card,
body.woocommerce-cart .xport-cart-summary-card,
body.woocommerce-cart .xport-help-card{
  background:#fff!important;
  border:1px solid #e7e9ee!important;
  border-radius:26px!important;
  box-shadow:0 16px 38px rgba(15,23,42,.055)!important;
}

body.woocommerce-cart .xport-cart-items-card{
  --xport-cart-columns:22px minmax(0,1fr) 106px 124px 106px;
  padding:0 22px!important;
  overflow:hidden!important;
  margin:0!important;
}

body.woocommerce-cart .xport-cart-head{
  display:grid!important;
  grid-template-columns:var(--xport-cart-columns)!important;
  gap:14px!important;
  padding:18px 0!important;
  border-bottom:1px solid #eef0f3!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  color:#98a2b3!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}

body.woocommerce-cart .xport-cart-item{
  position:relative!important;
  display:grid!important;
  grid-template-columns:var(--xport-cart-columns)!important;
  gap:14px!important;
  align-items:center!important;
  min-width:0!important;
  min-height:112px!important;
  padding:18px 0!important;
  border-bottom:1px solid #eef0f3!important;
}

body.woocommerce-cart .xport-cart-item:last-of-type{border-bottom:0!important}

body.woocommerce-cart .xport-cart-remove{
  position:static!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  background:#f7f8fa!important;
  color:#98a2b3!important;
  font-size:18px!important;
  line-height:18px!important;
  font-weight:500!important;
  text-decoration:none!important;
  transition:.16s ease!important;
}

body.woocommerce-cart .xport-cart-remove:hover{background:#fff1f1!important;color:#d92d20!important}

body.woocommerce-cart .xport-cart-product{
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-width:0!important;
}

body.woocommerce-cart .xport-cart-thumb{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:76px!important;
  height:76px!important;
  border-radius:18px!important;
  background:#f8fafc!important;
  text-decoration:none!important;
  overflow:hidden!important;
}

body.woocommerce-cart .xport-cart-thumb img{
  width:76px!important;
  height:76px!important;
  object-fit:contain!important;
}

body.woocommerce-cart .xport-cart-product-info{min-width:0!important}

body.woocommerce-cart .xport-cart-name{
  display:block!important;
  max-width:100%!important;
  color:#111827!important;
  text-decoration:none!important;
  font-size:15px!important;
  line-height:1.32!important;
  font-weight:700!important;
  overflow-wrap:anywhere!important;
}

body.woocommerce-cart .xport-cart-name:hover{color:#26b24a!important}

body.woocommerce-cart .xport-cart-meta{
  margin-top:6px!important;
  font-size:13px!important;
  line-height:1.35!important;
  color:#667085!important;
}

body.woocommerce-cart .xport-cart-meta dl,
body.woocommerce-cart .xport-cart-meta dt,
body.woocommerce-cart .xport-cart-meta dd,
body.woocommerce-cart .xport-cart-meta p{margin:0!important;padding:0!important}

body.woocommerce-cart .xport-cart-price,
body.woocommerce-cart .xport-cart-subtotal{
  min-width:0!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:700!important;
  color:#111827!important;
  white-space:nowrap!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

body.woocommerce-cart .xport-cart-subtotal{text-align:right!important}

body.woocommerce-cart [data-xport-money]{
  font-family:Rubik,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
  font-synthesis:none!important;
}

body.woocommerce-cart .xport-cart-qty-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
}

body.woocommerce-cart .xport-cart-qty-wrap > span{display:none!important}

body.woocommerce-cart .xport-cart-qty-block{
  width:104px!important;
  height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f8fafc!important;
  border:1px solid #e7e9ee!important;
  border-radius:14px!important;
  overflow:hidden!important;
}

body.woocommerce-cart .xport-cart-qty-block button{
  width:32px!important;
  height:40px!important;
  border:0!important;
  background:transparent!important;
  color:#667085!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:700!important;
  padding:0!important;
  cursor:pointer!important;
  transition:.16s ease!important;
}

body.woocommerce-cart .xport-cart-qty-block button:hover{color:#26b24a!important;background:#eefbf2!important}

body.woocommerce-cart .xport-cart-qty-block input{
  width:38px!important;
  height:40px!important;
  border:0!important;
  background:transparent!important;
  color:#111827!important;
  text-align:center!important;
  font-size:15px!important;
  line-height:40px!important;
  font-weight:800!important;
  padding:0!important;
  outline:0!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

body.woocommerce-cart .xport-cart-qty-block input::-webkit-outer-spin-button,
body.woocommerce-cart .xport-cart-qty-block input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}

body.woocommerce-cart .xport-hidden-submit{display:none!important}

body.woocommerce-cart .xport-cart-side{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
}

body.woocommerce-cart .xport-cart-summary-card{padding:24px!important}

body.woocommerce-cart .xport-summary-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 18px!important;
}

body.woocommerce-cart .xport-summary-head h2{
  margin:0!important;
  font-size:28px!important;
  line-height:1.08!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  color:#111827!important;
}

body.woocommerce-cart .xport-summary-head span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#eefbf2!important;
  color:#14883a!important;
  font-size:13px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .xport-summary-row,
body.woocommerce-cart .xport-summary-total{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
}

body.woocommerce-cart .xport-summary-row{
  margin-bottom:14px!important;
  font-size:15px!important;
  line-height:1.25!important;
  color:#667085!important;
}

body.woocommerce-cart .xport-summary-row b,
body.woocommerce-cart .xport-summary-total b{
  color:#111827!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .xport-green{color:#26b24a!important}

body.woocommerce-cart .xport-summary-total{
  border-top:1px solid #eef0f3!important;
  padding-top:18px!important;
  margin:18px 0 20px!important;
}

body.woocommerce-cart .xport-summary-total span{
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:700!important;
  color:#111827!important;
}

body.woocommerce-cart .xport-summary-total b{
  font-size:22px!important;
  line-height:1.15!important;
  min-width:120px!important;
  text-align:right!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

body.woocommerce-cart .xport-main-checkout,
body.woocommerce-cart .xport-fast-order{
  height:48px!important;
  border-radius:15px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
  transition:.18s ease!important;
}

body.woocommerce-cart .xport-main-checkout{
  background:#26b24a!important;
  color:#fff!important;
  margin-bottom:12px!important;
  box-shadow:0 12px 24px rgba(38,178,74,.20)!important;
}

body.woocommerce-cart .xport-main-checkout:hover{
  background:#209d40!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 16px 28px rgba(38,178,74,.25)!important;
}

body.woocommerce-cart .xport-fast-order{
  background:#fff!important;
  color:#26b24a!important;
  border:1px solid rgba(38,178,74,.42)!important;
}

body.woocommerce-cart .xport-fast-order:hover{
  background:#eefbf2!important;
  color:#14883a!important;
  border-color:#26b24a!important;
}

body.woocommerce-cart .xport-secure{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin-top:14px!important;
  padding-top:14px!important;
  border-top:1px solid #eef0f3!important;
  font-size:12px!important;
  line-height:1.35!important;
  color:#8a94a3!important;
}

body.woocommerce-cart .xport-secure-icon{
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  border-radius:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eefbf2!important;
  color:#26b24a!important;
}

body.woocommerce-cart .xport-secure-icon svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body.woocommerce-cart .xport-help-card{padding:0!important;overflow:hidden!important}

body.woocommerce-cart .xport-xbenefits-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

body.woocommerce-cart .xport-xbenefit{
  min-height:154px!important;
  text-align:center!important;
  padding:18px 14px!important;
  border-right:1px solid #eef0f3!important;
  border-bottom:1px solid #eef0f3!important;
}

body.woocommerce-cart .xport-xbenefit:nth-child(2),
body.woocommerce-cart .xport-xbenefit:nth-child(4){border-right:0!important}

body.woocommerce-cart .xport-xbenefit:nth-child(3),
body.woocommerce-cart .xport-xbenefit:nth-child(4){border-bottom:0!important}

body.woocommerce-cart .xport-xbenefit span{
  width:42px!important;
  height:42px!important;
  margin:0 auto 11px!important;
  border-radius:14px!important;
  background:#eefbf2!important;
  color:#26b24a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body.woocommerce-cart .xport-xbenefit svg{
  width:23px!important;
  height:23px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body.woocommerce-cart .xport-xbenefit b{
  display:block!important;
  margin:0 0 7px!important;
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:800!important;
  color:#111827!important;
}

body.woocommerce-cart .xport-xbenefit small{
  display:block!important;
  font-size:12px!important;
  line-height:1.35!important;
  color:#667085!important;
}

@media(max-width:1180px){
  body.woocommerce-cart .xport-cart-layout{grid-template-columns:1fr!important}
  body.woocommerce-cart .xport-cart-side{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:18px!important;
  }
}

@media(max-width:900px){
  body.woocommerce-cart .xport-cart-page{padding:28px 0 34px!important}
  body.woocommerce-cart .xport-cart-top{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:14px!important;
  }
  body.woocommerce-cart .xport-cart-title{font-size:27px!important;line-height:1.08!important}
  body.woocommerce-cart .xport-cart-items-toolbar .xport-cart-clear{width:auto!important}
  body.woocommerce-cart .xport-cart-side{grid-template-columns:1fr!important}
  body.woocommerce-cart .xport-cart-head{display:none!important}
  body.woocommerce-cart .xport-cart-items-card{
    padding:0 16px!important;
    border-radius:22px!important;
  }

  body.woocommerce-cart .xport-cart-item{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    align-items:stretch!important;
    min-height:0!important;
    padding:18px 0 18px 32px!important;
  }

  body.woocommerce-cart .xport-cart-remove{
    position:absolute!important;
    left:0!important;
    top:22px!important;
    transform:none!important;
  }

  body.woocommerce-cart .xport-cart-product{
    width:100%!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    gap:14px!important;
  }

  body.woocommerce-cart .xport-cart-price,
  body.woocommerce-cart .xport-cart-subtotal,
  body.woocommerce-cart .xport-cart-qty-wrap{
    width:100%!important;
    min-height:38px!important;
    padding:0 0 0 90px!important;
  }

  body.woocommerce-cart .xport-cart-price,
  body.woocommerce-cart .xport-cart-subtotal{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    text-align:right!important;
  }

  body.woocommerce-cart .xport-cart-price::before{
    content:"Цена";
    font-size:13px!important;
    font-weight:700!important;
    color:#98a2b3!important;
  }

  body.woocommerce-cart .xport-cart-subtotal::before{
    content:"Итого";
    font-size:13px!important;
    font-weight:700!important;
    color:#98a2b3!important;
  }

  body.woocommerce-cart .xport-cart-qty-wrap{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
  }

  body.woocommerce-cart .xport-cart-qty-wrap > span{
    display:block!important;
    font-size:13px!important;
    font-weight:700!important;
    color:#98a2b3!important;
  }

  body.woocommerce-cart .xport-cart-name{
    font-size:14px!important;
    line-height:1.28!important;
  }

  body.woocommerce-cart .xport-cart-meta{
    font-size:12px!important;
    line-height:1.3!important;
  }

  body.woocommerce-cart .xport-summary-head h2{font-size:24px!important}
}

@media(max-width:520px){
  body.woocommerce-cart .xport-summary-head{
    align-items:center!important;
    gap:10px!important;
  }

  body.woocommerce-cart .xport-summary-head h2{
    font-size:22px!important;
    line-height:1.05!important;
  }

  body.woocommerce-cart .xport-summary-head span{
    min-height:26px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }

  body.woocommerce-cart .xport-cart-product{
    grid-template-columns:68px minmax(0,1fr)!important;
    gap:12px!important;
  }

  body.woocommerce-cart .xport-cart-thumb,
  body.woocommerce-cart .xport-cart-thumb img{
    width:68px!important;
    height:68px!important;
  }

  body.woocommerce-cart .xport-cart-price,
  body.woocommerce-cart .xport-cart-subtotal,
  body.woocommerce-cart .xport-cart-qty-wrap{
    padding-left:80px!important;
  }

  body.woocommerce-cart .xport-xbenefits-grid{grid-template-columns:1fr!important}
  body.woocommerce-cart .xport-xbenefit{
    min-height:auto!important;
    border-right:0!important;
    border-bottom:1px solid #eef0f3!important;
  }
  body.woocommerce-cart .xport-xbenefit:last-child{border-bottom:0!important}
}

/* Мобильные преимущества 2×2 */
@media (max-width:767px){

  body.woocommerce-cart .xport-xbenefits-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
  }

  body.woocommerce-cart .xport-xbenefit{
    min-height:170px!important;
  }

}

/* Выравнивание строки доставки */
body.woocommerce-cart .xport-summary-row{
    display:grid!important;
    grid-template-columns:140px 1fr!important;
    align-items:center!important;
    column-gap:16px!important;
}

body.woocommerce-cart .xport-summary-row > span:first-child{
    margin:0!important;
}

body.woocommerce-cart .xport-delivery-note{
    display:block!important;
    margin:0!important;
    line-height:1.3!important;
}



/* Доставка: одна строка + легкое выравнивание */
body.woocommerce-cart .xport-summary-row{
    display:flex!important;
    align-items:center!important;
}

body.woocommerce-cart .xport-delivery-note{
    white-space:nowrap!important;
    margin-top:2px!important;
}



body.woocommerce-cart .xport-cart-head > span:nth-child(5){text-align:right!important}

/* XPORT CART UNIFIED LAYOUT START */

/*
 * На большом компьютере корзина занимает всю ширину
 * родительского контейнера Breakdance, как каталог и ЛК.
 */
@media(min-width:1181px){
  body.woocommerce-cart .xport-cart-page{
    width:100%!important;
    max-width:none!important;
  }
}

/*
 * Подтверждённая мобильная компоновка товара:
 * фотография слева по центру всей высоты,
 * информация и управление компактной колонкой справа.
 */
@media(max-width:520px){

  body.woocommerce-cart .xport-cart-items-card{
    padding:0 14px!important;
  }

  body.woocommerce-cart .xport-cart-item{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
    min-height:210px!important;
    padding:18px 0 18px 96px!important;
  }

  body.woocommerce-cart .xport-cart-remove{
    left:0!important;
    top:17px!important;
    width:24px!important;
    height:24px!important;
    transform:none!important;
    z-index:3!important;
  }

  body.woocommerce-cart .xport-cart-product{
    display:block!important;
    width:100%!important;
    margin:0!important;
  }

  body.woocommerce-cart .xport-cart-thumb{
    position:absolute!important;
    left:16px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:68px!important;
    height:68px!important;
    margin:0!important;
    border-radius:16px!important;
    background:#f7f8fa!important;
  }

  body.woocommerce-cart .xport-cart-thumb img{
    width:68px!important;
    height:68px!important;
    object-fit:contain!important;
  }

  body.woocommerce-cart .xport-cart-product-info{
    width:100%!important;
    min-width:0!important;
    padding:0!important;
  }

  body.woocommerce-cart .xport-cart-name{
    display:block!important;
    margin:0!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:700!important;
    color:#111827!important;
  }

  body.woocommerce-cart .xport-cart-meta{
    margin-top:5px!important;
    font-size:12px!important;
    line-height:1.35!important;
    color:#667085!important;
  }

  body.woocommerce-cart .xport-cart-price,
  body.woocommerce-cart .xport-cart-qty-wrap,
  body.woocommerce-cart .xport-cart-subtotal{
    width:100%!important;
    min-height:34px!important;
    padding:0!important;
    margin:0!important;
  }

  body.woocommerce-cart .xport-cart-price,
  body.woocommerce-cart .xport-cart-subtotal{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    text-align:right!important;
    font-size:14px!important;
    font-weight:700!important;
  }

  body.woocommerce-cart .xport-cart-price::before,
  body.woocommerce-cart .xport-cart-subtotal::before,
  body.woocommerce-cart .xport-cart-qty-wrap > span{
    font-size:11px!important;
    line-height:1!important;
    font-weight:700!important;
    color:#98a2b3!important;
    text-transform:none!important;
  }

  body.woocommerce-cart .xport-cart-qty-wrap{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }

  body.woocommerce-cart .xport-cart-qty-block{
    width:88px!important;
    height:36px!important;
    min-height:36px!important;
    border-radius:12px!important;
  }

  body.woocommerce-cart .xport-cart-qty-block button{
    width:28px!important;
    height:34px!important;
  }

  body.woocommerce-cart .xport-cart-qty-block input{
    width:30px!important;
    height:34px!important;
    font-size:14px!important;
  }

  body.woocommerce-cart .xport-cart-subtotal{
    min-height:38px!important;
    margin-top:2px!important;
    padding-top:7px!important;
    border-top:1px solid #f0f1f3!important;
    font-size:15px!important;
  }
}

/* XPORT CART UNIFIED LAYOUT END */
