:root {
  --white: #ffffff;
  --red: #e83f5b;

  --dark-blue-800: #022b36;

  --gray-200: #efefef;
  --gray-700: #6f6f6f;
  --gray-900: #333333;

  --blue-100: #6aa3fa;
  --blue-200: #5498FD;
  --blue-300: #2B2B69;
}

.cart-product-section .title,
.cart-pricing-section .title {
  text-align: left;
}

.col-md-6 > #vp_bodycontent .cart-product-section,
.col-md-6 > #vp_bodycontent .cart-pricing-section {
  width: 100% !important;
}

#vp_bodycontent .main-cart .cart-product-section {
  padding-left: 15px;
}

.main-cart .cart-product-section > .padding-15-30 {
  background: var(--white);
  min-height: 342px;
}

.main-cart .cart-product-section > .padding-15-30.no-min-height {
  min-height: 0px;
}

.cart-display-products-grid {
  width: 100%;
}

.cart-display-products-grid > .cart-display-products-title-section {
  background: var(--gray-200);
  padding: 20px 0;
}

.cart-display-products-grid > .cart-display-products-title-section div {
  font-weight: bold;
  font-size: 16px !important;
  font-family: "Lato" sans-serif;
  color: var(--gray-900);
}

.cart-products-container {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: transparent;
  display: block;
}

#formshopaddtocart {
  padding: 4px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.cart-product-section {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.cart-product-section > h1 {
  margin: 0;
}

.cart-product-section > h1 > strong {
  color: var(--gray-700);
  letter-spacing: 0px;

  font-size: 36px;
  font-family: "Lato" sans-serif;
  font-weight: normal;
}

.cart-product-section > .title {
  margin: 0;
  padding: 0;
}

.cart-pricing-section {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  padding: 16px !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
  align-items: center;
}

.cart-pricing-section > .cart-extras-btns {
  border-radius: 3px;
  color: var(--purple-500) !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 2px 10px;
  transition: all 300ms ease;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 0 5px;
  transition: all 150ms ease-in-out;
  font-family: "Lato" sans-serif;
}

.cart-pricing-section > .cart-extras-btns:hover {
  filter: brightness(0.9);
}

.cart-pricing-section > .cart-finalize-btn {
  background: var(--light-green-300);
  box-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
  border-radius: 6px;
  color: var(--white);
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  padding: 15px 30px;
  transition: all 300ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-family: "Lato" sans-serif;
}

.cart-pricing-section > .cart-finalize-btn:hover {
  filter: brightness(0.9);
}

.cart-pricing-section > div > .text-right,
.cart-pricing-section > div > .text-center {
  color: var(--black);
  font-weight: 600;
}

.btn-purchase-modal-cart {
  background-color: #008000;
}

.btn-purchase-modal-cart:hover {
  background-color: rgb(51, 188, 64);
}

/* cart display with image */
@media (max-width: 580px) {
  .cart-item-row .col-md-3.col-xs-4 {
    width: 100%;
  }

  .cart-item-row .col-md-3.col-xs-4 img {
    max-width: 100px;
  }

  .cart-item-row .col-md-4.col-xs-8.text-left {
    text-align: center !important;
    width: 100%;
  }

  .main-cart
    .cart-product-section
    .cart-item-row
    .col-md-5
    .col-md-9.col-sm-10.col-xs-5 {
    width: 75%;
  }

  .main-cart
    .cart-product-section
    .cart-item-row
    .col-md-5
    .col-xs-4.hidden-md-up {
    display: none;
  }
}

@media (max-width: 756px) {
  .main-cart.noimagecart
    .cart-product-section
    .cart-item-row
    .col-xs-4.text-left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .main-cart.noimagecart .cart-product-section .cart-item-row .col-xs-8 {
    width: 100%;
    text-align: center;
  }

  .main-cart.noimagecart
    .cart-product-section
    .cart-item-row
    .col-xs-8
    .col-xs-4.hidden-md-up {
    display: none;
  }

  .main-cart.noimagecart
    .cart-product-section
    .cart-item-row
    .col-xs-8
    .col-sm-10.col-xs-5 {
    width: 75%;
    /* width for quantity and price container*/
  }

  .main-cart.noimagecart
    .cart-product-section
    .cart-item-row
    .col-xs-8
    .col-md-6.col-xs-2.price {
    width: 33.333%;
    /*extend the pricing container*/
  }
}

@media (min-width: 767px) {
  #vp_bodycontent div.cart-product-section,
  #vp_bodycontent div.cart-pricing-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  #vp_bodycontent div.cart-product-section .title,
  #vp_bodycontent div.cart-pricing-section .title {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 999px) {
  .cart-pricing-section {
    width: 100% !important;
  }
}

@media (max-width: 1154px) {
  .main-cart {
    margin: 15px 30px 30px 30px;
  }
}
