body.woocommerce-cart {
  background-color: #F7F7F7;
}
body.woocommerce-cart .lh_breadcrumb {
  padding: 18px 0 20px 0;
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .lh_breadcrumb {
    position: absolute;
    top: 0px;
  }
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .lh_breadcrumb nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .lh_breadcrumb nav a:first-child {
    font-size: 0px;
    background-image: url(../images/logo-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    opacity: 1;
  }
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .lh_breadcrumb nav .separator {
    display: none;
  }
}
body.woocommerce-cart .site_wraper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .site_wraper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart header .main_menu,
  body.woocommerce-cart header .lh_dropdown_search {
    display: none;
  }
}
body.woocommerce-cart .main-content {
  max-width: 1180px;
}
body.woocommerce-cart .cart-content {
  position: relative;
}
@media all and (min-width: 1061px) {
  body.woocommerce-cart .cart-content {
    background: white;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 35px 60px;
    margin-bottom: 100px;
  }
}
@media print {
  body.woocommerce-cart .cart-content {
    background: white;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 35px 60px;
    margin-bottom: 100px;
  }
}
body.woocommerce-cart .cart-content .woocommerce {
  padding-bottom: 0px;
}
body.woocommerce-cart .cart-content .top_header_block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .cart-content .top_header_block {
    margin-bottom: 0px;
    padding-top: 62px;
  }
}
body.woocommerce-cart .cart-content .top_header_block .page__title {
  width: calc(100% - 145px);
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .cart-content .top_header_block .page__title {
    width: 100%;
  }
}
body.woocommerce-cart .cart-content .top_header_block .subtitle {
  width: 145px;
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart .cart-content .top_header_block .subtitle {
    position: absolute;
    width: calc(100% + 30px);
    padding: 13px;
    left: -15px;
    background: #f7f7f7;
    top: 0;
  }
}
body.woocommerce-cart .cart-content .top_header_block .subtitle a {
  font-weight: 400;
  font-size: 13px;
  line-height: 146.9%;
  color: #4E628E;
}
body.woocommerce-cart h1 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #302E3F;
  margin: 0px 0px 2px;
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart h1 {
    font-size: 23px;
    align-items: flex-end;
    margin-bottom: 15px;
  }
}
body.woocommerce-cart h1 span.count {
  font-weight: 600;
  font-size: 20px;
  line-height: 146.9%;
  color: #56B688;
  margin-left: 10px;
  margin-top: 7px;
}
@media screen and (max-width: 1060px) {
  body.woocommerce-cart h1 span.count {
    font-size: 16px;
  }
}
body.woocommerce-cart footer {
  display: none;
}

@media screen and (max-width: 1060px) {
  body.admin-bar .woocommerce-notices-wrapper {
    top: 45px;
  }
}

.woocommerce-notices-wrapper {
  width: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1060px) {
  .woocommerce-notices-wrapper {
    position: fixed;
    padding: 10px;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 1000000;
  }
}

.cart_page-have_products.empty {
  display: none;
}
.cart_page-have_products.empty > .woocommerce {
  padding-bottom: 0px;
}
.cart_page-have_products:not(.empty) ~ .message-empty_cart, .cart_page-have_products:not(.empty) ~ .return-to-shop {
  display: none !important;
}
@media all and (min-width: 1061px) {
  .cart_page-have_products .woocommerce {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    justify-content: center;
  }
}
@media print {
  .cart_page-have_products .woocommerce {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    justify-content: center;
  }
}
.cart_page-have_products .woocommerce .cart-collaterals {
  width: 410px;
}
@media screen and (max-width: 1060px) {
  .cart_page-have_products .woocommerce .cart-collaterals {
    width: unset;
  }
}

.cart-empty.woocommerce-info {
  display: none;
}

.message-empty_cart {
  text-align: center;
  display: none;
}
.message-empty_cart + .return-to-shop {
  display: none;
}

.cart_page-is_empty ~ .message-empty_cart {
  display: block;
}
.cart_page-is_empty ~ .message-empty_cart + .return-to-shop {
  display: block;
  margin-bottom: 80px;
}

.return-to-shop {
  text-align: center;
}
.return-to-shop .button.wc-backward {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.return-to-shop .button.wc-backward:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.return-to-shop .button.wc-backward.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.return-to-shop .button.wc-backward.loading .button_label {
  opacity: 0.2;
}
.return-to-shop .button.wc-backward:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.return-to-shop .button.wc-backward.added {
  display: none;
}
.return-to-shop .button.wc-backward[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}

@media screen and (max-width: 767px) {
  .cart-recomended-desktop {
    display: none;
  }
}

@media all and (min-width: 1061px) {
  .message-empty_cart {
    text-align: center;
    line-height: 10vh;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #EDEFFB;
    font-size: 2.5em;
    font-weight: 100;
    width: 100%;
  }
}
@media print {
  .message-empty_cart {
    text-align: center;
    line-height: 10vh;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #EDEFFB;
    font-size: 2.5em;
    font-weight: 100;
    width: 100%;
  }
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 1060px) {
  .footer-desktop {
    display: none !important;
  }
}

.mobile_footer {
  position: relative;
  display: none;
  padding: 7px 15px 28px;
  margin-top: 54px;
  margin-bottom: 0px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1060px) {
  .mobile_footer {
    display: flex;
    align-items: flex-end;
  }
}
.mobile_footer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(136, 166, 227, 0.2);
}
.mobile_footer .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: #4E628E;
  white-space: nowrap;
  opacity: 0.5;
}
.mobile_footer .contacts {
  font-weight: 600;
  font-size: 14px;
  line-height: 154.4%;
  color: #5299F7;
  white-space: nowrap;
  width: 100%;
  text-align: right;
}
.mobile_footer .contacts a {
  color: #5299F7;
  display: inline-block;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 100%;
  top: 3px;
}

.fee[class*=delivery-package-] {
  display: none;
}
.fee[class*=delivery-package-] + .shop_table__separator {
  display: none;
}

[data-toggle=tooltip] {
  position: relative;
}
[data-toggle=tooltip] .tooltip_wrap {
  z-index: 8;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D44E1;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 224px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
}
[data-toggle=tooltip] .tooltip_wrap.tooltip-shift_left {
  transform: translateX(-90%);
}
[data-toggle=tooltip] .tooltip_wrap.tooltip-shift_left:after {
  left: 90%;
}
[data-toggle=tooltip] .tooltip_wrap.tooltip-shift_right {
  transform: translateX(-10%);
}
[data-toggle=tooltip] .tooltip_wrap.tooltip-shift_right:after {
  left: 20%;
}
[data-toggle=tooltip] .tooltip_wrap.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
[data-toggle=tooltip] .tooltip_wrap.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  [data-toggle=tooltip] .tooltip_wrap {
    display: none;
  }
}
[data-toggle=tooltip] .tooltip_wrap a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
[data-toggle=tooltip] .tooltip_wrap a:hover {
  color: #ED9023;
}
[data-toggle=tooltip] .tooltip_wrap:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
[data-toggle=tooltip] .tooltip_wrap p {
  margin-top: 0px;
  margin-bottom: 10px;
}
[data-toggle=tooltip] .tooltip_wrap p:last-child {
  margin-bottom: 0px;
}
[data-toggle=tooltip]:focus .tooltip_wrap, [data-toggle=tooltip]:hover .tooltip_wrap {
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce-cart-form {
  width: 100%;
}

@media (max-width: 1060px) {
  body.woocommerce-cart, .mobile_footer {
    background: #fff;
  }
}
.cart-row {
  display: flex;
  justify-content: space-between;
}
.cart-row .cart__items_wrap {
  width: 450px;
  flex-basis: 100%;
  flex-grow: 1;
}
.cart-row .cart__sidebar {
  max-width: 100%;
  margin-left: 40px;
  flex-basis: 410px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cart-row .cart__sidebar {
    margin-left: 0;
  }
}
.cart-row .cart__extra_info .cart__extra_info_content {
  margin-top: 30px;
  padding: 16px 28px 16px 78px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #F7F8FF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.cart-row .cart__extra_info .cart__extra_info_content:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-20px);
  left: 28px;
  width: 35px;
  height: 35px;
  background: url("../images/bogo/icon_cart_info_red.svg") 50% 50% no-repeat;
  background-size: contain;
}
.cart-row .cart__extra_info .cart__extra_info_content .bngd_notice, .cart-row .cart__extra_info .cart__extra_info_content .b2g3_notice {
  max-width: 390px;
  display: inline-block;
}
.cart-row .cart__extra_info .cart__extra_info_content a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cart-row {
    display: block;
  }
  .cart-row .cart__items_wrap {
    width: calc(100% + 8px);
    padding-right: 8px;
  }
  .cart-row .cart__sidebar {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid rgba(136, 166, 227, 0.2);
    padding-top: 15px;
  }
  .cart-row .quantity-dropdown-wrap {
    display: none !important;
  }
  .cart-row .qty {
    display: flex !important;
  }
}
.cart-row .cart__items .cart-item:last-child {
  border-bottom: 0;
}
.cart-row .cart__items .cart-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.cart-row .cart-recommended {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cart-row .cart-item__image {
    width: 120px;
    height: 120px;
  }
  .cart-row .cart-item__info {
    width: calc(100% - 120px);
    padding-left: 24px;
  }
  .cart-row .cart-recommended {
    margin-top: 30px;
  }
}

#recommended {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1060px) {
  #recommended {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
#recommended .owl-carousel:not(.owl-loaded) .product {
  display: none;
}
#recommended .cat_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #4E628E;
  margin-bottom: 20px;
}
@media screen and (max-width: 1060px) {
  #recommended .cat_title {
    font-weight: 700;
    margin-bottom: 24px;
  }
}
#recommended .products {
  margin: 0px -15px;
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
#recommended .products .item {
  padding: 0px 15px;
}
#recommended .products .product {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.05);
  border: none;
}
#recommended .products .product .ia-inner {
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
#recommended .products .product .ia-inner .actions {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 66.6666666667%;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .actions {
    top: unset;
    left: unset;
    bottom: 8px;
    right: 8px;
    padding: 0;
    width: 0;
    height: 0;
  }
}
#recommended .products .product .ia-inner .actions .add_to_cart_button {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px) !important;
  z-index: 10;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: 1px solid #ED9023;
  background: white;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s linear;
  text-align: center;
  white-space: nowrap;
  font-size: 25px;
  line-height: 32px;
}
#recommended .products .product .ia-inner .actions .add_to_cart_button:before {
  content: "+";
  font-weight: 100;
  color: #ED9023;
  display: inline-block;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .actions .add_to_cart_button {
    top: unset;
    left: unset !important;
    bottom: 0;
    right: 0;
    background: #F58140;
    border-radius: 10px;
    opacity: 1;
    width: 80px !important;
    height: 30px !important;
    font-size: unset;
    line-height: unset;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button:before {
    content: "\f218";
    font-family: "lh-icons";
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button:after {
    content: "add";
    font-weight: 400;
    padding-left: 4px;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active {
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 30px;
    padding: 0px 15px;
    color: white;
    border: 1px solid #ED9023;
    background-color: #ED9023;
    cursor: pointer;
    position: relative;
    text-transform: none;
    letter-spacing: 0.01em;
    transition: all 0.2s ease-in-out 0ms;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    background-color: #2D44E1;
    border-color: #2D44E1;
    position: absolute;
    top: unset;
    transform: unset;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added:hover, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active:hover {
    background-color: #ED9023;
    border-color: #ED9023;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added.loading:after, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active.loading:after {
    content: "\f110";
    font-family: "lh-icons";
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    animation: rotating 2s linear infinite;
    line-height: 1;
  }
  @keyframes rotating {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added.loading .button_label, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active.loading .button_label {
    opacity: 0.2;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active:active {
    transition: all 0.01s ease-in-out 0ms;
    background-color: #ED9023;
    border-color: #ED9023;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added.added, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active.added {
    display: none;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added[disabled], #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active[disabled] {
    background-color: #5299F7;
    border-color: #5299F7;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added:hover, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active:hover {
    background-color: #5299F7;
    border-color: #5299F7;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active:active {
    background-color: #5299F7;
    border-color: #5299F7;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added[disabled], #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active[disabled] {
    background-color: #88A6E3;
    border-color: #88A6E3;
  }
  #recommended .products .product .ia-inner .actions .add_to_cart_button.added.added, #recommended .products .product .ia-inner .actions .add_to_cart_button.added:active.added {
    display: block;
  }
}
#recommended .products .product .ia-inner .actions .add_to_cart_button.loading:before {
  content: "\e035";
  font-family: "lh-icons";
  position: absolute;
  top: 0px;
  left: 7px;
  line-height: 34px;
  font-size: 20px;
  animation: lh-spin 2s linear infinite;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .actions .add_to_cart_button.loading:before {
    line-height: 1;
    font-size: 14px;
    position: relative;
    top: unset;
    left: unset;
  }
}
#recommended .products .product .ia-inner:hover .add_to_cart_button {
  opacity: 1;
}
#recommended .products .product .ia-inner .item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 2px 0px rgba(187, 198, 219, 0.7), 0px 3px 10px rgba(113, 120, 133, 0.15);
  height: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .item {
    box-shadow: 0px 1px 0px #BBC6DB, 0px 2px 20px rgba(187, 198, 219, 0.4);
  }
}
#recommended .products .product .ia-inner .item .inner {
  display: inline-block;
  padding-bottom: 36px;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 100%;
  text-decoration: none;
  text-align: left;
  z-index: 1;
}
#recommended .products .product .ia-inner .item .inner .image {
  width: 100%;
  height: auto;
  padding-top: 66.6666666667%;
  background-size: cover;
  background-position: center center;
  border-radius: 20px 20px 0px 0px;
}
#recommended .products .product .ia-inner .item .inner .description {
  align-items: center;
  text-align: left;
  padding: 10px 14px 0px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
  color: #1C2B47;
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .item .inner .description {
    font-size: 14px;
    padding: 8px 8px 0px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
#recommended .products .product .ia-inner .item .inner .price {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px;
  left: 0px;
  height: auto;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #4E628E;
  text-decoration: none;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .item .inner .price {
    padding-bottom: 14px;
    padding-left: 8px;
    text-align: left;
    font-size: 18px;
  }
}
#recommended .products .product .ia-inner .item .inner .price del {
  position: relative;
  top: -5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .item .inner .price del {
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    position: absolute;
    left: 8px;
    top: -18px;
  }
}
#recommended .products .product .ia-inner .item .inner .price ins {
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #EA522E;
  text-decoration: none;
}
@media screen and (max-width: 1060px) {
  #recommended .products .product .ia-inner .item .inner .price ins {
    font-size: 18px;
  }
}
#recommended .products .owl-stage-outer {
  display: block;
  width: 100%;
}
#recommended .products .owl-stage {
  display: flex;
  padding-bottom: 20px;
}
#recommended .added_to_cart {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 0px;
  line-height: 1;
  font-size: 14px;
  z-index: 11;
}
#recommended .added_to_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
#recommended .added_to_cart.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#recommended .added_to_cart.loading .button_label {
  opacity: 0.2;
}
#recommended .added_to_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
#recommended .added_to_cart.added {
  display: none;
}
#recommended .added_to_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
#recommended .added_to_cart:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
#recommended .added_to_cart:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
#recommended .added_to_cart[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
@media all and (min-width: 768px) {
  #recommended .added_to_cart {
    display: none;
  }
}
@media print {
  #recommended .added_to_cart {
    display: none;
  }
}
#recommended .added_to_cart:active {
  top: unset !important;
  left: unset;
}
#recommended .added_to_cart:before {
  content: "\e803";
  font-family: "lh-icons";
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
}
#recommended .sale_label {
  top: 20px;
}
@media screen and (max-width: 1060px) {
  #recommended .sale_label {
    display: block;
    top: 8px;
    font-size: 10px;
    line-height: 18px;
    height: 18px;
    background-color: #ED9023;
    padding: 0px 4px;
    color: white;
  }
}
@media screen and (max-width: 1060px) {
  #recommended .sale_label:before {
    top: 18px;
  }
}
@media screen and (max-width: 1060px) {
  #recommended .sale_label:after {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 7px;
  }
}

body.empty-cart {
  background-color: #F5F5FA;
}
body.empty-cart .cart-content {
  display: none;
}
body.empty-cart .content-empty-cart {
  display: block;
}
body.empty-cart .content-empty-cart h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 146.9%;
  color: #4E628E;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .content-empty-cart h2 {
    font-size: 23px;
  }
}
body.empty-cart .content-empty-cart .empty {
  text-align: center;
  margin: 0px auto 42px;
  max-width: 980px;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .content-empty-cart .empty {
    margin-bottom: 72px;
  }
}
body.empty-cart .content-empty-cart .empty .woocommerce-notices-wrapper {
  text-align: left;
}
body.empty-cart .content-empty-cart .empty .title {
  margin-top: 34px;
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 21px;
  line-height: 136%;
  letter-spacing: 0.015em;
  color: #4E628E;
}
body.empty-cart .content-empty-cart .empty .subtitle {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #4E628E;
  width: 100%;
}
body.empty-cart .content-empty-cart .empty .actions {
  margin-top: 23px;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .content-empty-cart .empty .actions {
    margin-top: 72px;
  }
}
body.empty-cart .content-empty-cart .empty .actions .main {
  margin-bottom: 50px;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .content-empty-cart .empty .actions .main {
    margin-bottom: 37px;
  }
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products.loading .button_label {
  opacity: 0.2;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products.added {
  display: none;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.empty-cart .content-empty-cart .empty .actions .main .all-products[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .content-empty-cart .empty .actions .main .all-products {
    width: 100%;
    height: 48px;
  }
}
body.empty-cart .content-empty-cart .empty .actions .second {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
  width: calc(100% + 30px);
}
body.empty-cart .content-empty-cart .empty .actions .second .item {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #4E628E;
  background-color: white;
  border-color: #4E628E;
  background-color: transparent;
  height: 32px;
  font-weight: 500;
  font-size: 14px;
  margin: 12px;
  white-space: nowrap;
}
body.empty-cart .content-empty-cart .empty .actions .second .item:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.empty-cart .content-empty-cart .empty .actions .second .item.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.empty-cart .content-empty-cart .empty .actions .second .item.loading .button_label {
  opacity: 0.2;
}
body.empty-cart .content-empty-cart .empty .actions .second .item:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.empty-cart .content-empty-cart .empty .actions .second .item.added {
  display: none;
}
body.empty-cart .content-empty-cart .empty .actions .second .item[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.empty-cart .content-empty-cart .empty .actions .second .item:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
body.empty-cart .content-empty-cart .empty .actions .second .item:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
body.empty-cart .content-empty-cart .empty .actions .second .item[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .content-empty-cart .empty .actions .second .item {
    margin: 7px;
  }
}
body.empty-cart .content-empty-cart .empty .actions .second .item span {
  font-weight: 700;
  margin-left: 7px;
}
body.empty-cart .search_page__our_bestsellers {
  max-width: 1199px;
  background: white;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  padding: 27px 58px 0px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers {
    padding: 34px 25px 20px;
    border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.empty-cart .search_page__our_bestsellers .bestsellers_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 146.9%;
  color: #4E628E;
  margin-bottom: 24px;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .bestsellers_title {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .owl-stage-outer {
    overflow: visible;
  }
}
body.empty-cart .search_page__our_bestsellers .related-products {
  padding: 0px;
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .related-products {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .item .item__content,
  body.empty-cart .search_page__our_bestsellers .item .item__action_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .item .add_to_cart_button {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 1060px) {
  body.empty-cart .search_page__our_bestsellers .item .quantity {
    flex: 0 0 72px;
  }
}

.content-empty-cart {
  display: none;
}

.list-products {
  margin-bottom: 60px;
}
.list-products .owl-stage-outer {
  overflow: hidden;
}
.list-products .owl-stage-outer:hover {
  margin-bottom: -200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1060px) {
  .list-products .owl-stage-outer:hover {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .list-products .owl-stage-outer:hover {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.list-products .owl-stage {
  display: flex;
  padding-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .list-products .owl-stage {
    padding: 0px !important;
  }
}
.list-products .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  left: 0px;
  width: 100%;
}
.list-products .owl-nav button {
  position: absolute;
  background-image: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
}
.list-products .owl-nav button i {
  display: inline-block;
  color: #CCCED6;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .list-products .owl-nav button {
    display: none;
  }
}
.list-products .owl-nav button.owl-prev {
  left: -40px;
}
@media screen and (max-width: 1060px) {
  .list-products .owl-nav button.owl-prev {
    left: 0px;
  }
}
.list-products .owl-nav button.owl-next {
  right: -40px;
}
@media screen and (max-width: 1060px) {
  .list-products .owl-nav button.owl-next {
    right: 0px;
  }
}
.list-products div.item {
  padding: 10px;
  height: 100%;
  width: 100%;
}
.list-products div.item .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 0px 10px 20px;
  text-decoration: none;
}
.list-products div.item .inner .item_product_pictures {
  aspect-ratio: 1/1.1;
  margin: 0px -10px 10px;
  width: calc(100% + 20px);
  min-height: unset;
}
.list-products div.item .inner .item_product_pictures .owl-stage {
  padding: 0px;
}
.list-products div.item .inner .item_product_pictures .owl-nav {
  display: none;
}
.list-products div.item .inner .item_product_pictures .owl-stage-outer,
.list-products div.item .inner .item_product_pictures .owl-stage,
.list-products div.item .inner .item_product_pictures .owl-item {
  height: 100%;
}
.list-products div.item .inner .item_product_pictures .owl-dot {
  width: 7px;
  height: 7px;
  background-color: #CCCED6;
  border-radius: 50%;
  margin: 0px 4px;
}
.list-products div.item .inner .item_product_pictures .owl-dot.active {
  background-color: white;
  background-color: #CCCED6;
}
.list-products div.item .inner .item_product_pictures .owl-dot span {
  display: none;
}
.list-products div.item .inner .item_product_pictures .item__thumbnail {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.list-products div.item .inner .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #CCCED6;
}
.list-products div.item .inner .title a {
  font: inherit;
  color: inherit;
}
.list-products div.item .inner .producer {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #CCCED6;
  margin-bottom: 25px;
}
.list-products div.item .inner .producer a {
  font: inherit;
  color: inherit;
}
.list-products div.item .inner .rate_and_price {
  display: flex;
  width: 100%;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: calc(100% - 20px);
}
.list-products div.item .inner .rate_and_price .rate {
  font-size: 14px;
  color: #4E628E;
  white-space: nowrap;
  width: 50%;
}
.list-products div.item .inner .rate_and_price .price {
  text-align: right;
  position: relative;
  width: 50%;
}
.list-products div.item .inner .rate_and_price .price ins,
.list-products div.item .inner .rate_and_price .price .regular_price {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  display: block;
  color: #4E628E;
  text-decoration: none;
}
.list-products div.item .inner .rate_and_price .price ins {
  color: #ED9023;
}
.list-products div.item .inner .rate_and_price .price del {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #EDEFFB;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0px;
}
.list-products .item__rate-label-pc,
.list-products .item__rate-label-mob {
  display: none !important;
}

.cart-free-gift .products-list.owl-carousel {
  width: 100% !important;
}

.popup_check_cart_products {
  position: fixed;
  top: 10vh;
  left: calc(50% - 368.5px);
  margin: 0px auto !important;
  width: 737px;
  z-index: 99999;
  background: #FFF;
  border-radius: 10px;
  padding: 30px 30px 37px 30px;
  overflow: auto;
  display: none;
  max-height: 80vh;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products {
    width: calc(100% - 20px);
    max-height: unset;
    top: 50%;
    left: 10px;
    padding: 20px;
    transform: translateY(-50%);
  }
}
.popup_check_cart_products .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.popup_check_cart_products .inner .title {
  font-weight: 700;
  font-size: 27px;
  line-height: 136%;
  text-align: center;
  letter-spacing: 0.015em;
  color: #4E628E;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner .title {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #302E3F;
  }
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner .content {
    background: white;
    padding: 0 0 20px;
    border-radius: 15px;
  }
}
.popup_check_cart_products .inner ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 100%;
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.popup_check_cart_products .inner ul::-webkit-scrollbar {
  width: 5px;
}
.popup_check_cart_products .inner ul::-webkit-scrollbar-track {
  background: rgba(180, 189, 207, 0.2);
}
.popup_check_cart_products .inner ul::-webkit-scrollbar-thumb {
  background: #b4bdcf;
  border-radius: 4px;
}
.popup_check_cart_products .inner ul::-webkit-scrollbar-thumb:hover {
  background: #1C2B47;
}
@media screen and (max-width: 600px) {
  .popup_check_cart_products .inner ul {
    padding-left: 0;
    font-size: 12px;
  }
}
.popup_check_cart_products .inner ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.popup_check_cart_products .inner ul li.head > div {
  font-weight: 500;
  font-size: 13px;
  line-height: 146.9%;
  color: #4E628E;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
  margin-bottom: 34px;
}
.popup_check_cart_products .inner ul li.head > div.thumb {
  height: auto;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.head {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.item.body {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.item.body:not(:last-child) {
    border-bottom: 1px solid rgba(136, 166, 227, 0.2);
  }
}
.popup_check_cart_products .inner ul li .thumb {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li .thumb {
    width: 75px;
  }
}
.popup_check_cart_products .inner ul li .name {
  width: calc(50% - 95px + 14px);
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li .name {
    width: calc(100% - 75px);
  }
}
.popup_check_cart_products .inner ul li .quantity {
  width: 65px;
}
.popup_check_cart_products .inner ul li .price {
  text-align: right;
  width: calc((50% - 65px) / 2);
}
.popup_check_cart_products .inner ul li.body > div {
  display: table-cell;
  vertical-align: middle;
}
.popup_check_cart_products .inner ul li.body > div.thumb {
  height: 95px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.thumb {
    height: 75px;
  }
}
.popup_check_cart_products .inner ul li.body > div.data {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - 95px);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data .name {
    width: 100%;
    margin-bottom: 12px;
  }
}
.popup_check_cart_products .inner ul li.body > div.data .name .product_name a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #302E3F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popup_check_cart_products .inner ul li.body > div.data .name .product_categories {
  margin-top: 12px;
}
.popup_check_cart_products .inner ul li.body > div.data .name .product_categories a {
  font-weight: 500;
  font-size: 14px;
  line-height: 137.4%;
  color: #4E628E;
}
.popup_check_cart_products .inner ul li.body > div.data .name .item__variation_label {
  font-size: 9px;
  color: #2D44E1;
}
.popup_check_cart_products .inner ul li.body > div.data .mobile_title {
  display: none;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data .mobile_title {
    display: block;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4E628E !important;
    margin: 0px !important;
  }
}
.popup_check_cart_products .inner ul li.body > div.data .quantity {
  padding: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #4E628E;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data .quantity {
    width: 65px;
    text-align: left;
  }
}
.popup_check_cart_products .inner ul li.body > div.data .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data .price {
    flex: 0 0 calc((100% - 65px) / 2);
    text-align: left;
  }
}
.popup_check_cart_products .inner ul li.body > div.data .price ins, .popup_check_cart_products .inner ul li.body > div.data .price div {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #56B688;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data .price ins, .popup_check_cart_products .inner ul li.body > div.data .price div {
    font-size: 16px;
  }
}
.popup_check_cart_products .inner ul li.body > div.data .price del {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #4E628E;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .inner ul li.body > div.data .price del {
    font-size: 16px;
    color: #CCCED6;
  }
}
.popup_check_cart_products .products {
  max-height: calc(100% - 45px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup_check_cart_products .products {
    max-height: 60vh;
    overflow: auto;
  }
}
.popup_check_cart_products .actions {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.popup_check_cart_products .actions .close {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  width: 290px;
  height: 48px;
  font-size: 16px;
  margin: 0px;
}
.popup_check_cart_products .actions .close:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.popup_check_cart_products .actions .close.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup_check_cart_products .actions .close.loading .button_label {
  opacity: 0.2;
}
.popup_check_cart_products .actions .close:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.popup_check_cart_products .actions .close.added {
  display: none;
}
.popup_check_cart_products .actions .close[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_check_cart_products .actions .close:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_check_cart_products .actions .close:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_check_cart_products .actions .close[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}

.lh_happy_hours_banner_cart_page {
  display: flex;
  justify-content: stretch;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_cart_page {
    order: 2;
  }
}
.lh_happy_hours_banner_cart_page .banner_content {
  background-color: #f17a5e;
  flex-grow: 1;
  min-height: 30px;
  color: white;
  position: relative;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_cart_page .banner_content {
    padding: 12px 22px 14px 22px;
  }
}
@media print {
  .lh_happy_hours_banner_cart_page .banner_content {
    padding: 12px 22px 14px 22px;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_cart_page .banner_content {
    padding: 8px 12px 8px 12px;
  }
}
.lh_happy_hours_banner_cart_page .banner_content:after {
  content: "";
  background-color: #f17a5e;
  border-radius: 50%;
  position: absolute;
  width: 180px;
  height: 180px;
  right: 0;
  bottom: -10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_cart_page .banner_content:after {
    width: 140px;
    height: 140px;
  }
}
.lh_happy_hours_banner_cart_page .banner_content:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  background-color: #EA522E;
}
.lh_happy_hours_banner_cart_page .banner_title {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_cart_page .banner_title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media print {
  .lh_happy_hours_banner_cart_page .banner_title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_cart_page .banner_title {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 16px;
  }
}
.lh_happy_hours_banner_cart_page .banner_text {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_cart_page .banner_text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media print {
  .lh_happy_hours_banner_cart_page .banner_text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_cart_page .banner_text {
    font-size: 9px;
    line-height: 13px;
    padding-right: 24px;
  }
}
.lh_happy_hours_banner_cart_page .banner_icon {
  flex-shrink: 1;
  min-width: 98px;
  background: url(../images/happy_hours/icon_big.png) 50% 50% no-repeat #EA522E;
  background-size: 78px 68px;
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_cart_page .banner_icon {
    min-width: 78px;
    background-size: 61px 53px;
  }
}
.lh_happy_hours_banner_cart_page .extra-time-left {
  font-weight: 700;
}

.only-for-us {
  display: none;
}
