@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
/* Constant styles  */
@font-face {
  font-family: mainfont;
  src: url(../fonts/29ltbukraregular.ttf);
}
@font-face {
  font-family: lightfont;
  src: url(../fonts/29ltbukralight.ttf);
}
@font-face {
  font-family: boldfont;
  src: url(../fonts/29ltbukrabold.ttf);
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "El Messiri", sans-serif;
  direction: ltr;
}

body {
  font-family: "El Messiri", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #ff7f0c;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #ff7f0c;
  border-radius: 10px;
}
.btn-style:hover {
  color: #ff7f0c;
  background-color: #fff;
  border-color: #fff;
  border-color: #ff7f0c;
}

.btn-style-rounded {
  background-color: #ff7f0c;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #ff7f0c;
}
.btn-style-rounded:hover {
  color: #ff7f0c;
  background-color: #fff;
  border-color: #fff;
}

.card_img {
  height: 100vh;
  position: relative;
}
.card_img .img_parent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card_img .img_parent img,
.card_img .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
  text-align: center;
}
.section_header h5 {
  font-size: 2rem;
}

.splashscreen-none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

/* menu icon */
.menu_icon {
  left: 0;
  width: 45px;
  height: 45px;
  background-color: #ff7f0c;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9;
  display: none;
  align-items: center;
  /* Icon 1 */
}
.menu_icon #nav-icon1,
.menu_icon #nav-icon2,
.menu_icon #nav-icon3,
.menu_icon #nav-icon4 {
  width: 1.6rem;
  height: 0.7rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu_icon #nav-icon1 span,
.menu_icon #nav-icon3 span,
.menu_icon #nav-icon4 span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
}
.menu_icon #nav-icon1 span:nth-child(1) {
  top: 0px;
}
.menu_icon #nav-icon1 span:nth-child(2) {
  top: 8px;
  right: unset;
  left: 0;
}
.menu_icon #nav-icon1.open span:nth-child(1) {
  top: 5px;
  transform: rotate(-135deg);
  width: 100%;
}
.menu_icon #nav-icon1.open span:nth-child(2) {
  top: 5.5px;
  transform: rotate(135deg);
}

.side-active,
.modal-active {
  height: 100vh;
  overflow: hidden;
}
.side-active .bg-side-open,
.modal-active .bg-side-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 4;
}

.splach {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #ff7f0c;
}
.splach .splach_behind {
  width: 100%;
  height: 100%;
  background-color: #4ab66b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splach .splach_behind img {
  width: 150px;
}

/* side_nav */
.side-nav {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  margin: auto;
  position: fixed;
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 100px;
  left: -100%;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow: auto;
}
.side-nav .side-wrapper {
  height: 50vh;
}
.side-nav .close-nav {
  position: absolute;
  top: 10px;
  left: 10px;
}
.side-nav .logo {
  text-align: center;
  margin-bottom: 30px;
}
.side-nav .side-links {
  overflow: auto;
  margin-top: 10px;
}
.side-nav .side-links ul {
  height: 100%;
}
.side-nav .side-links ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-nav .side-links ul li a {
  color: #000;
  display: block;
  padding: 10px 5px;
  font-size: 1rem;
}
.side-nav .side-links ul li.active {
  background-color: #ff7f0c;
}
.side-nav .side-links ul li.active a {
  color: #fff;
}
.side-nav .side-links ul .login-item a {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
}
.side-nav .side-links ul .signup-item a {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #ff7f0c;
}
.side-nav .option {
  margin-top: 20px;
}
.side-nav .option li {
  margin-top: 10px;
}
.side-nav .option li a {
  padding: 10px 5px;
  color: #fff;
  border: 1px solid #ff7f0c;
}
.side-nav .person-info {
  text-align: center;
}
.side-nav .person-info .card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.side-nav .person-info .card-img img {
  border-radius: 50%;
}
.side-nav .person-info a {
  margin: 10px;
}
.side-nav .accordion-item {
  padding: 0;
  border: 0;
}
.side-nav .accordion-item .accordion-headr {
  cursor: pointer !important;
}
.side-nav .accordion-item .accordion-button {
  padding: 0;
  color: #000;
  padding: 10px 5px;
  font-size: 1rem;
  cursor: pointer;
}
.side-nav .accordion-item .accordion-button label,
.side-nav .accordion-item .accordion-button input {
  cursor: pointer !important;
}
.side-nav .accordion-item .accordion-button label {
  font-size: 1.2rem;
}
.side-nav .accordion-item .accordion-body {
  padding: 0 10px;
}
.side-nav .accordion-item .accordion-body li {
  border-bottom: 0;
  margin-bottom: 0;
}
.side-nav .accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #000;
  border-color: transparent !important;
}
.side-nav .accordion-button:focus {
  border: 0;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #000;
  border-color: transparent !important;
}

.side-nav-open {
  left: 0;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ff7f0c;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.mm-counter {
  float: right;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  border: 2px solid var(--mm-color-icon);
  border-top: none;
  border-right: none;
}

.pd-50 {
  padding: 0 150px;
}

@media (min-width: 2000px) {
  .pd-50 {
    padding: 0 350px;
  }
}
@media (max-width: 1600px) {
  .pd-50 {
    padding: 0 50px;
  }
}
@media (max-width: 1370px) {
  .pd-50 {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .pd-50 {
    padding: 0 20px;
  }
}
/* ================================================================ */
.top_header {
  padding: 15px 0;
  border: 1px solid #eee;
}
.top_header .lang_select img {
  width: 30px;
}
.top_header .lang_select .dropdown {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.top_header .lang_select .dropdown .btn {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.top_header .lang_select .dropdown .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.top_header .lang_select .dropdown-menu {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.top_header .lang_select .dropdown-toggle::after {
  content: "\f107";
  color: #000;
  position: absolute;
  border: 0;
  top: 0;
}
.top_header .user_option {
  margin-left: 50px;
}
.top_header .user_option img {
  width: 20px;
}
.top_header .user_option .dropdown {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.top_header .user_option .dropdown .btn {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.top_header .user_option .dropdown .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.top_header .support {
  margin-right: 60px;
}
.top_header .support a,
.top_header .support i,
.top_header .support span {
  color: #000;
  font-size: 0.9rem;
}
.top_header .support a {
  margin-right: 15px;
}
.top_header .social li {
  margin-right: 4px;
}

.custom_navbar {
  padding: 33px 0 22px 0;
}
.custom_navbar .logo img {
  width: 120px;
}
.custom_navbar .search .input-group {
  background-color: #f0f0f0;
  height: 55px;
  border: 0;
}
.custom_navbar .search .input-group .form-control {
  border: 0;
}
.custom_navbar .search .input-group-text {
  background-color: #ff7f0c;
  border: 0;
}
.custom_navbar .bill_cart li:first-child i {
  color: #bbbbbb;
  font-size: 2rem;
  margin-right: 25px;
}
.custom_navbar .bill_cart li:last-child {
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.custom_navbar .bill_cart li:last-child i {
  color: #000;
  font-size: 1.5rem;
}

.custom_navbar_links {
  margin-bottom: 45px;
}
.custom_navbar_links li a {
  font-size: 1.1rem;
  color: #000;
  margin: 0 20px;
}
.custom_navbar_links li.active a {
  background-color: #ff7f0c;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

.header_slider {
  margin-bottom: 70px;
}
.header_slider .card_img {
  height: 50vh;
}
.header_slider .slick-arrow.slick-prev, .header_slider .slick-arrow.slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #21c2ea;
  z-index: 3;
}
.header_slider .slick-arrow.slick-next {
  right: 0;
}
.header_slider .slick-arrow.slick-prev {
  left: 0;
}
.header_slider .slick-arrow.slick-prev::before {
  content: "\f104";
}
.header_slider .slick-arrow.slick-next::before {
  content: "\f105";
}

.dep_card {
  background-color: #fff2e5;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 15px;
}
.dep_card h5 {
  font-size: 1.1rem;
  margin-top: 15px;
}
.dep_card .card_icon {
  height: 80px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_products {
  margin-top: 88px;
}
.list_products .btn_more {
  background-color: #21c2ea;
  border: 0;
  padding: 10px 30px;
  border: 0;
  margin: auto;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.list_products .btn_more span {
  display: block;
  margin: auto;
}

.list_pr_card {
  background-color: #f5f5f5;
  padding: 22px;
  border-radius: 6px;
  margin-bottom: 50px;
}
.list_pr_card .card_icon {
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
}
.list_pr_card .card_icon .fav {
  position: absolute;
  top: 20px;
  right: 20px;
}
.list_pr_card .card_body h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 13px;
}
.list_pr_card .card_body h5 span {
  color: #8e8e8e;
  font-size: 0.9rem;
}
.list_pr_card .card_body .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_pr_card .card_body .price span {
  font-size: 1.4rem;
}
.list_pr_card .card_body .price a {
  background-color: #ff7f0c;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
}
.list_pr_card .card_body .price a span {
  font-size: 0.9rem;
}
.list_pr_card .card_body .price a i {
  margin-right: 5px;
}

.my_backet_card {
  background-color: #fff8e4;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
  border-radius: 10px;
  min-height: 350px;
}
.my_backet_card .bsk_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.my_backet_card h5 {
  font-size: 1.4rem;
}
.my_backet_card a {
  background-color: #ff7f0c;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.my_backet_card a span {
  font-size: 0.9rem;
}
.my_backet_card.my_backet_card_color {
  background-color: #e5faff;
}

.sendig_backet_tabs {
  padding: 70px 0;
}
.sendig_backet_tabs .navs_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 60px;
}
.sendig_backet_tabs .navs_wrapper .nav-item .nav-link {
  padding: 16px 56px;
  background-color: #f5f5f5;
  border-radius: 15px;
  color: #a4a4a4;
  font-size: 1.2rem;
  margin: 0 15px;
}
.sendig_backet_tabs .navs_wrapper .nav-item .nav-link.active {
  color: #ff7f0c;
}

.tab_content_card {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}
.tab_content_card .cont {
  margin-left: 20px;
}
.tab_content_card .cont h5,
.tab_content_card .cont p {
  margin: 0;
}
.tab_content_card .cont h5 {
  font-size: 1.1rem;
  margin-bottom: 3px;
}
.tab_content_card .cont p {
  color: #707070;
  font-size: 0.9rem;
}
.tab_content_card .card_status {
  background-color: #21c2ea;
  border-radius: 30px;
  color: #fff;
  padding: 8px 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.tab_content_card .card_status h5 {
  margin: 0;
}

.product_details_page {
  padding: 70px 0;
}
.product_details_page .product_img {
  border: 1px solid rgba(112, 112, 112, 0.4);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border-radius: 10px;
  min-height: 465px;
  padding: 25px;
}
.product_details_page .product_img .heart {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product_details_page .product_img .heart i {
  font-size: 2rem;
}
.product_details_page .product_img .type {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 127, 12, 0.3);
  color: #ff7f0c;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 1.2rem;
}
.product_details_page .product_details .product_price,
.product_details_page .product_details .product_desc {
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}
.product_details_page .product_details .product_desc h5 {
  font-size: 1.8rem;
}
.product_details_page .product_details .product_desc h5 span {
  color: #707070;
}
.product_details_page .product_details .product_desc p {
  font-size: 1rem;
  margin-top: 15px;
}
.product_details_page .product_details .product_price h5 {
  font-size: 1.8rem;
  color: #21c2ea;
}
.product_details_page .product_details .product_price h5 span {
  font-size: 1.2rem;
  text-decoration: line-through;
  color: #bfbfbf;
}
.product_details_page .product_details .product_price a {
  background-color: #ff7f0c;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.product_details_page .product_details .product_price a span {
  font-size: 0.9rem;
}
.product_details_page .product_details .product_price .increase_btn {
  margin-top: 30px;
}

.increase_decrease_btn form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 6px;
  width: 190px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: 50px;
}
.increase_decrease_btn form .form-group .numbutton {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 0;
  color: #ff7f0c;
  font-size: 1.5rem;
  padding-top: 3px;
}
.increase_decrease_btn form .form-group .numinput {
  width: 30px;
  text-align: center;
  padding: 5px;
  border: 0;
  font-size: 1.3rem;
}

.cart_page {
  padding: 70px 0;
}
.cart_page .cart_page_bascket {
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}
.cart_page .cart_page_bascket .cart_page_bascket_product {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.cart_page .cart_page_bascket .section_header {
  text-align: left;
  font-size: 1.1rem;
  margin-top: 0;
}
.cart_page .cart_page_bascket .wrap_1 {
  position: relative;
  width: 100%;
}
.cart_page .cart_page_bascket .wrap_1 .trash {
  position: absolute;
  top: 0;
  right: 20px;
}
.cart_page .cart_page_bascket .card_body {
  width: 100%;
}
.cart_page .cart_page_bascket .card_body i {
  color: red;
  font-size: 1.2rem;
}
.cart_page .cart_page_bascket .card_icon {
  background-color: #f5f5f5;
  border-radius: 5px;
  text-align: center;
  height: 125px;
  width: 190px;
  flex: none;
  margin-bottom: 17px;
  margin-right: 20px;
  position: relative;
}
.cart_page .cart_page_bascket .card_icon .item_number {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff7f0c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_page .cart_page_bascket .card_icon img {
  width: 100px;
  margin: auto;
}
.cart_page .cart_page_bascket .card_title h5 {
  font-size: 1.4rem;
}
.cart_page .cart_page_bascket .card_title h5 span {
  color: #707070;
}
.cart_page .cart_page_bascket .card_title p {
  color: #21c2ea;
}
.cart_page .cart_page_bascket .total_price {
  margin-left: 20px;
}
.cart_page .cart_page_bascket .total_price p {
  color: #21c2ea;
}
.cart_page .order_summerize {
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 10px;
  padding: 25px;
  padding-top: 0;
  margin-bottom: 20px;
}
.cart_page .order_summerize .section_header {
  text-align: left;
}
.cart_page .order_summerize .section_header h5 {
  font-size: 1.2rem;
}
.cart_page .order_summerize li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart_page .order_summerize li span {
  font-size: 1rem;
}
.cart_page .order_summerize li hr {
  height: 1px;
  width: 100%;
  background-color: red;
}
.cart_page .order_complete {
  background-color: #ff7f0c;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
  margin-top: 200px;
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 120px;
}
.cart_page .choose_form .form-group {
  margin-bottom: 20px;
}
.cart_page .choose_form .form-group label {
  font-size: 1rem;
  color: #707070;
}
.cart_page .choose_form .btn_submit {
  text-align: center;
  margin-top: 30px;
}
.cart_page .choose_form .btn_submit button {
  background-color: #ff7f0c;
  color: #fff;
  padding: 12px;
  border: 0;
  width: 300px;
  border-radius: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  max-width: 100%;
}

#choosewhatneed .modal-dialog,
#choosewhatneed2 .modal-dialog,
.familymembermodel .modal-dialog,
#choosewhatneed3 .modal-dialog,
#choosewhatneed4 .modal-dialog {
  width: 1286px;
  max-width: 95%;
  margin: auto;
}
#choosewhatneed .modal-dialog .modal-content,
#choosewhatneed2 .modal-dialog .modal-content,
.familymembermodel .modal-dialog .modal-content,
#choosewhatneed3 .modal-dialog .modal-content,
#choosewhatneed4 .modal-dialog .modal-content {
  padding: 55px;
  border-radius: 20px;
  border: 0;
}
#choosewhatneed .modal-dialog .modal-body h5,
#choosewhatneed2 .modal-dialog .modal-body h5,
.familymembermodel .modal-dialog .modal-body h5,
#choosewhatneed3 .modal-dialog .modal-body h5,
#choosewhatneed4 .modal-dialog .modal-body h5 {
  text-align: center;
  color: #21c2ea;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
#choosewhatneed .modal-dialog .modal-body .form-group,
#choosewhatneed2 .modal-dialog .modal-body .form-group,
.familymembermodel .modal-dialog .modal-body .form-group,
#choosewhatneed3 .modal-dialog .modal-body .form-group,
#choosewhatneed4 .modal-dialog .modal-body .form-group {
  margin-bottom: 20px;
}
#choosewhatneed .modal-dialog .modal-body .form-group label,
#choosewhatneed2 .modal-dialog .modal-body .form-group label,
.familymembermodel .modal-dialog .modal-body .form-group label,
#choosewhatneed3 .modal-dialog .modal-body .form-group label,
#choosewhatneed4 .modal-dialog .modal-body .form-group label {
  font-size: 1.2rem;
  color: #707070;
}
#choosewhatneed .modal-dialog .modal-body .btn_submit,
#choosewhatneed2 .modal-dialog .modal-body .btn_submit,
.familymembermodel .modal-dialog .modal-body .btn_submit,
#choosewhatneed3 .modal-dialog .modal-body .btn_submit,
#choosewhatneed4 .modal-dialog .modal-body .btn_submit {
  text-align: center;
  margin-top: 100px;
}
#choosewhatneed .modal-dialog .modal-body .btn_submit button,
#choosewhatneed2 .modal-dialog .modal-body .btn_submit button,
.familymembermodel .modal-dialog .modal-body .btn_submit button,
#choosewhatneed3 .modal-dialog .modal-body .btn_submit button,
#choosewhatneed4 .modal-dialog .modal-body .btn_submit button {
  background-color: #ff7f0c;
  color: #fff;
  padding: 12px;
  border: 0;
  width: 300px;
  border-radius: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #ff7f0c;
}
#choosewhatneed .modal-dialog .modal-body .btn_submit button:hover,
#choosewhatneed2 .modal-dialog .modal-body .btn_submit button:hover,
.familymembermodel .modal-dialog .modal-body .btn_submit button:hover,
#choosewhatneed3 .modal-dialog .modal-body .btn_submit button:hover,
#choosewhatneed4 .modal-dialog .modal-body .btn_submit button:hover {
  background-color: #fff;
  color: #ff7f0c;
}

#choosewhatneed2 {
  text-align: center;
}
#choosewhatneed2 .modal-body h5 {
  width: 50% !important;
  margin: auto;
  color: #000 !important;
  margin-top: 30px;
}
#choosewhatneed2 .modal-body .btn_submit {
  margin-top: 30px !important;
}

#choosewhatneed3 .modal-dialog,
.familymembermodel .modal-dialog,
#choosewhatneed4 .modal-dialog {
  width: 700px !important;
}
#choosewhatneed3 h5,
.familymembermodel h5,
#choosewhatneed4 h5 {
  color: #000 !important;
  font-size: 1.5rem !important;
}
#choosewhatneed3 .form-control,
.familymembermodel .form-control,
#choosewhatneed4 .form-control {
  height: 60px;
}
#choosewhatneed3 .btn_submit,
.familymembermodel .btn_submit,
#choosewhatneed4 .btn_submit {
  margin-top: 50px !important;
}

#choosewhatneed4 {
  text-align: center;
}
#choosewhatneed4 img {
  margin-bottom: 40px !important;
}

.departments_page {
  padding: 70px 0;
}
.departments_page .dep_card {
  margin-bottom: 20px;
}

.login-page {
  padding: 45px 0;
  background-color: white;
}
.login-page .header {
  text-align: center;
}
.login-page .header h5 {
  font-size: 1.9rem;
  font-weight: bold;
}
.login-page .form-inputs-header {
  font-size: 1.3rem;
  color: #000;
  margin-left: 0;
}
.login-page .form-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .form-inputs .form-group {
  width: 78px;
  height: 85px;
  margin: 0 9px;
}
.login-page .form-inputs .form-group .form-control {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  padding-top: 18px;
  font-size: 2.5rem;
}
.login-page .form-inputs .form-group .form-control:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.login-page .form-inputs .form-group .form-control::-moz-placeholder {
  color: #8e8e8e;
  font-size: 2.5rem;
}
.login-page .form-inputs .form-group .form-control::placeholder {
  color: #8e8e8e;
  font-size: 2.5rem;
}
.login-page .form4input .form-control {
  text-align: center;
  width: 75px;
  max-width: 100%;
  height: 85px;
  margin: auto;
}
.login-page .form4input .form-control::-moz-placeholder {
  font-size: 1.5rem;
}
.login-page .form4input .form-control::placeholder {
  font-size: 1.5rem;
}

.personal-img {
  position: relative;
  margin-bottom: 20px;
}
.personal-img .per {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 89;
  position: absolute;
}
.personal-img .upload-btn-wrapper {
  position: relative;
  margin: 0;
  cursor: pointer !important;
  background-color: #efefef;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.personal-img .btn {
  color: #ff7f0c;
  cursor: pointer !important;
  text-align: left;
  font-size: 12px;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
}
.personal-img .btn i,
.personal-img .btn span {
  color: #fff;
}
.personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}
.personal-img .btn img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.personal-img .btn:disabled {
  display: none;
}
.personal-img .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.login-form {
  padding: 50px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 1px solid #ff7f0c;
  min-height: 500px;
  background-image: url("../images/login-box-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
.login-form .form_img_1 {
  position: absolute;
  top: 30px;
  left: -40px;
}
.login-form .login-form-head {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.login-form .login-form-head .logo {
  width: 70px;
  margin-bottom: 20px;
}
.login-form .login-form-head h4 {
  font-weight: bold;
}
.login-form .login-form-head p {
  width: 70%;
  margin: auto;
}
.login-form .form-control {
  height: 61px;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: left;
}
.login-form .form-group {
  margin-top: 30px;
}
.login-form .form-group label {
  margin-bottom: 10px;
}
.login-form .btn-style {
  background-color: #ff7f0c;
  color: #fff;
  border-radius: 10px;
  border-color: #ff7f0c;
  width: 100%;
  text-align: center;
}
.login-form .btn-style:hover {
  background-color: #fff;
  color: #ff7f0c;
}
.login-form .forget-password {
  margin-top: 16px;
  margin-bottom: 80px;
}
.login-form .forget-password a {
  text-decoration: underline;
  color: #bea148;
}
.login-form .dont-hava-account {
  text-align: center;
  margin-top: 25px;
}
.login-form .dont-hava-account a {
  color: #ff7f0c;
}
.login-form .dont-hava-account a span {
  color: #535353;
}
.login-form .btn-signup {
  margin-top: 60px;
}

.login-strip {
  background-image: url("../images/fresh-vegetables-wicker-basket-perfect-healthy-eating-generated-by-ai.png");
  height: 100%;
  padding: 166px 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
  position: relative;
}
.login-strip .logo {
  position: relative;
  z-index: 2;
}
.login-strip img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

/* ================================================================ */
.myaccount-profile {
  padding-bottom: 50px;
}
.myaccount-profile .product_card .card-body .options a {
  font-size: 0.8rem;
}

@media (max-width: 1450px) {
  .myaccount-profile {
    padding-bottom: 50px;
  }
  .myaccount-profile .product_card .card-body .options a {
    font-size: 0.7rem;
  }
  .product_card .card-img {
    height: 178px;
    width: 129px;
  }
}
.profile-sidebar {
  margin-top: 90px;
  background-color: #f7f7f7;
  padding: 40px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.profile-sidebar .profile-picture .card-img {
  width: 140px;
  height: 117px;
  border-radius: 15px;
  margin: auto;
}
.profile-sidebar .profile-picture .card-img img {
  border-radius: 15px;
}
.profile-sidebar .close-sidebar {
  display: none;
}
.profile-sidebar .side-list {
  margin-top: 60px;
}
.profile-sidebar .side-list li {
  margin-bottom: 5px;
}
.profile-sidebar .side-list li a {
  display: block;
  padding: 20px 20px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  width: 90%;
}
.profile-sidebar .side-list li a i {
  margin-right: 14px;
  color: #323e48;
  transition: all 0.3s ease-in-out;
}
.profile-sidebar .side-list li a span {
  color: #323e48;
  transition: all 0.3s ease-in-out;
}
.profile-sidebar .side-list li a:hover {
  background-color: #ff7f0c;
}
.profile-sidebar .side-list li a:hover i,
.profile-sidebar .side-list li a:hover span {
  color: #fff;
}
.profile-sidebar .side-list li a.active {
  background-color: rgba(236, 44, 41, 0.12);
  color: #ec2c29;
}
.profile-sidebar .side-list li a.active i,
.profile-sidebar .side-list li a.active span {
  color: #ec2c29;
}

.profile-left-data.profile-chats {
  padding: 90px 0;
}

.profile-left-data {
  padding: 0 62px;
  padding-right: 0;
}
.profile-left-data .onecategory-card .card-img {
  height: 240px;
}
.profile-left-data .onecategory-card .card-body {
  padding-bottom: 0;
}
.profile-left-data .onecategory-card .like .wrap {
  border-radius: 5px;
  background-color: #fff;
}
.profile-left-data .onecategory-card .like .wrap i {
  color: red;
}
.profile-left-data .onecategory-card .edit {
  background-color: #00114e;
  border-radius: 9px;
  padding: 10px 15px;
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
}
.profile-left-data .onecategory-card .edit a {
  color: #fff;
}
.profile-left-data .onecategory-card .edit a i {
  margin-right: 5px;
}

.open-profile-sidebar {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
}

.profile-user-data {
  padding-bottom: 50px;
}
.profile-user-data .head {
  text-align: center;
  color: #000;
  margin: 60px 0;
}
.profile-user-data .head h5 {
  font-size: 2rem;
  color: #ff7f0c;
}
.profile-user-data .form-group {
  margin-bottom: 26px;
  height: auto;
  position: relative;
}
.profile-user-data .form-group label {
  margin-bottom: 12px;
  color: #000;
}
.profile-user-data .form-group .form-control {
  height: 60px;
  padding-left: 10px;
  background-color: #f9f9f9;
  border: 1px solid rgba(2, 45, 78, 0.4);
  margin-bottom: 30px;
}
.profile-user-data .form-group .form-control::-moz-placeholder {
  color: #8d8d8d;
  font-size: 0.9rem;
}
.profile-user-data .form-group .form-control::placeholder {
  color: #8d8d8d;
  font-size: 0.9rem;
}
.profile-user-data .form-group textarea {
  height: 109px !important;
}
.profile-user-data .btn-options {
  margin-top: 56px;
}
.profile-user-data .btn-options a {
  border-radius: 10px;
  width: 506px;
  max-width: 100%;
  margin: auto;
  display: block;
  background-color: #ff7f0c;
  border-color: #ff7f0c;
}
.profile-user-data .btn-options a:hover {
  color: #ff7f0c;
  background-color: transparent;
}
.profile-user-data .btn-change-pass a {
  margin-top: 24px;
  background-color: transparent;
  color: #fff;
  border-color: #ec2c29;
  color: #ec2c29;
}
.profile-user-data .btn-change-pass a:hover {
  color: #fff;
  background-color: #fff;
}
.profile-user-data .personal-img {
  position: relative;
  margin-bottom: 20px;
}
.profile-user-data .personal-img .per {
  width: 165px;
  height: 165px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
  position: unset;
  transform: none !important;
}
.profile-user-data .personal-img .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  transform: none !important;
  right: unset;
  top: unset;
  left: 0;
  bottom: -10px;
}
.profile-user-data .personal-img .btn {
  color: #ec2c29;
  cursor: pointer !important;
  text-align: left;
  padding: 0;
  font-size: 12px;
  background-color: #ec2c29;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}
.profile-user-data .personal-img .btn i,
.profile-user-data .personal-img .btn span {
  color: #fff;
}
.profile-user-data .personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.profile-user-data .personal-img .btn:disabled {
  display: none;
}
.profile-user-data .personal-img .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: auto;
}
.profile-user-data .personal-img h5 {
  margin-top: 50px;
}
.profile-user-data .personal-img-form-group {
  height: auto;
}
.profile-user-data .personal-img-form-group .btn {
  background-color: red !important;
}
.profile-user-data .personal-img-form-group i {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%) !important;
  left: unset;
  margin-right: 0;
}
.profile-user-data .custom-select {
  float: none;
}

@media (max-width: 991px) {
  .custom_navbar .logo_links {
    margin: 10px 0;
  }
  .custom_navbar .logo_links .menu {
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
  }
  .custom_navbar .logo_links .menu i {
    color: #ff7f0c;
  }
}
.favorite_cards {
  padding-top: 30px !important;
}

.settings_card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 16px 34px;
  margin-top: 100px !important;
}
.settings_card h5 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.settings_card .form-group {
  margin-bottom: 0;
  padding-left: 20px;
}
.settings_card .form-group label {
  font-size: 1.3rem;
}

.logput {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 26px 34px;
  margin-top: 90px;
}
.logput a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logput a span {
  font-size: 1.3rem;
  color: #000;
}
.logput a i {
  color: red;
  font-size: 1.3rem;
}

.my_account_reoprts {
  margin-top: 100px !important;
}

.report_cards {
  background-color: #def2ff;
  border-radius: 0 16px 0 16px;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
}
.report_cards h5 {
  font-size: 1.4rem;
  font-weight: bold;
}
.report_cards p {
  margin: 0;
  font-size: 1.2rem;
}
.report_cards.report_cards_2 {
  background-color: #ffe5e6;
}

.my_account_subscription .box_choose {
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 21px 35px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.my_account_subscription .box_choose h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.my_account_subscription .box_choose label {
  display: block;
}
.my_account_subscription .box_choose .sub_option_card {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_account_subscription .box_choose .sub_option_card h6 {
  font-size: 1.2rem;
}
.my_account_subscription .box_choose .sub_option_card .price {
  height: 70px;
  width: 65px;
  border-radius: 5px;
  border: 1px solid #d60013;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: end;
  flex-direction: column;
  position: relative;
}
.my_account_subscription .box_choose .sub_option_card .price img {
  position: absolute;
  top: -5px;
  right: 50%;
  transform: translate(50%, 0);
}
.my_account_subscription .box_choose .sub_option_card .price span:first-child {
  font-size: 1rem;
  margin-bottom: -4px;
}
.my_account_subscription .box_choose .sub_option_card .price span:last-child {
  font-size: 0.8rem;
  margin-top: -4px;
}
.my_account_subscription .box_choose .sub_option_card_2 .price {
  border-color: #ff7f0c;
}
.my_account_subscription .box_choose .sub_option {
  position: relative;
}
.my_account_subscription .box_choose .sub_option input {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.my_account_subscription .box_choose .sub_option label {
  cursor: pointer;
}
.my_account_subscription .box_choose .sub_option input[type=radio]:checked ~ .sub_option_card {
  background-color: #def8ff;
}
.my_account_subscription .box_choose button {
  border-radius: 10px;
  width: 506px;
  padding: 16px;
  border: 0;
  max-width: 100%;
  margin: auto;
  display: block;
  margin-top: 60px;
  color: #fff;
  background-color: #ff7f0c;
  margin-bottom: 30px;
  border-color: #ff7f0c;
}
.my_account_subscription .box_choose button:hover {
  color: #ff7f0c;
  background-color: transparent;
}
.my_account_subscription .bank_option .bank_acc {
  background-color: #fff7ef;
  padding: 15px 13px;
  width: 100%;
}
.my_account_subscription .bank_option .bank_acc img {
  flex: none;
}
.my_account_subscription .bank_option .bank_acc .bn_bo {
  padding-left: 10px;
  width: 100%;
}
.my_account_subscription .bank_option .bank_acc .bn_bo h5,
.my_account_subscription .bank_option .bank_acc .bn_bo p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 300;
}
.my_account_subscription .bank_option .bank_acc .bn_bo p {
  font-size: 0.8rem;
  margin-top: 5px;
  width: 100%;
}
.my_account_subscription .bank_option .bank_acc .bn_bo p span {
  margin-right: 10px;
  width: -moz-max-content;
  width: max-content;
  min-width: 80px;
  text-align: left;
  display: inline-block;
}
.my_account_subscription .bank_option .bank_form h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.3rem;
}
.my_account_subscription .bank_option .bank_form .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(81, 81, 81, 0.32);
}
.my_account_subscription .bank_option .bank_form .form-group .input-group {
  height: 50px;
}
.my_account_subscription .bank_option .bank_form .form-group .input-group .form-control {
  line-height: 40px;
  border: 1px solid rgba(81, 81, 81, 0.32);
}
.my_account_subscription .bank_option .bank_form .form-group .input-group label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #21c2ea;
  border: 1px solid rgba(81, 81, 81, 0.32);
}
.my_account_subscription .bank_option .bank_form .form-group .input-group label i {
  color: #fff;
}

/* ================================================================ */
.notification-page {
  padding: 65px 0;
}
.notification-page .head {
  margin-bottom: 90px;
}
.notification-page .head h5 {
  font-size: 3rem;
  font-family: conb;
}
.notification-page .wrapper ul li {
  margin-bottom: 21px;
}
.notification-page .wrapper ul li a {
  margin-bottom: 30px;
  padding: 18px;
  display: block;
  background-color: #f9f9f9;
  position: relative;
  border: 1px solid rgba(236, 44, 41, 0.05);
  border-radius: 10px;
}
.notification-page .wrapper ul li a p {
  padding-left: 75px;
  -webkit-line-clamp: 3 !important;
  line-height: 35px;
}
.notification-page .wrapper ul li a .date {
  padding-left: 75px;
  color: #5c5c5c;
}
.notification-page .wrapper ul li a.active {
  background-color: rgba(255, 127, 12, 0.09);
}
.notification-page .wrapper ul li a::before {
  content: "\f0f3";
  position: absolute;
  top: 18px;
  color: #ec2c29;
  left: 18px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
}

/* ================================================================ */
.terms-condition-page {
  padding-top: 41px;
}
.terms-condition-page .about-patform-head {
  text-align: center;
}
.terms-condition-page .about-patform-head h5 {
  color: #000;
  font-size: 3rem;
  margin-bottom: 44px;
}
.terms-condition-page .terms-condition-content {
  border-radius: 10px;
  margin-top: 100px;
}
.terms-condition-page .terms-condition-content ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.terms-condition-page .terms-condition-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #ec2c29;
  border-radius: 50%;
}
.terms-condition-page .terms-condition-content ul li p {
  color: #000;
}

.my_family_accounts {
  padding: 150px 0;
}
.my_family_accounts .my_family_account_head {
  margin-bottom: 35px;
}
.my_family_accounts .my_family_account_head h5 {
  font-size: 2rem;
  margin: 0;
}
.my_family_accounts .my_family_account_head a {
  background-color: #97d846;
  border-radius: 20px;
  padding: 12px 15px;
  font-size: 1.2rem;
  color: #fff;
  min-width: 195px;
  text-align: center;
  border: 1px solid #97d846;
}
.my_family_accounts .my_family_account_head a:hover {
  background-color: #fff;
  color: #4ab66b;
}
.my_family_accounts .my_family_account_card {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 20px 16px;
  position: relative;
}
.my_family_accounts .my_family_account_card .options {
  position: absolute;
  top: 10px;
  right: 10px;
}
.my_family_accounts .my_family_account_card .options a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.my_family_accounts .my_family_account_card .options a i {
  color: red;
}
.my_family_accounts .my_family_account_card .options a:first-child i {
  color: #21c2ea;
}
.my_family_accounts .my_family_account_card h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.my_family_accounts .my_family_account_card h6 {
  font-size: 0.9rem;
  color: #5c5c5c;
}
.my_family_accounts .my_family_account_card a {
  color: #5c5c5c;
  font-size: 1rem;
}
.my_family_accounts .my_family_account_card a i {
  color: #000;
  margin-right: 5px;
}

.footer {
  background-image: url("../images/footerbg.png");
  padding: 30px 0;
  margin-top: 60px;
}
.footer .footer_logo {
  position: relative;
}
.footer .footer_logo::after {
  position: absolute;
  top: 60%;
  right: 60px;
  background-color: #fff;
  width: 1px;
  height: 90%;
  content: "";
  transform: translate(0, -50%);
}
.footer .footer_logo p {
  color: #fff;
  width: 80%;
}
.footer .footer_links h5 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.footer .footer_links ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_links li {
  width: 50%;
  margin-bottom: 15px;
}
.footer .footer_links li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}
.footer .footer_links2 ul {
  display: block;
  flex-wrap: unset;
}
.footer .footer_links2 ul li {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .profile-left-data {
    padding: 0 0;
  }
  .my_backet_card .bsk_img {
    bottom: 0;
    top: unset;
    display: flex;
    align-items: flex-end;
  }
  .product_details_page .product_details .product_desc {
    margin: 20px 0;
  }
  .product_details_page .product_details .product_price .increase_btn {
    flex-direction: column;
  }
  .footer .footer_logo {
    padding-bottom: 15px;
    margin-bottom: 55px;
  }
  .footer .footer_logo::after {
    bottom: 0;
    top: unset;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: unset;
  }
}
@media (max-width: 600px) {
  .top_header .wrapi {
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    text-align: center !important;
  }
  .top_header .wrapi .support {
    margin-right: 0;
  }
  .top_header .wrapi .support a {
    margin-right: 0;
    margin: 0 8px;
  }
  .custom_navbar .logo {
    margin-bottom: 15px;
    text-align: center;
    display: block;
  }
  .custom_navbar .logo img {
    width: 90px;
    margin: auto;
  }
  .header_slider .card_img {
    height: 30vh;
  }
  .cart_page .cart_page_bascket .wrap_1 {
    flex-direction: column;
  }
  .increase_decrease_btn {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .increase_decrease_btn .total_price {
    margin-top: 20px;
  }
  .login-form {
    padding: 50px 20px;
  }
  .list_pr_card .card_body .price {
    flex-direction: column;
  }
  .my_account_subscription .bank_option .bank_acc {
    flex-direction: column;
  }
  .my_account_subscription .bank_option .bank_acc img {
    margin-bottom: 20px;
  }
  .sendig_backet_tabs .navs_wrapper .nav {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 20px;
  }
  .sendig_backet_tabs .navs_wrapper .nav .nav-link {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .tab_content_card {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .tab_content_card .card_pric {
    margin-top: 25px;
  }
  .my_family_accounts .my_family_account_head {
    flex-direction: column;
  }
  .my_family_accounts .my_family_account_head a {
    margin-top: 20px;
  }
  .footer .footer_logo p {
    width: 100%;
  }
  .footer .footer_links2 {
    justify-content: flex-start !important;
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  .custom_navbar_links li a {
    margin: 0 8px;
  }
}
/* Shared styles  */
.login-strip, .footer {
  background-position: center;
  background-size: cover;
}

.top_header .lang_select .dropdown-toggle::after, .header_slider .slick-arrow.slick-prev::before, .header_slider .slick-arrow.slick-next::before, .notification-page .wrapper ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.notification-page .wrapper ul li a p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
