/*New cart styles*/
.woocommerce-cart .page-content .woocommerce {
  margin-bottom: 95px;
}

@media (max-width: 768px ) {
  .woocommerce-cart .page-content .woocommerce {
    margin-bottom: 58px;
  }
}

.woocommerce-cart .section.mt-60 {
  margin-top: 20px;
  margin-bottom: 24px;
}

.woocommerce-cart .page-title {
  margin-top: 0;
  margin-bottom: 32px;
}

.woocommerce-cart-wrapper.jamaica .general-container {
  column-gap: 24px;
}

.woocommerce-cart-wrapper.jamaica .column {
  background-color: var(--bs-white);
  padding: 32px;
  border-radius: 24px;
  width: 100%;
}

@media (max-width: 768px) {
  .woocommerce-cart-wrapper.jamaica .column {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .woocommerce-cart-wrapper.jamaica .left-column {
    max-width: 800px;
  }
}

.woocommerce-cart-wrapper.jamaica .right-column {
  height: fit-content;
}

.woocommerce-cart-wrapper .column-header {
  margin-bottom: 24px;
}

.woocommerce-cart-wrapper .column-title {
  font-size: 1.5em;
  font-weight: bold;
}

.woocommerce-cart-wrapper .product-container {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;
}

.woocommerce-cart-wrapper .product-container:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.woocommerce-cart-wrapper .product-wrapper {
  display: flex;
  position: relative;
  column-gap: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  align-items: center;
}

.woocommerce-cart-wrapper .general-product-info {
  display: flex;
  column-gap: 64px;
  align-items: center;
}

@media (max-width: 678px) {
  .woocommerce-cart-wrapper .general-product-info {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart-wrapper .general-product-info {
    align-items: start;
  }

  .woocommerce-cart-wrapper .general-product-info .product-info {
    margin-bottom: 20px;
  }

  .woocommerce-cart-wrapper .general-product-info .product-quantity {
    margin-bottom: 24px;
  }
}

.woocommerce-cart-wrapper .product-image {
  width: 120px;
  height: 120px;
  min-width: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 992px){
  .woocommerce-cart-wrapper .product-info {
    min-width: 216px;
  }
}

.woocommerce-cart-wrapper .product-title {
  margin-bottom: 8px;
}

.woocommerce-cart-wrapper .product-title a {
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  text-decoration: none;
  color: #424C53;
}

@media (max-width: 768px) {
  .woocommerce-cart-wrapper .product-title a {
    font-size: 18px;
  }
}

.woocommerce-cart-wrapper .product-attributes {
  row-gap: 8px;
}

.woocommerce-cart-wrapper .product-attributes .attribute-value {
  font-size: 16px;
  line-height: 130%;
  color: #BEBEBE;
}

@media (max-width: 768px) {
  .woocommerce-cart-wrapper .product-attributes .attribute-value {
      font-size: 14px;
    }
}

.woocommerce-cart-wrapper .product-count {
  min-width: 120px;
  background-color: #F9F9F9;
  border-radius: 12px;
}

.woocommerce-cart-wrapper .count-container {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  padding: 9px 0;
}

.woocommerce-cart-wrapper .count-number-display {
  min-width: 44px;
  height: 22px;
  text-align: center;
  line-height: 140%;
  font-weight: 600;
}

.woocommerce-cart-wrapper .count-control {
  display: flex;
  width:20px;
  height:22px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 30px;
}

.woocommerce-cart-wrapper .product-price {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}

.subtotal-price {
  font-weight: bold;
  color: rgba(66, 76, 83, 0.7);
}

.cart-total {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  margin-top: 24px;
}

.woocommerce-cart-wrapper.jamaica .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 32px;
  border-radius: 12px;
}

.woocommerce-cart-wrapper.jamaica .wc-proceed-to-checkout .checkout-button.button {
  margin: 0;
  padding: 16px !important;
  font-size: 16px;
  text-transform:unset;
  border-radius: 12px;
}

@media (min-width: 992px){
  .back-to-shop {
    margin-top:24px;
  }
}

@media (max-width: 992px) {
  .back-to-shop {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.back-to-shop:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../images/icons/arrow.svg);
  display: inline-block;
  margin-right: 5px;
}

.button-transparent {
  display: flex;  
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid rgba(66, 76, 83, 0.2);
  color: #424C53;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
}

@media (min-width:640px) {
.button-transparent.back-to-shop {
    max-width: fit-content;
  }
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9998;
}

.add-to-cart-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.remove-from-cart {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url('../images/icons/delete-product.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

#clear-cart {
  cursor: pointer;
}

.loader-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 10000;
}

.loader-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

