@charset "UTF-8";
@font-face {
  font-family: "A Jannat LT";
  src: url("../webfonts/ajannatlt.eot");
  src: url("../webfonts/ajannatlt.eot") format("embedded-opentype"), url("../webfonts/ajannatlt.woff2") format("woff2"), url("../webfonts/ajannatlt.woff") format("woff"), url("../webfonts/ajannatlt.ttf") format("truetype"), url("../webfonts/ajannatlt.svg#ajannatlt") format("svg");
}
html {
  scroll-behavior: smooth;
}
i.fa.fa-heart-o::before {
    content: '\f004';
    font-weight: 400;
}

/*************************************************/
/* Variables */
/*************************************************/
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.bg-none {
    background:none !important;
}
.flipx {
  transform: scalex(-1);
}

.flipy {
  transform: scaley(-1);
}

.text-underline {
  text-decoration: underline !important;
}

.rounded10 {
  border-radius: 10px !important;
}

.rounded25 {
  border-radius: 25px !important;
}

.rounded50 {
  border-radius: 50px !important;
}

.text-white {
  color: #fff !important;
}

.text-orange {
  color: #FFBD00 !important;
}

.text-dark {
  color: #101010 !important;
}

.main-text-color {
  color: #101010 !important;
}

a.main-text-color {
  color: #101010 !important;
}
a.main-text-color:hover {
  color: #FFBD00 !important;
}

.fluid-wrapper {
  overflow-x: hidden;
}

.fluid-left {
  margin-right: -100%;
  width: auto;
}

.img-cover {
  object-fit: cover !important;
}

.img-contain {
  object-fit: contain !important;
}

.bg-gray {
  background: #101010 !important;
}

.bg-light-dark, .bg-faded-orange {
  background: rgba(255, 191, 5, 0.47) !important;
}

.bg-gray-light {
  background: gray !important;
}

.bg-orange {
  background: #FFBD00 !important;
}

.bg-dark {
  background: #101010 !important;
}

.fz70 {
  font-size: 70px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

body {
  font-family: "A Jannat LT", sans-seri;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a {
  transition: 0.3s;
  text-decoration: none !important;
  font-family: "A Jannat LT", sans-seri;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "A Jannat LT", sans-seri;
}

.btn {
  border-radius: 10px;
}

.btn-blue {
  background: #FFBD00;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s;
}
.btn-blue i {
  margin-left: 5px;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background: #101010;
  color: white;
}

.btn-orange {
  background: #FFBD00;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s;
}
.btn-orange i {
  margin-left: 5px;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  background: #101010;
  color: white;
}

.btn-dark {
  background: #101010;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s;
  border: none;
}
.btn-dark i {
  margin-left: 5px;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background: #FFBD00;
  color: white;
}

.btn-gray {
  background: #D9D9D9;
  color: #000000;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background: #101010;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

.btn-white {
  color: #FFBD00;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  transition: all 0.3s;
  background: #fff;
  box-shadow: none !important;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: none;
  color: #101010 !important;
}

header {
  position: fixed;
  width: 100%;
  background: #FFBD00;
  z-index: 999;
}
header.inner-header {
  box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.16);
}

header #search-trigger i {
  transition: 0.3s;
}
header #search-trigger a.nav-link {
  padding: 8px 14px;
  margin-right: 10px;
  border-radius: 5px 5px 0 0;
  width: 45px;
  text-align: center;
}
header #search-trigger.active a.nav-link {
  background: #101010 !important;
}
header #search-trigger.active i:before {
  content: "";
}
header .search-wrapper {
  display: flex;
  position: absolute;
  left: 24px;
  bottom: -26px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  transform: translateY(-35px);
}
header .search-wrapper input {
  border: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
  width: 300px;
}
header .search-wrapper button {
  background: #101010;
  border: none;
  border-radius: 0;
  color: #FFBD00;
  padding: 8px 14px;
  font-size: 17px;
}
header .search-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header .search-wrapper.mobile-search {
  opacity: 1;
  visibility: visible;
  transform: none;
  position: static;
  pointer-events: auto;
      padding-bottom: 10px;
}
header .search-wrapper.mobile-search input {
  width: 100%;
  border-radius: 0 10px 10px 0;
}
header .search-wrapper.mobile-search button {
  border-radius: 10px 0 0 10px;
}

.logo {
  padding: 20px;
}
.logo img {
  object-fit: contain;
  max-width: 160px;
  max-height: 105px;
}

.navbar-light {
  border: none;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: white;
  background: none;
}

.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
  color: white;
  background: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  color: #101010;
  padding: 8px 17px;
  position: relative;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: white;
  background: none;
}

.navbar-light .dropdown a:not(.btn) {
  background: none !important;
}

.navbar-light .dropdown > ul a:hover {
  color: #FFBD00 !important;
  background: #101010 !important;
}

.navbar-light .dropdown .dropdown-menu li {
  border: none !important;
  margin-left: 0;
}
.notifications-dropdown .dropdown-menu li:first-child {
    overflow:hidden;
}
.navbar-light .dropdown .dropdown-menu li:first-child {
  border-radius: 8px 8px 0 0;
}
.navbar-light .dropdown .dropdown-menu li:last-child {
  border-radius: 0 0 8px 8px;
}

.navbar-light .dropdown .dropdown-menu li a {
  border: none !important;
  color: #101010;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
  text-align: right;
}

.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
  color: #FFBD00;
  background: none !important;
}

.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
  color: #FFBD00;
  background: none !important;
}

.dropdown-menu, .dropdown-menu.submenu {
  /*display: block;*/
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
  background: white;
  border: 0;
  border-radius: 8px;
  padding: 0;
}
.dropdown-menu li:first-child a, .dropdown-menu.submenu li:first-child a {
  border-radius: 8px 8px 0 0 !important;
}
.dropdown-menu li:last-child a, .dropdown-menu.submenu li:last-child a {
  border-radius: 0 0 8px 8px !important;
}

.dropdown-menu.show, .dropdown-menu > li:hover > .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}
a.dropdown-item.has-sub::after {
    content: '\f100';
    font-family: 'FONT AWESOME 5 PRO';
    position: absolute;
    left: 10px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.3s;
    position: absolute;
    right: 100%;
    /*top: -7px;*/
     top: 0;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: rgba(243, 162, 15, 0.18);
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.social-list {
  margin-bottom: 0;
}
.social-list li {
  margin-left: 0 !important;
}
.social-list li i {
  width: 35px;
  height: 35px;
  color: #FFBD00;
  transition: 0.3s;
  background: #101010;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.social-list li i.fa-facebook {
  color:#3b5998;
}

.social-list li i.fa-twitter {
  color:#55acee;
}

.social-list li i.fa-youtube {
  color:#cd201f;
}
.social-list li i.fa-instagram {
  color:#3f729b;
}
.social-list li a:hover i {
  background: white;
  color: #101010;
}

.navbar-brand img {
  padding: 5px;
  height: 40px;
  object-fit: contain;
}

.language {
  position: relative;
}
.language:before {
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.28);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.language img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 7px;
}

.nav-item.user-helper a.nav-link {
  background: none;
  border: 1px solid #101010;
  border-radius: 10px;
  color: #101010 !important;
  padding-inline: 30px !important;
}
.nav-item.user-helper a.nav-link:hover {
  background: #101010 !important;
  color: #fff !important;
}

.download-app {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.download-app img {
  height: 50px;
}

.hero-header {
  background: #FFBD00 url("../images/patterns.svg") center center repeat-x;
  padding: 13vh 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 68px));
}
@media (max-width: 1024px){
  .hero-header {
    padding: 18vh 0!important;
  }
}
.hero-header .slide-title, .hero-header .slider-description {
  transition: 0.8s;
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 400ms;
}
.hero-header .btn {
  transition: 0.8s;
  opacity: 0;
  transform: translateY(-50px);
  transition-delay: 600ms;
}
.hero-header .slider-description {
  transition-delay: 500ms;
}
.hero-header .slick-current.slick-active .slide-title,
.hero-header .slick-current.slick-active .slider-description,
.hero-header .slick-current.slick-active .btn {
  opacity: 1;
  transform: translateY(0px);
}
.hero-header .slick-current.slick-active img {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s;
  transition-delay: 300ms;
}
.hero-header .hero-img img {
  height: 400px;
  transition: 0.3s;
  transform: scale(0);
  opacity: 0;
  object-fit: contain;
}
.hero-header .slide-title {
  color: #101010;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hero-header .slider-description {
  color: #101010;
  font-size: 25px;
  margin: 5px 0 30px;
}
.hero-header .slick-prev {
  right: 0;
  margin-top: 10px;
}
.hero-header .slick-next {
  right: 70px;
  margin-top: 10px;
}

.small-title {
  font-size: 22px;
  font-weight: bold;
  color: #101010;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  color: #FFBD00;
  margin-bottom: 35px;
}

.description {
  color: #101010;
  line-height: 2;
  font-size: 16px;
}

.nice-select span.current {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.about-us {
  padding: 4em 0 3em;
}
.about-us .about-img {
  margin-left: 3em;
  height: 100%;
}
.about-us .about-img img {
  height: 100%;
  object-fit: cover;
}

.about-us-features-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.about-us-features-list li {
  display: flex;
  margin-bottom: 30px;
}
.about-us-features-list li:last-child {
  margin-bottom: 0;
}
.about-us-features-list li .icon {
  background: #FFBD00;
  border-radius: 12px;
  width: 90px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 30px;
}
.about-us-features-list li .icon i {
  font-size: 45px;
  color: white;
}
.about-us-features-list li .title {
  font-weight: bold;
  font-size: 20px;
  color: #FFBD00;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.about-us-features-list li p {
  color: #101010;
  line-height: 2;
}

.top-stores {
    clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 100%);
    padding: 6em 0 4em;
    margin-top: 4em;
    position: relative;
    background-image: linear-gradient(359deg, #000000, #000000), url(../images/patterns.svg);
    background-blend-mode: saturation;
}
.top-stores .slick-next, .top-stores .slick-prev {
  border-radius: 50%;
  top: 40%;
  width: 40px !important;
  height: 40px !important;
  transform: translateY(-50%);
}
.top-stores .slick-prev {
  right: -50px;
}
.top-stores .slick-next {
  left: -50px;
  right: auto;
}
.top-stores .slick-dots .slick-active button {
  background: white;
}

.categories-section {
  padding: 3em 0 3em;
}

.cats-filter .btn {
  color: #FFBD00;
  font-weight: normal;
  border-radius: 8px;
  padding-inline: 20px;
  margin-block: 3px;
  font-size: 16px;
  border: 1px solid #FFBD00;
  box-shadow: none;
  background: none;
}
.cats-filter .btn:hover, .cats-filter .btn.active {
  background: #FFBD00;
  color: #fff;
}

.white-wrapper {
  border-radius: 40px;
  background: #fff;
  box-shadow: -3px 3px 36px rgba(0, 0, 0, 0.16);
  padding: 3em;
}


.offcanvas.show{
  z-index: 999999;
}

.modal-video-wrapper {
  background-size: cover;
  padding: 7em 0 8em;
  text-align: center;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 100%);
}
.modal-video-wrapper i {
  margin: auto;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 50px;
  padding: 0;
  border: 0;
  color: white;
  display: grid;
  place-content: center;
  place-items: center;
  position: relative;
}
.modal-video-wrapper i:after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 254, 0.27);
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 8;
  transform: translate(50%, -50%);
}
.modal-video-wrapper i:hover {
  box-shadow: 0 0 0 25px rgba(255, 219, 155, 0.17);
}
.modal-video-wrapper .title {
  color: #101010;
  font-size: 45px;
  font-weight: bold;
  margin: 1em 0 10px;
  width: 30vw;
  margin-inline: auto;
}
.modal-video-wrapper p {
  color: #fff;
  font-size: 18px;
  width: 50%;
  margin: auto;
}

.contact-us {
  background: #fff;
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  margin-top: -50px;
  padding: 4em 0;
}
.contact-us .stacked-images img {
  border: 0;
  max-height: 550px;
}

.contact-list li {
  margin-left: 40px !important;
  margin-bottom: 10px;
}
.contact-list li:last-child {
  margin-left: 0 !important;
}
.contact-list li i {
  width: 45px;
  height: 45px;
  background: #FFBD00;
  display: inline-grid;
  place-content: center;
  color: #101010;
  border-radius: 50%;
  margin-left: 8px;
}
.contact-list li a {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.counters-wrapper {
  background: #fff url("../images/pattern.webp") center center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  border-radius: 12px;
  box-shadow: 0px 3px 40px rgba(59, 60, 126, 0.3);
  margin-top: 70px;
  margin-bottom: -74px;
  padding: 2em;
  position: relative;
}

.single-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-counter .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFBD00;
  display: grid;
  place-content: center;
  margin-left: 12px;
  flex-shrink: 0;
}
.single-counter .icon i {
  font-size: 35px;
  color: #fff;
}
.single-counter .counter {
  font-weight: bold;
  color: #101010;
  font-size: 30px;
}
.single-counter .counter:not(.is-visible) {
  visibility: hidden;
}
.single-counter p {
  margin-bottom: 0;
  color: #FFBD00;
  font-size: 17px;
}

.form-wrapper .form-control {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  min-height: 60px;
  border-radius: 20px;
  border: none;
  margin: 12px 0;
  padding: 10px 20px;
  transition: 0.3s;
}
.form-wrapper .form-control:focus {
  box-shadow: 0px 3px 5px #e2ebf0;
  background: #FFBD00;
  color: #fff;
}
.form-wrapper .form-control:focus::placeholder {
  color: #fff;
}

.single-blog-wrapper {
  border-radius: 12px 50px;
  background: rgba(145, 145, 145, 0.08);
  overflow: hidden;
  transition: 0.3s;
  margin: 12px 0;
}
.single-blog-wrapper .thumbnail {
  position: relative;
}
.single-blog-wrapper img {
  transition: 0.3s;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px 50px;
  margin-bottom: 15px;
}
.single-blog-wrapper .post-title {
  color: #FFBD00;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 1em;
  margin-bottom: 0;
}
.single-blog-wrapper .post-title a {
  color: #FFBD00;
}
.single-blog-wrapper .post-date {
  position: absolute;
  top: 2em;
  right: 2em;
  font-weight: bold;
  display: block;
  background: #FFBD00;
  border-radius: 30px;
  font-size: 12px;
  padding: 5px 10px;
}
.single-blog-wrapper p {
  transition: 0.3s;
  padding: 0 1em;
  color: #626262;
  line-height: 1.8;
}
.single-blog-wrapper:hover {
  border-radius: 50px 12px;
  box-shadow: 0px 3px 20px rgba(217, 232, 247, 0.6);
  transform: translateY(-5px);
}
.single-blog-wrapper:hover img {
  transform: scale(0.99);
  filter: brightness(1.2);
  border-radius: 50px 12px;
}
.single-blog-wrapper:hover a {
  color: #101010;
}

.add-to-fav,.login-to-add-fav {
  background: none;
  border: none;
  color: #fff;
  border-radius: 50%;
  background: #FFBD00;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .add-to-fav,.login-to-add-fav {
    position: absolute;
    top: 17.4%;
    z-index: 999;
    right: 8%;
  }
}
.add-to-fav.active, .add-to-fav:hover {
  background: #fff;
}
.add-to-fav.active a, .add-to-fav:hover a {
  color: #FFBD00;
}
.product-by {
  color: #101010;
  font-weight: bold;
  margin: 1em 0 3em;
  overflow: hidden;
  background: #e9ac02;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 6px #0000002b;
}
.product-by a {
  display: block;
  color: #101010;
}
.product-by img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
  transition: 0.3s;
}
.product-by:hover a {
  color: #fff;
}
.product-by:hover img {
box-shadow: 0 0 0 4px #ffffff61, 0 0 0 9px #ffffff3b;
}
.dalel-slider {
    margin-top:1em;
}
.dalel-slider img {
    border-radius: 18px;
    max-height: 500px;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
}
.dalel-slider ul.slick-dots {
  margin-top: -3em;
  margin-bottom: 3em;
  z-index: 1;
  position: relative;
}
.dalel-slider ul.slick-dots li button {
  background: white;
}
.dalel-slider ul.slick-dots li.slick-active button {
  background: #FFBD00;
}

.add-review-wrapper {
  box-shadow: 20px 1px 31px -25px #00000036;
  padding-right: 2em;
  padding-block: 1em;
}

.add-rating {
  display: inline-block;
  position: relative;
}

.add-rating .rating-input {
  display: none;
}

.add-rating:hover .rating-star:hover,
.add-rating:hover .rating-star:hover ~ .rating-star,
.add-rating .rating-input:checked ~ .rating-star {
  background-position: 100% 0;
}

.add-rating .rating-star,
.add-rating:hover .rating-star {
  cursor: pointer;
  float: left;
  display: block;
  margin-left: 3px;
  width: 37px;
  height: 34px;
  background: url(../images/stars.png) 100% -34px;
}

.write-review .form-control {
  border-radius: 11px;
  box-shadow: none;
  padding: 1em;
}
.write-review .form-control:focus {
  box-shadow: inset 0 0 0 2px #101010;
  border-color: transparent;
}

.rating i {
  color: #FDB834;
}

.rating i.empty {
  color: #9d9d9d;
}

.slider-gap:not(.aside-arrows) {
  padding-bottom: 3em;
}
.slider-gap .slick-slide {
  margin: 0 5px;
}
.slider-gap .slick-list {
  margin: 0 -5px;
}

.slick-next,
.slick-prev {
  border-radius: 12px 0px 0px 30px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 60px !important;
  height: 45px !important;
  color: #FFBD00;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 99;
  top: calc(100% - 40px);
  transition: 0.3s;
}
.slick-next:hover,
.slick-prev:hover {
  background: #FFBD00;
  color: #fff;
}

.slick-prev {
  right: 0px;
  border-radius: 0px 30px 12px 0px;
}

.slick-next {
  right: 70px;
  left: auto;
}

ul.slick-dots {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-top: 2em;
  margin-bottom: -2em;
  padding: 0 0 5px;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  border-radius: 50%;
  background: #FFBD00;
  border: none;
  text-indent: -9999px;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background: #101010;
}

.features {
  padding: 6em 0;
}
.features .item {
  margin: 1.8em;
}
.features .item img {
  box-shadow: 0px 0px 30px rgba(154, 155, 190, 0.5);
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

footer {
  padding-bottom: 1em;
  padding-top: calc(2em + 100px);
  background: #101010;
  color: #fff;
}
footer .logos img:not(.logo-img) {
  height: 45px;
}
footer .logo-img {
  height: 70px;
  margin-left: 1em;
  background: #FFBD00;
  border-radius: 15px;
  padding: 10px;
}
footer .footer-nav {
  margin-bottom: 0;
}
footer .footer-nav li {
  padding: 5px 0;
  text-transform: capitalize;
  margin:0 !important;
}
footer .footer-nav li a {
  font-size: 16px;
  color: white;
}
footer .footer-nav li:hover a {
  color: #FFBD00;
}
footer .cp a {
  color: white;
}

.copyrights {
  background: #000;
  border-radius: 7px;
  padding: 1em 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.copyrights p {
  margin-bottom: 0;
}


.gowhatsapp {
  position: fixed;
  bottom: 2em;
  left: 2em;
  text-decoration: none;
  
  /* background: #FFBD00; */
  color: white;
  font-size: 12px;
  /* padding: 1em 1.3em; */
  /* display: none; */
  /* border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px; */
  z-index: 999999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  background: #FFBD00;
  color: white;
  font-size: 12px;
  padding: 1em 1.3em;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  z-index: 999999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.go-top i {
  color: #fff;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.show {
  opacity: 1 !important;
}

.modal-content {
  border-radius: 30px;
  border: none;
}
.modal-content .modal-header {
  position: absolute;
  background: none;
  border: 0;
  z-index: 1;
  right: 0;
  top: -50px;
}

.modal-body {
  padding: 0;
  border-radius: 30px;
}
.modal-body iframe {
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 30px;
}

.modal-title {
  font-weight: 600;
}

.nice-select {
  padding-left: 30px;
  padding-right: 12px;
  height: auto;
  border: 0;
  border-radius: 0 6px 6px 0;
}
.nice-select .option {
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
}
.nice-select:after {
  left: 12px;
  right: auto;
  width: 7px;
  height: 7px;
  border-bottom-color: #101010;
  border-left-color: #101010;
}

.z-index {
  z-index: 4;
}

.single-user-review {
  padding: 10px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.single-user-review:first-child {
  padding-top: 0;
}

.single-user-review .rating i {
  font-size: 12px;
}

.single-user-review .user-review {
  font-size: 14px;
  margin: 10px 0;
}

.contact-form .form-control {
  background: #fff;
  box-shadow: 0px 3px 20px #e0edfa;
  border-radius: 15px;
  border: none;
  min-height: 60px;
  transition: 0.3s;
}
.contact-form .form-control:focus {
  box-shadow: 0px 3px 3px #e0edfa, inset 0 0 0 1px #101010;
}

.hero-img {
  margin-bottom: 2em;
  position: relative;
}
.hero-img img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.company-profile-page .tab-content .tab-pane .catMenu .nav-link {
  border: 0;
  color: #101010;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 20px;
  font-size: 16px;
  background: #FFBD00;
  border-radius: 5px;
  padding: 10px 30px;
}
.navbar-li{
  position: relative;
}
.navbar-submenu{
  display: none;
  position: absolute;
  width: 95%;
}
.company-profile-page .tab-content .tab-pane .catMenu .nav-link.active{
  background: #101010;
  color: #fff;
}

.contact-us-page .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 0;
  padding: 10px;
  gap: 10px;
}

@media all and (max-width: 576px) {
  .nav-item .navbar-li{
    position: relative;
  }
  .nav-item .navbar-li .navbar-submenu{
    display: none;
    position: absolute;
    width: 95%;
  }
}

.contact-us-page .nav-tabs .nav-link {
  border: 0;
  color: #101010;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 6px;
}
.contact-us-page .nav-tabs .nav-link.active {
  background: #FFBD00;
  color: #fff;
}

.single-job {
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(182, 182, 182, 0.61);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  margin: 12px 0;
  transition: 0.3s;
}
.single-job .title {
  color: #101010;
  font-weight: bold;
  font-size: 20px;
}
.single-job .date {
  color: #101010;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.single-job .btn {
  flex-shrink: 0;
  margin-right: 20px;
}
.single-job:hover {
  background: rgba(255, 191, 5, 0.47);
}

.no-blend {
  background-blend-mode: normal;
}

.empty-video-modal {
  padding: 20% 0;
  background-blend-mode: normal;
}

.single-top-store-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}
.single-top-store-wrapper .title {
  margin-top: 12px;
    color: #FFBD00;
        font-weight: bold;
    font-size: 18px;
}

.single-top-store-wrapper .title a {
  color: #FFBD00;
  font-weight: bold;
  font-size: 18px;
}
.single-top-store-wrapper:hover a {
  color: white;
}
.single-top-store-wrapper:hover  .title{
    color:#101010;
}

.products-section .item {
  padding: 0 0 3em 0;
}
.products-section .slider-gap .slick-slide {
  margin: 0 10px;
}
.products-section .slider-gap .slick-list {
  margin: 0 -10px;
}
.products-section .slick-dots {
  margin-top: -1em;
  position: relative;
}

.single-product-wrapper {
  transition: 0.3s;
  border-radius: 12px;
  box-shadow: 0px 20px 11px 0 #00000024;
}
 .single-product-wrapper img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px 12px 0 0 ;
  /*margin: 0 0 20px 0;*/
  transition: 0.3s;
}
.single-product-wrapper .title {
  color: #101010;
  font-weight: bold;
  transition: 0.3s;
  font-size: 16px;
  background: white;
  border-radius: 14px;
  /*margin-top: -30px;*/
  /*position: absolute;*/
  padding: 15px 15px;
  /*bottom: -20px;*/
  /*left: 0;*/
  /*right: 0;*/
  margin-bottom: 0;
  /*min-height: 70px;*/
  /*display: flex;*/
  /*align-items: center;*/
      /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    text-align: center;
    /*gap: 10px;*/
}
.single-product-wrapper .title span {
    width: 100%;
    color: #ffbd00;
    text-shadow: 0px 1px 1px #00000012;
    display:none;
}
.single-product-wrapper .title a {
  color: #101010;
}
.single-product-wrapper p {
  color: rgba(255, 191, 5, 0.47);
}
.single-product-wrapper:hover .title a, .single-product-wrapper:hover .title {
  color: #FFBD00;
}
.single-cat-wrapper {
  background: #ffbd0017;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 0px rgba(255, 199, 37, 0.24);
  text-align: center;
  transition: 0.3s;
  margin: 12px 0;
}
.single-cat-wrapper p {
  color: rgba(0, 0, 0, 0.39) !important;
}
.single-cat-wrapper img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin: 20px 0;
  transition: 0.3s;
}
.single-cat-wrapper .cat-title {
  color: #FFBD00;
  font-weight: bold;
  transition: 0.3s;
  font-size: 18px;
}
.single-cat-wrapper:hover {
  box-shadow: -5px 5px 0 2px rgba(255, 199, 37, 0.24);
}
.single-cat-wrapper:hover .cat-title {
  color: #101010;
}

.single-product-wrapper {
  position: relative;
}
.single-product-wrapper .floating-icons {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.single-product-wrapper .floating-icons a {
  color: #101010;
  background: rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: scale(2);
}
.single-product-wrapper .floating-icons a i {
  pointer-events: none !important;
}
.single-product-wrapper .floating-icons a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.single-product-wrapper .product-title {
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  transition: 0.3s;
  color: #101010;
}
.single-product-wrapper:hover .product-title {
  color: #101010;
}
.single-product-wrapper:hover .floating-icons {
  opacity: 1;
}
.single-product-wrapper:hover .floating-icons a {
  transform: scale(1);
}

.product-modal .close {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #FFBD00;
  border: none;
  background: none;
  font-size: 19px;
}
.product-modal ul li {
  color: #707070;
}

.search-form {
  position: relative;
}
.search-form .btn {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.search-form .btn i {
  margin-left: 0;
}
.search-form .form-control {
  border-radius: 7px;
  border: 2px solid #e5660f;
  height: 65px;
}
.search-form .form-control::placeholder {
  color: #101010;
}
.search-form .form-control:focus {
  box-shadow: none;
  border-color: #FFBD00;
}

.download-catalog {
  background: rgba(255, 191, 5, 0.47);
  border-radius: 7px;
  padding: 15px;
}
.download-catalog img {
  width: 30px;
  margin-left: 6px;
}
.download-catalog p {
  margin-bottom: 0;
  color: #101010;
  font-weight: bold;
}
.download-catalog i, .download-catalog a {
  color: #FFBD00;
  display: block;
}
.download-catalog i {
  font-size: 22px;
}
.download-catalog:hover p, .download-catalog:hover a, .download-catalog:hover i {
  color: #101010;
}

.cats-list {
  border-radius: 7px;
}
.cats-list ul a {
  color: #101010;
  font-weight: bold;
  font-size: 17px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(163, 199, 235, 0.62);
  display: flex;
  justify-content: space-between;
}
.cats-list ul a:hover {
  color: #101010;
}
.cats-list ul a.active:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #101010;
}
.cats-list ul li:last-child a {
  border-bottom: 0;
}

.sale-point {
  background: linear-gradient(0deg, #101010, #101010), url("../images/point-sale.webp");
  background-size: cover;
  background-blend-mode: multiply;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  padding: 2em;
  line-height: 2;
}
.sale-point .nice-select {
  color: #000;
  border-radius: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sale-point .btn {
  border-radius: 7px;
  box-shadow: none;
}

.support-box {
  background: linear-gradient(0deg, #FFBD00, #FFBD00), url("../images/support-guy.webp");
  background-size: cover;
  background-blend-mode: multiply;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15% 2em;
  color: #fff;
}
.support-box a {
  color: #101010;
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
}
.support-box a:hover {
  color: white;
}

.cat-floating-name {
  background: #427DFA;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: bold;
}

.navbar-light .navbar-toggler {
  border: none;
  box-shadow: none;
}
.navbar-light .navbar-toggler span.navbar-toggler-icon {
  background-image: none !important;
}
.navbar-light .navbar-toggler.collapsed span.navbar-toggler-icon::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  line-height: 1.3;
  font-size: 25px;
  color: #ffffff9e;
}
.navbar-light .navbar-toggler:not(.collapsed) span.navbar-toggler-icon::before {
  content: "" !important;
  font-family: "Font Awesome 5 Pro";
  line-height: 1.3;
  font-size: 25px;
  color: #ffffff9e;
}

.content {
  color: #707070;
  line-height: 2;
}

/*************************************************/
/* Prices */
/*************************************************/
.p-table-wrap {
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ebeef1;
  margin-bottom: 2em;
}

.p-table:nth-child(odd) {
  background: #e7e7e754;
}

.p-table {
  display: table;
  width: 100%;
  color: #2b2d34;
  font-size: 16px;
  font-weight: 500;
  background: #fefefe;
}

.p-cell {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 15px 25px;
  text-align: center;
  border-left: 1px solid #ebeef1;
}

.p-table .p-cell:first-child {
  text-align: right;
  border: none;
}

.p-header {
  text-align: center;
  padding: 15px 0;
  background: #281d0017;
  color: #2b2d34;
  font-size: 18px;
  font-weight: 900;
}

.p-bold {
  color: #2b2d34;
  font-weight: 900;
  font-size: 18px;
}

.p-table-b {
  background: #e7e7e7 !important;
}

.p-package span {
  display: block;
  font-weight: 900;
}

.p-package span.small {
  font-size: 14px;
  font-weight: 500;
  color: #888b98;
  margin-top: 8px;
}

.p-price {
  font-size: 20px;
  font-weight: 900;
}

.p-price b {
  font-weight: 600;
  font-size: 16px;
}

.p-cell i {
  font-size: 22px;
}

.p-cell i:before {
  vertical-align: middle;
}

.p-cell i.fa-times-circle {
  color: #ff6767;
}

.p-cell i.fa-check-circle {
  color: #8fd049;
}

.p-cell img {
  max-width: 90%;
}

.compare-wrap.table-page {
  margin-top: 50px;
}

.compare-wrap.table-page a {
  width: 27%;
}

.plan-price {
  font-size: 31px;
  font-weight: bold;
  color: #ff9e01;
}
.plan-price.year {
  display: none;
}
.plan-price small {
  font-size: 21px;
  font-weight: normal;
}

.price-toggle {
  text-align: center;
  display: flex;
  overflow: hidden;
}
.price-toggle span {
  font-weight: bold;
  font-size: 21px;
  text-transform: capitalize;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding: 10px 30px;
  cursor: pointer;
  background: #101010;
  color: #fff;
  border-radius: 0 25px 25px 0;
}
.price-toggle span:last-child {
  border-radius: 25px 0 0 25px;
}
.price-toggle span.active {
  background: #FFBD00;
  color: #fff;
}

.company-profile-page .nav-tabs {
  border-bottom: 0;
  margin-bottom: 2em;
  gap: 10px;
}
.company-profile-page .nav-tabs .nav-link {
  border: 0;
  color: #101010;
  font-weight: bold;
  font-size: 16px;
  background: #FFBD00;
  border-radius: 5px;
  padding: 10px 30px;
}
.company-profile-page .nav-tabs .nav-link:hover, .company-profile-page .nav-tabs .nav-link.active {
  background: #101010;
  color: #fff;
}

.company-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.company-gallery-wrapper a {
  width: calc((100% / 4) - 10px);
  display: block;
}
.company-gallery-wrapper a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.company-gallery-wrapper a.video-gallery-item {
  position: relative;
}
.company-gallery-wrapper a.video-gallery-item:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.company-profile {
  text-align: center;
  border-radius: 10px;
  padding: 1em;
  background-image: linear-gradient(rgba(255, 189, 0, 0.14), rgba(255, 189, 0, 0.14)), url("../images/Contour Line.svg");
  background-size: cover;
}
.company-profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 1em;
  object-fit:cover;
}
.company-profile .title {
  font-weight: bold;
  color: #101010;
  font-size: 22px;
  margin-bottom: 10px;
}
.company-profile .company-social a i {
  color: #ffffff;
 
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  background: #FFBD00;
}
.company-profile .company-social a i.fa-youtube {
  background:#C52F30;
}
.company-profile .company-social a i.fa-instagram {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.company-profile .company-social a i.fa-facebook-f {
  background:#3C599F;
}
.company-profile .company-social a i.fa-facebook {
  background:#3C599F;
}
.company-profile .company-social a i.fa-whatsapp {
  background:#43d854;
}
.company-profile .company-social a i.fa-globe {
  background:#06bf9d;
}
 .company-profile .company-social a i.fa-envelope {
  background:#4aa7c3;
}
 .company-profile .company-social a i.fa-phone-alt {
  background:#ffa802d1;
}
.company-profile .company-social a i.fa-twitter {
  background:#55acee;
}
.company-profile .company-social a i.fa-snapchat {
  background:#ffe929;
}
.company-profile .company-social a i.fa-telegram {
  background:#0088CC;
}
.company-profile .company-social a:hover i {
  background: #101010;
  color: #FFBD00;
 }

a[data-fancybox] img {
  cursor: zoom-in;
}

/****************************
======== My account =========
****************************/
.my-account-page .white-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 0;
}

.aside-menu {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.aside-menu li, .aside-menu i {
  transition: 0.3s;
}

.aside-menu li.active, .aside-menu li:hover {
  box-shadow: inset 0 -2px 0 0 #FFBD00;
}

.aside-menu li.active i, .aside-menu li:hover i {
  font-weight: 600;
}

.aside-menu li:not(.dropdown-divider) {
  color: #828282;
  padding: 15px 20px;
  font-weight: 500;
}

.aside-menu li:not(.dropdown-divider) a {
  color: #828282;
}

.aside-menu li:not(.dropdown-divider) i {
  margin-left: 8px;
  font-size: 20px;
}

.aside-menu li:not(.dropdown-divider).active a, .aside-menu li:not(.dropdown-divider):hover a {
  color: #FFBD00;
}

.aside-menu .dropdown-divider {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.user-panel-wrapper {
  height: 100%;
}

.user-panel-wrapper .info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
}

.user-panel-wrapper .info-line strong {
  flex-basis: 150px;
}

.user-panel-wrapper .info-line .info {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-right: 10px;
  color: #474444;
}

.user-panel-wrapper .info-line + .info-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.edit-btn {
  background: none;
  border: none;
  color: #FFBD00;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.edit-btn:hover {
  color: #101010;
}

.orders-tabs {
  padding: 2em 3em;
  border: none;
}

.orders-tabs li .nav-link {
  border: none;
  color: #000;
  font-weight: 600;
  background: none;
  padding: 10px 40px;
  border-radius: 30px;
}

.orders-tabs li .nav-link.active {
  background: #F3AC7F;
  color: #fff;
}

.break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.my-orders-page .item-quantity .qt-num {
  text-align: center;
  border-radius: 4px !important;
  background: #d9cdd8;
  color: black;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 3px !important;
}

.my-orders-page .item-info .item-img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.my-orders-page .item-info .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-orders-page .single-order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.my-orders-page .single-order-item .single-cart-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0 10px;
  margin-bottom: 0;
}

.my-orders-page .single-order-item .single-cart-item .item-title, .my-orders-page .single-order-item .single-cart-item .item-price {
  font-size: 14px;
}

.my-orders-page .single-order-item .single-cart-item .item-img {
  width: 60px;
}

.my-orders-page .single-order-item .single-cart-item .item-info {
  width: 100%;
  font-size: 13px;
}

.my-orders-page .info {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.my-orders-page .info:last-child span {
  color: black;
}

.my-orders-page .info span {
  display: block;
  font-weight: 600;
  color: #828282;
  padding: 10px;
}

.my-orders-page .info span:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bootstrap-modal .modal-content {
  background: white !important;
  padding: 1em;
}
.bootstrap-modal .modal-content .modal-header {
  position: static;
}

.bootstrap-modal .modal-body {
  box-shadow: none !important;
  padding: 1em !important;
}

.bootstrap-modal .modal-header .close {
  color: white;
  box-shadow: none;
  text-shadow: none;
  background: #FFBD00;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
}

.bootstrap-modal .modal-header .close:hover {
  background: #101010;
}

.order-details li strong:after {
  content: " : ";
  margin: 0 6px;
}

.order-details li {
  width: calc(50% - 10px);
  line-height: 2;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-family: Tahoma, sans-serif;
  display: inline-block;
}

/****************************
======== Products  Filters =========
****************************/
.products-filters {
  background: rgba(240, 169, 83, 0.13);
  border-radius: 13px;
  padding: 15px;
  margin-bottom: 30px;
}

.products-filters label {
  color: #919191;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.products-filters .custom-control {
  margin-bottom: 5px;
}

.custom-control-label::before {
  box-shadow: none !important;
  border: #919191 solid 1px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FFBD00;
  background-color: #FFBD00;
}

.forms-page-wrapper .form-control:focus {
  box-shadow: inset 0 0 0 1px #FFBD00;
}

.form-check-input:checked {
  background-color: #FFBD00;
  border-color: #FFBD00;
}

.form-check-input:focus {
  border-color: #FFBD00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(199, 148, 37, 0.24);
}

.single-filter {
  margin: 15px 0;
  position: relative;
  transition: 0.3s;
}

.single-filter .title {
  cursor: pointer;
}

.single-filter .title[data-bs-toggle=collapse]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFBD00;
  transition: 0.3s;
}

.single-filter .title.collapsed {
  transition: 0.3s;
}

.single-filter .title.collapsed:after {
  content: "";
  transition: 0.3s;
}

.noUi-connect {
  background: #FFBD00;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  cursor: pointer;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.stacked-images {
  position: relative;
}
.stacked-images img {
  max-width: 350px;
}
.stacked-images img:last-child {
  position: absolute;
  top: 40px;
  left: 90px;
}

.search-page-wrapper .single-top-store-wrapper:hover .title a {
  color: #101010 !important;
}

.sponsors .slick-next, .sponsors .slick-prev {
  background: #FFBD00;
  color: #fff;
}
.sponsors .slick-next:hover, .sponsors .slick-prev:hover {
  background: #101010;
}

/****************************
======== Payments =========
****************************/
.bill-total {
  margin-bottom: 2em;
}

.bill-total span {
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
}

.payment-methods .custom-control-label {
  color: #C58E3B;
  font-size: 19px;
}

.payment-methods hr {
  background: white;
  height: 1px;
}

.payment-methods h6 {
  font-size: 30px;
  color: #FFBD00;
}

.payment-methods .nav-tabs {
  border-bottom: 0;
}

.payment-methods .nav-tabs .nav-link {
  background: none;
  border: 2px solid white;
  border-radius: 0;
  font-size: 28px;
  color: #fff;
  margin: 5px;
}

.payment-methods .nav-tabs .nav-link.active {
  background: #C58E3B;
  border-color: #C58E3B;
}

.pay-options li a {
  position: relative;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 10px 1em;
  border: 1px solid #FFBD00;
  border-bottom-width: 7px;
}

.pay-options li a:not(.collapsed) {
  border-color: #FFBD00 !important;
}

.pay-options li a.collapsed {
  border-color: rgba(207, 216, 220, 0.3);
}

.pay-options li a:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.pay-options li img {
  width: 120px;
  object-fit: contain;
  height: 70px;
}

ul .input-group {
  align-items: center !important;
}

.options-content .card-body {
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
}

.options-content .card-body .form-control {
  background: none;
  border: 1px solid #C58E3B;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  min-height: 45px;
}

/****************************
======== modal forms =========
****************************/
.form-modal .modal-content {
  border-radius: 30px;
  border: none;
  padding: 1em;
}
.form-modal .modal-header {
  border-bottom: none;
}
.form-modal .user-form span.input-group-text {
  background: white;
  border-left: 0 !important;
  border: 1px solid #FFBD00;
  border-radius: 0 8px 8px 0;
  position: relative;
  width: 50px;
  z-index: 5;
}
.form-modal .user-form span.input-group-text i {
  font-size: 22px;
  color: #FFBD00;
}
.form-modal .user-form span.input-group-text:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #e6c7b7;
  position: absolute;
  left: 0;
}
.form-modal .user-form .form-control {
  box-shadow: none !important;
  border: 1px solid #FFBD00;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 0;
  border-right: 0;
}
.form-modal .reset-password-form {
  padding: 1em;
}
.form-modal .reset-password-form .form-control {
  box-shadow: none !important;
  border: 2px solid #FFBD00;
  border-radius: 8px;
  min-height: 50px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 0;
}
.form-modal .user-form .password-input-wrapper {
  position: relative;
}
.form-modal .user-form .password-input-wrapper .togglePassword {
  position: absolute;
  top: 6px;
  left: 20px;
  background: none;
  border: none;
  color: #828282;
  font-size: 25px;
}
.form-modal .social-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 13px;
}
.form-modal .social-login a {
  width: 100%;
}
.form-modal .social-login a i {
  font-size: 25px;
  color: #fff;
}
.form-modal .social-login .facebook {
  background: #3B5999;
}
.form-modal .social-login .twitter {
  background: #03A9F4;
}
.form-modal .social-login .google {
  background: #6e76831c;
  border: 1px solid #bebebe29;
}
.form-modal .social-login i.fa-google {
  background: conic-gradient(from 45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.form-modal .user-form input[type=submit].btn {
  width: 60%;
}

.slick-arrow i {
  transform:scale(-1)
}
[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}

.aside-arrows .slick-next, .aside-arrows .slick-prev {
  top: calc(50% - 40px);
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
}
.aside-arrows .slick-next {
  right: auto;
  left: -60px;
}
.aside-arrows .slick-prev {
  right: -60px;
}

.single-product-wrapper .add-to-fav ,.single-product-wrapper .login-to-add-fav{
    position:absolute;
    top:4%;
    right:4%;
}
.add-to-fav a ,.login-to-add-fav a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
}
.login-to-add-fav a {
    color:white !important;
}
.add-to-fav.active i::before{
    font-weight: 600;
}

.reviews {
    background: #21252905;
    padding: 2em 0;
}
.parsley-errors-list {
    position:absolute;
    top:100%;
}
.notifications-table a {
    color: #ffbd00;
}

.notifications-table a:hover {
    color: #000;
}
.notifications-dropdown span.count {
    position: absolute;
    bottom: auto;
    right: auto;
    background: #fff;
    color: #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: normal;
    /* margin: 0 -11px -8px -2px; */
    text-align: center;
    left: 9px;
    top: 3px;
}
.notifications-dropdown .dropdown-menu .single-cart-item a:hover {
    background: none !important;
}
.notifications-dropdown .dropdown-menu .single-cart-item:hover {
    background: #f1f1f1;
}
/*blog*/
.blog-page .section-title {
  margin-bottom: 30px;
}

.filters {
  margin: 1em 0;
}
.filters a {
  border-radius: 30px;
  color: white;
  background: #EF7354;
  font-weight: 600;
  padding: 10px 15px;
}
.filters a:hover {
  background: #eb461f;
}
.filters .active a {
  background: #eb461f;
}

.recent-blog-posts .single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .thumbnail {
  /*box-shadow: 0px 8px 12px #d9cdd8;*/
  border-radius: 8px;
  overflow: hidden;
}
.single-blog-post .thumbnail img {
  height: 350px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 12px #d9cdd8;
  object-fit: cover;
  transition: 0.3s;
}
.single-blog-post .post-date {
  font-weight: 600;
  color: #474444;
  margin-top: 15px;
  font-size: 14px;
}
.single-blog-post .post-title {
  font-weight: bold;
  font-size: 20px;
  color: #110802;
  margin-top: 12px;
}
.single-blog-post .post-title a {
  color: #110802;
}
.single-blog-post p {
  font-weight: normal;
  color: #828282;
}
.single-blog-post .read-more {
  color: #ffbd00;
  font-weight: 600;
  font-size: 14px;
  margin-top: 14px;
  display: block;
}
.single-blog-post .read-more:after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
}
.single-blog-post:not(.blog-post):hover img {
  filter: brightness(0.5);
}
.single-blog-post:hover a {
  color: #ffbd00;
}
.single-blog-post.h-style {
  display: flex;
  margin-bottom: 15px;
}
.single-blog-post.h-style .thumbnail {
  box-shadow: 0px 8px 12px #d9cdd8;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 1.5em;
  flex: 0 0 auto;
  width: 50%;
}
.single-blog-post.h-style .thumbnail img {
  height: 170px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 12px #d9cdd8;
  object-fit: cover;
  transition: 0.3s;
}

.single-blog-post-page .blog-post .thumbnail {
  height: auto;
}
.single-blog-post-page .blog-post .thumbnail img {
  height: auto;
  max-height: 500px;
}
.single-blog-post-page .blog-post .post-content {
  line-height: 2;
  margin-top: 30px;
}
section.single-dalel-page.py-5 {
    padding: 3em 0 0;
}
.blog-post.single-blog-post {
    background: #fefefe;
    padding: 1em;
    border: 1px solid #8080802e;
    border-radius: 12px;
}
/*pagination*/

ul.pagination {
    justify-content: center;
   margin-top:2em;
}
ul.pagination .page-link {
    justify-content: center;
    color:#fff;
    background:#FFBD00;
    border:none;
    font-size:18px;
}
ul.pagination .page-item.active .page-link,ul.pagination .page-item:hover .page-link{
     background:#101010;
}
ul.pagination .page-item.disabled .page-link{
       color:#fff;
    background:#FFBD00;
}
/****************************
======== Responsive styles =========
****************************/

@media all and (min-width: 769px) {
 .notifications-dropdown .dropdown-menu {
    width: 320px;
}
}
@media all and (max-width: 1600px) {
  .hero-slider .single-hero-slide {
    height: 100vh !important;
  }
}
@media all and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 13px;
  }

  .section-description {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
    .aside-arrows .slick-next {
    right: auto;
    left: -40px;
}
.aside-arrows .slick-prev {
    right: -40px;
}
    .hero-header .slide-title {
        font-size:30px;
    }
  .modal-video-wrapper .title {
    width: 60vw;
  }

  .stacked-images img:last-child {
    left: 30px;
  }

  .white-wrapper {
    width: 100% !important;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .hero-slider .slide-title {
    font-size: 25px;
  }
}
@media all and (max-width: 768px) {
    .top-stores {
        margin-top:0;
    }
  .company-gallery-wrapper a {
    width: calc((100% / 2) - 10px);
  }

  .pricing-packages-wrapper {
    margin-top: 2em;
  }

  .pricing-packages-wrapper .single-price-package.popular-package {
    transform: none;
  }

  .dalel-slider {
    margin-bottom: 1em;
  }

  .add-review-wrapper {
    box-shadow: none;
    padding: 0;
    margin-top: 1em;
  }

  .breadcrumbs .breadcrumb-item {
    font-size: 18px;
  }

  .modal-video-wrapper p {
    width: auto;
  }

  .about-us {
    padding: 2em 0;
  }

  .position-sticky {
    position: static !important;
  }

  .logo {
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    border-radius: 10px;
    background: #ffffff47;
    margin-block: 10px;
  }
.section-title {
    margin-bottom:0;
}
  .categories-section .section-title {
    /*margin-bottom: 20px !important;*/
  }

  .modal-video-wrapper {
    padding: 4em 0;
  }

  .footer-wrapper {
    text-align: center;
  }
  .footer-wrapper .social-list {
    margin-top: 2em;
  }

  .footer-nav {
    margin-bottom: 15px !important;
  }

  .dropdown-menu, .dropdown-menu.submenu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 1px solid #80808030;
    margin-top: 5px;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px;
  }

  .single-counter .title {
    font-size: 14px;
  }

  .single-counter .counter {
    font-size: 22px;
  }

  .w-50, .w-75 {
    width: auto !important;
  }

  .slick-next, .slick-prev, .slick-dots {
    display: none !important;
  }
}
@media all and (max-width: 600px) {
  .bill-total span {
    font-size: 18px;
  }

  .payment-methods h6 {
    font-size: 16px;
  }

  .plan-price {
    font-size: 15px;
  }
  .plan-price small {
    font-size: 10px;
  }

  .p-cell {
    padding: 10px 15px;
  }

  .company-gallery-wrapper a img {
    height: 150px;
  }

  footer .logo-img, .language:before {
    display: none;
  }

  .features .item img {
    height: auto;
    object-fit: contain;
    box-shadow: none;
  }

  .features, .contact-us {
    padding: 3em 0;
  }

  .modal-video-wrapper .title {
    font-size: 25px;
  }

  .modal-video-wrapper p {
    font-size: 14px;
  }

  .hero-header {
    margin-top: -1px;
  }

  .slider-gap {
    /* the slides */
    /* the parent */
  }
  .slider-gap .slick-slide {
    margin: 0;
  }
  .slider-gap .slick-list {
    margin: 0;
  }

  .copyrights {
    text-align: center;
    margin-top: 10px;
  }
  .copyrights img {
    width: auto;
  }

  .w-25,
  .w-50,
  .w-75 {
    width: auto !important;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .nice-select .option {
    max-width: 90vw;
  }

  .single-counter {
    justify-content: start;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 22px;
  }

  footer {
    padding-top: 100px;
  }

  .hero-header .slide-title {
    font-size: 22px;
  }
  .hero-header .slider-description {
      font-size:16px;
  }
.noUi-connect {
  background: #10AB4C;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  cursor: pointer;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

}