@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Cairo", sans-serif;
  box-sizing: border-box;
}

body {
  direction: rtl;
  background-color: #f5f7f8;
}
.textcardlap a::first-letter {
  text-transform: capitalize;
}
a {
  text-decoration: none;
  color: rgba(63, 63, 63, 0.788);
}

/* @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 98%;
    }
} */
@media (max-width: 770px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 98%;
  }
}

@media (max-width: 1300px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 98%;
  }
}

.nav1 {
  color: #28aae1;
  background-color: #fff;
}

.navtopF {
  align-items: center;
  margin-bottom: 5px;
}

.rigth_nav1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.left_nav1 a {
  color: #28aae1 !important;
}
.left_nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 50%;
}

.iconnav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.h {
  gap: 16px;
}
.iconnav p {
  font-size: 14px;
}
.iconnav i {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.iconnav a i {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.nav1 {
  display: none;
}

@media (min-width: 1105px) {
  .nav1 {
    display: flex;
  }
}

/* @media (max-width:550px) {
    .rigth_nav1{
        gap: 5px;
    }
    .rigth_nav1 p{
        font-size: 10px;
    }
    .iconnav{
        gap: 4px;
        font-size: 18px;
        gap: 15px;
    }
    } */

.iconhednum {
  position: relative;
}
/* .iconhednum img{
        width: 16px;
    } */
.numhed {
  position: absolute;
  background-color: #1a6ba6;
  border: 2px solid #fff;
  color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 0px;
  right: -12px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ////////////////////////////Nav2/////////////////////////////////// */
.nav2 {
  background-color: #fff;
  padding-bottom: 7px;
  display: none;
}
@media (min-width: 1105px) {
  .nav2 {
    display: block;
  }
}
.left_nav2 {
  display: flex;
  align-items: center;
  border: 1px #d6dce0 solid;
  width: 50%;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.right_nav2 {
  width: 220px;
}
.right_nav2 img {
  width: 100%;
}

.allcategore {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #f5f7f8;
  height: 100%;
  width: 33%;
  padding-right: 7px;
}
.allcategore select {
  background-color: transparent;
  border: none !important;
  padding-right: 30px;
}
.allcategore select:focus {
  outline: none;
  box-shadow: none;
}
.allcategore > a {
  font-size: 15px;
}

.left_nav2 input {
  height: 100%;
  width: 80%;
  border: none;
  border-right: 1px solid #d6dce0;
  padding-right: 10px;
  outline: none;
}
.searchicon {
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #28aae1;
  height: 100%;
  cursor: pointer;
}
.searchicon i {
  font-size: 20px;
  color: #fff;
}
.searchicon button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ///////////////////////////////////// Nav3 ///////////////////// */
.nav3 {
  background-color: #28aae1;
  height: 40px;
  box-shadow: rgba(206, 207, 207, 0.103) 0px 8px 16px;
  display: none;
  z-index: 99;
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
}
.nav3.scroll-nav {
  transition: all 0.4s ease;
  box-shadow: rgba(78, 78, 78, 0.082) 0px 5px 10px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform-origin: top center;
  top: 0 !important;
  left: 0;
  right: 0;
}
@media (min-width: 1105px) {
  .nav3 {
    display: block;
  }
}
.navc3 {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}

.navcenter3 {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.navcenter3 ul {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.navbar {
  width: 100%;
}
.loginshop {
  background-color: #ffb300;
  height: 100%;
  /* padding: 8px; */
  width: 15%;
  height: 40px;
  padding-top: 5px;
}
.loginshop a {
  color: #fff;
  font-weight: 600;
  padding-top: 5px;
}

.navcenter3 li a {
  color: #fff;
  font-weight: 600;
}
.navcenter3 li {
  height: 100%;
  height: 40px;
  transition: all 0.2s ease;
}
.navcenter3 li.active {
  background-color: #1a6ba6;
}
.navcenter3 li:hover {
  height: 100%;
  background-color: #1a6ba6;
  height: 40px;
}
.navc3 a {
  padding-top: 10px;
  padding: 10px;
}

.navcenter3 li {
  padding-top: 5px;
}

.dropdown {
  display: flex;
  align-items: center;
  transition: all 1s ease;
}
.dropdown a {
  margin-bottom: 10px;
}
.dropdown {
  position: relative;
}
.menudrop {
  width: 900%;
  position: absolute;
  top: 40px;
  right: -320%;
  z-index: 5;
  background-color: #fff;
  padding: 10px;
  display: none;
  transition: all 0.3s ease;
}

.prodrop {
  display: flex;
  flex-wrap: wrap;
}

.dropdown:hover .menudrop {
  display: block;
}

.prodrop a {
  color: #000 !important;
  font-weight: 500 !important ;
}

.imgproo img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 5px;
}
/* //////////////////////////////dropdown//////////////////// */

.dropp {
  width: max-content;
}

.dropp .dropdown-item {
  text-align: right !important;
}
.dropp li {
  border-bottom: 1px solid rgba(196, 195, 195, 0.336);
}

ul.dropdown-menu.dropp.show {
  left: -40px !important;
  top: 10px !important;
}
/* //////////////////////////////dropdown//////////////////// */

/* /////////////////////////////// nav modile ////////////////////// */
.nav3_mobile {
  box-shadow: rgba(211, 211, 211, 0.103) 0px 8px 16px;
  background-color: #fff;
  position: sticky;
  z-index: 99;
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
}
/* .nav3_mobile.scroll-nav{
    transition: all .4s ease;
    box-shadow: rgba(78, 78, 78, 0.082) 0px 5px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transform-origin: top center;
    top:0 !important;
    left: 0;
    right: 0;
} */

.navc3_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: none;
}

@media (max-width: 1105px) {
  .navc3_mobile {
    display: flex;
  }
}
.rightsidenav {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.logomenum {
  width: 30%;
}
.logomenum img {
  width: 120px;
}
.icon_menu i {
  font-size: 30px;
  cursor: pointer;
}
.nav3_mobile .iconnav i {
  font-size: 23px;
  color: #28aae1;
  transform: translateY(4px);
}
/* //////////////////////////////////////////////////// */

.navmobile {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 4;
}
.navmobile.active {
  transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 1104px) {
  .navmobile {
    display: block;
  }
}

.navright li {
  list-style: none;
  padding: 10px;
}
.navright li:hover {
  background-color: #ececec65;
}
.navright li.active {
  background-color: #ececec65;
}
.navright a {
  color: #000;
}
.loginn a {
  color: #28aae1;
}

/* ///////////////////lisersh//////////////////////// */
.lisersh {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  direction: ltr;
  margin-bottom: 10px;
}

.serchs {
  width: 50%;
  background-color: #28aae1;
  border-radius: 80px;
}

@media (max-width: 600px) {
  .serchs {
    width: 100%;
    background-color: #28aae1;
    border-radius: 80px;
  }
}
.serchs input {
  width: 100%;
  padding: 9px;
  border-radius: 80px 0 0 80px;
  border: 1px solid #28aae1;
  direction: rtl;
  outline: none;
}
.serchs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
}
.serchs i {
  font-size: 23px;
  padding-left: 15px;
  color: #fff;
}
/* //////////////////// Title Page ////////////////// */

.titlepages {
  box-shadow: rgba(149, 157, 165, 0.11) 0px 3px 5px;
}

.tit {
  display: flex;
  align-items: center;
  color: #707070;
}
.tit .bx-chevron-left {
  font-size: 27px;
  margin-top: -6px;
}
.tit a i {
  font-size: 23px;
  margin-top: -6px;
}
.tit p {
  font-size: 15px !important;
  margin-top: 8px;
}

.tit p:last-child {
  font-size: 15px !important;
  margin-top: 8px;
  width: max-content;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* /////////////////////// header //////////////// */
.header {
  margin: auto !important;
}

.mySwiper {
  height: auto;
}
.mySwipersmall {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .mySwipersmall {
    display: none;
  }
}
.imgd {
  width: 100%;
}
.imgd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgds {
  width: 30%;
}
.imgds img {
  width: 100%;
}

.mySwiperbig .swiper-slide {
  height: 475px;
}

@media (max-width: 1400px) {
  .mySwiperbig .swiper-slide {
    height: 410px;
  }
}
@media (max-width: 1300px) {
  .mySwiperbig .swiper-slide {
    height: auto;
  }
}

.body_pro {
  min-height: calc(100vh - 502px);
}

@media (max-width: 1100px) {
  .body_pro {
    min-height: calc(100vh - 402px);
  }
}

/* ///////////////////////////titlesaerch/////////////////////////////// */

.titlesaerch {
  margin-top: 40px;
  text-align: center;
}
.titlesaerch h1 {
  font-weight: 600;
  font-size: 33px;
}

/* ////////////////////////////// slider //////////////////////// */
.slidd {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.allslid {
  background-color: #28aae1;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.allslid p {
  margin-top: 10px;
}
.mySwiper2 .next {
  display: none;
}

.lap {
  display: flex;
  background-color: #fff;
  gap: 10px;
  align-items: center;
  height: 60px;
  width: auto;
  border: 1px solid #d6dce094;
  border-radius: 5px;
  padding-left: 10px;
  overflow: hidden;
}

.lap p {
  margin-top: 10px;
}
.imglap {
  width: 70px;
}
.imglap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.mySwiper2 {
  padding: 0 9px;
}
.mySwiper2 .next {
  display: flex;
  width: 25px;
  height: 25px;
  font-size: 30px;
  border: 1px solid #dddddd27;
  background-color: #28aae1;
  color: #fff;
  left: 0px;
  top: 30%;
}

.mySwiper2 .prev {
  display: flex;
  width: 25px;
  height: 25px;
  font-size: 30px;
  border: 1px solid #dddddd27;
  background-color: #28aae1;
  color: #fff;
  right: 0px;
  top: 30%;
}

/* ///////////////////////////cardlap ////////////////////////////// */
.mySwiper3 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.cardlap {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d6dce0;
  margin-bottom: 25px;
  /* height:368px; */
  overflow: hidden;
  /*    min-height: 435px;*/
}

.imgcardlap {
  width: 100%;
  background-color: #fff;
  height: 180px;
  position: relative;
  display: flex;
  justify-content: center;
}
.imgcardlap img {
  width: 200px;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.cardlap {
  transition: all 0.4s ease;
}
.cardlap:hover .imgcardlap img {
  transform: scale(1.1);
}
.cardlap:hover {
  transform: translateY(-4px);
}

@media (max-width: 500px) {
  .cardlap {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 450px) {
  .cardlap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.popkcard {
  background-color: #ec4242;
  color: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 7;
  padding: 0 8px;
  height: 35px;
  display: flex;
  justify-content: center;
}
.redd {
  background-color: #ec4242;
}
.popkcard p {
  margin-top: 5px;
}
.textcardlap {
  direction: ltr;
  margin-top: 10px;
  /*  min-height: 240px !important;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height:177px; */
  min-height: 140px;
}

.textcardlap h5 {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: end;
}
.textcardlap p {
  color: rgba(0, 0, 0, 0.685);
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  direction: rtl;
}
/* .textcardlap > p{
        display: none;
    } */
.monycardlap {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  margin-bottom: 4px;
}
.dtS .monycardlap {
  margin-bottom: 0;
}
.monycardlap h4 {
  font-weight: 600;
}
.monycardlap p {
  color: #28aae1;
  text-decoration: line-through;
  margin-bottom: 0;
}
.ditalsviewbtn {
  width: 100%;
  background-color: #28aae1;
  padding: 8px;
  border: none;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
}

.ditalsviewbtn a {
  color: #fff;
}

.iconcardlaps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 5;
  left: -8px;
  top: -10px;
}

.imgcardlap > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .iconcardlaps {
    left: -8px;
    top: 15px;
  }
}
.iconcardlap img {
  width: 28px;
  height: 19px;
  position: relative;
}
.iconcardlap {
  background-color: #00000046;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.iconcardlap:hover {
  background-color: #1a6ba6;
}

/* //////////////////////////pscord//////////////////// */

.pscord {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.imgps {
  width: 49%;
  position: relative;
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 300px;
}
.imgps:hover img {
  transform: scale(1.1);
}
.imgps > img {
  height: 100%;
  object-fit: cover;
}
.imgps img {
  transition: all 0.5s ease;
}
.imgps .textcardps img {
  transition: all 0.4s ease;
}
.imgps:hover .textcardps img {
  transform: translateX(-8px);
}
.imgps img {
  width: 100%;
}
.textcardps {
  display: flex;
  align-items: center;
  gap: 5px;
}
.textcardps img {
  width: 25px;
}

.textcardpsss {
  position: absolute;
  top: 25%;
  right: 10%;
}
.textcardpsss a {
  color: #fff;
}
.textcardpsss p {
  width: 60%;
}
@media (max-width: 1000px) {
  .textcardpsss p {
    width: 90%;
  }
  .imgps {
    height: 250px;
  }
}
@media (max-width: 840px) {
  .pscord {
    flex-direction: column;
    align-items: center;
  }
  .textcardpsss p {
    width: 90%;
  }
  .imgps {
    width: 80%;
  }
  .imgps {
    height: 270px;
  }
}
@media (max-width: 650px) {
  .imgps {
    width: 98%;
  }
  .textcardpsss p {
    width: 95%;
    font-size: 14px;
  }
  .imgps {
    height: 200px;
  }
}
/* ///////////////////////Partners////////////////// */

.Partners {
  text-align: center;
}

.imgpartners {
  width: 150px;
  margin-bottom: 40px;
}

.imgpartners img {
  width: 100%;
  cursor: pointer;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.imgpartners img:hover {
  filter: grayscale(0);
}
@media (max-width: 550px) {
  .imgpartners {
    width: 90px;
    margin-bottom: 40px;
  }
}
/* /////////////////////////////footer/////////////////// */

.footer {
  background-color: #1a6ba6;
  text-align: center;
  margin: 0;
  padding: 20px 20px 10px 20px;
  margin-top: 60px;
}
.allfoo {
  display: flex;
  justify-content: center;
  color: #fff;
  gap: 15px;
  align-items: center;
}
.imgfoo {
  width: 251px;
}
.imgfoo img {
  width: 100%;
}

@media (max-width: 600px) {
  .imgfoo {
    width: 200px;
  }
}
/* .footer .sotialicon{
    line-height: 10%;
} */

.lincol {
  height: 100px;
  width: 2px;
  background-color: #ffffff9d;
}
.footer p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}
.footer > p {
  margin-top: 20px;
}

.iconnav p {
  margin-bottom: 0;
}

.nav1 {
  padding-bottom: 10px;
}
.next {
  position: absolute;
  left: 10px;
  top: 43%;
  z-index: 66;
  font-size: 40px;
  color: #28aae1;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.prev {
  position: absolute;
  right: 10px;
  top: 43%;
  z-index: 66;
  font-size: 40px;
  color: #28aae1;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 550px) {
  .next {
    width: 25px;
    height: 25px;
    font-size: 30px;
    border: 1px solid #dddddd27;
  }
  .prev {
    width: 25px;
    height: 25px;
    font-size: 30px;
    border: 1px solid #dddddd27;
  }
}

/*=============== SCROLL UP ===============*/

.scrollup {
  position: fixed;
  right: 2rem;
  bottom: -20%;
  display: inline-flex;
  color: #01458e;
  font-size: 50px;
  z-index: 99;
  transition: 0.3s;
}

.scrollup:hover {
  transform: translateY(-0.25rem);
  color: #002449;
}

/* Show Scroll Up*/
.show-scroll {
  bottom: 5.5rem;
}

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

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

/* ///////////////////////////////////////////////////////////// */

.fade4 {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 850px;
}

@media (max-width: 1200px) {
  .fade4 {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 900px;
  }
}

@media (min-width: 1600px) {
  .fade4 {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 900px !important;
  }
}
@media (max-width: 1100px) {
  .toppro {
    width: 100%;
  }
}
@media (max-width: 860px) {
    .fade4 {
        --bs-modal-zindex: 1055;
        --bs-modal-width: 90% !important;
      }
  .left_imgpro {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px !important;
  }
  .right_spro {
    margin-top: 20px;
  }
  .toppro {
    width: 100%;
  }
  
}

.btnindexmod {
  display: flex;
  justify-content: unset;
  gap: 10px;
}
.btnindexmod .btncartposh {
  width: 100%;
}
.btnindexmod .btncartposh2 {
  width: 100%;
}

.smallico {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btndeta {
  height: 40px;
}

.smallicoss {
  display: flex;
  gap: 10px;
}

.monydd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 37px 10px 50px;
  gap: 20px !important;
}
.left_imgpro {
  margin-top: 110px;
  margin-left: 20px;
}
.right_pro .left_imgpro {
  margin-top: 0px;
  margin-left: 20px;
}
.all_dpro {
  transform: scale(0.9);
}
.dproo {
  transform: scale(0.9);
  gap: 10px;
}

@media (max-width: 600px) {
  .heep {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background-color: #28aae1;
}

.lap {
  transition: all 0.4s ease;
}
.lap:hover {
  transform: translateX(7px);
}

.footer .numphon {
  color: #fff !important;
}


@media (max-width: 500px) {
  .numphon p {
    background-color: none;
    font-size: 13px;
  }
}

.deletecof.modal {
  z-index: 9999 !important;
}

.tableAddToFavouriteButton i {
  cursor: pointer;
}

/* ///////////////////////////// */

.mySwiperbig {
  margin-top: 30px;
  border-radius: 35px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  border-radius: 10px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.4s ease;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 30px !important;
}

.productsSec {
  margin-top: 40px;
}

.swiper .cardlap {
  width: auto;
}

@media (max-width: 991px) {
  .mySwiperbig {
    border-radius: 20px;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 5px;
  }
  .swiper-pagination-bullet-active {
    width: 15px !important;
  }
}

.colorProduct {
  display: flex;
  gap: 5px;
}
.colorP {
  width: 25px;
  height: 25px;
  background-color: #002449;
  border-radius: 50%;
  border: 1px solid #d6dce0a6;
}

.allcardstore .cardlap .textcardlap {
  height: 194px;
}
.left_pro .imgcardmenu h4 {
  margin-top: 0;
}
.left_pro .imgcardmenu p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  color: #000;
  height: fit-content;
}

.sliderPro {
  width: 600px;
}

.sliderPro img {
  width: 100%;
}

/* //////////////////////////////////////////// */

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

.page-item:last-child .page-link {
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-item:first-child .page-link {
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.active > .page-link,
.page-link.active {
  background-color: #28aae1 !important;
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}
.page-link {
  color: #28aae1;
}
.min-hight-body {
  min-height: 525px;
  display: flex;
  align-items: center;
}

.bodyError {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #1a6ba6;
}

.bodyError img {
  width: 100%;
  max-width: 360px;
}

.bodyError p {
  margin-top: 20px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 500px) {
  .bodyError img {
    width: 100%;
    max-width: 300px;
  }
}
.imgmap {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.bodyErrorPage {
  background: linear-gradient(
    266deg,
    rgba(26, 107, 166, 1) 0%,
    rgba(40, 170, 225, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 146px);
  color: #fff;
}

.allbodyErrorPage {
  display: flex;
  align-items: center;
  gap: 30px;
}
.textErrorPage h1 {
  margin-bottom: 3px !important;
}
.textErrorPage h4 {
  margin-top: 0px !important;
}
.imgerror404 {
  width: 100%;
  max-width: 450px;
}

.btnsError {
  display: flex;
  gap: 20px;
}

.btnError {
  background-color: #28aae1;
  padding: 6px 15px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
}
.btnErrorb {
  background-color: transparent;
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .allbodyErrorPage {
    flex-direction: column;
    text-align: center;
  }
  .imgerror404 {
    max-width: 320px;
  }
  .btnsError {
    justify-content: center;
  }
  .textErrorPage h1 {
    font-size: 22px;
  }
}

/* //////////////////////////////// */

.imgPayment {
  padding: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.imgPayment img {
  width: 100px;
  height: 63px;
  object-fit: cover;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}

.formInputC {
  max-width: 550px;
  margin-top: 20px;
}
.formInputC .inputt p {
  margin-bottom: 9px;
}

.imgPY {
  border: 2px solid transparent;
  cursor: pointer;
}
.imgPY.active {
  border: 2px solid #ffb300;
  border-radius: 7px;
}

.btnP {
  background-color: #1a6ba6;
}

@media (max-width: 600px) {
  .imgPayment img {
    width: 90px;
    height: 55px;
  }
  .monysherr {
    padding: 40px 20px 0 20px;
  }
}

.imgCard {
  margin: auto;
  display: flex;
  margin-bottom: 20px;
}

.textBody {
  text-align: center;
}

.textBody .textb {
  color: #1a6ba6;
  font-weight: bold;
}

.btnComfaer {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
}

.btnComfaer button {
  width: 190px;
}
.btnComfaer .btnclose {
  color: #28aae1;
  background-color: #fff;
  border: 1px solid #28aae1;
}

.ModalOrder hr {
  color: #d6dce0;
}

.table3 tbody tr:last-child {
  border: none !important;
  border-color: transparent !important;
  border-style: none !important;
}

.monydd {
  justify-content: start !important;
}

.btnModelP {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  padding-bottom: 0 !important;
}
.btnModelP button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
}

.btnModelP button p {
  margin-bottom: 0;
  margin-top: 0;
}

/* ///////////////// */

.featuredProductsPro {
  width: 100%;
  height: auto;
  background: linear-gradient(
    42deg,
    rgba(40, 170, 225, 1) 47%,
    rgba(26, 107, 166, 1) 98%
  );
  border-radius: 20px;
  position: relative;
  padding: 20px 10px 10px 10px;
}

.featuredProductsPro h1 {
  color: #fff;
}

.featuredProductsPro .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

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

.featuredProducts {
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.featuredProductsPro .monycardlap p {
  background-color: #ffb300;
  padding: 3px 8px;
  color: #fff;
  border-radius: 4px;
}
.featuredProductsPro .cardlap {
  border: none;
}
.monycardlap h4 {
  font-weight: bold;
  margin-bottom: 0;
}

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

.nCFeaturedP {
  background-color: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}

.numbercunterF span {
  font-size: 30px;
  color: #28aae1;
  font-weight: bold;
}
.numbercunterF p {
  font-weight: bold;
  color: #28aae1;
  margin: 0;
}

.numbercunterF > span {
  font-size: 30px;
  color: #fff;
}
.numbercunterF span {
  font-size: 30px;
}
.numbercunterF p {
  margin: 0;
  margin-bottom: 5px;
}

.bgCounterPop {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  max-width: 720px;
  height: 270px;
  z-index: 0;
  opacity: 0.1;
}

.QUDS_ORIGINA {
  position: absolute;
  left: 10px;
  top: 0;
  object-fit: contain;
  height: auto;
  max-width: 230px;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .nCFeaturedP {
    width: 70px;
    height: 70px;
  }
  .numbercunterF span {
    font-size: 20px;
  }
  .numbercunterF p {
    font-size: 15px;
  }
  .bgCounterPop {
    max-width: 700px;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .nCFeaturedP {
    width: 60px;
    height: 60px;
  }
  .numbercunterF span {
    font-size: 20px;
  }
  .numbercunterF p {
    font-size: 14px;
  }
  .bgCounterPop {
    max-width: 700px;
    object-fit: cover;
  }
  .numbercunterF {
    gap: 10px;
  }
  .bgCounterPop {
    display: none;
  }
  .featuredProducts {
    height: 40px;
  }
  .titlesaerch h1 {
    font-size: 28px;
  }
}

/* ////////////////////////////////////// */

.bestSellerSec {
  margin-top: 60px;
}

.bestSellerSwiper {
  margin-top: 25px;
}
.bestSellerSwiper .swiper {
  padding: 10px 0 17px 0;
}
.bestSellerSwiper .cardrow {
  height: 300px;
  gap: 15px;
}

@media (max-width: 991px) {
  .bestSellerSwiper .cardrow {
    height: 400px;
  }
  .bestSellerSwiper .cardrow .textcardlap p {
    display: none;
  }
  .bestSellerSwiper .cardrow .imgcardlap img {
    max-height: 130px !important;
  }
  .bestSellerSwiper .cardrow {
    flex-direction: column;
  }
  .bestSellerSwiper .cardrow .textcardlap {
    width: 100%;
    min-height: auto;
  }
  .bestSellerSwiper .cardrow .ditalsviewbtn {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  .bestSellerSwiper .cardrow .iconcardlaps {
    top: -10px;
  }
  .bestSellerSwiper .cardrow .imgcardlap {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .bestSellerSwiper .cardrow {
    width: 68%;
  }
}
@media (max-width: 450px) {
  .bestSellerSwiper .cardrow {
    width: 100%;
  }
}

.bestSellerSwiper .swiper-pagination-bullet {
  background-color: #28a9e15d;
}

.bestSellerSwiper .swiper-pagination-bullet-active {
  background-color: #28aae1;
}

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

.popT {
  display: flex;
  background-color: rgba(26, 107, 166, 1);
  /* border: 1px solid rgba(26,107,166,1); */
  /* width: 42px;
    height: 42px; */
  border-radius: 4px;
  line-height: 105%;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px 10px;
}

.popT span {
  font-size: 12px;
  font-weight: bold;
}
.popT span span {
  font-size: 15px;
  font-weight: bold;
}

/* /////////////////////////////// */

.body_campaigns {
  min-height: calc(100vh - 800px);
}

.cardscampaigns {
  margin-top: 30px;
}

.cardCampaigns {
  position: relative;
  height: 100%;
  height: 210px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.bgSadowCm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  background: linear-gradient(
    42deg,
    rgba(40, 169, 225, 0.479) 47%,
    rgba(26, 108, 166, 0.61) 98%
  );
}

.textcardCampaigns {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.timeCardCampaigns {
  margin-right: auto;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.timeCardCampaigns .timeTC {
  line-height: 110%;
  text-align: center;
  background-color: #fff;
  color: #28aae1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.titleCardCampaigns {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: auto;
  align-items: end;
}
.titleCardCampaigns span:nth-child(1) {
  font-size: 21px;
}

.imgbgCm {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  object-fit: cover;
}

.iconnav p {
  text-align: initial;
}

.smallimg {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 15px;
  justify-content: center;
  max-width: 360px;
}

.right_spro {
  width: 100%;
}


/* ///////////////////////////////////////////////// */

.offcanvas{
  background: linear-gradient(6deg, rgba(26,107,166,1) 0%, rgba(40,170,225,1) 41%, rgba(40,170,225,1) 100%);
}

.menuM{
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.menuM li{
  border-bottom: 1px solid #ffffff2a;
  /* padding-bottom: 10px; */
}
.menuM li:last-child{
  border-bottom: none;
  /* padding-bottom: 10px; */
}

.menuM li.active {
  padding-bottom: 10px;
  padding-top: 10px;
}

.menuM li.active a{
  background-color: #f8fdff23;
}

.menuM li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 15px;
  padding-top: 10px;
  border-radius: 20px;
}



.userNavM{
  text-align: center;
  color: #fff;
}

.userNavM img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.userNavM p{
  margin-bottom: 3px;
}

.btnT{
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: #fff;
  color: #28AAE1 !important;
  text-align: center;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
  margin: auto;
  margin-top: 14px;
  width: 90%;
}

.btnT span{
  font-weight: 600;
}

.navMob hr{
  color: #fff;
  width: 90%;
  margin: auto;
  margin-top: 15px;
}

.offcanvas.offcanvas-end{
  width: 300px;
}

.imgLogoM {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.imgLogoM img{
  margin: auto;
  width: 210px;
  height: 60px;
  object-fit: contain;
}


/* //////////////////////////////////////////// */

.dFHedaer{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.dFHedaer .textimgh{
  top: 200px;
}

.dFHedaer{
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  gap: 20px;
  z-index: 70;
}

.dFHedaer .textimgh{
  position: relative;
  top: unset;
  right: unset;
}
.dFHedaer .timerOfersP{
  position: relative;
  z-index: 99;
}

@media (max-width:800px) {
  .dFHedaer{
    position: absolute;
    top: 90px;
  }
}
@media (max-width:750px) {
  .dFHedaer{
    flex-direction: column;
    gap: 0;
  }
}

/* //////////////////////////////////// */

.imgSpecialO{
  border: none;
  width: 100%;
  max-width: 400px;
  height: 290px;
}

.btnSpecialO{
  width: 100%;
  max-width: 376px;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 43px;
}

#modelSpecialOffer .modal-content{
  border-radius: 20px;
  margin: auto;
}
#modelSpecialOffer .allprocardd{
  justify-content: space-evenly;
}
#modelSpecialOffer .right_spro{
  text-align: end;
  width: 100%;
  max-width: 380px;
}
#modelSpecialOffer .monydd{
  justify-content: end !important;
  padding: 0px 37px 0px 0px;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 10px !important;
}
#modelSpecialOffer .monysher p{
  font-size: 20px;
}
#modelSpecialOffer .left_imgpro{
  margin-top: 0;
}
#modelSpecialOffer .numbercunterF .ipscolom{
  color: #28AAE1;
  font-size: 25px;
}
#modelSpecialOffer .numbercunterF span{
  color: #fff;
  font-size: 20px;
}
#modelSpecialOffer .right_spro a > h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
#modelSpecialOffer .right_spro a > p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444444;
}

.spashalOfferImg{
  width: 100%;
  max-width: 200px;
  height: 150px;
  object-fit: contain;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.numberSpashalOffer {
  margin-bottom: 20px;
}
.numberSpashalOffer .numbercunterF{
  gap: 10px;
}
.numberSpashalOffer .nCFeaturedP{
  background-color: #28AAE1;
  width: 70px ;
  height: 70px ;
}
.numberSpashalOffer .numbercunterF p{
  color: #fff;
  font-size: 14px;
}

.numbercunterF > span{
  color: #28AAE1;
}

.logoSpashalOfferImg{
  width: 250px;
  height: 70px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  margin: auto;
}

.closeModelS{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #259ED6;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 9;
}

.imgSpecialOMob{
  display: none;
}

@media (max-width:860px) {
  .imgSpecialOMob{
    display: flex;
  }
  .left_imgpro{
    display: none;
  }
  .imgSpecialOWeb{
    display: none;
  }
  #modelSpecialOffer .btnindexmod{
    margin-bottom: 5px;
  }
  /* #modelSpecialOffer .modal-dialog-centered{
    min-height: calc(115% - var(--bs-modal-margin) * 2);
  } */
  .imgSpecialO{
    height: 225px;
    margin-bottom: 10px;
  }
  #modelSpecialOffer .modal-content{
    width: 95%;
  }
  #modelSpecialOffer .monydd{
    margin-top: -15px;
  }
  .monydd {
    align-items: baseline;
    gap: 10px !important;
}
}

@media (max-width:450px) {
  .numberSpashalOffer .nCFeaturedP{
    width: 55px;
    height: 55px;
  }
  #modelSpecialOffer .numbercunterF span{
    font-size: 16px;
  }
  .numberSpashalOffer .numbercunterF p{
    font-size: 13px;
  }
  .imgCardd img{
    height: 100%;
  }
  .imgSpecialO {
    height: 173px;
    margin-bottom: 10px;
    padding: 10px;
}
.spashalOfferImg{
  height: 110px;
}
}

@media (max-height:680px) {
  .closeModelS{
    top: -8px;
    right: -8px;
  }
}

.checkCobone{
  width: 85%;
  margin: auto;
}

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

}

.flexCheck input{
  height: 20px;
  outline: none;
  cursor: pointer;
}
.flexCheck label{
  margin-right: 45px;
  color: #535353;
  font-weight: 600;
  cursor: pointer;
}

.flexCheck .form-check-input:checked{
  background-color: #49D269;
  border-color: #49D269;
}


.flexCheck .form-check-input:focus {
  box-shadow: none ;
  outline: none ;
}

.flexCheckInput{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.flexCheckInput input{
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #D6DCE0;
  outline: none;
}

.flexCheckInput button{
  padding: 8px 15px;
  border: 1px solid #28AAE1;
  background-color: #28AAE1;
  color: #fff;
}

.flexCheckText{
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #525252;
  font-weight: 600;
}

.valuesCheck{
  display: flex;
  gap: 7px;

}

.valueCheck{
  color: #1A6BA6;
  font-weight: 600;
}

.discountValue{
  text-decoration: line-through;

}

.bodyCheckCobone{
  display: none;
}
.bodyCheckCobone.active{
  display: block;
}

.flexCheckTextValue{
  display: none;
}
.flexCheckTextValue.active{
  display: block;
}

.textV{
  color: #FF7171;
  font-weight: bold;
  display: block;
}

/* ////////////////////////////// */

.right {
  float: right;
}


.rating .stars {
  margin-right: 5px;
}

.rating .stars .star {
  float: left;
  padding: 5px 2px;
  cursor: pointer;
}

.rating .stars .star:before {
  font-family: 'FontAwesome';
  content: '\f005';
  color: #EEEEEE;
  font-size: 3em;
}

.ratingP .stars .star:hover:before,
.ratingP .stars .star.to_rate:before,
.ratingP .stars .star.rated:before {
  color: #FFB300;
}

.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
  color: #FFB300;
}

.ratingP .stars .star.no_to_rate:before {
  color: #EEEEEE;
}
.rating .stars .star.no_to_rate:before {
  color: #EEEEEE;
}

.stars a{
  font-size: 7px;
}

.dflexRat{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  width: 100%;
}


/* ////////////////////////////////////////// */


.nav-pills .nav-link{
  background-color: transparent;
  color: #707070;
  font-weight: bold;
  border-radius: 0;
  padding: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
  color: #28AAE1;
  font-weight: bold;
  border-bottom: 2px solid #28AAE1;
  padding-bottom: 8px;
}

.addYourComment{
  width: 100%;
}

.rowAddYourComment{
  width: 100%;
}

.rowAddYourComment .dflexRat{
  justify-content: end;
  width: auto;
}

.rowAddYourComment textarea{
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #D6DCE0;
  outline: none;
}

.fontB{
  font-weight: 600;
}

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

.shareBtn{
  background-color: #28AAE1;
  color: #fff;
  padding: 5px 20px;
  border-radius: 8px;
  border: none;
}

.userImgName{
  display: flex;
  align-items: start;
  gap: 10px;
}

.userImgName img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.userNameC h6{
  margin-bottom: 2px;
  color: #1A6BA6;
  font-weight: 600;
}

.userNameC span{
  font-size: 14px;
}

.bodycommit{
  margin-top: 10px;
  margin-right: 50px;
}

.commitPro{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b8b8b848;
  padding-bottom: 20px;
}

.commitPro:last-child{
  border-bottom: none;
}