/*#preloader {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 99999;*/
    /*overflow: visible;*/
    
    /*display: none;*/
    /*top: 0;*/
/*    background: url('../../../system_images/logo.png') no-repeat center center;*/
/*    background-color: #78368d;*/
 /*}*/
 
 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #78368d;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
 }
 #preloader-img img {
    width: 150px; /* Adjust as needed */
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-20px) scale(1.2);
    }
    60% {
        transform: translateY(-10px) scale(0.8);
    }
}
/*custom scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("../fonts/DroidArabicKufi.eot");
  src: url("../fonts/DroidArabicKufi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidArabicKufi-Bold.woff2") format("woff2"), url("../fonts/DroidArabicKufi-Bold.woff") format("woff"), url("../fonts/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("../fonts/DroidArabicKufi.eot");
  src: url("../fonts/DroidArabicKufi.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidArabicKufi.woff2") format("woff2"), url("../fonts/DroidArabicKufi.woff") format("woff"), url("../fonts/DroidArabicKufi.svg#DroidArabicKufi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Droid Arabic Kufi" !important;
  font-weight: normal;
}

:root {
  --darkv1: #232021;
  --darkv2: #464242;
  --darkv3: #514e4e;
  --darkv4: #6e6e6e;
  --darkv5: #b1b1b1;
  --darkv6: #d5d0d2;
  --darkv7: #848484;
  --darkv8: #655e59;
  --darkv9: #4a4c54;
  --darkv10: #383838;
  --light: #fff;
  --lightv1: #fafdff;
  --lightv2: #fafdff;
  --lightv3: #fcfcfc;
  --lightv5: #f5f5f5;
  --lightv6: #d6d3cf;
  --lightv7: #70707052;
  --lightv8: #bbb5b0;
  --lightv9: #d0d0d2;
  --lightv10: #7b7875;
  --lightv11: #8e8888;
  --lightv101: #78368d;
  --pinkv1: #f19f86;
  --pinkv2: #f5bca9;
  --pinkv3: #f5bca9;
  --pinkv4: #f8dbd2;
  --pinkv5: #ff785c;
  --orangev1: #fd9a1c;
  --orangev2: #78368d;
  --orangev8: #fd9a1c;
}

.slick-prev {
  left: 40px !important;
  z-index: 97;
  font-size: 24px;
}

.slick-next {
  right: 80px !important;
  z-index: 97;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: clamp(1rem, 2vw, 2rem) !important;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  opacity: 0.75;
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots {
  bottom: 16px;
}

.slick-dots li {
  margin: 0 4px;
  padding-left: 14px;
  width: 30px;
}

.slick-dots li button:before {
  font-size: 14px;
  opacity: 1;
  content: "";
  background-color: #d3d3d3;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 40px;
}

.slick-dots li.slick-active {
  padding-left: 0;
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
  padding: 0rem 1rem;
  z-index: 9;
  opacity: 1;
  margin-right: 1rem;
  transition: 0.2s all ease-in-out;
}

.trend_sec .slick-next:before,
.trend_sec .slick-prev:before {
  font-family: slick;
  font-size: clamp(1rem, 2.5vw, 3rem) !important;
  color: #78368d;
}
.trend_sec .slick-prev {
  left: -26px !important;
}
.trend_sec .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f104";
}
.trend_sec .slick-next {
  right: 12px !important;
}
.trend_sec .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
}

.featured_product_slider .slick-prev {
  left: -50px !important;
  opacity: 1 !important;
}
.featured_product_slider .slick-prev::before {
  /*font-family: "Font Awesome 5 Free";*/
  /*font-weight: 600;*/
  /*content: "";*/
  /*opacity: 1 !important;*/
  /*width: 43px;*/
  /*height: 44px;*/
  /*border-radius: 50%;*/
  /*display: block;*/
  /*background-image: url("../../assets/imagess/Socials-Icons/left_2.png") !important;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  font-family: "Font Awesome 5 Free";
    font-size: 42px !important;
    font-weight: 600;
    content: "\f104";
    opacity: 1 !important;
    width: 43px;
    height: 44px;
    border-radius: 50%;
    display: block;
    background-color: #6d3180;
    /* background-image: url(../../assets/imagess/Socials-Icons/left_2.png) !important; */
    background-repeat: no-repeat;
    background-size: cover;
}
.featured_product_slider .slick-next {
  right: -6px !important;
}
.featured_product_slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Solid weight for icons */
    content: "\f105"; /* Font Awesome right arrow (solid) */
    color: #ffffff; /* White color */
    font-size: 42px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000; /* Optional: black circular background */
    opacity: 1 !important;
    background-color: #6d3180;
  /*font-family: "Font Awesome 5 Free";*/
  /*font-weight: 600;*/
  /*opacity: 1 !important;*/
  /*content: "";*/
  /*width: 43px;*/
  /*height: 44px;*/
  /*border-radius: 50%;*/
  /*display: block;*/
  /*background-image: url("../../assets/imagess/Socials-Icons/right_2.png");*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}

@media (max-width: 991px) {
  .featured_product_slider .slick-next {
    right: 40px !important;
  }
  .featured_product_slider .slick-prev {
    left: 20px !important;
  }
  .slick-next {
    right: 40px !important;
  }
  .slick-prev {
    left: 20px !important;
  }
  .trend_sec .slick-prev {
    left: -18px !important;
  }
  .trend_sec .slick-next {
    right: -18px !important;
  }
}
@media (max-width: 1200px) {
  .slick-next {
    right: 40px !important;
  }
  .slick-prev {
    left: 20px !important;
  }
}
@media (max-width: 600px) {
  .slider_slick .slick-dots {
    bottom: 4px !important;
  }
  .slider_slick .slick-next {
    right: 12px !important;
  }
  .slider_slick .slick-prev {
    left: 12px !important;
  }
  .slider_slick .slick-dots li {
    width: 12px !important;
    height: 12px;
  }
  .slider_slick .slick-dots li button:before {
    width: 6px !important;
    height: 6px !important;
  }
  .slider_slick .slick-dots li.slick-active button:before {
    padding: 0rem 0.5rem;
    margin-right: 0.5rem;
  }
  .featured_product_slider .slick-next {
    right: -2px !important;
  }
  .featured_product_slider .slick-prev {
    left: -15px !important;
  }
}
/* Header css start here */
.header {
  /*background: #78368d;*/
  padding: 18px 0px;
  position: relative;
}

.block-header-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search-site {
  display: flex;
  justify-content: center;
  position: relative;
}

.search-site .form-control {
  background-color: var(--lightv5);
  border-radius: 25px;
  border: none;
  padding: 7px 75px 7px 40px;
  width: 100%;
  color: #707070 !important;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137) !important;
}

.search-glass {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
}

.btn-search {
  position: absolute;
  left: 10px;
  top: 9px;
  background-color: #ff9710;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 3px 14px;
  border-radius: 8px;
}

.quick-icons {
  display: flex;
  align-items: center;
}
.quick-icons .icon_wraper {
  width: 35px;
  height: 35px;
  margin: 0 14px;
  position: relative;
}
.quick-icons .icon_wraper a span {
  width: 14px;
  height: 14px;
  background-color:#be48e3 !important;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  top: -2px;
  right: -3px;
}
.quick-icons .icon_wraper:last-child {
  overflow: hidden;
}
.quick-icons .icon_wraper .cartopen + .az_quick_cart {
  display: block;
}
.quick-icons .icon_wraper .az_quick_cart {
  position: absolute;
  width: 400px;
  top: 3rem;
  left: 0rem;
  z-index: 99;
  background: #fff;
  padding: 1rem;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  display: none;
}
.quick-icons .icon_wraper .az_quick_cart .az_body .cardv1_wraper {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 5px 26px;
  align-items: flex-start;
}
.quick-icons .icon_wraper .az_quick_cart .az_body .cardv1_wraper .img_wraper {
  width: 110px;
  height: 110px;
}
.quick-icons .icon_wraper .az_quick_cart .az_body .cardv1_wraper .times {
  left: 12px;
  top: 24px;
  width: 20px;
  height: 20px;
  line-height: 1.2;
}
.quick-icons .icon_wraper .az_quick_cart .az_body .cardv1_wraper .card_content {
  margin-top: 14px;
}
.quick-icons .icon_wraper .az_quick_cart .az_body .cardv1_wraper .card_content h6,
.quick-icons .icon_wraper .az_quick_cart .az_body .cardv1_wraper .card_content p {
  font-size: clamp(12px, 0.7vw, 1rem);
}
.quick-icons .icon_wraper .az_quick_cart .az_body .btn_wraper {
  display: flex;
}
.quick-icons .icon_wraper .az_quick_cart .az_body .btn_wraper .btn_brown {
  width: 125px;
  margin: 0 auto;
  font-size: clamp(12px, 1vw, 14px);
  padding: 8px 0px !important;
  border-radius: 10px;
}

.last-header-block {
  display: flex;
  align-items: center !important;
  justify-content: space-evenly;
}

.language-container .language svg {
  position: absolute;
  top: 1rem;
  left: 4rem;
  transform: translate(-50%, -50%);
}

.language .form-control {
  border: none;
  outline: none;
  box-shadow: none;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center right 3px;
  padding: 5px 25px 5px 0px;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  color: #707070;
  font-weight: 800;
}

.language-container {
  display: flex;
}

.quick-icons ul li a {
  margin: 0 5px;
}

.search-site-mobile .form-control {
  background-color: #e4e4e4;
  border-radius: 20px;
  border: none;
  padding: 14px 75px 14px 40px;
  width: 100%;
  color: #707070 !important;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137) !important;
}

.mob_search_dropdown {
  z-index: 100;
  right: 0;
}

input::placeholder {
  color: var(--darkv5);
  font-size: 15px;
  opacity: 0.3;
}

.navbar {
  padding: 18px 0 !important;
}

.nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 2px;
  background-color: #f5bca9;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: 0.2s all ease-in-out;
}

.nav-item .nav-link {
  position: relative;
  transition: 0.2s all ease-in-out;
  padding: 3px !important;
}

.nav-item.active .nav-link::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.nav-item:hover .nav-link::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.nav-item:hover .mega-menu {
  display: block;
}

.navbar-collapse ul li a,
.ph-no-container p {
  margin: 0 20px;
  font-size: clamp(1rem, 1.2vw, 1.2rem) !important;
  color: #78368d !important;
}

.ph-no-container p:nth-child(2) {
  font-family: sans-serif !important;
}

.ph-no-container {
  margin-left: 5rem;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  background: white;
  z-index: 99;
  width: 100%;
  padding: 0 15px 25px;
  display: none;
}

.mega-menu ul {
  padding: 30px 50px 30px 10px !important;
}

.mega-menu ul li {
  margin: 25px 0;
  list-style-type: disc !important;
}

.mega-menu ul h3 {
  color: #6e6e6e;
}

.mega-menu ul li a {
  color: #78368d !important;
  font-size: 18px !important;
  text-decoration: none;
}

.aside {
  background-color: #fff;
  padding: 20px 0px;
  position: fixed;
  right: -100%;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 80%;
  z-index: 999;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  overflow: auto;
  transition: all 0.5s ease-in-out;
}
.aside .first {
  margin: 20px 0px;
}
.aside .first .dropdown-list.active {
  font-weight: 700;
}
.aside .az_head {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.aside .az_head .az_profile {
  display: flex;
}
.aside .az_head .az_profile .img_wraper {
  width: 36px;
  height: 36px;
  border-radius: 40px;
  overflow: hidden;
}
.aside .az_head .az_profile .az_content {
  padding: 6px;
}
.aside .az_head .az_profile .az_content p {
  font-size: 12px;
  font-weight: 700;
  line-height: 6px;
}
.aside .az_head .az_profile .az_content small {
  font-size: 7px;
}
.aside .az_head .az_lang .drop {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aside .az_head .az_lang .left {
  margin-left: 3px;
}
.aside .az_head .az_lang .left .drop {
  left: 2.3rem;
}
.aside .az_head .az_lang .right .drop {
  left: 3.5rem;
}
.aside .az_head .az_lang select {
  font-size: 11px;
  padding: 0 9px 0 12px;
  border: 0;
}
.aside .az_foo .img_wrapper {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.aside .az_foo .social_wrapper {
  display: flex;
  margin: 12px auto;
  max-width: 140px;
  justify-content: space-between;
}
.aside .az_foo .social_wrapper .icon {
  border: 1px solid var(--darkv4);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  padding: 4px;
  height: 25px;
}
.aside .az_foo .foo_content {
  margin: 16px 0 8px;
}
.aside .az_foo .foo_content h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: sans-serif !important;
}

.asideOpen {
  overflow-y: hidden;
}
.asideOpen aside {
  right: 0px;
  transition: all 0.5s ease-in-out;
}

.aside ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  direction: rtl;
}

.aside ul li {
  line-height: 32px;
}

.aside ul li a {
  color: #78368d;
  text-decoration: none;
  padding: 12px 30px;
  font-size: 18px;
  display: block;
}

.overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 98;
  display: none;
}

.title-testimonials h2 {
  font-size: 26px;
}

.Mobile-header {
  display: none;
}

.header-desktop {
  display: flex !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}

.desktop_search_dropdown {
  top: 112%;
  z-index: 100;
}

.aside {
  display: none;
  background-color: #eee;
}

.data-box {
  left: 15px;
  position: absolute;
}

.data-box h3 {
  font-size: 14px;
  font-weight: bold;
}

.btn-transperant {
  border: 1px solid #4c2f15;
  border-radius: 10px;
  font-size: 14px;
  color: #4c2f15;
  text-decoration: none;
  display: inline-block;
}

.btn-transperant:hover {
  background-color: #4c2f15;
  color: #fff;
}

.close-bar:hover {
  color: #fff;
}

.suggestion-block {
  padding: 8px 8px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0 4px 4px 0 rgba(34, 41, 47, 0.1);
  margin-top: 0px;
}

.suggestions {
  background-color: #f4f3f2;
  margin-top: -6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 99;
  display: none;
}

#site-search {
  outline: none;
  box-shadow: none;
}

.table {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #f4f3f2;
  margin-bottom: 0.5rem;
}

.table td {
  vertical-align: middle;
  font-size: 13px;
}

.quick-icons ul li {
  position: relative;
}

.quick-cart {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(34, 41, 47, 0.1);
  padding: 15px;
  width: 350px;
  position: absolute;
  left: -440%;
  right: auto;
  z-index: 99;
  display: none;
}

.cartopen + .quick-cart {
  display: block;
}

.quick-cart .table {
  border: 1px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(34, 41, 47, 0.2901960784);
  overflow: hidden;
}

.quick-cart h3 {
  text-align: center;
  font-size: 14px;
  margin: 15px 0px;
}

.az_amount p.ltr.ms-2 span {
  color: #78368d;
}

.az_z_amt p {
  font-weight: bold;
}

.plusminusunit {
  display: flex;
  max-width: 99px;
  width: 99px;
  background: #efefef;
  padding: 0 11px 0 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  margin: 0 5px;
}

.plusminusunit input {
  width: 60px;
  background: transparent;
  border: none;
  text-align: center;
  color: var(--darkv4);
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  outline: none;
  font-size: 12px;
  font-family: sans-serif !important;
}

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

.plusminusunit span {
  cursor: pointer;
  font-size: 16px;
  color: var(--darkv4);
  font-weight: bold;
}

.table h4 {
  font-size: 13px;
  text-align: center;
}

.table p {
  font-size: 14px;
}

.close-bar {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  background-color: #db161b;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  float: left;
}

.table p span {
  color: #fc6c02;
}

.cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.cart-footer p {
  font-size: 14px;
  margin-bottom: 0px;
}

.cart-footer p span {
  color: #fc6c02;
  font-weight: bold;
}

.cart-footer .btn-theme {
  background-color: #fc6c02;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}

.mobile_navbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_navbar_wrapper .toggle_wrapper .icon {
  width: 25px;
  height: 25px;
}
.mobile_navbar_wrapper .logo_wrapper .logo {
  width: 100px;
  height: 55px;
}
.mobile_navbar_wrapper .icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile_navbar_wrapper .icon_wrapper .search {
  width: 25px;
  height: 25px;
  margin: 0 12px;
}
.mobile_navbar_wrapper .icon_wrapper .shop {
  margin: 0 12px;
  width: 25px;
  height: 25px;
}
.mobile_navbar_wrapper .icon_wrapper .shop span {
  position: absolute;
  right: -14px;
  top: 6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 40px;
  text-align: center;
  font-size: 10px;
  padding: 1px 6px;
  font-weight: bold;
}

.sub-cat {
  background-color: #fff;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 7px;
}

@media (min-width: 991px) {
  .mobile-search {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header {
    padding: 0px 0;
  }
  .navbar {
    padding: 8px 0 !important;
  }
  .header-desktop {
      padding:3px;
    padding-bottom: 0;
    background-color: #fff;
  }
  .quick-icons .icon_wraper {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .language .form-control {
    font-size: 15px;
    font-weight: 800;
  }
  ::placeholder {
    color: #707070;
    font-size: 13px;
    opacity: 0.3;
  }
  .mobile-search {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .quick-icons ul li a img {
    width: 18px;
  }
  .language .form-control {
    font-size: 15px !important;
    font-weight: 800;
  }
  .quick-icons ul li a span {
    width: 10px;
    height: 10px;
    background-color: #f5bca9 !important;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    top: 2px;
    right: -5px;
  }
  .navbar-collapse ul li a,
.ph-no-container p {
    margin: 0.7rem !important;
  }
  .search-site .form-control {
    padding: 10px 75px 10px 40px;
  }
  .ph-no-container img {
    width: 20px;
  }
  .mega-menu .mega-menu-list li a {
    font-size: 15px !important;
  }
  .mega-menu .mega-menu-list h3 {
    font-size: 20px !important;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .OpenMobileSearch {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .aside {
    display: block;
  }
  .aside ul li.dropdown-list {
    position: relative;
  }
  .aside ul li.dropdown-list .drop,
.aside ul li.dropdown-list .drop_flip {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    transform: translate(-50%, -50%);
  }
  .aside ul li.dropdown-list .drop {
    display: block;
  }
  .aside ul li.dropdown-list .drop_flip {
    display: none;
  }
  .aside ul li.dropdown-list.megaopen .drop {
    display: none;
  }
  .aside ul li.dropdown-list.megaopen .drop_flip {
    display: block;
  }
  .aside ul li.dropdown-list.megaopen .mega-menu {
    display: block;
    position: relative;
    background-color: #ded9d8;
  }
  .aside ul li.dropdown-list .mega-menu {
    padding: 0 36px 25px;
  }
  .aside ul li.dropdown-list .mega-menu ul {
    padding: 0 !important;
  }
  .aside ul li.dropdown-list .mega-menu ul li {
    line-height: unset;
    margin: 0;
    border-bottom: 0;
  }
  .aside ul li.dropdown-list .mega-menu ul li h3 {
    font-size: clamp(1rem, 1vw, 1.3rem);
    font-weight: 600;
  }
  .aside ul li.dropdown-list .mega-menu ul li a {
    font-size: clamp(0.875rem, 1vw, 1.3rem) !important;
    padding: 6px 0px;
  }
}
@media (max-width: 786px) {
  .search-site-mobile .form-control {
    padding: 12px 18px;
  }
  .mobile_navbar_wrapper .icon_wrapper .search,
.mobile_navbar_wrapper .icon_wrapper .shop {
    margin: 0 6px;
  }
}
body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.pm_0 {
  padding: 0;
  margin: 0;
}

.rtl {
  direction: rtl;
}

.fs_sm {
  font-size: clamp(6px, 1.2vw, 16px);
}

.ltr {
  direction: ltr;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.side_padding {
  padding: 0 2rem 0 2rem;
}

.active-none:active,
:focus .active-none:focus {
  background-color: var(--pinkv2) !important;
}

.hover_oragne:hover {
  background-color: var(--orangev2) !important;
  color: #fff !important;
}

.fs_cart {
  font-size: clamp(0.9rem, 2.4vw, 1.25rem);
}

.bc__ {
  border-color: #f4f4f4 !important;
}

.fs_128 {
  font-size: clamp(10px, 1.4vw, 16px);
}

.hover_white:hover {
  background-color: #fff !important;
  color: var(--orangev2) !important;
  border: 1px solid var(--orangev2) !important;
}

.hover_bg_lightv9:hover {
  background-color: var(--lightv9) !important;
  color: var(--orangev2) !important;
  border: 1px solid var(--orangev2) !important;
}

.hover_xdsds:hover {
  background-color: var(--pinkv2);
  color: #fff !important;
}

.checked {
  color: #fd9a1c;
}

.az_breadcrumb {
  padding-left: 1rem;
  padding-right: 1rem;
}
.az_breadcrumb li {
  font-size: clamp(0.7rem, 2vw, 1rem);
}
.az_breadcrumb i {
  margin: 0 0.5rem;
  color: #000;
}
.az_breadcrumb a {
  text-decoration: none;
  color: var(--darkv3);
}
.az_breadcrumb .dark {
  color: #000;
}

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

.p_relative {
  position: relative;
}

.sec_head {
  text-align: center;
  padding: 0 0 1rem;
}
.sec_head h4 {
  font-size: clamp(1.1rem, 2.3vw, 2rem);
}
.sec_head::after {
  content: "";
  border: 1px solid #78368d;
  display: block;
  width: 64px;
  text-align: center;
  margin: 0 auto;
}

.cursor_pointer {
  cursor: pointer;
}

input[type=text]:focus {
  outline: none;
  box-shadow: none;
}

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

.btn_brown {
  width: 100%;
  border: 0;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 2rem);
  padding: 0px 0 !important;
  margin: 6px 0;
  background-color: #78368d;
  padding: 0;
}

.login_modal * {
  font-family: sans-serif !important;
}

.font_family_number {
  font-family: sans-serif !important;
}

.focuss:focus {
  box-shadow: 0px 0px 0px 1px #0060df;
}

.text-muted {
  color: #d6d3cf !important;
}

.hover_new:hover {
  background-color: #78368d !important;
  color: white !important;
}

.hover_new1:hover {
  background-color: white !important;
  color: #78368d !important;
  box-shadow: 0 0 0 1px red;
}

.transition_new {
  transition: ease 0.3s all;
}

.icon_Extra {
  position: absolute;
  right: -10px;
  top: 1.2rem;
  transform: translate(-50%, -50%);
  width: 20px;
}

.svg-inline--fa.fa-star {
  font-size: 12px;
}

.font-cvsss {
  font-size: clamp(12px, 1vw, 16px) !important;
}

@media (min-width: 992px) {
  .min_d_none {
    display: none !important;
  }
  .mt_18 {
    margin-top: 15em;
  }
}
@media (max-width: 991px) {
  .sm_d_none {
    display: none;
  }
  .side_padding {
    padding: 0 1rem;
  }
}
.t_light {
  color: var(--light);
}

.t_lightv3 {
  color: var(--lightv3);
}

.t_lightv11 {
  color: var(--lightv11);
}

.t_lightv101 {
  color: var(--lightv101);
}

.t_darkv2 {
  color: var(--darkv2);
}

.t_darkv3 {
  color: var(--darkv3);
}

.t_darkv4 {
  color: white;
}

.t_darkv4mob {
  color: #78368d;
}



.t_darkv5 {
  color: var(--darkv5);
}

.t_darkv6 {
  color: var(--darkv6);
}

.t_darkv5 {
  color: var(--darkv5);
}

.t_pinkv1 {
  color: var(--pinkv1);
}

.t_pinkv2 {
  color: #78368d;
  padding: 15px;
}

.t_pinkv3 {
  color: var(--pinkv3);
}

.bg_orangev1 {
  background-color: var(--orangev1);
}

.bg_orangev2 {
  background-color: var(--orangev2);
}

.bg_pinkv2 {
  background-color: #eee;
}

.bg_pinkv3 {
  background-color: #f5f5f5;
}

.bg_dark {
  background-color: var(--pinkv3);
}

.bg_darkv4 {
  background-color: #78368d;
}

.t_orangev2 {
  color: var(--orangev2);
}

.t_darkv8 {
  color: var(--darkv8);
}

.t_darkv9 {
  color: var(--darkv9);
}

.t_darkv10 {
  color: var(--darkv10);
}

.bg_lightv9 {
  background-color: var(--lightv9);
}

footer {
  background-color: #78368d;
  background-image: url("../imagess/bgImages/Background-Image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 3rem 2rem 1rem;
}
footer .footer-logo {
  width: 100%;
  max-width: 200px;
}
footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  line-height: 42px;
  padding-right: 22px;
  padding-bottom: 2 px;
  background: url("../imagess/Icons/Rectangle.png");
  background-repeat: no-repeat;
  background-position: center right;
}
footer ul li a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
}
footer h3 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px 0;
}
footer .foo-icons-wrapper {
  width: 100%;
  max-width: 200px;
  justify-content: space-evenly;
}
footer .foo-icons-wrapper .footer-icon {
  border: 1px solid var(--darkv4);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 6px;
  height: 35px;
}
footer .form-wrapper {
  position: relative;
  display: flex;
  margin-top: 20px;
}
footer .form-wrapper input::placeholder {
  color: var(--darkv4);
  font-weight: normal;
}
footer .form-wrapper img.icon {
  position: absolute;
  right: -10px;
  top: 1.2rem;
  transform: translate(-50%, -50%);
  width: 20px;
}
footer .form-wrapper input {
  border-bottom: 1px solid #6e6e6e;
  background-color: transparent;
  padding: 0.2rem;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-right: 27px !important;
  width: calc(100% - 85px);
  max-width: 235px;
}
footer .form-wrapper button {
  width: 85px;
  border: none;
  background-color: #6e6e6e;
  color: #f8dbd2;
}
footer .credit-card-wrapper {
  margin-top: 6rem;
  max-width: 330px;
}
footer .credit-card-wrapper p {
  font-weight: normal;
  font-size: 12px;
}
footer .copy_right span {
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 992px) {
  footer .mb_4 {
    margin-bottom: 4.5rem;
  }
  footer .mb_3 {
    margin-bottom: 3rem;
  }
  footer .credit-card-wrapper {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 1rem;
  }
  footer .mb_4 {
    margin-bottom: 3.4rem;
  }
  footer .mb_3 {
    margin-bottom: 2.4rem;
  }
}
.cardv1_wraper {
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  padding: 5px;
  margin: 8px 0 12px;
}
.cardv1_wraper .img_wraper {
  width: 125px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.cardv1_wraper .card_content {
  padding-right: 12px;
}
.cardv1_wraper .card_content h6 {
  font-size: clamp(10px, 1.6vw, 2rem);
}
.cardv1_wraper .card_content p {
  font-size: clamp(12px, 2vw, 2rem);
}
.cardv1_wraper .times {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 10px;
  top: 14px;
  background: var(--lightv101);
  width: 17px;
  height: 17px;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.cardv2_wraper {
  margin: 8px 4px;
}
.cardv2_wraper .img_wraper {
  width: 145px;
  height: 180px;
  overflow: hidden;
}
.cardv2_wraper .card_content {
  text-align: center;
}
.cardv2_wraper .card_content p {
  font-size: clamp(12px, 2vw, 2rem);
  margin: 0;
  line-height: 16px;
  font-weight: bold;
  color: var(--darkv4);
}
.cardv2_wraper .card_content small {
  font-size: clamp(10px, 2vw, 1.5rem);
}
.cardv2_wraper .rating {
  text-align: center;
  margin: 0px;
  line-height: 1;
}
.cardv2_wraper .rating svg {
  font-size: clamp(8px, 1vw, 12px);
  margin: 0;
}

.card_v3_wrapper {
  margin: 0 1rem;
  transition: 0.3s all;
  padding: 1rem 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.card_v3_wrapper .img_wrapper {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.card_v3_wrapper .az_content h4 {
  font-size: clamp(1rem, 1.3vw, 2rem);
}
.card_v3_wrapper .az_content p {
  font-size: clamp(0.875rem, 1.1vw, 2rem);
}
.card_v3_wrapper .az_content .add_fav {
  display: none !important;
}
.card_v3_wrapper .az_content .add_fav .heart_wrap {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  margin: 0 5px;
  font-size: 12px;
  box-shadow: 0px 1px 4px 1px rgba(42, 42, 42, 0.3607843137);
}
.card_v3_wrapper .az_content .add_fav .heart_wrap svg {
  padding-top: 6px;
  color: var(--pinkv5);
}
.card_v3_wrapper .az_content .add_fav button {
  border: 0;
  padding: 4px 10px;
  color: #fff;
  background-color: #979392;
  font-size: 12px;
  border-radius: 4px;
}
.card_v3_wrapper .az_tag {
  position: absolute;
  padding: 5px 40px;
  top: 20px;
  left: -40px;
  -webkit-transform: rotate(320deg);
  transform: rotate(320deg);
}
.card_v3_wrapper .az_tag p {
  font-size: 12px;
}
.card_v3_wrapper:hover {
  box-shadow: 1px 0px 9px 0px #b5b3b3;
}
.card_v3_wrapper:hover .az_content .add_fav {
  display: flex !important;
}

.cardv4_wrapper {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 2px #e1e1e1;
  padding: 1rem 1rem 1rem 0;
  margin: 12px 1.3rem;
}
.cardv4_wrapper .az_header {
  display: flex;
  align-items: center;
}
.cardv4_wrapper .az_header .img_wrapper {
  width: 75px;
  height: 75px;
  border-radius: 100%;
}
.cardv4_wrapper .az_header .cred {
  padding: 0 5px;
}
.cardv4_wrapper .az_header .cred h4 {
  font-size: 16px;
  font-weight: 600;
}
.cardv4_wrapper .body p {
  line-height: 2.3;
  font-size: 13px;
}

@media (max-width: 767px) {
  .card_v3_wrapper {
    margin: 0 0.3rem;
  }
  .card_v3_wrapper .az_content .add_fav .heart_wrap {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
  .card_v3_wrapper .az_content .add_fav button {
    font-size: 8px;
  }
  .card_v3_wrapper .rating {
    margin-top: 0 !important;
  }
  .card_v3_wrapper .rating svg {
    font-size: 10px;
  }
  .cardv4_wrapper {
    padding: 0.3rem 5px 1rem 0;
    margin: 6px;
  }
  .cardv4_wrapper .az_header {
    align-items: center;
  }
  .cardv4_wrapper .az_header .img_wrapper {
    width: 40px;
    height: 40px;
  }
  .cardv4_wrapper .az_header .cred h4 {
    font-size: clamp(0.5rem, 2vw, 1rem);
  }
  .cardv4_wrapper .az_header .cred div {
    margin-top: -5px;
  }
  .cardv4_wrapper .az_header .cred div svg {
    font-size: clamp(0.3rem, 2vw, 1rem);
  }
  .cardv4_wrapper .body {
    padding-right: 8px;
  }
  .cardv4_wrapper .body p {
    font-size: clamp(7px, 1vw, 14px);
  }
}
@media (max-width: 390px) {
  .cardv1_wraper .img_wraper {
    width: 100px;
    height: 100px;
  }
  .cardv2_wraper .img_wraper {
    width: 110px;
    height: 130px;
  }
}
.ot_modal [aria-label=Close] {
  font-size: 1.3rem;
  background-color: transparent;
}
.ot_modal ul {
  padding: 2rem 3rem;
}
.ot_modal ul h4 {
  padding-right: 3rem;
  color: var(--lightv8);
  font-weight: 600;
}
.ot_modal ul h4:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: var(--lightv8);
  border-radius: 100%;
}
.ot_modal ul .az_a02 {
  border-right: 2px solid var(--orangev2);
  padding-right: 2.3rem;
  margin-right: 0.7rem;
  margin-top: 10px;
}
.ot_modal ul .az_a02 p {
  color: var(--lightv8);
  font-size: 15px;
}
.ot_modal ul li {
  margin-bottom: 1rem;
}
.ot_modal ul li:last-child {
  margin-bottom: 0rem;
}
.ot_modal ul li:last-child .az_a02 {
  border-color: transparent;
}
.ot_modal ul li.active h4 {
  color: var(--orangev2);
}
.ot_modal ul li.active h4:before {
  background-color: var(--orangev2);
}
.ot_modal ul li.active p {
  color: var(--lightv10);
}

@media (max-width: 420px) {
  .ot_modal ul {
    padding: 2rem 1rem;
  }
}
.slider-content {
  background-image: url("../imagess/bgImages/banner-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #feb69e;
}

.content {
  padding: 7rem 9rem 12rem 0;
}

.content h1 {
  font-size: clamp(0.875rem, 2.5vw, 5rem) !important;
  margin: 0;
}

.content h4 {
  font-size: clamp(0.5rem, 1.2vw, 5rem) !important;
  margin: 0;
}

.content .c_button {
  width: fit-content;
  padding: 3px 10px !important;
  font-size: clamp(0.75rem, 1.5vw, 1.7rem) !important;
  border: none !important;
  background-color: #78368d !important;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.feature {
  margin: 100px 0px 35px;
}

.services-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-service {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 6px #736f6e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}

.text-service h3 {
  font-size: clamp(0.6rem, 1.4vw, 1.4rem);
  color: #be48e3;
  font-weight: bold;
}

.text-service p {
  font-size: clamp(0.4rem, 1.4vw, 1rem);
  color: #be48e3;
  margin: 0px;
}

.service-block:last-child {
  border: none;
}

.text-service {
  margin-right: 10px;
}

.services-wrapp {
  display: flex;
  justify-content: space-around;
}

.product-container {
  background-color: red !important;
  display: flex;
  justify-content: center;
}

.count_wrapper {
  display: flex;
  justify-content: center;
  margin: 12px 0 18px;
  align-items: center;
  direction: rtl;
}
.count_wrapper .az_content {
  margin: 0 5px;
  align-self: stretch;
  text-align: center;
  width: 50px;
}
.count_wrapper .az_content .time {
  border-radius: 40px;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  line-height: 38px;
  font-size: clamp(12px, 2vw, 16px);
  background-color: var(--pinkv2);
  color: #fff;
  letter-spacing: 1px;
  box-shadow: 0 0 5px 0 #959494;
}
.count_wrapper .az_content p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
}

.gallery_sec {
  padding: 0 6rem;
}
.gallery_sec .gallery_wrapper .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: row dense;
  max-width: 1200px;
  margin: 0 auto;
}
.gallery_sec .gallery_wrapper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  grid-row-end: span;
  background-size: cover;
  background-position: top;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.gallery_sec .gallery_wrapper .item.bg1 {
  background-image: url("../imagess/bgImages/WhatsApp-Image.png");
}
.gallery_sec .gallery_wrapper .item.bg2 {
  background-image: url("../imagess/bgImages/WhatsApp-Image6.png");
}
.gallery_sec .gallery_wrapper .item.bg3 {
  background-image: url("../imagess/bgImages/WhatsApp-Image(2).png");
}
.gallery_sec .gallery_wrapper .item.bg4 {
  background-image: url("../imagess/bgImages/WhatsApp-Image9.png");
}
.gallery_sec .gallery_wrapper .item.bg5 {
  background-image: url("../imagess/bgImages/WhatsApp-Image7.png");
}
.gallery_sec .gallery_wrapper .item.bg6 {
  background-image: url("../imagess/bgImages/WhatsApp-Image(3).png");
}
.gallery_sec .gallery_wrapper .item.bg7 {
  background-image: url("../imagess/bgImages/WhatsApp-Image8.png");
}
.gallery_sec .gallery_wrapper .item:hover {
  transform: scale(1.05);
}
.gallery_sec .gallery_wrapper .item:hover:after {
  opacity: 0;
}
.gallery_sec .gallery_wrapper .item--medium {
  grid-row-end: span 2;
}
.gallery_sec .gallery_wrapper .item--large {
  grid-row-end: span 3;
}

.discover_sec {
  padding: 0 6rem;
}
.discover_sec .sec_head {
  text-align: end;
}
.discover_sec .sec_head::after {
  margin-left: 20rem;
}
.discover_sec .next_pre .prev,
.discover_sec .next_pre .next {
  border: 1px solid;
  background-color: transparent;
  padding: 8px 1rem;
}
.discover_sec .dis_product_wrapper .item {
  width: 350px;
  box-shadow: 0px 5px 5px 1px rgba(236, 188, 173, 0.8);
  border-radius: 4px;
  overflow: hidden;
  margin: 10px 1rem;
}
.discover_sec .dis_product_wrapper .item .img_wrapper {
  width: 100%;
}
.discover_sec .dis_product_wrapper .item .foo_content {
  display: flex;
  align-items: center;
  padding: 12px 24px;
}
.discover_sec .dis_product_wrapper .item .foo_content p {
  margin: 0 auto;
}

.opi_sec {
  padding: 0 6rem;
}

.products-types .flex_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 7rem;
}
.products-types .flex_container .box {
  width: 47%;
  margin-top: 3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 3rem;
}
.products-types .flex_container .box .img_caption button {
  background-color: #fff;
  padding: 0.6rem 3rem;
  border: none;
  border-radius: 1.1rem;
  font-size: clamp(0.6rem, 2vw, 1rem) !important;
  margin-top: 6px;
  font-weight: 600;
}
.products-types .flex_container .box .img_caption .index_a {
  background-color: #fff;
  padding: 0.6rem 3rem;
  border: none;
  border-radius: 1.1rem;
  font-size: clamp(0.6rem, 2vw, 1rem) !important;
  margin-top: 6px;
  font-weight: 600;
}
.products-types .flex_container .box .img_caption h2 {
  font-size: clamp(1.2rem, 3vw, 2.5rem) !important;
}
.products-types .flex_container .box .img_caption h3 {
  font-size: clamp(1rem, 2vw, 2.5rem) !important;
}
.products-types .flex_container .box .img_caption h4 {
  font-size: clamp(0.8rem, 1.8vw, 1.8rem) !important;
  font-weight: bold;
}
.products-types .flex_container .box .img_caption {
  margin: 0 auto;
  text-align: center;
}
.products-types .flex_container .box .img_wrapper {
  align-self: flex-end;
}

.trend_sec {
  padding: 0 5rem;
}
.trend_sec .az_product_wrapper {
  max-height: 540px;
}
.trend_sec .az_product_wrapper .az_item {
  margin-bottom: 1rem;
}

@media (max-width: 1620px) {
  .products-types .flex_container .box {
    margin-bottom: 1rem;
  }
  .products-types .flex_container .box .img_wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1320px) {
  .slider-content .content {
    padding: 6rem 8rem 10rem 0;
  }
  .products-types .flex_container {
    padding: 0 4rem;
  }
  .products-types .flex_container .box {
    margin-bottom: 0.5rem;
  }
  .products-types .flex_container .box .img_wrapper {
    max-width: 180px;
  }
  .products-types .flex_container .box .img_caption button {
    padding: 0.6rem 2rem;
  }
  .products-types .flex_container .box .img_caption .index_a {
    padding: 0.6rem 2rem;
  }
  .gallery_sec {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .feature {
    margin: 50px 0px 25px;
  }
  .feature .services-wrapp .service-block .icon-service {
    width: 50px;
    height: 50px;
  }
  .feature .services-wrapp .service-block .icon-service img {
    width: 30px;
    max-width: 0 auto;
  }
  .discover_sec .sec_head::after {
    margin: 0 auto;
  }
  .discover_sec .next_pre {
    text-align: center;
    margin-top: 13px;
  }
  .discover_sec .next_pre .prev,
.discover_sec .next_pre .next {
    padding: 2px 12px;
  }
  .discover_sec .next_pre .prev svg,
.discover_sec .next_pre .next svg {
    font-size: 14px;
  }
  .products-types .flex_container {
    padding: 0 1rem;
  }
  .products-types .flex_container .box .img_wrapper {
    max-width: 150px;
  }
  .gallery_sec .gallery_wrapper .grid .md_d_none {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-content .content {
    padding: 2rem 6rem 6rem 0;
  }
  .feature {
    margin: 0;
  }
  .feature .services-wrapp .service-block {
    margin: 0 3rem;
    min-width: 180px;
  }
  .feature .services-wrapp .service-block .icon-service {
    height: 28px;
    width: 28px;
    margin-left: 1px !important;
  }
  .feature .icon-service img {
    width: 18px !important;
  }
  .products-types .flex_container {
    padding: 0 6rem;
  }
  .products-types .flex_container .box {
    width: 100%;
    margin-top: 1rem;
  }
  .products-types .flex_container .box .img_wrapper {
    max-width: 115px;
  }
  .products-types .flex_container .box .img_caption button {
    padding: 0.2rem 1rem;
  }
  .products-types .flex_container .box .img_caption .index_a {
    padding: 0.2rem 1rem;
  }
  .gallery_sec .gallery_wrapper .grid {
    grid-gap: 15px;
    grid-auto-rows: 150px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .trend_sec {
    padding: 0.5rem 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  .count_wrapper .az_content {
    width: 40px;
  }
  .count_wrapper .az_content .time {
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .discover_sec {
    padding: 0.5rem 1rem !important;
    margin: 0 !important;
  }
  .discover_sec .dis_product_wrapper .item {
    margin: 10px;
  }
  .discover_sec .dis_product_wrapper .item .foo_content {
    padding: 5px;
  }
  .discover_sec .dis_product_wrapper .item .foo_content p {
    font-size: clamp(0.5rem, 2vw, 2rem);
  }
  .discover_sec .dis_product_wrapper .item .foo_content svg {
    font-size: clamp(0.75rem, 2vw, 1rem);
  }
  .opi_sec {
    padding: 0.5rem !important;
    margin-top: 2rem !important;
  }
}
.fs_resp {
  font-size: clamp(0.5rem, 2.5vw, 2.2rem);
}

@media (max-width: 600px) {
  .slider-content .content {
    padding: 2rem 3rem 3rem 0;
  }
  .slider-content .content h1 {
    margin-bottom: 0.5rem !important;
  }
  .products-types .flex_container {
    padding: 0 1rem;
  }
  .gallery_sec {
    padding: 0;
  }
  .gallery_sec .gallery_wrapper .grid {
    grid-gap: 15px;
    grid-auto-rows: 100px;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  }
  .feature .services-wrapp .service-block {
    margin: 0 2rem;
    min-width: 130px !important;
  }
  .feature .icon-service img {
    width: 18px !important;
  }
}
@media (max-width: 465px) {
  .feature .services-wrapp .service-block {
    margin: 0 0.5rem;
    min-width: 80px !important;
  }
  .gallery_sec .gallery_wrapper .grid {
    grid-gap: 10px;
    grid-auto-rows: 70px;
    -ms-grid-columns: minmax(185px, 1fr) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.product_page .fs_12 {
  font-size: clamp(18px, 1.5vw, 20px);
}
.product_page .fs_14 {
  font-size: clamp(14px, 1.5vw, 20px);
}
.product_page .fs_16 {
  font-size: clamp(10px, 1.5vw, 20px);
}
.product_page .fs_18 {
  font-size: clamp(10px, 1.2vw, 16px);
}
.product_page .fs_xs_small {
  font-size: clamp(6px, 1.5vw, 18px);
}
.product_page .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: unset;
}
.product_page .az_product_grid {
  display: flex;
  flex-wrap: wrap;
}
.product_page .az_product_grid a {
  color: black !important;
}
.product_page .fa-star {
  color: var(--darkv4);
}
.product_page .checked {
  color: #fd9a1c;
}
.product_page .az_product_grid .p_item .p_footer div:first-child p {
  font-size: clamp(0.6rem, 1.4vw, 1.3rem);
  line-height: 1;
  color: #78368d;
  font-family: "Droid Arabic Kufi";
}
.product_page .az_product_grid .p_item .p_footer div del {
  font-size: clamp(0.6rem, 1.3vw, 1.3rem);
}
.product_page .p_title {
  font-size: clamp(0.7rem, 1.5vw, 1.2rem);
  color: #78368d;
}
.product_page .pd {
  margin: 5em;
}
.product_page .az_product_grid .p_item .az_rating > span {
  color: var(--darkv4);
  font-size: clamp(0.6rem, 1vw, 0.875rem);
}
.product_page .p_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  direction: rtl;
  width: 375px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1098039216);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
}
.product_page .p_item .fa {
  font-size: clamp(1em, 1.8vw, 1.5em);
}
.product_page .p_item a {
  color: black !important;
}
.product_page a {
  text-decoration: none !important;
}
.product_page .p_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 5;
  color: black !important;
}
.product_page .p_abs p {
  border-bottom: 3px solid #78368d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 3px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color:#78368d;
}
.product_page .img_wrapper_v4 img {
  max-width: 100%;
}
.product_page .az_product_grid .p_item .img_wrapper {
  text-align: center;
}
.product_page .badge_container {
  position: relative;
  top: 20px;
  margin: 0 1em 0 1em;
}
.product_page .badge1 {
  position: absolute;
  top: 0;
  right: 0;
}
.product_page .badge2 {
  position: absolute;
  left: 0;
  top: 0;
}
.product_page .badge {
  min-width: 80px;
  -webkit-box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.25);
  z-index: 3;
  font-size: clamp(0.6rem, 1vw, 0.85rem);
}
.product_page .bg_maroonv1 {
  background-color: rgb(163, 10, 10);
}
.product_page .bg_greenv1 {
  background-color: rgb(32, 218, 131);
}
.product_page .item_pd {
  padding: 1.5rem;
}
.product_page .item_pd h4 {
  margin-bottom: 0.9em;
}
.product_page .az_product_grid .p_item.hover:hover .p_hover p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  font-size: clamp(0.8rem, 2vw, 1.3rem);
  margin: 0;
  cursor: pointer;
  background-color: #78368d;
}
.product_page .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.product_page .text-center {
  text-align: center !important;
}
.product_page .az_product_grid .p_item.hover:hover .p_hover {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_page .az_product_grid .p_item .p_hover {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 5;
}
.product_page .uil-heart {
  width: 25px !important;
  height: 26px !important;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.product_page .uil-cart {
  width: 25px !important;
  height: 24px !important;
  top: 3px;
  font-weight: bold;
  position: relative;
}
.product_page .paginationfz7 .page-item a {
  font-size: 1.6rem;
  padding: 0rem !important;
  width: 30px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #6c6965;
  margin: 0 2px;
}
.product_page .paginationfz7 i,
.product_page .paginationfz7 a {
  color: var(--darkv4);
  font-weight: bold;
}
.product_page .paginationfz7 .page-item.active a {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f8b7a3;
  border: 1px solid #f8b7a3 !important;
  border-radius: 3px;
}
.product_page .paginationfz7 .page-link:focus {
  box-shadow: none;
}
.product_page .paginationfz7 ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.8rem;
  column-gap: 0.8rem;
  text-align: center;
  margin-top: 3rem;
}
.product_page .filter_sec {
  padding: 2rem 8rem;
}
.product_page .filter_sec .az_filter_area {
  width: 70%;
}
.product_page .filter_sec .az_filter_area .wrapperd33 {
  display: flex;
  align-items: center;
  position: relative;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .active_element .az_collapse svg {
  transform: rotate(180deg);
}
.product_page .filter_sec .az_filter_area .wrapperd33 .active_element .coll_body {
  display: block !important;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .az_collapse button {
  font-size: clamp(12px, 1.2vw, 2rem);
  color:#78368d;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .coll_body {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 9rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9;
  max-width: 690px;
  left: 69%;
  display: none;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1607843137);
}
.product_page .filter_sec .az_filter_area .wrapperd33 .coll_body h4.head {
  margin: 1.2rem 0 1.5rem;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .coll_body.az_col_five {
  height: 270px;
  top: 11rem;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .coll_body.az_col_five h4.head {
  margin: 1.2rem 0 1rem;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .coll_body.az_col_four h4.head {
  margin: 0 0 2rem;
}
.product_page .filter_sec .az_filter_area .wrapperd33 .coll_body.az_col_three h4.head {
  margin: 0 0 3rem;
  color:#78368d !important;
}
.product_page .filter_sec .az_filter_area .az_collapse {
  margin: 0 2rem;
}
.product_page .filter_sec .az_filter_area .az_collapse > input {
  background-color: #fff;
}
.product_page .filter_sec .az_filter_area .az_collapse > input i {
  font-size: clamp(1rem, 1vw, 1.6rem);
  transition: 3s all ease;
}
.product_page .filter_sec .az_filter_area .az_col_five label span {
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1607843137);
}
.product_page .filter_sec .az_filter_area .az_col_five label input:checked + span {
  transform: scale(1.13);
  color: #ff9d1d;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.product_page .filter_sec .az_filter_area .az_col_six label span {
  width: 60px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}
.product_page .filter_sec .az_filter_area .az_col_six label input:checked + span {
  transform: scale(1.13);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}
.product_page .filter_sec .az_sort span {
  font-size: clamp(10px, 1vw, 1.6rem);
  white-space: nowrap;
  color:#78368d !important;
}
.product_page .filter_sec .az_sort svg,
.product_page .filter_sec .az_sort .srt_control {
  font-size: clamp(10px, 1vw, 1.6rem);
}
.product_page .filter_sec .az_range_input {
  /* Input Thumb */
  /* Input Track */
}
.product_page .filter_sec .az_range_input input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 10px;
  background: var(--darkv4);
  border-radius: 5px;
  background-image: linear-gradient(var(--pinkv2), var(--pinkv2));
  background-size: 52% 100%;
  background-repeat: no-repeat;
}
.product_page .filter_sec .az_range_input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0px 2px var(--pinkv2);
  transition: background 0.3s ease-in-out;
}
.product_page .filter_sec .az_range_input input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0px 2px var(--pinkv2);
  transition: background 0.3s ease-in-out;
}
.product_page .filter_sec .az_range_input input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 var(--pinkv2);
  transition: background 0.3s ease-in-out;
}
.product_page .filter_sec .az_range_input input[type=range]::-webkit-slider-thumb:hover {
  background: var(--pinkv2);
}
.product_page .filter_sec .az_range_input input[type=range]::-moz-range-thumb:hover {
  background: var(--pinkv2);
}
.product_page .filter_sec .az_range_input input[type=range]::-ms-thumb:hover {
  background: var(--pinkv2);
}
.product_page .filter_sec .az_range_input input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.product_page .filter_sec .az_range_input input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.product_page .filter_sec .az_range_input input[type=range]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.product_page .filter_sec .srt_control {
  position: relative;
}
.product_page .filter_sec .srt_control svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
}
.product_page .filter_sec .srt_control select {
  background-image: none;
  padding: 0.375rem 1.75rem;
  color: #78368d !important;
}
.product_page .filter_sec .srt_control select:focus {
  box-shadow: none;
  border-color: var(--darkv4);
}

.noUi-connect {
  background-color: #78368d;
}

.noUi-horizontal .noUi-handle:hover {
  background-color: var(--pinkv2);
}

.noUi-horizontal .noUi-handle {
  box-shadow: 0 0 0px 2px #78368d;
}

@media (max-width: 1645px) {
  .product_page .filter_sec .wrapperd33 .coll_body {
    left: 63% !important;
  }
}
@media (max-width: 1485px) {
  .product_page .filter_sec .wrapperd33 .coll_body {
    left: 59% !important;
  }
}
@media (max-width: 1390px) {
  .product_page .filter_sec .wrapperd33 .coll_body {
    left: 56% !important;
  }
}
@media (max-width: 1320px) {
  .product_page .filter_sec {
    padding: 2rem 3rem;
  }
  .product_page .filter_sec .az_filter_area .az_collapse {
    margin: 0 0.8rem;
  }
  .product_page .filter_sec .wrapperd33 .coll_body {
    max-width: 490px !important;
    left: 64% !important;
  }
  .product_page .filter_sec .wrapperd33 .coll_body ul {
    width: 75% !important;
  }
}
@media (max-width: 992px) {
  .product_page .filter_sec {
    padding: 2rem 0px;
  }
  .product_page .filter_sec .az_filter_area {
    overflow: auto;
    margin-left: 12px;
    padding: 12px 0;
  }
  .product_page .filter_sec .az_filter_area .wrapperd33 {
    min-width: 480px;
    background: #fff;
    justify-content: space-between;
  }
  .product_page .filter_sec .az_filter_area .wrapperd33 .coll_body {
    position: fixed !important;
    left: 0 !important;
    bottom: 0;
    transform: unset !important;
    top: unset !important;
    max-width: 100% !important;
    box-shadow: 0px 1px 3.4375rem #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .product_page .filter_sec .az_sort .srt_control select {
    padding: 0.2rem 3px 0 1rem;
    font-size: 10px;
  }
  .product_page .item_pd {
    padding: 0.5rem;
  }
  .product_page .badge {
    min-width: unset;
  }
  .product_page .paginationfz7 .page-item.next a img, .product_page .paginationfz7 .page-item.prev a img {
    width: 4px;
  }
  .product_page .paginationfz7 .page-item a {
    font-size: 0.9rem;
    padding: 0rem !important;
    width: 25px;
    height: 30px;
    line-height: 30px;
    margin: 0;
  }
  .az_product_grid a {
    width: 45%;
    margin: 0 10px;
  }
  .az_product_grid a .p_item {
    width: 100%;
    margin: 1rem 0;
  }
}
@media (max-width: 600px) {
  .product_page .badge_container {
    top: 10px;
    margin: 0 4px;
  }
  .product_page .badge_container p {
    border-radius: 4px !important;
  }
  .product_page .badge {
    padding: 4px 3px !important;
  }
  .az_product_grid a {
    margin: 0 6px !important;
  }
  .az_product_grid a .p_item {
    margin: 0.5rem 0;
  }
  .az_product_grid a .p_item .item_pd {
    padding: 0.3rem;
  }
  .product_page .filter_sec .az_filter_area .az_col_five label span {
    width: 50px;
    height: 35px;
    line-height: 38px;
    font-size: clamp(0.875rem, 1.2vw, 1.4rem);
  }
}
@media (max-width: 350px) {
  .item_pd .fa-star {
    font-size: 0.5625rem !important;
  }
}
.booking_page .tb_wrapper {
  padding: 1rem 0.5rem;
  border-radius: 1.8rem !important;
  background-color: #fafafa;
  border: 1px solid #d0d0d2;
}
.booking_page .tb_wrapper .tab_header_text {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.booking_page .tb_wrapper .tab_header_left_text {
  font-size: clamp(1rem, 2vw, 1.7rem);
  margin-right: 26px;
  margin-top: 2rem;
}
.booking_page .tb_wrapper .tab_link {
  border: none !important;
  padding: 1.2rem 0rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #383838;
  font-weight: 500;
  background-color: #fafafa;
  white-space: nowrap;
}
.booking_page .tb_wrapper .tab_link.active {
  color: #78368d;
}
.booking_page .tb_wrapper .tab_container {
  width: 100%;
  max-width: 250px;
  padding: 2rem 1rem 1rem 1rem;
}
.booking_page .tb_wrapper .tab_container::after {
  content: "";
  position: absolute;
  top: 3%;
  right: 262px;
  height: 95%;
  border: 1px solid #d0d0d2 !important;
}
.booking_page .tb_wrapper .tab-content {
  padding: 0 1rem;
  width: 100%;
  padding-right: 3em;
}
.booking_page .tb_wrapper .tab-content .tab_inputs {
  padding: 0.5rem 1rem;
  border-radius: 0.4em !important;
  width: 95%;
  border: 1px solid #808080;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.booking_page .tb_wrapper .tab-content .tab_inputs:focus {
  box-shadow: none;
}
.booking_page .tb_wrapper .tab-content .label_tab_form {
  margin-bottom: 1.1rem;
  color: #383838 !important;
  font-size: clamp(0.8rem, 2vw, 1rem);
}
.booking_page .tb_wrapper .tab_form {
  margin-right: 1.2rem;
  padding: 1rem 4rem 1rem 1rem;
}
.booking_page .tb_wrapper .tab-content .tab_form_btn {
  color: #fff;
  background-color: #78368d;
  border: none;
  padding: 0.7rem 3.1rem 0.7rem 3.1rem !important;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  margin-left: 9rem;
}
.booking_page .iti__country-list {
  left: 20px;
}
.booking_page .iti.iti--allow-dropdown {
  width: 100%;
}
.booking_page .iti.iti--allow-dropdown .iti__flag-container,
.booking_page .iti.iti--allow-dropdown .iti--separate-dial-code .iti__flag-container {
  left: 0px;
}
.booking_page .tab_serach {
  padding: 0rem 2.2rem !important;
  margin-bottom: 2rem;
}
.booking_page .tab_serach .tab_serach_input {
  padding: 1rem 4.5rem;
  border-radius: 0.5em !important;
  width: 100%;
  border: none !important;
  background-color: white !important;
  margin-bottom: 10px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1607843137);
}
.booking_page .tab_serach .tab_serach_input::placeholder {
  font-size: clamp(12px, 2vw, 1.2rem);
  color: #898d9b !important;
}
.booking_page .tab_serach .tab_serach_input:focus {
  box-shadow: none !important;
}
.booking_page .tab_serach .image_flage {
  position: absolute;
  left: 0;
}
.booking_page .tab_serach .tab2_serach_icon {
  position: absolute;
  top: 21%;
  right: 56px;
}
.booking_page .tab_serach .tab2_serach_icon .fa-magnifying-glass {
  font-size: 1.8rem;
}
.booking_page .cs_table {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  padding: 0rem 2rem;
}
.booking_page .cs_table::-webkit-scrollbar {
  width: 0.5rem !important;
  height: 0.5rem !important;
  background-color: transparent;
}
.booking_page .cs_table::-webkit-scrollbar-thumb {
  background-color: var(--pinkv2);
  border: 1px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
.booking_page .cs_table .t_row {
  display: grid;
  gap: 1rem 1rem;
  grid-gap: 1rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.booking_page .az_card_wrapper .az_card {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem 1.3rem 0;
  border-radius: 15px;
  margin: 1rem 0;
}
.booking_page .az_card_wrapper .az_card p {
  font-size: clamp(0.7rem, 2vw, 2rem);
  padding: 6px 0;
}
.booking_page .az_card_wrapper .az_card p span {
  margin: 0 10px;
}
.booking_page .az_card_wrapper .az_card .az_tab_social_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
}
.booking_page .az_card_wrapper .az_card .az_tab_social_wrapper button {
  border: 0;
  background: none;
}
.booking_page .az_card_wrapper .az_card .az_tab_social_wrapper button i {
  font-size: clamp(1.2rem, 2vw, 3rem);
}
.booking_page .az_card_wrapper .az_card .az_tab_social_wrapper button i:hover {
  color: var(--orangev7);
}
.booking_page .az_table2457 .t_head {
  margin-bottom: 1rem;
}
.booking_page .az_table2457 .t_head h5 {
  font-size: clamp(0.5rem, 1.2vw, 1.2rem);
}
.booking_page .az_table2457 .t_head i {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  margin-left: 0.2em;
}
.booking_page .az_table2457 .t_row {
  grid-template-columns: 5% 15% 14% 23% 14% 12%;
}
.booking_page .az_table2457 .t_row span,
.booking_page .az_table2457 .t_row svg {
  font-size: clamp(12px, 1vw, 16px);
}
.booking_page .az_table2457 .t_body .t_row {
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ccc;
  margin-bottom: 1.3rem;
  padding: 1rem 1rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.booking_page .az_table2457 .t_body .t_td .first_colums {
  font-size: clamp(0.4rem, 1.4vw, 3.5rem) !important;
}
.booking_page .az_table2457 .t_body .t_td p {
  font-size: clamp(0.2rem, 1.4vw, 1.1rem) !important;
}
.booking_page .az_table2457 .t_body .t_td .dropdown-toggle::after {
  display: none;
}
.booking_page .az_table2457 .t_body .t_td .dropdown-toggle {
  width: 70px;
  margin: 0 1rem;
}
.booking_page .az_table2457 .t_body .t_td .dropdown-menu button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.booking_page .az_table2457 .t_body .t_td .dropdown-menu button:hover {
  background-color: rgba(255, 255, 255, 0.178);
}
.booking_page .az_table2457 .t_body .t_td .dropdown-menu button i {
  width: 18px;
  text-align: center;
  margin-left: 0.2rem;
}
.booking_page .tab2_form_btn {
  color: #fff;
  background-color: #78368d;
  border: none;
  padding: 0.7rem 1.1rem 0.7rem 1.1rem !important;
  border-radius: 0.4rem;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid transparent;
  margin-left: 4.5rem !important;
}
.booking_page .tab3_container {
  padding: 2rem 4rem !important;
}
.booking_page .tab3_container .tab3_content .tab3_btn {
  padding: 0.4rem 9rem;
  font-size: clamp(1rem, 2vw, 1.7rem);
  color: #fff;
  background-color: #78368d;
  border: none;
  border-radius: 0.4em;
  border: 1px solid transparent;
}
.booking_page .tab3_container .tab3_content .tab3_text {
  color: #939fa4;
  margin-top: 2rem !important;
  font-size: clamp(1em, 2vw, 1.7rem);
  margin-right: 2.32rem;
}
.booking_page .plus_icon {
  background-color: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 7%;
  padding: 0 5px;
  border: 1px solid transparent;
}
.booking_page .tab4_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.4rem 2rem 2rem 0rem !important;
}
.booking_page .tab4_pan {
  padding-bottom: 7rem !important;
}
.booking_page .tab_4_content {
  width: 60%;
  padding: 1.3rem 1.2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  margin-right: 2.5rem;
  margin-top: 2rem;
  box-shadow: 1px 4px 6px 2px #d7d7d7;
}
.booking_page .tab_4_content .tab_4_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
.booking_page .tab_4_content .tab_4_flex_wrapper p span {
  font-weight: normal;
}
.booking_page .tab_4_content .tab_4_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.booking_page .tab_4_content .tab_4_btn .tab_4_inner_head_btn {
  border: none;
  background-color: #78368d;
  color: #fff;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  padding: 0.2rem 0.3rem;
  border-radius: 0.2rem;
  width: 38%;
  margin-right: 5rem;
}
.booking_page .tab_4_content .tab_4_btn .tab_4_inner_lower_btn {
  border: 1px solid #78368d;
  color: #78368d;
  font-size: 14px;
  padding: 0.1rem 1.9rem;
  border-radius: 0.3rem;
  background-color: white;
  font-size: clamp(0.875rem, 1.5vw, 1.2rem);
}
.booking_page .tab_4_content .tab_4_name p {
  padding: 12px 0;
}
.booking_page .tab_4_content .tab_4_name p span {
  font-size: clamp(0.875rem, 1.5vw, 1.2rem);
}
.booking_page .tab4_form_btn {
  color: #fff;
  background-color: #78368d;
  border: none;
  padding: 0.4rem 3.6rem 0.4rem 2rem !important;
  border-radius: 0.4rem;
  font-size: clamp(0.875rem, 1vw, 1.1rem);
  margin-left: 1rem;
}
.booking_page .plus_icon svg {
  font-size: clamp(0.875rem, 1vw, 1.1rem);
}
.booking_page .tab4_header_left_text {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.booking_page .az_mobile_tab_wrap {
  position: fixed;
  z-index: 9;
  display: flex;
  top: 200px;
  right: 0;
}
.booking_page .az_mobile_tab_wrap .mobile_tab_ul {
  transition: 1s margin-right;
}
.booking_page .az_mobile_tab_wrap .mobile_tab_ul.show {
  background-color: #fff;
  z-index: 999;
  margin-right: -207px;
  transition: 1s margin-right;
}
.booking_page .az_mobile_tab_wrap .mobile_tab_ul .az_tab_ul {
  display: block;
  background-color: #fff;
  padding: 1rem 0;
  margin-right: 0px !important;
  box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
}
.booking_page .az_mobile_tab_wrap .mobile_tab_ul .az_tab_ul .tab_link {
  font-size: clamp(1.2rem, 1vw, 2rem);
  padding: 1rem 1.5rem;
  border: 0;
  text-align: right;
  color: #383838;
  background-color: #fff;
  overflow-x: hidden;
  display: block;
}
.booking_page .az_mobile_tab_wrap .mobile_tab_ul .az_tab_ul .tab_link.active {
  color: var(--orangev2);
}
.booking_page .az_mobile_tab_wrap .az_mob_toggle {
  padding: 0.3rem 1.2rem;
  background: var(--orangev2);
  border: 0;
  color: #fff;
  font-size: 24px;
  max-height: 52px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.booking_page .az_mobile_tab_wrap .az_mob_toggle i {
  transition: 0.5s all ease-in;
}

@media (max-width: 1400px) {
  .iti.iti--allow-dropdown {
    width: 100%;
  }
  .iti.iti--allow-dropdown .iti__flag-container,
.iti.iti--allow-dropdown .iti--separate-dial-code .iti__flag-container {
    left: 0px;
  }
  .tab_container {
    width: 230px !important;
  }
  .tb_wrapper .tab_container {
    width: 100%;
    max-width: 180px;
    padding: 2rem 0rem;
  }
  .tab_container::after {
    right: 220px !important;
  }
  .cs_table {
    margin-right: 10px !important;
  }
  .tab_serach .tab_serach_input {
    margin-right: 20px;
  }
  .tb_wrapper .tab_header_left_text {
    margin-right: 4rem !important;
    margin-top: 1rem !important;
  }
  .tab_4_content {
    margin-right: 4rem !important;
    width: 75% !important;
  }
  .tab4_header {
    margin-right: 3rem !important;
    margin-top: 1rem !important;
  }
  .tb_wrapper .tab_link {
    margin-right: 1.9rem !important;
  }
  .tb_wrapper .tab_form {
    padding-right: 5rem !important;
  }
  .tab_serach .tab2_serach_icon {
    margin-right: 20px;
  }
  .booking_page .plus_icon {
    top: 4px;
  }
}
@media (max-width: 1200px) {
  .tab-content {
    margin-right: 1px !important;
  }
  .tab_container::after {
    right: 200px !important;
  }
  .tb_wrapper .tab_container {
    width: 100%;
    max-width: 230px;
    padding: 2rem 0rem 2rem 0rem;
  }
  .cs_table {
    padding: 0rem !important;
  }
  .az_table2457 .t_row {
    grid-template-columns: 5% 16% 14% 23% 14% 16% !important;
  }
  .tb_wrapper .tab_header_left_text {
    margin-right: 2rem !important;
    margin-top: 1.1rem !important;
  }
}
@media (max-width: 992px) {
  .booking_page .tb_wrapper .tab_inputs {
    width: 100%;
  }
  .booking_page .tb_wrapper .tab_form {
    padding: 0 !important;
  }
  .booking_page .tb_wrapper .tab-content .tab_form_btn {
    margin-left: 0;
    padding: 0.5rem 1.1rem 0.5rem 1.1rem !important;
  }
  .booking_page .tb_wrapper .tab_serach .tab2_serach_icon .fa-magnifying-glass {
    font-size: 14px;
  }
  .booking_page .tab3_container {
    padding: 0 !important;
  }
  .booking_page .tab3_container .tab3_content {
    text-align: center;
  }
  .booking_page .tab3_container .tab3_content .tab3_btn {
    padding-inline: 24px !important;
  }
  .booking_page .tab3_container .tab3_content .tab3_text {
    margin-right: 0;
  }
  .booking_page .tab_serach {
    padding: 0 !important;
  }
  .booking_page .tab_serach .tab_serach_input {
    margin-right: 0;
    padding: 0.5rem 3.3rem 0.5rem 12px;
  }
  .booking_page .tab_serach .tab2_serach_icon {
    right: 0;
  }
  .booking_page .tab2_form_btn {
    margin-left: 0 !important;
  }
  .booking_page .tab_4_content {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .booking_page .tb_wrapper .tab-content {
    padding: 0 !important;
  }
  .booking_page .tab_4_content .tab_4_flex_wrapper {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .booking_page .tab_4_content .tab_4_flex_wrapper .tab_4_btn {
    margin-top: 1rem;
  }
  .booking_page .tab_4_content .tab_4_flex_wrapper .tab_4_btn .tab_4_inner_head_btn {
    position: absolute;
    top: 6px;
    left: 0px;
    width: fit-content;
    font-size: 10px;
  }
  .booking_page .iti.iti--allow-dropdown {
    width: 100%;
  }
  .booking_page .iti.iti--allow-dropdown .iti__flag-container,
.booking_page .iti.iti--allow-dropdown .iti--separate-dial-code .iti__flag-container {
    left: 0px;
  }
  .booking_page .tab4_header {
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0.5rem !important;
  }
  .booking_page .tab4_header > div {
    margin-top: 0.5rem;
  }
}
@media (max-width: 475px) {
  .booking_page .az_card_wrapper .az_card {
    padding: 2rem 1rem 0 0.5rem !important;
  }
}
.color_picker_btns label {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.color_picker_btns label input:checked + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 100%;
}
.color_picker_btns label span {
  position: relative;
  border-radius: 100% !important;
  width: 18px;
  height: 18px;
  padding: 1px;
  display: block;
}

.size_picker_btns label {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.size_picker_btns label input:checked + span {
  border-color: #78368d !important;
  color: #78368d !important;
}
.size_picker_btns label span {
  display: block;
  font-weight: bold;
  width: 45px;
  font-size: clamp(0.6rem, 2vw, 1rem);
  border-color: rgb(134, 134, 134) !important;
  cursor: pointer;
}

.product_detail {
  margin-top: 4rem;
  padding: 0 3rem;
}
.product_detail .w_100 {
  width: 100%;
}
.product_detail .grid_container {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 2rem 2rem;
}
.product_detail .grid_item .form-check-input:checked {
  background-color: var(--orangev2);
  border-color: transparent !important;
}
.product_detail .grid_item .form-check-input:focus {
  box-shadow: none !important;
}
.product_detail .grid_item .az_custom {
  flex: 0.5;
}
.product_detail .grid_item .az_custom .quantity_btn_group button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.product_detail .grid_item .az_custom .az_c017 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product_detail .product_img_container .scroll_images {
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  cursor: grab;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.product_detail .product_img_container .scroll_images::-webkit-scrollbar {
  height: 7px;
}
.product_detail .product_img_container .scroll_images::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.product_detail .product_img_container .scroll_images::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.438);
}
.product_detail .product_img_container .scroll_images .img_wrapper {
  cursor: grab;
}
.product_detail .product_img_container .scroll_images img {
  min-width: 100px;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}
.product_detail .input_wrapper input:focus, .product_detail .input_wrapper input:focus-visible, .product_detail .input_wrapper input:focus-within,
.product_detail .input_wrapper textarea:focus,
.product_detail .input_wrapper textarea:focus-visible,
.product_detail .input_wrapper textarea:focus-within {
  border: 0;
}
textarea:focus
{
  outline: none !important;
  border:1px solid red;
  box-shadow: 0 0 10px #dab5a3;
}
.product_detail .my_tabs54 .nav-link {
  padding: 0.5rem 0 !important;
  font-size: clamp(0.8rem, 2vw, 1.5rem);
}
.product_detail .my_tabs54 .nav-link:hover {
  color: var(--orangev2);
}
.product_detail .my_tabs54 .nav-link:hover:after {
  background-color: var(--orangev2);
}
.product_detail .my_tabs54 .tabs_star_rating .fa-star.checked {
  color: var(--orangev2);
}
.product_detail .my_tabs54 .form-check-input {
  background-color: var(--orangev2);
  border-color: transparent !important;
}
.product_detail .my_tabs54 .form-check-input:checked {
  border-color: var(--orangev2);
}
.product_detail .my_tabs54 .form-check-input:focus {
  box-shadow: none !important;
}
.product_detail .my_tabs54 .make_comnt textarea:focus {
  border: 1px solid #ccc;
}
.product_detail .my_tabs54 .progress_wrap .progress {
  background-color: rgb(238, 238, 238) !important;
  width: 110px;
  height: 5px;
}
.product_detail .my_tabs54 .progress_wrap .progress .progress-bar {
  border-radius: 15px;
  background-color: var(--orangev2);
}
.product_detail .my_tabs54 .progress_wrap small {
  font-size: 11px;
}
.product_detail .my_tabs54 .nav-link.active {
  position: relative;
  color: #78368d;
}
.product_detail .my_tabs54 .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--orangev2);
  width: 100%;
  height: 2px;
  border-radius: 10px;
}
.product_detail table.stripped {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.product_detail table.stripped tr:nth-child(odd) td {
  background-color: rgba(244, 106, 91, 0.15);
}
.product_detail table.stripped tr:nth-child(odd) td:first-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.product_detail table.stripped tr:nth-child(odd) td:last-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.product_detail .fs_10 {
  font-size: clamp(18px, 1.5vw, 28px);
}
.product_detail .fs_12 {
  font-size: clamp(18px, 1.5vw, 20px);
}
.product_detail .fs_14 {
  font-size: clamp(14px, 1.5vw, 20px);
}
.product_detail .fs_16 {
  font-size: clamp(10px, 1.5vw, 20px);
}
.product_detail .fs_18 {
  font-size: clamp(10px, 1.2vw, 16px);
}
.product_detail .fs_xs_small {
  font-size: clamp(13px, 1.5vw, 18px);
}
.product_detail .iti__country-list {
  left: 20px;
}

.product_detail .iti.iti--allow-dropdown {
  width: 100%;
  max-width: 550px;
}

.my_alert449 p {
  font-size: clamp(10px, 1vw, 18px);
}

.min_125 {
  min-width: 140px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .product_display .grid_item.p_relative {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .product_detail {
    padding: 0 0rem;
  }
  .product_detail .grid_container {
    grid-template-columns: 100%;
  }
  .product_detail .my_tabs54 .comments_grp .single_comnt {
    padding-inline: 0.5rem !important;
  }
  .product_detail .my_tabs54 .comments_grp .single_comnt .img_wrapper img {
    width: 45px !important;
  }
}
@media (max-width: 767px) {
  .grid_item .fs_small {
    font-size: 12px;
  }
  .grid_item .size_picker_btns label span {
    width: 34px;
  }
  .product_detail .my_tabs54 .progress_wrap .progress {
    width: 75px;
  }
  .min_125 {
    min-width: unset !important;
  }
}
@media (max-width: 770px) {
  .mob_cart {
    display: block !important;
  }
}
.az_checkout_timeline1 ul {
  width: 100%;
  padding: 0rem 8rem 5rem;
}
.az_checkout_timeline1 ul .spacer {
  padding: 0 4rem;
  width: 100%;
}
.az_checkout_timeline1 ul .spacer span {
  display: block;
  border: 1px solid #ccc;
}
.az_checkout_timeline1 ul li {
  position: relative;
}
.az_checkout_timeline1 ul li:not(li.spacer) {
  text-align: center;
}
.az_checkout_timeline1 ul li:not(li.spacer) .icon_wrapper {
  width: 65px;
  height: 65px;
  line-height: 70px;
  background-color: #fff;
  border-radius: 100%;
  color: var(--darkv4);
  border: 1px solid var(--darkv4);
}
.az_checkout_timeline1 ul li:not(li.spacer) .icon_wrapper span {
  font-family: sans-serif !important;
}
.az_checkout_timeline1 ul li:not(li.spacer) .icon_wrapper i {
  font-size: 1.6rem;
}
.az_checkout_timeline1 ul li:not(li.spacer) p {
  white-space: nowrap;
  color:#78368d;
  font-size: clamp(0.875rem, 1.8vw, 1.6rem);
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%);
}
.az_checkout_timeline1 ul li:not(li.spacer)[data-active=true] .icon_wrapper, .az_checkout_timeline1 ul li:not(li.spacer)[data-complete=true] .icon_wrapper {
  background-color: #78368d;
  color: #fff;
  border-color: #78368d;
}

.az_grid {
  display: grid;
  grid-template-columns: auto 40%;
  column-gap: 2rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-bottom: 4rem;
}
.az_grid.complete {
  display: block;
}
.az_grid.complete .right_col {
  display: none !important;
}
.az_grid form {
  padding-top: 1rem;
}
.az_grid form input:focus,
.az_grid form textarea:focus,
.az_grid form button:focus,
.az_grid form select:focus {
  box-shadow: none !important;
  border-color: #ccc;
}
.az_grid form input::placeholder,
.az_grid form textarea::placeholder,
.az_grid form button::placeholder,
.az_grid form select::placeholder {
  color: #0c0b0b;
  opacity: 0.3;
}
.az_grid form .form-check input:checked {
  background-color: var(--pinkv2);
  border-color: var(--pinkv2);
}
.az_grid form .input_wrapper input,
.az_grid form .input_wrapper select,
.az_grid form .input_wrapper textarea {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background-color: var(--lightv5);
  border: 0;
}
.az_grid .right_col {
  padding: 4rem 2rem;
}
.az_grid .right_col .card.px-3 {
  border-radius: 14px;
}
.az_grid .right_col .hover_none:hover {
  color: var(--pinkv2);
}
.az_grid .left_col .accordion .accordion-header label {
  padding: 0.8rem 1rem;
}
.az_grid .left_col .accordion .accordion-header label .form-check {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.az_grid .left_col .accordion .accordion-header label .form-check input {
  width: 20px;
  height: 20px;
  margin-top: 0 !important;
}
.az_grid .left_col .accordion .accordion-header label p {
  font-size: clamp(0.7rem, 1.4vw, 1.3rem);
  margin-right: 2.5rem;
}
.az_grid .left_col .accordion .accordion-header label .icon_wrapper {
  min-width: 85px;
  text-align: center;
}
.az_grid .left_col .accordion .accordion-body {
  background-color: #f5f5f5;
  border-top: 1px solid rgba(204, 204, 204, 0.451);
  padding: 3rem 1rem;
}
.az_grid .left_col .accordion .accordion-body p {
  color: var(--darkv2);
  font-size: clamp(0.7rem, 1.2vw, 1.2rem);
}
.az_grid .left_col .accordion .accordion-body > .d-flex {
  justify-content: center;
}
.az_grid .left_col .accordion .accordion-body > .d-flex p {
  margin-right: 2rem;
}
.az_grid .left_col .accordion .accordion-body > .d-flex img {
  max-width: 120px;
}
.az_grid .left_col .btn_wrapperf09 {
  margin-top: 3rem;
}
.az_grid .left_col .btn_wrapperf09 .first_child {
  background-color: var(--pinkv2);
  color: #fff;
}
.az_grid .left_col .btn_wrapperf09 button:not(.first_child) {
  color: var(--pinkv2);
}
.az_grid .left_col .btn_wrapperf09 button {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.az_grid .left_col .f_hd {
  flex-wrap: wrap;
}
.az_grid .left_col .f_hd i {
  background-color: var(--pinkv2);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.854rem;
  border-radius: 100%;
  margin-left: 0.5rem;
}
.az_grid .left_col .f_hd p {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: var(--darkv4);
  font-weight: bold;
}
.az_grid .left_col .f_hd > div {
  width: 100%;
}
.az_grid .left_col fieldset .w_80 {
  width: 80%;
}
.az_grid .left_col fieldset .f_sm1 {
  font-size: 0.85rem;
}
.az_grid .left_col fieldset .az_num_select .iti--allow-dropdown,
.az_grid .left_col fieldset .az_num_select input {
  width: 100%;
}
.az_grid .left_col fieldset .fs_14 {
  font-size: clamp(12px, 2vw, 22px);
}
.az_grid .left_col fieldset[data-step="1"] .f_row1 .p_19 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: #848484;
  font-weight: 600;
}
.az_grid .left_col fieldset[data-step="1"] .f_row2 {
  margin-top: 2rem;
}
.az_grid .left_col fieldset[data-step="1"] .pdd0 .input_wrapper {
  width: 100%;
}
.az_grid .left_col fieldset[data-step="1"] .pdd0 p {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  white-space: nowrap;
  margin-right: 0.5rem;
}
.az_grid .left_col .az_c_table .x_right {
  flex: 1;
}
.az_grid .iti--allow-dropdown input[type=tel] {
  padding-left: 70px;
}

.hide_select {
  background-position-x: 5% !important;
}

@media (max-width: 1180px) {
  .az_grid {
    margin: 2.5rem;
  }
  .az_grid .right_col {
    padding: 4rem 0;
  }
}
@media (max-width: 992px) {
  .az_checkout_timeline1 ul {
    padding: 0rem 4rem 2rem;
  }
  .az_checkout_timeline1 ul .spacer {
    padding: 0 2rem;
  }
  .az_checkout_timeline1 ul li:not(li.spacer) .icon_wrapper {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .az_grid {
    margin: 35px 1.5rem;
    grid-template-columns: 100%;
  }
  .az_grid .left_col {
    order: 2;
  }
  .az_grid .left_col .btn_wrapperf09 {
    display: flex;
    flex-direction: column;
  }
  .az_grid .right_col {
    order: 1;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .az_checkout_timeline1 ul {
    padding: 0rem 2rem 2rem;
  }
  .az_checkout_timeline1 ul .spacer {
    padding: 0 0.5rem;
  }
  .az_grid .left_col .accordion .accordion-body > .d-flex p {
    margin-right: 0.5rem;
  }
  .az_grid .left_col .az_c_table .x_left {
    width: 130px !important;
  }
  .az_grid .left_col .az_c_table .x_right {
    flex-direction: column;
  }
  .az_grid .left_col .az_c_table .x_right div h5 {
    font-size: clamp(12px, 2.5vw, 24px);
  }
  .az_grid .left_col .az_c_table .x_right div .w00_40 {
    width: 40%;
    white-space: nowrap;
  }
  .az_grid .left_col .az_c_table .x_right div .w00_30 {
    width: 30%;
    text-align: center;
  }
  .az_grid .left_col .fs_14 {
    font-size: clamp(0.875rem, 2vw, 1.2rem);
  }
  .az_grid .right_col .card .img_wrapper {
    width: 45px;
    height: 45px;
    overflow: hidden;
  }
  .az_grid .right_col .card .img_wrapper img {
    width: 100% !important;
    height: 100% !important;
  }
  .az_grid .right_col .card div.me-2 p {
    font-size: 12px;
  }
  .az_grid .right_col .card div.me-2 ul li.me-4 {
    margin-right: 0.6rem !important;
  }
  .az_grid .right_col .card div.me-2 ul li.me-4 span {
    font-size: 12px;
  }
  .az_grid .right_col .card p {
    font-size: 10px;
  }
}
.fm_serif {
  font-family: sans-serif !important;
}

@media (max-width: 767px) {
  .x_right2 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .cmin_d_none {
    display: none;
  }
}
.cart_page .az_c_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  border-color: rgba(204, 204, 204, 0.5098039216);
}
.cart_page .az_c_wrapper:last-child {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5098039216);
}
.cart_page .az_c_wrapper .az_left {
  width: 200px;
}
.cart_page .az_c_wrapper .az_left .img_wrapper {
  width: 130px;
  height: 195px;
}
.cart_page .az_c_wrapper .az_right {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
}
.cart_page .az_c_wrapper .az_right .c_left {
  display: flex;
  flex: 0.5;
  justify-content: center;
}
.cart_page .az_c_wrapper .az_right .c_right {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
}
.cart_page .item__clr {
  box-shadow: 0.1em 0.1em 0.7em rgb(143, 143, 143);
}

@media (max-width: 992px) {
  .cart_page {
    padding: 0 0rem 3rem !important;
  }
  .cart_page .az_c_wrapper .az_left {
    width: 175px;
  }
  .cart_page .az_c_wrapper .az_left .img_wrapper {
    width: 115px;
    height: 175px;
  }
}
@media (max-width: 767px) {
  .cart_page .fs_14 {
    font-size: 14px !important;
  }
  .cart_page .azsm_d_none {
    display: none;
  }
  .cart_page .az_c_wrapper .az_left {
    width: 240px;
  }
  .cart_page .az_c_wrapper .az_left .img_wrapper {
    width: 155px;
    height: 220px;
  }
  .cart_page .az_c_wrapper .az_left .img_wrapper img {
    width: 100%;
    height: 100%;
  }
  .cart_page .az_c_wrapper .az_right {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart_page .az_c_wrapper .az_right .c_left h6 {
    font-size: clamp(0.8rem, 3vw, 2rem) !important;
  }
  .cart_page .az_c_wrapper .az_right .c_left select {
    font-size: clamp(14px, 2vw, 1.5rem);
    padding: 0.2rem 0px;
    width: 200px !important;
  }
  .cart_page .az_c_wrapper .az_right .c_right {
    margin-top: 0.4rem;
    justify-content: space-between;
    width: 100%;
  }
  .cart_page .az_c_wrapper .az_right .c_right .quantity_btn_group button {
    padding: 0 2px !important;
  }
}
@media (max-width: 530px) {
  .item__clr {
    width: 23px !important;
    height: 23px !important;
  }
  .cart_page .az_c_wrapper .az_left {
    width: 140px;
  }
  .cart_page .az_c_wrapper .az_left .img_wrapper {
    width: 90px;
    height: 130px;
  }
  .cart_page .az_c_wrapper .az_left .img_wrapper img {
    width: 100%;
    height: 100%;
  }
  .cart_page .az_c_wrapper .az_right .c_left {
    width: 100%;
  }
  .cart_page .az_c_wrapper .az_right .c_left > div {
    width: 100%;
  }
  .cart_page .az_c_wrapper .az_right .c_left select {
    font-size: 10px;
    padding: 0.2rem 0px;
    width: calc(100% - 50px) !important;
  }
}
@media (min-width: 768px) {
  .cart_page .c_right.azmin_d_none {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */

/*new update*/
.product_detail_social_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#78368d;
    color:#fff;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.product_detail_social_my_float{
    margin-top:16px;
}
.next_btnf11:hover
{
  background-color: #fff;
  border: 1px solid #f5bca9!important;
  color: #f5bca9!important;
}




/*ratings*/

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}


/*new css*/
.fa-cart-shopping
{
    color:#78368d;
}
.fa-magnifying-glass
{
    color:#78368d;
}
.fa-bars
{
    color:#78368d;
}

a:hover
{
    color:#78368d!important;
}
 