/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.hide-from-cart {
  display: none;
}
.single-product .product-type-variable .badge-container {
	display: none;
}
.digit-email-rest {
  border: 2px solid;
  padding: 10px;
}
.digit-email-rest a {
  margin: 0;
}
.woocommerce-validated input {
  border-color: #00b203 !important;
}
#bloque_escalera {
  border-color: #AAA !important;
}
.digit-email-rest .digit-rest-order {
  color: #000 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Florjan O. 18.5.2022 short desc read more */
.product-short-description p, .product-short-description span, .product-short-description li {
  font-size: 14px !important;
}
@media screen and (min-width: 768px) {
  .f-full-desc {
    display: block !important;
  }
  .f-short-desc {
    display: none !important;
  }
  .product-short-description p, .product-short-description span, .product-short-description li {
    font-size: 18px !important;
  }
  .f-read-more a {
    font-size: 16px !important;
    color: rgb(89, 167, 251);
  }  
  #billing_phone::placeholder {
    font-size: 10px;
  }
}

.f-read-more a {
  font-size: 13px !important;
  color: rgb(89, 167, 251);
}
@media screen and (max-width: 768px) {
  #billing_phone {
    font-size: 13px !important;
  }
}
.iti {
  display: block !important;
}

.f-read-more a:hover {
  cursor: pointer;
  color: rgb(51, 146, 248);
  text-decoration: underline;
}

/* Digit cart checkout CSS */
.woocommerce-cart, .woocommerce-checkout {
  background-color: white;
}
.f-cart-header {
  text-align: center;
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .f-cart-header {
    padding-top: 20px;
  }
}
.f-cart-header img {
  margin: 0 auto;
  width: 200px;
  height: auto;
  padding: 25px 0;
}
.f-cart-trust {
  padding: 15px 0;
  background-color: black;
  color: white;
}
@media screen and (max-width: 850px) {
  .f-cart-trust-col {
    text-align: center;
  }
  .f-cart-trust-col img {
    margin: 0 auto !important;
  }
  .f-cart-trust-slider .slick-prev {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 20px;
    z-index: 999;
  }
  .f-cart-trust-slider .slick-next {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 999;
  }
}
@media screen and (min-width: 850px) {
  .digit-checkout {
    padding-bottom: 120px;
  }
  .f-cart-trust > div {
    max-width: 1500px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .f-cart-trust-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.f-cart-trust-col > img {
  margin-right: 10px;
}
.f-cart-trust-col > span {
  font: normal normal normal 14px/17px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.f-cart-steps > div {
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}
.f-cart-steps ul {
  list-style: none;
}
.f-cart-steps li {
  width: 33.3%;
  float: left;
  position: relative;
  text-align: center;
}
.f-cart-steps li.active .f-step-num a {
  color: #FFF !important;
}
.f-cart-steps li:not(.active) a {
  color: #AAA !important;
}
.f-cart-steps li:not(.active) a:hover {
  color: #777 !important;
}
.f-cart-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
}
.f-cart-steps li .f-step-num {
  background-color: white;
  border: 2px solid #AAA;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  font-family: Lato;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.f-cart-steps li .f-step-title {
  position: absolute;
  top: -70%;
  left: 50%;
  width: 100%;
  text-align: center !important;
  transform: translate(-50%, 0);
  text-align: left;
  font: normal normal bold 18px/22px Lato;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #AAA;
  opacity: 1;
}
.f-cart-steps li:last-child::after {
  width: 50%;
}
.f-cart-steps li.active .f-step-num {
  background-color: #000000;
  color: #ffffff;
}
.f-cart-steps li.active .f-step-num {
  border-color: #000000 !important;
}
.f-cart-steps li.active .f-step-title {
  color: #000000 !important;
}
.f-cart-steps .f-step-title a {
  color: #000 !important;
}
.f-cart-steps li.active::after {
  background-color: #000000;
  left: 50%;
  width: 50%;
  border-color: #000000;
  border-style: solid !important;
  border-bottom-width: 2.5px !important;
  border-top-width: 2.5px !important;
}
.f-cart-steps li.active:nth-child(2):after {
  width: 100% !important;
  left: 0 !important;
}
.f-cart-steps li:last-child::after {
  left: 0;
}
.f-cart-notification-bar {
  background-color: #64FE9E;
  color: black;
  padding: 8px 0;
  text-align: center;
}
.woocommerce-checkout .f-cart-notification-bar {
  border-radius: 4px;
}
.woocommerce-cart .woocommerce-Price-amount{
  color: #000 !important;
}
.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;
}
.f-cart-table, .f-cart-table-content .woocommerce-cart-form__cart-item {
  display: grid;
  grid-template-columns: 100px auto 100px 100px 100px;
  border: unset;
  margin: 0;
  align-items: center;
  padding: 20px 0;
}
.f-cart-table-content .woocommerce-cart-form__cart-item .product-subtotal {
  text-align: right;
}
.f-table-head .product-quantity, .f-cart-table-content .product-quantity {
  text-align: center;
}
.f-cart-table-content .product-quantity .quantity {
  width: 100%;
  max-width: 80px;
  border-radius: 4px;
}
.f-cart-table-content .product-quantity .quantity select, .woocommerce-checkout .product-option .qty {
  background-color: #FFFFFF !important;
  border: 1px solid #AAAAAA !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
  font: normal normal normal 18px/22px Lato;
  color: #000 !important;
  background-size: auto 21px;
  padding-left: 1.4em !important;
  margin: 0 !important;
}
.woocommerce-checkout .product-option {
  text-align: right;
}
.woocommerce-checkout .product-option .qty {
  font: normal normal normal 14px Lato !important;
  padding-left: 10px !important;
  background-position: right 0.25em top 50% !important;
  background-size: auto 14px !important;
  width: 60px;
}
.f-table-head .f-cart-table td, .f-table-head .f-cart-table th {
  background-color: #EEEEEE !important;
  color: black;
  vertical-align: middle;
}
.f-table-head {
  background-color: #EEEEEE;
}
.f-cart-table-content .product-name img {
  max-width: 100px;
  margin-right: 30px;
}
.f-cart-table-content .product-name a {
  font: normal normal normal 18px/22px Lato;
  color: #000 !important;
}
.f-cart-table-content .product-name {
  display: flex;
  align-items: center;
}
.f-cart-table-content, .f-table-head {
  font: normal normal normal 18px/22px Lato;
}
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-message {
  display: none !important;
}
.woocommerce-cart a.remove {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px !important;
}
.wc-proceed-to-checkout {
  max-width: 460px;
  float: right;
  width: 100%;
}
.woocommerce-checkout #place_order {
  width: 100%;
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: unset !important;
  padding: 16px 0 !important;
  color: #FFF !important;
}
.woocommerce-checkout .f-proceed-to-checkout:hover {
  cursor: pointer;
}
.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:last-child, .f-proceed-to-checkout .f-proceed-to-checkout-text {
  background-color: #FF7214 !important;
  color: #ffffff;
  padding: 16px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.f-proceed-to-checkout .f-proceed-to-checkout-text {
  padding: 0 !important;
}
a.checkout-button.button.alt.wc-forward:after {
  display: none !important;
}
a.checkout-button.button.alt.wc-forward, .woocommerce-checkout #place_order {
  padding: 0;
  border: unset !important;
  min-height: unset !important;
  font: normal normal bold 22px/27px Lato !important;
}

a.checkout-button.button.alt.wc-forward:hover .f-proceed-to-checkout div:last-child,
.woocommerce-checkout .f-proceed-to-checkout:hover .f-proceed-to-checkout-text {
  background-color: #d25b0c;
}
.f-payment-icons {
  max-width: 330px;
  margin-left: auto;
}
.digit-additional-row > .digit-additional-add {
  background: #FFF9DD 0% 0% no-repeat padding-box;
  border: 1px solid #E5C419;
  border-radius: 4px;
  color: #000;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
.digit-additional-row > .digit-additional-add > .digit-additional-cta {
  text-align: right;
}
.digit-additional-row > .digit-additional-add > .digit-additional-item {
  display: flex;
  align-items: center;
  margin: 10px 10px 10px 20px;
  font: normal normal normal 16px Lato;
}
.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 {
  margin: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
  font: normal normal 900 16px/19px Lato;
  color: #FFF;
  background: #FF7214;
  text-transform: none;
  transition: .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.digit-additional-row > .digit-additional-add > .digit-additional-cta button:hover {
  border-color: black;
}
.woocommerce-cart .continue-shopping {
  display: none !important;
}
.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 15px Lato;
  padding: 20px 10px;
  color: #000;
}
.f-checkout-top-bar {
  background: #FFD814;
  padding: 10px;
  color: #000;
  text-align: center;
}
#f-checkout-top-bar-text {
  font: normal normal normal 16px Lato;
}
.f-bold {
  font-weight: bold;
}
#f-timer {
  font-weight: bold;
  color: #FF0000;
}
.fl-labels .form-row input:not([type=checkbox]), .fl-labels .form-row textarea {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  margin: 0 !important;
  font: normal normal normal 16px Lato;
}
.woocommerce-invalid input {
  border-color: #b20000 !important;
}
label[for=billing_country] {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-checkout h3 {
  font: normal normal bold 22px/27px Lato !important;
  color: #000;
}
.f-customer-details, .is-well {
  padding: 15px 60px 15px 30px !important;
}
.woocommerce-billing-fields {
  padding-top: 0 !important;
  border: none !important;
}
.is-well {
  background-color: transparent;
  box-shadow: unset;
  border: unset;
}
.f-shipping__list_item {
  display: grid;
  align-items: center;
  grid-template-columns: 25px auto 70px;
  padding: 25px 20px;
  border: 1px solid #AAAAAA;
  text-align: left;
  margin: 0;
  background-color: #EEEEEE;
}
#payment .f-shipping__list_item {
  grid-template-columns: 25px auto auto !important;
}
#payment .f-shipping__list_item > div:last-child {
  grid-column: 1 / span 3;
}
#payment .f-shipping__list_item .about_paypal {
  display: none;
}
#payment .f-shipping__list_item .wc-stripe-card-icon {
  margin: 2px 0;
}
#payment #wc-stripe-card-element {
  margin-top: 10px;
}
.wc_payment_method #wc-stripe-card-element {
  display: none;
}
.wc_payment_method.f-active #wc-stripe-card-element {
  display: block !important;
}
.wc_payment_method .payment_method_stripe {
  display: none !important;
}
.wc_payment_method.f-active .payment_method_stripe {
  display: block !important;
}
.wc-stripe_cc-new-method-container {
  margin-bottom: 0 !important;
}
.f-shipping__list_item.f-active {
  background-color: white !important;
}
.f-shipping__list_item.f-active:hover {
  cursor: default !important;
}
.f-shipping__list_item:hover {
  cursor: pointer;
}
.f-shipping__list_item:first-child {
  border-radius: 4px 4px 0px 0px;
}
.f-shipping__list_item:last-child {
  border-radius: 0px 0px 4px 4px;
}
.f-shipping__list_item .f-shipping-item-label {
  padding-left: 15px;
  font: normal normal bold 18px/22px Lato;
}
.f-shipping__list_item .f-shipping-item-delivery {
  padding-top: 5px;
  display: block;
  font: normal normal normal 16px/19px Lato;
}
.f-shipping__list_item .f-shipping-item-cost {
  font: normal normal normal 18px/22px Lato;
  text-align: right;
}
.f-shipping__list_item .f-shipping-item-icon {
  padding-top: 5px;
  margin-left: 10px;
  text-align: right;
  justify-content: end;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.f-shipping__list_item .f-shipping-item-icon img {
  max-height: 26px;
  margin-right: 0;
}
.f-shipping__list_item .f-shipping-item-name {
  font: normal normal bold 18px/22px Lato;
  color: #000;
}
/* The container */
.f-custom-radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.f-checkmark-style {
  position: absolute;
  top: -12.5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid black;
}

.f-custom-radio input:checked ~ .f-checkmark-style {
  background-color: #FFFFFF;
}

.f-checkmark-style:after {
  content: "";
  position: absolute;
  display: none;
}

.f-custom-radio input:checked ~ .f-checkmark-style:after {
  display: block;
}

.f-custom-radio .f-checkmark-style:after {
  top: 4.5px;
  left: 4.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
}
.woocommerce-cart .container, .woocommerce-checkout .container,
.woocommerce-cart .row, .woocommerce-checkout .row {
  max-width: 1200px !important;
}
.f-order-totals li.head-list {
  display: grid;
  grid-template-columns: 50% 50%;
  font: normal normal normal 22px/27px Lato;
  padding: 25px 20px;
  background-color: #FFECCD;
  color: black;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none !important;
}
.f-order-totals li.head-list > div:first-child {
  text-align: left;
}
.f-order-totals li.head-list > div:last-child {
  text-align: right;
}
.woocommerce-checkout li.body-list {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  padding: 10px 20px;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  font: normal normal normal 14px/17px Lato;
}
.woocommerce-checkout li.body-list.cart-discount,
.woocommerce-checkout li.body-list.fee,
.woocommerce-checkout li.body-list.tax-rate,
.woocommerce-checkout li.body-list.tax-total {
  grid-template-columns: 60% 40% !important;
}
.woocommerce-checkout li.body-list > div:last-child {
  text-align: right;
}
.f-order-totals li:nth-child(2) {
  padding-top: 20px !important;
}
.woocommerce-checkout li.body-list:last-child {
  border-bottom: 1px solid #AAAAAA;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 20px !important;
}

.woocommerce-checkout .col {
  padding: 0;
}
.woocommerce-checkout .large-5 .is-well {
  padding-right: 30px !important;
}

@media screen and (min-width: 850px) {
  .f-show-on-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .f-show-on-mobile {
    display: block !important;
  }
  .f-hide-on-mobile {
    display: none !important;
  }
  .f-cart-table-content .woocommerce-cart-form__cart-item {
    border-bottom: 2px solid #EEEEEE;
  }
  .f-cart-item-mobile-head {
    display: grid;
    grid-template-columns: auto 40px;
  }
  .f-cart-table-content .product-name {
    display: flex !important;
    align-items: center !important;
  }
  .f-cart-table-content .product-name img {
    margin-right: 22px !important;
    max-width: 80px !important;
  }
  .f-cart-table-content .product-name a {
    font: normal normal bold 16px/19px Lato !important;
  }
  .digit-additional-row {
    margin-top: 15px;
  }
  .digit-additional-row > .digit-additional-add > .digit-additional-item {
    font: normal normal normal 14px/17px Lato !important;
    margin: 10px !important;
  }
  .f-cart-item-mobile-body > div {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
  .f-cart-item-mobile-body > div > div:first-child {
    font: normal normal bold 14px/17px Lato;
    color: #000;
  }
  .f-cart-item-mobile-body > div > div:last-child {
    text-align: right;
    font: normal normal normal 14px/17px Lato;
    color: #000;
  }
  .f-cart-table-content .product-quantity .quantity select {
    background-size: 17px !important;
    font: normal normal normal 14px/17px Lato !important;
  }
  .woocommerce-cart .sm-touch-scroll, .woocommerce-checkout .sm-touch-scroll {
    overflow-x:visible !important;
  }
  .woocommerce-cart .cart-collaterals {
    position: fixed;
    bottom: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #00000040;
  }
  .woocommerce-checkout .sticky-place-order {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 15px #00000040;
  }
  .woocommerce-checkout .sticky-place-order .form-row {
    padding: 15px 20px;
    background-color: #FFFFFF;
  }
  .woocommerce-checkout .sticky-place-order button {
    font: normal normal bold 16px/19px Lato !important;
  }
  .woocommerce-checkout {
    padding-bottom: 75px;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding: 0 15px;
  }
  a.checkout-button.button.alt.wc-forward {
    font: normal normal bold 16px/19px Lato !important;
    margin-bottom: 0;
  }
  .woocommerce-cart .f-payment-icons {
    margin: 0 auto !important;
  }
  .f-cart-steps {
    border-bottom: 2px solid #EEEEEE;
  }
  #f-checkout-top-bar-text {
    font: 12px Lato !important;
    line-height: 1.1 !important;
    display: inline-block;
  }
  .f-cart-trust-col > img {
    max-height: 40px;
  }
  .f-cart-trust-col {
    font-size: 12px !important;
  }
  .f-cart-steps li .f-step-title {
    font: normal normal bold 14px/17px Lato !important;
  }
  .f-step-num {
    height: 25px !important;
    width: 25px !important;
    line-height: 20px !important;
  }
  .f-cart-steps > div {
    padding: 40px 0 0px 0 !important;
  }
  .f-cart-steps {
    border-bottom: unset !important;
  }
  .mobile-cart-items h5 {
    font: normal normal bold 22px/27px Lato !important;
    color: #000;
    margin-bottom: 10px !important;
    text-transform: uppercase;
  }
  .accordion-tabs-mobile {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .accordion-tabs-mobile .accordion-item {
    background-color: #ffffff;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
  }
  .accordion-tabs-mobile .tab-title {
    background: #FFECCD !important;
    padding: 15px;
    margin: 0;
    cursor: pointer;
    border-bottom: none !important;
  }
  .accordion-tabs-mobile .tab-title > span {
    display: inline-block;
    color: #000;
    font: normal normal normal 20px/24px Lato;
    text-decoration: none !important;
  }
  .accordion-tabs-mobile .tab-title .fa {
    position: absolute;
    right: 10px;
    transition: .3s ease;
  }
  .accordion-tabs-mobile .tab-active .fa {
    transform: rotate(180deg);
  }
  .accordion-tabs-mobile .tab-content {
    padding: 10px;
  }
  .woocommerce-checkout li.body-list {
    border: none !important;
  }
  .body-list {
    padding: 7.5px 0 !important;
    font: normal normal normal 14px/17px Lato !important;
  }
  .woocommerce-checkout .product-option .qty {
    width: 40px !important;
  }
  .f-cart-header img {
    width: auto !important;
    padding: 10px 0 !important;
    max-height: 50px !important;
  }
  .f-customer-details, .is-well {
    padding: 15px 30px !important;
  }
  .f-payment-icons {
    margin: 0 auto !important;
  }
  .woocommerce-checkout .f-proceed-to-checkout {
    margin-bottom: 1em !important;
  }
  .f-on-mobile {
    display: none;
  }
  .woocommerce-checkout #place_order {
    font: normal normal bold 16px/19px Lato !important;
  }
  .mobile-cart-items-preloader {
    text-align: center;
  }
  .woocommerce-cart {
    overflow-x: visible;
  }
  .html-checkout-sidebar.pt-half {
    display: none;
  }
  .toggle-coupon {
    font-size: 10px;
  }
  .f-cart-trust-slider {
    display: none;
  }
  .molongui-bump {
    margin-top: 10px;
  }
  #billing_phone::placeholder {
    font-size: 10px;
  }
  body.woocommerce-cart {
    min-height: 100vh;
    padding-bottom: 200px;
    background-color: #ffffff;
  }
}
a.checkout-button {
  background-color: transparent !important;
}
.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;
}
.woocommerce-cart .cross-sells {
  display: none;
}
.digit-remove-product-btn {
  padding: 10px;
  line-height: normal;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  margin-bottom: 0;
}
.digit-remove-product-btn:hover {
  border-color: #000 !important;
}
p#billing_country_field { display: none }
.iti {
  display: block !important;
}
.sticky-place-order {
  background-color: white;
  padding-bottom: 10px;
}
.mobile-cart-items-container {
  margin-bottom: 10px;
}
.f-above-payment {
  color: #000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.f-above-payment img {
  width: 32px;
  height: 32px;
}
/* digit cart checkout END */