@charset "UTF-8";
.woocommerce-MyAccount-navigation {
  margin-bottom: 0px;
  border-right: 1px solid rgba(136, 166, 227, 0.2);
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
  }
}
.woocommerce-MyAccount-navigation .login-info {
  padding-bottom: 30px;
  margin-top: 45px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation .login-info {
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
}
.woocommerce-MyAccount-navigation .login-info .avatar {
  display: flex;
  width: 70px;
  height: 70px;
  background-color: #EDEFFB;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 31.0625px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation .login-info .avatar {
    margin-bottom: 0px;
  }
}
.woocommerce-MyAccount-navigation .login-info .avatar span {
  color: #4E628E;
  opacity: 0.1;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation .login-info .text {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #302E3F;
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation .login-info .text {
    margin-left: 20px;
  }
}
.woocommerce-MyAccount-navigation .login-info .text .username {
  font-size: 17px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation li:not(.content) {
  line-height: 1;
  vertical-align: middle;
  height: auto;
  display: block;
  font-weight: 600;
  position: relative;
}
.woocommerce-MyAccount-navigation li:not(.content).is-active, .woocommerce-MyAccount-navigation li:not(.content):hover {
  font-weight: 600;
  color: #2D44E1;
}
.woocommerce-MyAccount-navigation li:not(.content).is-active a, .woocommerce-MyAccount-navigation li:not(.content).is-active:after, .woocommerce-MyAccount-navigation li:not(.content):hover a, .woocommerce-MyAccount-navigation li:not(.content):hover:after {
  font-weight: inherit;
  color: inherit;
}
.woocommerce-MyAccount-navigation li:not(.content):not(.is-active):hover a {
  font-weight: 500;
}
.woocommerce-MyAccount-navigation li:not(.content):after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  left: 0;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
  color: #CCCED6;
  font-family: "lh-icons";
  font-weight: normal !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation li:not(.content):after {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation li:not(.content):before {
    content: "\f078";
    font-family: "lh-icons";
    position: absolute;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    font-size: 17.6px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    right: 0;
    font-weight: normal;
    color: #5299F7;
    transition: all 0.2s ease-in-out 0ms;
    transform-origin: center 5.5px;
  }
  .woocommerce-MyAccount-navigation li:not(.content).is-active:before {
    content: "\f07e";
  }
}
.woocommerce-MyAccount-navigation li:not(.content).min:before {
  transform: rotate(-180deg);
}
.woocommerce-MyAccount-navigation li.content {
  padding: 18px 0;
}
@media all and (min-width: 992px) {
  .woocommerce-MyAccount-navigation li.content {
    display: none;
  }
}
@media print {
  .woocommerce-MyAccount-navigation li.content {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation li.is-active.woocommerce-MyAccount-navigation-link--orders + li.content {
    padding-top: 24px;
    padding-bottom: 50px;
    border-bottom: none;
  }
}
.woocommerce-MyAccount-navigation li.is-active.min + li.content {
  display: none;
}
@media all and (min-width: 992px) {
  .woocommerce-MyAccount-navigation li:last-child {
    margin-top: 50px;
  }
}
@media print {
  .woocommerce-MyAccount-navigation li:last-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #EDEFFB;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none;
  }
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  width: 100%;
  color: #302E3F;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  padding: 9px 0px 9px 28px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    padding: 16px 0 16px 28px;
    font-weight: 400;
    font-size: 16px;
  }
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders:after {
  content: "\e809";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--favorites:after {
  content: "\f004";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--waitlist:after {
  content: "\f251";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address:after {
  content: "\f015";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods:after {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account:after {
  content: "\f007";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout:after {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--lh_recipe_favorites:after {
  content: "\f02e";
}

.woocommerce-MyAccount-navigation-link--waiting-list {
  display: none !important;
}

@media all and (min-width: 992px) {
  .acount-order-list {
    margin-bottom: 65px;
  }
}
@media print {
  .acount-order-list {
    margin-bottom: 65px;
  }
}
.acount-order-list .order-list {
  margin-bottom: 5px;
}
.acount-order-list .order-list .header {
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 146.9%;
  color: #4E628E;
  padding: 0px 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .header {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
    width: calc(100% + 10px);
  }
}
@media screen and (max-width: 767px) {
  .acount-order-list .order-list .content {
    margin: 0px;
    width: 100%;
  }
}
.acount-order-list .order-list .content .item {
  display: block;
  margin-bottom: 10px;
  background: white;
  border: 1px solid #EDEFFB;
  border-radius: 10px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item {
    position: relative;
    width: calc(50% - 10px);
    margin: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 767px) {
  .acount-order-list .order-list .content .item {
    width: 100%;
    margin: 5px 0px;
  }
}
.acount-order-list .order-list .content .item .row-1 {
  display: flex;
  align-items: center;
}
@media all and (min-width: 992px) {
  .acount-order-list .order-list .content .item .row-1 {
    gap: 16px;
  }
}
@media print {
  .acount-order-list .order-list .content .item .row-1 {
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field {
    padding-left: 27px;
    padding-right: 15px;
    width: 100%;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field:before {
    content: attr(data-title);
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-number {
    font-weight: 600;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-number:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-number a {
    display: inline-block;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-number a:after {
    content: "T";
    font-family: "lh-icons";
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-actions {
    position: absolute;
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-actions:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-actions a {
    line-height: 32px;
    padding: 0px 17px;
  }
}
@media screen and (max-width: 640px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-actions a {
    line-height: 32px;
    padding: 0 8px;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 640px) {
  .acount-order-list .order-list .content .item .row-1 .item-field.order-actions a:before, .acount-order-list .order-list .content .item .row-1 .item-field.order-actions span:before {
    margin-right: 2px;
  }
}
.acount-order-list .order-list .content .item .row-2 {
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-2 {
    margin-left: 27px;
    display: block;
  }
}
.acount-order-list .order-list .content .item .row-2 .inner {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .content .item .row-2 .inner {
    margin-bottom: 15px;
  }
}
.acount-order-list .order-list .content .item .row-2 .product-image {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 9px;
}
.acount-order-list .order-list .content .item .row-2 .product-image:last-child {
  margin-right: unset;
}
.acount-order-list .order-list .content .item .row-2 .product-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acount-order-list .order-list .order-number {
  text-align: left;
  width: calc((100% - 215px) / 5);
}
.acount-order-list .order-list .order-number a {
  color: #302E3F;
  font-weight: 600;
}
.acount-order-list .order-list .order-date {
  width: calc((100% - 215px) / 5);
  color: #302E3F;
}
.acount-order-list .order-list .order-status {
  width: calc((100% - 215px) / 5);
}
.acount-order-list .order-list .order-status .cancelled {
  color: #EA522E;
}
.acount-order-list .order-list .order-status .completed {
  color: #56B688;
}
.acount-order-list .order-list .order-total {
  width: calc((100% - 215px) / 5);
}
.acount-order-list .order-list .order-total .amount {
  color: #302E3F;
}
.acount-order-list .order-list .order-track {
  width: calc((100% - 215px) / 5);
}
.acount-order-list .order-list .order-track a {
  color: #302E3F;
  text-decoration: underline;
}
.acount-order-list .order-list .order-actions {
  display: flex;
  text-align: left;
  white-space: nowrap;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 992px) {
  .acount-order-list .order-list .order-actions:not(.mobile-actions) {
    min-width: 240px;
    max-width: 240px;
  }
}
@media print {
  .acount-order-list .order-list .order-actions:not(.mobile-actions) {
    min-width: 240px;
    max-width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .order-actions:not(.mobile-actions) {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .acount-order-list .order-list .order-actions.mobile-actions {
    display: none;
  }
}
@media print {
  .acount-order-list .order-list .order-actions.mobile-actions {
    display: none;
  }
}
.acount-order-list .order-list .order-actions a, .acount-order-list .order-list .order-actions span {
  display: inline-block;
  border-radius: 8px;
  line-height: 33px;
  white-space: nowrap;
  padding: 0px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.acount-order-list .order-list .order-actions a:last-child, .acount-order-list .order-list .order-actions span:last-child {
  margin-right: unset;
}
.acount-order-list .order-list .order-actions a.pay, .acount-order-list .order-list .order-actions span.pay {
  background-color: rgba(86, 182, 136, 0.2);
  color: #56B688;
  order: 2;
}
.acount-order-list .order-list .order-actions a.view, .acount-order-list .order-list .order-actions span.view {
  background-color: #302E3F;
  color: white;
  order: 1;
}
.acount-order-list .order-list .order-actions a.view:before, .acount-order-list .order-list .order-actions span.view:before {
  content: "\f06e";
  font-family: "lh-icons";
  margin-right: 5px;
  font-size: 12px;
}
.acount-order-list .order-list .order-actions a.cancel, .acount-order-list .order-list .order-actions span.cancel {
  background-color: #EDEFFB;
  color: #302E3F;
  order: 3;
}
.acount-order-list .order-list .order-actions a.track, .acount-order-list .order-list .order-actions span.track {
  background-color: #5299F7;
  color: white;
  order: 2;
}
.acount-order-list .order-list .order-actions a.track:before, .acount-order-list .order-list .order-actions span.track:before {
  content: "\f3c5";
  font-family: "lh-icons";
  font-weight: normal;
  margin-right: 5px;
  font-size: 12px;
}
.acount-order-list .order-list .order-actions a.edit, .acount-order-list .order-list .order-actions span.edit {
  background-color: white;
  color: #5299F7;
  border: 1px solid #5299F7;
  order: 4;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .acount-order-list .order-list .order-actions a.edit, .acount-order-list .order-list .order-actions span.edit {
    line-height: 32px;
    padding: 0 17px;
  }
}
.acount-order-list .order-list .order-actions a.edit:before, .acount-order-list .order-list .order-actions span.edit:before {
  content: "\f044";
  font-family: "lh-icons";
  font-weight: normal;
  margin-right: 5px;
  font-size: 12px;
}
.acount-order-list .woocommerce-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.acount-order-list .woocommerce-pagination .button {
  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;
  height: 23px;
  line-height: 23px;
  padding: 0px 9px;
  font-size: 14px;
  border: none;
}
.acount-order-list .woocommerce-pagination .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.acount-order-list .woocommerce-pagination .button.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);
  }
}
.acount-order-list .woocommerce-pagination .button.loading .button_label {
  opacity: 0.2;
}
.acount-order-list .woocommerce-pagination .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.acount-order-list .woocommerce-pagination .button.added {
  display: none;
}
.acount-order-list .woocommerce-pagination .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.acount-order-list .woocommerce-pagination .button:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.acount-order-list .woocommerce-pagination .button:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.acount-order-list .woocommerce-pagination .button[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.acount-order-list .woocommerce-pagination .button.number {
  font-weight: 500;
  color: #4E628E;
}
.acount-order-list .woocommerce-pagination .button.number:hover, .acount-order-list .woocommerce-pagination .button.number.current {
  color: white;
  background-color: #2D44E1;
}
.acount-order-list .woocommerce-pagination .button.more {
  cursor: default;
  color: #4E628E;
}
.acount-order-list .woocommerce-pagination .button.more:hover {
  background-color: inherit;
  color: inherit;
}
.acount-order-list .woocommerce-pagination .button.previous, .acount-order-list .woocommerce-pagination .button.next {
  color: #4E628E;
  background-color: #5299F7;
  font-size: 14px;
}
.acount-order-list .woocommerce-pagination .button.previous:hover, .acount-order-list .woocommerce-pagination .button.next:hover {
  color: white;
  background-color: #2D44E1;
}

.track_number_info {
  position: relative;
  display: inline-block;
}
.track_number_info:hover > .track_number_popup {
  opacity: 1;
  visibility: visible;
}
.track_number_info .track_number_popup {
  word-wrap: anywhere;
  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: 180px;
  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;
  opacity: 0;
  text-align: center;
}
.track_number_info .track_number_popup.tooltip-shift_left {
  transform: translateX(-90%);
}
.track_number_info .track_number_popup.tooltip-shift_left:after {
  left: 90%;
}
.track_number_info .track_number_popup.tooltip-shift_right {
  transform: translateX(-10%);
}
.track_number_info .track_number_popup.tooltip-shift_right:after {
  left: 20%;
}
.track_number_info .track_number_popup.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
.track_number_info .track_number_popup.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .track_number_info .track_number_popup {
    display: none;
  }
}
.track_number_info .track_number_popup a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
.track_number_info .track_number_popup a:hover {
  color: #ED9023;
}
.track_number_info .track_number_popup: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%;
}
.track_number_info .track_number_popup p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.track_number_info .track_number_popup p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .track_number_info .track_number_popup {
    display: none;
  }
}

.recommended-for-you .item__meta_wrap .item__rate .item__rate-label-pc {
  display: none;
}

[data-items=recommended-for-you].owl-carousel {
  margin-bottom: 60px;
}
[data-items=recommended-for-you].owl-carousel .owl-stage {
  display: flex;
  padding-bottom: 0px;
}
[data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev,
[data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next {
  display: inline-block;
  width: 24px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: transparent;
  border: none;
}
[data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev i,
[data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next i {
  display: none;
}
[data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next {
  background-image: url(../images/arrow-right.svg);
}
@media all and (min-width: 1293px) {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next {
    right: -30px;
  }
}
@media print {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next {
    right: -30px;
  }
}
@media screen and (max-width: 1292px) {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-next {
    display: none;
  }
}
[data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev {
  background-image: url(../images/arrow-left.svg);
}
@media all and (min-width: 1293px) {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev {
    left: -30px;
  }
}
@media print {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1292px) {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  [data-items=recommended-for-you].owl-carousel > .owl-nav .owl-prev {
    display: none;
  }
}
[data-items=recommended-for-you].owl-carousel div.item {
  padding: 10px;
  height: 100%;
  width: 100%;
}
[data-items=recommended-for-you].owl-carousel 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;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures {
  aspect-ratio: 1/1.1;
  margin: 0px -10px 10px;
  width: calc(100% + 20px);
  min-height: unset;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-stage {
  padding: 0px;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-nav {
  display: none;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-stage-outer,
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-stage,
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-item {
  height: 100%;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-dot {
  width: 7px;
  height: 7px;
  background-color: #CCCED6;
  border-radius: 50%;
  margin: 0px 4px;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-dot.active {
  background-color: white;
  background-color: #CCCED6;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .owl-dot span {
  display: none;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .item_product_pictures .item__thumbnail {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #CCCED6;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .title a {
  font: inherit;
  color: inherit;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .producer {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #CCCED6;
  margin-bottom: 25px;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .producer a {
  font: inherit;
  color: inherit;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .rate_and_price {
  display: flex;
  width: 100%;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: calc(100% - 20px);
}
[data-items=recommended-for-you].owl-carousel div.item .inner .rate_and_price .rate {
  font-size: 14px;
  color: #4E628E;
  white-space: nowrap;
  width: 50%;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .rate_and_price .price {
  text-align: right;
  position: relative;
  width: 50%;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .rate_and_price .price ins,
[data-items=recommended-for-you].owl-carousel 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;
}
[data-items=recommended-for-you].owl-carousel div.item .inner .rate_and_price .price ins {
  color: #ED9023;
}
[data-items=recommended-for-you].owl-carousel 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;
}

.lh_myaccount_recipe_favorites h1 {
  margin-bottom: 50px;
}
.lh_myaccount_recipe_favorites h1 .count {
  font-weight: 500;
  font-size: 15px;
  color: #5299F7;
}

.lh_myaccount_waitlist .header,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .header {
  position: relative;
}
.lh_myaccount_waitlist h1,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop h1 {
  margin-bottom: 50px;
}
.lh_myaccount_waitlist h1 .count,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop h1 .count {
  font-weight: 500;
  font-size: 15px;
  color: #5299F7;
}
.lh_myaccount_waitlist .category_before__order_wrap,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 220px;
}
@media screen and (max-width: 991px) {
  .lh_myaccount_waitlist .category_before__order_wrap,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap {
    display: none;
  }
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-wrap,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-wrap {
  opacity: 0.6;
  transition: all 0.3s linear;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-wrap:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-wrap:hover {
  opacity: 1;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-label {
  width: 100%;
  height: 40px;
  border: 1.5px solid #EDEFFB;
  border-radius: 10px;
  padding: 0px 40px 0px 15px;
  transition: all 0.3s linear;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-label [data-order-label],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-label [data-order-label] {
  line-height: 37px;
  font-weight: 400;
  font-size: 15px;
  color: #CCCED6;
  transition: all 0.3s linear;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-label .dropdown-icon,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-label .dropdown-icon {
  width: 30px;
  text-align: center;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-label .dropdown-icon i,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-label .dropdown-icon i {
  font-size: 15px;
  font-weight: 500;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-target .dropdown-item,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-target .dropdown-item {
  line-height: 2;
  font-weight: 400;
  font-size: 15px;
  color: #302E3F;
  opacity: 0.75;
  transition: all 0.3s linear;
}
.lh_myaccount_waitlist .category_before__order_wrap .dropdown-target .dropdown-item:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .category_before__order_wrap .dropdown-target .dropdown-item:hover {
  opacity: 1;
}
.lh_myaccount_waitlist .show-favorites-instock,
.lh_myaccount_waitlist .notify_waitinglist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist {
  margin-bottom: 25px;
}
.lh_myaccount_waitlist .show-favorites-instock label,
.lh_myaccount_waitlist .notify_waitinglist label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist label {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 154.4%;
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.lh_myaccount_waitlist .show-favorites-instock label [type=checkbox],
.lh_myaccount_waitlist .notify_waitinglist label [type=checkbox],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock label [type=checkbox],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist label [type=checkbox] {
  display: none;
}
.lh_myaccount_waitlist .show-favorites-instock label [type=checkbox] + span,
.lh_myaccount_waitlist .notify_waitinglist label [type=checkbox] + span,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock label [type=checkbox] + span,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist label [type=checkbox] + span {
  padding-left: 26px;
}
.lh_myaccount_waitlist .show-favorites-instock label [type=checkbox] + span:before,
.lh_myaccount_waitlist .notify_waitinglist label [type=checkbox] + span:before,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock label [type=checkbox] + span:before,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist label [type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #4E628E;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.lh_myaccount_waitlist .show-favorites-instock label [type=checkbox]:checked + span:before,
.lh_myaccount_waitlist .notify_waitinglist label [type=checkbox]:checked + span:before,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock label [type=checkbox]:checked + span:before,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist label [type=checkbox]:checked + span:before {
  background-color: #4E628E;
}
.lh_myaccount_waitlist .show-favorites-instock label [type=checkbox]:checked + span:after,
.lh_myaccount_waitlist .notify_waitinglist label [type=checkbox]:checked + span:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .show-favorites-instock label [type=checkbox]:checked + span:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .notify_waitinglist label [type=checkbox]:checked + span:after {
  position: absolute;
  top: 3px;
  left: 2px;
  content: "\e80c";
  font-family: "lh-icons";
  font-weight: normal;
  color: white;
  line-height: 1;
  font-size: 14px;
}
@media all and (min-width: 992px) {
  .lh_myaccount_waitlist .product-list,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list {
    margin-bottom: 100px;
  }
}
@media print {
  .lh_myaccount_waitlist .product-list,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0px -10px;
  }
}
.lh_myaccount_waitlist .product-list .item,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .item,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item {
    flex-wrap: wrap;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 575px) {
  .lh_myaccount_waitlist .product-list .item,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item {
    width: 100%;
  }
}
.lh_myaccount_waitlist .product-list .item .inner,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item .inner {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .item .inner,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item .inner {
    display: block;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #EDEFFB;
    padding-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .item .inner:hover,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item .inner:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .item.item-favorite, .lh_myaccount_waitlist .product-list .item.item-waitilist,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item.item-favorite,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item.item-waitilist {
    /*padding: 0px;*/
  }
}
.lh_myaccount_waitlist .product-list .item.item-favorite.outofstock .product-image, .lh_myaccount_waitlist .product-list .item.item-waitilist.outofstock .product-image,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item.item-favorite.outofstock .product-image,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item.item-waitilist.outofstock .product-image {
  opacity: 0.6;
}
.lh_myaccount_waitlist .product-list .item.item-favorite.outofstock .product-name a, .lh_myaccount_waitlist .product-list .item.item-waitilist.outofstock .product-name a,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item.item-favorite.outofstock .product-name a,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .item.item-waitilist.outofstock .product-name a {
  color: #302E3F;
}
.lh_myaccount_waitlist .product-list .product-image,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-image,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-image {
    display: flex;
    width: 100%;
    height: auto;
    flex: 0 0 100%;
    position: relative;
    border-radius: 0px;
  }
  .lh_myaccount_waitlist .product-list .product-image:before,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .lh_myaccount_waitlist .product-list .product-image > *,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-image > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.lh_myaccount_waitlist .product-list .product-image:last-child,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-image:last-child {
  margin-right: unset;
}
.lh_myaccount_waitlist .product-list .product-image img,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh_myaccount_waitlist .product-list .product-name,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-name {
  padding: 0px 30px;
  width: 100%;
  text-align: left;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-name,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-name {
    padding: 15px;
  }
}
.lh_myaccount_waitlist .product-list .product-name .title a,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-name .title a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.38;
  color: #302E3F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.lh_myaccount_waitlist .product-list .product-name .categories,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-name .categories {
  margin-top: 10px;
}
.lh_myaccount_waitlist .product-list .product-name .categories a,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-name .categories a {
  font-weight: 400;
  font-size: 14px;
  color: #302E3F;
}
.lh_myaccount_waitlist .product-list .product-name .categories .in_stock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-name .categories .in_stock {
  font-weight: 400;
  font-size: 14px;
  color: #56B688;
  margin-left: 8px;
}
.lh_myaccount_waitlist .product-list .product-price,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price {
  flex: 0 0 180px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-price,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price {
    margin-bottom: 15px;
    padding: 0px 15px;
    text-align: center;
  }
}
.lh_myaccount_waitlist .product-list .product-price ins,
.lh_myaccount_waitlist .product-list .product-price .regular_price,
.lh_myaccount_waitlist .product-list .product-price .out_of_stock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price ins,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price .regular_price,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price .out_of_stock {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #302E3F;
  text-decoration: none;
  white-space: nowrap;
}
.lh_myaccount_waitlist .product-list .product-price ins,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price ins {
  font-size: 18px;
  color: #56B688;
}
.lh_myaccount_waitlist .product-list .product-price del,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-price del {
  font-weight: 500;
  font-size: 14px;
  color: #302E3F;
  margin-right: 9px;
}
.lh_myaccount_waitlist .product-list .product-button,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button {
  padding: 0px 44px 0px 25px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-button,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button {
    display: flex;
    padding: 0px 15px;
    width: calc(100% - 55px);
    float: left;
  }
}
.lh_myaccount_waitlist .product-list .product-button .button_default,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button {
  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: 155px !important;
}
.lh_myaccount_waitlist .product-list .product-button .button_default:hover,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_default.loading:after,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button.loading:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default.loading:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button.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);
  }
}
.lh_myaccount_waitlist .product-list .product-button .button_default.loading .button_label,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button.loading .button_label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default.loading .button_label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button.loading .button_label {
  opacity: 0.2;
}
.lh_myaccount_waitlist .product-list .product-button .button_default:active,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_default.added,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button.added,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default.added,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button.added {
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .button_default[disabled],
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_default:hover,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_default:active,
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_default[disabled],
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-button .button_default,
  .lh_myaccount_waitlist .product-list .product-button .add_to_cart_button,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_default,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button {
    width: 100% !important;
  }
}
.lh_myaccount_waitlist .product-list .product-button .product_out_of_stock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .product_out_of_stock {
  width: 155px !important;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-button .product_out_of_stock,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .product_out_of_stock {
    width: 100% !important;
  }
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_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;
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart.loading:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_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);
  }
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart.loading .button_label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart.loading .button_label {
  opacity: 0.2;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart.added,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart.added {
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_cart[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_cart[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist {
  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;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist.loading:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist.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);
  }
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist.loading .button_label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist.loading .button_label {
  opacity: 0.2;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist.added,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist.added {
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.lh_myaccount_waitlist .product-list .product-button .button_add_to_waitlist[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_add_to_waitlist[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist {
  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;
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist.loading:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist.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);
  }
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist.loading .button_label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist.loading .button_label {
  opacity: 0.2;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist.added,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist.added {
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.lh_myaccount_waitlist .product-list .product-button .button_view_waitlist[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_view_waitlist[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .product-list .product-button .product_wrap.added .button_add,
.lh_myaccount_waitlist .product-list .product-button .product_wrap.added .button_add_to_waitlist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .product_wrap.added .button_add,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .product_wrap.added .button_add_to_waitlist {
  display: none;
}
.lh_myaccount_waitlist .product-list .product-button .product_wrap.added .button_view_cart,
.lh_myaccount_waitlist .product-list .product-button .product_wrap.added .button_view_waitlist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .product_wrap.added .button_view_cart,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .product_wrap.added .button_view_waitlist {
  display: inline-flex;
}
.lh_myaccount_waitlist .product-list .product-button .out_of_stock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .out_of_stock {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #4E628E;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}
.lh_myaccount_waitlist .product-list .product-button .out_of_stock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .out_of_stock {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #4E628E;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button,
.lh_myaccount_waitlist .product-list .product-button .added_to_cart,
.lh_myaccount_waitlist .product-list .product-button .add_to_waitlist,
.lh_myaccount_waitlist .product-list .product-button .view_waitlist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .added_to_cart,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_waitlist,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .view_waitlist {
  white-space: nowrap;
  padding: 0px;
  width: 155px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-button .add_to_cart_button,
  .lh_myaccount_waitlist .product-list .product-button .added_to_cart,
  .lh_myaccount_waitlist .product-list .product-button .add_to_waitlist,
  .lh_myaccount_waitlist .product-list .product-button .view_waitlist,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .added_to_cart,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_waitlist,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .view_waitlist {
    width: 100%;
  }
}
.lh_myaccount_waitlist .product-list .product-button .add_to_cart_button[disabled],
.lh_myaccount_waitlist .product-list .product-button .added_to_cart[disabled],
.lh_myaccount_waitlist .product-list .product-button .add_to_waitlist[disabled],
.lh_myaccount_waitlist .product-list .product-button .view_waitlist[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_cart_button[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .added_to_cart[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .add_to_waitlist[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .view_waitlist[disabled] {
  color: white;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-button .button_label.pc,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_label.pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .lh_myaccount_waitlist .product-list .product-button .button_label.mob,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_label.mob {
    display: none;
  }
}
@media print {
  .lh_myaccount_waitlist .product-list .product-button .button_label.mob,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-button .button_label.mob {
    display: none;
  }
}
.lh_myaccount_waitlist .product-list .product-favorite a:before,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-favorite a:before {
  content: "\f004";
  font-family: "lh-icons";
  color: #2D44E1;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  transition: all 0.2s ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product-favorite,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product-favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 32px;
    float: left;
  }
}
.lh_myaccount_waitlist .product-list .product_remove_from_waiting,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product_remove_from_waiting {
  padding: 0px;
  text-align: center;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .product-list .product_remove_from_waiting,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product_remove_from_waiting {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    float: left;
  }
}
.lh_myaccount_waitlist .product-list .product_remove_from_waiting .remove_from_waiting,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .product-list .product_remove_from_waiting .remove_from_waiting {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 5px;
  color: #1C2B47;
  transition: all 0.3s linear;
  width: 25px;
  cursor: pointer;
}
.lh_myaccount_waitlist .empty-list,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list {
  padding: 50px 0px 100px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.lh_myaccount_waitlist .empty-list.hidden,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list.hidden {
  display: none;
}
.lh_myaccount_waitlist .empty-list .inner,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner {
  max-width: 395px;
  margin: 0 auto;
}
.lh_myaccount_waitlist .empty-list .inner .picture,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .picture {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list .inner .picture,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .picture {
    margin-bottom: 20px;
  }
}
.lh_myaccount_waitlist .empty-list .inner .title,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .title {
  font-weight: 700;
  font-size: 21px;
  line-height: 136%;
  text-align: center;
  letter-spacing: 0.015em;
  color: #4E628E;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list .inner .title,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .title {
    margin-bottom: 20px;
  }
}
.lh_myaccount_waitlist .empty-list .inner .subtitle,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #4E628E;
  max-width: 336px;
  margin: 0px auto 50px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list .inner .subtitle,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .subtitle {
    margin-bottom: 30px;
  }
}
.lh_myaccount_waitlist .empty-list .inner .subtitle span,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .subtitle span {
  font-weight: 600;
}
.lh_myaccount_waitlist .empty-list .inner .actions,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions {
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list .inner .actions,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions {
    margin-bottom: 50px;
  }
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop {
  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;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 9px 18px;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop.loading:after,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop.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);
  }
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop.loading .button_label,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop.loading .button_label {
  opacity: 0.2;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop.added,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop.added {
  display: none;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop:hover,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop:active,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_myaccount_waitlist .empty-list .inner .actions .to_shop[disabled],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .inner .actions .to_shop[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list .bestsellers .products-grid,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers .products-grid {
    padding-right: 0;
    margin-right: 0;
  }
}
.lh_myaccount_waitlist .empty-list .bestsellers .title_block,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers .title_block {
  font-weight: 700;
  font-size: 25px;
  color: #4E628E;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you],
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
@media screen and (max-width: 991px) {
  .lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you],
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] {
    margin: 0px -10px;
    width: calc(100% + 15px);
  }
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .owl-stage,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .owl-stage {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .owl-stage,
  .lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .owl-stage {
    padding-bottom: 20px;
  }
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item {
  padding: 0px 10px;
  margin-bottom: 0px;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .product,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .product {
  height: 100%;
  width: 100%;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .owl-product-images .sliders:not(.owl-carousel),
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .owl-product-images .sliders:not(.owl-carousel) {
  display: block;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .item__title_wrap,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .item__title_wrap {
  overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .title,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .title {
  line-height: 1.4em;
  height: 2.7em;
  max-height: 2.7em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 14px;
  color: #CCCED6;
  height: 36px;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .title a,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .title a {
  font: inherit;
  color: inherit;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .item__meta_wrap .item__rate i,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .item__meta_wrap .item__rate i {
  font-size: 11px;
  color: #4E628E;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .item__meta_wrap .item__rate .item__rate-label-pc,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .item__meta_wrap .item__rate .item__rate-label-pc {
  display: none;
}
.lh_myaccount_waitlist .empty-list .bestsellers [data-items=recommended-for-you] .item .item__price ins,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop .empty-list .bestsellers [data-items=recommended-for-you] .item .item__price ins {
  color: #56B688;
  margin-left: 5px;
}
.lh_myaccount_waitlist[data-count="0"] .show-favorites-instock,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop[data-count="0"] .show-favorites-instock {
  display: none;
}
.lh_myaccount_waitlist[data-count="0"] .empty-list,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop[data-count="0"] .empty-list {
  display: block;
}
.lh_myaccount_waitlist[data-count="0"] .bestsellers,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop[data-count="0"] .bestsellers {
  display: block;
}
.lh_myaccount_waitlist[data-count="0"] .header .count,
.lh_myaccount_wrap .lh_myaccount_whishlist-desctop[data-count="0"] .header .count {
  display: none;
}

.lh_myaccount_whishlist .bestsellers {
  display: none;
}

body.woocommerce-edit-address .u-columns {
  display: flex;
  margin: 0px -18px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-edit-address .u-columns {
    flex-wrap: wrap;
    margin: 0px -15px;
  }
}
body.woocommerce-edit-address .u-columns .col-1 {
  order: 2;
}
body.woocommerce-edit-address .u-columns .col-2 {
  order: 1;
}
body.woocommerce-edit-address .u-columns .col-1, body.woocommerce-edit-address .u-columns .col-2 {
  position: relative;
  width: 50%;
  padding: 30px 30px 75px;
  margin: 18px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-edit-address .u-columns .col-1, body.woocommerce-edit-address .u-columns .col-2 {
    width: 100%;
    margin: 15px;
  }
}
body.woocommerce-edit-address .u-columns .col-1 h3, body.woocommerce-edit-address .u-columns .col-2 h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 146.9%;
  color: #4E628E;
  margin-top: 0px;
  margin-bottom: 45px;
}
body.woocommerce-edit-address .u-columns .col-1 .edit, body.woocommerce-edit-address .u-columns .col-2 .edit {
  position: absolute;
  top: 33px;
  right: 30px;
  text-transform: lowercase;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
  line-height: 146.9%;
  color: #2D44E1;
}
body.woocommerce-edit-address .u-columns .col-1 address, body.woocommerce-edit-address .u-columns .col-2 address {
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  line-height: 161.9%;
  letter-spacing: 0.01em;
  color: #4E628E;
  word-break: break-word;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 28px);
  margin: 0px -14px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row {
  position: relative;
  width: 100%;
  padding: 0px 14px;
  margin: 0px 0px 30px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us {
  display: none;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us ~ #shipping_state_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us ~ #billing_state_field {
  order: 3;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us ~ #shipping_state_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us ~ #billing_state_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us ~ #billing_email_field {
  width: 50%;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.only-for-us ~ #billing_email_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_first_name_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_first_name_field {
  width: 50%;
  order: 1;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_first_name_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_first_name_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_last_name_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_last_name_field {
  width: 50%;
  order: 2;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_last_name_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_last_name_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_country_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_country_field {
  width: 50%;
  order: 3;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_country_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_country_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_postcode_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_postcode_field {
  width: 50%;
  order: 4;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_postcode_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_postcode_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_address_1_field {
  width: 100%;
  order: 5;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_city_field, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_city_field {
  width: 100%;
  order: 6;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_state_field {
  width: 50%;
  order: 7;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_state_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_state_field:not(.validate-required) + #billing_phone_field + #billing_email_field {
  width: 50%;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_state_field:not(.validate-required) + #billing_phone_field + #billing_email_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_state_field {
  width: 100%;
  order: 7;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_phone_field {
  width: 50%;
  order: 8;
}
@media screen and (max-width: 575px) {
  body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_phone_field {
    width: 100%;
  }
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_email_field {
  width: 100%;
  order: 9;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2-container {
  margin-bottom: 3px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row input,
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection {
  height: 50px;
  border: 1.5px solid rgba(64, 72, 92, 0.4);
  box-sizing: border-box;
  border-radius: 8.60606px;
  transition: all 0.3s linear;
  font-family: "Montserrat", san-serif;
  font-weight: 500;
  font-size: 16px;
  color: #302E3F;
  letter-spacing: 0.01em;
  padding: 0px 20px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row input:active, body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row input:focus,
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection:active,
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection:focus {
  border-color: #2D44E1;
  font-weight: 600;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row input.error,
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection.error {
  border-color: #EA522E;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2.select2-container--open .select2-selection {
  border-color: #2D44E1;
  font-weight: 600;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection .select2-selection__rendered {
  font-weight: 500;
  font-size: 16px;
  color: #302E3F;
  letter-spacing: 0.01em;
  padding: 0px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection__arrow {
  top: calc(50% - 13px);
  right: 20px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
  border-color: #CCCED6 transparent transparent transparent;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row label {
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  color: #4E628E;
  background-color: white;
  padding: 0px 5px;
}
body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row abbr {
  color: #EA522E;
  text-decoration: none;
}
body.woocommerce-edit-address .shipping-billing-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 146.9%;
  color: #4E628E;
  margin: 75px 0px 40px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-edit-address .shipping-billing-title {
    margin: 40px 0px;
  }
}
body.woocommerce-edit-address .info-block {
  display: flex;
  align-items: center;
  background: rgba(237, 239, 251, 0.5);
  border-radius: 15px;
  padding: 10px 55px 10px 20px;
  margin: 80px 0px 150px;
  width: auto;
  max-width: 410px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-edit-address .info-block {
    margin: 40px 0px;
  }
}
body.woocommerce-edit-address .info-block .icon {
  margin-right: 15px;
  color: #88A6E3;
  font-size: 26px;
}
body.woocommerce-edit-address .info-block .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}
body.woocommerce-edit-address .actions {
  display: flex;
  margin-top: 30px;
  margin-bottom: 120px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-edit-address .actions {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
body.woocommerce-edit-address .actions button:not(:last-child) {
  margin-right: 15px;
}
body.woocommerce-edit-address .actions [type=submit] {
  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;
  padding: 0px 20px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
}
body.woocommerce-edit-address .actions [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.woocommerce-edit-address .actions [type=submit].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.woocommerce-edit-address .actions [type=submit].loading .button_label {
  opacity: 0.2;
}
body.woocommerce-edit-address .actions [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.woocommerce-edit-address .actions [type=submit].added {
  display: none;
}
body.woocommerce-edit-address .actions [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.woocommerce-edit-address .actions [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.woocommerce-edit-address .actions [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.woocommerce-edit-address .actions [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.woocommerce-edit-address .actions [type=button] {
  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;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
}
body.woocommerce-edit-address .actions [type=button]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.woocommerce-edit-address .actions [type=button].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.woocommerce-edit-address .actions [type=button].loading .button_label {
  opacity: 0.2;
}
body.woocommerce-edit-address .actions [type=button]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.woocommerce-edit-address .actions [type=button].added {
  display: none;
}
body.woocommerce-edit-address .actions [type=button][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.woocommerce-edit-address .actions [type=button]:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
body.woocommerce-edit-address .actions [type=button]:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
body.woocommerce-edit-address .actions [type=button][disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}

body.woocommerce-view-order main > p {
  display: none;
}
body.woocommerce-view-order .woocommerce-breadcrumb {
  font-size: 0px;
}
body.woocommerce-view-order .woocommerce-breadcrumb .separator {
  display: none;
}
body.woocommerce-view-order .woocommerce-breadcrumb a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  width: auto;
}
body.woocommerce-view-order .woocommerce-breadcrumb a:first-child {
  display: none;
}
body.woocommerce-view-order .woocommerce-breadcrumb a:before {
  content: "`";
  font-family: "lh-icons";
  margin-right: 6px;
  font-weight: normal;
  font-size: 6px;
}
body.woocommerce-view-order .woocommerce-order-details {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-top: 8px solid #56B688;
  border-radius: 10px;
  margin: 10px -28px 70px;
  padding: 20px 28px 37px;
  width: calc(100% + 56px);
}
@media screen and (max-width: 991px) {
  body.woocommerce-view-order .woocommerce-order-details {
    box-shadow: none;
    border-top: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
}
body.woocommerce-view-order .woocommerce-order-details h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 146.9%;
  color: #56B688;
  margin-bottom: 3px;
}
body.woocommerce-view-order .woocommerce-order-details .subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #302E3F;
  opacity: 0.5;
  margin-bottom: 30px;
}
body.woocommerce-view-order .woocommerce-order-details .order-header {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .woocommerce-order-details .order-header {
    flex-wrap: wrap;
  }
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item {
  font-weight: 500;
  font-size: 15px;
  line-height: 154.4%;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .woocommerce-order-details .order-header .item {
    width: 100%;
    text-align: left;
  }
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item.item-1, body.woocommerce-view-order .woocommerce-order-details .order-header .item.item-3 {
  width: 200px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .woocommerce-order-details .order-header .item.item-1, body.woocommerce-view-order .woocommerce-order-details .order-header .item.item-3 {
    width: 100%;
  }
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item.item-2 {
  width: calc(100% - 400px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .woocommerce-order-details .order-header .item.item-2 {
    width: 100%;
    text-align: left;
  }
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_number {
  font-weight: 700;
  font-size: 18px;
  line-height: 154.4%;
  color: #56B688;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_date {
  font-weight: 600;
  font-size: 15px;
  line-height: 154.4%;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status {
  font-weight: 600;
  font-size: 15px;
  line-height: 154.4%;
  text-transform: capitalize;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.pending {
  color: #CCCED6;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.processing {
  color: #CCCED6;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.on-hold {
  color: #EA522E;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.completed {
  color: #56B688;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.cancelled {
  color: #EA522E;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.refunded {
  color: #56B688;
}
body.woocommerce-view-order .woocommerce-order-details .order-header .item .order_status.failed {
  color: #EA522E;
}
body.woocommerce-view-order .woocommerce-customer-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 17px;
  border-top: 2px solid #4E628E;
  word-break: break-word;
  padding-right: 5px;
}
body.woocommerce-view-order .woocommerce-customer-details h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 146.9%;
  color: #4E628E;
  margin-top: 0px;
  margin-bottom: 13px;
}
body.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
  width: 250px;
  margin-bottom: 30px;
}
body.woocommerce-view-order .woocommerce-customer-details address {
  font-weight: 500;
  font-size: 12px;
  line-height: 148%;
  color: #4E628E;
  font-style: normal;
}
body.woocommerce-view-order .woocommerce-customer-details address .email {
  font-weight: 600;
}
body.woocommerce-view-order .order_details .td {
  width: calc(100% - 200px);
}
body.woocommerce-view-order .order_details .td.amount {
  width: 200px;
  color: #302E3F;
}
body.woocommerce-view-order .order_details .thead {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
}
body.woocommerce-view-order .order_details .thead .td {
  font-weight: 700;
  font-size: 19px;
  color: #4E628E;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .thead .td {
    width: 100%;
  }
}
body.woocommerce-view-order .order_details .thead .td.amount {
  font-weight: 500;
  font-size: 15px;
  color: #CCCED6;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .thead .td.amount {
    width: auto;
    text-align: right;
  }
}
body.woocommerce-view-order .order_details .tbody {
  padding-bottom: 30px;
  margin-bottom: 27px;
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
}
body.woocommerce-view-order .order_details .tbody .item {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 12px;
}
body.woocommerce-view-order .order_details .tbody .products {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tbody .products {
    padding-right: 15px;
    width: 100%;
    overflow: hidden;
  }
}
body.woocommerce-view-order .order_details .tbody .picture {
  line-height: 1;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
}
body.woocommerce-view-order .order_details .tbody .picture img {
  width: 100%;
  height: 100%;
}
body.woocommerce-view-order .order_details .tbody .product_name {
  padding: 0px 15px 0px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  height: 13.9px;
  max-height: 13.9px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
body.woocommerce-view-order .order_details .tbody .qty {
  font-weight: 600;
  white-space: nowrap;
}
body.woocommerce-view-order .order_details .tbody .td.amount {
  font-weight: 600;
  font-size: 17px;
  width: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tbody .td.amount {
    white-space: nowrap;
    min-width: 95px;
  }
}
body.woocommerce-view-order .order_details .tfoot .item {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  margin-bottom: 9px;
}
body.woocommerce-view-order .order_details .tfoot .item.payment-method {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tfoot .item.payment-method .td.products {
    line-height: 18px;
    width: 150px;
  }
}
body.woocommerce-view-order .order_details .tfoot .item.payment-method .td.amount {
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tfoot .item.payment-method .td.amount {
    width: calc(100% - 150px);
    white-space: normal;
  }
}
body.woocommerce-view-order .order_details .tfoot .item.total {
  padding-top: 14px;
}
body.woocommerce-view-order .order_details .tfoot .item.total .td {
  font-weight: 700;
  font-size: 19px;
  line-height: 146.9%;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tfoot .item.shipping {
    align-items: flex-start;
  }
}
body.woocommerce-view-order .order_details .tfoot .td.products {
  font-weight: 600;
  font-size: 15px;
  line-height: 154.4%;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tfoot .td.products {
    width: 100%;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
body.woocommerce-view-order .order_details .tfoot .td.amount {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-view-order .order_details .tfoot .td.amount {
    width: auto;
    text-align: right;
    white-space: nowrap;
    min-width: 180px;
  }
  body.woocommerce-view-order .order_details .tfoot .td.amount .shipped_via {
    white-space: normal;
    word-break: break-all;
  }
}
body.woocommerce-view-order .back-to-orders {
  text-align: center;
}
@media all and (min-width: 992px) {
  body.woocommerce-view-order .back-to-orders {
    display: none;
  }
}
@media print {
  body.woocommerce-view-order .back-to-orders {
    display: none;
  }
}
body.woocommerce-view-order .back-to-orders.top {
  margin-bottom: 40px;
}
body.woocommerce-view-order .back-to-orders.bottom {
  margin-top: 0px;
}
body.woocommerce-view-order .back-to-orders button {
  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;
}
body.woocommerce-view-order .back-to-orders button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.woocommerce-view-order .back-to-orders button.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.woocommerce-view-order .back-to-orders button.loading .button_label {
  opacity: 0.2;
}
body.woocommerce-view-order .back-to-orders button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.woocommerce-view-order .back-to-orders button.added {
  display: none;
}
body.woocommerce-view-order .back-to-orders button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.woocommerce-view-order .back-to-orders button:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
body.woocommerce-view-order .back-to-orders button:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
body.woocommerce-view-order .back-to-orders button[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
body.woocommerce-view-order .back-to-orders button i {
  font-size: 12px;
  margin-right: 10px;
}

.label-placeholder {
  position: relative;
  margin: 0px;
  padding: 17px 15px;
}
.label-placeholder.error {
  margin-bottom: 19px;
}
.label-placeholder .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.label-placeholder input.input-text {
  width: 100%;
  height: 52px;
  border: 1.5px solid #EDEFFB;
  box-sizing: border-box;
  border-radius: 8.60606px;
  padding: 0px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #302E3F;
  transition: all 0.3s linear;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.label-placeholder input.input-text:active, .label-placeholder input.input-text:focus {
  border-color: #2D44E1;
}
.label-placeholder input.input-text:active ~ label, .label-placeholder input.input-text:focus ~ label {
  font-size: 14px;
  top: -8px;
  left: 15px;
  padding: 0px 5px;
  background-color: white;
  opacity: 1;
  z-index: 2;
}
.label-placeholder input.input-text.error {
  border-color: #EA522E;
}
.label-placeholder input.input-text.error ~ label {
  color: #EA522E;
}
.label-placeholder input.input-text[name=password] {
  padding-right: 75px;
}
.label-placeholder .error.vilidation {
  text-align: left;
  color: #EA522E;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 4px;
}
.label-placeholder .error.vilidation:before {
  opacity: 0;
}
.label-placeholder .error.vilidation a {
  color: #EA522E;
  text-decoration: underline;
  font-weight: 500;
}
.label-placeholder label {
  font-weight: 500;
  font-size: 16px;
  color: #4E628E;
  position: absolute;
  top: 17px;
  left: 21px;
  opacity: 0.5;
  background-color: transparent;
  transition: all 0.3s linear;
  z-index: 0;
}
.label-placeholder.focus label {
  font-size: 14px;
  top: -8px;
  left: 15px;
  padding: 0px 5px;
  background-color: white;
  opacity: 1;
  z-index: 2;
}
.label-placeholder .description {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #EDEFFB;
}
.label-placeholder .password_field {
  padding-right: 75px;
}
.label-placeholder .show_password {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #CCCED6;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0px;
  line-height: 52px;
  opacity: 0.5;
  cursor: pointer;
  width: 75px;
  z-index: 2;
  transition: all 0.3s linear;
}
.label-placeholder .show_password:hover {
  opacity: 1;
}

.lh_myaccount_content .info-account {
  display: block;
}
.lh_myaccount_content .edit-info-account {
  display: none;
}
.lh_myaccount_content.edit .info-account {
  display: none;
}
.lh_myaccount_content.edit .edit-info-account {
  display: block;
}

form.edit-account {
  position: relative;
}
form.edit-account .woocommerce-password-strength,
form.edit-account .error.vilidation {
  position: relative;
  top: 3px;
  left: 0;
  margin-bottom: 12px;
  display: block;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #EA522E;
}
form.edit-account .woocommerce-password-strength.bad,
form.edit-account .error.vilidation.bad {
  color: #EA522E;
}
form.edit-account .woocommerce-password-strength.good,
form.edit-account .error.vilidation.good {
  color: #ED9023;
}
form.edit-account .woocommerce-password-strength.strong,
form.edit-account .error.vilidation.strong {
  color: #56B688;
}
form.edit-account input.error {
  box-shadow: 0 1px 0 #EA522E;
  border-color: #EA522E;
}
form.edit-account .edit-account-form-content {
  display: flex;
  flex-wrap: wrap;
}
form.edit-account .global-loader {
  height: 100%;
}
form.edit-account .confirm-email {
  display: none;
  padding: 0 20px;
}
form.edit-account .confirm-email .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
form.edit-account .confirm-email .description {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
form.edit-account .confirm-email .resend-input-wrapper {
  position: relative;
}
form.edit-account .confirm-email .label-placeholder {
  padding: 0;
}
form.edit-account .confirm-email #confirm-email-code::-webkit-inner-spin-button, form.edit-account .confirm-email #confirm-email-code::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.edit-account .confirm-email .confirm-resend-code-timer {
  margin-left: 4px;
}
form.edit-account .confirm-email .confirm-resend-code {
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
  display: flex;
  transition: 0.4s;
  color: #2d44e1;
  z-index: 3;
  font-weight: 500;
}
form.edit-account .confirm-email .confirm-resend-code.disabled {
  color: #9d9d9d;
  cursor: auto;
}
form.edit-account .confirm-email .code-error {
  color: #EA522E;
  padding-left: 20px;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
}
form.edit-account.confirm_email .edit-account-form-content {
  display: none;
}
form.edit-account.confirm_email .confirm-email {
  display: block;
}

.info-account {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 32px 42px 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .info-account {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .info-account {
    padding: 20px;
  }
}
.info-account h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.47;
  color: #4E628E;
}
@media screen and (max-width: 575px) {
  .info-account h2 {
    margin-top: 0px;
  }
}
.info-account .verify_email {
  position: relative;
  width: 340px;
  background: rgba(234, 82, 46, 0.1);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #EA522E;
}
.info-account .verify_email i {
  margin-right: 5px;
  font-weight: 600;
}
.info-account .verify_email a {
  display: inline-block;
  width: auto;
  float: right;
  color: #EA522E;
  font-size: inherit;
  text-decoration: underline;
}
.info-account .details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .info-account .details {
    margin-top: 20px;
  }
}
.info-account .details .item {
  width: 50%;
  padding: 10px 0px;
}
@media screen and (max-width: 575px) {
  .info-account .details .item {
    width: 100%;
  }
}
.info-account .details .hr {
  width: 100%;
  height: 1px;
  width: 100%;
  background-color: rgba(136, 166, 227, 0.2);
  margin: 10px 0px;
}
@media screen and (max-width: 575px) {
  .info-account .details .hr {
    display: none;
  }
}
.info-account .details label {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #4E628E;
}
.info-account .details .value {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 0.01em;
  color: #4E628E;
}
.info-account .actions {
  margin-top: 30px;
}
.info-account .actions .edit {
  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;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
}
.info-account .actions .edit:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.info-account .actions .edit.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);
  }
}
.info-account .actions .edit.loading .button_label {
  opacity: 0.2;
}
.info-account .actions .edit:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.info-account .actions .edit.added {
  display: none;
}
.info-account .actions .edit[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.info-account .actions .edit:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.info-account .actions .edit:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.info-account .actions .edit[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}

.edit-info-account {
  margin-bottom: 65px;
}
.edit-info-account h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.47;
  color: #4E628E;
}
.edit-info-account form.edit-account {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0px -15px;
}
.edit-info-account form.edit-account .item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .edit-info-account form.edit-account .item {
    width: 100%;
  }
}
.edit-info-account form.edit-account .item .inner {
  max-width: 325px;
}
@media screen and (max-width: 991px) {
  .edit-info-account form.edit-account .item .inner {
    max-width: 100%;
  }
}
.edit-info-account form.edit-account .item input,
.edit-info-account form.edit-account .item select {
  max-width: 100%;
}
.edit-info-account form.edit-account .item .description {
  margin-top: 10px;
}
.edit-info-account form.edit-account .hr {
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(136, 166, 227, 0.2);
  margin: 13px auto;
}
@media screen and (max-width: 991px) {
  .edit-info-account form.edit-account .hr {
    display: none;
  }
}
.edit-info-account form.edit-account img.calendar {
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
}
.edit-info-account form.edit-account .actions {
  width: 100%;
}
.edit-info-account .actions {
  margin-top: 53px;
  padding: 0px 15px;
}
@media screen and (max-width: 991px) {
  .edit-info-account .actions {
    margin-top: 20px;
  }
}
.edit-info-account .actions button:not(:last-child) {
  margin-right: 15px;
}
.edit-info-account .actions [type=submit] {
  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;
  padding: 0px 20px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
}
.edit-info-account .actions [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.edit-info-account .actions [type=submit].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);
  }
}
.edit-info-account .actions [type=submit].loading .button_label {
  opacity: 0.2;
}
.edit-info-account .actions [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.edit-info-account .actions [type=submit].added {
  display: none;
}
.edit-info-account .actions [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.edit-info-account .actions [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.edit-info-account .actions [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.edit-info-account .actions [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.edit-info-account .actions [type=button] {
  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;
  padding: 0px 20px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
}
.edit-info-account .actions [type=button]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.edit-info-account .actions [type=button].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);
  }
}
.edit-info-account .actions [type=button].loading .button_label {
  opacity: 0.2;
}
.edit-info-account .actions [type=button]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.edit-info-account .actions [type=button].added {
  display: none;
}
.edit-info-account .actions [type=button][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.edit-info-account .actions [type=button]:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.edit-info-account .actions [type=button]:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.edit-info-account .actions [type=button][disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}

.error.vilidation {
  display: block;
  color: #EA522E;
  font-size: 11px;
  position: relative;
  line-height: 1;
  top: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  padding-left: 15px;
  text-align: left;
}
.error.vilidation:before {
  content: "\f06a";
  font-family: "lh-icons";
  font-weight: normal;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.error.vilidation a {
  color: #EA522E;
  text-decoration: underline;
}

.entry-content {
  max-width: 1170px;
  width: 100%;
  margin: 25px auto 0px;
  padding: 0px 15px;
}
.entry-content.min {
  max-width: 730px;
  margin: 65px auto 110px;
}
@media screen and (max-width: 767px) {
  .entry-content {
    margin-top: 50px;
  }
}

.lh_breadcrumb {
  display: none;
}

.under-header-text {
  display: none;
}

.before_login_wc_block {
  display: flex;
  align-items: center;
  color: #1C2B47;
  border: 1px solid #EA522E;
  border-radius: 10px;
  padding: 22px 30px;
  margin: 0 auto 40px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .before_login_wc_block {
    padding: 22px 38px;
    margin-bottom: 24px;
  }
}
.before_login_wc_block .inner:before {
  content: "";
  background-image: url("../images/enter-title-2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .before_login_wc_block .inner:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 7px solid #FFF;
  }
}
.before_login_wc_block .inner.desc {
  display: block;
}
@media screen and (max-width: 767px) {
  .before_login_wc_block .inner.desc {
    display: none;
  }
}
.before_login_wc_block .inner.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .before_login_wc_block .inner.mobile {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
  }
}
.before_login_wc_block .inner.mobile .tooltip {
  color: #56B688;
}

#customer_login {
  display: flex;
}
@media screen and (max-width: 767px) {
  #customer_login {
    display: block;
  }
}
#customer_login .u-column1 {
  width: 56.2%;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 {
    width: 100%;
  }
}
#customer_login .u-column1 .inner {
  background: white;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 32px 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 .inner {
    padding: 32px 20px 24px;
  }
}
#customer_login .u-column1 .login_title {
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  color: #302E3F;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 .login_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#customer_login .u-column1 p {
  margin: 0 0 15px 0;
  clear: both;
  width: 100%;
}
#customer_login .u-column1 p.confirm_password {
  margin-bottom: 34px;
}
#customer_login .u-column1 p label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #4E628E;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 p label {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#customer_login .u-column1 p label .required {
  color: #EA522E;
  margin-left: 5px;
}
#customer_login .u-column1 p input {
  height: 40px;
  padding: 0 10px;
  color: #4E628E;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #5299F7;
  border-radius: 10px;
  width: 100%;
}
#customer_login .u-column1 p.signup-under-form-links {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 p.signup-under-form-links {
    margin-top: 24px;
  }
}
#customer_login .u-column1 p.signup-under-form-links label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 p.signup-under-form-links label {
    font-size: 14px;
  }
}
#customer_login .u-column1 p.signup-under-form-links input {
  display: none;
}
#customer_login .u-column1 p.signup-under-form-links span {
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  position: relative;
  padding-left: 21px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 p.signup-under-form-links span {
    font-size: 14px;
  }
}
#customer_login .u-column1 p.signup-under-form-links span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #2D44E1;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
#customer_login .u-column1 p.signup-under-form-links #rememberme:checked ~ span::after {
  content: "";
  border: solid #4E628E;
  border-width: 0 1px 1px 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
}
#customer_login .u-column1 p.signup-under-form-links a {
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #4E628E;
  text-decoration: underline;
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column1 p.signup-under-form-links a {
    font-size: 14px;
  }
}
#customer_login .u-column2 {
  width: 43.8%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column2 {
    width: 100%;
    padding: 0;
  }
}
#customer_login .u-column2 .enter_tips {
  padding: 0;
  margin: 0;
}
#customer_login .u-column2 .enter_tips li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #4E628E;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column2 .enter_tips li {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
#customer_login .u-column2 .enter_tips li:before {
  content: "";
  background-image: url("../images/item_pin.svg");
  width: 19px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column2 .enter_tips li:before {
    top: 0;
  }
}
#customer_login .u-column2 .subscribe_center {
  display: none;
}
@media screen and (max-width: 767px) {
  #customer_login .u-column2 .subscribe_center {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
#customer_login .u-column2 .subscribe_center a {
  font-size: 14px;
  line-height: 1;
}
#customer_login button {
  width: 100%;
}
#customer_login button[type=submit] {
  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;
  margin-bottom: 15px;
}
#customer_login button[type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
#customer_login button[type=submit].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);
  }
}
#customer_login button[type=submit].loading .button_label {
  opacity: 0.2;
}
#customer_login button[type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
#customer_login button[type=submit].added {
  display: none;
}
#customer_login button[type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
#customer_login button[type=submit][disabled] {
  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;
}
#customer_login button[type=submit][disabled]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
#customer_login button[type=submit][disabled].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);
  }
}
#customer_login button[type=submit][disabled].loading .button_label {
  opacity: 0.2;
}
#customer_login button[type=submit][disabled]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
#customer_login button[type=submit][disabled].added {
  display: none;
}
#customer_login button[type=submit][disabled][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
#customer_login button[type=submit][disabled]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
#customer_login button[type=submit][disabled]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
#customer_login button[type=submit][disabled][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
#customer_login button[type=submit][disabled] .lh-spinner {
  display: inline-block;
}
#customer_login button[type=submit] .lh-spinner {
  display: none;
}
#customer_login button[type=button] {
  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;
}
#customer_login button[type=button]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
#customer_login button[type=button].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);
  }
}
#customer_login button[type=button].loading .button_label {
  opacity: 0.2;
}
#customer_login button[type=button]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
#customer_login button[type=button].added {
  display: none;
}
#customer_login button[type=button][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
#customer_login .social-login {
  margin-top: 32px;
  position: relative;
  padding-top: 24px;
}
#customer_login .social-login:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(106, 124, 159, 0) 0%, #2D44E1 50%, rgba(106, 124, 159, 0) 100%);
  opacity: 0.6;
}
#customer_login .social-login .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #4E628E;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #customer_login .social-login .text {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
  }
}
#customer_login .social-login [data-id=facebook_connect] {
  border: 1px solid #517DC0;
  letter-spacing: normal;
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: white;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #4E628E;
  padding: 0;
  text-transform: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#customer_login .social-login [data-id=facebook_connect] img {
  position: relative;
  top: 4px;
}
#customer_login .social-login [data-id=google_connect] {
  border: 1px solid #DF4930;
  transition: all 0.3s linear;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: white;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #4E628E;
  padding: 0;
  text-transform: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#customer_login .social-login [data-id=google_connect] img {
  position: relative;
  top: 4px;
}
#customer_login .social-login [data-id=google_connect] .g-signin2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#customer_login .subscribe_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #customer_login .subscribe_center {
    display: none;
  }
}
#customer_login .subscribe_center a {
  color: #4E628E;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.error_message ~ .error_message,
.woocommerce-message {
  display: none;
}

body.woocommerce-lost-password .entry-content {
  margin: 72px auto 0px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-lost-password .entry-content {
    margin: 48px auto 0px;
  }
}
body.woocommerce-lost-password .blue-logo {
  margin: 240px 0px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.woocommerce-lost-password .blue-logo {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .lost_reset_password {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
  }
}
.lost_reset_password .g-recaptcha-v2 {
  text-align: center;
}
.lost_reset_password .g-recaptcha-v2 > div {
  display: inline-block;
}
.lost_reset_password.check .title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .lost_reset_password.check .title {
    margin-bottom: 0px;
    font-weight: 800;
  }
}
.lost_reset_password.check .subtitle {
  max-width: 410px;
  margin-bottom: 60px;
}
.lost_reset_password.check .subtitle p {
  margin-top: 0px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lost_reset_password.check .subtitle p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.lost_reset_password.check .info {
  position: relative;
  background: rgba(237, 239, 251, 0.5);
  border-radius: 18px;
  max-width: 348px;
  margin: 0px auto 55px;
  text-align: center;
  padding: 13px 15px 20px;
}
.lost_reset_password.check .info:before {
  content: "\e056";
  font-family: "lh-icons";
  font-size: 24px;
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  color: #88A6E3;
  margin: 0px;
  font-weight: normal;
}
.lost_reset_password.check .info .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 0.015em;
  color: #4E628E;
  margin-bottom: 10px;
}
.lost_reset_password.check .info .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #4E628E;
  margin: 0px;
}
.lost_reset_password.check .actions {
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lost_reset_password.check .actions {
    max-width: unset;
    display: block;
  }
  .lost_reset_password.check .actions .resend,
  .lost_reset_password.check .actions .signin {
    width: 100%;
    margin: 0px 0px 15px;
  }
}
.lost_reset_password .header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lost_reset_password .header {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    width: 100%;
  }
  .lost_reset_password .header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(106, 124, 159, 0) 0%, #6A7C9F 50%, rgba(106, 124, 159, 0) 100%);
    opacity: 0.6;
  }
}
.lost_reset_password .forgot-ico {
  line-height: 1;
  margin-bottom: 45px;
}
.lost_reset_password .title {
  font-weight: 700;
  font-size: 29px;
  line-height: 136%;
  letter-spacing: 0.015em;
  color: #4E628E;
  margin-bottom: 13px;
}
.lost_reset_password .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #4E628E;
  text-align: center;
  max-width: 383px;
  margin: 0px auto 42px;
}
.lost_reset_password .email_row {
  width: 100%;
  margin: 0px auto 30px;
  text-align: center;
}
.lost_reset_password .email_row input {
  max-width: 360px;
  width: 100%;
  height: 56px;
  border: 1.5px solid #CCCED6;
  border-radius: 8.60606px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #4E628E;
  padding: 0 20px;
  margin: 22px auto 0;
}
.lost_reset_password .email_row .error.vilidation {
  position: relative;
  max-width: 505px;
  background: rgba(252, 227, 221, 0.5);
  border-radius: 18px;
  padding: 7px 15px 8px;
  margin: 0 auto;
}
.lost_reset_password .email_row .error.vilidation:before {
  content: "\e055";
  font-family: "lh-icons";
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  color: #EA522E;
  margin: 0px;
}
.lost_reset_password .email_row .error.vilidation .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 2.7;
  text-align: center;
  letter-spacing: 0.015em;
  color: #EA522E;
  margin: 0px;
}
.lost_reset_password .email_row .error.vilidation .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #4E628E;
  max-width: unset;
  margin: 0px;
}
.lost_reset_password .email_row .error.vilidation .subtitle a {
  font-weight: 600;
  color: inherit;
}
.lost_reset_password .actions {
  max-width: 186px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lost_reset_password .actions {
    margin: 0px;
    max-width: 100%;
  }
}
.lost_reset_password .actions [type=submit] {
  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;
  height: 43px;
  width: 100%;
  padding: 0px;
}
.lost_reset_password .actions [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lost_reset_password .actions [type=submit].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);
  }
}
.lost_reset_password .actions [type=submit].loading .button_label {
  opacity: 0.2;
}
.lost_reset_password .actions [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lost_reset_password .actions [type=submit].added {
  display: none;
}
.lost_reset_password .actions [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 767px) {
  .lost_reset_password .actions [type=submit] {
    width: 100%;
    max-width: 360px;
    height: 46px;
  }
}
.lost_reset_password .actions [type=submit] i {
  margin-right: 7px;
}
.lost_reset_password .actions .resend {
  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: 154px;
}
.lost_reset_password .actions .resend:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lost_reset_password .actions .resend.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);
  }
}
.lost_reset_password .actions .resend.loading .button_label {
  opacity: 0.2;
}
.lost_reset_password .actions .resend:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lost_reset_password .actions .resend.added {
  display: none;
}
.lost_reset_password .actions .resend[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions .resend:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions .resend:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions .resend[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.lost_reset_password .actions .signin {
  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;
  margin-left: 15px;
  width: 115px;
}
.lost_reset_password .actions .signin:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lost_reset_password .actions .signin.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);
  }
}
.lost_reset_password .actions .signin.loading .button_label {
  opacity: 0.2;
}
.lost_reset_password .actions .signin:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lost_reset_password .actions .signin.added {
  display: none;
}
.lost_reset_password .actions .signin[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lost_reset_password .actions .signin:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.lost_reset_password .actions .signin:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.lost_reset_password .actions .signin[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.lost_reset_password .fields-reset-password {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 28px;
}
.lost_reset_password .fields-reset-password .form-row {
  position: relative;
}
.lost_reset_password .fields-reset-password input {
  width: 100%;
  height: 56px;
  border: 1.5px solid #CCCED6;
  border-radius: 8.60606px;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #302E3F;
  margin-bottom: 20px;
}
.lost_reset_password .fields-reset-password .error.vilidation {
  position: absolute;
  bottom: 7px;
  top: unset;
}
.lost_reset_password .fields-reset-password .actions {
  padding-top: 16px;
}

@media screen and (max-width: 991px) {
  body.lh-my-account-track-order .site_wraper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  body.lh-my-account-track-order header.header-main {
    height: 60px;
  }
  body.lh-my-account-track-order header.header-main .main_menu,
  body.lh-my-account-track-order header.header-main .lh_dropdown_search {
    display: none;
  }
  body.lh-my-account-track-order header.header-main .dropdown-label.no_empty {
    background-color: transparent !important;
  }
  body.lh-my-account-track-order header.header-main .dropdown-label.no_empty i {
    font-weight: 300 !important;
    color: #302E3F !important;
  }
}
body.lh-my-account-track-order footer {
  display: none;
}

.my-account-track-order {
  background-color: rgba(237, 239, 251, 0.5);
  background-image: url(../images/stars-bg.svg);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-top: 90px;
  padding-bottom: 66px;
  min-height: calc(100vh - 175px);
}
@media screen and (max-width: 767px) {
  .my-account-track-order {
    min-height: calc(100vh - 60px);
  }
}
.my-account-track-order .container {
  text-align: center;
}
.my-account-track-order .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .logo {
    margin-bottom: 18px;
  }
}
.my-account-track-order .logo img {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .logo img {
    max-width: 225px;
  }
}
.my-account-track-order .title {
  font-weight: 600;
  font-size: 29px;
  line-height: 1.5;
  text-align: center;
  color: #302E3F;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .title {
    font-size: 23px;
  }
}
.my-account-track-order .track_number {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #302E3F;
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .track_number {
    margin-bottom: 20px;
  }
}
.my-account-track-order .track_your_package {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  background: #FFF;
  box-shadow: 0px 3px 0px rgba(47, 106, 139, 0.2);
  border-radius: 10px;
  padding: 16px 45px 40px;
  margin: 0 auto 28px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .my-account-track-order .track_your_package {
    max-width: 100%;
    padding: 16px 15px;
    margin-bottom: 40px;
  }
}
.my-account-track-order .track_your_package .table {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .track_your_package .table {
    margin-bottom: 10px;
  }
}
.my-account-track-order .track_your_package .table .thead {
  display: flex;
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
}
@media screen and (max-width: 1023px) {
  .my-account-track-order .track_your_package .table .thead {
    display: none;
  }
}
.my-account-track-order .track_your_package .table .thead .item-column {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #302E3F;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .track_your_package .table .thead .item-column {
    padding: 10px 10px;
  }
}
.my-account-track-order .track_your_package .table .tbody {
  padding: 16px 0px 0px;
}
@media screen and (max-width: 1023px) {
  .my-account-track-order .track_your_package .table .tbody {
    padding: 0px;
  }
}
.my-account-track-order .track_your_package .table .tbody .row {
  display: flex;
  font-weight: 400;
  color: #302E3F;
}
.my-account-track-order .track_your_package .table .tbody .row:first-child {
  overflow: hidden;
}
.my-account-track-order .track_your_package .table .tbody .row:first-child .column-1:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: unset;
  bottom: calc(100% - 18px);
  left: 4px;
  background-color: white;
  z-index: 1;
}
.my-account-track-order .track_your_package .table .tbody .row:last-child {
  overflow: hidden;
}
.my-account-track-order .track_your_package .table .tbody .row:last-child .column-1:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 18px;
  left: 4px;
  background-color: white;
  z-index: 1;
}
.my-account-track-order .track_your_package .table .tbody .row:last-child .check {
  background-color: #56B688;
  border-color: #56B688;
}
.my-account-track-order .track_your_package .table .tbody .row:last-child .item-column {
  font-weight: 600;
  color: #56B688;
}
.my-account-track-order .track_your_package .table .tbody .item-column {
  padding: 12px 15px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #302E3F;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .track_your_package .table .tbody .item-column {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
.my-account-track-order .track_your_package .table .tbody .item-column.empty {
  color: #302E3F !important;
  text-align: center;
  width: 100%;
}
.my-account-track-order .track_your_package .table .tbody .item-column.column-2 {
  color: rgba(48, 46, 63, 0.5);
}
.my-account-track-order .track_your_package .table .tbody .check {
  display: inline-block;
  background: rgba(204, 206, 214, 0.5);
  border: 1px solid white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: 4px;
  z-index: 2;
}
.my-account-track-order .track_your_package .table .tbody .column-1 {
  position: relative;
  text-align: left;
  justify-content: flex-start;
  padding-left: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .my-account-track-order .track_your_package .table .tbody .column-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.my-account-track-order .track_your_package .table .tbody .column-1:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 4px;
  background-color: rgba(204, 206, 214, 0.25);
  z-index: 1;
}
.my-account-track-order .track_your_package .table .item-column-group {
  display: flex;
  flex: 0 0 calc(100% - 52px);
}
@media screen and (max-width: 1023px) {
  .my-account-track-order .track_your_package .table .item-column-group {
    flex-wrap: wrap;
  }
  .my-account-track-order .track_your_package .table .item-column-group .column-2 {
    flex: 0 0 100%;
    padding-bottom: 4px;
  }
  .my-account-track-order .track_your_package .table .item-column-group .column-3 {
    flex: 0 0 100%;
    padding-top: 0px;
    font-size: 14px;
  }
}
.my-account-track-order .track_your_package .table .column-1 {
  flex: 0 0 52px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .my-account-track-order .track_your_package .table .column-1 {
    flex: 0 0 10px;
  }
}
.my-account-track-order .track_your_package .table .column-2 {
  flex: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .track_your_package .table .column-2 {
    flex: 0 0 30%;
  }
}
.my-account-track-order .track_your_package .table .column-3 {
  flex: 0 0 calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .my-account-track-order .track_your_package .table .column-3 {
    flex: 0 0 70%;
  }
}
.my-account-track-order .action {
  text-align: center;
}
.my-account-track-order .action .button_back {
  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;
  font-weight: 600;
  font-size: 16px;
  height: 46px;
  width: 190px;
}
.my-account-track-order .action .button_back:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.my-account-track-order .action .button_back.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);
  }
}
.my-account-track-order .action .button_back.loading .button_label {
  opacity: 0.2;
}
.my-account-track-order .action .button_back:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.my-account-track-order .action .button_back.added {
  display: none;
}
.my-account-track-order .action .button_back[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.my-account-track-order .action .button_back:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.my-account-track-order .action .button_back:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.my-account-track-order .action .button_back[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 767px) {
  .my-account-track-order .action .button_back {
    width: 100%;
    height: 36px;
    border-radius: 7px;
    font-size: 14px;
  }
}

.waitinglist_table .product-thumbnail {
  padding: 24px 28px 24px 0px;
  border-bottom: 1px solid #88A6E3;
}
.waitinglist_table .product-thumbnail a {
  display: inline-block;
  width: 160px;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #dde2ed;
  max-width: 160px;
}
.waitinglist_table .details {
  padding: 24px 0px;
  position: relative;
  border-bottom: 1px solid #88A6E3;
}
.waitinglist_table .details .expect {
  position: absolute;
  top: 24px;
  right: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #4E628E;
}
.waitinglist_table .details .product-name {
  padding: 0px;
}
.waitinglist_table .details .product-name a.title {
  line-height: 1.4em;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
  color: #4E628E;
}
.waitinglist_table .details .product-name .categories {
  display: inline-block;
  clear: bottom;
  width: 100%;
}
.waitinglist_table .details .product-name .categories a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #1C2B47;
  text-transform: none;
}
.waitinglist_table .details .product-name .categories i::before {
  font-family: "lh-icons";
  font-weight: normal;
  content: "\f105";
  display: inline-block;
  margin: 0px 5px;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  color: #1C2B47;
}
.waitinglist_table .details .product-price {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-align: right;
  padding: 0px;
}
.waitinglist_table .details .product-price del,
.waitinglist_table .details .product-price ins {
  display: block;
  text-align: right;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.waitinglist_table .details .product-price del {
  font-size: 16px;
}
.waitinglist_table .details .product-price ins {
  font-size: 22px;
  color: #EA522E;
}
.waitinglist_table .details .product-price .regular_price {
  white-space: nowrap;
}
.waitinglist_table .details .product-add-to-cart {
  padding: 0px 24px 0px 32px;
  width: 216px;
}
.waitinglist_table .details .product-add-to-cart .add_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;
  width: 100%;
  white-space: nowrap;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.waitinglist_table .details .product-add-to-cart .add_to_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.waitinglist_table .details .product-add-to-cart .add_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);
  }
}
.waitinglist_table .details .product-add-to-cart .add_to_cart.loading .button_label {
  opacity: 0.2;
}
.waitinglist_table .details .product-add-to-cart .add_to_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.waitinglist_table .details .product-add-to-cart .add_to_cart.added {
  display: none;
}
.waitinglist_table .details .product-add-to-cart .add_to_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.waitinglist_table .details .product-add-to-cart .add_to_cart[disabled] {
  color: white;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
}
.waitinglist_table .details .product-add-to-cart .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: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  width: 100%;
  white-space: nowrap;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background-color: #2D44E1;
  border-color: #2D44E1;
  color: white;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.waitinglist_table .details .product-add-to-cart .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);
  }
}
.waitinglist_table .details .product-add-to-cart .added_to_cart.loading .button_label {
  opacity: 0.2;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart.added {
  display: none;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.waitinglist_table .details .product-add-to-cart .added_to_cart[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.waitinglist_table .details .product_remove_from_waiting {
  padding: 0px;
  text-align: center;
  width: 25px;
}
.waitinglist_table .details .product_remove_from_waiting .remove_from_waiting {
  border: none;
  background: transparent;
  padding: 5px;
  color: #4E628E;
  transition: all 0.3s linear;
  cursor: pointer;
}
.waitinglist_table .details .product_remove_from_waiting .remove_from_waiting:hover {
  color: #2D44E1;
}
.waitinglist_table .item-waitilist:last-child .product-thumbnail,
.waitinglist_table .item-waitilist:last-child .details {
  border-bottom: none;
  padding-bottom: 0px;
}

.waitilist_notify {
  text-align: right;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .waitilist_notify {
    margin-top: 10px;
    text-align: left;
  }
}
.waitilist_notify label {
  width: auto;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .waitilist_notify label {
    margin-bottom: 0px !important;
    font-size: 18px;
  }
}
.waitilist_notify label [type=checkbox] {
  display: none;
}
.waitilist_notify label [type=checkbox]:checked ~ span:before {
  background: #4E628E;
}
.waitilist_notify label [type=checkbox]:checked ~ span:after {
  border: solid white;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.waitilist_notify label span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  border: 1px solid #4E628E;
  box-sizing: border-box;
  border-radius: 3px;
}

table.wishlist_table .add_to_cart_button,
table.wishlist_table input[type=submit],
table.wishlist_table a.added_to_cart,
table.wishlist_table .view_waitlist,
table.wishlist_table .added_to_cart,
table.wishlist_table button.button,
table.wishlist_table button {
  width: 200px !important;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  white-space: nowrap;
}

.waitlist_mobile {
  margin-top: 17px;
}
@media all and (min-width: 992px) {
  .waitlist_mobile {
    display: none;
  }
}
@media print {
  .waitlist_mobile {
    display: none;
  }
}
.waitlist_mobile .product:hover {
  transform: unset;
}
.waitlist_mobile .item {
  margin-bottom: 26px;
}
.waitlist_mobile .remove_from_wishlist_block,
.waitlist_mobile .remove_from_waiting_block {
  margin-top: 26px;
  text-align: center;
}
.waitlist_mobile .remove_from_wishlist_block a,
.waitlist_mobile .remove_from_wishlist_block button.remove_from_waiting,
.waitlist_mobile .remove_from_waiting_block a,
.waitlist_mobile .remove_from_waiting_block button.remove_from_waiting {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #4E628E;
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}
.waitlist_mobile .item__title_wrap {
  margin-bottom: 24px;
}
.waitlist_mobile .item__rate {
  font-size: 10px;
  line-height: 1;
  color: #56B688;
  white-space: nowrap;
}
.waitlist_mobile .item__rate:not(.item__zero_rate) {
  margin-right: 15px;
}
.waitlist_mobile .item__favorite {
  line-height: 1;
}
.waitlist_mobile .item__favorite a {
  width: 40px !important;
  height: 40px !important;
  background: #88A6E3;
  border-radius: 10px;
}
.waitlist_mobile .item__favorite a .button__icon {
  top: calc(50% - 10px);
  left: calc(50% - 8px);
}
.waitlist_mobile .add_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;
  width: 100%;
  white-space: nowrap;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.waitlist_mobile .add_to_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.waitlist_mobile .add_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);
  }
}
.waitlist_mobile .add_to_cart.loading .button_label {
  opacity: 0.2;
}
.waitlist_mobile .add_to_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.waitlist_mobile .add_to_cart.added {
  display: none;
}
.waitlist_mobile .add_to_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.waitlist_mobile .add_to_cart[disabled] {
  color: white;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
}
.waitlist_mobile .add_to_cart,
.waitlist_mobile .add_to_waitlist,
.waitlist_mobile .add_to_cart_button {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.waitlist_mobile .added_to_cart {
  background-color: #56B688 !important;
  border-color: #56B688 !important;
  font-size: 0px !important;
  margin: 0px !important;
}
.waitlist_mobile .added_to_cart:before {
  content: "\e803";
  font-family: "lh-icons";
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
  margin-right: 7px;
}
.waitlist_mobile .added_to_cart:after {
  content: "ADDED";
  font-weight: 700;
  font-size: 18px;
  line-height: 38px;
}
.waitlist_mobile .products-grid .item__content {
  padding-bottom: 0px;
}
.waitlist_mobile .products-grid .item__action_wrap {
  opacity: 1;
  visibility: visible;
  padding: 0px 15px 15px;
  margin-top: 0px !important;
  position: relative;
  border: none !important;
}
.waitlist_mobile .products-grid .item__action_wrap:before {
  display: none;
}
.waitlist_mobile .products-grid .item__action_wrap .item__favorite {
  display: none;
}
.waitlist_mobile .products-grid .item__action_wrap .item__wishlist_wrap {
  display: none;
}
.waitlist_mobile .products-grid .item__action_wrap .add_to_cart_button {
  margin: 0px;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel {
  display: block;
  left: 10px;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .item__thumbnail {
  background-size: cover;
  background-position: center center;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .owl-stage {
  padding: 0px;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .owl-nav {
  display: none;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .owl-dots {
  display: block;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .owl-dots button {
  width: 6px;
  height: 6px;
  border: 1px solid #4E628E;
  background: white;
  margin: 0 8px;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .owl-dots button.active {
  width: 8px;
  height: 8px;
  background: #4E628E;
}
.waitlist_mobile .owl-product-images .sliders.owl-carousel .owl-dots button span {
  display: none;
}
.waitlist_mobile .item__price {
  display: flex;
  text-align: left;
  margin-bottom: 8px;
}
.waitlist_mobile .item__price .regular_price {
  display: inline-block;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}
.waitlist_mobile .item__price ins {
  display: inline-block;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}
.waitlist_mobile .item__price del {
  display: inline-block;
  margin-left: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

#lh_my_account_edit_form_popup {
  min-height: 360px;
  min-width: 200px;
  width: 560px;
  max-width: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
  #lh_my_account_edit_form_popup {
    padding: 10xp;
  }
}
#lh_my_account_edit_form_popup:before, #lh_my_account_edit_form_popup:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: all 0.2s ease-in-out 0ms;
  visibility: hidden;
  opacity: 0;
}
#lh_my_account_edit_form_popup:before {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.75);
}
#lh_my_account_edit_form_popup:after {
  background: url(../images/preloader.svg) center center no-repeat;
  background-size: 64px 64px;
}
#lh_my_account_edit_form_popup.loading:before, #lh_my_account_edit_form_popup.loading:after {
  visibility: visible;
  opacity: 1;
}
#lh_my_account_edit_form_popup form {
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#lh_my_account_edit_form_popup h2 {
  flex-basis: 100%;
}
#lh_my_account_edit_form_popup .form-field {
  position: relative;
  flex-basis: 100%;
  margin-top: 0;
}
#lh_my_account_edit_form_popup .form-field label {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 10px;
  color: #BBC6DB;
}
#lh_my_account_edit_form_popup .form-field input[type=text], #lh_my_account_edit_form_popup .form-field select {
  width: 100%;
  border: 1px solid #BBC6DB;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 18px 8px 4px 8px;
}
#lh_my_account_edit_form_popup .form-field input[type=text][disabled], #lh_my_account_edit_form_popup .form-field select[disabled] {
  border-color: #EDEFFB;
}
#lh_my_account_edit_form_popup .form-field.error input[type=text], #lh_my_account_edit_form_popup .form-field.error select, #lh_my_account_edit_form_popup .form-field.error .select2-selection {
  border-color: #F86262;
}
#lh_my_account_edit_form_popup .form-field .field-error {
  margin: 3px 0 -8px 0;
  color: #F86262;
  display: block;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  #lh_my_account_edit_form_popup #field_shipping_postcode, #lh_my_account_edit_form_popup #field_shipping_city {
    flex-basis: 50%;
  }
}
@media print {
  #lh_my_account_edit_form_popup #field_shipping_postcode, #lh_my_account_edit_form_popup #field_shipping_city {
    flex-basis: 50%;
  }
}
@media all and (min-width: 768px) {
  #lh_my_account_edit_form_popup #field_shipping_postcode {
    padding-right: 10px;
  }
}
@media print {
  #lh_my_account_edit_form_popup #field_shipping_postcode {
    padding-right: 10px;
  }
}
#lh_my_account_edit_form_popup .select2-selection {
  height: 38px;
}
#lh_my_account_edit_form_popup .select2-selection__rendered {
  line-height: 38px;
}
#lh_my_account_edit_form_popup .select2-selection__arrow {
  height: 36px;
}
#lh_my_account_edit_form_popup .button {
  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;
}
#lh_my_account_edit_form_popup .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
#lh_my_account_edit_form_popup .button.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);
  }
}
#lh_my_account_edit_form_popup .button.loading .button_label {
  opacity: 0.2;
}
#lh_my_account_edit_form_popup .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
#lh_my_account_edit_form_popup .button.added {
  display: none;
}
#lh_my_account_edit_form_popup .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
#lh_my_account_edit_form_popup .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
#lh_my_account_edit_form_popup .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
#lh_my_account_edit_form_popup .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
#lh_my_account_edit_form_popup .form-error-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.75);
}
#lh_my_account_edit_form_popup .form-error-wrap .error-icon {
  font-size: 64px;
  margin-bottom: 8px;
  color: #F86262;
}
#lh_my_account_edit_form_popup .form-error-wrap .error-text {
  margin-bottom: 30px;
}
#lh_my_account_edit_form_popup .success-message {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#lh_my_account_edit_form_popup .success-message .success-icon {
  font-size: 64px;
  color: #56B688;
}

.select2-container--open {
  z-index: 100000;
}

.recipes_loop {
  min-height: 200px;
  position: relative;
}
.recipes_loop-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 767px) {
  .recipes_loop-grid {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.recipes_loop-grid .recipes_loop__item {
  padding: 0 8px 24px 8px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .recipes_loop-grid .recipes_loop__item {
    width: 50%;
    padding: 0 3px 18px 3px;
  }
}
@media screen and (max-width: 767px) {
  .recipes_loop {
    justify-content: center;
  }
}
.recipes_loop:before, .recipes_loop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.recipes_loop:after {
  content: "";
  background: url("../images/preloader.svg") 50% 50% no-repeat;
}
.recipes_loop.loading:before, .recipes_loop.loading:after {
  opacity: 1;
  visibility: visible;
}
.recipes_loop.loading .item {
  opacity: 0.1;
}
.recipes_loop.loading + .recipes-loop-ajax__more {
  opacity: 0;
}
.recipes_loop .recipes_loop__item {
  transition: all 0.2s ease-in-out 0ms;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__item:hover {
    transform: scale(1.05);
  }
}
@media print {
  .recipes_loop .recipes_loop__item:hover {
    transform: scale(1.05);
  }
}
.recipes_loop .recipes_loop__thumbnail {
  width: 100%;
  height: 215px;
  overflow: hidden;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #F7F7F7;
  position: relative;
  display: inline-block;
}
.recipes_loop .recipes_loop__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipes_loop .recipes_loop__thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  bottom: 0;
  background: rgb(187, 198, 219);
  background: linear-gradient(0deg, rgba(237, 239, 251, 0.7) 0%, rgba(187, 198, 219, 0) 100%);
  mix-blend-mode: multiply;
}
.recipes_loop .recipes_loop__thumbnail_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.recipes_loop .recipes_loop__markers {
  position: absolute;
  z-index: 2;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__markers {
    left: 15px;
    right: 15px;
    top: 10px;
  }
}
@media print {
  .recipes_loop .recipes_loop__markers {
    left: 15px;
    right: 15px;
    top: 10px;
  }
}
.recipes_loop .recipes_loop__marker {
  display: inline-block;
  text-transform: lowercase;
  padding: 3px 10px;
  color: white;
  font-size: 11.7px;
  line-height: 14px;
  background-color: rgba(78, 98, 142, 0.75);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__marker {
    margin-right: 6px;
  }
}
@media print {
  .recipes_loop .recipes_loop__marker {
    margin-right: 6px;
  }
}
.recipes_loop .recipes_loop__time {
  position: absolute;
  font-size: 14px;
  padding-left: 24px;
  z-index: 2;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__time {
    left: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
@media print {
  .recipes_loop .recipes_loop__time {
    left: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
.recipes_loop .recipes_loop__time:before {
  content: "\e057";
  font-family: "lh-icons";
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 0.9;
}
.recipes_loop .recipes_loop__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  height: 3.6em;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #302E3F;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_loop .recipes_loop__title:hover {
  color: #2D44E1;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipe__save_button {
    padding: 10px 15px;
  }
}
@media print {
  .recipes_loop .recipe__save_button {
    padding: 10px 15px;
  }
}
.recipes_loop .recipe__save_button_wrap {
  position: absolute;
  z-index: 3;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipe__save_button_wrap {
    bottom: 0;
    right: 0;
  }
}
@media print {
  .recipes_loop .recipe__save_button_wrap {
    bottom: 0;
    right: 0;
  }
}
@media all and (min-width: 577px) {
  .recipes_loop .recipe__save_button:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
@media print {
  .recipes_loop .recipe__save_button:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
.recipes_loop .recipe__save_button_label {
  display: none;
}
.recipes_loop .recipe__save_button.in_favorites {
  color: white;
}
.recipes_loop .recipe__save_button:hover {
  opacity: 1;
  transform: scale(1.1);
}
.recipes_loop .recipe__save_button_popup {
  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: 180px;
  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;
  transition: all 0.2s ease-in-out 0ms;
  color: white;
  background-color: #2D44E1;
  position: absolute;
  margin-bottom: 4px;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_left {
  transform: translateX(-90%);
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_left:after {
  left: 90%;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_right {
  transform: translateX(-10%);
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_right:after {
  left: 20%;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .recipes_loop .recipe__save_button_popup {
    display: none;
  }
}
.recipes_loop .recipe__save_button_popup a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
.recipes_loop .recipe__save_button_popup a:hover {
  color: #ED9023;
}
.recipes_loop .recipe__save_button_popup: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%;
}
.recipes_loop .recipe__save_button_popup p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.recipes_loop .recipe__save_button_popup p:last-child {
  margin-bottom: 0px;
}
.recipes_loop .recipe__save_button_wrap:hover .recipe__save_button.in_favorites + .recipe__save_button_popup {
  visibility: visible;
  opacity: 1;
}
.recipes_loop .recipes_loop__content-style_list {
  display: none;
}
@media screen and (max-width: 576px) {
  .recipes_loop[data-style=big] .recipes_loop__item {
    flex-basis: 100%;
    max-width: 320px;
  }
  .recipes_loop[data-style=big] .recipes_loop__markers {
    left: 15px;
    right: 15px;
    top: 10px;
  }
  .recipes_loop[data-style=big] .recipes_loop__marker {
    margin-right: 6px;
  }
  .recipes_loop[data-style=big] .recipes_loop__time {
    left: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
  .recipes_loop[data-style=big] .recipe__save_button {
    padding: 10px 15px;
  }
  .recipes_loop[data-style=big] .recipe__save_button_wrap {
    bottom: 0;
    right: 0;
  }
  .recipes_loop[data-style=big] .recipe__save_button:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 576px) {
  .recipes_loop[data-style=small] .recipes_loop__item {
    min-width: 160px;
    max-width: 260px;
  }
  .recipes_loop[data-style=small] .recipes_loop__thumbnail {
    height: 165px;
    margin-bottom: 7px;
  }
  .recipes_loop[data-style=small] .recipes_loop__markers {
    left: 8px;
    right: 8px;
    bottom: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .recipes_loop[data-style=small] .recipes_loop__marker {
    margin-bottom: 3px;
  }
  .recipes_loop[data-style=small] .recipes_loop__time {
    left: 7px;
    top: 8px;
    color: white;
    text-shadow: 1px 1px 2px #302E3F;
    background-color: rgba(136, 166, 227, 0.4);
    padding: 3px 7px 3px 28px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 10.5px;
  }
  .recipes_loop[data-style=small] .recipes_loop__time:before {
    left: 7px;
    font-size: 12px;
    line-height: 1.1;
  }
  .recipes_loop[data-style=small] .recipes_loop__title {
    font-size: 14px;
    height: 2.4em;
    -webkit-line-clamp: 2;
  }
  .recipes_loop[data-style=small] .recipe__save_button {
    background-color: rgba(136, 166, 227, 0.25);
    color: #4E628E;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 5px;
  }
  .recipes_loop[data-style=small] .recipe__save_button_wrap {
    top: 7px;
    right: 8px;
  }
  .recipes_loop[data-style=small] .recipe__save_button:before {
    font-size: 14px;
    font-weight: 400;
  }
  .recipes_loop[data-style=small] .recipe__save_button.in_favorites {
    background-color: #88A6E3;
    color: white;
  }
  .recipes_loop[data-style=small] .recipe__save_button.in_favorites:before {
    font-weight: 900;
  }
}
@media screen and (max-width: 576px) {
  .recipes_loop[data-style=list] .recipes_loop__item {
    display: flex;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0 0 8px 0;
    overflow: hidden;
  }
  .recipes_loop[data-style=list] .recipes_loop__thumbnail {
    flex-basis: 35%;
    height: 120px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    min-width: 133px;
    margin: 0 14px 0 0;
  }
  .recipes_loop[data-style=list] .recipes_loop__thumbnail .recipes_loop__markers, .recipes_loop[data-style=list] .recipes_loop__thumbnail .recipes_loop__time {
    display: none;
  }
  .recipes_loop[data-style=list] .recipes_loop__title {
    display: none;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list {
    display: block;
    position: relative;
    flex-grow: 1;
    padding: 6px 12px 6px 0;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__time {
    font-size: 10.5px;
    position: unset;
    white-space: nowrap;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__time:before {
    font-size: 11px;
    line-height: 1.2;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-weight: 600;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__markers {
    bottom: 6px;
    left: 0;
    right: 12px;
    white-space: nowrap;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__markers .recipes_loop__marker {
    margin-right: 4px;
  }
  .recipes_loop[data-style=list] .recipe__save_button {
    background-color: rgba(136, 166, 227, 0.25);
    color: #4E628E;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 5px;
  }
  .recipes_loop[data-style=list] .recipe__save_button_wrap {
    top: 7px;
    left: 8px;
  }
  .recipes_loop[data-style=list] .recipe__save_button:before {
    font-size: 14px;
    font-weight: 400;
  }
  .recipes_loop[data-style=list] .recipe__save_button.in_favorites:before {
    font-weight: 900;
  }
}
.recipes_loop .item__desktop_favorite_remove {
  font-weight: 600;
  font-size: 13px;
  color: #ED9023;
  text-align: center;
}
.recipes_loop .item__desktop_favorite_remove:before {
  vertical-align: middle;
  margin-right: 10px;
}
.recipes_loop .owl-carousel {
  display: none;
}
.recipes_loop .owl-carousel .recipes_loop__item {
  max-width: 100%;
}

.woocommerce-account .recipes_loop {
  justify-content: center;
}
.woocommerce-account .item {
  text-align: center;
}

.recipes_main_categories__loop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.recipes_main_category {
  max-width: 140px;
  display: block;
  flex-grow: 1;
  margin: 0 4px 36px 4px;
  text-align: center;
  transition: all 0.2s ease-in-out 0ms;
}
@media all and (min-width: 768px) {
  .recipes_main_category:hover {
    transform: scale(1.05);
  }
}
@media print {
  .recipes_main_category:hover {
    transform: scale(1.05);
  }
}
.recipes_main_category:hover .recipes_main_category__bg {
  background-color: #EDEFFB;
}
.recipes_main_category__bg {
  height: 115px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #EDEFFB;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_main_category__title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  height: 2.4em;
  color: #4E628E;
}
.recipes_main_category__thumbnail {
  width: 98px;
  height: 98px;
  margin: 0 auto;
}
.recipes_main_category__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(10px 14px 18px rgba(0, 0, 0, 0.1));
}

.recipes_selected__loop:not(.owl-carousel) {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
.recipes_selected__loop:not(.owl-carousel) .recipes_selected__item {
  flex-grow: 1;
  width: 45%;
  max-width: 560px;
  margin: 0 15px 20px 15px;
}

.recipes_selected__loop.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.recipes_selected__loop.owl-carousel:before, .recipes_selected__loop.owl-carousel:after {
  top: 0;
  content: "";
  width: 15px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  z-index: 2;
}
.recipes_selected__loop.owl-carousel:before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.recipes_selected__loop.owl-carousel:after {
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.recipes_selected__loop.owl-carousel .owl-stage {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1070px) {
  .recipes_selected__loop.owl-carousel .owl-stage {
    padding-left: 15px !important;
  }
}
.recipes_selected__loop.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  height: 0;
}
.recipes_selected__loop.owl-carousel .owl-nav .owl-prev, .recipes_selected__loop.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 20px;
  height: 40px;
  position: absolute;
  z-index: 10;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 0 7px rgb(255, 255, 255);
}
.recipes_selected__loop.owl-carousel .owl-nav .owl-prev.disabled, .recipes_selected__loop.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.recipes_selected__loop.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.recipes_selected__item {
  height: 320px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .recipes_selected__item {
    flex-wrap: wrap;
    height: 365px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.recipes_selected__content {
  flex-grow: 1;
  padding: 30px 38px;
}
@media screen and (max-width: 576px) {
  .recipes_selected__content {
    padding: 24px 14px;
    height: 238px;
  }
}
.recipes_selected__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 3.66em;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .recipes_selected__title {
    -webkit-line-clamp: 2;
    height: 2.44em;
    margin-bottom: 12px;
  }
}
.recipes_selected__description {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  height: 80px;
}
.recipes_selected__description p {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .recipes_selected__description {
    -webkit-line-clamp: 3;
    height: 60px;
  }
}
.recipes_selected__thumbnail {
  min-width: 255px;
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .recipes_selected__thumbnail {
    width: 100%;
    flex-shrink: 0;
    height: 126px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.recipes_selected__thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipes_selected__handle_marker {
  position: absolute;
  padding: 3px 6px;
  background-color: #5299F7;
  color: white;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media all and (min-width: 577px) {
  .recipes_selected__handle_marker {
    top: 13px;
    right: 14px;
  }
}
@media print {
  .recipes_selected__handle_marker {
    top: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 576px) {
  .recipes_selected__handle_marker {
    bottom: 13px;
    left: 14px;
  }
}
.recipes_selected__link a {
  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: white;
  border-color: #302E3F;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #302E3F;
  white-space: nowrap;
}
.recipes_selected__link a:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_selected__link a.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);
  }
}
.recipes_selected__link a.loading .button_label {
  opacity: 0.2;
}
.recipes_selected__link a:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_selected__link a.added {
  display: none;
}
.recipes_selected__link a[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_selected__link a:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_selected__link a:active {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_selected__link a[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}

.recipes-loop-ajax__wrap {
  margin-bottom: 50px;
}

.recipes-loop-ajax__more {
  text-align: center;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes-loop-ajax__more .button {
  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: #88A6E3;
  border-color: #88A6E3;
}
.recipes-loop-ajax__more .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes-loop-ajax__more .button.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);
  }
}
.recipes-loop-ajax__more .button.loading .button_label {
  opacity: 0.2;
}
.recipes-loop-ajax__more .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes-loop-ajax__more .button.added {
  display: none;
}
.recipes-loop-ajax__more .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes-loop-ajax__more .button:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes-loop-ajax__more .button:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes-loop-ajax__more .button[disabled] {
  color: white;
  background-color: #5299F7;
  border-color: #5299F7;
}

.archive.post-type-archive.post-type-archive-recipes section {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .archive.post-type-archive.post-type-archive-recipes section {
    margin-bottom: 40px;
  }
}

body.admin-bar .recipes_mobile_popup .recipes_mobile_popup__wrap {
  max-height: calc(100vh - 160px);
}

.recipes_mobile_popup__outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0ms;
  background-color: rgba(78, 98, 142, 0.5);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.recipes_mobile_popup__outer.show {
  visibility: visible;
  opacity: 1;
}
.recipes_mobile_popup__outer.show .recipes_mobile_popup {
  bottom: 0;
}
.recipes_mobile_popup__outer .recipes_mobile_popup__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.recipes_mobile_popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: white;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.35);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.5s ease-out 0ms;
  max-height: calc(100% - 60px);
  overflow: hidden;
}
.recipes_mobile_popup .recipes_mobile_popup__inner {
  padding-bottom: 36px;
}
.recipes_mobile_popup .recipes_mobile_popup__close {
  height: 32px;
  position: relative;
}
.recipes_mobile_popup .recipes_mobile_popup__close:before {
  content: "";
  width: 64px;
  height: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #CCCED6;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -32px;
}
.recipes_mobile_popup .recipes_mobile_popup__wrap {
  padding: 0 12px;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
@supports (-webkit-touch-callout: none) {
  .recipes_mobile_popup .recipes_mobile_popup__wrap {
    padding-bottom: 64px;
  }
}
.recipes_mobile_popup.recipes_mobile_popup__categories .item, .recipes_mobile_popup.recipes_mobile_popup__sort .item {
  display: inline-block;
  width: 100%;
  color: #4E628E;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
}
.recipes_mobile_popup.recipes_mobile_popup__categories .item.active, .recipes_mobile_popup.recipes_mobile_popup__categories .item.current, .recipes_mobile_popup.recipes_mobile_popup__sort .item.active, .recipes_mobile_popup.recipes_mobile_popup__sort .item.current {
  color: #88A6E3;
}
.recipes_mobile_popup.recipes_mobile_popup__sort .item.current:after {
  content: "\e80c";
  font-family: "lh-icons";
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__title_2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list {
  background-color: #EDEFFB;
  padding: 5px 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style] {
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 0;
  color: #CCCED6;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style]:before {
  display: inline-block;
  font-family: "lh-icons";
  font-weight: normal;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style].current {
  background-color: white;
  color: #5299F7;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style=big]:before {
  content: "\f0c8";
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style=small]:before {
  content: "\f009";
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style=list]:before {
  content: "\f03a";
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list {
  margin-bottom: 40px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .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: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 33px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .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);
  }
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.loading .button_label {
  opacity: 0.2;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.added {
  display: none;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.current {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes_mobile_popup .filters__button_wrap {
  text-align: center;
  display: flex;
  position: fixed;
  bottom: 0;
  background: #EDEFFB;
  left: 0;
  right: 0;
  padding: 10px;
}
.recipes_mobile_popup .filters__button_wrap .button_clear {
  margin-right: 10px;
  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;
  border-color: white;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_clear.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);
  }
}
.recipes_mobile_popup .filters__button_wrap .button_clear.loading .button_label {
  opacity: 0.2;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_clear.added {
  display: none;
}
.recipes_mobile_popup .filters__button_wrap .button_clear[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.recipes_mobile_popup .filters__button_wrap .button_clear[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit {
  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;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_submit.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);
  }
}
.recipes_mobile_popup .filters__button_wrap .button_submit.loading .button_label {
  opacity: 0.2;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_submit.added {
  display: none;
}
.recipes_mobile_popup .filters__button_wrap .button_submit[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.recipes_mobile_popup .filters__button_wrap *.button {
  font-size: 16px;
  white-space: nowrap;
  line-height: 38px;
  height: 40px;
  max-width: 400px;
  flex-grow: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.recipes_toolbar {
  margin-top: 20px;
  margin-bottom: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #EDEFFB;
  display: flex;
}
.recipes_toolbar-desktop {
  min-height: 46px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recipes_toolbar-desktop {
    display: none;
  }
}
.recipes_toolbar-desktop .recipes_toolbar__left {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  width: 1%;
  position: relative;
  color: #302E3F;
}
.recipes_toolbar-desktop .recipes_toolbar__right {
  flex-grow: 0;
  min-width: -moz-min-content;
  min-width: min-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #302E3F;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_list,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown {
  opacity: 0;
  visibility: hidden;
  /*@include transform(translateX(-60%));*/
  position: absolute;
  width: 180px;
  min-height: 40px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 16px 18px;
  transition: all 0.2s ease-in-out 0ms;
  margin-top: 10px;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_list a, .recipes_toolbar-desktop .recipes_toolbar__categories_more_list .item,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list a,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown a,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown .item {
  cursor: pointer;
  display: block;
  color: #4E628E;
  transition: all 0.2s ease-in-out 0ms;
  padding: 4px 0;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_list a:hover, .recipes_toolbar-desktop .recipes_toolbar__categories_more_list .item:hover,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list a:hover,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item:hover,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown a:hover,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown .item:hover {
  color: #5299F7;
}
.recipes_toolbar-desktop .recipes_toolbar__categories {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 4px 20px;
  width: 1%;
  flex-grow: 1;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list {
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list .item {
  line-height: 38px;
  color: #302E3F;
  display: inline-block;
  padding: 0 6px;
  margin-right: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list .item.active {
  background-color: white;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list .item:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more:hover .recipes_toolbar__categories_more_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more[data-list-count="0"] {
  display: none;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_label {
  display: inline-block;
  font-weight: 500;
  line-height: 37px;
  cursor: pointer;
  white-space: nowrap;
  flex-grow: 1;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_label:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_label:after {
  content: "\e804";
  font-family: "lh-icons";
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
.recipes_toolbar-desktop .recipes_toolbar__filter:focus-within .recipes_toolbar__filters_dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_label {
  padding: 14px 12px;
  cursor: pointer;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_label:after {
  content: "\e038";
  font-family: "lh-icons";
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_label:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown {
  width: 665px;
  transform: translateX(-500px);
}
.recipes_toolbar-desktop .recipes_toolbar__filters_list_label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.recipes_toolbar-desktop .button {
  font-size: 16px;
  vertical-align: middle;
}
.recipes_toolbar-desktop .button_submit {
  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;
  margin-right: 10px;
  padding: 24px 64px;
  line-height: 4px;
  font-size: 16px;
}
.recipes_toolbar-desktop .button_submit:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_submit.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);
  }
}
.recipes_toolbar-desktop .button_submit.loading .button_label {
  opacity: 0.2;
}
.recipes_toolbar-desktop .button_submit:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_submit.added {
  display: none;
}
.recipes_toolbar-desktop .button_submit[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_submit:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_submit:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_submit[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.recipes_toolbar-desktop .button_clear {
  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;
  font-size: 16px;
  color: #2D44E1;
}
.recipes_toolbar-desktop .button_clear:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_clear.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);
  }
}
.recipes_toolbar-desktop .button_clear.loading .button_label {
  opacity: 0.2;
}
.recipes_toolbar-desktop .button_clear:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_clear.added {
  display: none;
}
.recipes_toolbar-desktop .button_clear[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_clear:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_toolbar-desktop .button_clear:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes_toolbar-desktop .button_clear[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_clear:before {
  content: "\e055";
  font-family: "lh-icons";
  font-weight: normal;
  width: 1.2em;
  margin-right: 6px;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: stretch;
  align-items: flex-start;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_list_col {
  flex-basis: 30%;
  margin-bottom: 30px;
}
.recipes_toolbar-desktop .recipes_toolbar__search {
  padding: 14px 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0ms;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  .recipes_toolbar-desktop .recipes_toolbar__search {
    display: none;
  }
}
.recipes_toolbar-desktop .recipes_toolbar__search:after {
  content: "\f002";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  margin-left: 16px;
}
.recipes_toolbar-desktop .recipes_toolbar__search:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__search:focus-within + .recipes_toolbar__search_input_wrap, .recipes_toolbar-desktop .recipes_toolbar__search_input_wrap:focus-within {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__search_input_wrap {
  visibility: hidden;
  opacity: 0.5;
  transition: all 0.5s ease-in-out 0ms;
  position: absolute;
  left: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.recipes_toolbar-desktop .recipes_toolbar__search_input_wrap input {
  width: 100%;
  line-height: 39px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: 500;
  color: #302E3F;
  padding: 0 36px 0 18px;
}
.recipes_toolbar-desktop .recipes_toolbar__search_input_wrap:after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-50%);
  content: "\f002";
  font-family: "lh-icons";
  font-size: 15px;
  z-index: 2;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting:hover .recipes_toolbar__sorting_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_label {
  padding: 14px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_label:after {
  content: "\e804";
  font-family: "lh-icons";
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_label:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list {
  width: 230px;
  transform: translateX(-130px);
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item {
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item.current {
  font-weight: 600;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item.current:after {
  content: "\e80c";
  font-family: "lh-icons";
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.recipes_toolbar-mobile {
  padding: 6px 10px;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .recipes_toolbar-mobile {
    display: none;
  }
}
@media print {
  .recipes_toolbar-mobile {
    display: none;
  }
}
.recipes_toolbar-mobile .label {
  display: inline-block;
  line-height: 38px;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
  color: #4E628E;
}
.recipes_toolbar-mobile .label:last-child {
  margin-right: 0;
}
.recipes_toolbar-mobile .recipes_toolbar__categories {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
}
.recipes_toolbar-mobile .recipes_toolbar__categories .button {
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  color: #4E628E;
}
.recipes_toolbar-mobile .recipes_toolbar__filters:after {
  content: "Ǟ";
  font-family: "lh-icons";
  margin-left: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  vertical-align: bottom;
}
.recipes_toolbar-mobile .recipes_toolbar__sorting:after {
  content: "\e804";
  font-family: "lh-icons";
  display: inline-block;
  font-weight: normal;
  margin-left: 3px;
  vertical-align: bottom;
}
.recipes_toolbar-mobile .recipes_toolbar__sorting:focus .recipes_toolbar__sorting_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-mobile .recipes_toolbar__sorting_label {
  white-space: nowrap;
}

body.single.single-recipes .recipe__top {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__top {
    flex-wrap: wrap;
  }
}
body.single.single-recipes .recipe__top_left {
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__top_left {
    max-width: 60%;
    margin-right: 60px;
  }
}
@media print {
  body.single.single-recipes .recipe__top_left {
    max-width: 60%;
    margin-right: 60px;
  }
}
body.single.single-recipes .recipe__top_right {
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__top_right {
    max-width: 40%;
  }
}
@media print {
  body.single.single-recipes .recipe__top_right {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__top_right {
    padding: 30px 15px 0 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -33px;
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    text-align: center;
    width: 100vw;
  }
  body.single.single-recipes .recipe__top_right .recipe__breadcrumb {
    text-align: left;
  }
}
body.single.single-recipes .recipe__middle {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-left: -18px;
  margin-right: -18px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__middle {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__middle .recipe__ingredients, body.single.single-recipes .recipe__middle .recipe__steps {
    flex-grow: 1;
    background-color: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 18px 18px 50px 18px;
    padding: 34px 50px;
  }
}
@media print {
  body.single.single-recipes .recipe__middle .recipe__ingredients, body.single.single-recipes .recipe__middle .recipe__steps {
    flex-grow: 1;
    background-color: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 18px 18px 50px 18px;
    padding: 34px 50px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__middle .recipe__ingredients, body.single.single-recipes .recipe__middle .recipe__steps {
    padding: 0 24px 30px 24px;
    margin-bottom: 30px;
    width: 100%;
    flex-grow: 1;
  }
  body.single.single-recipes .recipe__middle .recipe__ingredients:before, body.single.single-recipes .recipe__middle .recipe__steps:before {
    display: block;
    content: "";
    height: 22px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #F7F7F7;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__middle .recipe__ingredients {
    width: 45%;
  }
}
@media print {
  body.single.single-recipes .recipe__middle .recipe__ingredients {
    width: 45%;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__middle .recipe__steps {
    width: 55%;
  }
}
@media print {
  body.single.single-recipes .recipe__middle .recipe__steps {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .fancybox-slide.fancybox-slide--video {
    padding: 12px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap {
  min-height: 300px;
  height: 430px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  background: rgb(238, 238, 238);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  margin-top: 20px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(48, 46, 63, 0.25);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out 0ms;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:after {
  content: "\f144";
  font-family: "lh-icons";
  font-size: 74px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 0;
  right: 0;
  color: white;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0ms;
  opacity: 0.75;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:hover:before {
  background-color: rgba(48, 46, 63, 0.75);
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:hover:after {
  opacity: 0.95;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap {
    margin-left: -15px;
    margin-right: -15px;
    height: 330px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers {
  position: absolute;
  bottom: 15px;
  left: 50px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers {
    text-align: center;
    left: 15px;
    right: 15px;
    bottom: 45px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers .recipe__marker {
  line-height: 26px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: inline-block;
  text-transform: lowercase;
  padding: 2px 12px;
  color: white;
  font-size: 15px;
  background-color: rgba(78, 98, 142, 0.75);
  margin-right: 14px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers .recipe__marker:last-child {
  margin-right: 0;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button {
  background-color: rgba(78, 98, 142, 0.75);
  color: white;
  padding: 5px 6px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
  position: absolute;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
    right: 15px;
    bottom: 15px;
  }
}
@media print {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
    top: 15px;
    left: 20px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_label {
  display: none;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup {
  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: 180px;
  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;
  transition: all 0.2s ease-in-out 0ms;
  color: white;
  background-color: #2D44E1;
  position: absolute;
  margin-bottom: 4px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_left {
  transform: translateX(-90%);
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_left:after {
  left: 90%;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_right {
  transform: translateX(-10%);
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_right:after {
  left: 20%;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup {
    display: none;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup a:hover {
  color: #ED9023;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup: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%;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup p {
  margin-top: 0px;
  margin-bottom: 10px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup p:last-child {
  margin-bottom: 0px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap:hover .recipe__save_button.in_favorites + .recipe__save_button_popup {
  visibility: visible;
  opacity: 1;
}
body.single.single-recipes .recipe__addition_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 42px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__addition_meta {
    background-color: #EDEFFB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px 15px;
  }
}
body.single.single-recipes .recipe__addition_meta .addition_meta__col {
  width: 25%;
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__addition_meta .addition_meta__col {
    margin-right: 8px;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1.5px solid #4E628E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-transform: lowercase;
    margin-bottom: 8px;
  }
}
@media print {
  body.single.single-recipes .recipe__addition_meta .addition_meta__col {
    margin-right: 8px;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1.5px solid #4E628E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-transform: lowercase;
    margin-bottom: 8px;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__addition_meta .addition_meta__title {
    margin-right: 8px;
  }
}
@media print {
  body.single.single-recipes .recipe__addition_meta .addition_meta__title {
    margin-right: 8px;
  }
}
body.single.single-recipes .recipe__steps .steps__label {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__steps .steps__label {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media print {
  body.single.single-recipes .recipe__steps .steps__label {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__steps .steps__label {
    color: #88A6E3;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
body.single.single-recipes .recipe__steps .steps__value {
  font-size: 15px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__steps .steps__value {
    margin-bottom: 20px;
  }
}
@media print {
  body.single.single-recipes .recipe__steps .steps__value {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__steps .steps__value {
    margin-bottom: 26px;
  }
}
body.single.single-recipes .ingredients__list .ingredients__item {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__value_wrap {
    padding-top: 0;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__value_wrap {
    padding-top: 0;
  }
}
body.single.single-recipes .ingredients__list .ingredients__item:last-child {
  border-bottom: none;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__value_wrap {
    padding-bottom: 0;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__value_wrap {
    padding-bottom: 0;
  }
}
body.single.single-recipes .ingredients__list .ingredients__label {
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__label {
    padding: 12px 16px 12px 0;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__label {
    padding: 12px 16px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .ingredients__list .ingredients__label {
    padding: 10px 16px 10px 0;
  }
}
body.single.single-recipes .ingredients__list .ingredients__value_wrap {
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__value_wrap {
    text-align: left;
    min-width: 130px;
    padding: 12px 16px;
    flex-basis: 180px;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__value_wrap {
    text-align: left;
    min-width: 130px;
    padding: 12px 16px;
    flex-basis: 180px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .ingredients__list .ingredients__value_wrap {
    text-align: right;
    min-width: 90px;
    padding: 10px 0 10px 16px;
    color: #CCCED6;
    flex-basis: 140px;
  }
}
body.single.single-recipes .ingredients__list .ingredients__value {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__value {
    max-width: 130px;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__value {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .ingredients__list .ingredients__value {
    max-width: 90px;
  }
}
body.single.single-recipes .ingredients__list .ingredients__unit {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
body.single.single-recipes .related-products {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.single.single-recipes .related-products .owl-carousel div.owl-stage-outer {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
body.single.single-recipes .related-products .owl-carousel .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
body.single.single-recipes .related-products .owl-carousel .recipes_loop__item {
  margin: 0;
  width: 100%;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  overflow: visible;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev,
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 24px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 10;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: transparent;
  border: none;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev i,
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next i {
  display: none;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/arrow-right.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media print {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arrow-left.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media print {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products .products-list .item__title_wrap {
    height: 3.6em;
  }
}
body.single.single-recipes .recipes__related {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipes__related {
    margin-bottom: 30px;
  }
}
body.single.single-recipes .recipes__related .recipes__related_loop {
  margin-left: -15px;
  margin-right: -15px;
}
body.single.single-recipes .recipes__related .recipes_loop[data-style=small] .recipes_loop__item {
  min-width: unset;
}
body.single.single-recipes .recipe__made_with_our {
  margin-bottom: 50px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop .owl-stage-outer {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop .lh_loop_page__loop_simple {
  margin-bottom: -100px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop .product__add_to_cart.template-qty-right .qty {
  width: 34%;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double .products-list {
  margin-right: 65px;
  flex-wrap: nowrap;
  flex-grow: 1;
  margin-bottom: 35px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double .products-list .item {
  flex-grow: 1;
  max-width: 260px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double .products_small_wrap {
  flex-basis: 40%;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-1 .products_small_wrap {
  display: none;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products-list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products-list {
  margin-right: 12px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_wrap, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_wrap {
  flex-basis: 415px;
  padding: 16px 18px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list {
  margin-right: 0;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item {
  flex-basis: 100%;
  padding-right: 0;
  align-items: center;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__thumbnail, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__thumbnail {
  width: 74px;
  height: 56px;
  margin-right: 16px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__content, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__content {
  display: block;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__title, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__title {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 968px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products-list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products-list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_wrap, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_wrap {
    max-width: 790px;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item {
    flex-basis: 74px;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__content, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__content {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products-list {
  margin-right: 12px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_wrap {
  flex-basis: 212px;
  padding: 16px 18px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list {
  margin-right: -5px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list .item {
  flex-basis: 50%;
  padding-right: 5px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list .item__thumbnail {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products-list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_wrap {
    max-width: 790px;
    flex-basis: unset;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list .item {
    flex-basis: 74px;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-mobile {
    display: none;
  }
}
@media print {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-mobile {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile {
  text-align: center;
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile {
    display: none;
  }
}
@media print {
  body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button {
  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: 100%;
  max-width: 350px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button.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.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button.loading .button_label {
  opacity: 0.2;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button.added {
  display: none;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.single.single-recipes .recipe__made_with_our .products_small_wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.35);
  padding: 55px 30px 25px 30px;
  max-width: 790px;
  margin: 0 auto;
}
body.single.single-recipes .recipe__made_with_our .products_small_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: -10px;
  justify-content: center;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item {
  flex-basis: 74px;
  padding-right: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 28px;
  transition: all 0.2s ease-in-out 0ms;
  color: #4E628E;
  position: relative;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item:before, body.single.single-recipes .recipe__made_with_our .products_small_list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0ms;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item:before {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 5;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item:after {
  content: "";
  background: url("../images/preloader.svg") 30% 50% no-repeat;
  background-size: 16px;
  z-index: 6;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item.loading:before, body.single.single-recipes .recipe__made_with_our .products_small_list .item.loading:after {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__made_with_our .products_small_list .item:hover {
    transform: scale(1.05);
  }
}
@media print {
  body.single.single-recipes .recipe__made_with_our .products_small_list .item:hover {
    transform: scale(1.05);
  }
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__thumbnail {
  width: 74px;
  height: 56px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__out_of_stock_label {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  background-color: #5299F7;
  color: white;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item.item-out_of_stock .item__out_of_stock_label {
  display: block;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__content {
  flex-grow: 1;
  display: none;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #4E628E;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_wrap {
  text-align: center;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_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: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  min-width: 55%;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_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);
  }
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart.loading .button_label {
  opacity: 0.2;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart.added {
  display: none;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-mobile .products_small_wrap {
  margin-top: -80px;
  margin-bottom: 80px;
  padding: 22px 14px;
}
body.single.single-recipes .recipe__title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__title {
    font-size: 24px;
  }
}
body.single.single-recipes .recipe__description {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__description {
    color: #CCCED6;
    font-weight: 500;
  }
}
body.single.single-recipes .recipe__text_content {
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__text_content {
    font-weight: 500;
  }
}
body.single.single-recipes .recipes__related .owl-carousel .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
body.single.single-recipes .recipes__related .owl-carousel .recipes_loop__item {
  margin: 0;
  width: 100%;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  overflow: visible;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev,
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 24px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 10;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: transparent;
  border: none;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev i,
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next i {
  display: none;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/arrow-right.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media print {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arrow-left.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media print {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}

.body.single.single-recipes .lh_breadcrumb {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .body.single.single-recipes .lh_breadcrumb {
    margin-bottom: 54px;
  }
}
@media print {
  .body.single.single-recipes .lh_breadcrumb {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 767px) {
  .body.single.single-recipes .lh_breadcrumb {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

body.archive.post-type-archive.post-type-archive-recipes .lh_breadcrumb, body.archive.tax-recipe_cat .lh_breadcrumb, body.archive.tax-recipe_tag .lh_breadcrumb, body.archive.tax-recipe_mealtime .lh_breadcrumb, body.page-template-recipes-all .lh_breadcrumb {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  body.archive.post-type-archive.post-type-archive-recipes .lh_breadcrumb, body.archive.tax-recipe_cat .lh_breadcrumb, body.archive.tax-recipe_tag .lh_breadcrumb, body.archive.tax-recipe_mealtime .lh_breadcrumb, body.page-template-recipes-all .lh_breadcrumb {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-mobile, body.archive.tax-recipe_cat .recipe__breadcrumb-mobile, body.archive.tax-recipe_tag .recipe__breadcrumb-mobile, body.archive.tax-recipe_mealtime .recipe__breadcrumb-mobile, body.page-template-recipes-all .recipe__breadcrumb-mobile {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-mobile, body.archive.tax-recipe_cat .recipe__breadcrumb-mobile, body.archive.tax-recipe_tag .recipe__breadcrumb-mobile, body.archive.tax-recipe_mealtime .recipe__breadcrumb-mobile, body.page-template-recipes-all .recipe__breadcrumb-mobile {
    display: none;
  }
}
@media print {
  body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-mobile, body.archive.tax-recipe_cat .recipe__breadcrumb-mobile, body.archive.tax-recipe_tag .recipe__breadcrumb-mobile, body.archive.tax-recipe_mealtime .recipe__breadcrumb-mobile, body.page-template-recipes-all .recipe__breadcrumb-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-desktop, body.archive.tax-recipe_cat .recipe__breadcrumb-desktop, body.archive.tax-recipe_tag .recipe__breadcrumb-desktop, body.archive.tax-recipe_mealtime .recipe__breadcrumb-desktop, body.page-template-recipes-all .recipe__breadcrumb-desktop {
    display: none;
  }
}

.recipe__block_title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recipe__block_title {
    font-size: 23px;
  }
}
.recipe__block_title .button {
  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;
  z-index: 2;
  height: 35px;
  padding: 0 12px;
  font-size: 13px;
  margin-left: 18px;
  cursor: pointer;
}
.recipe__block_title .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipe__block_title .button.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);
  }
}
.recipe__block_title .button.loading .button_label {
  opacity: 0.2;
}
.recipe__block_title .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipe__block_title .button.added {
  display: none;
}
.recipe__block_title .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipe__block_title .button:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipe__block_title .button:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipe__block_title .button[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
@media screen and (max-width: 767px) {
  .recipe__block_title .button {
    margin-left: 12px;
  }
}

div.recipes__page_title, div.recipes__page_title h1 {
  font-size: 32px;
}
div.recipes__page_title.recipes__page_title-desktop {
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  div.recipes__page_title.recipes__page_title-desktop {
    display: none;
  }
}
div.recipes__page_title.recipes__page_title-mobile {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 24px 0;
}
@media all and (min-width: 768px) {
  div.recipes__page_title.recipes__page_title-mobile {
    display: none;
  }
}
@media print {
  div.recipes__page_title.recipes__page_title-mobile {
    display: none;
  }
}

.recipes_loop_empty {
  text-align: center;
  color: #4E628E;
  margin: 20px auto 30px auto;
  max-width: 400px;
}
.recipes_loop_empty .recipes_loop_empty__title {
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.recipes_loop_empty:before {
  font-family: "lh-icons";
  display: block;
  margin: 24px auto;
  content: "\e039";
  font-weight: 300;
  font-size: 44px;
}
.recipes_loop_empty .button {
  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;
  padding: 0px 15px;
  height: 40px;
  font-size: 16px;
}
.recipes_loop_empty .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_loop_empty .button.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);
  }
}
.recipes_loop_empty .button.loading .button_label {
  opacity: 0.2;
}
.recipes_loop_empty .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_loop_empty .button.added {
  display: none;
}
.recipes_loop_empty .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_loop_empty .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_loop_empty .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_loop_empty .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}

[tabindex] {
  stroke: none;
  outline: none;
}

.recipes_loop__filter_tags {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .recipes_loop__filter_tags {
    display: none;
  }
}
.recipes_loop__filter_tags[data-count="0"] {
  display: none;
}
.recipes_loop__filter_tags .item {
  display: inline-block;
  border: 1px solid #4E628E;
  padding: 6px 12px;
  cursor: pointer;
  color: #4E628E;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 500;
}
.recipes_loop__filter_tags .item:after {
  content: "\e052";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  margin-left: 6px;
}
.recipes_loop__filter_tags .item:hover {
  color: #88A6E3;
  border-color: #88A6E3;
}

.lh_myaccount_wrap {
  display: flex;
  margin-bottom: 0px;
}
.lh_myaccount_wrap h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.47;
  color: #302E3F;
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .lh_myaccount_wrap h1 {
    display: none;
  }
}
.lh_myaccount_wrap .woocommerce-MyAccount-navigation {
  width: 215px;
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .lh_myaccount_wrap .woocommerce-MyAccount-navigation {
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .lh_myaccount_wrap .woocommerce-MyAccount-navigation + .lh_myaccount_content {
    display: none;
  }
}
.lh_myaccount_wrap .lh_myaccount_content {
  width: calc(100% - 215px);
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .lh_myaccount_wrap .lh_myaccount_content {
    width: 100%;
  }
}
.lh_myaccount_wrap .lh_myaccount_content .lh_breadcrumb {
  display: flex;
  padding: 45px 0px 7px;
}
@media screen and (max-width: 991px) {
  .lh_myaccount_wrap .lh_myaccount_content .lh_breadcrumb {
    display: none;
  }
}
.lh_myaccount_wrap .lh_myaccount_content .main-content {
  padding: 0px 50px;
}
@media screen and (max-width: 991px) {
  .lh_myaccount_wrap .lh_myaccount_content .main-content {
    padding: 0px;
  }
}

body.woocommerce-edit-account .lh_myaccount_wrap .lh_myaccount_content .lh_breadcrumb {
  padding-bottom: 60px;
}

.woocommerce-account .site-footer .item, .woocommerce-account .recommended .item {
  text-align: unset;
}
