.cartpage .deal-list .list {
  width: 13.5714285714%;
}

.cartpage .deal-list .list:first-child {
  margin-left: 0;
}

.cart-orders .heading {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 15px 0 20px;
  justify-content: space-between;
}

.cart-orders .heading .cart-title {
  padding: 0;
}

.cart-orders .heading .cart-title h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

.cart-orders .heading .cart-title h3 span {
  font-weight: 400;
}

.cart-orders .heading .delete-all-btn {
  float: right;
  -moz-text-align-last: right;
       text-align-last: right;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.cart-orders {
  padding-top: 30px;
}

.cart-orders .heading .delete-all-btn .btn {
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #FF8001;
  padding: 0;
}

.cart-orders .heading .delete-all-btn:before {
  content: "";
  background: url(../images/delete_orange.png);
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  right: 0;
  cursor: pointer;
}

.cart-orders .cart-summary {
  float: right;
  right: 0;
  position: sticky;
  top: 2%;
  padding: 0;
}

.cart-here {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5em;
}

.cart-details-right {
  float: left;
  padding: 0;
}

.cart-detail, .cart-summary .details {
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
}

.cart-orders .cart-summary table {
  width: 100%;
}

.cart-orders .cart-summary table tr {
  line-height: 2.5em;
}

.cart-orders .cart-summary table th, .cart-orders .cart-summary table td {
  color: #4D525A;
}

.cart-orders .cart-summary table th.summary-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.cart-orders .cart-summary table th.data {
  font-size: 12px;
  font-weight: 400;
}

.cart-orders .btn.checkoutt {
  width: 100%;
  background: #FF8001;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  position: inherit;
  bottom: 0;
}

.cart-orders .response-text {
  background: #FFF2E6;
  text-align: center;
  border-radius: 8px;
  bottom: 0;
  margin: 15px 0 5px;
  padding: 5px;
}

.cart-orders .response-text span {
  color: #FF8001;
}

.cart-orders .promo-code {
  border: 1px solid #ECEDEE;
  margin-top: 15px;
  border-radius: 8px;
  padding: 8px 10px;
  background-color: #ffffff;
}

.cart-orders .promo-code span {
  color: #4D525A;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  display: flex;
}

.cart-orders .promo-code span::before {
  content: "";
  background: url(../images/account/svg/gift.svg);
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0px 9px 0 0;
  display: inline-block;
}

.cart-detail .prd-title {
  color: #4D525A;
  font-size: 12px;
  font-weight: 400;
}

.cart-detail .wishlist {
  color: #FF8001;
  font-size: 11px;
  font-weight: 400;
}

.cart-detail .prod {
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.cart-detail .prod-price {
  font-weight: 600;
  font-size: 16px;
  color: #4D525A;
}

.cart-detail .quant {
  border: 1px solid #FFF2E6;
  background: #fff2e6;
  border-radius: 8px;
  max-width: 20%;
  height: 35px;
}

.cart-detail .del {
  content: "";
  background: url(../images/svg/deletewhite.svg) no-repeat;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
}

.cart-detail .addition {
  content: "";
  background: url(../images/svg/pluswhite.svg) no-repeat;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
}

.increase-qty .btn.addition {
  content: "";
  background: url(../images/svg/pluswhite.svg) no-repeat;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  padding: 20px 12px !important;
}

.decrease-qty, .increase-qty {
  background: #FF8001;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}

.quant .row {
  height: 100%;
  align-items: center;
  flex-wrap: nowrap;
}

.cart-detail .qty-label {
  font-size: 16px;
  font-weight: 700;
  color: #4D525A;
}

.cart-detail {
  max-height: 350px;
  overflow: auto;
}

.del-minus {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  padding: 2px 0.5em;
}

.cartpage .deal-list .list .add-to-cart-btn {
  width: 100%;
  position: relative;
}

.cartpage .deal-list .list .add-to-cart-btn button {
  border: 1px solid #FF8001;
  background: #ffffff !important;
  color: #FF8001 !important;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.cartpage .deal-list .list .prod-name {
  text-align: left;
  height: 38px;
  overflow: hidden;
  width: 100%;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 5px 0px;
  white-space: break-spaces;
}

.cart-detail::-webkit-scrollbar {
  width: 2px;
}

.cart-detail::-webkit-scrollbar-track {
  background: #ffffff;
}

.cart-detail::-webkit-scrollbar-thumb {
  background: #BBBFC4;
}

.empty-cart {
  text-align: center;
}

.empty-cart .shopping {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.empty-cart .see-fav {
  border: 1px solid #FF8001;
  background: #ffffff !important;
  color: #FF8001 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

.cart-detail .strike-price {
  font-size: 14px;
  font-weight: 500;
  color: #6C737F;
  text-decoration: line-through;
  margin-right: 0;
}

.cart-detail .off-percentage {
  font-size: 12px;
  font-weight: 500;
  background: #FD4438;
  color: #ffffff;
}

#campaignPopUp .modal-header {
  text-align: center;
  padding: 0;
  display: block;
  border-bottom: none;
  margin: 15px 0;
}

#campaignPopUp .title {
  display: block;
}

#campaignPopUp button.close {
  float: left;
  margin: 0;
  padding: 0.3em 0.5em;
  left: 0;
  position: relative;
  background: url(../images/svg/close.svg);
  width: 24px;
  height: 24px;
  position: relative;
}

button.closewhite {
  float: right;
  margin: 0;
  padding: 0.3em 0.5em;
  right: 0.5em;
  position: relative;
  background: url(../images/closewhite.png) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  border: none;
  top: 1.3em;
}

#campaignPopUp .modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #4D525A;
}

#campaignPopUp .modal-content {
  padding: 20px 40px;
}

#campaignPopUp .popup_uppercontent .promos {
  padding: 0;
}

#campaignPopUp .popup_uppercontent .promos .form-group {
  text-align: left;
}

#campaignPopUp .popup_uppercontent .promos .pro-code {
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

#campaignPopUp .popup_uppercontent .promos .promo-apply {
  max-width: 100%;
  display: flex;
  align-items: center;
}

#campaignPopUp .popup_uppercontent .promos #promocode {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #6C737F;
  padding: 10px 14px 5px 14px;
  height: 56px;
  border: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#campaignPopUp .popup_uppercontent .promos .apply.disabled {
  background: #BBBFC4 !important;
  height: 48px;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  margin: 0 0 0 10px;
  color: #898F99;
  pointer-events: none;
  cursor: not-allowed;
}

#campaignPopUp .popup_uppercontent .promos .del-go-bck {
  margin: 10px 0 5px !important;
}

#campaignPopUp .popup_uppercontent .promos .apply {
  background: #FF8001;
  height: 48px;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  margin: 0 0 0 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

#campaignPopUp .campaign-details {
  margin-top: 15px;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

#campaignPopUp .campaign-details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

#campaignPopUp .campaign-details h6 {
  font-size: 12px;
  font-weight: 400;
  color: #6C737F;
}

#campaignPopUp .border {
  border: 1px solid #ECEDEE !important;
  border-radius: 8px;
  margin: 12px 5px;
}

#campaignPopUp .code-details {
  padding: 16px 12px;
}

#campaignPopUp .promo-label {
  font-size: 14px;
  font-weight: 600;
  color: #4D525A;
  text-transform: capitalize;
}

#campaignPopUp .auto-apply {
  color: #FF8001;
  font-size: 14px;
  font-weight: 600;
}

#campaignPopUp .promo-desc {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
}

#campaignPopUp .code-label {
  color: #4D525A;
  font-weight: 400;
  font-size: 12px;
}

#campaignPopUp .coupon-codes {
  color: #6C737F;
  font-weight: 600;
  font-size: 14px;
}

#campaignPopUp .apply-coupon {
  padding: 0;
}

#campaignPopUp .apply-coupon button {
  background-color: #FF8001;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 8px;
  border: none;
}

#campaignPopUp .apply-coupon.disabled button {
  background-color: #BBBFC4 !important;
  color: #898F99;
}

#campaignPopUp .appling-code {
  align-items: center;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.cart-orders .cart-summary table tr.Total.Price th {
  color: #4D525A;
  font-weight: 600;
}

.cart-orders .cart-summary table tr.Total.Price td {
  font-size: 16px;
  color: #4D525A;
  font-weight: 600;
}

.cart-orders .cart-summary table tr.Promo.Discount th {
  font-weight: 400;
  color: #328301;
}

.cart-orders .cart-summary table tr.Promo.Discount td {
  font-weight: 600;
  color: #328301;
}

#campaignPopUp-delete .modal-body .delete-cart-item h2 {
  font-size: 22px;
  font-weight: 600;
  color: #4D525A;
}

#campaignPopUp-delete .modal-body .delete-cart-item .tag-line {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  margin: 15px 0 10px;
}

#campaignPopUp-delete .modal-content {
  width: 20%;
}

#campaignPopUp-delete .delete-item .delete-item-cancel {
  font-weight: 600;
  font-size: 14px;
  color: #6C737F;
  padding: 5px 18px;
  width: 100%;
  border: 0;
  background: #fff;
}

#campaignPopUp-delete .delete-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
}

#campaignPopUp-delete.delete-item .wishlist-add {
  padding: 0;
}

#campaignPopUp-delete .delete-item .wishlist-add .add-to-wish {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
  border: 0;
  background: #ff8001;
  color: #ffffff;
  border-radius: 8px;
}

#campaignPopUp-delete .modal-header {
  text-align: center;
  padding: 0;
  display: block;
  border-bottom: none;
  margin: 15px 0;
}

#campaignPopUp-delete button.close {
  float: left;
  margin: 0;
  padding: 0.3em 0.5em;
  left: 0;
  position: relative;
  background: url(../images/svg/close.svg);
  width: 24px;
  height: 24px;
}

.promo-apply .cross::after {
  right: 8%;
  position: absolute;
  background: url(../images/svg/close.svg);
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  margin-top: -42px;
  opacity: 0.8;
}

#campaignPopUp .modal-body {
  overflow-y: auto;
  max-height: 350px;
  width: 100%;
  margin-bottom: 8px;
  overflow-x: hidden;
}

#campaignPopUp.add-create-wishlist .modal-body {
  padding-bottom: 0;
}

#campaignPopUp.add-create-wishlist .modal-title {
  color: #313347;
}

#campaignPopUp.add-create-wishlist .wishlists {
  border-bottom: 1px solid #ECEDEE;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#campaignPopUp .promo-label.active {
  color: #ff8001;
  background-color: transparent;
}

.wishlists-standard:hover {
  background-color: rgb(255, 242, 230);
  border: 0px, 0px, 1px, 0px;
  border-radius: 8px;
}

.wishlists-rush:hover {
  background-color: rgba(5, 122, 80, 0.2);
  border: 0px, 0px, 1px, 0px;
  border-radius: 8px;
}

.rush-active {
  color: #057A50 !important;
  background-color: transparent;
}

#campaignPopUp.add-create-wishlist img {
  width: 20px;
  height: 20px;
}

#campaignPopUp.add-create-wishlist .add-list {
  padding: 1rem;
  background: #ffffff;
  position: sticky;
  bottom: 0;
}

#campaignPopUp.add-create-wishlist .apply-coupon button, .create-wishlist button {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  background-color: #ff8001;
  color: #ffffff;
}

#campaignPopUp.add-create-wishlist .apply-coupon button:disabled, .create-wishlist button:disabled {
  background-color: #BBBFC4 !important;
  color: #898F99;
}

.create-wishlist {
  display: block;
}

#wishlist_name {
  height: 56px;
  border: 1px solid #ECEDEE;
}

.create-nw {
  margin: 10px;
}

.create-nw button {
  width: 100%;
}

#campaignPopUp h6 {
  font-size: 12px;
  font-weight: 400;
  color: #6C737F;
  margin: 10px 5px 0;
  text-align: left;
}

.place-order-btn .total-summary-cost {
  display: none;
}

.out-of-stock {
  color: #BBBFC4;
}

.quant .no-prods {
  background: #ECEDEE;
  border-radius: 8px;
  justify-content: space-around;
}

.quant .stock-del {
  background: url(../images/svg/delete1.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  margin: 10px;
  right: 0;
}

.cart-detail .prod .prod-row {
  justify-content: space-between;
}

.show-similar .show-prd {
  border: 1px solid #FFF2E6;
  background: #fff2e6;
  padding: 5px 8px;
  border-radius: 6px;
  margin: 3px 0 0.5em;
}

.show-similar .show-prd .similar-prd {
  color: #4D525A;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-similar .show-prd span button {
  background-color: transparent;
  color: #ff8001;
  border: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.show-similar .show-prd .out-stck {
  font-size: 12px;
  color: #6C737F;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.show-similar .show-prd .out-stck::before {
  left: 0;
  position: relative;
  background: url(../images/svg/alert.svg) no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  margin-right: 5px;
}

.choose-options {
  font-size: 12px;
  color: #6C737F;
}

.del-rush-icon {
  display: none;
}

.del-ecom-icon {
  display: inline;
}

#campaignPopUp.similar-prod-popup .modal-content {
  padding: 15px !important;
}

#campaignPopUp.similar-prod-popup button.close {
  left: 1em;
}

.similar-prod-popup .prd-title {
  color: #4D525A;
  font-size: 12px;
}

#campaignPopUp.similar-prod-popup .decrease-qty, #campaignPopUp.similar-prod-popup .increase-qty {
  width: 100%;
  height: 38px;
}

.similar-prd .price-prd {
  color: #4D525A;
  font-size: 14px;
  font-weight: 600;
}

#campaignPopUp.similar-prod-popup .popup_uppercontent .here {
  border-bottom: 1px solid #ececee;
  padding: 8px 0;
}

#campaignPopUp.similar-prod-popup .price-prd {
  font-weight: 600;
}

#campaignPopUp.similar-prod-popup .popup_uppercontent h3 {
  font-size: 20px;
}

#campaignPopUp.similar-prod-popup .btn.addition {
  font-size: 22px;
}

.similar-prd .addition {
  content: "";
  background: url(../images/svg/pluswhite.svg) no-repeat;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
}

.popup_lowercontent .Go-to-cart {
  width: 98%;
  background-color: #FF8001;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  margin: 0 5px;
}

.popup_lowercontent.sticky {
  position: sticky;
  bottom: 0;
  background: #ffffff;
}

.promo-code-img {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  float: left;
  top: -2.4em;
  left: 1em;
}

.empty-cart .see-fav {
  width: 150px;
}

.empty-cart .shop {
  width: 150px;
}

#campaignPopUp-delete .modal-header {
  margin: 2px 0 15px;
}

#campaignPopUp-delete button.close {
  top: 0.5em;
}

.out-of-stock {
  font-size: 14px;
  padding: 0px 3px;
}

#campaignPopUp-delete .delete-item .delete-item-cancel {
  color: #FF8001;
}

.promos #promocode.couponSelected {
  border: 1px solid #ff8001 !important;
  background-color: #ffffff;
  padding-left: 35px !important;
  padding-top: 5px !important;
}

#promocode.couponSelected + .promo-code-img {
  top: -2.9em;
}

.cartpage .deals-listing .deal-list {
  overflow-x: auto;
  display: -webkit-box;
  width: 100%;
}

.apply-coupon.disabled button {
  background-color: #BBBFC4 !important;
  color: #898F99;
}

.cart-here .cart-detail .quant {
  max-width: 14%;
}

.row.cartpage .great-deals .list .new-add-to-cart {
  bottom: 0em;
  position: relative;
  width: 100%;
  margin: auto;
  left: 0;
}

.cart-here .del-minus {
  padding: 0 0.2em;
}

.cart-here .quant .quant-count .spinner-overlay {
  width: 40px;
}

.cart-here .quant .quant-count .spinner {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #FF8001;
  border-radius: 50%;
  width: 24px;
  height: 22px;
  animation: spin 1s linear infinite;
}

.cart-here .quant .stock-del {
  margin: 10px 2px;
}

.cart-here .out-of-stock {
  font-size: 12px;
  padding: 0px 3px;
  font-weight: 500;
}

.similar-prod-popup .shimmer-card-container .VueCarousel-inner {
  flex-direction: column;
}

.similar-prod-popup .shimmer-card-container .shimmer-product-image.animate {
  height: 12px;
}

.similar-prod-popup .shimmer-card-container .shimmer-card {
  padding: 10px;
  margin: 10px;
}

.spcl-price {
  color: #ff8001;
}

.spin-load {
  background-color: transparent;
}

.spin-load .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px;
}

.cart-page .similar-prod-popup .here .addition {
  padding: 18px 18px !important;
}

.padding-btm {
  padding: 0 0 0.1em;
}

/*RUSH*/
.rush .cart-here .quant .quant-count .spinner {
  border-top: 3px solid #057A50 !important;
}

.rush .spcl-price {
  color: #057A50;
}

.rush #campaignPopUp .auto-apply {
  color: #057A50;
}

.rush .cart-detail .quant {
  border: 1px solid #E6F2EE;
  background: #E6F2EE;
}

.rush .cart-orders .heading .delete-all-btn .btn {
  color: #057A50;
}

.rush .cartpage .deal-list .list .add-to-cart-btn button {
  border: 1px solid #057A50;
  color: #057A50 !important;
}

.rush .price-all .price {
  color: #057A50;
}

.rush .shop_textt .second-half button {
  background: #057A50;
}

.rush .cart-orders .btn.checkoutt {
  background: #057A50;
}

.rush #campaignPopUp-delete .delete-item .wishlist-add .add-to-wish {
  background: #057A50;
}

.rush #campaignPopUp.add-create-wishlist .apply-coupon button, .rush .create-wishlist button {
  background-color: #057A50;
}

.rush .cart-detail .wishlist {
  color: #057A50;
}

.rush .submit button {
  background: #057A50 !important;
}

.rush #campaignPopUp .promo-label.active {
  color: #057A50;
}

.rush .del-rush-icon {
  display: inline;
}

.rush .del-ecom-icon {
  display: none;
}

.rush #campaignPopUp .popup_uppercontent .promos .apply {
  background: #057A50;
}

.rush .cart-orders .heading .delete-all-btn:before {
  background: url(../images/rushicons/delete_rush.png);
}

.rush #campaignPopUp .apply-coupon button {
  background-color: #057A50;
}

.rush .popup_lowercontent .Go-to-cart {
  background-color: #057A50;
}

.rush .show-similar .show-prd {
  border: 1px solid #E6F2EE !important;
  background: #E6F2EE !important;
}

.rush .cart-orders .response-text {
  background: #E6F2EE !important;
}

.rush .cart-orders .response-text span {
  color: #057A50 !important;
}

.mobile .popup_uppercontent .apply-coupon button:disabled {
  background: #BBBFC4 !important;
  color: #898F99;
}

.rush #campaignPopUp-delete .delete-item .delete-item-cancel {
  color: #057A50;
}

.rush .promos #promocode.couponSelected {
  border: 1px solid #057A50 !important;
  background-color: #ffffff;
}

.rush .show-similar .show-prd span button {
  color: #057A50;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  #campaignPopUp-delete .modal-content {
    width: 28%;
  }
}