#cart-summary {
  width: 640px;
}

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

#checkout-form {
  width: calc(100% - 600px - 82px);
}

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

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

.topbanner .title {
  font-size: 32px;
  line-height: 45px;
}

.cart-products .item {
  border-top: 1px solid #D5D5D5;
}

.cart-products .item:nth-last-child(2) {
  border-bottom: 1px solid #D5D5D5;
}

.cart-products h4 {
  font-size: 16px;
  line-height: 17px;
}

.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: 0px;
}

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

.cart-products .removeitem img {
  vertical-align: -2px;
  margin-right: 5px;
}

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

.pd-price {
  font-size: 29px;
  margin-top: 4px;
  line-height: 1em;
}

.pd-price sup {
  top: -10px;
  font-size: 58%;
}

.pd-price .flex-column sup {
  top: 1px;
  left: -4px;
}

.pd-price .period {
  font-size: 6px;
  margin: 2px 0 0 2px;
}

.price-wrap .or {
  font-size: 27px;
  line-height: 1em;
  margin: 10px 18px 0 16px;
}

.price-wrap .or::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url('../images/product/or-decor.png');
  background-image: image-set(url('../images/product/or-decor.png') 1x,
      url('../images/product/or-decor@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 14px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.cart-products .price-wrap .or {
  font-size: 14px;
  margin: 11px 10px 0 6px;
}

.item-thumb {
  width: 48px;
  margin-right: 4px !important;
}

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

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

.item-details .details {
  font-size: 12px;
  line-height: 17px;
  padding-top: 4px;
}

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

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

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

.cartbottom .text-right strong {
  font-size: 16px;
  margin-bottom: 8px;
}

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

.priceblock .pd-price {
  font-size: 45px;
  margin-top: 8px;
}

.priceblock .pd-price sup {
  top: -15px;
}

.priceblock .pd-price .flex-column sup {
  top: 1px;
  left: -1px;
}

.priceblock .price-wrap .or {
  font-size: 19px;
}

.priceblock .price-wrap .or::before {
  width: 37px;
  height: 22px;
}

.priceblock .pd-price .period {
  font-size: 9px;
}

.cart-sidebar .title {
  font-size: 32px;
  line-height: 1em;
}

.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 .form-field input,
.cart-sidebar .form-field select {
  padding: 0;
  height: 45px;
  line-height: 45px;
  font-family: 'HelveticaNeue-Roman' !important;
  text-indent: 10px;
}

.cart-sidebar .form-field {
  padding: 8px 20px;
  margin: 0 auto;
  max-width: 520px;
}

.payment .cart-sidebar .form-field {
  max-width: 100%;
}

.payment .form-row {
  max-width: 470px;
  margin: 0 auto;
  gap: 0 16px;
}

.payment .cart-sidebar .form-field {
  padding: 8px 0px !important;
}

.cart-sidebar .form-field select {
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-image: url(../images/cart/icon-selectarrow.webp);
  background-image: -webkit-image-set(url(../images/cart/icon-selectarrow.webp) 1x, url(../images/cart/icon-selectarrow@2x.webp) 2x);
  background-size: 14px 9px;
}

.cart-sidebar button[type="submit"]:not(.dontwant),
.js-checkout-mobile {
  padding: 0 17px;
}

.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: 16px;
}

.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: 40px;
}

.form-action {
  padding-top: 26px;
}

.form-action > .flex {
  max-width: 520px;
  gap: 32px;
}

.form-action > .flex > * {
  width: 50%;
  text-align: center;
}

.button-round-invert {
  line-height: 38px;
}

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

.ccform .form-action p {
  font-size: 16px;
  line-height: 24px;
  max-width: 500px;
}

.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;
    margin-left: 0;
  }

  .deliverybanner {
    order: 5;
  }

  .cart-products {
    order: 6;
    margin-top: 10px;
  }

  #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 .title {
    font-size: 27px;
    line-height: 38px;
  }

  #cart-main {
    margin-top: 0;
    margin-bottom: 26px;
  }

  #cart-summary h1 {
    font-size: 32px;
    margin: 36px 0 6px 0;
  }

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

  .topbanner {
    margin: 16px 0 16px 0;
    padding: 20px 0 23px 0;
  }

  .cartbottom .text-right strong {
    margin-bottom: 5px;
  }

  .cartbottom .text-right span {
    line-height: 17px;
  }

  .priceblock .pd-price {
    font-size: 27px;
    margin-top: 5px;
  }

  .priceblock .pd-price .period {
    font-size: 6px;
    margin-top: 0;
  }

  .priceblock .price-wrap .or {
    font-size: 12px;
    margin: 10px 9px 0 12px;
  }

  .priceblock .pd-price sup {
    top: -9px;
  }

  .priceblock .pd-price .flex-column sup {
    top: 1px;
    left: 0px;
  }

  .deliverybanner {
    margin-top: 20px;
    padding: 11px;
  }

  .deliverybanner img {
    height: auto;
  }

  .js-checkout-mobile {
    width: 100%;
    margin-bottom: 30px;
  }

  .cart-sidebar {
    background: transparent;
  }

  .cart-sidebar .title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .payment .cart-sidebar .title {
    margin-bottom: 1px;
  }

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

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

  .cart-sidebar img {
    max-width: 185px;
  }

  .payment .cart-sidebar form {
    padding-top: 14px;
  }

  .payment .form-row {
    flex-wrap: wrap;
  }

  .cart-sidebar .form-row .form-field:nth-child(1) {
    width: 100%;
  }

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

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

  .form-action {
    padding-top: 12px;
  }

  .form-action > .flex {
    flex-wrap: wrap;
    gap: 26px;
  }

  .form-action > .flex > * {
    width: 100%;
    max-width: 264px !important;
    margin: 0 auto;
  }

  .ccform .form-action p {
    padding-bottom: 0;
  }

  .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 {
    padding-left: 28px !important;
  }

  .item-details .details {
    padding-top: 0;
    line-height: 21px;
  }

  .item-details .pd-price {
    font-size: 27px;
    margin-top: 17px;
  }

  .item-details .pd-price .flex-column sup {
    top: 1px;
    left: 0px;
  }

  .item-details .pd-price .period {
    margin: 0px 0 0 3px;
  }

  .cart-products .price-wrap .or {
    font-size: 12px;
    margin: 19px 9px 0 12px;
  }

  .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: -2px;
    right: 0;
    bottom: auto;
    font-size: 16px;
    text-decoration: none;
  }

  .cart-products .text-right .removeitem span {
    color: #000;
    text-decoration: none;
  }

  .item-thumb {
    width: 84px;
    margin-right: 0px !important;
  }

  .cart-products .item {
    padding: 23px 0 17px 0;
  }

  .cart-sidebar button[type="submit"]:not(.dontwant),
  .js-checkout-mobile {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    max-width: 260px;
  }

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

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