@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

p.dark-p {
  color: #232323;
}

p.light-p {
  color: #6f6f6f;
}

p.small-p {
  font-size: 16px;
  line-height: 26px;
}

p.large-p {
  font-size: 20px;
  line-height: 33px;
}

i {
  display: flex;
}

header {
  z-index: 9999;
  position: relative;
}

header nav .navbar-nav .nav-list-item {
  margin: 0 15px;
  display: block;
}

@media (max-width: 1024px) {

  header nav .navbar-nav .nav-list-item {
    margin: 0 5px;
  }
}
@media (max-width: 1200px) {

  header nav .navbar-nav .nav-list-item {
    margin: 0 12px;
  }
  header nav .navbar-nav .nav-list-item a{
    font-size: 14px;
  }
}

header nav .navbar-nav .nav-list-item a {
  margin: 0;
}

header.sticky nav .navbar-nav .nav-list-item i {
  color: #232323;
}

header.sticky nav .navbar-nav .nav-list-item:hover i {
  color: rgba(0, 0, 0, 0.6);
}

nav.navbar.bootsnav .navbar-toggler {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.simple-dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.simple-dropdown i {
  display: inline-block !important;
  color: #fff;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu li a {
  border-bottom: 1px solid #9d9d9d;
  transition: all ease 0.3s;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu li:last-child a {
  border: 0;
}

header nav .navbar-nav>li>a,
.simple-dropdown .dropdown-menu>li>a {
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: auto;
  right: 0;
}

#stickyHeader .logo-dark {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: none;
}

#stickyHeader .logo-white {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition: none;
}

#stickyHeader .navbar-nav .nav-list-item .inner-link {
  position: relative;
}

#stickyHeader .navbar-nav .nav-list-item .inner-link span {
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #daa520;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 26px;
  left: -10px;
  transform: translateY(-50%);
}

#stickyHeader.activeHeader {
  background-color: #fff;
}

#stickyHeader.activeHeader .logo-dark {
  visibility: visible;
  opacity: 1;
  width: 150px;
}

#stickyHeader.activeHeader .logo-white {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

#stickyHeader.activeHeader .navbar-nav .nav-list-item .inner-link {
  color: #232323;
}

#stickyHeader.activeHeader .navbar-nav .nav-list-item i {
  color: #232323;
}

@media (max-width: 991px) {
  #stickyHeader {
    background-color: #fff;
    position: unset;
  }

  #stickyHeader .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
  }

  #stickyHeader .logo .logo-white {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }

  #stickyHeader .navbar-toggler .icon-bar {
    background: #232323;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 390px;
  }

  .header-searchbar {
    margin: 0 20px;
    padding: 12px 15px !important;
    display: block;
    text-align: start;
  }

  nav.navbar.bootsnav .navbar-nav {
    background: none;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse {
    background-color: rgba(23, 23, 23, 0.95);
  }

  .navbar-nav li.dropdown .fas {
    right: auto;
    left: 0;
  }

  header.sticky nav .navbar-nav .nav-list-item i,
  header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a {
    color: #fff;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse.show {
    display: block !important;
  }

  .navbar-collapse {
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    backface-visibility: hidden;
  }

  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 335px;
    overflow-y: auto !important;
  }

  nav.navbar.navbar-default ul.nav>li>a {
    padding: 12px 0 11px;
    border-bottom: solid 1px #939393;
  }

  header nav.navbar.white-link .navbar-nav>li>a,
  nav.navbar.bootsnav.white-link ul.nav>li>a,
  header nav.navbar.white-link .header-social-icon a,
  nav.navbar.bootsnav.white-link .header-social-icon a,
  header nav.navbar.white-link .header-searchbar a,
  nav.navbar.bootsnav.white-link .header-searchbar a,
  header nav.navbar.bootsnav ul.nav.white-link>li>a,
  nav.navbar.white-link .heder-menu-button a {
    color: #939393;
    line-height: normal;
  }
}

.scrollTop,
.scrollTop:focus {
  color: #fff;
  background: #232323;
  line-height: 28px;
  display: none;
  padding: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 10006;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  right: 40px;
  bottom: 40px;
  top: auto;
  line-height: 40px;
  transition: all ease 0.3s;
}

.scrollTop:hover,
.scrollTop:focus:hover {
  color: #fff;
  background-color: #daa520;
}

header .header-content {
  padding: 15px 0;
  row-gap: 15px;
}

header .nav .nav-link {
  color: #232323;
  font-size: 19px;
}

header .nav .nav-link.active {
  color: #daa520;
}

header .btns .btn {
  background-color: #daa520;
  color: #fff;
}

.head-section {
  margin-bottom: 10px;
}

.head-section .content-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.head-section .content-head .right-content h2 {
  padding-bottom: 10px;
  font-weight: 600;
  color: #232323;
  font-size: 32px;
  margin: 0;
}

.head-section .content-head .left-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: auto;
}

.head-section .content-head .left-content a {
  background: none;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: #232323;
  font-size: 16px;
  transition: all ease 0.3s;
  padding: 10px 20px;
  border-radius: 5px;
}

.head-section .content-head .left-content a:hover {
  background-color: #daa520;
  color: #fff;
}

.head-section .content-head .center-content {
  text-align: center;
}

.head-section .content-head .center-content h2 {
  padding-bottom: 10px;
  font-weight: 600;
  color: #232323;
  font-size: 32px;
  margin: 0;
}

.products {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.products .row {
  row-gap: 24px;
}

.products .content-products .product {
  background-color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.products .content-products .product .product-img {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

.products .content-products .product .product-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%) rotate(15deg);
  height: 200%;
  width: 30px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff, rgba(255, 255, 255, 0.3));
  transition: all ease 0.3s;
}

.products .content-products .product .product-img img {
  transition: all ease 0.3s;
  transition-duration: 0.5s;
}

.products .content-products .product .product-img:hover img {
  transform: scale(1.2) rotate(10deg);
}

.products .content-products .product .product-info .product-title {
  margin-bottom: 15px;
}

.products .content-products .product .product-info .product-title h3 {
  text-align: center;
  margin-bottom: 5px;
}

.products .content-products .product .product-info .product-title h3 a {
  text-align: center;
  font-weight: 600;
  color: #232323;
  font-size: 19px;
}

.products .content-products .product .product-info .product-title h3 a:hover {
  color: #daa520;
}

.products .content-products .product .product-info .product-title p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  color: #232323;
  font-size: 16px;
}

.products .content-products .product .product-info .product-price {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #daa520;
  font-size: 20px;
}

.products .content-products .product .product-info .product-add .btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: #daa520;
  transition: all ease 0.3s;
  max-width: max-content;
  margin: 0 auto;
}

.products .content-products .product .product-info .product-add .btn-cart:focus {
  box-shadow: none;
}

.products .content-products .product .product-info .product-add .btn-cart:hover {
  background-color: #232323;
}

.products .content-products .product .product-info .product-side {
  position: absolute;
  left: 30px;
  top: 90px;
  width: 35px;
  height: auto;
  z-index: 99999999999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  transition-duration: 0.5s;
}

.products .content-products .product .product-info .product-side .list-side {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}

.products .content-products .product .product-info .product-side .list-side li a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #daa520;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  border: 2px solid #daa520;
  transition: all ease 0.3s;
}

.products .content-products .product .product-info .product-side .list-side li a:hover {
  background-color: #fff;
  color: #daa520;
}

.products .content-products .product:hover .product-info .product-side {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.products .filter-container {
  border: 1px solid #daa520;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.products .filter-container .head-section {
  background-color: #daa520;
  padding: 10px;
  margin: 0;
}

.products .filter-container .head-section .content-head {
  margin: 0;
}

.products .filter-container .head-section .content-head .center-content h2 {
  padding: 0;
  color: #fff;
  font-size: 22px;
}

.products .filter-container .filter-body {
  padding: 10px;
}

.products .filter-container .filter-body .filter-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #daa520;
  padding-bottom: 15px;
}

.products .filter-container .filter-body .filter-content .head-content {
  margin-bottom: 15px;
}

.products .filter-container .filter-body .filter-content .head-content h5 {
  font-weight: 600;
  color: #daa520;
  font-size: 18px;
  margin: 0;
}

.products .filter-container .filter-body .filter-content .body-content {
  display: grid;
  row-gap: 10px;
}

.products .filter-container .filter-body .filter-content .body-content .form-group {
  margin: 0;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input {
  display: none;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input~label {
  margin: 0;
  padding-right: 30px;
  transition: all ease 0.3s;
  position: relative;
  cursor: pointer;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input~label::after {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input~label::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #daa520;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(5px, -50%);
  opacity: 0;
  transition: all ease 0.3s;
  color: #daa520;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input~label:hover {
  color: #daa520;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input~label:hover::after {
  border-color: #daa520;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input~label:hover::before {
  opacity: 1;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input:checked~label {
  color: #daa520;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input:checked~label::after {
  border-color: #daa520;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input:checked~label::before {
  opacity: 1;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input[type=checkbox]~label::after {
  border-radius: 2px;
}

.products .filter-container .filter-body .filter-content .body-content .form-group input[type=checkbox]~label::before {
  border-radius: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 15px;
  height: 20px;
  width: 20px;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  background-color: transparent;
}

.products .filter-container .filter-body .filter-content:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/* .products .filter-container.filter-mob {
  display: none;
} */
.products .filter-container.filter-mob .accordion-button {
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  outline: 0;
  background-color: #daa520;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.25em;
}

.products .filter-container.filter-mob .accordion-button::after {
  margin: 0;
  background: none;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 25px;
  width: auto;
  height: auto;
  color: #fff;
}

.products .bottom-products {
  text-align: center;
}

.products .bottom-products .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: #232323;
  transition: all ease 0.3s;
  min-width: 200px;
  height: 50px;
  max-width: max-content;
  margin: 0 auto;
  font-size: 19px;
  margin-top: 30px;
}

.products .bottom-products .btn:focus {
  box-shadow: none;
}

.products .bottom-products .btn:hover {
  background-color: #daa520;
}

.product-details {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.product-details .row {
  row-gap: 24px;
}

.product-details .product-images .big-images {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.product-details .product-images .big-images .swiper-button {
  height: 50px;
  width: 50px;
  background: none;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #232323;
  font-size: 25px;
  transition: all ease 0.3s;
}

.product-details .product-images .big-images .swiper-button::after {
  display: none;
}

.product-details .product-images .big-images .swiper-button:hover {
  background-color: #daa520;
  color: #fff;
}

.product-details .product-images .small-images .swiper-slide {
  border-radius: 5px;
  border: 1px solid #000;
  opacity: 0.5;
  transition: all ease 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.product-details .product-images .small-images .swiper-slide:hover,
.product-details .product-images .small-images .swiper-slide.swiper-slide-thumb-active {
  border-color: #daa520;
  opacity: 1;
}

.product-details .product-text {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-details .product-text .top-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #daa520;
  display: grid;
  row-gap: 20px;
}

.product-details .product-text .top-text .titles {
  display: grid;
  row-gap: 10px;
}

.product-details .product-text .top-text .titles h3 {
  font-weight: 600;
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
}

.product-details .product-text .top-text .titles h6 {
  font-weight: 600;
  color: #daa520;
  font-size: 24px;
  margin-bottom: 0;
}

.product-details .product-text .top-text .cart-nums {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
}

.product-details .product-text .top-text .cart-nums .nums-cart input {
  max-width: 70px;
  padding: 2.5px 5px;
  background-color: #fff;
  border-radius: 2.5px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
}

.product-details .product-text .top-text .cart-nums .nums-cart input:focus {
  box-shadow: none;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
}

.product-details .product-text .top-text .cart-nums .add-cart .btn {
  color: #fff;
  background-color: #daa520;
  transition: all ease 0.3s;
}

.product-details .product-text .top-text .cart-nums .add-cart .btn:focus {
  box-shadow: none;
}

.product-details .product-text .top-text .cart-nums .add-cart .btn:hover {
  background-color: #232323;
}

.product-details .product-text .top-text .cart-nums .love-cart a {
  color: #000;
  transition: all ease 0.3s;
  font-size: 30px;
}

.product-details .product-text .top-text .cart-nums .love-cart a:hover {
  color: #daa520;
}

.product-details .product-text .middle-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #daa520;
  display: grid;
  row-gap: 20px;
}

.product-details .product-text .middle-text h4 {
  font-weight: 600;
  color: #000;
  font-size: 23px;
  margin-bottom: 0;
}

.product-details .product-text .middle-text p {
  font-weight: 400;
  text-align: justify;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.product-details .product-text .bottom-text .list-share {
  gap: 20px;
}

.product-details .product-text .bottom-text .list-share li {
  font-weight: 400;
  text-align: justify;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.product-details .product-text .bottom-text .list-share li a {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  transition: all ease 0.3s;
}

.product-details .product-text .bottom-text .list-share li a:hover {
  color: #daa520;
}

.banner .banner-content img {
  border-radius: 10px;
}

.banner.banner01 {
  background-color: #f4f4f4;
}

.videos {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.videos .row {
  row-gap: 24px;
}

.videos .video {
  display: flex;
  align-items: center;
}

.videos .video .video-content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.videos .video .video-content .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos .video .video-content .popup-youtube img {
  transform: none !important;
}

.videos .video .video-content img {
  transition: all ease 0.3s;
}

.videos .video .video-content:hover img {
  transform: scale(1.1);
}

.whyus {
  padding: 50px 0;
}

.whyus .row {
  row-gap: 24px;
}

.whyus .head-section {
  margin-bottom: 24px;
}

.whyus .item .item-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.whyus .item .item-content .icon img {
  width: 70px;
  height: auto;
  border-radius: 5px;
}

.whyus .item .item-content .text {
  display: grid;
  gap: 10px;
}

.whyus .item .item-content .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #232323;
}

.whyus .item .item-content .text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #232323;
}

.footer-strip .footer-top {
  padding: 50px 0;
  background-color: #1c1c1c;
}

.footer-strip .footer-top .row {
  row-gap: 24px;
}

.footer-strip .footer-top .small-icon {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.footer-strip .footer-top .small-icon li {
  margin: 0;
}

.footer-strip .footer-top .small-icon li a {
  line-height: 26px;
  transition: 0.25s all ease;
  color: #6f6f6f;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px dashed #6f6f6f;
}

.footer-strip .footer-top .small-icon li a i {
  transition: 0.25s all ease;
}

.footer-strip .footer-top .small-icon li a:hover {
  color: #fff;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
}

.footer-strip .footer-top .start-footer-top .logo {
  margin-bottom: 15px;
}

.footer-strip .footer-top .start-footer-top .text {
  margin-bottom: 15px;
  color: #fff;
}

.footer-strip .footer-top .middle-footer-top .contact h6 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
}

.footer-strip .footer-top .middle-footer-top .contact .menu-links {
  row-gap: 15px;
  display: grid;
  margin: 0;
}

.footer-strip .footer-top .middle-footer-top .contact .menu-links li {
  margin-bottom: 0;
}

.footer-strip .footer-top .middle-footer-top .contact .menu-links li a {
  font-weight: 600;
  transition: 0.15s all ease;
  display: inline-block;
  color: #6f6f6f;
  position: relative;
}

.footer-strip .footer-top .middle-footer-top .contact .menu-links li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.25s all ease;
  opacity: 0;
}

.footer-strip .footer-top .middle-footer-top .contact .menu-links li a:hover {
  color: #daa520;
}

.footer-strip .footer-top .middle-footer-top .contact .menu-links li a:hover i {
  left: -20px;
  opacity: 1;
}

.footer-strip .footer-top .end-footer-top .logo {
  margin-bottom: 15px;
}

.footer-strip .footer-top .end-footer-top .desc {
  margin-bottom: 25px;
}

.footer-strip .footer-top .end-footer-top .desc p {
  color: #6f6f6f;
  margin: 0;
  font-size: 16px;
}

.footer-strip .footer-top .end-footer-top .contact h6 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
}

.footer-strip .footer-top .end-footer-top .contact .list-links {
  row-gap: 20px;
  display: grid;
  margin: 0;
}

.footer-strip .footer-top .end-footer-top .contact .list-links li {
  margin-bottom: 0;
  color: #6f6f6f;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.footer-strip .footer-top .end-footer-top .contact .list-links li span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.footer-strip .footer-top .end-footer-top .contact .list-links li i {
  color: #6f6f6f;
  margin-top: 7px;
}

.footer-strip .footer-top .end-footer-top .contact .list-links li a {
  color: #6f6f6f;
  font-weight: 600;
  transition: 0.25s all ease;
}

.footer-strip .footer-top .end-footer-top .contact .list-links li a:hover {
  color: #daa520;
}

.footer-strip .footer-bottom {
  background-color: #111111;
  padding: 15px 0;
}

.footer-strip .footer-bottom .payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.footer-strip .footer-bottom .payment-method .icon img {
  width: 50px;
  border-radius: 6px;
  background-color: #fff;
  filter: grayscale(1);
  transition: 0.25s all ease;
}

.footer-strip .footer-bottom .payment-method .icon img:hover {
  filter: grayscale(0);
}

.footer-strip .footer-bottom .text-footer-bottom {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #6f6f6f;
}

.footer-strip .footer-bottom .text-footer-bottom a {
  font-weight: 700;
  color: #daa520;
  transition: all ease 0.3s;
}

.footer-strip .footer-bottom .text-footer-bottom a:hover {
  color: #fff;
}

.sticky-social {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: auto;
  z-index: 99999999999;
}

.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}

.sticky-social ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
}

.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}

.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.search-section {
  position: fixed;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all ease;
  margin-top: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.search-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.search-section .btn-close {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border: 0;
  background: none;
  font-size: 60px;
  font-weight: 700;
  color: #daa520;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}

.search-section .form-search {
  display: none;
  margin: auto;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 20px;
}

.search-section .form-search form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.search-section .form-search form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #daa520;
  padding: 15px 15px 15px 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.search-section .form-search form input:focus {
  box-shadow: none;
  outline: none;
}

.search-section .form-search form input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.search-section .form-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border: 0;
  background: none;
  font-size: 26px;
  font-weight: 700;
  color: #daa520;
  padding: 0;
  margin: 0;
}

.search-section.active {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.search-section.active .form-search {
  display: block;
}

.search-section.active .btn-close {
  display: flex;
}

.reviews {
  padding: 50px 0;
  background-color: #fff;
}

.reviews .row {
  row-gap: 24px;
}

.reviews .head-reviews {
  text-align: center;
  margin-bottom: 30px;
}

.reviews .head-reviews h2 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #232323;
  font-size: 32px;
}

.reviews .review {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-bottom: 30px;
}

.reviews .review .head-review .media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.reviews .review .head-review .media .end-media h5 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #232323;
  font-size: 21px;
}

.reviews .review .head-review .media .end-media .rate-stars {
  color: #daa520;
}

.reviews .review .body-review p {
  font-weight: 400;
  text-align: justify;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.reviews .review:last-child {
  margin-bottom: 60px;
}

.reviews .form-review .head-form {
  text-align: center;
  margin-bottom: 30px;
}

.reviews .form-review .head-form h2 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #232323;
  font-size: 32px;
}

.reviews .form-review form .from-group {
  margin-bottom: 25px;
  position: relative;
}

.reviews .form-review form .from-group textarea {
  position: relative;
  height: 220px;
  width: 100%;
  border: 2px solid rgba(218, 165, 32, 0.2);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  direction: unset;
  resize: none;
}

.reviews .form-review form .from-group i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--theme_primary);
  font-size: 22px;
}

.reviews .form-review form .from-group .form-rating {
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.reviews .form-review form .from-group .form-rating .rating-overlay {
  direction: ltr;
}

.reviews .form-review form .from-group .form-rating span {
  font-size: 20px;
  color: #daa520;
  font-weight: 500;
}

.reviews .form-review form .from-group .form-rating input {
  display: none;
}

.reviews .form-review form .from-group .form-rating input~label {
  cursor: pointer;
  margin-left: 10px;
}

.reviews .form-review form .from-group .form-rating input~label:before {
  content: "★";
  /* Unicode character for a star */
  color: #ddd;
  font-size: 43px;
}

.reviews .form-review form .from-group .form-rating input:checked~label:before {
  color: #fdd835;
  /* Color for a filled star */
}

@media (max-width: 991px) {
  .head-section .content-head .right-content h2 {
    font-size: 25px;
  }
}

/*# sourceMappingURL=style.css.map */