/* start--fonts */
/* @font-face {
  font-family: 'Gulf-Medium';
  src: url('../fonts/font-gulf/Gulf-Medium.woff2') format('woff2'),
    url('../fonts/font-gulf/Gulf-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gulf-Bold';
  src: url('../fonts/font-gulf/Gulf-Bold.woff2') format('woff2'),
    url('../fonts/font-gulf/Gulf-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/font-gulf/Gulf-Text.woff2') format('woff2'),
    url('../fonts/font-gulf/Gulf-Text.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* end--fonts */
:root {
  --main-color: #20332B;
  --black-color: #1E1E1E;
  --secound-color: #416657;
  --green-color: #8DA188;
  --white-color: #C3D7BD;
}

.blog_menu {

  ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;
    padding-right: 0;
	  flex-wrap:wrap;

    li {
      a {

        font-weight: 400;
        display: block;
        color: black;
        padding-left: 5px;
        font-size: clamp(12px, 2vw, 18px) !important;


        &::after {
          content: "|";
          margin-right: 5px;
        }
      }

      &:last-child a::after {
        content: "" !important;
      }
    }
  }

}

:target::before {
  content: '';
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
}

/* star-railsaudi-- */
@font-face {
  font-family: "saudi_riyal";
  src: url("../fonts/regular/saudi_riyal.woff2") format("woff2"),
    url("../fonts/regular/saudi_riyal.woff") format("woff"),
    url("../fonts/regular/saudi_riyal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon-saudi_riyal::before {
  content: "\e900";
  font-family: "saudi_riyal" !important;
  color: inherit;
  font-size: 25px;
  font-weight: 400;
}

/* end-railsaudi-- */

@media (min-width:1200px) {
  .container {
    max-width: 1152px;

  }
}

body {
  font-family: 'Cairo';
  background-color: #F7F9F6 !important;

  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--main-color);
  color: white;
}

.title_main {
  font-size: clamp(25px, 3vw, 35px) !important;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 25px;
  font-weight: bold;

}

.activee {
  display: block !important;
}

.hide {
  transform: translateY(-100%);
  opacity: 0;
}



.scroll {
  overflow: hidden;
}

/* --------start scroll--------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  /* background-color: var(--main-color); */
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secound-color);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--black-color);
  border-radius: 20px;
}

/* ---start- subheader- */
#sub_header {
  background-color: #41665729;

  .subheader {
    padding: 8px;
    position: relative;
    z-index: 2;

    .manu_subheader {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 15px;
      margin-bottom: 0;

      li {
        a {
          color: var(--black-color);
          font-size: 16px;
          transition: .3s;
          display: flex;
          align-items: center;

          &:hover {
            color: var(--secound-color);
          }

          i {
            font-size: 15px;
            margin-left: 8px;
            transition: .3s;

            &:hover {
              color: var(--secound-color);
            }
          }
        }
      }
    }

    img {
      width: 85px;
      /*       height: 93px; */
      display: flex;
      margin: auto;
    }

    .icon {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 18px;

      a {
        display: flex;
        align-items: center;
        justify-content: end;
        /* margin-left: 10px; */
        transition: .3s;
        /* gap: 20px; */

        &:hover {
          color: var(--secound-color);
        }

        i {
          font-size: 20px;
          color: #1E1E1E;
          transition: .3s;

          &:hover {
            color: var(--secound-color);
          }
        }

        .icon-saudi_riyal {
          font-size: 20px;
          color: var(--black-color);
          transition: .3s;
          display: inline-flex;
          flex-direction: row-reverse;
          align-items: center;

          &:hover {
            color: var(--secound-color);
          }

          span {
            font-size: 1rem;
            transition: .3s;
            margin-left: 3px;

            &:hover {
              color: var(--secound-color);
            }
          }
        }
      }
    }
  }
}

@media(max-width:992px) {
  #sub_header {
    display: none;
    background-color: hsla(106, 25%, 79%, 0.2);

    .subheader {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;

      .manu_subheader {
        justify-content: flex-end;
        gap: 20px;



        /* color: var(--black-color);
            font-size: 16px;
            font-weight: 500;
            transition: .3s;
            display: flex; */

        /* &:hover {
              color: var(--secound-color);
            } */
        /* 
            i {
              font-size: 15px;
              margin-left: 8px;
              font-weight: 500;
              transition: .3s;

              &:hover {
                color: var(--secound-color);
              } */


      }
    }

    /* img {
        width: 80px;
        height: 93px;
        /* display: none; */
  }

  */ .icon {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    justify-content: flex-end;

    a {
      /* display: flex;
          align-items: center; */
      /* justify-content: space-between; */
      /* margin-left: 10px; */
      /* transition: .3s; */

      /* &:hover {
            color: var(--secound-color);
          } */

      /* i { */
      /* margin-left: 24px; */
      /* font-size: 24px; */
      /* color: #1E1E1E;
            transition: .3s;

            &:hover {
              color: var(--secound-color);
            } */
      /* } */

      /* 
          .icon-saudi_riyal {
            font-size: 20px;
            color: var(--black-color);

            span {
              font-size: 20px;
            } */
    }
  }
}




/* ---end- subheader- */
/* --------end scroll--------- */



.home_header {
  background-color: #41665729 !important;
  display: flex;
  justify-content: center;



  .header-main-content {
    border-top: 1px solid #41665729;
    display: flex;
    justify-content: center;

    .logo_bars {
      display: flex;
      flex-direction: row;
      gap: 30px;

      img {
        display: none;
        width: 107px;
        height: 34px;
        margin-right: 10px;
      }
    }

    .navigtion {
      display: flex;
      justify-content: center !important;
      align-items: center;
      align-content: center;
      padding: 10px;
      border-top: 1px solid hsla(156, 22%, 33%, 0.161);
    }

  }

  .icons_searchs {
    display: flex;
    justify-content: end;
    align-items: center;
    display: none;

    a {
      display: flex;
      align-items: center;
      justify-content: end;
      margin-left: 10px;
      transition: .3s;

      &:hover {
        color: var(--secound-color);
      }

      i {
        margin-left: 24px;
        font-size: 24px;
        color: #1E1E1E;
        transition: .3s;

        &:hover {
          color: var(--secound-color);
        }
      }

      .icon-saudi_riyal {
        font-size: 20px;
        color: var(--black-color);
        transition: .3s;

        &:hover {
          color: var(--secound-color);
        }

        span {
          font-size: 1rem;
          transition: .3s;

          &:hover {
            color: var(--secound-color);
          }
        }
      }
    }
  }
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #41665729 !important;
}

.class_search {
  position: relative;
  margin: auto;
  /* display: none;  */
  transition: .3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background-color: #41665729;

  &.active_open {
    opacity: 1;
    height: 60px;
    overflow: visible;
    transition: .3s;
  }

  input {
    /* width: 60%; */
    border-radius: 20px;
    border: 1px solid #41665729;
    margin-bottom: 20px;
    padding: 10px 20px;
    caret-color: var(--main-color);
    transition: .3s;
    margin: auto;
    display: flex;
  }

  /* i {
    position: absolute;
    left: 20px;
    top: 14px;
  } */
}


.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
  text-decoration: none;
}

.main-menu>li {
  margin-inline-end: 30px;
}

.main-menu>li>a {
  color: black;
  font-size: 16px;
  padding: 11px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  display: block;
  font-weight: 400;
}

.main-menu>li:hover>a,
.main-menu>li.active>a,
.main-menu>li.current-menu-item>a {
  color: var(--secound-color);
  /* background: var(--secound-color); */
  /* border-radius: 8px; */
}

.main-menu>li:last-of-type {
  margin: 0;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.submenu-left {
  inset-inline-start: auto !important;
  inset-inline-end: 100% !important;
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}

@media (max-width: 991px) {
  .main-menu .menu-item-has-children {
    flex-wrap: wrap;
  }
}

.main-menu .menu-item-has-children>a {
  column-gap: 5px;
  display: flex;
  align-items: baseline;
  position: relative;
}

.main-menu .menu-item-has-children>a::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  transition: 0.3s;

}

.main-menu .menu-item-has-children:hover>a::after {
  color: inherit;
}

.main-menu .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu .menu-item-has-children .sub-menu {
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 0px;
  z-index: 12;
  background: transparent;
  position: absolute;
  top: 80px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  list-style: none;
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding: 0;
  transition: 0.3s;
  display: block;

}

.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
  background-color: var(--secound-color);
  margin-bottom: -1px;

}

.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 16px;
  border-radius: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  /* width: 100%; */
  /* column-gap: 10px; */

  &:after {
    transform: rotate(180deg)
  }
}

.main-menu .menu-item-has-children .sub-menu a:hover {
  color: white;
  background: var(--main-color);
}

@media(max-width:992px) {
  .home_header {
/*     background-color: var(--white-color) !important; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    .header-main-content {
      border-top: 1px solid #41665729;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;

      .logo_bars {
        display: flex;
        flex-direction: row;
        gap: 0;
        justify-content: flex-start;
        align-items: center;

        .logo-img {

          /* height: 34px; */

          img {
            display: block;
            width: 60px;
            height: auto;
            margin-right: 0;
            padding: 10px;
          }
        }

      }

      .navigtion {
        display: flex;
        justify-content: center !important;
        align-items: center;
        align-content: center;
        padding: 10px;
        border-top: 1px solid hsla(156, 22%, 33%, 0.161);
      }

    }



    .icon {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-right: auto;
      gap: 10px;

      a {
        display: flex;
        align-items: center;
        justify-content: end;
        /* margin-left: 10px; */
        transition: .3s;
        /* gap: 20px; */

        &:hover {
          color: var(--secound-color);
        }

        i {
          /* margin-left: 24px; */
          font-size: 18px;
          color: #1E1E1E;
          transition: .3s;
          /* 
          &:hover {
            color: var(--secound-color);
          } */
        }

        .icon-saudi_riyal {
          font-size: 15px;
          color: var(--black-color);
          transition: .3s;

          &:hover {
            color: var(--secound-color);
          }

          span {
            font-size: 1rem;
            transition: .3s;

            &:hover {
              color: var(--secound-color);
            }
          }
        }
      }
    }
  }

}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 4px #41665729;
  background-color: var(--white-color) !important;
  backdrop-filter: blur(30%);
}

@media (min-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    margin-inline-start: auto;
    content: "";
  }
}

.main-menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  inset-inline-start: 100%;
}

@media (max-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .sub-menu {
    margin: 10px;
    padding: 10px;
    margin-inline-start: 10px;
  }
}

.bars {
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;

}

.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 2px;
  border-radius: 20px;
  background-color: var(--main-color);
  transition: all 0.3s;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(0px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(-1px) translateY(-1px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }

  .main-menu>li {
    margin-inline-end: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }

  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }



  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .main-menu>li {
    margin-inline-end: 0;
    /* margin-bottom: 8px; */
  }

  .main-menu>li>a {
    /* font-size: 18px;
    font-weight: 500; */
    color: var(--main-color);

    &:hover {

      /* border-radius: 8px; */
      /* width: 220px; */
    }
  }


  .bars {
    display: flex;
    padding: 20px;
  }

  .navigation {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    bottom: 0;
    inset-inline-start: -100%;
    width: 100%;
    height: auto;
    transition: 0.3s;
    z-index: 20;
    padding: 0 !important;
  }

  .navigation .main-menu {
    background: #c3d7bdb6;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    width: 50%;
  }

  .open-sidebar {
    opacity: 1;
    visibility: visible;
    inset-inline-start: 0;
  }


  .main-menu .menu-item-has-children>a::after {
    transition: 0.3s;
    color: black;
    transform: unset;
    font-size: 11px;
    color: #416556;
    margin-right: auto;
  }





  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    padding-top: 18px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-inline-start: 14px;
  }

  /* .main-menu .menu-item-has-children .sub-menu li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: white;
    font-size: 14px;
    transition: 0.3s;
    transform: rotate(180deg)
  } */



  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    margin-bottom: 0;
    padding: 10px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
    padding: 10px;
  }

  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }

  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: max-content;
  }

  .main-menu .menu-item-has-children {
    width: 100%;
    padding: 0;
  }

  .main-menu .menu-item-has-children>a {
    cursor: pointer;
  }

  .main-menu .menu-item-has-children {
    line-height: normal;
  }

  .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: block;

    .icons {
      display: flex;
      align-items: center;

      i {
        color: black;
        margin-left: 20px;

        &:hover {
          color: var(--main-color);
        }
      }

    }


    .btn_shopping {
      position: relative;
      background-color: var(--main-color);
      color: white;
      border: 1px solid var(--main-color);
      font-weight: bold;
      font-size: 16px;
      border-radius: 10px;
      padding: 7px 30px;
      font-weight: 600;
      overflow: hidden;
      transition: 0.3s ease;
      z-index: 1;

      &:hover {
        background: #FFFFFF;
        color: var(--main-color);
        border-color: #FFFFFF;
        box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
      }

      a {
        color: white;

      }


    }
  }

}

.btn-1 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: white;
  transition: .3s;
}

.btn-1:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);

}

.wc-block-components-button,
.btn-2,
button.woocommerce-Button.button,a.button.wc-forward,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  padding: 10px;
  background-color: var(--secound-color);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid var(--secound-color);
  width: 100%;
  display: block;
  transition: .3s !important;

  &:hover {
    background-color: white;
    color: var(--main-color);


  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
button.woocommerce-Button.button {
  width: auto;
}

@media only screen and (max-width: 768px) {

  .navigation .container {
    padding-inline: 20px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    background: none;

    a {
      color: #171717;
      width: 100%;
    }
  }

  .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #171717;
  }

  .navigation .main-menu {
    background-color: #8DA188;
    height: 100%;
    overflow-y: auto;
    width: 45%;
    padding: 40px 30px;
    position: absolute;
    right: 0;
  }

  .main-menu .menu-item-has-children {
    padding: 0;
  }
}

@media only screen and (max-width: 425px) {
  .navigation .main-menu {
    width: 100%;
  }

}

.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  border: 0;
}

.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;

  .icons {
    display: flex;
    align-items: center;

    i {
      color: black;
      margin-left: 20px;

      &:hover {
        color: var(--main-color);
      }
    }

  }


  .btn_shopping {
    position: relative;
    background-color: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    padding: 7px 30px;
    font-weight: 600;
    overflow: hidden;
    transition: 0.3s ease;
    z-index: 1;

    &:hover {
      background: #FFFFFF;
      color: var(--main-color);
      border-color: #FFFFFF;
      box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
    }

    a {
      color: white;

    }


  }
}

.dropdown-menu {
  background-color: white;
  text-align: center;
  border: 1px solid var(--black-color);
  transform: translate3d(none) !important;

  li {
    border: none !important;
    padding: 0px;

  }

  a {
    border: 1px solid rgb(255, 250, 250);
    border-radius: 5px;
    color: var(--black-color) !important;

  }

  a.dropdown-item {
    background: transparent;
    border: none !important;
    color: #fdf7f7 !important;
    line-height: 3;

    &:hover {
      background-color: var(--black-color);
      color: var(--main-color) !important;
    }
  }
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: absolute !important;
  transform: translatey(45px) !important;
}

@media(max-width:1200px) {
  header {
    nav {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      /* padding: 8px; */
    }

    ul:not(.dropdown-list) {
      /* display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0; */

      li {

        a {
          /* margin-left: 18px;
          color: black;
          padding: 10px 8px;
          font-size: 14px;
          font-weight: 600; */

          /* &:hover {
            color: var(--main-color);
          } */

          /* .dropdown-menu {
            li {
              font-size: 18px;

              a {
                font-size: 14px;
              }
            }
          } */

          /* .dropdown-menu .show {
            position: absolute !important;
            top: calc(100% + 80px);

            li {
              font-size: 18px;

              a {
                font-size: 14px;
              }
            }
          } */

        }

        /* .active {
          color: var(--main-color);

        } */
      }

      .nav-item {

        a {
          font-size: 14px;
          font-weight: 600;

          &:hover {
            color: var(--main-color);
          }
        }

      }
    }

    */ .icon {
      display: none;
      justify-content: space-between;
      align-items: center;

      .icons {

        i {
          color: black;
          margin-left: 20px;

          &:hover {
            color: var(--main-color);
          }
        }
      }
    }
  }
}

/* @media(max-width:992px) {
  header {
    /* box-shadow: 1px 1px 5px black; */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  /* padding: 8px;   */

  /* .logo {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    img {
      width: 50px;
      margin-left: auto;
      display: block;
    }
  } */

  /* ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;

    li {

      a {
        margin-left: 18px;
        color: black;
        padding: 10px 8px;
        font-size: 14px;
        font-weight: 600;
        transition: .3s;

        &:hover {
          color: white;
          background-color: var(--secound-color);
          border-radius: 8px;
        }

        .dropdown-menu {
          li {
            font-size: 18px;

            a {
              font-size: 14px;
              color: rgb(0, 0, 0);
            }
          }
        }

      }

      .active {
        color: var(--main-color);

      }
    }

    .nav-item {

      a {
        font-size: 14px;
        font-weight: 600;
        color: rgb(252, 252, 252);

        &:hover {
          color: var(--main-color);
        }
      }

    }
  } */

  .openbtn {
    width: 35px;
    height: 35px;
    position: relative;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 5px;
    z-index: 3;
    flex: 1 0 auto;
    /* transform: translateX(342px); */
  }

  /* .openbtn span {
    display: inline-block;
    position: absolute;
    width: 25px;
    left: 6px;
    top: 9px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition: all .4s;

    &:nth-of-type(1) {
      top: 9px;
    }

    &:nth-of-type(2) {
      top: 17px;
    }

    &:nth-of-type(3) {
      top: 25px;
    }
  } */

  /* .openbtn.active span {
    &:nth-of-type(1) {
      top: 10px;
      left: 12px;
      transform: translateY(6px) rotate(-45deg);
      width: 40%;
    }

    &:nth-of-type(2) {
      opacity: 0;
    }

    &:nth-of-type(3) {
      top: 22px;
      left: 12px;
      transform: translateY(-6px) rotate(45deg);
      width: 40%;
    }
  } */

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

    .icons {

      i {
        color: black;
        margin-left: 20px;

        &:hover {
          color: var(--main-color);
        }
      }
    }
  }

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

    a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: 10px;
      transition: .3s;

      &:hover {
        color: var(--secound-color);
      }

      i {
        margin-left: 24px;
        font-size: 20px;
        color: #1E1E1E;
        transition: .3s;

        &:hover {
          color: var(--secound-color);
        }
      }

      .icon-saudi_riyal {
        font-size: 20px;
        color: var(--black-color);

        span {
          font-size: 1rem;
        }
      }
    }
  }
}


/* .menu {
  background-color: #416657ce;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  padding-top: 70px;
  transform: translatex(100%);
  transition: all .3s;
  z-index: 2;
  color: white;

  li {
    a {
      line-height: 3;
      font-size: 17px;
      margin-bottom: 0px;
      color: white;
    }
  }
} */

.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
}





.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: statiac !important;

}

.open_menu {
  transform: translatex(0) !important;
}

.headen {
  display: block !important;
}

.headen::before {
  content: "\f00d";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;

}

/* --------start slide background--------- */
.landin_bg {
  width: 100%;

  .swiper {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 0;
    }

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

    .swiper-pagination-bullet {
      background-color: transparent;
      border: 2px solid black;
      width: 12px;
      height: 12px;
    }

    .swiper-pagination-bullet-active {
      background-color: var(--black-color);
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 30px !important;
      top: var(--swiper-pagination-top, 87%);
      left: 50%;
      width: 100%;
      transform: translatex(-50%);
    }
  }
}

/* --------end slide background---------- */
/* --------start brands--------- */
.sections {
  background-color: #F7F9F6;

  .title_main {
    margin-bottom: 48px;

  }



  .swiper.brands-slider.swiper-initialized.swiper-horizontal.swiper-rtl {
    padding-bottom: 45px;
    padding-top: 30px;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
    background-color: var(--main-color);
  }

  .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #69935c;
  }

  .swiper-slide-active {
    .brand_item {
      .imageslider {
        scale: 1.1;
        box-shadow: 0 4px 4px hwb(156 25% 60% / 0.102);
        transition: .3s;
      }
    }
  }

  .brand_item {
    .imageslider {
      transition: .3s;
      width: 152px;
      height: 152px;
      border: 2px solid #416657;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;

      img {
        max-width: 101px;
        max-height: 100px;
        width: 100%;
        object-fit: contain;
      }
    }
  }
}

@media(max-width:768px) {
  .sections {
    .swiper-slide-active {
      .brand_item {
        .imageslider {
          scale: 1.1;
          box-shadow: 0 4px 4px hwb(156 25% 60% / 0.102);
        }
      }
    }

    .brand_item {
      margin-top: -50px;

      .imageslider {
        width: 100px;
        height: 100px;
        border: 2px solid #416657;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;

        img {
          max-width: 55px;
          max-height: 45px;
          width: 100%;
          object-fit: contain;
        }
      }
    }
  }
}

/* --------end section-brands-------- */

/* ------start-Korean products--- -- */
.items_products {
  padding-bottom: 15px;
  background-color: #F7F9F6;

  .title_main {
    margin-bottom: 48px;

    @media(max-width:768px) {
      margin-bottom: 0px;
    }
  }

  .product_boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }

  .blog_menu {
    margin-top: 24px;

    ul {
      display: flex;

      li {
        position: relative;

        a {
          display: inline-block;
          font-size: 16px;
          font-weight: 400;
          color: black;
          margin-left: 5px;

          &::after {
            content: "|";
            margin-right: 5px;
          }
        }

        &:last-child a::after {
          content: "" !important;
        }
      }


    }
  }



  .productsitems {
    padding-bottom: 48px;

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
      transform: scale(1);
      background-color: var(--main-color);
    }

    .swiper-pagination-bullet {

      cursor: pointer;
      width: 10px;
      height: 10px;
      background-color: #C3D7BD;
    }

    .swiper-slide {
      height: auto;
    }


  }
}

.product_box {
  transition: .3s;
  border-radius: 8px;
  background-color: #F7F9F6;
  transition: .3s;
  height: 100%;
  display: flex;
  flex-direction: column;

  &:hover {
    /* box-shadow: 0 4px 4px #0000001A; */
    background-color: #C3D7BD33;

    &:hover .body_item {
      background-color: #C3D7BD33;
    }

    &:hover img {
      border-radius: 8px 8px 0 0;
    }
  }

  &:hover img {
    border-radius: 8px 8px 0 0;
  }

  .holder_image {
    width: 100%;

    img {
      height: 270px;
      border-radius: 8px;
      width: 100%;
      object-fit: cover;
      transition: .3s;
    }
  }

  .body_item {
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background-color: #F7F9F6;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;

    .header_titel {
      font-size: clamp(16px, 3vw, 18px);
      font-weight: bold;
      color: var(--black-color);
      margin-bottom: 16px;
    }

    .description {
      font-size: 15px;
      font-weight: 500;
      color: var(--black-color);
      margin-bottom: 16px;
      text-align: center;
    }

    .icon-saudi_riyal {
      font-size: clamp(16px, 3vw, 20px);
      font-weight: bold;
      color: var(--black-color);
      margin-bottom: 16px;

      span {
        font-size: clamp(16px, 3vw, 20px);
        font-weight: bold;
        color: var(--black-color);
        margin-left: 5px;
      }
    }

    .btn_shopping {
      width: fit-content;
      margin: auto auto 0;
      transition: .3s;
      background-color: transparent;
      color: var(--secound-color);
      border: 1px solid var(--secound-color);
      border-radius: 8px;

      &:hover {
        background-color: var(--secound-color);
        color: white;
      }

      &:hover img {
        border-radius: 8px 8px 0 0;
      }

    }
  }

}

nav.navigation.pagination {
  justify-content: center;
}

.menu_page,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;

  li,
  .page-numbers {
    border: 1px solid var(--main-color);
    background-color: transparent;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: .3s;
    color: var(--main-color);
    padding: 3px 3px 4px;
    font-size: 16px;
    font-weight: 600;


    &:hover {
      background-color: var(--main-color);
      color: white;
    }

  }
}

/* ------end-Korean products--- -- */
/* --------start about us--------- */
.about {
  background-image: url(../image/white-bottles-with-greenery-flowers-white-background\ 1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .about_us {
    .title_aboutus {
      padding-top: 64px;
      padding-bottom: 48px;
    }

    .text_about {
      padding-bottom: 50px;

      .conten_about {
        font-size: clamp(16px, 2vw, 20px);
        /* font-weight: bold; */
        color: var(--black-color);
        text-align: start;
        line-height: 1.8;
        max-width: 100%;
        padding-top: 40px;

        span {
          color: var(--main-color);
        }
      }

      .description_about {
        text-align: center;
      }

      .video_about {
        height: 100%;
        position: relative;
        height: 270px;

        &::after {
          content: "";
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          background-color: #0000003D;
          z-index: 3;
          border-radius: 8px;
        }

        video {
          width: 100%;
          object-fit: cover;
          border-radius: 8px;
          height: 270px;
          position: relative;

          &::after {
            content: "";
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index: -1;
          }
        }

        i {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          color: white;
          font-size: 20px;
          z-index: 5555;
        }
      }
    }
  }
}

@media(max-width:768px) {
  .about {
    background-image: url(../image/white-bottles-with-greenery-flowers-white-background\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .about_us {
      padding-bottom: 48px;

      .text_about {
        padding-bottom: 0;

        .conten_about {
          text-align: center;
        }

        .video_about {
          video {
            width: 100%;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 30px;
            height: 270px;
          }

          i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 20px;
          }
        }
      }
    }
  }
}

/* --------end about_us--------- */
/* - ----start-skin _care---- - */
/* --------end about_us--------- */
/* - ----start-skin _care---- - */
.item_sectionproduct {
  background-color: #F7F9F6;

  .main_video {
    position: relative;
    border-radius: 8px;
  }

  .video_about {
    width: 100%;
    margin-top: 34px;
    height: 540px;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: #0000003D;
      border-radius: 8px;
    }

    video {
      width: 100%;
      border-radius: 8px;
      display: block;
      height: 100%;
      object-fit: cover;
      display: block;


    }

    .content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 78%;
      z-index: 555;

      .main_hero {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        color: white;
        text-align: center;
        line-height: 2;
        margin-bottom: 48px;
      }

      .btn_main {
        .btn_consultent {
          padding-top: 48px;
          color: white;
          border: 1px solid white;
          border-radius: 8px;
          font-size: 20px;
          font-weight: bold;
          padding: 6px 20px 7px;
          width: fit-content;
          margin: auto;
          display: inline-block;
          display: flex;
          transition: .3s;

          &:hover {
            background-color: var(--black-color);
            border-color: transparent;

          }

        }
      }

    }

  }

  .products_items {
    padding-bottom: 48px;
    margin-top: 20px;

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
      transform: scale(1);
      background-color: var(--main-color);
    }

    .swiper-pagination-bullet {

      cursor: pointer;
      width: 10px;
      height: 10px;
      background-color: #C3D7BD;
    }

    .swiper-slide {
      height: auto;
    }

    .product_box {
      transition: .3s;
      border-radius: 8px;
      background-color: #F7F9F6;
      transition: .3s;
      height: 100%;
      display: flex;
      flex-direction: column;

      &:hover {
        /* box-shadow: 0 4px 4px #0000001A; */
        background-color: #C3D7BD33;

        &:hover .body_item {
          background-color: #C3D7BD33;
        }

        &:hover img {
          border-radius: 8px 8px 0 0;
        }
      }

      .holder_image {
        transition: .3s;
        width: 100%;

        img {
          height: 270px;
          border-radius: 8px;
          width: 100%;
          object-fit: cover;
          transition: .3s;
        }
      }

      .body_item {
        padding: 16px;
        border-radius: 0 0 8px 8px;
        background-color: #F7F9F6;
        transition: .3s;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        align-items: center;

        .header_titel {
          font-size: clamp(16px, 3vw, 20px);
          font-weight: bold;
          color: var(--black-color);
          margin-bottom: 16px;
        }

        .description {
          font-size: 16px;
          font-weight: 500;
          color: var(--black-color);
          margin-bottom: 16px;
          text-align: center;
        }

        .icon-saudi_riyal {
          font-size: clamp(16px, 3vw, 20px);
          font-weight: bold;
          color: var(--black-color);
          margin-bottom: 16px;

          span {
            font-size: clamp(16px, 3vw, 20px);
            font-weight: bold;
            color: var(--black-color);
            margin-left: 5px;
          }
        }

        .btn_shopping {
          width: fit-content;
          margin: auto auto 0;
          transition: .3s;
          background-color: transparent;
          color: var(--secound-color);
          border: 1px solid var(--secound-color);
          border-radius: 8px;

          &:hover {
            background-color: var(--secound-color);
            color: white;
          }
        }
      }

    }
  }
}

/* - ----end-skin _care---- - */

/* -- ---start --Features---- */
.Features {
  background-image: url(../image/background2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 37px 0 38px 0;
  margin-bottom: 64px;

  .Features_boxs {
    border: 1px solid var(--secound-color);
    border-radius: 8px;
    padding: 16px;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

    .item_box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;

      .image_main {
        width: 149px;
        height: 135px;
        margin-bottom: 31px;

        img {
          width: 100%;
          height: 100%;
        }


      }

      .box_text {
        text-align: center;
        height: 100%;

        .title_box {
          margin-bottom: 36px;
          font-size: 20px;
          font-weight: bold;
          color: #20332B;
          text-align: center;

        }

        .description {
          margin-bottom: 20px;
          font-size: 18px;
          font-weight: 500;
          color: #20332B;
        }
      }
    }
  }
}

@media(max-width:768px) {
  .Features {
    .Features_boxs {
      .item_box {
        .image_main {
          width: 100px;
          height: 90px;
        }

        .box_text {
          text-align: center;
          height: 100%;

          .title_box {
            margin-bottom: 36px;
            font-size: 20px;
            font-weight: bold;
            color: #20332B;
            text-align: center;

          }

          .description {
            margin-bottom: 20px;
            font-size: 20px;
            font-weight: 500;
            color: #20332B;
          }
        }
      }
    }
  }
}

/* ---end --Features----  */
/* -----start---Customer opinions------ */
.Customer_opinions {
  background-color: #F7F9F6;
  padding-bottom: 50px;

  .title_main {
    margin-bottom: 10px;
  }

  .Features {
    background-image: url(../image/background2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 37px 0 38px 0;
    margin-bottom: 64px;

    .Features_boxs {
      border: 1px solid var(--secound-color);
      border-radius: 8px;
      padding: 16px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

      .item_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;

        .image_main {
          width: 149px;
          height: 135px;
          margin-bottom: 31px;

          img {
            width: 100%;
            height: 100%;
          }


        }

        .box_text {
          text-align: center;
          height: 100%;

          .title_box {
            margin-bottom: 36px;
            font-size: 20px;
            font-weight: bold;
            color: #20332B;
            text-align: center;

          }

          .description {
            margin-bottom: 20px;
            font-size: 20px;
            font-weight: 500;
            color: #20332B;
          }
        }
      }
    }
  }

  .Customeropinions {
    padding-bottom: 40px;
  }

  .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #314E42;
  }

  .item_opinion {
    background: linear-gradient(#C3D7BDCC, #C3D7BDCC), url(../image/abstract-background-with-decorative-cosmetics-white-background-with-3d-elements-minimalist-design-modern-look-light-shadow-effects\ 1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;

    .head {
      .head_icon {
        position: relative;
        display: flex;
        flex-grow: 1;

        .icon_user {
          width: 69px;
          height: 69px;
          background-color: #F7F9F6;
          border: 5px solid #F7F9F6;
          border-radius: 50%;
          transform: translate(-3px, -33px);
          flex-shrink: 0;
        }

        img {
          width: 100%;
          height: 100%;
        }

        &:after {
          content: "";
          position: absolute;
          width: 180px;
          border: 1px solid white;
          right: 0;
          top: 60px;
        }
      }

      .content {
        padding: 0 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;

        .textone {
          font-size: 20px;
          font-weight: bold;
          color: black;
        }

        .stars_icon {
          display: flex;
          margin-right: auto;
          align-items: center;

          i {
            margin: 2px;
            color: #FCE340;
            font-size: 14px;
          }
        }
      }
    }

    p {
      font-size: 16px;
      font-weight: 500;
      padding: 16px;
    }
  }
}

/* ------end_Customer opinions------ - */
/*------------start-footer ------- --*/
.footer {
  background: linear-gradient(#20332BE0, #20332BE0), url(../image/footerbanner.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .total_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 15px 0;
    justify-content: center;
    align-content: center;
    justify-items: center;
    text-align: center;

    div .addrass {
      font-weight: bold;
      color: white;
      text-align: start;
      font-size: 18px;

    }

    ul {
      text-align: start;
    }

    .Terms ul li a {
      gap: 10px;
      margin-bottom: 3px;
    }

    .Terms ul li P {
      margin-bottom: 0px;
    }
  }

  .bottomfooter {
    /* display: flex;
       justify-content: center; */
    align-items: center;
    border-top: 1px solid white;
    box-shadow: 2px 2px 5px white;
    text-align: center;

    .icons {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px;
      align-items: center;

      div {
        padding: 5px 12px;
        border-radius: 10px;

        &:hover {
          box-shadow: 2px 2px 15px var(--main-color);
        }
      }

    }

    .pragre {
      color: white;
      font-size: 16px;
      padding: 20px;
      transition: .3s;

      span {
        color: white;
        font-weight: 600;
        transition: .3s;

        a {
          color: white;
          font-weight: 600;
          transition: .3s;
        }
      }

      &:hover {
        color: var(--white-color);
      }

      &:hover span {
        color: var(--white-color);
      }
    }
  }

  ul {
    padding-right: 0px;

    li {
      margin-left: 15px;

      a {
        color: white;
        line-height: 2;
        transition: .3s;
        font-size: 18px;
        font-weight: 500;

        &:hover {
          color: var(--white-color);
          transform: scale(.98);
        }

        &:hover i {
          color: var(--white-color);
          transform: scale(.98);
        }

        i {
          padding: 10px;
          text-align: center;
          transition: .3s;
          width: 40PX;
          height: 40PX;
          color: white;

          &:hover {
            color: var(--white-color);
            transform: scale(.98);
          }
        }
      }


    }
  }

  .icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
    gap: 48px;

    img {
      width: 40px;
      height: 40px;
    }
  }
}

.footer .arrwa_call {
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 10px;
  right: 10px;
  position: fixed;
  z-index: 5555;
  gap: 10px;

  .call {

    color: white;
    bottom: 30px;
    right: 35px;
    border: 1px solid green;
    border-radius: 50%;
    background: green;
    width: 65px;
    height: 65px;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;

    a {
      color: white;
    }

    i {
      font-size: 40px;
      transition: .3
    }

    &:hover {
      background: var(--black-color);
      color: white;
      box-shadow: 2px 2px 7px green, -2px -2px 7px green;
    }
  }

  .arrwa {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    padding: 15px 19px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    width: 50px;
    height: 50px;
    right: 40px;

    &:hover {
      background: var(--black-color);
      color: white;
      box-shadow: 2px 2px 7px var(--main-color), -2px -2px 7px var(--main-color);
    }

  }
}

.total_footer {
  .social {
    .logo_footer {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      margin-bottom: 10px;
      width: 95px;
      /*       height: 104px; */

      img {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
      }
    }
  }

  .text {
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-align: right;
  }

  .social {
    .socail_menu {
      li .fa-whatsapp {
        background-color: #1BD741;
        border-color: transparent;
        font-size: 25px;
        padding: 6px 12px;
        color: white;

        &:hover {
          color: var(--black-color);
        }
      }

      li .fa-tiktok {
        background-color: black;
        border-color: transparent;
        color: white;
      }

      li .fa-x-twitter {
        background-color: white;
        border-color: transparent;
        color: black;

        &:hover {
          color: var(--main-color);
        }
      }

      li .fa-instagram {
        background: linear-gradient(to bottom, #FBCE29 20%, #F32E73, #A21CAF);
        border-color: transparent;
        color: #A21CAF;
        font-size: 25px;
        padding: 6px 12px;
        border-color: #A21CAF;

        &:hover {
          color: var(--main-color);
        }
      }


    }
  }
}



@media(max-width:1024px) {
  .footer {
    .total_footer {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
  }
}

@media(max-width:400px) {
  .footer {
    .total_footer {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 50px;
      justify-items: start;
    }
  }
}

@media(max-width:375px) {
  .footer {
    .total_footer {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      padding: 40px 0;
      justify-content: center;
      align-content: center;
      justify-items: center;
      text-align: center;

      div .addrass {
        text-align: center;

      }

      ul {
        text-align: center;
      }

    }
  }

  .total_footer {
    .social {
      .logo_footer {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-bottom: 10px;
        width: 83px;
        height: 104px;
        margin: auto;

        img {
          margin-bottom: 10px;
          width: 100%;
          height: 100%;

        }
      }
    }

    .text {
      font-size: 20px;
      font-weight: 500;
      color: white;
      text-align: center;
    }
  }
}

/*------------end- footer------- --*/
/* - start-Sections aboutus-- */
.category {
  .about-slider {
    padding-bottom: 40px;
  }

  a {
    width: 100%;

    .content {
      font-weight: 500;
      font-size: 20px;
      text-align: center;
      margin-top: 30px;
      color: black;
      transition: .3s;
    }

    &:hover .imageholder {
      box-shadow: 0 4px 4px #00000040;
    }
  }

  .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--secound-color);
  }

  .category_item {
    width: 100%;

    .category_boxs {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 169px;
      border-radius: 8px;
      /* margin-bottom: 100px; */
      display: flex;
      justify-content: center;
      align-items: end;

      .imageholder {
        width: 81px;
        height: 81px;
        background-color: #314E42;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid white;
        margin-bottom: -20px;
        transition: .3s;

        img {
          width: 45px;
          height: 45px;
        }
      }

    }

    &:hover .content {
      font-weight: bold;
      font-size: 20px;
    }
  }


}

/* - end-Sections aboutus- */
.btn_shopping {
  border-radius: 12px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 30px;
  color: white;
  font-size: 16px;
  font-weight: 600;

  &:hover {
    background-color: #F4F4F4;
    border-color: transparent;
    box-shadow: 0px 3px 6px hwb(0 0% 100% / 0.26);
    color: var(--main-color);
  }
}

/* ------end-Why choose our honey?------*/
/* ----- start-Our products------------- */
.title {
  margin-block: 40px;
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
}

.swiper-slide {

  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 20px;
  padding-top: 30px;

  .item_product {
    background-color: #F4F4F4;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;

    &:hover {
      box-shadow: 0px 3px 6px hwb(0 0% 100% / 0.26)
    }

    img {
      border-radius: 25px 25px 0px 0px;
    }
  }

  .text_product {
    padding: 20px 20px;
    background-color: #F4F4F4;
    border-radius: 0px 0px 25px 25px;
    text-align: start;
  }

  .name_proudcut {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .name_price {
    margin-bottom: 20px;
    color: #BB5D00;
    font-size: 20px;
    font-weight: bold;
  }

  .weight {
    font-size: 20px;
    font-weight: 600;
    color: black;
  }

  .btn_shopping {
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 6px 30px;

    &:hover {
      background-color: #FFFFFF;
      box-shadow: 0 3px 6px hwb(0 0% 100% / 0.26);
      border-color: transparent;
      color: var(--main-color);
    }

    &:hover a {
      color: var(--main-color)
    }
  }
}

.products-slider {
  /* padding-top: 2rem; */

  .swiper-button-next:after {
    content: '\f054';
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;

  }

  .swiper-button-prev:after {
    content: '\f104';
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;
  }

  .swiper-button-next {
    top: 35px;
    left: 85px;
    color: var(--secound-color);
    transition: .3s;

    &:hover:after {
      background-color: #F49F1E;
      color: white;
    }

  }

  .swiper-button-prev {
    right: 1010px;
    color: var(--secound-color);
    top: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;

    &:hover:after {
      background-color: #F49F1E;
      border-radius: 50%;
      color: white;
    }

  }
}

@media(max-width:1200px) {
  .products-slider {
    /* padding-top: 5rem; */

    .swiper-button-next {

      left: 220px;
    }

    .swiper-button-prev {

      right: 780px;
    }
  }
}

@media(max-width:1024px) {
  .products-slider {
    /* padding-top: 2rem; */

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 75px;
    }

    .swiper-button-prev {

      right: 900px;
    }
  }
}

@media(max-width:992px) {
  .products-slider {
    /* padding-top: 2rem; */

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 75px;
    }

    .swiper-button-prev {

      right: 648px;
    }
  }
}

@media(max-width:767px) {
  .products-slider {
    /* padding-top: 5rem; */

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 80px;
    }

    .swiper-button-prev {

      right: 900px;
    }
  }
}

@media(max-width:500px) {
  .products-slider {
    /* padding-top: 2rem; */

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 125px;
    }

    .swiper-button-prev {

      right: 325px;
    }
  }
}

@media(max-width:375px) {
  .products-slider {
    /* padding-top: 2rem; */

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 90px;
    }

    .swiper-button-prev {

      right: 285px;
    }
  }
}

/* ----- end-Our products------------- */
/*----- start-productdateils ------- */
.blog_menu {

  ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;

    li {

      a,
      span {

        font-weight: 400;
        display: block;
        color: black;
        padding-left: 5px;
        font-size: clamp(12px, 2vw, 18px) !important;


        &::after {
          content: "|";
        }
      }

      &:last-child a::after,
      span::after {
        display: none;
      }
    }
  }

}

.product_dateils {
  .blog_menu {

    ul {
      display: flex;
      justify-content: flex-start;
      padding-top: 28px;

      li {
        a {

          font-weight: 400;
          display: block;
          color: black;
          padding-left: 5px;
          font-size: clamp(12px, 2vw, 18px) !important;


          &::after {
            content: "|";
          }
        }

        &:last-child a::after {
          content: "" !important;
        }
      }
    }

  }

  .image_product {
    img {
      max-height: 466px;
      width: 100%;
    }
  }

  .colection_btn form {
    display: flex;
   flex-direction: column;
        align-items: flex-start;
    gap: 5px;
  }

  .gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .gallery-main {
    width: 75% !important;
    height: 440px;
    box-shadow: 0 50px 75px 50px rgba(#1e1e1e, 0.18);

    .swiper-button {

      &-prev,
      &-next {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
        height: 75px;
        width: 40px;
        color: #e9e9e9;
        background: #1e1e1e;

        &::after {
          font-size: 12px;
        }
      }

      &-prev {
        right: 40px;
        border-right: 1px solid #e9e9e9;
      }
    }
  }

  .input-group {
    width: 172px !important;
    height: 40px !important;

    .btn-dark,
    .btn-outline-secondary {
      width: 40px;
      height: 40px;
      font-size: 24px;
      font-weight: bold;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      background-color: #41665799;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s;
      border-color: transparent;

      &:hover {
        background-color: var(--secound-color);
      }


    }

    .text-center {
      font-size: 20px;
      font-weight: bold;
      height: 40px;
    }


  }

  .btn_shopping {
    padding: 6px 81px 7px;
    background-color: var(--secound-color);
    transition: .3s;
    color: white;
    border-color: transparent;

    &:hover {
      background-color: #41665799;
    }
  }

  .socail {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    align-items: center;

    .title_social {
      font-weight: 500;
      font-size: 16px;
      color: black;

    }


    ul {
      display: flex;
      gap: 15px;
      margin-bottom: 0;
      padding-right: 0;

      i {
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        text-align: right;
        color: #20332B;
        width: 18px;
        height: 20px;

      }
    }
  }

  .tabs_main {
    border-top: 0 !important;

    .nav-tabs {
      border-bottom: 1px solid var(--secound-color) !important;

    }
  }

  .gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(#000, 0.3);
    color: #ffffff;

    .swiper-slide-active & {
      animation: slide-in 0.3s ease-in both;
    }
  }

  .gallery-thumbs {
    order: -1;
    width: 25%;
    height: 390px;
    margin-right: 15px;
    padding-left: 15px;
    overflow: hidden;

    .swiper-slide {
      img {
        transition: 0.3s;
      }

      &-active {
        opacity: 0.9;
      }

      &-thumb-active {
        opacity: 1;

        img {
          margin-left: -15px;
        }
      }
    }
  }

  .swiper-button-prev::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: black;
    position: absolute;
    font-size: 15px;
    background-color: #F4F0ED;
    padding: 8px 18px;
    border-radius: 15px;

  }

  .swiper-button-next::after {
    content: "\f106";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: black;
    font-size: 15px;
    background-color: #F4F0ED;
    padding: 8px 18px;
    border-radius: 15px;
  }

  .swiper-button-next {
    top: 95%;
    right: 15%;
  }

  .swiper-button-prev {
    top: 95%;
    right: 5%;
  }

  .swiper-slide {
    padding-top: 0 !important;
    border-radius: 20px !important;
  }

  .swiper-slide img {
    border-radius: 20px;
    object-fit: cover;
  }

  .swiper-vertical>.swiper-wrapper {
    gap: 10px
  }



  /**
 * Optionnal
 */
  html,
  body {
    width: 100%;
    height: 100%;
  }

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

  @keyframes slide-in {
    from {
      opacity: 0;
      right: -50%;
    }
  }

  .center {
    width: 150px;
    margin: 40px auto;

  }

  .center {
    width: 150px;
    margin: 40px auto;

  }

  .product_title {
    margin-bottom: 32px;

    .third_tilte {
      font-size: clamp(18px, 3vw, 24px);
      font-weight: Bold;

    }

    .fa-solid {
      color: #FCE340;
      margin-bottom: 20px;
    }

    .icon-saudi_riyal {
      color: black;
      font-weight: bold;
      font-size: 24px;
      margin-left: 10px;

      &::before {
        margin-right: 6px;
        position: relative;
      }

    }

    span {
      color: black;
      font-weight: bold;
      font-size: 24px;
      margin-right: 10px;
    }

    .product-short-description {
      border-top: 1px solid #8DA18852;
      padding: 16px;
      border-bottom: 1px solid #8DA18852;
      font-size: clamp(14px, 3vw, 20px);
      font-weight: 500;
      margin-block: 1rem;
    }

    .we {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .form-select {
/*       width: 60%; */
/*       background-color: #FFD79A; */
/*       border-radius: 15px; */
/*       margin-bottom: 20px; */

      &:focus {
        box-shadow: none;
/*         border-color: transparent; */
      }
    }

    /* .input-group {
      width: 50%px !important;
    } */

    .buttons_sell {
      border: 1px solid black;
      border-radius: 8px;

      .sale {
        background-color: #F49F1E !important;
        color: white;
      }
    }


  }

  .tabs_main {
    transition: .3s;


    .nav-tabs {

      display: flex;
      flex-direction: row !important;
      justify-content: center;
      background-color: transparent;
      transition: .3s;
      border-bottom: 1px solid #8DA18852 !important;
      padding-bottom: 16px;


    }

    .nav-tabs .nav-link {
      color: #8da188;
      border: 0;
      font-size: 18px;
      transition: .3s;

      &::after {
        content: "|";
        margin-right: 32px;
      }

      &.active {
        color: black;
        font-weight: bold;
        border-radius: 0;
        background-color: transparent;
      }

    }
  }

  .nav-item {
    &:last-child .nav-link::after {
      content: "";
    }
  }

  #myTabContent {
    .content_tabs:not(.product-reviews) {
      font-size: clamp(14px, 3vw, 20px);
      font-weight: 500;
      text-align: start;
      border-bottom: 1px solid #8DA18852;
      margin-top: 24px;
      padding-bottom: 48px;


      .tiltle_product {
        margin-bottom: 20px;
      }

      .text_product {
        margin-bottom: 15px;
      }

      img {
        width: 15px;
        height: 15px;
        margin-left: 10px;
      }
    }

  }
}

@media(max-width:768px) {
  .product_dateils {
    .image_product {
      display: flex;
      justify-content: center;


    }

    .product_title {
      margin-bottom: 32px;
      display: flex;
      justify-content: center;
      flex-direction: column;
/*       align-items: center; */
    }

  }

  .swiper-button-prev::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: black;
    position: absolute;
    font-size: 15px;
    background-color: #F4F0ED;
    padding: 8px 8px;
    border-radius: 15px;

  }

  .swiper-button-next::after {
    content: "\f106";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: black;
    font-size: 15px;
    background-color: #F4F0ED;
    padding: 8px 8px;
    border-radius: 15px;
  }


  .gallery-main {

    height: 342px;

  }

  .gallery-thumbs {
    height: 290px;
  }



}

@media(max-width:600px) {
  .product_dateils {
    .colection_btn {
      display: flex;
      flex-direction: column;

/*       .buttons_sell {
        margin: auto;
      } */
    }



  }

  .swiper-button-prev::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: black;
    position: absolute;
    font-size: 15px;
    background-color: #F4F0ED;
    padding: 8px 8px;
    border-radius: 15px;

  }

  .swiper-button-next::after {
    content: "\f106";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: black;
    font-size: 15px;
    background-color: #F4F0ED;
    padding: 8px 8px;
    border-radius: 15px;
  }


  .gallery-main {

    height: 342px;

  }

  .gallery-thumbs {
    height: 290px;
  }



}



/*----- end-productdateils ------- */
/* ---- start-productdateils-blog ----- */
.product_dateils {
  background-color: #F7F9F6;

  .title_main {
    margin-top: -35px !important;
  }

  .blog_item {
    margin-bottom: 64px;
  }


}

.artical_blog {
  display: flex;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 4px 4px 0px #41665740;
  gap: 20px;
  transition: .3s;
  height: 100%;


  &:hover {
    box-shadow: 0px 4px 4px 0px #41665788;
  }



  .image_artical {
    width: 240px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex: 1 0 auto;


    img {
      width: 100%;
      height: 100%;
      border-radius: 0 8px 8px 0;
    }
  }

  .content_artical {
    padding: 16px;
    display: flex;
    flex-direction: column;

    .title_blog {
      font-weight: bold;
      font-size: 20px;
      text-align: right;
      margin-bottom: 16px;

      a {
        color: var(--main-color);
        transition: .3s;

        &:hover {
          color: var(--secound-color);
        }
      }


    }

    .describtion {
      font-weight: 500;
      font-size: 16px;
      text-align: right;
      margin-bottom: 24px;
    }

    .btn_shopping {
      padding: 6px 36px 7px;
      font-weight: bold;
      font-size: 20px;
      color: white;
      transition: .3s;
      display: flex;

      margin-top: auto;

      &:hover {
        background-color: white;
        color: var(--main-color);
        border: 1px solid var(--secound-color);
      }
    }
  }
}

@media (max-width:1024px) {




  .artical_blog {
    display: flex;
    flex-direction: column;
    border-radius: 8px;

    &:hover {
      box-shadow: 0px 4px 4px 4px #41665788;
    }



    .image_artical {
      width: 100%;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      flex: 1 0 auto;
      height: 250px;


      img {
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 0 0;
        object-fit: cover;
      }
    }

    .content_artical {
      padding: 16px;
      display: flex;
      flex-direction: column;

      .title_blog {
        font-weight: bold;
        font-size: 20px;
        text-align: right;
        margin-bottom: 16px;




      }

      .describtion {
        font-weight: 500;
        font-size: 16px;
        text-align: right;
        margin-bottom: 24px;
      }

      .btn_shopping {
        padding: 6px 36px 7px;
        font-weight: bold;
        font-size: 20px;
        color: white;
        transition: .3s;
        display: flex;

        margin-top: auto;

        &:hover {
          background-color: white;
          color: var(--main-color);
          border: 1px solid var(--secound-color);
        }
      }
    }

  }
}

/* --- end-productdateils-blog ----- */
/* --- start-singblog --- */
.single_blog {
  .title_pageblog {
    font-weight: bold;
    font-size: 32px;
    text-align: center;

  }

  .image_blog {
    img {
      border-radius: 8px;
    }
  }

  .content {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #20332B;
    margin-bottom: 24px;
    line-height: 1.6;
    margin-top: 35px;

  }

  .content_singleblog {
    margin-top: 32px;
    margin-bottom: 62px;


  }
}

.main_titlehero {
  font-weight: 700;
  font-size: 20px;
  color: #20332B;

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}

.content {
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #20332B;
  margin-bottom: 24px;
  line-height: 1.6;
  margin-top: 16px;
  padding: 10px;

}

/* ---end--singblog---  */
/* ----start-conactus---- */
.Contact_us {
  background-image: url(../image/flat-lay-hydro-alcoholic-gel-with-copy-space\ 1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;

  .title_main {
    font-size: clamp(20px, 3vw, 32px);
    margin-bottom: 50px;
    font-weight: bold;
    color: black;
    margin-top: -29px;
  }

  label {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin-bottom: 16px;
    color: #20332B;
  }

  input {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(141, 161, 136, 0.24) 0%, rgba(65, 102, 87, 0.24) 100%);
    box-shadow: 0px 4px 4px 0px #4166571A;
    transition: .3s;
    margin-bottom: 24px;

    &:hover {
      box-shadow: 0px 4px 4px 0px hsla(156, 22%, 33%, 0.251);


    }

  }

  textarea {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(141, 161, 136, 0.24) 0%, rgba(65, 102, 87, 0.24) 100%);
    box-shadow: 0px 4px 4px 0px #4166571A;
    transition: .3s;
    margin-bottom: 24px;
    height: 106px;

    &:hover {
      box-shadow: 0px 4px 4px 0px hsla(156, 22%, 33%, 0.251);


    }

  }

  &::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #20332B80;
  }

  .form-control {
    &:focus {
      border: 1px solid transparent;
      box-shadow: none;
    }
  }

  .btn_consultion {
    padding: 7px;
    background-color: var(--secound-color);
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid var(--secound-color);
    width: 100%;
    display: block;
    transition: .3s;

    &:hover {
      background-color: white;
      color: var(--main-color);


    }

  }

  .Contactus_socail {
    margin-top: 40px;

    .tilte_call {
      font-weight: bold;
      font-size: 20px;
      text-align: right;
      color: #20332B;
      margin-bottom: 16px;

    }

    .describtion {
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      text-align: right;
      margin-bottom: 24px;

    }

    a {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      text-align: right;
      color: black !important;
      margin-bottom: 24px;
      display: inline-block;

      i {
        width: 15px;
        height: 15px;
        color: black;
        margin-left: 10px;
        font-size: 18px;
        font-weight: bold;
      }
    }
  }
}

/* ----end-conactus---- */
/* -start privacy policy--- */
.privacy_policy {
  .main_titlehero {
    text-align: center;
  }

  .content {
    border-bottom: 1px solid #8DA18852;
    padding-bottom: 36px;
  }
}

/* --end privacy policy ---- */


.dropdown-parent {
  position: relative;
  display: inline-block;

  i {
    font-size: 20px;

    @media (max-width:768px) {
      font-size: 1rem;
    }
  }

  i.fa-light.fa-chevron-down {
    font-size: 12px;
  }
}

.dropdown-parent .dropdown-list {
  width: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  inset-inline-end: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  transition: all 0.4s;

  @media (max-width:768px) {
    inset-inline-end: 0;

  }
}

.dropdown-parent .dropdown-list li {
  text-align: center;
  transition: 0.3s;
}

.dropdown-parent .dropdown-list a {
  padding: 10px;
  align-items: center;
  font-size: 16px;
  color: #171717;
  text-align: center;
  justify-content: flex-start !important;
  display: flex;
  width: 100%;
  column-gap: 10px;
  transition: 0.3s;
}

.dropdown-parent .dropdown-list a:hover {
  color: #171717;
}

.dropdown-parent:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}



/* .search-form-wrapper {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding: 0 25px 0 15px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s;
} */

/* .search-form-wrapper:has(.open) {
  border-radius: 30px 30px 0 0;
} */

/* .search-form-wrapper:focus-within {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.438);
} */

/* .search-form-wrapper .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
} */

.search-form-wrapper .search-form .search-btn {
  border: none !important;
  color: #120F0D;
  font-size: 20px;
  transition: 0.3s;
  padding-top: 8px;
  position: absolute;
  left: 3px;
  top: 3px;
}

.search-form-wrapper .search-form .search-btn:hover {
  color: var(--main-color);
}

/* .search-form-wrapper .search-form .form-control {
  padding-block: 10px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #120F0D;
  font-size: 18px;
  box-shadow: none;
} */

.search-form-wrapper .search-form .form-control::-moz-placeholder {
  color: #120F0D;
  font-size: 14px;
  opacity: 0.5;
}

.search-form-wrapper .search-form .form-control::placeholder {
  color: #120F0D;
  font-size: 14px;
  opacity: 0.5;
}

.search-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  max-height: 100px;
  margin-top: 5px;
}


.price_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.old-price {
  text-decoration: line-through;
  opacity: 0.4;

  span {
    font-weight: normal !important;
  }
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl;
}


.woocommerce-info {
  border-top-color: var(--secound-color);

  &:before {
    color: var(--secound-color);

  }
}

.woocommerce a.added_to_cart,
a.wc-block-components-product-name,
.review-form-wrapper a {
  color: var(--secound-color);
}

p.logged-in-as,
.wc-block-components-checkbox__label,
.form-helper {
  a {
    color: var(--secound-color);
  }
}

.product-reviews {
  margin-top: 24px;
}

p.comment-form-comment {
  display: flex;
  flex-direction: column;
}

:root {
  --wp--preset--font-size--small: 16px;
}

.wc-block-components-product-metadata__description {
  display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {

  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.wc-block-checkout__form .wc-block-components-address-form__country .wc-blocks-components-select {
  margin-top: 12px;
}

textarea#comment {
  border-radius: 8px;
  border: 0;
  box-shadow: 0 0 0 1px var(--secound-color);
  padding: 10px;
  transition: .3s;
  margin-top: 10px;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: rtl;
}

form.contact-form.woocommerce-form {
  background: #e0e6e4;
  padding: 1rem;
  border-radius: 8px;

  label {
    margin-bottom: 10px;
  }
}


#search-results {
  list-style: none;
  background: #F3F3F3;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 30px;
  z-index: 2;
  width: calc(100% - 24px);
  margin-inline: auto;
}

#search-results::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 20px;
}

#search-results.open {
  padding: 20px;
}

#search-results li {
  margin-bottom: 15px;
}

#search-results li a {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  font-size: 16px;
  color: var(--main-color);
}

#search-results li a img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  flex-grow: 0;
  flex-shrink: 1;
}

#search-results li a:hover {
  color: var(--secound-color);
}

nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  background: #d9e1dc;
  padding: 1rem;
  border-radius: 10px;

  a {
    color: var(--secound-color);

    line-height: 2;

    &:hover {
      color: var(--main-color);
    }
  }
}

header.woocommerce-Address-title.title {
  font-size: 16px;
  text-align: start;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    font-size: 13px;
}


 
.variation-row.mb-3 {
    display: flex;
    gap: 20px;
	align-items: center;
    select {
        min-width:200px;
       
    }
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

button.btn_shopping.single_add_to_cart_button.wc-variation-selection-needed {
    opacity: 0.5;
    cursor: not-allowed;
}

.variations.mb-4 {
    margin-bottom: 0 !important;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

/* ========================================
   WooCommerce Product Gallery Styles
   ======================================== */
.woocommerce-product-gallery-wrapper {
  width: 100%;
}

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 20px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 10px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Thumbnails styling */
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  width: calc(25% - 8px);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover,
.woocommerce-product-gallery .flex-control-thumbs li.flex-active {
  opacity: 1;
  border-color: var(--secound-color);
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* Zoom icon */
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  background: var(--secound-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  opacity: 1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  width: 20px;
  height: 20px;
}

/* FlexSlider navigation arrows (if enabled) */
.woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

.woocommerce-product-gallery .flex-direction-nav a {
  pointer-events: auto;
  background: var(--secound-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
  opacity: 1;
}

/* Hide text, show icon */
.woocommerce-product-gallery .flex-direction-nav a.flex-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.woocommerce-product-gallery .flex-direction-nav a.flex-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(25% - 6px);
  }

  .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    width: 35px;
    height: 35px;
  }
}