@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
  overflow-y: auto;
  position: relative;
  margin: 0;
  /* background-color: #e3e3e3; */
  /* padding: 168px 0 0 0; */
}

@media (max-width: 991px) {
  body {
    padding-top: 0;
  }

  .fixed-top {
    position: relative;
  }

  .modal-backdrop {
    position: relative;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: "Bahij_TheSansArabic-Plain";
  font-style: normal;
  font-weight: normal;
  src: local("Bahij_TheSansArabic-Plain"),
    url("../fonts/Bahij_TheSansArabic-Plain.woff") format("woff");
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?kj17f0");
  src: url("../fonts/icomoon.eot?kj17f0#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?kj17f0") format("truetype"),
    url("../fonts/icomoon.woff?kj17f0") format("woff"),
    url("../fonts/icomoon.svg?kj17f0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e901";
  color: #505070;
  font-weight: bold;
}

.bag i {
  color: #fff;
}

.icon-cart:before {
  content: "\e900";
}

.menu-logo {
  /* background: #000 !important; */
  /* position: absolute; */
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 122;
  width: 100%;
  /* border-radius: 0 0 52px 52px; */
}

body::-webkit-scrollbar {
  width: 8px;
}

body.thin::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f6f6f6;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #8b8b8b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #8b8b8b;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  outline: none;
}

.btn_toggle {
  background-color: transparent;
  color: #000;
}

.btn_toggle:hover {
  color: #000;
}

.main-section {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .main-section {
    padding-top: 30px;
  }
}

a {
  text-decoration: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

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

button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:focus,
textarea:active {
  box-shadow: none;
  outline: 0;
}

.main-title {
  font-size: 25px;
  margin-bottom: 36px;
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  font-weight: bold !important;
  position: relative;
}

.main-center-title {
  font-size: 40px;
  margin-bottom: 70px;
  color: #333;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (max-width: 576px) {
  .main-center-title {
    font-size: 30px;
  }
}

.main-des {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.main-center-des {
  font-size: 14px;
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

p {
  color: #555;
}

/*start header navbar */

.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #88c5f7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2900;
}

.mob-overlay.active {
  opacity: 0.85;
  visibility: visible;
  transition: all 0.3s;
}

.sidebar-wrapper {
  display: none;
}

.close-men {
  cursor: pointer;
}

@media (max-width: 992px) {
  .sidebar-wrapper {
    padding-top: 20px;
    position: fixed;
    display: block;
    background-color: var(--main-color);
    color: #fff;
    /* right: 20px; */
    /* top: 20px; */
    width: 100%;
    height: 100%;
    /* max-height: calc(100% - 40px); */
    /* max-width: calc(100% - 40px); */
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 3000;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transform: translateY(150%);
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
  }

  .sidebar-wrapper .m-head {
    padding: 20px;
    border-bottom: 2px dotted #666161;
    margin-bottom: 30px;
  }

  .sidebar-wrapper .m-head h3 {
    font-size: 20px;
  }

  .sidebar-show {
    transition: transform 0.5s ease-in-out;

    transform: translateY(0) rotate(360deg);
  }

  .sidebar-wrapper .nav-link {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid #946223;
    font-weight: lighter;
    padding: 14px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .sidebar-wrapper .nav-link:hover {
    background-color: #fff;
    color: #faeba8;
  }

  .sidebar-wrapper .dropdown-menu {
    width: 100%;
    position: static !important;
    transform: translate3d(0, 0, 0) !important;
    background-color: transparent;
    text-align: center;
  }

  .sidebar-wrapper .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
  }

  .navbar-nav .sub-collapse .dropdown-item {
    color: #fff;
  }

  #burgerBtn {
    border-top: none;
    height: 25px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 3000;
    top: 30px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  #burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 33px;
    background: #fff;
    top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 33px;
    bottom: 11px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }

  .navbar-nav {
    text-align: center;
  }
}

.navbar-nav .sub-collapse .dropdown-item {
  padding: 5px 0;
}

@media (min-width: 992px) {
  .navbar-nav .sub-collapse {
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 10000;
  }

  .navbar-nav .sub-collapse .dropdown-item {
    padding: 10px;
    color: #136776;
  }
}

/*page*/

.top-bar {
  background-color: #7a7a7a;
  color: #fff;
  padding: 15px 0;
}

.top-bar .lang-des {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.welcome-to {
  font-size: 14px;
}

.lang-item>a {
  color: #fff;
  font-size: 13px;
}

.lang-item>a i {
  font-size: 20px;
}

.lang-link img {
  margin-inline-start: 10px;
}

.dropdown-menu {
  padding: 0 !important;
  border: none;
}

.dropdown-item {
  padding: 10px;
  background-color: #7a7a7a;
  color: #fff;
}

.dropdown-item:hover {
  background-color: #303030;
  color: #fff;
}

@media (min-width: 992px) {
  .top-bar>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/*headerSearch*/

.headerSearch {
  padding: 10px 0 0px 0;
}

.logo img {
  max-width: 100%;
}

.fa-bars {
  display: none;
}

@media (max-width: 992px) {
  .d-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fa-bars {
    display: block;
  }

  .d-logo i {
    color: #fff;
    font-size: 30px;
  }

  .welcome-to {
    display: none;
  }

  .top-bar .lang-des {
    justify-content: flex-end;
  }

  .mob-mb-10 {
    margin-bottom: 10px;
  }

  .d_mob_none {
    display: none;
  }

  .only_search_btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 22px;
    color: #2f3193;
  }
}

@media (min-width: 992px) {
  .only_search_btn {
    display: none;
  }
}

.headerSearch .search-form {
  width: 85%;
}

.search-form .input-group {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px;
  text-transform: capitalize;
  color: #808080;
  font-size: 14px;
  background-color: #f6f6f6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.search-form .nice-select {
  display: flex;
  align-items: center;
  color: #3b3b3b;
  font-size: 14px;
  height: 55px;
  width: 142px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
  background-color: #f6f6f6;
}

.nice-select:after {
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #3b3b3b;
  border-right: 2px solid #3b3b3b;
}

.search-form .form-control {
  height: 32px;
  border: none;
  padding-inline-start: 24px;
  font-size: 14px;
  color: #808080;
  background-color: #f6f6f6;
}

.search-form .form-control::placeholder {
  font-size: 14px;
  color: #808080;
}

.search-form .search_btn {
  background: #f6f6f6;
  color: #808080;
  border: none;
  box-shadow: none;
  outline: none;
  height: 55px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#searchModal {
  background-color: rgba(212, 128, 30, 0.9);
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.modal-open {
  padding-right: 0 !important;
}

#searchModal .modal-content {
  background: transparent;
  border: none;
}

#searchModal .close {
  color: #fff;
  position: absolute;
  top: 20px;
  opacity: 1;
}

.call-center {
  color: #fff;
  font-size: 13px;
  margin-inline-end: 48px;
}

.call-center:hover,
.lang-link:hover {
  color: #303030;
}

.call-center img {
  margin-inline-end: 10px;
}

.fa-heart {
  color: #7a7a7a;
  font-size: 20px;
  margin: 0 5px;
}

.product_sale {
  position: absolute;
  cursor: pointer;
}

.like {
  color: #000;
}

.login-link {
  color: #fff;
  font-size: 18px;
}

.login-link:hover {
  color: #946223;
}

.login-link i {
  color: #fff;
  font-size: 16px;
  margin-inline-end: 12px;
}

.grey_btn {
  color: #212121;
  font-size: 20px;
  padding: 0 10px;
}

.grey_btn .bag {
  width: 24px;
  position: relative;
}

.grey_btn .num-cart {
  background-color: #cf5a24;
  color: #fff;
  font-size: 12px;
  position: absolute;
  width: 17px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -8px;
  bottom: 0;
}

.grey_btn .price-cart,
.grey_btn .fav-cart {
  color: #fff;
  font-size: 16px;
  margin-inline-end: 10px;
}

/* headerNav*/

.navbar {
  padding: 0;
  width: 100%;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  font-size: 26px;
}

.bars-toggler-icon {
  color: #946223;
}

@media (max-width: 992px) {

  .grey_btn .price-cart,
  .grey_btn .fav-cart {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    /* height: 50px; */
    width: 100%;
    justify-content: start;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: fit-content;
    padding: 0 5px;
  }
}

.headerNav {
  background-color: #000;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  /* font-weight: bold; */
}

.navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-nav>.nav-item {
  padding-right: 5px;
  position: relative;
}

.dropdown::after,
.dropdown::before,
.nav-link::before,
.nav-link::after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all 0.35s ease;
  opacity: 0;
}

.dropdown::before,
.nav-link::before {
  content: "";
  right: 0;
  top: 0;
  border-top: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
  transform: translate(-100%, 50%);
}

.dropdown::after,
.nav-link:after {
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
  transform: translate(100%, -50%);
}

.dropdown:hover:before,
.dropdown:hover:after,
.nav-link:hover:before,
.nav-link:hover:after {
  transform: translate(0, 0);
  opacity: 1;
}

.dropdown:hover,
.nav-link:hover {
  color: #3da35d;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: var(--main-color);
  z-index: 10000;
  top: 0px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cubic {
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 16px;
  transition: 0.1s all ease-in-out;
}

.cubic i {
  color: #000;
}

.cubic:hover {
  border: 1px solid #000;
}

/* Start header*/

.header-section {
  /* background-color: red; */
  color: #000;
  position: relative;
}

.header-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.slide-header-background {
  background-color: #000;
  padding: 40px;
  border-radius: 30px;
  width: 80%;
  min-height: 400px;
}

.slide-header-background h1 {
  font-weight: bold;
  font-size: 55px;
  color: var(--text);
}

.slide-header-background p {
  color: var(--text);
}

.slide-header-background img {
  position: absolute;
  top: -110px;
}

.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.breadcrumb-item a {
  color: #000 !important;
}

@media (max-width: 992px) {
  .input_personal input[type="submit"] {
    padding: 10px 100px !important;
  }

  .menu-logo {
    padding: 0px !important;
  }

  .cubic {
    margin: 20px 0;
    width: 23% !important;
  }

  body {
    text-align: center !important;
  }

  .header-section .slide-header-background {
    text-align: center;
    margin: 150px 0;
  }

  .slide-header-background h1 {
    font-size: 30px;
  }

  .slide-header-background img {
    position: unset !important;
    max-width: 100%;
  }
}

/*  */

.top-section {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 47px;
  text-align: center;
}

@media (min-width: 992px) {
  .header-section {
    height: 100vh;
  }
}

/* start catogries  */
.Catogries {
  padding: var(--main-padding);
}

.d-title {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}

.d-title h3 {
  font-weight: bold;
  font-size: 22px;
  color: #01040d;
}

.d-title i {
  color: var(--main-color);
}

.details-categories {
  display: flex;
  background-color: red;
  justify-content: space-between;
  align-items: center;
  background: var(--soft-primary);
  /* background: #f4f5f6; */
  margin: 20px 0;
  padding: 15px 15px;
  border-radius: 16px;
}

.details-categories h5 {
  font-size: 15px;
  font-weight: bold;
  color: #01040d;
}

.product-categ {
  align-items: center;
  display: flex;
}

.product-categ p {
  font-size: 15px;

  padding: 0 15px;
  color: #01040d;
}

.img-cat {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

/* End catogries  */

/* start flash order */
.flash_order {
  /* padding: var(--main-padding); */
}

.flash_order .slide-header-background {
  background-color: var(--banner-one);
}

.flash_order .slide-header-background img {
  position: unset;
  max-width: 100%;
}

.content-card {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(27, 25, 86, 0.1);
  border-radius: 16px;
  padding: 20px;
  width: 90%;
  text-align: center;
  margin: auto;
  margin: 30px auto;
  min-height: 400px;
  position: relative;
  border: 1px solid;
}

.content-card img {
  margin: auto;
  /* width: 228px; */
  height: 228px;
  max-width: 200px;
  max-height: 200px;
}

.content-card h2 {
  color: #01221d;
  font-weight: bold;
  font-size: 15px;
}

.content-card p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #01040d;
}

.content-card span {
  text-decoration: line-through;
  font-weight: normal;
  line-height: 24px;
  font-size: 15px;
  color: #8991a4;
}

.addCart {
  position: absolute;
  left: 50%;
  width: 52px;
  height: 52px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 50%;
  bottom: -10px;
  box-shadow: 0px 8px 20px var(--soft-primary);
  background-color: var(--main-color);
  color: #fff;
}

.percent-sale {
  background-color: #ff6264;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 14px;
  width: 50px;
}

/* End flash order */

/* Latest added products */
.bannertwo {
  background-color: var(--banner-two) !important;
}

.bannerthree {
  background-color: var(--banner-three) !important;
}

/* body_register */
.body_register {
  height: 100%;
  width: 100%;
  background-color: #fff;
  text-align: center;
  position: fixed;
  padding: 80px;
}

.reg-ill {
  width: 472px;
  height: 256px;
  margin: 110px 0;
}

.header-reg {
  font-size: 40px;
  font-weight: bold;
}

.header-reg span {
  color: var(--main-color);
}

.btn-size {
  width: 500px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px 100px; */
  font-size: 15px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  margin: 20px auto;
}

@media (max-width: 991px) {
  .body_register {
    padding: 100px 0;
  }

  .body_register {
    position: relative;
  }

  .reg-ill {
    max-width: 100%;
  }

  .btn-size {
    width: 100%;
  }

  .login {
    width: 100% !important;
  }
}

.outline {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.hvr-bounce-to-bottom:before {
  border-radius: 18px;
  background-color: var(--main-color);
}

.back_register {
  background-image: url(../img/backg.svg);
  background-size: cover;
}

.body_re {
  margin: 100px 0;
  padding-bottom: 0px;
  background-color: #fff;
  padding: 32px 20px;
  border-radius: 16px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.link_register {
  display: flex;
  justify-content: center;
}

.link_register a {
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #8991a4;
  position: relative;
  padding: 50px 0 0 0;
  margin: 0 50px;
  transition: 0.3s all ease-in-out;
  z-index: 1;
}

.link_register a:hover {
  color: #000;
}

.link_register a.active {
  color: #000;
}
.login {
  position: relative;
  top: 50%;
  width: 400px;
  display: table;
  margin: 0px auto 0 auto;
  background: #fff;
  padding: 50px 0;
  border-radius: 16px;
}

.legend {
  position: relative;
  width: 100%;
  display: block;
  background: var(--main-color);
  padding: 15px;
  color: #fff;

  font-size: 20px;
}

.legend:after {
  content: "";
  background-image: url(http://simpleicon.com/wp-content/uploads/multy-user.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 152px -16px;
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
}

.input span {
  position: absolute;
  display: block;
  color: #d4d4d4;
  right: 10px;
  top: 15px;
  font-size: 20px;
}

.input input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  display: block;
  border: 1px solid #989696;
  border-radius: 16px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
  height: 50px;
}

.input textarea {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #989696;
  border-radius: 16px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
  resize: none;
}

.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: var(--main-color);
}

.submit {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}

.submit:hover,
.submit:focus {
  background: var(--main-color);
  color: #fff;
  outline: 0;
}

.feedback {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
}

.feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  margin: 50px 0 0 0;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #7CC07D;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

.forget-p {
  color: #7CC07D;
  font-weight: bold;
}

/* verfiy code */

.code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  direction: ltr;
}

.code {
  border-radius: 20px;
  font-size: 75px;
  height: 96px;
  width: 100px;
  border: 1px solid #eee;
  margin: 1%;
  text-align: center;
  background-color: #fff;
  font-weight: 300;
}

.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code:valid {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

.info {
  background-color: #eaeaea;
  display: inline-block;
  padding: 10px;
  line-height: 20px;
  max-width: 400px;
  color: #777;
  border-radius: 5px;
}

.verfiycode-title {
  color: #01221d;
  font-weight: bold;
  font-size: 22px;
}

.vaild-numder {
  font-size: 14px;
  color: #8991a4;
}

@media (max-width: 600px) {
  .code-container {
    flex-wrap: wrap;
  }

  .code {
    font-size: 60px;
    height: 80px;
    max-width: 70px;
  }
}

.resendcode {
  color: #000;
  font-weight: bold;
}

.download_app {
  background-color: #f5b3a5;
  overflow: hidden;
}

.title-download h2 {
  padding: 50px 0 0 0;
}

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

.title-download h2 {
  font-weight: bold;
}

.title-download a {
  padding: 0 10px;
}

/* start footer*/
@media (max-width: 992px) {
  .download_app {
    text-align: center;
    padding: 40px 0;
  }

  .download_app img {
    max-width: 100%;
  }

  .download_app .title-download a {
    margin: auto;
    text-align: center;
  }

  .download_app .title-download div {
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
}

.footer {
  position: relative;
  background-size: cover;
  background-color: var(--main-color);
  padding-top: 76px;
}

.ask_numbers {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  max-width: 70%;
}

.ask_numbers p {
  color: #fff;
  font-weight: bold;

  font-size: 30px;
  line-height: 1.8;
}

.ask_content {
  padding-inline-start: 20px;
}

.ask_content small {
  color: #707070;
  font-size: 16px;
  display: block;
}

.ask_content a {
  color: #000000;
  font-size: 20px;
  display: block;
}

.all_links_wrapper {
  padding-bottom: 38px;
}

.footer_logo {
  margin-bottom: 34px;
  max-width: 50%;
}

.ask_img {
  max-width: 100%;
}

.footer-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
}

.footer_menu li {
  margin-bottom: 20px;
}

.footer-link {
  color: #fff;
  font-size: 15px;
}

.footer .social-link {
  margin-inline-end: 18px;
}

.footer .social-link i {
  color: #fff;
  font-size: 25px;
}

.social-link img {
  width: 35px;
}

.footer a:hover {
  color: #fff;
}

.grid_menu {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
}

.info_contact {
  margin-bottom: 30px;
}

.footer_des {
  font-size: 11px;
  color: #666666;
}

.footer_btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}

.download_btns {
  display: flex;
}

.footer_app_btn {
  margin-inline-start: 12px;
  font-size: 14px;
  color: #1a0405;
  min-width: 127px;
  height: 45px;
  padding: 3px 7px;
  display: flex;
  align-items: center;
}

.footer_app_btn img {
  margin-inline-start: 7px;
}

.copyrights {
  padding: 3px 0 1px 0;
  color: #666666;
  font-size: 14px;
  background-color: var(--main-color);
}

.copyrights .row {
  border-top: 1px solid #01040d54;
  padding: 20px 0;
}

.copyrights p,
.copyrights a {
  color: #666666;
  padding-bottom: 0;
  margin-bottom: 0;
}

.made_By {
  font-size: 16px;
  color: #fff;
}

.made_By small {
  font-size: 6px;
  display: block;
}

@media (max-width: 576px) {
  .footer {
    padding-top: 40px;
  }

  .footer .mail-title {
    margin-bottom: 20px;
  }

  .footer_btns_wrapper {
    display: block;
  }

  .footer_btns_wrapper>span {
    display: block;
    margin-bottom: 16px;
  }

  .download_btns {
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .mail_wrapper,
  .all_links_wrapper {
    padding-bottom: 20px;
  }

  .all_links_wrapper .col-12 {
    margin-bottom: 20px;
  }
}

.go-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  background: rgb(221, 213, 213);
  color: #946223;
  border-radius: 50%;
  bottom: 140px;
  z-index: 2500;
  -webkit-box-shadow: 0 4px 18px 0px #00000085;
  box-shadow: 0 4px 18px 0px #00000085;
  text-align: center;
  line-height: 46px;
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
}

.go-top:hover {
  background-color: #000;
  color: #fff;
}

/* call us section */
.breadcrumb {
  background-color: transparent;
}

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

.filter_tabs a {
  border-radius: 20px;
  padding: 8px 20px;
  transition: all ease-in-out 0.5s;
  color: #000;
  border: 1px solid #000;
}

.filter_tabs a.active {
  background-color: #000;
  color: #fff;
}

.filter_tabs a:hover {
  background-color: #000;
  color: #fff;
}

.number-spinner {
  display: flex;
  align-items: center;
}

.number-spinner .pl-ns-value {
  height: 30px;
  width: 45px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 25px;
}

.number-spinner .ns-btn {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.ns-btn a {
  margin-bottom: 3px;
}

.number-spinner .minus_btn {
  color: #9c9c9c;
  border: 2px solid #9c9c9c;
}

.number-spinner .plus_btn {
  color: #946223;
  border: 2px solid #946223;
}

.add_to_Cart_btn {
  height: 36px;
  width: 36px;
  border: none;
  background-color: #946223;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -17px 0 0px;
}

.titlede {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.card-text-h {
  font-size: 40px;
  color: #01040d;
  font-weight: bold;
}

.mySwiperDETAILS {
  width: 100%;
  height: 100%;
}

.mySwiperDETAILS .swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
}

/* .mySwiperDETAILS .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.mySwiperDETAILS .swiper-pagination-bullet {
  background-color: #000;
}

.product_price {
  font-size: 18px;
  font-weight: bold;
  color: #07bfa5;
}

.discount {
  font-size: 15px;
  color: #8991a4;
  text-decoration: line-through;
  font-weight: 400;
}

.evaluation {
  display: flex;
}

.starts-content:hover .label-star {
  color: #ffee00;
}

.starts-content {
  width: 25px;
  cursor: pointer;
  height: 25px;
  white-space: nowrap;
  color: rgb(185, 185, 6);
  transition: 0.2s all ease-in-out;
}

.starts-content a {
  color: yellow;
  padding-right: 10px;
}

.starts-content a:hover {
  text-decoration: underline !important;
}

.link-ev {
  font-size: 14px;
}

.desc-stars {
  padding-top: 20px;
  color: #946223;
  font-size: 25px;
  font-weight: bold;
}

.type-p {
  font-weight: 400;
  font-size: 14px;

  color: #01040d;
}

.addtocart {
  background-color: var(--main-color);
  color: #fff;
  margin: 20px 0;
  padding: 15px 80px;
  border-radius: 20px 0;
  font-size: 15px;
  font-weight: bold;
}

/* client_saying */
.client_saying {
  padding: 100px 0;
  background-color: #f9fafb;
}

.cont-rate-discraption {
  width: 100%;
  background: #ffffff;
  /* Card */

  box-shadow: 0px 4px 30px rgba(27, 25, 86, 0.1);
  border-radius: 16px;
  margin: auto;
}

.cont-rate-discraption {
  padding: 20px;
}

.text-img {
  align-items: center;
  display: flex;
}

.text-img img {
  width: 25px;
  height: 25px;
  border-radius: 6px;
}

.text-img h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
  color: #01040d;
}

.detailsperson {
  display: flex;
  justify-content: space-between;
}

.detailsperson p {
  font-size: 12px;
  color: #8991a4;
}

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

.show_more a {
  color: #000;
  padding: 20px 0;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.show_more a:hover {
  color: var(--main-color);
}

.titleSection {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.shipping-input {
  width: 47%;
  border: 1px solid;
  padding: 13px;
  border-radius: 16px;
}

h6 {
  font-weight: bold;
}

.feedbackk {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(27, 25, 86, 0.1);
  border-radius: 16px;
  width: 80%;
  margin: auto;
  text-align: center;
}

.feedbackk textarea {
  width: 60%;
  padding: 20px;
  height: 200px;
  resize: none;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .feedbackk {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(27, 25, 86, 0.1);
    border-radius: 16px;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .feedbackk textarea {
    width: 90%;
    padding: 20px;
    height: 200px;
    resize: none;
    border-radius: 20px;
  }
}

.feedbackk input[type="submit"] {
  display: block;
  margin: auto;
  transition: 0.4s all ease-in-out;
  width: 50%;
  background: #07bfa5;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
}

.pro img {
  width: 60px;
  height: 60px;
}

.proche p {
  font-size: 14px;
  font-weight: bold;
  color: #01040d;
}

.trash a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  width: 165%;
  color: #01040d;
}

.CheckOut .cont-rate-discraption {
  margin: 10px 0;
}

.order_sumrry {
  background: #f9fafb;
  border-radius: 16px;
  width: 100%;
}

.cont-d {
  display: flex;
  justify-content: space-between;
  color: #01221d;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
}

.order-total {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #01040d;
  justify-content: space-between;
  align-items: center;
}

.order-total p {
  font-size: 28px;
  font-weight: bold;
  color: #01040d;
}

.what_Do {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.what_Do a {
  width: 45%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 16px;
  padding: 20px;
}

.what_Do button {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 16px;
  padding: 15px;
}

.Download_invoice {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: 0.4s all ease-in-out;
  padding: 10px;
  border: 1px solid #000;
  color: #000;
  border-radius: 16px;
}

.Download_invoice:hover {
  background-color: #000;
  color: #fff !important;
}

.Coupon input[type="text"] {
  width: 60%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #8991a4;
}

.Coupon input[type="submit"] {
  width: 35%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: var(--main-color);
  color: #fff;
  transform: translateX(-30px);
}

.Shipping .input {
  margin: 20px 0;
}

.Shipping .input input {
  width: 100%;
  padding: 25px 20px;
}

.Shipping .input textarea {
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #ededed;
  border-radius: 16px;
  transition: 0.2s ease-out;
  width: 100%;
  color: #a1a1a1;
  height: 150px;
  resize: none;
}

.submit-shipping {
  width: 100%;
  padding: 10px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  border-radius: 16px;
  border: none;
}

#coupon-remove {
  border-radius: 10px;
  margin-right: 8px;
  background: var(--main-color);
  border: none;
}

#coupon-apply {
  border-radius: 10px;
  margin-right: 8px;
  background: var(--main-color);
  border: none;
}

.toggle_link {
  padding: 10px;
  border: 1px solid #01040d3d;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shape_link_toggle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shape_link_toggle a {
  width: 48%;
  height: 50px;
}

.shape_link_toggle a div {
  align-items: center;
}

.toggle_link p {
  color: #000;
  font-weight: bold;
  margin: 0 10px !important;
}

.toggle_link i {
  color: #000;
}

.toggle_link.active {
  border: 1px solid #01040d;
}

.Shipping .input select {
  width: 100%;
  padding: 10px 10px;
  display: block;
  border: 1px solid #ededed;
  border-radius: 16px;
  transition: 0.2s ease-out;
  margin: 10px 0 0 0;
  color: #000;
}

/* status_of_order */
.status_of_order {
  background: #ffffff;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0px 4px 30px rgba(27, 25, 86, 0.1);
  border-radius: 16px;
}

.order-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.statue {
  background-color: #01221d41;
  border-radius: 8px;
  padding: 6px 12px;
}

.pending {
  background: rgba(1, 34, 29, 0.1);
}

.statue h6 {
  color: #01221d;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

.code_order h5 {
  color: #01040d;
  font-size: 15px;
  font-weight: bold;
}

.data_order {
  font-size: 12px;
  margin: 20px 0;
  color: #01221d;
}

.num_order,
.total_order {
  border-top: 1px solid #f4f5f6;
  /* margin: 5px 0; */
  padding: 10px 0;
}

.num_order p,
.total_order p {
  font-weight: 400;
  font-size: 15px;
}

.order_details {
  width: 100%;
}

.order_details a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: #000;
  font-weight: bold;
  padding: 15px;
  border: 2px solid #000;
}

.bold-h {
  color: #01221d;
  font-weight: bold;
}

.preparing {
  background: rgba(255, 98, 100, 0.1);
}

.preparing h6 {
  color: red;
}

.Delivering {
  background: rgba(7, 191, 165, 0.1);
}

.Delivering h6 {
  color: #07bfa5;
}

/* .status_of_order {
  color: #01040d;
  font-weight: 700;
  font-size: 22px;
} */
.p-reject {
  color: red;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
}

.img_person {
  display: flex;
  justify-content: center;
  transform: translateY(-50px);
}

.img_person img {
  width: 100px;
  border: 2px solid #01221d;
  border-radius: 30px;
  height: 100px;
}

.img_person .plus {}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #000;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(20px);
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/* .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
} */
.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  transform: translateY(-44px);
  position: relative;
  border-radius: 30px;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  border: 1px solid;
}

.title_pe {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #01040d;
  padding: 14px 0;
}

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

.presonal_data {
  border-radius: 15px;
  padding: 10px 50px;
  background: #000;
  color: #fff;
}

.input_personal {
  padding: 70px 0;
}

.input_personal label {
  display: block;
  color: #8991a4;
}

.input_personal input {
  font-weight: bold;
  color: #01040d;
  border: none;
  background-color: transparent;
  padding: 10px 0px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.input_personal i {
  font-size: 20px;
  margin: 4px 10px;
}

.cont-input {
  justify-content: center;
  padding: 20px 0;
}

.edit {
  width: 100%;
}

.input_personal input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 15px 250px;
  border-radius: 16px;
}

.edit p {
  width: 100px;
  margin: auto;
  padding: 10px;
  background: var(--main-color);

  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 16px;
}

.edit p i {
  margin: 0 5px;
}

.change_border {
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid var(--main-color) !important;
}

.color_icon {
  color: var(--main-color);
}

.privacy_pages {
  position: unset;
}

.cont_about {
  text-align: initial;
}

.cont_about {
  padding: 100px 0;
}

.cont_about h4 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}

.cont_about p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.61);
}

.all-w {
  width: 100%;
  height: 100%;
}

.search-box {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;

  padding: 10px;
  z-index: 122;
  border-radius: 40px;
  height: 40px;
}

.search-box.ss {
  transform: translateY(7px);
}

.search-box .search-txt.active {
  width: 700px;
  display: block;
  padding: 0 6px;
}

.search-box:hover .navbar-nav {
  display: none !important;
}

.search-box.search-btn {
  background: red;
}

.search-txt {
  border: none;
  display: none;
  background: none;
  transform: translateY(50px);
  outline: none;
  background-color: #fff;
  padding: 0;
  color: #000;
  transition: 0.5s;
  font-size: 1rem;
  width: 0px;
  padding: 22px;
  height: 40px;
  border-radius: 16px;
}

.search-btn {
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.img-f {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.hearts {
  position: relative;
  padding: 0 5px;
}

.hearts::before {
  position: absolute;
  content: "";
  right: 2px;
  width: 1px;
  height: 25px;
  background-color: #f4f5f679;
}

.c_heart {
  width: auto;
}

.c_heart a {
  padding: 0 17px;
  width: auto;
}

.menu-logo {
  background-color: var(--soft-primary);
  padding: 20px;
}

.searchForm {
  position: absolute;
  width: 100%;
  left: 0;
}

.searchForm .search-txt {
  width: 100%;
}

.typed-search-box {
  top: 115px !important;
  left: 0;
  border-radius: var(--mainBorderRadius);
  overflow: hidden;
}

/* .searchContent .titleText{
  border-radius: var(--mainBorderRadius) var(--mainBorderRadius) 0 0;
} */
a:hover {
  color: #000;
}

.searchContent .text-right {
  text-align: left !important;
}

.hov-text-primary:hover {
  color: var(--main-color) !important;
}

.text-primary {
  color: var(--main-color) !important;
}

.loginCubic .btn_toggle {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 5px;
  padding-left: 5px;
}

.navbar-nav .nav-link {
  font-size: 15px;
}

.homeCat img {
  width: 48px;
  height: 48px;
}

.product-categ p {
  margin-bottom: 5px;
  padding: 0 10px;
}

.productTitle {
  margin-top: 10px;
}

.c_heart a {
  position: relative;
}

.badge.cart-count {
  right: 3px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -4px;
  background-color: var(--main-color);
}

.parsley-errors-list.filled {
  margin-top: 10px;
}

.pagination-items-list {
  width: 100%;
  justify-content: center;
  display: flex;
}

.link-main-category img {
  margin: auto;
  display: block;
}

.link-main-category {
  background: var(--soft-primary);
  border-radius: 33.089px;
  position: relative;
  display: block;
  padding: 10px 0px;
  height: 100%;
}

.main-category-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #01040D;
  margin: 10px 40px;
}

.category-container {
  padding: 20px 15px;
}

.container-flash-order {
  /* padding: 100px 0 */
}

.input {
  position: relative;
  width: 100% !important;
  margin: 15px 0 !important;
}

label {
  margin-bottom: 0 !important;
}

.brand-label-radio {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem !important;
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.brand-label-radio .aiz-megabox-elem {
  width: fit-content;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0px !important;
}

.filter-dropdown-toggle::after {
  content: "" !important;
  margin-right: 0px;
  margin-left: auto;
}

.prod-container-div {
  height: fit-content;
}

.main-container-div {
  height: fit-content;
}

.wishlistLink {
  border-right: 1px solid #000;
}

.avatarImg {
  width: 36px;
  height: 36px;
  border: 2px solid var(--main-color);
  border-radius: 15px;
}

.accountBtn {
  overflow: hidden;
  width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offerTitle svg path {
  fill: var(--main-color);
}

.titleSection {
  margin-top: 20px;
}

.aiz-notify.alert {
  padding: 30px 10px;
  color: #fff;
  border: unset;
}

.toggle-password {
  cursor: pointer;
}

.aiz-notify .close:hover:before {
  color: #fff;
}

.aiz-notify .close:hover:before {
  background-color: #fff;
  color: #000;
}

.forget-p {
  margin-top: 20px;
  display: block;
}

.hideDesktop {
  display: none !important;
}

.container-page-dynamic {
  background-color: #01221d;
}

.title-page-dynamic {
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.content-page-dynamic {
  padding: 40px 0px;
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

.content-page-dynamic p {
  color: #fff;
  margin-bottom: 0px;
}

.container-flash-pages {
  /* padding: 100px 0 0 0; */
}

.link-main-category img {
  width: 200px;
  height: 200px;
}

/* #imagePreview{
  height: 100px;
    width: 100px;
    background-size: cover;
    position: absolute;
    top: -50px;
} */
/* .avatar-upload .avatar-preview>div{
  position: absolute;
  top: 0;
} */

.container-flash-pages .breadcrumb {
  margin-bottom: 0rem;
}

.logo-container-page {
  display: flex;
  justify-content: center;
  padding: 60px 0px;
}

.name-logo-page {
  margin: 0px 0px 0px 8px;
}

.name-logo-page-Jam {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  align-items: center;
  color: #FFFFFF;
}

.name-logo-page-joom {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  align-items: center;
  color: #5F1226;
}

.title-favourite-text {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #01221D;
  margin: auto 10px;
}

.count-favourite-items {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000000;
  margin: auto 10px;
}

#search-form .dropdown-toggle.filter-dropdown-toggle {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #01040D !important;
}

.miusPlusBtn .btn-sm.btn-icon {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%!important;
  color: #000!important;
  border: 1px solid!important;
  line-height: 15px!important;
  background-color: transparent!important;
}
.miusPlusBtn .btn-sm.btn-icon i{
  color: #000!important;
}
.counter-desc{
  margin-top: 10px!important;
}

.breadcrumb-container{
  background-color: #F4F5F6;
}
.contact-titl-data{
  color: #fff;
  font-size: 20px;
}
.wishlistLink svg path{
  stroke: #000;
}
.cont_account{
  text-align: center;
}
.conatctForm .input span{
  top: 10px;
}
.phone-title-contact{
  color: #8991A4;
  font-size: 18px;
}
.phone-title-contact i{
  color: #fff;
}
.phone-value-contact{
  color: #fff;
  margin-top: 10px;
  display: block;
}
.phone-title-icon{
  margin-bottom: 30px;
  margin-top: 20px;
}
.phone-title-icon a{
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}
.order_sumrry{
  padding: 10px 20px;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child){
  border-radius: 16px!important;
}
#coupon-apply{
  border-radius: 16px;
}
.body_register.back_register{
overflow: scroll;
}
@media (max-width: 768px) {
  .hideMobile {
    display: none !important;
  }

  .hideDesktop {
    display: flex !important;
  }
}


@media (max-width: 992px) {
  .loginCubic .btn_toggle {
    font-size: 14px;
  }

  .cubic {
    width: 48% !important;
  }

  .headerSearch {
    padding: 10px 0 10px 0;
  }

  .container-flash-order {
    /* padding: 278px 0 */
  }

  .container-flash-pages {
    /* padding: 250px 0 0 0; */
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .loginCubic {
    width: 100px !important;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}


