@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 950;
  src: url(../fonts/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  src: url(../fonts/Poppins-Thin.ttf);
}


@font-face {
  font-family: 'VAG Rounded Std';
  font-weight: 700;
  src: url('../fonts/VAG Rounded Std Black.otf');
}

@font-face {
  font-family: 'VAG Rounded Std';
  font-weight: 600;
  src: url('../fonts/VAG Rounded Std Bold.otf');
}
@font-face {
  font-family: 'VAG Rounded Std';
  font-weight: 500;
  src: url('../fonts/VAGRoundedStd-Light.otf');
}
@font-face {
  font-family: 'VAG Rounded Std';
  font-weight: 400;
  src: url('../fonts/VAG Rounded Std Thin.otf');
}


/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.px-30{
  padding: 0 30px;
}
body {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  color: #0d0c22;
}
/* p {
  margin-bottom: 0;
} */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins';
}
h2.title-section {
  font-size: 30px;
  font-weight: 700;
}
h3.title-section {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
h4.title-section {
  font-size: 16px;
  font-weight: 700;
}

h5.title-section {
  font-size: 15px;
  font-weight: 600;
}

h6.title-section {
  font-size: 13px;
  font-weight: 600;
}

.flex-center {
  display: flex;
  align-items: center;
}
h3 {
  font-size: 19px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  /* margin: 0; */
}

.bg-gray {
  background: rgba(13, 12, 34, 5%);
}

.p-15 {
  padding: 15px 15px;
}

.py-15 {
  padding: 15px 0;
}

.px-15 {
  padding: 0 15px;
}

.border-12 {
  border-radius: 12px;
}

/* btn */
.btn-icon {
  background-color: transparent;
  outline: none;
  border: 0;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: 0;
  outline: none;
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn-default.btn-gray {
  background-color: rgba(0, 0, 0, 10%);
  font-size: 12px;
  padding: 9px 18px;
  margin: 10px 0;
}

.btn-default.btn-gray.btn-active {
  background-color: #fed530;
}

.btn-default.btn-gray.btn-active:hover {
  background-color: #fed530;
}

.btn-default.btn-gray:hover {
  background-color: rgba(0, 0, 0, 30%);
}

.btn-category {
  border-bottom: 1px solid #eeeeee;
}

.btn-default {
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  padding: 9px 15px;
  white-space: nowrap;
}

.btn-yellow {
  background-color: #fed530;
  color: #0d67aa;
}

.btn-yellow:hover {
  color: #fed530;
  border: 1px solid #fed530;
}

.btn-white {
  background-color: #ffffff;
  color: #0d67aa;
}

.btn-white-outline {
  border: 1px solid rgba(255, 255, 255, 50%);
  color: #ffffff;
}

.btn-default span {
  margin-left: 5px;
}

.navbar-btn {
  display: flex;
}

.btn-header-top {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 15px;
}

.btn-header-top .btn-white {
  margin-right: 20px;
}

.btn-header-top .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.841);
  color: #0d67aa;
}

.btn-header-top .btn-white-outline:hover {
  border-color: #fff;
  color: #fff;
}

.btn-blue {
  background-color: #0d67aa;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(13, 12, 34, 17%);
}

.btn-blue:hover {
  color: #0d67aa;
  border: 2px solid #0d67aa;
}

.btn-blue-light {
  background-color: rgba(13, 103, 170, 20%);
  font-weight: 700;
  color: #0d67aa;
}

.btn-blue-light:hover {
  color: #0d67aa;
  border: 1px solid rgba(13, 103, 170, 20%);
}

.btn-subscribe {
  background-color: #0d67aa;
  color: #ffffff;
  border-radius: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.btn-subscribe:hover {
  border-color: #0d67aa;
  color: #0d67aa;
}

.btn-disabled {
  border-radius: 100px;
  background: rgba(13, 12, 34, 15%);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 10px;
}

.btn-disabled:disabled {
  background: rgba(13, 12, 34, 15%);
  border-color: #ebebed;
}

/* navbar top */

.bg-nav-top {
  background-color: #1072bd;
  padding: 20px 10px;
  overflow-x: clip;
}

.bg-nav-top .bar {
  margin-left: 60px;
}

.navbar-serach {
  position: relative;
}

.navbar-row-gap {
  grid-row-gap: 15px;
}

.navbar-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.navbar-flex form {
  max-width: 785px;
  width: 60%;
}

.navbar-serach .form-control {
  background: #4798ce;
  border: 1px solid #4798ce;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  color: rgba(255, 255, 255, 80%);
  padding: 12.5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.navbar-serach input::placeholder {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

  color: rgba(255, 255, 255, 80%);
}

.navbar-serach .dropdown-absolute {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  /* border-left: 2px solid rgba(255, 255, 255, 55%); */
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-serach .dropdown-absolute::before {
  content: '';
  height: 32px;
  width: 2px;
  background-color: rgba(255, 255, 255, 55%);
  position: absolute;
}

.navbar-serach .category_seacrh,
.navbar-serach .allCategories {
  border: 0;
  box-shadow: 0 0 4px rgba(7, 61, 166, 10%);
  border-radius: 12px;
  max-width: 709px;
  position: absolute;
  right: 0px !important;
  top: 50px !important;
  overflow: hidden;
  z-index: 20;
  padding: 15px 0 0;
  background: #ffffff;
  display: none;
}
.d-flex-list .sidebar-link img{
  width: 30px;
}
.category_seacrh .card-price {
  display: block;
}

.navbar-serach .dropdown .dropdown-toggle {
  font-weight: 700;
  font-size: 14px;
  color: #0d67aa;
  background-color: #fed530;
  border: 1px solid #fed530;
  margin: 5px 10px;
  border-radius: 50px;
  max-width: 141px;
  width: 141px;
  max-height: 36px;
  line-height: 1.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  text-align: start;
}

.dropdown-toggle::after {
  border: 0;
  content: url('../img/card_icon/arrow_down_blue.png');
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.navbar-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  height: 100%;
  display: flex;
  align-items: center;
}

/* card in search */

.related-products {
  max-height: 400px;
  overflow: auto;
  padding: 10px 0;
}

.navbar-serach .category_seacrh .card-between-icon {
  justify-content: flex-end;
}

.navbar-serach .category_seacrh .div-plus-minus {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.navbar-serach .category_seacrh .plus-minus {
  flex-direction: column;
}

.navbar-serach .category_seacrh .plus-minus::before {
  background: transparent;
}

.navbar-serach .category_seacrh .card {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 16%);
  border: 0;
}

.navbar-serach .category_seacrh .card p,
.category_seacrh .card .card-title {
  font-size: 14px;
  margin-bottom: 2px;
  height: auto;
  margin-top: 0;
}

.navbar-serach .dropdown-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.navbar-serach .category_seacrh .card .card-price {
  font-size: 19px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar-serach .category_seacrh .card .card-price sup {
  font-weight: 700;
}

.d-flex-content-in-card {
  display: flex;
  align-items: center;
}

.d-flex-content-in-card img {
  margin-right: 20px;
}

.navbar-serach .category_seacrh .card .btn-plus {
  max-height: 90px;
}

.btn-fixed {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px rgba(13, 12, 34, 20%);
  background-color: #ffffff;
}

.btn-fixed .btn {
  color: #0d67aa;
  font-size: 17px;
  font-weight: 600;
}

/* navbar bottom */
.navbar-bottom::-webkit-scrollbar {
  display: none;
}

.navbar-bottom {
  background-color: #0d67aa;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.navbar-bottom div {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-bottom .nav-link {
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
}

.navbar-bottom img {
  margin: 0 10px;
}

.navbar-bottom .nav-link:first-child img {
  margin-left: 0;
}

/* Sidebar  */

.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.container-page {
  overflow-x: clip;
  display: flex;
  align-items: flex-start;
  position: relative;
}

​.wrapper {
  width: 100%;
}

.menu {
  float: left;
  display: block;
}

.sidebar-menu {
  background-color: #f5f7fa;
  position: relative;
  min-height: 850px;
}

#mySidebarLevel1 {
  min-height: 800px;
}

#mySidebarLevel2,
#mySidebarLevel3 {
  margin-top: 59.5px;
}
.w-270 {
  max-width: 270px;
  width: 100%;
}
/* .icon { max-width: 1em } */

.sidebar-menu ul {
  list-style-type: none;
  padding: 0;
}

.sidebar-menu li {
  margin: 12px 0px;
}

.sidebar-menu a,
.sidebar-menu a:visited {
  color: #0d0c22;
  text-decoration: none;
}

.text {
  display: inline;
  margin: 0;
}

.content {
  overflow: hidden;
  margin: 0 auto;
}

.sidebar-title {
  font-size: 21px;
  font-weight: 700;
  margin-left: 15px;
}

.sidebar-content {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.sidebar-link {
  width: 100%;
  /* position: relative; */
}

.sidebar-link.active::before,
.sidebar-link:hover::before {
  content: '';
  width: 5px;
  height: 40px;
  background-color: #0d67aa;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: 0px;
  top: 7px;
}

.sidebar-link.active,
.sidebar-link:hover {
  background-color: rgba(7, 61, 166, 10%);
}

.sidebar-link.active .arrow_right,
.sidebar-link:hover .arrow_right {
  background: url(../img/sidebar_icon/arrow_right_blue.svg) no-repeat;
}

.arrow_right {
  background: url(../img/sidebar_icon/arrow_right.svg) no-repeat;
  width: 10px;
  height: 13px;
}

.sidebar-link.active p,
.sidebar-link:hover p {
  color: #0d67aa;
  font-weight: 700;
}

.sidebar-item,
.allCategories .sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 6%);
  margin: 0 10px;
  width: 225px;
  padding: 14px 0;
}

.submenu-sidebar {
  display: none;
  position: relative;
  background-color: #f5f7fa;
  min-height: 800px;
  z-index: 10;
  /* position: absolute;
    background-color: #F5F7FA;
    width: 100%;
    left: 100%; */
}

.submenu-sidebar .d-flex-list {
  margin-top: 0;
}

.submenu-sidebar .sidebar-link {
  margin: 0;
  height: auto;
}

.d-flex-list {
  display: flex;
  align-items: self-start;
  position: relative;
  max-height: 40px;
}

/* banner */
.bg-banner {
  width: 100%;
  border-radius: 15px;
}

.banner-carousel .btn {
  margin: 6rem 4.7rem 0;
}

.banner-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  /* height: 100%; */
}

.banner-carousel.owl-theme .owl-nav .owl-prev,
.banner-carousel.owl-theme .owl-nav .owl-next {
  position: relative;
}

.banner-carousel.owl-theme .owl-nav span {
  opacity: 0;
}

.banner-carousel.owl-theme .owl-nav .owl-prev::before,
.banner-carousel.owl-theme .owl-nav .owl-next::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-size: 100% 100% !important;
}

.banner-carousel.owl-theme .owl-nav .owl-prev::before {
  background: url('../img/arrow_slider_left.svg') left no-repeat;
  left: 0;
}

.banner-carousel.owl-theme .owl-nav .owl-next::before {
  background: url('../img/arrow_slider_right.svg') right no-repeat;
  right: 0;
}

.banner-carousel.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
}

.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}

.title-section {
  font-size: 30px;
  margin-top: 15px;
  color: #0d0c22;
  max-width: 90%;
  margin-bottom: 15px;
}

.product-carousel {
  color: #0d0c22;
  margin: auto;
}

.product-carousel .item {
  padding: 5px;
}

.product-carousel .card {
  box-shadow: 0 2px 6px rgba(13, 12, 34, 8%);
  border: 0;
  border-radius: 9px;
  /* max-width: 202px; */
  width: 100%;
  /* margin: auto; */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.product-carousel.owl-carousel .card {
  max-width: 196px;
  width: 196px;
}
.product-carousel.owl-item .tooltip-icon img {
  width: auto;
}

.product-carousel .card-body {
  padding: 0;
}

.product-carousel .card-body a {
  position: relative;
  z-index: 1;
}

.product-carousel .card-title,
.product-carousel .text-muted,
.product-carousel .card-price p,
.card-between-icon div,
.plus-minus,
.btn-notify-me,
.card-plus-only {
  padding: 0px 10px;
}
.line-number-1 {
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-carousel .card-title,
.card-title {
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
  margin-top: 0.65rem;
  color: #0d0c22;
  line-height: 1.3;
}

.product-carousel .text-muted {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  height: 20px;
  font-weight: 600;
  /* margin-top: 5px; */
}

.product-carousel .card-price {
  font-size: 19px;
  font-weight: 800;
  height: 48px;
  margin-bottom: 8px;
}

.product-carousel .card-price p {
  line-height: 1;
}

.product-carousel .card-price sup {
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
}

.card-between-icon,
.plus-minus,
.card-plus-only,
.btn-notify-me {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  margin-top: 5px;
  position: relative;
  padding-bottom: 5px;
}

.plus-minus {
  justify-content: space-evenly;
  display: none;
}
.product-view .plus-minus {
  grid-column-gap: 2%;
  justify-content: end;

}
.product-view .plus-minus::before {
  background-color: transparent;
}
.plus-minus::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(13, 12, 34, 6%);
}

.d-flex-card-icon {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px !important;
}

.card-plus-only {
  display: flex;
  justify-content: end;
  width: 100%;
}

.d-flex-card-icon a {
  margin-right: 5px;
  max-width: 20px;
}

.d-flex-card-icon a img {
  width: unset !important;
  height: 20px;
}

.plus-icon {
  box-shadow: 0 0 10px #eee;
}

/* .product-carousel.owl-carousel .owl-item img {
    width: 90%;
    margin: auto;
} */

.product-carousel.owl-carousel .owl-item img.cart-hart {
  width: auto;
  margin: 0;
}

.product-carousel .offers {
  width: 62px;
  height: 48px;
  border-radius: 50px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 800;
  background-color: #fed530;
  text-align: center;
  padding: 5px 0;
}

.product-carousel .offers span {
  font-size: 15px;
}

.custom-tooltip {
  --bs-tooltip-bg: #858590;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-border-radius: 10px;
  --bs-tooltip-font-size: 13px;
}

.recipeHeart,
.cartHeart,
.cartList,
.writeIcon {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.cartHeart {
  background: url('../img/card_icon/hart.svg') no-repeat;
}

.cartHeart.cart-active,
.flex-pro-content .cartHeart.cart-active,
.recipes-details-content .cartHeart.cart-active {
  background: url('../img/card_icon/hart_active.svg') no-repeat;
}

.flex-pro-content .cartHeart,
.recipes-details-content .cartHeart {
  background: url('../img/card_icon/heart_gray.svg') no-repeat;
}

.cartList {
  background: url('../img/card_icon/fav_icon.svg') no-repeat;
}

.cartList.cart-active {
  background: url('../img/card_icon/fav_icon_active.svg') no-repeat;
}

.recipeHeart {
  background: url('../img/recipe/recipe_heart.svg') no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.recipeHeart.cart-active {
  background: url('../img/recipe/recipe_heart_active.svg') no-repeat;
}

.writeIcon {
  background: url('../img/recipe/write_review_icon.svg') no-repeat;
}

.cart-img-offers-heart {
  position: relative;
}

.cart-img {
  max-width: 146px;
  height: 146px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1rem;
  overflow-x: clip;
}

.product-view .cart-img {
  width: 146px;
}

.cart-img img {
  width: unset !important;
}

.offers-heart {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.div-heart {
  position: absolute;
  right: 10px;
}

.card-price-offer {
  background-color: #fed530;
  width: fit-content;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 5px 0;
  font-weight: 800;
  height: 40px;
}

.old-price {
  font-size: 10px;
  line-height: 10px;
  text-decoration: line-through;
  padding: 0 15px;
}

.product-carousel .card-price .old-price sup {
  font-size: 6.7px;
  padding: 2px;
}

.clickPlus {
  width: 30px;
}

.product-carousel .owl-nav {
  position: absolute;
  top: -45px;
  right: 0;
}

.product-carousel .owl-nav span {
  opacity: 0;
}

.product-carousel .owl-nav .owl-prev::before,
.product-carousel .owl-nav .owl-next::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.product-carousel .owl-nav .owl-prev::before {
  background: url(../img/card_icon/chevron-left.svg) no-repeat;
  right: 20px;
}

.product-carousel .owl-nav .owl-next::before {
  background: url(../img/card_icon/chevron-right.svg) no-repeat;
}

.product-carousel.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
}

.row-gap-section {
  grid-row-gap: 20px;
}
.row-gap-section .recipes-card {
  padding-right: calc(var(--bs-gutter-x) * 0.3);
  padding-left: calc(var(--bs-gutter-x) * 0.3);
}

.img-latest-offers img {
  height: unset;
  width: 100%;
}

.product-carousel .btn-blue-light {
  font-size: 13px;
  padding: 10px 10px;
}

.sold-out {
  color: #fd4133;
  font-size: 12px;
  background: #ffebea;
  padding: 5px;
  border-radius: 3px;
}

.row-gap-10 {
  grid-row-gap: 10px;
}

.img-latest-deals img {
  width: 100%;
  height: unset;
}

.img-latest-deals-col {
  max-width: 261px;
  max-height: 261px;
}

.img-latest-deals-col img {
  height: 100%;
}

.img-round img {
  border-radius: 15px;
  max-width: 100%;
  width: 100%;
}

.shop-diet-lifestyle {
  background: url('../img/bg_shop.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 15px;
  padding: 40px;
}

.shop-diet-lifestyle-title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.shop-diet-lifestyle-flex {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.shop-diet-lifestyle-flex .item img{
  width: unset;
}
    

.shop-img {
  background-color: #ffffff;
  width: 148px;
  height: 148px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 15px;
  padding: 1.5rem;
}

.shop-img img {
  max-height: 83px;
}

.shop-text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.recipes-card .card {
  border-radius: 9px;
  border-color: #e2e2e2;
  overflow: hidden;
  /* max-width: 382px;
    margin: auto; */
  /* box-shadow: 0 1px 6px #e2e2e2;
    border: 0;
    margin-bottom: 15px; */
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 16%); */
}

/* .recipes-img {
  height: 255px;
  overflow: hidden;
} */

.recipes-card img {
  transition: 350ms;
  /* object-fit: cover;
  min-height: 100%; */
}

.recipes-card img:hover {
  transform: scale(1.05);
}

.subtitle-uppercase {
  color: #0d67aa;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  height: 37px;
}

.recipes-card .card-title {
  font-size: 18px;
  color: #0d0c22;
  font-weight: 600;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.recipes-info {
  display: flex;
  align-items: center;
  font-size: 12px;
  flex-wrap: wrap;
  white-space: nowrap;
}

.recipes-info > div {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

.recipes-info > div span {
      margin: 0 10px;
}
.myRecipes .recipes-info > div span {
  margin: 0 5px;
}
.recipes-info p {
  border-radius: 100px;
  height: 30px;
  width: 30px;
  background: rgba(13, 12, 34, 12%);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.a-view {
  font-size: 13px;
  text-decoration: none;
  color: #0d0c22;
  margin-top: 1.5rem;
}

.a-show {
  font-size: 18px;
  font-weight: 700;
  color: #0d67aa;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
  margin-top: 1rem;
}

.a-show:hover {
  color: #0d67aa;
  /* border-bottom: 1px solid #0d67aa; */
  text-decoration: underline;
}

/* footer */
footer {
  margin-top: 80px;
  border-top: 1px solid #eeeeee;
  padding: 80px 0 40px;
}

.img-Subscribe {
  background: url('../img/img-footer.svg') no-repeat;
  height: 100%;
  min-height: 151px;
  width: 90%;
  max-width: 1800px;
  margin: 0 auto 80px;
  border-radius: 15px;
  padding: 1rem 0;
  position: relative;
  background-size: cover;
}

.img-Subscribe::before,
.img-Subscribe::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
}

.img-Subscribe::before {
  background: url(../img/footer_icon_01.svg) no-repeat;
  top: -30px;
  left: 15%;
}

.img-Subscribe::after {
  background: url(../img/footer_icon_02.svg) no-repeat;
  left: 18%;
  top: 60%;
}

.img-Subscribe h1 {
  font-size: 33px;
  font-weight: 800;
}

.subscribe-content {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.form-subscribe .input {
  border-radius: 50px;
  height: 60px;
  border-color: #fec42d;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.subscribe-submit {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

footer .container-fluid {
  max-width: 1700px;
  width: 85%;
}
footer .container-fluid .col-xl-8:first-child {
  padding-left: calc(var(--bs-gutter-x) * 2.5);
}
footer .container-fluid .icon-before {
  position: relative;
}
footer .container-fluid .icon-before::before {
  background: url(../img/icon-cozmo.svg) no-repeat left top;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 40px;
  bottom: 6px;
  z-index: -1;
}
footer .container-fluid .icon-before h3 {
  font-size: 22px;
}
footer .container-fluid .icon-before p {
  font-size: 15px;
}
footer .footer-group {
  padding-top: 2.5rem;
}
.D-App {
  margin-top: 3rem;
}

.footer-menu p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: block;
  margin-bottom: 0.75rem;
}

.footer-menu li a {
  font-weight: 500;
  color: #0d0c22;
  text-decoration: none;
  font-size: 16px;
}

.copyright-container {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
  color: rgba(13, 12, 34, 60%);
  font-size: 13.5px;
}

.footer-social {
  display: flex;
  justify-content: end;
}

.footer-social ul {
  list-style: none;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 1rem;
}

.terms-privacy a {
  color: rgba(13, 12, 34, 60%);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.terms-privacy span {
  color: #fec42d;
  padding: 0 15px;
  font-size: 20px;
}

/* cart-side */



.cart-box {
  overflow: hidden;
}

/* Add padding and border to inner content
for better animation effect */

.cart-side {
  background: #f5f7fa;
  /* padding: 20px 10px; */
  max-height: 850px;
  min-height: 850px;
  height: 100%;
  overflow: auto;
  max-width: 290px;
  width: 290px;
}

.cart-side > div:first-child {
  padding: 20px 10px;
}

.cart-product .titleItems,
.quantity-not-available-text {
  padding: 0 10px;
  margin-bottom: 15px;
}
.titleItems {
  font-weight: 600;
  padding: 0 12px;
}

.cart-side h3 {
  color: #0d67aa;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 5px;
}

.cart-badge {
  /* padding: 1rem; */
  /* width: 28px;
    height: 28px; */
  background: #fed530;
  color: #0d67aa;
  font-weight: 800;
  font-size: 18px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.cart-side-content {
  margin-top: 25px;
}

.cart-side-content.cart-product {
  margin-top: 0;
}

.cart-side-content .cart-wel {
  padding: 0 10px;
}

.cart-side h5 {
  font-size: 22px;
  font-weight: 700;
}

.cart-side p {
  font-size: 15px;
  font-weight: 600;
}
.cart-side #noDataTodisplay {
  margin: 0 15px;
}

.cart-side .btn-blue {
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  padding: 13px 16px;
}

.arrow-cart-icon {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: transparent;
  z-index: 10;
}

/* Main CSS */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  position: relative;
  transition: 0.3s linear;
}

.navbar ul {
  list-style: none;
}

.navbar ul a {
  text-decoration: none;
}

.navbar .navbar-toggler,
.navbar .nav-link,
.navbar .utils-search {
  color: #636363;
}

.navbar .navbar-utils > * {
  cursor: pointer;
}

.navbar .btn-search {
  font-size: 1.5rem;
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  cursor: pointer;
}

.navbar-nav {
  display: flex;
  list-style: none;
}

.navbar-nav .nav-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: 150ms ease;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav > .nav-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0081ff;
  bottom: -16px;
  transition: 400ms ease;
  opacity: 0;
}

.navbar-nav > .nav-item:hover:after {
  opacity: 1;
}

.navbar-toggler {
  padding: 0.1rem 0.45rem;
  cursor: pointer;
  font-size: 1.5rem;
  background: none;
  outline: none;
  border: 1px solid #636363;
  border: none;
  border-radius: 3px;
  transition: 0.15s linear;
  display: none;
  margin-left: auto;
  margin-right: 20px;
}

/* Dropdown CSS */
.nav-item .dropdown {
  width: 200px;
  display: block;
  position: absolute;
  top: 35px;
  transition: 300ms;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.nav-item .dropdown .nav-link {
  color: #636363;
}

.nav-item .dropdown .dropdown {
  top: 0;
  left: calc(100% + 20px);
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-item .dropdown .dropdown:before {
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #000;
}

.nav-item .dropdown:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  display: none;
}

.nav-item .dropdown .nav-item:not(:last-child) {
  margin-bottom: 5px;
}

.nav-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.nav-close {
  margin-left: auto;
  margin-top: 10px;
  display: none;
}

.nav-close .btn-nav-close {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 1rem;
}

.nav-close .btn-nav-close .close-btn {
  transform: rotate(45deg);
  color: #0d67aa;
}

.nav-close .btn-nav-close:hover,
.nav-close .btn-nav-close:focus {
  background: #fed530;
  font-weight: 500;
}

.arrow_down {
  background: url('../img/sidebar_icon/arrow_down.svg') no-repeat;
  transition: 0.15s;
  height: 10px;
  width: 15px;
  padding: 0 12px;
}

.arrow_down.arrow_down_active,
.sidebar-item:hover .arrow_down {
  background: url('../img/sidebar_icon/arrow_down_active.svg') no-repeat;
  padding: 17px;
}

.nav-item {
  position: relative;
}

.nav-item.icon:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  width: 4px;
  height: 45px;
  display: flex;
  align-items: center;
  background: #0d67aa;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

/* login-register modal */
.login-register h4 {
  color: #1A61AB;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.verify-text {
  text-align: center;
  color: #0D0C22;
  font-size: 16px;
  font-weight: 500;
  margin: 2.5rem 1rem;
}
.login-register .modal-dialog {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.login-register .modal-content {
  min-height: 670px;
}
.login-register .modal-header,
.modal-default .modal-header {
  border-bottom: 0;
  padding: 10px 0;
  position: relative;
}

.login-register .modal-header .btn-close,
.modal-default .modal-header .btn-close {
  position: absolute;
  right: -30px;
  top: 10px;
  background: transparent url(../img/close_modal.svg) no-repeat;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.login-register .modal-header .btn-close:hover {
  opacity: 0.5;
}

.login-register .modal-body {
  color: rgba(13, 12, 34, 50%);
}

.login-register .modal-body h3 {
  font-size: 34px;
  font-family: 'VAG Rounded Std';
  font-weight: 500;
  color: #0d0c22;
  margin-bottom: 1rem;
}

.login-register .modal-body .form-control {
  border-radius: 14px;
  height: 55px;
}

.login-register .modal-body .form-control::placeholder {
  color: rgba(13, 12, 34, 50%);
  font-size: 16px;
  font-weight: 500;
}

.login-register .forgot-pass {
  font-size: 15px;
}

.login-register a {
  color: #0d67aa;
  text-decoration: none;
  transition: 350ms;
}

.login-register a:hover {
  opacity: 0.8;
}

.btn-login-register {
  height: 60px;
  background-color: #0d67aa;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 6px 18px rgba(13, 12, 34, 17%);
  font-weight: 500;
}

.btn-login-register:hover {
  color: #0d67aa;
  border-color: #0d67aa;
  background-color: transparent;
}

.div-or {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-or p {
  font-size: 12px;
}

.div-or::before,
.div-or::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #eeeeee;
}

.div-or::before {
  left: 0;
}

.div-or::after {
  right: 0;
}

.btn-phone,
.btn-facebook,
.btn-google {
  border-radius: 14px;
  height: 55px;
  font-size: 15px;
  position: relative;
  color: #fff;
}

.btn-phone {
  background-color: rgba(13, 12, 34, 7%) !important;
  color: #0d0c22;
}

.btn-facebook {
  background-color: #4267b2 !important;
}

.btn-google {
  background-color: #4285f4 !important;
}

.btn-phone:hover,
.btn-facebook:hover,
.btn-google:hover {
  opacity: 0.95;
}

.btn-phone::before,
.btn-facebook::before,
.btn-google::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 22px;
  height: 22px;
}

.btn-phone::before {
  background: url('../img/btn_phone.svg') no-repeat;
}

.btn-facebook::before {
  background: url('../img/btn_facebook.svg') no-repeat;
}

.btn-google::before {
  background: url('../img/btn_google.svg') no-repeat;
  width: 23px;
  height: 24px;
}

.login_by_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  background: #ECECEC;
  border-radius: 42px;
  padding: 5px;
}
a.login_by {
  border-radius: 42px;
  background: #DAD9DE;
  padding: 10px;
  color: #747280;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.login_by .img_login_by {
  display: block;
  width: 33px;
  height: 33px;
}
.login_by .img_phone {
  background: url(../img/icon/phone_icon.png);
}
.login_by.login_by_active {
  background: #1072BD;
  color: #ffffff;
}
.login_by.login_by_active .img_phone {
  background: url(../img/icon/phone_icon_active.png);
}
.login_by .img_email {
  background: url(../img/icon/email_icon.png);
}
.login_by.login_by_active .img_email {
  background: url(../img/icon/email_icon_active.png);
}

.div-input-none {
  display: none;
}
.login-register .h-385 {
  min-height: 385px;
}

.login-register .modal-body .code-input {
  text-align: center;
  color: #1A61AB;
  font-weight: 600;
  font-size: 20px;
}
.form input.code-input:focus {
  outline: none;
  border: 1px solid #1AA7D4;
  box-shadow: 0 6px 23px #E6EEF6;
}
.form input.code-input {
  width: 50px;
  height: 50px !important;
}
/* .col-code-input {
  width: 50px;
  height: 50px;
} */

.login-register .flex-item {
  gap: 10px;
}
.resend-code {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 2rem;
}
.resend-code p {
  color: #0D0C22;
  margin: 0;
  
}
.resend-code span {
  color: #1A61AB;
}
.login-register .modal-footer {
  flex-direction: column;
  background-color: rgba(13, 12, 34, 3%);
  border-color: #eeeeee;
}

.login-register .modal-footer p {
  color: rgba(13, 12, 34, 50%);
  font-size: 14px;
}

.mobile-num select.form-control {
  width: 60px;
  flex: 0 0 auto;
  padding: 5px;
  border-right: 0;
}

.mobile-num .divider-mob::before {
  content: '';
  position: absolute;
  left: 57px;
  width: 1px;
  height: 36px;
  background-color: rgba(13, 12, 34, 30%);
  top: 10px;
  z-index: 5;
}

.mobile-num .form-control.input-mobile {
  border-left: 0;
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.form-control:focus,
.mobile-num:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.mobile-num:focus,
.mobile-num:active {
  border-right: 0;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #fff;

  /* Center slide text vertically */
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.swiper-slide .bg-banner img {
  display: block;
  width: 100%;
}

.banner-swiper .swiper-button-next:after,
.banner-swiper .swiper-rtl .swiper-button-prev:after,
.banner-swiper .swiper-button-prev:after,
.banner-swiper .swiper-rtl .swiper-button-next:after {
  content: '';
  width: 34px;
  height: 34px;
  padding: 20px;
  z-index: 10;
}

.banner-swiper .swiper-button-next:after,
.banner-swiper .swiper-rtl .swiper-button-prev:after {
  background: url(../img/arrow_slider_right.svg) no-repeat;
}

.banner-swiper .swiper-button-prev:after,
.banner-swiper .swiper-rtl .swiper-button-next:after {
  background: url(../img/arrow_slider_left.svg) no-repeat;
}

/* level 1 page */

.titlePageLevel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #868590;
  font-weight: 500;
  font-size: 14px;
  grid-row-gap: 15px;
}

.titlePageLevel2 {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
}

.titlePageLevel .titlepageActive {
  color: #0d67aa;
  margin-right: 2rem;
  opacity: 1;
}

.titlePageLevel p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.titlePageLevel a.backToHome {
  opacity: 1;
  color: #0d67aa;
}

.titlePageLevel a {
  text-decoration: none;
  color: #0d0c22;
  opacity: 0.5;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
}

.titlePageLevel a:hover {
  opacity: 1;
  color: #0d67aa;
}

.img-tab {
  position: relative;
  transition: 350ms;
  overflow: hidden;
}

.img-tab img {
  border-radius: 3px;
  width: 100%;
}

.img-tab p {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  max-width: 60%;
  /* min-height: 33px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0d0c22;
}

.img-tab:hover {
  box-shadow: 0 6px 18px rgba(13, 12, 34, 17%);
}

.img-tab:hover img {
  border-bottom: 3px solid #0d67aa;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.img-tab:hover p {
  color: #0d67aa;
}

.container-product {
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding-top: 20px;
}

.flex-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.icon-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(13, 12, 34, 17%);
  border-radius: 25px;
  color: #0d0c22;
  font-size: 15px;
  padding: 8px 15px;
  background-color: transparent;
}

.flex-icon .icon-pro.active {
  background-color: rgba(13, 103, 170, 15%);
  border: 2px solid rgba(13, 103, 170, 68%);
}

.icon-pro .text-muted {
  color: #aaaab0;
  font-size: 13px;
}

.icon-pro .text-span {
  margin: 0 7px;
  font-weight: 600;
}

.flex-filter {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  width: 100%;
}

.flex-brand-type {
  display: flex;
  align-items: center;
  position: relative;
}

button {
  border: 0;
  background-color: transparent;
}

.btn-select {
  position: relative;
  margin-right: 2rem;
  font-weight: 600;
}

.btn-select:focus,
.btn-select:active,
.btn-select:visited {
  outline: none;
  border: 0;
  box-shadow: none;
}

.btn-select::before {
  content: '';
  position: absolute;
  background: url(../img/icon_filter/select_arrow_down.svg) no-repeat;
  width: 10px;
  height: 10px;
  right: -15px;
  top: 10px;
}

.btn-select.active::before {
  background: url(../img/icon_filter/select_arrow_up.svg) no-repeat;
}

.div-select {
  position: relative;
}

.dropdown-select {
  width: 375px;
  background-color: #ffffff;
  box-shadow: 0 3px 18px rgba(13, 12, 34, 10%);
  border-radius: 12px;
  position: absolute;
  z-index: 10;
  display: none;
  top: 35px;
}

.dropdown-select .form-check {
  padding: 15px 15px 0;
}

.search_icon {
  position: relative;
}

.search_icon .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search_icon .form-control {
  border-radius: 24px;
  background: #eeeeee;
  height: 48px;
  border-color: #eeeeee;
  padding-left: 25px;
}

.search_icon .form-control::placeholder {
  font-size: 14px;
  color: rgba(13, 12, 34, 30%);
}

.container-checkbox {
  max-height: 285px;
  overflow-y: auto;
  overflow-x: clip;
}

/* Create a custom checkbox */

/* The container-label */

.input-checkbox {
  margin: 0.5rem;
}

.container-label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(13, 12, 34, 61%);
  font-size: 15px;
}

/* Hide the browser's default checkbox */
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1.5px solid rgba(13, 12, 34, 51%);
}

/* When the checkbox is checked, add a blue background */
.container-label input:checked ~ .checkmark {
  background-color: #0d67aa;
  border-color: #0d67aa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
  left: 2px;
  top: 3.17px;
  width: 18px;
  height: 18px;
  background: url('../img/icon_filter/checkbox.svg') no-repeat;
}

.btns-fixed {
  box-shadow: 0 3px 18px rgba(13, 12, 34, 20%);
  display: flex;
  background-color: #ffffff;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.btns-fixed .btn {
  border-radius: 8px;
  height: 40px !important;
  font-size: 14px;
}

.btn-cancel {
  background-color: rgba(13, 12, 34, 10%);
}

.btn-cancel:hover {
  border: 1px solid rgba(13, 12, 34, 10%);
}

button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

/*------------*/
select.customSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-weight: 600;
}

.form-area .form-inner {
  width: 100%;
}

.form-group {
  position: relative;
}

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: rgba(13, 12, 34, 40%);
  top: 4px;
  left: 40px;
  font-size: 11px;
  font-weight: 500;
}

.form-group.focused select.form-control {
  padding-top: 21px;
}

.float-checkradio {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}

.float-checkradio.focused {
  padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.select2Part.focused
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 10px;
}

.select2Part .select2-container--default .select2-selection--single {
  border: 1px solid #f6f7f8;
  height: 50px;
  background: #f6f7f8;
  border-radius: 25px;
  width: 222px;
  position: relative;
}

.select2Part .select2-container--default .select2-selection--single::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 17px;
  background: url('../img/icon_filter/sort_icon.svg') no-repeat;
  width: 100%;
  height: 100%;
}

.select2Part
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 16px;
  color: #0d0c22;
  padding-top: 5px;
}

.select2Part
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.form-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 53px;
  right: 15px;
  transition: 240ms;
}

.select2Part
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(236 238 241);
  color: #4a494a;
}

.select2Part
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.form-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=')
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.select2Part
  .select2-container--default
  .select2-results__option[aria-selected='true'] {
  background-color: #5a8dee;
  color: #fff;
}

.select2Part .select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.select2Part
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 40px;
}

.select2Part
  .select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select2Part .select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}

.select2Part .select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2Part .select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
  border-radius: 0px;
  border: none;
  top: 0;
  border-radius: 6px;
  overflow: hidden;
}

.select2Part.w-100 > .select2-container {
  width: 100% !important;
}

.flex-sort {
  display: flex;
  align-items: center;
}

.flex-sort .btn {
  padding: 0;
  width: 25px;
  height: 25px;
}

.dividerCol {
  height: 27px;
  width: 1px;
  background: #eeeeee;
  margin: 0 20px;
}

.products-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.products-flow .card {
  width: 186px;
}

.product-view .card {
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}

.product-view .cart-img-offers-heart {
  position: unset;
}

.product-carousel.product-view .card-price {
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.product-view .cart-img {
  align-items: center;
  margin-top: 0;
}

.product-view .card-between-icon {
  position: unset;
  justify-content: end;
  height: auto;
  margin: 0;
}

.product-view .d-flex-card-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-carousel.product-view .card-title {
  height: auto;
  max-width: 80%;
}

.product-view .clickPlus {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.loadMoreView {
  display: none;
}

/* cart products side */
.flex-cart-product {
  display: flex;
  align-items: center;
}

.cart-product .card {
  border: 0;
  box-shadow: 0 3px 18px rgba(13, 12, 34, 10%);
  margin: 0 10px;
  max-width: 283px;
}

.cart-product .card-body {
  padding: 5px 10px 10px;
  display: flex;
  align-items: baseline;
}

.cart-product .card p {
  max-width: 90%;
  margin: 0;
}
.cart-product .card-price .price-product {
  font-weight: 700;
}

.cart-product .card-price,
.flex-total-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.card-price {
  display: flex;
  align-items: flex-end;
}

.cart-product .card-price .btn {
  color: #0d0c22;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
}

.cart-product .card-price p {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.cart-product .card-price p sup {
  font-size: 12px;
  padding-right: 5px;
}

.cart-product .card-title {
  font-size: 14px;
}

.cart-product .text-muted {
  font-size: 13px;
}

.card-body-position {
  position: relative;
}

.card-body-position.active::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #0d0c22;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.container-qty-del-sav {
  position: absolute;
  background: #ffffff;
  right: 0;
  display: none;
  align-items: center;
  padding: 5px 15px;
  height: 100%;
  top: 0;
  bottom: 0;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

.container-qty-del-sav > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-qty-del-sav .btn {
  padding: 0;
  width: 30px;
  height: 38px;
}

.qty-cart-side {
  background: #d5e2ef;
  border-radius: 7px;
  padding: 3px 5.5px;
  margin-left: 5px;
}

.qty-cart-side .btn-icon {
  color: #0d67aa;
}

.btn.bi-active .bi-bookmark::before {
  content: '\F199';
}

.container-qty-del-sav .btn-blue-light:hover {
  background-color: #d5e2ef;
  border-color: #d5e2ef;
}

.side-cart-details {
  text-align: center;
  width: 100%;
  background: #f5f7fa;
}

.side-cart-details .view-cart {
  padding: 11.5px 15px;
  background: #ffffff;
}

.side-cart-details .view-cart a {
  font-size: 14px;
  color: #073da6;
  transition: 0.05s;
}

.side-cart-details a:hover {
  font-weight: 700;
}

.btn.btn-proceed {
  border-radius: 26px;
  padding: 13px 8px;
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dce4f2;
  padding: 11.5px 15px;
  font-weight: 700;
}
.cart-subtotal p {
  margin: 0;
}
.cart-subtotal .subtotal {
  font-size: 22px;
  font-weight: 800;
}

.cart-subtotal sup {
  padding-right: 5px;
}

.img-cart {
  width: 69px;
  /* height: 73px; */
  margin: auto;
}
.img-cart img {
  max-width: 100%;
}

.btnCategoryLevel .btn {
  font-size: 15px;
  padding: 12.3px 23px;
}

/*  level 3 */

.title-level-3 h2 {
  color: #0d67aa;
  font-size: 40px;
  font-weight: 700;
}

.cart-img {
  position: relative;
}

.cart-img::before {
  transition: all 0.6s ease;
  opacity: 0;
}

.cart-img:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('../img/card_icon/eyePro.svg') no-repeat center;
  top: 30px;
  z-index: 1;
  opacity: 1;
}

.adsLevel {
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
}

.label-Featured {
  text-transform: uppercase;
  background: #e6e6e8;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  color: #0d0c22;
}

.card.card-featured {
  border: 3px solid #0d67aa;
}

.refine-title {
  font-size: 15px;
  margin-top: 2rem;
}

.flex-refine {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  grid-column-gap: 35px;
  grid-row-gap: 10px;
}

.div-refine {
  width: 100.97px;
  text-align: center;
  cursor: pointer;
}

.div-refine p {
  margin-top: 2rem;
  font-size: 16px;
  color: rgba(13, 12, 34, 50%);
}

.img-refine {
  width: 100%;
  height: 87.97px;
  position: relative;
}

.img-refine img {
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  filter: grayscale(1);
}

.div-refine.active .img-refine::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url('../img/refine/circle_checkbox.svg') no-repeat top right;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.div-refine.active .img-refine img {
  filter: none;
}

.div-refine.active p {
  font-weight: 600;
  color: #0d0c22;
}

.btn-load {
  background: rgba(13, 12, 34, 5%);
  border-radius: 10px;
  padding: 15px 10px;
}

.btn-load:hover {
  border: 2px solid rgba(13, 12, 34, 5%);
}

.product-flow .btn-load {
  margin-top: 2rem;
  font-size: 17px;
}

.card .out-of-stock {
  color: #fd4234;
  font-size: 14px;
}

.btn-choose {
  font-size: 15px;
  padding: 11px 10px;
  margin: 0 10px 10px;
  border-radius: 8px;
}

.quantity-not-available {
  background: rgba(254, 213, 48, 25%);
  margin-bottom: 10px;
  min-height: 235px;
}

.cart-side .quantity-not-available-text {
  font-size: 14px;
  color: #0d0c22;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* Modal Choose an alternative */
.modal-default .max-w-modal {
  max-width: 935px;
}

.modal-default .cart-product h3 {
  font-size: 27px;
  font-weight: 700;
}

.modal-default .cart-product p.subtext {
  font-size: 15px;
  color: rgba(13, 12, 34, 50%);
  margin-top: 1rem;
}

.modal-default .cart-product .card {
  margin: 0;
}

.max-h-modal {
  max-height: 835px;
  overflow-y: auto;
  overflow-x: clip;
}
.modal-body .cart-img {
  /* margin-top: 4rem; */
}

.selectors {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
  gap: 15px 10px;
}

.mgt-selector img,
a[data-zoom-id] img,
.mz-thumb img {
  width: 60px;
  max-height: 60px;
  padding: 5px;
  border-bottom: 0;
}

.MagicThumb,
.MagicThumb:hover,
.MagicZoom,
.mz-figure {
  max-height: 422px;
  height: 422px;
  max-width: 422px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.MagicZoom,
.mz-figure {
  height: auto;
}

.MagicThumb > img {
  max-width: 100%;
  width: unset !important;
}

.MagicThumb a span a {
  display: none !important;
}

.mgt-hint-message {
  background-color: transparent;
}

.mgt-hint-message:before {
  content: '';
  background: url('../img/card_icon/zoom_icon.svg') no-repeat;
  width: 100%;
  height: 58px;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
}

.mgt-selector,
a[data-zoom-id],
.mz-thumb {
  border: 1px solid rgba(13, 12, 34, 30%);
  border-radius: 13px;
  overflow: hidden;
  /* margin-right: 5px;
    padding: 5px; */
}

.mgt-selector:hover img {
  filter: none;
}

.mgt-selector.mgt-active,
.mz-thumb-selected.mz-thumb {
  border: 2px solid #707070;
}

.mgt-selector.mgt-active img {
  filter: none;
}

.pro-content {
  color: rgba(13, 12, 34, 50%);
  font-size: 13.1px;
  font-weight: 500;
}
.pro-content span{
  color: rgba(13, 12, 34, 50%);
}
.pro-content h3 {
  color: #0d0c22;
  font-weight: 700;
  font-size: 21px;
}

.pro-content h4 {
  font-size: 17px;
}

.pro-content label {
  color: #0d0c22;
  font-weight: 600;
}

.pro-content .titlePageLevel2 {
  grid-column-gap: 8px;
}

.pro-content .titlePageLevel a {
  font-size: 13.1px;
}

.btnAddCart {
  max-width: 281px;
  width: 281px;
}

.btnAddCart .btn-blue {
  border-radius: 12px;

  width: 100%;
  padding: 18px 10px;
}

.flex-pro-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.plus-minus-add-cart {
  display: none;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: rgba(13, 12, 34, 4%);
  overflow: hidden;
}

.plus-minus-add-cart span {
  width: 160px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #0d0c22;
}

.plus-minus-add-cart .btn-icon {
  padding: 0;
}

.MagicThumb-expanded,
.MagicThumb-expanded * {
  display: none;
}

/* product Details */
.productDetails {
  display: flex;
  align-items: center;
}

.productDetails .selectors {
  flex-direction: column;
  width: auto;
  justify-content: baseline;
  align-items: baseline;
}

.cart-active ~ span {
  color: #000 !important;
}

.d-flex-heart-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
}

.pro-details .flex-item.gap-10 span {
  color: #0d0c22;
  font-size: 15px;
  font-weight: 600;
}

.pro-details .flex-item a {
  color: #0d0c22;
  opacity: 0.5;
  border-bottom: 1px solid rgba(13, 12, 34, 20%);
}

.pro-details-content .divider {
  margin: 25px 0;
}


.divider {
  background: rgba(13, 12, 34, 10%);
  width: 100%;
  height: 1px;
  margin: 15px 0;
}

.pro-details h4 {
  margin-bottom: 0;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.flex-item {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.flex-item2 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
}

.label-before-checkbox-circle {
  font-size: 15px;
  font-weight: 500;
}

.pieces-section {
color: #0D0C22;
font-size: 14px;
font-weight: 600;
border: 1px solid #E2E2E2;
box-shadow: 0 8px 26px rgba(45 42 114 / 10%);
padding: 15px 10px;
border-radius: 11px;
max-width: 364px;
margin-bottom: 4rem;
}
.pieces-section h4 {
  color: #0D67AA;
  margin-right: 5px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
.pieces-section .flex-between {
  gap: 10px;
}


.pieces-section .icon_place {
  padding: 7px 16px;
}
.pt-20 {
  padding-top: 20px;
}

.gap-20 {
  gap: 20px !important;
}

.gap-10 {
  gap: 10px !important;
}

.price-item {
  color: #0d0c22;
  font-size: 18px;
  margin-bottom: 20px;
}

.price-item .offer-price p {
  background-color: #fed530;
  border-radius: 24px;
  min-width: 75;
  padding: 5px 12.5px;
  font-size: 14px;
  font-weight: 700;
}

.price-item .old-price {
  font-size: 14px;
  color: #707070;
}

.price-item p sup {
  font-weight: 800;
}

.tabs-description .nav-tabs {
  border-bottom: 2px solid rgba(13, 12, 34, 10%);
}

.tabs-description .nav-tabs .nav-item.show .nav-link,
.tabs-description .nav-tabs .nav-link.active,
.tabs-description .nav-tabs .nav-link:focus {
  color: #0d67aa;
  opacity: 1;
  border: 0;
  border-bottom: 2px solid #0d67aa;
}

.tabs-description .nav-link {
  color: rgba(13, 12, 34, 60%);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  margin-right: 50px;
  border: 0;
}

.tabs-description .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 2px solid;
  isolation: unset;
}

.tab-content .flex-baseline {
  margin-bottom: 15px;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin-bottom: 2rem;
}

.tabs-description .tab-title {
  font-weight: 700;
}

.tab-nutritive-value p {
  font-weight: 500;
  margin: 0;
}

.tab-nutritive-value .bg-gray p {
  font-size: 15px;
}

.tab-nutritive-value .first-col p {
  font-weight: 700;
  margin: 0;
}

.tab-nutritive-value .row-content {
  border-bottom: 1px solid rgba(13, 12, 34, 10%);
  padding: 20px 0;
  font-size: 17px;
}

.tab-reviews .btn {
  max-width: 342px;
}

.card-rating {
  background: #f1f5f8;
  padding: 30px 0 40px;
  border-radius: 16px;
  max-width: 342px;
  width: 342px;
}

.rating-info {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(13, 12, 34, 10%);
}

.rating-info h2 {
  font-weight: 800;
  font-size: 40px;
  padding: 0 20px;
}

.rating-info p {
  font-size: 15px;
  font-weight: 500;
}

.rating-list .flex-item {
  flex-wrap: nowrap;
  width: 100%;
  gap: 8px;
}

.rating-list .rating-list-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

.rating-list .progress {
  height: 9.12px;
  width: 100%;
}

.rating-list .progress-bar {
  background: #fec42d;
}

.rating-list h4 {
  font-size: 19px;
  margin: auto;
  line-height: 1;
  width: 18px;
  text-align: center;
}

.rating-list span {
  font-size: 14px;
  color: #868590;
  margin-left: 10px;
}

.num-rating {
  width: 70px;
  text-align: start;
}

.reviews-info-container {
  border-left: 1px solid rgba(13, 12, 34, 10%);
  height: 100%;
  min-height: 413px;
  max-width: 70%;
  width: 100%;
}

.reviews-info, .reviews-info-title {
  border-bottom: 1px solid rgba(13, 12, 34, 10%);
  min-height: 78px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.reviews-info h4 {
  font-size: 18px;
  font-weight: 700;
}

.reviews-info span {
  font-size: 14px;
  color: rgba(13, 12, 34, 50%);
}

.reviews-info p {
  font-weight: 400;
  color: #0d0c22;
  font-size: 14px;
}

/* shopping cart */

.shopping-cart-title h1 {
  font-size: 40px;
  font-weight: 500;
  color: #0d67aa;
}

.shopping-cart-title .save-bookmark {
  font-size: 14px;
}

.shopping-cart .qty-cart-side {
  max-width: 90px;
  margin: auto;
}

.shopping-cart .qty-cart-side .flex-item {
  justify-content: center;
}

.shopping-cart .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  border: 0;
  padding: 25px 10px;
  border-radius: 9px;
}

.shopping-cart .card p {
  font-size: 15px;
  height: auto;
}

.shopping-cart .titleItems {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.selectAll {
  font-size: 14px;
  color: #0d0c22;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 1rem;
}

.selectAll-container {
  background: rgba(13, 12, 34, 5%);
  border-radius: 10px;
  padding: 16px 10px;
  display: flex;
  align-items: center;
}

.shopping-cart .price-product {
  font-size: 22px;
  font-weight: 800;
}

.shopping-cart sup {
  font-weight: 700;
  margin-right: 5px;
  font-size: 14px;
}

.cart-item {
  margin-bottom: 20px;
}

.divider-top {
  border-top: 1px solid rgba(13, 12, 34, 10%);
  padding-bottom: 20px;
  padding-top: 20px;
}

.cart-item .flex-item {
  flex-wrap: wrap;
}

.cart-item .flex-item2 {
  flex-wrap: nowrap;
}

.cart-item .delete-item {
  height: 35px;
  width: 35px;
  padding: 0px;
}

.cart-item-category {
  margin-top: 10px;
  align-items: baseline;
}

.cart-item-category .header-cart {
  display: none;
}

.cart-item-category:first-child .header-cart {
  display: block;
}

.cartEmpty {
  display: none;
}

.cartEmpty p {
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
  font-size: 20px;
  opacity: 0.6;
}

.btn-blue-outline {
  border: 2px solid #0d67aa;
  border-radius: 26px;
  color: #0d67aa;
  min-width: 271px;
  padding: 12px 15px;
}

.btn-blue-outline:hover {
  background-color: #0d67aa;
  color: #ffffff;
}

.btn-blue-outline img {
  margin-right: 20px;
}

.btn-icon-delete {
  width: 33px;
  height: 33px;
  padding: 0;
}

.delete-cart {
  display: none;
  cursor: pointer;
}

.delete-cart:hover span {
  color: #0d67aa;
}

.delete-cart span {
  font-size: 14px;
}

/* recipes page */
.recipes-page .title-section {
  max-width: 100%;
  display: flex;
  align-items: center;
}

.title-section span {
  font-size: 14px;
  font-weight: 600;
  color: #0d0c22;
  opacity: 0.5;
  margin-top: 8px;
  margin-left: 12px;
}

.recipes-page .flex-item {
  grid-row-gap: 15px;
  position: relative;
}

/* recipes inside */

.recipes-inside-page .recipes-title-section {
  font-size: 23px;
}
.recipes-inside-page .subtitle-uppercase, .recipes-inside-page .recipes-details-content .title-section {
  text-align: center;
  max-width: 100%;
}
.section-ingredients .btn-blue-outline {
  min-width: auto;
}
.ingredients-list ul {
  padding-left: 1rem;
}
.ingredients-list li {
  font-weight: 500;
  margin-bottom: 5px;
}

.ingredients-list p {
  margin-bottom: 0;
}
.listNumber ol,
.listNumber ul {
  padding-left: 2.5rem;
}

.listNumber li {
  counter-increment: li;
  display: list-item;
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}

.listNumber li::before {
  content: counter(li);
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  color: #fff;
  background: #0d0c22;
  opacity: 0.5;
  left: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.listNumber li p {
  font-weight: 500;
}

.recipes_banner {
  max-height: 544px;
  overflow: hidden;
  border-radius: 15px;
}

.recipes-details-content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}

.recipes-details-content .recipes-info {
  margin-top: 10px;
}
.recipes-details-content .recipes-info p {
  width: 36px;
  height: 36px;
}

.recipes-details-content .title {
  color: #0d0c22;
  font-size: 30px;
  font-weight: 700;
}
.description-text {
  font-size: 16px;
  font-weight: 400;
}

.recipes-details-content .flex-item span {
  font-size: 13px;
  color: rgba(13, 12, 34, 50%);
}

.recipes-details-content .flex-item .write-rev span {
  opacity: 1;
  color: #0d67aa;
}
.recipes-lifestyle {
  gap: 1.5rem;
}
.recipes-lifestyle span{
  font-size: 15px;
}
.recipes-lifestyle > div {
  margin-bottom: 0;
}
.gap-60 {
  gap: 60px !important;
}

.gap-50 {
  gap: 50px !important;
}

.recipes-inside-page .plus-minus-add-cart {
  display: flex;
  width: 126px;
  max-width: 126px;
  border-radius: 6px;
}

.recipes-inside-page .plus-minus-add-cart .btn-icon {
  width: 42px;
  height: 42px;
}

.recipes-inside-page .btn-blue-outline {
  border-radius: 6px;
  padding: 7px 16px;
}

.recipes-inside-page .btn-blue {
  /* border-radius: 12px;
    padding: 18px 59px; */
  margin-left: 30px;
}

.div-checkbox-recipes {
  position: absolute;
  right: 10px;
}

.div-checkbox-item {
  position: relative;
  width: 23.65px;
  height: 23.65px;
}

.checkbox-recipes,
.checkbox-item {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  right: 0;
  cursor: pointer;
}

.checkbox-recipes-click,
.checkbox-item-click {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/card_icon/check_box_circle.svg') no-repeat;
  width: 36px;
  height: 36px;
}

.checkbox-item,
.checkbox-item-click {
  left: 0;
  right: unset;
}

.checkbox-item-click {
  background: url('../img/card_icon/check_box_circle_white.svg') no-repeat;
}

.checkbox-recipes:checked ~ .checkbox-recipes-click {
  background: url('../img/card_icon/check_box_circle_active.svg') no-repeat;
}

.checkbox-item:checked ~ .checkbox-item-click {
  background: url('../img/card_icon/check_box_circle_white_active.svg')
    no-repeat;
}

.pt-50 {
  padding-top: 50px;
}

.modal-dialog.addIngredientsToCart {
  max-width: 763.1px !important;
}

.addIngredientsToCart .modal-content-ingredients {
  padding: 0px 60px;
}

.addIngredientsToCart .card-between-icon {
  padding-bottom: 0;
  height: 40px;
}

.view-alternatives {
  height: 20px;
  margin: 0 10px 10px;
}

.view-alternatives a {
  font-size: 13px;
  color: #0d67aa;
}

.header-modal {
  font-size: 27px;
  font-weight: 700;
}

.price-addToCart {
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  padding: 10px 60px;
  position: relative;

}

.price-addToCart .btn {
  border-radius: 12px;
  padding: 18px 15px;
}

.price-addToCart p {
  font-size: 30px;
  font-weight: 800;
}

.price-addToCart p sup {
  font-size: 16px;
  font-weight: 700;
}

.modal-min-height .addIngredientsToCart .modal-content {
  min-height: 90vh;
}


.btn-close:focus {
  box-shadow: none;
}

.recipes-inside-page .btn-disabled,
.recipes-inside-page .btn-blue {
  border-radius: 12px;
  padding: 18px 10px;
  max-width: 281px;
  width: 100%;
}
.tabs-recipes .nav-link {
  text-align: start;
  max-width: 200px;
  width: 100%;
}

.table-nutrition {
  max-width: 60%;
}
.table.table-nutrition>:not(caption)>*>*{
  padding: 0.85rem 0.5rem;
}
.caption {
  font-size: 12px;
  font-weight: 500;
  color: #0D0C22;
  max-width: 857px;
  margin-top: 3rem;
}
.modal-reviews .card-rating{
  max-width: 100%;
  width: 100%;
  align-items: center;
}
.modal-reviews .rating-info {
  display: block;
  border-bottom: 0;
  text-align: center;
}
.modal-reviews .rating-info h2 {
  padding: 0 5px;
}
.modal-reviews .rating-info p {
  margin-top: 10px;
}
.modal-reviews .btn-blue-light {
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
width: 100%;
font-weight: 600;
}
.modal-reviews .reviews-info-container {
  border-left: 0;
  max-width: 100%;
}
.modal-reviews .reviews-info {
  min-height: auto;
}
.modal-review.modal-write-review .card{
max-width: 100%;
}
.modal-review .price-addToCart {
  text-align: center;
}
.modal-review.modal-write-review .btn {
  max-width: 100%;
}
.modal-recipes-card .distribution-recipes{
 font-size: 14px;
 font-weight: 500;
}
.modal-recipes-card .recipes-img{
max-height: 178px;
overflow: hidden;
}
.modal-recipes-card .card-title {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
}
.rate-recipes-text {
  font-size: 18px;
  text-align: center;
  margin: 2rem 0 1rem;
  font-weight: 500;
}
/* checkout */

.checkout-page {
  max-width: 785px;
}

.checkout-tracking {
  max-width: 720px;
  margin: auto;
  position: relative;
}

.tracking-title {
  color: #0d67aa;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.checkout-tracking .tracking {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: rgba(13, 12, 34, 30%);
  position: relative;
}

.checkout-tracking .tracking p {
  margin-top: 10px;
  max-width: 135px;
  margin: 10px auto;
}

.checkout-tracking .tracking.tracking-active {
  color: #0d0c22;
}

.checkout-tracking .tracking-dotted {
  margin-top: 15px;
}

.driver-now .checkout-tracking .tracking {
  width: unset;
}
.driver-now .checkout-tracking .tracking p {
  /* max-width: 200px; */
}
.img-tracking-01,
.img-tracking-02,
.img-tracking-03 {
  width: 58px;
  height: 58px;
  display: block;
  margin: auto;
}

.img-tracking-01 {
  background: url('../img/checkout/track_01_active.jpg') no-repeat;
}

.img-tracking-02 {
  background: url('../img/checkout/track_02.jpg') no-repeat;
}

.img-tracking-03 {
  background: url('../img/checkout/track_03.jpg') no-repeat;
}

.tracking-active .img-tracking-02 {
  background: url('../img/checkout/track_02_active.jpg') no-repeat;
}

.tracking-active .img-tracking-03 {
  background: url('../img/checkout/track_03_active.jpg') no-repeat;
}

.select-custom ~ .select2-container {
  width: 100% !important;
}
.form-radius.form .form-control {
  border-radius: 12px;
}
.form .form-control {
  border: 1px solid rgba(13, 12, 34, 30%);
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: 500;
}

.form .select2-container .select2-selection--single {
  border: 1px solid rgba(13, 12, 34, 30%);
  border-radius: 5px;
  height: 56px;
  display: flex;
  align-items: center;
  width: 100%;
}

.form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: unset;
}

.form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
.form .form-control::placeholder {
  color: #0d0c22;
  opacity: 0.5;
}

.form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  right: 15px;
}

.btn-rounded {
  border-radius: 26px;
}

.form .btn-blue, .tabContent .btn-blue {
  padding: 13px 10px;
  max-width: 271px;
  width: 100%;
}

.form .btn , .tabContent .btn{
  font-size: 18px;
}

.form .btn-blue-outline {
  padding: 11px 28px;
}
.checkout-page .icon_place {
  border: 0;
  width: 30%;
  padding: 0;
}
.checkout-page .icon_place_active {
background: transparent;
border: 0;
box-shadow: none;
}
.checkout-page .icon_place p {
  border-radius: 45px;
  padding: 2px;
  background: #F4F4F5;
  text-align: center;
  margin-top: 3px;
  font-weight: 600;
  color: rgba(13, 12, 34, 50%);
 
}
.checkout-page .icon_place_active p {
  background: #FFF9E8;
  color: #0D0C22;
  
}
.checkout-page .icon_place_section .flex-between {
  flex-wrap: nowrap;
}

.checkout-page .icon_place_01 {
  background: url(../img/icon/home_delivery.jpg) no-repeat center;
  opacity: .6;
}
.checkout-page .icon_place_active .icon_place_01 {
  background: url(../img/icon/home_delivery_active.jpg) no-repeat center;
  opacity: 1;
}

.checkout-page .icon_place_02 {
  background: url(../img/icon/office_delivery.jpg) no-repeat center;
}
.checkout-page .icon_place_active .icon_place_02 {
  background: url(../img/icon/office_delivery_active.jpg) no-repeat center;
}

.checkout-page .icon_place_03 {
  background: url(../img/icon/custom_delivery.jpg) no-repeat center;
}
.checkout-page .icon_place_active .icon_place_03 {
  background: url(../img/icon/custom_delivery_active.jpg) no-repeat center;
}
.icon_place_section .flex-between {
  flex-wrap: nowrap;
}

.icon_place {
  cursor: pointer;
  align-items: center;
  border: 1px solid #b5b5bc;
  padding: 7px 30px;
  border-radius: 9px;
}
.icon_place_active{
  background: #fed530;
  border: 0;
  border: 1px solid #fed530;
  box-shadow: 0 6px 18px rgba(13, 12, 34, 17%);
}

.icon_place_01,
.icon_place_02,
.icon_place_03 {
  height: 32px;
  display: block;
  margin: auto;
}

.icon_place_01 {
  background: url('../img/checkout/home01.svg') no-repeat center;
  width: 35px;
}

.icon_place_active .icon_place_01 {
  background: url('../img/checkout/home_active01.svg') no-repeat center;
}

.icon_place_02 {
  background: url('../img/checkout/office01.svg') no-repeat center;
  width: 31.01px;
}

.icon_place_active .icon_place_02 {
  background: url('../img/checkout/office_active02.svg') no-repeat center;
}

.icon_place_03 {
  background: url('../img/checkout/custom01.svg') no-repeat center;
  width: 25.63px;
}

.icon_place_active .icon_place_03 {
  background: url('../img/checkout/custom_active01.svg') no-repeat center;
}

.icon_place p {
  font-size: 14px;
  padding: 1px;
  margin: 0;
}

.tracking-between::before,
.tracking-between::after {
  content: '';
  position: absolute;
  top: 25px;
  width: 100%;
  max-width: 160px;
  height: 100%;
  display: block;
  background: url('../img/checkout/line_dotted.jpg') no-repeat;
  z-index: -1;
}

.tracking-between::before {
  right: 65%;
}

.tracking-between::after {
  left: 68%;
}
.tracking-line {
  top: 20%;
  position: absolute;
  left: 16.5%;
  background: url(../img/icon/line_delivery_now.jpg) no-repeat;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}
.delivery-methods .card-payment .card-title {
height: auto;
}
.delivery-price {
  background: #fff;
}
.delivery-price p {
  margin: 0;
}

.delivery-price > div {
  padding: 5px 15px 0;
}
.delivery-price > div p:last-child {
  font-size: 22px;
  font-weight: 600;
}

.delivery-price > div p sup {
  font-size: 12px;
  font-weight: 700;
}
.delivery-price .total-price {
  border-top: 1px solid #F0F0F2;
  margin: 10px 0;
  padding: 11px 15px;
}
.delivery-price .total-price p {
font-weight: 700;
}
.delivery-price .total-price p:last-child {
  font-weight: 800;
}

.addedAddress {
  display: none;
}

.address-title {
  display: none;
}
/* payment method */

.box-white {
  background-color: #fff;
  border: 1px solid #F1F1F2;
  border-radius: 7px;
  /* padding: 7px 21.5px; */
  cursor: pointer;
}

.select-amount-money {
  background: #F3F8FB;
  padding: 30px;
  max-width: 750.83px;
  margin: auto;
  margin-bottom: 2rem;
  display: none;
}
.select-amount-money .box-white {
  width: 66px;
  height: 42.22px;
  max-width: 66px;
  max-height: 42.22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-amount-money .flex-item {
  gap: 20px;
}
.select-amount-money .box-white p {
  color: #0D67AA;
  font-size: 20px;
  margin: 0;
}


.card-payment {
  border-radius: 12px;
  border-color: rgba(13, 12, 34, 20%);
  padding: 27px 25px;
  cursor: pointer;
}
.card-payment.disabled-card-payment {
  filter: grayscale(1);
  opacity: .4;
  /* pointer-events: none; */
}
.card-payment .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d67aa;
  margin-bottom: 10px;
  height: 46px;
  line-height: 26px;
}

.card-add-to-cart {
  background: #D5A74F;
  border-radius: 10px;
  min-height: 110px;
  padding: 15px;
  color: #fff;
}
.card-add-to-cart h4{
font-size: 18px;
text-transform: uppercase;
}
.img-circle img {
  border-radius: 50px;
}
.coupon-section .card-add-to-cart p {
  font-weight: 500;
  font-size: 14px;
}
.card-add-to-cart .checkbox-circle {
  width: auto;
}

.line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-payment .card-body {
  padding: 0;
}

.card-payment .card-body .card-text {
  font-size: 14px;
  color: rgba(13, 12, 34, 50%);
  height: 59px;
  line-height: 20px;
}

.card-payment-active {
  border: 3px solid #fec42d;
  box-shadow: 0 3px 6px rgba(45, 42, 114, 11%);
}

.coupon-section p {
  margin: 0;
  font-weight: 700;
  font-size: 18.5px;
}

.btn-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.btn-absolute .btn {
  font-size: 16px;
  color: #0d67aa;
  font-weight: 600;
}

.btn-absolute::before {
  content: '';
  width: 1px;
  height: 36px;
  position: absolute;
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  margin: auto;
}

.coupon-section.form .form-control {
  border-color: #e2e2e2;
}

.d-none-sidebar {
  display: none;
}

.grid_icon,
.list_icon {
  width: 18px;
  height: 18px;
  display: block;
}

.grid_icon {
  background: url('../img/icon_filter/grid_icon.svg') no-repeat;
}

.icon_active .grid_icon {
  background: url('../img/icon_filter/grid_icon_active.svg') no-repeat;
}

.list_icon {
  background: url('../img/icon_filter/list_icon.svg') no-repeat;
}

.icon_active .list_icon {
  background: url('../img/icon_filter/list_icon_active.svg') no-repeat;
}

.btn-view {
  border: 0;
}

/* Modal Write a Review */
.modal-review {
  max-width: 760px;
}

.modal-review h4 {
  font-size: 27px;
  font-weight: 700;
}

.modal-review .card {
  border: 0;
  border-radius: 9px;
  box-shadow: 0 1px 18px rgba(13, 12, 34, 8%);
  max-width: 271px;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2em;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  text-align: center;
  background-color: #f2f7fb;
  border-radius: 10px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: rgba(112, 112, 112, 30%);
  cursor: pointer;
}

.star-rating :checked ~ label {
  color: #fec42d;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #fc0;
}

.modal-review .form-control {
  min-height: 210.31px;
  position: relative;
  resize: none;
  font-size: 16px;
  padding: 15px;
  border-color: #b5b5bc;
  border-radius: 8px;
}

.modal-review .form-control::placeholder {
  color: rgba(13, 12, 34, 50%);
}

#the-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: rgba(13, 12, 34, 50%);
}

.modal-review .btn {
  max-width: 281px;
  width: 100%;
  padding: 16px 10px;
  border-radius: 12px;
  font-size: 18px;
}

/* Reorder */

.title-blue {
  font-size: 40px;
  color: #0d67aa;
  font-family: 'VAG Rounded Std';
  font-weight: 500;
}

.allCategories ul {
  list-style: none;
  padding-left: 0;
}

.allCategories .sidebar-item {
  color: #0d0c22;
}

.allCategories .d-flex-list {
  max-height: 100%;
}

.text-muted {
  font-size: 14px;
  color: rgba(13, 12, 34, 50%) !important;
  margin: 0;
}

.d-navigation-mob {
  display: none;
}
/* start new design d-navigation-mob */

.d-navigation-mob .dropdown-menu {
  position: relative !important;
  transform:unset !important;
  border: 0;
}
.d-navigation-mob .dropdown-toggle::after {
  background: url(../img/sidebar_icon/arrow_down.svg) no-repeat;
  content: '';
  height: 10px;
  width: 15px;
  right: 25px;
  top: 18px;
}
.d-navigation-mob .dropdown-toggle.show::after {
  background: url(../img/sidebar_icon/arrow_down_active.svg) no-repeat;
  height: 100%;
  width: 35px;
  right: 15px;
  top: 5px;
}

.d-navigation-mob p {
  font-weight: 600;
}

.d-navigation-mob .navbar-nav .nav-link {
  max-width: 85%;
}


/* end new design d-navigation-mob */

.d-navigation-desktop {
  display: inline-block;
}

/* My Account */

.sidebar {
  border-radius: 13px;
  border: 1px solid rgba(13, 12, 34, 20%);
  padding: 25px 35px 10px 35px;
}

.img-profile {
  width: 65px;
  height: 65px;
  text-align: center;
  margin: 0 auto 25px;
}

.img-profile img {
  background-color: rgba(13, 103, 170, 12%);
  border-radius: 100px;
}

.nav {
  list-style: none;
}

.sideLink {
  width: 100%;
  color: #0d0c22;
  display: block;
  margin: 5px;
}

.sideLink a,
.sidebar.open .sideLink a {
  color: #0d0c22;
  font-size: 15px;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 20px;
  padding: 10px 20px;
}

.sidebar h4 {
  font-size: 18px;
  font-weight: 700;
}

.sidebar .email {
  font-size: 14px;
  opacity: 0.5;
}

.sideLink .img-active {
  display: none;
}

.sideLink:hover,
.sideLink .active {
  background-color: #0d67aa;
  border-radius: 8px;
}

.sideLink:hover a,
.sideLink .active,
.sidebar.open .sideLink:hover a,
.sidebar.open .sideLink .active {
  color: #fff;
}

.sideLink:hover .img-active,
.sideLink .active .img-active {
  display: inline-block;
}

.sideLink:hover .img-noactive,
.sideLink .active .img-noactive {
  display: none;
}

.close-menu {
  display: none;
}

.title-section-account {
  font-size: 18px;
  font-weight: 700;
}

.form-account label {
  font-size: 17px;
  margin-bottom: 15px;
}

.form-account .form-control,
.form-account .select2-container .select2-selection--single {
  height: auto;
  padding: 12.5px;
  border-radius: 9px;
  border: 1px solid rgba(13, 12, 34, 30%);
  font-size: 17px;
  font-weight: 400;
}

.form-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.5;
}

.form-account .btn {
  padding: 12.5px;
}

.favorites .btn-view {
  padding: 0 5px;
}

.grid-style .col-item:first-child .flex-item {
  flex-direction: column;
}

.grid-style .card-body .row {
  justify-content: flex-end;
  grid-row-gap: 14px;
}

/* loyaityCard */
.loyaityCard {
  box-shadow: 0 0px 0px 0 #1a61ab, 0 0px 24px 0 #1a61ab;
  border-radius: 14px;
}

/* loyaityCard */

/* address start */

.rounded-pill {
  font-size: 18px;
  padding: 12px 35px !important;
  font-weight: 500 ;
}

.address-name {
  font-size: 15px !important;
  font-weight: 600;
}

.location {
  color: #707070 !important;
  font-size: 13px !important;
}

.Default {
  color: #1072bd;
  font-size: 14px !important;
  font-weight: 700;
}

.btn-edit {
  color: #0d67aa !important;
  padding: 7px 18.4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: #e6eff6 !important;
}

.check-img {
  padding: 5px;
}

.myAddresses hr {
  color: #c2c2c4;
  width: 100%;
}

.continerAddress {
  padding-left: 48px;
}

.borderactive {
  border: 2px solid #1ba7d4 !important;
}

.default-container {
  display: none;
}

.borderactive .default-container {
  display: flex;
}
.title-modal {
  color: #0d67aa !important;
}

/* address  end*/

/* shoping list */

.shoping-list .card {
  background-color: #f1f5f8 !important;
  border: none;
}
.shoping-list .title-section {
  max-width: 100%;
}
.modal-body.shoping-list .card .bg-white{
  margin: 0;
}
.modal-body.shoping-list .btn {
  min-width: 271px;
}
.justify-content-space-between {
  justify-content: space-between;
}

.shoping-list .card .bg-white {
  border-radius: 20px;
  width: 111px;
  height: 111px;
  margin: auto;
}
.shoping-list .card .bg-white img{
  border-radius: 20px;
}
.shoping-list h6 {
  color: #7F808D;
  font-weight: 500;
    font-size: 15px;
}
.myOrder .card h3 {
  font-size: 19px;
  margin-right: 10px;
  height: auto;
}

.shoping-list .card .item-date-order {
  font-size: 15px;
  color: #707070;
}
.myorder-item-num {
  margin-bottom: 1.5rem;
}
.shoping-list .card h4 {
  font-size: 19px;
  font-weight: 800;
}

.shoping-list .card h4 sup {
  font-size: 12px;
}
.shoping-list-page .card-title {
  height: auto;
  margin-bottom: 10px;
  font-size: 19px;
}
.form-create-new-list .modal-header {
  border-bottom: 0;
  font-weight: 600;
}
.form-create-new-list .form .form-control {
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  padding: 15px 20px;
}

.form-create-new-list .form .form-label {
  color: #1A61AB;
  font-size: 21px;
  font-weight: 600;
}
.modal-content {
  border: 0;
}

.form-create-new-list .form .btn-blue {
  max-width: 198px;
}

.form-create-new-list .modal-body,.form-create-new-list .modal-title  {
  padding: 20px 35px 0;
}
/* shoping list */

/* payment */

.paymnet .card {
  background-color: white !important;
  border: 1px solid #a6a6ae;
  border-radius: 10px;
  box-shadow: none;
  max-width: 369px !important;
  max-height: 222px !important;
  margin: auto;
}

.borderactive-payement {
  border: 2px solid #1ba7d4 !important;
}

.form-check-input:checked {
  background-color: black;
  border-color: black;
}

.form-check-input[type='radio']:checked:after {
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-color: black !important;
  background-color: black !important;
  transition: border-color;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.form-check-input:checked {
  border-color: black !important;
}

.cardInfo span {
  font-size: 13px !important;
  font-family: 'Poppins' !important;
  color: #707070 !important;
}

.cardInfo h2 {
  font-size: 16px !important;
}

.addCart button {
  background-color: #f1f5f8 !important;
  border-radius: 50%;
  padding: 11.5px 18px;
}

.addCart h5 {
  font-size: 18px !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.105);
}

/* payment */

/* orderPlaced */
.bg-smile {
  background-image: url('../img/Orderplaced-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  
}

.orderPlaced h1 {
  font-size: 39px !important;
  font-weight: bold !important;
  color: #0d67aa !important;
}

.orderPlaced p {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0000005e !important;
  max-width: 559px;
  margin: auto;
}

.orderPlaced .link {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1072bd !important;
}

.orderPlaced .link:hover {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1072bd !important;
}

.orderPlaced .btn-default {
  width: 271px !important;
}

/* orderPlaced */

/* rate */
.rate {
  overflow-x: clip;
}

.rate h1 {
  font-size: 39px !important;
  font-weight: bold !important;
  color: #0d67aa !important;
}

.continerrate {
  background-color: #e6f0f8 !important;
  max-width: 581px !important;
  margin: auto;
  border-radius: 15px;
  font-family: 'Poppins' !important;
}

.continerrate h2 {
  font-size: 29px !important;
  font-weight: 600 !important;
}

.continerrate h4,  .continerrate p{
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #787d8c !important;
}

.btn-lightblue {
  background-color: #c5dbec !important;
  border: none;
}

.carousel-item p {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.rating-icon {
  width: 82px;
  height: 82px;
  margin: auto;
  background-color: rgba(13, 103, 170, 15%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rate .carousel-item a:hover {
  background-color: #0d67aa !important;
}

.rate-active {
  background-color: #0d67aa !important;
  border: none;
}
.rate-owl-carousel .owl-item img {
  width: unset;
}
.rate-owl-carousel .flex-item {
  flex-wrap: nowrap;
  gap: 15px;
}
.rate .owl-theme .owl-dots .owl-dot.active span {
  background-color: #0d67aa !important;
  border-radius: 4px !important;
  width: 16px !important;
  height: 6px !important;
  opacity: 1 !important;
}

.rate .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;

  transition: opacity 0.2s ease;
  border-radius: 50%;
}

/* rate/ */

/* Delivery date and time */

.day-box,
.time-box {
  width: 103px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid rgba(13, 12, 34, 5%);
  box-shadow: 0 3px 6px #ececf2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.time-box {
  width: 113px;
}
.day-box p,
.time-box p {
  margin-bottom: 0;
  color: #0d67aa;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.time-box p {
  font-size: 20px;
  line-height: 1.2;
}
.day-box p:first-child {
  font-size: 12px;
  color: #0d0c22;
  margin-bottom: 15px;
}

.box-active {
  background: #fed530;
  border: 2px solid #fec42d;
}
.box-disabled {
  background: #dedee2;
}
.box-disabled p {
  color: rgba(13, 12, 34, 30%) !important;
}
.date-time {
  white-space: nowrap;
}

.text-blue {
  color: #0d67aa;
  font-size: 20px;
}
.w-mor-eve {
  width: 125px;
}

.grid-time {
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: center;
  gap: 23px;
}

h1.title {
  font-size: 60px;
  color: #0d67aa;
  padding-left: 20px;
  font-weight: 500;
}

.sub-title {
  font-size: 23px;
  color: #0d0c22;
  text-align: start;
  font-weight: 700;
}

.smiley-bg-img {
  background: url(../img/smiley-background.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  min-height: 261px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  width: 100%;
}

.section-store-locator {
  background-color: #fff;
  padding: 30px 20px 20px;
  position: absolute;
  z-index: 1;
  margin: 2rem;
  border-radius: 13px;
  max-width: 410px;
  width: 100%;
  min-height: 724px;
}

.section-store-locator .form-control {
  border-radius: 50px;
  padding: 12.5px 15px;
}
.section-store-locator p {
  font-weight: 500 !important;
  font-size: 17px !important;
}
.locator-style {
  padding: 15px 0;
  border-top: 1px solid #E6E6E8;
}
.locator-style .flex-item {
  gap: 15px;
}
.locator-style p {
  font-weight: 600 !important;
  margin-bottom: 15px;
  font-size: 15px !important;
}
.locator-style span {
  color: #1072BD;
  font-weight: 400;
}
.mt-60 {
  margin-top: 60px;
}

.help-accordion .accordion-item {
  margin-top: 10px;
  border:0;
}

.help-accordion .accordion-item h2 button {
  font-size: 16px;
  color: #0d0c22;
  border-radius: 10px 10px 0 0;
  padding: 25px 1.5rem;
  font-weight: 600;
  box-shadow: none;
 
}
.accordion-button.collapsed {
  border-radius: 9px !important;
}
.help-accordion .accordion-body p {
  font-size: 15px;
  color: #0d0c22;
  font-weight: 400;
}
.help-accordion .accordion-body {
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 25px 1.5rem;
  border-radius:0 0 10px 10px ;
}

.help-accordion .accordion-button {
  background-color: #f1f5f8;
}

.accordion-button.collapsed::after {
  background: url(../img/accordion-open.png) no-repeat;
  transform: scale(0.9) !important;
}

.accordion-button:not(.collapsed)::after {
  background: url(../img/accordion-close.png) no-repeat;
  transform: scale(0.9) !important;
  margin-bottom: -15px;
}

.help-accordion .accordion-button:focus {
  box-shadow: none !important;
}

.security-Privacy p {
  font-size: 16px;
  color: #0d0c22;
  text-align: start;
  font-weight: 400;
}

.security-Privacy p span {
  display: block;
}

#map-canvas {
  height: 783px;
}
canvas[resize] {
  width: 100%;
  height: 100%;
}
.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  bacground-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-size: 13px;
  font-weight: 300;
}


/* start my Order page */

.myOrder .card, .myRecipes .card {
  background-color: unset !important;
  box-shadow: 0px 0px 45px rgb(230 230 230 / 54%);
  border-radius: 15px;
}
.myOrder .in-Progress,
.myOrder .delivered {
  padding: 8px 15px;
  background: #f3f3f4;
  border-radius: 30px;
  color: #868691;
  font-weight: 600;
  font-size: 14px;
}
.myOrder .delivered {
  color: #21d386;
  background: #e8fbf3;
}

.myOrder .card .bg-white {
  padding: 1.5px 0px;
  border: 1px solid #e6e6e8;
  max-width: 111px;
  max-height: 111px;
  width: auto;
  height: auto;
}
.order-sideLink {
  margin: 0;
  margin-bottom: 1px;
}
.btn.reorder-btn {
  border-radius: 30px;
  font-weight: 600;
  color: #0d67aa !important;
  background-color: #e6eff6;
  max-width: 92px;
  padding: 7px;
  font-size: 15px;
}
.reorder-grid {
  grid-column-gap: 5%;
}

.card-border {
  border-radius: 11px !important;
  border: 1px solid #E2E2E2 !important;
  margin-top: 10px;
  box-shadow: 0px 8px 26px rgb(45 42 114 / 10%) !important;
}
.section-reorder {
  display: none;
}
.myOrder .section-reorder .text-gray {
  max-width: 256px;
  margin: 0;
}

.text-gray {
font-size: 13px;
font-weight: 400;
color: #868590;
}

.payment_reorder_style p {
font-size: 15px;
font-weight: 500;
margin: 0;
}
.order-details, .total-amount {
  padding: 0 var(--bs-card-spacer-x);
}
.order-details > div p:first-child {
  width: 35px;
}
.order-details > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E2E2E2;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.total-amount p {
  margin: 0;
}
.total-amount p:first-child {
  font-size: 15px;
  font-weight: 800;
}
.price-reorder {
  font-size: 20px;
  font-weight: 800
}
.price-reorder sup {
  font-size: 12px;
  font-weight: 600;
}
/* end my Order page */
.shoping-list .btn-light {
  background: #e6eff6;
  color: #000;
  border-radius: 30px;
  font-weight: 700;
  min-width: 113px;
}
.shoping-list .btn-blue {
  min-width: 201px;
}
.shoping-list .modal-header {
  border: 0;
}
.shoping-list .modal-header .btn-close {
  position: absolute;
  right: -30px;
  top: 10px;
  background: transparent url(../img/close_modal.svg) no-repeat;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.modal-footer {
  border: 0;
  justify-content: unset;
}
.modal-footer .btn-blue-outline {
  min-width: 126px;
}
h1.modal-title {
  font-size: 27px;
  font-weight: 700;
}
.shoping-list .modal-header {
  padding: 15px 30px;
}
.shoping-list .modal-body {
  padding: 15px 30px;
}
.shoping-list .modal-body .form-label {
  font-size: 21px;
  color: #0d67aa;
  margin-bottom: 5px;
}
.shoping-list .modal-body .form-control {
  border: 1px solid #c6cbdd;
}

.btn-primary.back-list {
  padding: 3px 7px 3.7px 7px !important;
  border-radius: 50%;
  background-color: #0d67aa;
  border: #0d67aa;
  margin-right: 15px;
}
.new-list {
  background-color: #f1f5f8 !important;
  border: none !important;
  padding: 35px 15px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}
.new-list p{
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.Recipes-list .recipes-info{
  font-size: 11px;
}
.Recipes-list .recipes-info p{
  height: 35px;
  width: 35px;
  font-size: 13px;
}
.Recipes-list .card h5{
  font-size: 17px !important;
}
.Recipes-list .recipes-card img{
  min-height: unset;
}
.Recipes-list .recipes-img{
  height: unset;
}
.store-locator .content{
  width: 100%;
}
.checkbox-circle {
  max-width: 340.98px;
  width: 100%;
  margin-left: 10px;
  flex-wrap: nowrap;
}
.checkbox-circle .form-check-input{
  padding: 11px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 0;
}
.checkbox-circle .form-check-input:checked{
  background-color: #0D67AA;
  border-color: #0D67AA !important;

}

.checkbox-circle.checked_blue .form-check-input:checked {
  background-color: #fff;
  border-color: #fff !important;
}

.checkbox-circle.checked_blue .form-check-input:checked[type=checkbox] {
  background: url(../img/icon/checked_blue.jpg) no-repeat center;
}
.add-on p{
  font-size: 18px;
  font-weight: 700;
  color: #0D0C22;
  margin: 0;
} 
.add-on span {
  font-weight: 600;
}
/* .grid-item{
  display: grid;
  grid-template-columns: 26% 73% 0%;
  align-items: center;
} */

.flex-filter.favariote-filter{
  margin-top: 0;
}
.all-recipes-page-list{
  display: none;
}

.container-list-grid-view .product-carousel{
  border-bottom: 1px solid rgba(13, 12, 34, 10%);
  padding: 0 0px 30px;
}
.container-list-grid-view:last-child .product-carousel{
  border-bottom: 0;
}
.list-grid-view {
  display: none;
}
.container-list-grid-view:first-child .list-grid-view {
  display: flex;
  justify-content: end;
}
.title-list-grid-view {
  padding: 30px 0;
}
.container-list-grid-view:first-child .title-list-grid-view {
padding-top: 0px;
}
.favorites .plus-minus::before {
background: unset;
}
.favorites .product-flow.product-carousel .item {
  max-width: 200px;
}
.letters-style {
  font-size: 49px;
  color: #FED530;
  font-weight: 700;
  margin: 0;
}
.discover_our_brands{
  margin-top: 3rem;
}
.discover_our_brands .owl-item {
  max-width: 180px !important;
  max-height: 180px !important;
  width: 100% !important;
  height: 100%;
  margin: auto;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
.discover_our_brands .item img {
  width: unset;
}
.owl-carousel.discover_our_brands .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel.discover_our_brands .owl-nav span{
display: none;
}
.owl-carousel.discover_our_brands .owl-prev::before,
.owl-carousel.discover_our_brands .owl-next::before {
content: '';
position: absolute;
top: 30%;
bottom: 0;
width: 34px;
height: 34px;
}
.owl-carousel.discover_our_brands .owl-prev::before {
  background: url(../img/icon/discover_arrow-left.jpg) no-repeat;
  left: 0;
}
.owl-carousel.discover_our_brands .owl-next::before {
  background: url(../img/icon/discover_arrow-right.jpg) no-repeat;
  right: 0;
}
.viewAds {
  display: none;
}



