#cart-summary {
  width: 700px;
}

#cart-summary h1 {
  font-size: 37px;
}

#checkout-form {
  width: calc(100% - 700px - 45px);
}

#checkout-form.mobile-active {
  display: block !important;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.cart-count {
  font-size: 19px;
}

.topbanner {
  background-image: url("../images/cart/bg-topbanner.webp");
  background-image: -webkit-image-set(url("../images/cart/bg-topbanner.webp") 1x, url("../images/cart/bg-topbanner@2x.webp") 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

.topbanner .tpl1 {
  font-size: 14px;
}

.topbanner .tpl2 {
  font-size: 12px;
}

.topbanner h2 {
  font-size: 29.5px;
  line-height: 40px;
}

.topbanner h2 span {
  font-size: 37.5px;
  position: relative;
  line-height: 1.4;
}

.topbanner .p1 {
  font-size: 14px;
}

.topbanner .p2 {
  font-size: 12px;
}

.cart-products .item {
  border-bottom: 1px solid #dcdcdc;
}

.cart-products h4 {
  font-size: 18px;
}

.cart-products .col-left {
  width: 460px;
}

.cart-products .text-right strong {
  font-size: 19px;
}

.cart-products .text-right .product-price {
  font-size: 38px;
  margin: 0 0 30px 0;
}

.cart-products .text-right .removeitem {
  right: 19px;
}

.cart-products .text-right .removeitem span {
  font-size: 15px;
  text-decoration: underline;
}

.cart-products .removeitem img {
  vertical-align: -3px;
  width: 15px;
  margin-right: 4px;
}

.cart-products tr td {
  padding-top: 22px !important;
  padding-bottom: 17px !important;
}

.item-thumb {
  width: 114px;
  margin-left: 21px !important;
  margin-right: 4px !important;
}

.cart-products .item.aronaplus {
  border: 0;
}

.aronaplus .item-thumb {
  width: 152px;
}

.aronaplus li {
  list-style: none;
  padding-left: 20px;
  background: url(../images/cart/icon-check.png) no-repeat left top 5px;
}

.item-details {
  padding-left: 9px !important;
}

.item-details h4 {
  margin-bottom: 6px;
}

.item-details .details {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.deliverybanner {
  background-color: #f4f4f4;
  padding: 9px;
  margin-top: -4px;
}

.deliverybanner img {
  margin-right: 10px;
}

.deliverybanner span {
  font-size: 18px;
}

.cartbottom .product-price {
  font-size: 53px;
  margin: 0 !important;
}

.cartbottom strong {
  font-size: 18px;
}

.cartbottom span {
  font-size: 12px;
}

.cartbottom .priceblock {
  margin-top: -12px;
}
.cartbottom .priceblock strong {
  line-height: 27px;
  font-size: 27px;
}

.cart-sidebar h3 {
  font-size: 26px;
  line-height: 31px;
}

.cart-sidebar input,
.cart-sidebar input::placeholder,
.cart-sidebar select {
  opacity: 1;
  font-size: 15px;
  color: #000;
}

.cart-sidebar .form-row .form-field:nth-child(1) {
  padding-right: 10px;
}

.cart-sidebar .form-row .form-field:nth-child(2) {
  padding-left: 10px;
}

.cart-sidebar button[type="submit"]:not(.dontwant),
.js-checkout-mobile {
  margin-top: 7px;
  font-size: 17px;
  height: 53px;
  line-height: 53px;
  border: none;
  width: fit-content;
  padding: 0 56px;
  margin-bottom: 7px;
}

.cart-sidebar small {
  font-size: 13px;
}

.cart-sidebar h2 {
  font-size: 28px;
  line-height: 37px;
  color: #ec182a;
}

.cart-sidebar label {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.cart-sidebar .tamount .price {
  font-size: 41px;
  color: #ec182a;
}

.cart-sidebar .tamount .label {
  color: #333;
  font-size: 16px;
}

.cart-sidebar .text-muted {
  margin-bottom: 17px;
}

.cart-sidebar .text-muted small {
  font-size: 14px;
}

.cart-sidebar .btm strong {
  color: #000;
  font-size: 17px;
}

.cart-sidebar .btm a {
  color: #000;
  text-decoration: underline;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.cart-sidebar .btm p {
  margin: 0;
  padding: 0;
}

.cart-sidebar .form-group {
  margin-bottom: 0;
}

.cart-sidebar .form-control {
  height: 48px;
  line-height: 48px;
  margin-bottom: 14px;
  padding: 0 15px;
  font-family: "SofiaPro" !important;
  font-weight: 500;
}

/* cart/payment */
.ccform label {
  padding-bottom: 4px;
  display: block;
}

.ccform .price-main {
  font-size: 44px;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  .ccform .price-main {
    transform: translateY(5px);
  }
}

.ccform .form-action p {
  font-size: 13px;
  line-height: 14px;
  border-bottom: 1px solid #acacac;
}

.dontwant p:nth-child(1) {
  font-size: 18px;
}

.dontwant p:nth-child(2) {
  font-size: 14px;
}

@media only screen and (max-width: 1100px) {
  #cart-summary {
    width: 60%;
  }
  #checkout-form {
    width: calc(40% - 30px);
  }

  .cart-products .col-left {
    width: auto;
  }
  .cart-products .col-right {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .help-bar {
    text-align: center;
    flex-direction: column;
  }

  .needhelp .help-bar > div {
    padding-bottom: 30px;
  }

  .needhelp .help-bar ul {
    width: 100%;
    padding: 0;
  }

  .needhelp .help-bar ul li {
    padding: 0 10px;
    width: 30%;
  }

  #cart-summary,
  #checkout-form {
    width: 100%;
  }

  .cartbottom {
    order: 4;
    align-items: flex-start;
  }

  .deliverybanner {
    order: 5;
  }

  .cart-products {
    order: 6;
  }

  #cart-main {
    padding: 50px 0;
  }

  .cartbottom .text-right {
    max-width: 160px;
    text-align: left;
  }

  .cartbottom .priceblock {
    margin-left: 10px;
  }

  .cartbottom .product-price {
    font-size: 41px;
  }

  .cartbottom .price-main sup.decimal {
    font-size: 50%;
  }
  .cartbottom .img-or {
    width: 13px;
    margin: 0 4px;
  }
}

@media only screen and (max-width: 480px) {
  .bluebanner br {
    display: none;
  }

  .needhelp .help-bar ul li span {
    display: block;
  }

  .needhelp .help-bar ul li span.mh {
    display: none;
  }

  .needhelp .help-bar > div {
    padding-bottom: 15px;
  }

  .needhelp {
    padding: 25px 0;
  }

  .cart-sidebar .btn-block-blue {
    font-size: 15px;
  }

  .cart-sidebar .btm br {
    display: none;
  }

  .cart-page footer {
    background-color: #313131;
  }

  #cart-main {
    padding: 0;
  }

  .cartbottom .product-price {
    font-size: 36px;
  }

  .cartbottom .text-right {
    max-width: 138px;
  }
}

@media only screen and (max-width: 370px) {
  .cartbottom {
    flex-direction: column;
  }
  .cartbottom .text-right {
    max-width: 100%;
  }
  .cartbottom .priceblock {
    margin-top: 15px;
    margin-left: 0;
  }
  .cartbottom .product-price {
    font-size: 41px;
  }
}

@media screen and (max-width: 992px) {
  .item-thumb {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 567px) {
  .topbanner {
    background-image: url("../images/cart/bg-topbanner-m.webp");
    background-image: -webkit-image-set(url("../images/cart/bg-topbanner-m.webp") 1x, url("../images/cart/bg-topbanner-m@2x.webp") 2x);
  }

  .topbanner .tpl2 br {
    display: none;
  }

  .topbanner h2 span {
    font-size: 35px;
  }

  #cart-main {
    margin-top: 0;
    margin-bottom: 14px;
  }
  #cart-summary h1 {
    font-size: 28px;
    margin-top: 32px;
    margin-bottom: 0;
  }
  .cart-count {
    font-size: 17px;
  }
  .topbanner {
    margin: 17px 0 37px 0;
    padding: 20px 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .topbanner p {
    max-width: 330px;
    margin: 0 auto;
  }
  .estimated strong {
    font-size: 17px;
  }
  .estimated span {
    font-size: 14px;
    line-height: 21px;
  }
  .est-price {
    font-size: 27px;
  }
  .deliverybanner {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 20px;
    padding: 11px;
  }
  .deliverybanner span {
    font-size: 15px;
  }
  .deliverybanner img {
    max-width: 40px;
    height: auto;
  }
  .js-checkout-mobile {
    width: 100%;
    margin-bottom: 30px;
  }
  .cart-sidebar {
    background: transparent;
  }
  .cart-sidebar h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .cart-sidebar .text-muted {
    margin-bottom: 20px;
  }
  .cart-sidebar {
    box-shadow: none;
    border: 0;
    padding: 27px 0 27px 0;
  }
  .cart-sidebar .form-control {
    height: 44px;
    line-height: 44px;
  }
  .cart-sidebar button[type="submit"]:not(.dontwant) {
    margin-top: 18px;
    height: 50px;
    padding: 0;
    width: 100%;
  }
  .cartbottom {
    margin: 0;
  }

  .cart-products h4 {
    font-size: 15px;
  }
  .item-details .details {
    font-size: 14px;
    line-height: 1.3;
  }
  .cart-products .col-left {
    width: 100%;
  }
  .cart-products .col-right {
    width: 22px;
  }
  .cart-products .col-right div {
    display: none;
  }
  .cart-products .text-right .removeitem {
    top: 0;
    right: 0;
    bottom: auto;
  }
  .cart-products .text-right .removeitem span {
    font-size: 0;
    text-indent: -9999px;
  }
  .item-thumb {
    width: 50%;
  }
  .cart-products .item {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-sidebar button[type="submit"]:not(.dontwant),
  .js-checkout-mobile {
    height: 50px;
    line-height: 46px;
    padding-top: 3px;
  }

  .cart-products .item-details .product-price,
  .cart-products .aronaplus .product-price {
    font-size: 31px;
    margin: 0 0 5px 0;
  }

  .cart-products .removeitem img {
    margin-right: 0;
    width: 12px;
  }

  .cart-products .item.aronaplus .col-left {
    flex-direction: column;
  }

  .cart-products .item.aronaplus .item-thumb {
    display: flex;
    align-items: center;
  }
  .aronaplus .item-thumb {
    width: 100%;
  }

  .aronaplus .item-thumb > img {
    width: 38%;
    margin-right: 10px;
  }

  .aronaplus ul {
    display: flex;
    flex-wrap: wrap;
    width: 120%;
  }

  .aronaplus ul li {
    width: calc(50% - 15px);
    padding-top: 5px;
  }

  .aronaplus ul li:nth-child(1) {
    order: 0;
  }
  .aronaplus ul li:nth-child(2) {
    order: 2;
  }
  .aronaplus ul li:nth-child(3) {
    order: 1;
  }
  .aronaplus ul li:nth-child(4) {
    order: 4;
  }
  .aronaplus h4 {
    text-align: center;
    padding: 5px 0;
  }

  .cart-sidebar .form-field {
    padding: 6px 0;
  }
}
