/**
 * Cart Page Styles
 * Single HTML structure with CSS-only responsive layout
 */
.woocommerce-cart {
  background-color: #ffffff;
}
.woocommerce-cart #content > .container {
  max-width: none;
  padding: 0;
}
.woocommerce-cart .page-checkout-simple {
  padding: 0;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-message {
  display: none !important;
}
.woocommerce-cart .continue-shopping {
  display: none !important;
}
.woocommerce-cart .cross-sells {
  display: none;
}
@media screen and (max-width: 850px) {
  .woocommerce-cart .sm-touch-scroll {
    overflow-x: visible !important;
  }
}
.woocommerce-cart .woocommerce-Price-amount {
  color: #000000 !important;
}

.f-cart-header {
  text-align: center;
  background-color: #FF3535 !important;
}
.f-cart-header img {
  margin: 0 auto;
  width: 200px;
  height: auto;
  padding: 25px 0;
}
@media screen and (max-width: 850px) {
  .f-cart-header img {
    width: auto !important;
    padding: 10px 0 !important;
    max-height: 50px !important;
  }
}

.f-cart-notification-bar {
  background-color: #64FE9E;
  color: #000000;
  padding: 8px 0;
  text-align: center;
}
.f-cart-notification-bar .f-cart-notification {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-cart-notification-bar .f-cart-notification img {
  margin-right: 10px;
}
.f-cart-notification-bar .f-cart-notification .f-cart-notification-message {
  font: normal normal bold 15px/18px Lato, sans-serif;
}

.f-table-head {
  background-color: #EEEEEE;
}
@media screen and (max-width: 850px) {
  .f-table-head {
    display: none;
  }
}
.f-table-head .f-cart-table-header {
  display: grid;
  grid-template-columns: 50px 1fr 100px 100px 100px;
  align-items: center;
  padding: 15px 0;
  font: normal normal bold 14px/18px Lato, sans-serif;
  color: #000000;
}
.f-table-head .f-cart-table-header .col-product {
  text-align: left;
  padding-left: 20px;
}
.f-table-head .f-cart-table-header .col-price,
.f-table-head .f-cart-table-header .col-quantity {
  text-align: center;
}
.f-table-head .f-cart-table-header .col-subtotal {
  text-align: right;
}

.f-cart-table-content {
  font: normal normal normal 16px/22px Lato, sans-serif;
}
@media screen and (max-width: 850px) {
  .f-cart-table-content {
    font: normal normal normal 10px/14px Lato, sans-serif;
  }
}

.cart-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (min-width: 851px) {
  .cart-item {
    display: grid;
    grid-template-columns: 50px 1fr 100px 100px 100px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 10px;
  }
  .cart-item .digit-additional-row {
    grid-column: 1/-1;
    margin-top: 15px;
  }
}
@media screen and (max-width: 850px) {
  .cart-item {
    display: block;
    padding: 15px 0;
  }
}

.cart-item-remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .cart-item-remove {
    position: absolute;
    right: 0;
    top: 15px;
  }
}
.cart-item-remove .remove {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px !important;
}
@media screen and (max-width: 850px) {
  .cart-item-remove .remove {
    width: 30px !important;
    height: 30px !important;
  }
}
.cart-item-remove .remove img {
  width: 20px;
  height: 20px;
}

.cart-item-product {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .cart-item-product {
    position: relative;
    padding-right: 50px;
  }
}

.cart-item-thumbnail {
  flex-shrink: 0;
}
.cart-item-thumbnail img {
  max-width: 80px;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 850px) {
  .cart-item-thumbnail img {
    max-width: 70px;
  }
}

.cart-item-details {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font: normal normal normal 16px/20px Lato, sans-serif;
  color: #000000;
}
.cart-item-name a {
  color: #000000 !important;
  text-decoration: none;
}
.cart-item-name a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 850px) {
  .cart-item-name {
    font: normal normal bold 14px/18px Lato, sans-serif;
  }
}

@media screen and (min-width: 851px) {
  .cart-item-price,
  .cart-item-quantity,
  .cart-item-subtotal {
    text-align: center;
  }
  .cart-item-price .mobile-label,
  .cart-item-quantity .mobile-label,
  .cart-item-subtotal .mobile-label {
    display: none;
  }
  .cart-item-price .value,
  .cart-item-quantity .value,
  .cart-item-subtotal .value {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .cart-item-price,
  .cart-item-quantity,
  .cart-item-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid rgb(250.75, 250.75, 250.75);
  }
  .cart-item-price:last-of-type,
  .cart-item-quantity:last-of-type,
  .cart-item-subtotal:last-of-type {
    border-bottom: none;
  }
  .cart-item-price .mobile-label,
  .cart-item-quantity .mobile-label,
  .cart-item-subtotal .mobile-label {
    font: normal normal bold 12px/15px Lato, sans-serif;
    color: #000000;
  }
  .cart-item-price .value,
  .cart-item-quantity .value,
  .cart-item-subtotal .value {
    font: normal normal normal 12px/15px Lato, sans-serif;
    color: #000000;
    text-align: right;
  }
}

@media screen and (min-width: 851px) {
  .cart-item-subtotal {
    text-align: right;
  }
}

.cart-item-quantity .quantity {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .cart-item-quantity .quantity {
    margin: 0;
    margin-left: auto;
  }
}
.cart-item-quantity .quantity select {
  background-color: #ffffff !important;
  border: 1px solid #AAAAAA !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
  font: normal normal normal 16px/20px Lato, sans-serif;
  color: #000000 !important;
  background-size: auto 18px;
  padding: 8px 30px 8px 15px !important;
  margin: 0 !important;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .cart-item-quantity .quantity select {
    font: normal normal normal 14px/17px Lato, sans-serif !important;
    padding: 6px 25px 6px 12px !important;
  }
}

.digit-additional-row {
  margin-top: 15px;
}
.digit-additional-row > .digit-additional-add {
  background: #FFF9DD 0% 0% no-repeat padding-box;
  border: 1px solid #E5C419;
  border-radius: 4px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
@media screen and (max-width: 850px) {
  .digit-additional-row > .digit-additional-add {
    gap: 10px;
  }
}
.digit-additional-row > .digit-additional-add > .digit-additional-item {
  font: normal normal normal 14px/18px Lato, sans-serif;
}
.digit-additional-row > .digit-additional-add > .digit-additional-item .digit-additional-item-price {
  font-weight: bold;
}
.digit-additional-row > .digit-additional-add > .digit-additional-cta button {
  border: 2px solid transparent;
  margin: 0;
  border-radius: 4px;
  font: normal normal 900 14px/17px Lato, sans-serif;
  color: #ffffff;
  background: #FF7214;
  text-transform: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: 0.3s ease;
}
.digit-additional-row > .digit-additional-add > .digit-additional-cta button:hover {
  border-color: #000000;
}

.digit-additional-success > div {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #64FE9E;
  border-radius: 4px;
  text-align: center;
  font: normal normal bold 14px Lato, sans-serif;
  padding: 15px 10px;
  color: #000000;
}

.cart-actions {
  padding: 20px 0;
}
.cart-actions button[name=update_cart] {
  display: none;
}

.woocommerce-cart .cart-collaterals {
  position: relative;
  bottom: 0;
  z-index: 999999;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.149);
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  float: none !important;
  padding: 15px;
}
@media screen and (max-width: 850px) {
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding: 10px;
    margin: 0 auto;
  }
}
.woocommerce-cart .cart-collaterals .f-payment-icons {
  max-width: 330px;
  margin: 0 auto !important;
}

.digit-cart-proceed-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.digit-cart-proceed-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #06d6a0;
  background: linear-gradient(180deg, #06d6a0 0%, rgb(4.6090909091, 164.3909090909, 122.9090909091) 100%);
}
.digit-cart-proceed-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}
.digit-cart-proceed-button:visited, .digit-cart-proceed-button:active, .digit-cart-proceed-button:focus {
  color: #ffffff;
  text-decoration: none;
}
.digit-cart-proceed-button .digit-cart-button-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.digit-cart-proceed-button .digit-cart-button-text {
  font: normal normal bold 16px/16px Lato, sans-serif;
}
@media screen and (max-width: 850px) {
  .digit-cart-proceed-button .digit-cart-button-text {
    font: normal normal bold 14px/14px Lato, sans-serif;
  }
}

.digit-cart-ssl {
  margin-top: 15px;
  text-align: center;
}
.digit-cart-ssl img {
  max-height: 40px;
  width: auto;
}

.f-proceed-to-checkout {
  display: grid;
  grid-template-columns: 60px auto;
  border-radius: 4px;
  align-items: center;
}
.f-proceed-to-checkout div:first-child {
  background-color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.f-proceed-to-checkout div:first-child img {
  max-width: 25px;
  height: auto !important;
}
.f-proceed-to-checkout div:last-child,
.f-proceed-to-checkout .f-proceed-to-checkout-text {
  color: #ffffff;
  padding: 16px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 100%;
}
.f-proceed-to-checkout .f-proceed-to-checkout-text {
  padding: 0 !important;
}

.wc-proceed-to-checkout a.checkout-button {
  background-color: #06d6a0 !important;
}

a.checkout-button {
  background-color: transparent !important;
}

a.checkout-button.button.alt.wc-forward {
  padding: 0;
  border: unset !important;
  min-height: unset !important;
  font: normal normal bold 20px/24px Lato, sans-serif !important;
}
@media screen and (max-width: 850px) {
  a.checkout-button.button.alt.wc-forward {
    font: normal normal bold 16px/19px Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
a.checkout-button.button.alt.wc-forward:after {
  display: none !important;
}
a.checkout-button.button.alt.wc-forward:hover .f-proceed-to-checkout div:last-child {
  background-color: rgb(4.6090909091, 164.3909090909, 122.9090909091);
}

.f-cart-trust {
  padding: 15px 0;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 851px) {
  .f-cart-trust > div {
    max-width: 1500px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .f-cart-trust .f-cart-trust-slider {
    display: none;
  }
}

@media screen and (min-width: 851px) {
  .f-cart-trust-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .f-cart-trust-col {
    text-align: center;
    font-size: 12px !important;
  }
  .f-cart-trust-col img {
    margin: 0 auto !important;
    max-height: 40px;
  }
}
.f-cart-trust-col > img {
  margin-right: 10px;
}
.f-cart-trust-col > span {
  font: normal normal normal 14px/17px Lato, sans-serif;
  letter-spacing: 0;
  color: #ffffff;
}

.f-cart-money-back {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
}

.wfob_outer .wfob_Box.is-active .wfob_bgBox_table {
  background: #FFF9DD !important;
  border: 1px solid #E5C419 !important;
  border-bottom: none !important;
}
.wfob_outer .wfob_bgBox_table {
  background-color: #EEEEEE !important;
  border-bottom: none !important;
  border: 1px solid #AAAAAA;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wfob_outer .wfob_contentBox {
  border-top: none !important;
  border: 1px solid #AAAAAA;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*# sourceMappingURL=cart.css.map */
