*,
* button:focus {
  outline: 0;
}

:root {
  --main-color: #926dcf;
  --sub-color1: #e78a5e;
  /* --subColor2: #77643d; */
}

.main-color {
  color: var(--main-color) !important;
}

.mainBack {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

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

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

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

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section-padding {
  padding: 100px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- section head --------------- */
.section-head {
  position: relative;
  margin-bottom: 50px;
}
.section-head h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 40px;
}
.section-head h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-image: url(../images/prush2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.section-head.text-center h2::after {
  background-position: center;
}

/* --------------- butn --------------- */
button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}

.butn {
  position: relative;
  padding: 15px 40px;
  border-radius: 30px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border: 0;
}
.butn * {
  color: #fff;
}
.butn:hover {
  background-color: var(--sub-color1);
  color: #fff;
}
.butn.butn-orange {
  background-color: var(--sub-color1);
}
.butn.butn-orange:hover {
  background-color: var(--main-color);
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.gray_butn {
  background-color: #f8f8f8;
  color: #555;
}
.butn.gray_butn * {
  color: #555;
}
.butn.gray_butn:hover {
  background-color: var(--sub-color1);
  color: #fff;
}
.butn.gray_butn:hover * {
  color: #fff;
}

.products-group {
  position: relative;
  padding-bottom: 120px;
}
.products-group .products {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #f9f9f9;
}

/* --------------- megamenu --------------- */
.megamenu-menu {
  width: 100%;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 99;
  display: flex !important;
  background-color: #1e1e1e;
  color: #fff;
  opacity: 0 !important;
  transform: translateY(30px);
  visibility: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.megamenu-menu.show {
  opacity: 1 !important;
  transform: translateY(-5px);
  visibility: visible;
}
.megamenu-menu .prush {
  position: absolute;
  left: 0;
  top: 20px;
  width: 70%;
  height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  opacity: 0.3;
}
.megamenu-menu .mega-img {
  position: relative;
  height: 400px;
  min-height: calc(100% - 10px);
  overflow: hidden;
  border-radius: 10px;
  margin: 5px;
}
.megamenu-menu .mega-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.megamenu-menu .mega-img .tab-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.megamenu-menu .mega-img .tab-img.current {
  opacity: 1;
  transform: scale(1);
}
.megamenu-menu .links-group {
  position: relative;
  width: 20%;
}
.megamenu-menu .links-group .sub-title {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
  font-size: 11px;
  display: block;
  font-weight: bold;
}
.megamenu-menu .links-group .sub-title:hover {
  background-color: rgba(231, 138, 94, 0.0823529412);
  color: var(--sub-color1);
}
.megamenu-menu .links-group .links {
  padding: 15px 30px;
}
.megamenu-menu .links-group .links a {
  font-size: 12px;
  padding: 5px 0;
  margin: 5px 0;
  font-weight: 500;
}
.megamenu-menu .links-group .links a:hover {
  color: var(--sub-color1);
}

/* --------------- top-navbar --------------- */
.top-navbar {
  position: relative;
  padding: 10px 3vw;
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.top-navbar .social-links a {
  font-size: 16px;
  margin-inline-end: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-navbar .social-links a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.top-navbar .nav-icons {
  display: flex;
  align-items: center;
}
.top-navbar .nav-icons .tnav-link {
  font-size: 16px;
  margin-inline-end: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-navbar .nav-icons .tnav-link:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.top-navbar .nav-icons button.tnav-link::after {
  display: none;
}
.top-navbar .search_box .form-group .form-control {
  height: 45px !important;
  min-height: 45px;
  background-color: #1e1e1e;
  border-radius: 0;
  font-size: 12px;
  padding-inline-end: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.top-navbar .search_box .form-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.top-navbar .search_box .form-group .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.top-navbar .search_box .form-group .form-control.search_input {
  border-radius: 25px;
}
.top-navbar .search_box .form-group .form-control:focus {
  border-color: #EBEBEB !important;
}
.top-navbar .search_box .form-group .search_butn {
  width: 35px;
  height: 35px;
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.top-navbar .search_box .form-group .search_butn:hover {
  background-color: var(--sub-color1);
}
.top-navbar .dropdown .lang_butn {
  color: #fff;
  font-size: 13px;
}
/* --------------- navbar --------------- */
.navbar {
  position: relative;
  border-radius: 0;
  padding: 20px 3vw;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: #111;
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 11px;
  color: #fff;
  margin: 0 5px;
}
.navbar .logo {
  width: 200px;
}
.navbar.fixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 3vw;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

/* --------------- header --------------- */
header {
  position: relative;
  background-color: #1e1e1e;
  color: #fff;
  z-index: 2;
}
header .container-fluid {
  padding: 0;
}
header .header-content {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  height: 700px;
}
header .header-content .video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content .img {
  position: relative;
  height: 100%;
}
header .header-content .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
header .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  /* The typing effect */
  /* The typewriter cursor effect */
}
header .info h1 {
  font-size: 60px;
  font-weight: bold;
  text-transform: capitalize;
}
header .info .typewriter {
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid var(--sub-color1); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--sub-color1);
  }
}
header .header-slider {
  position: relative;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #000;
}

.swiper-notification {
  display: none;
}

/* --------------- inspiration --------------- */
.inspiration {
  position: relative;
  overflow: hidden;
}
.inspiration .inspiration-slider {
  position: relative;
}
.inspiration .inspiration-slider .item {
  position: relative;
  margin-top: 30px;
}
.inspiration .inspiration-slider .item .img {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.inspiration .inspiration-slider .item .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #926dcf;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.inspiration .inspiration-slider .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inspiration .inspiration-slider .item .info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 20px;
  z-index: 10;
  border-radius: 15px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease;
}
.inspiration .inspiration-slider .item .info h6 {
  font-size: 14px;
  font-weight: bold;
}
.inspiration .inspiration-slider .item .info .text {
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-inline-end: 15px;
}
.inspiration .inspiration-slider .item .info .text .more {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--main-color);
  width: 60px;
  height: 20px;
  background-color: #fff;
  font-size: 11px;
  cursor: pointer;
}
.inspiration .inspiration-slider .item .info .text .more::after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}
.inspiration .inspiration-slider .item .info .text.active {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
}
.inspiration .inspiration-slider .item .info .text.active .more {
  display: none;
}
.inspiration .inspiration-slider .item .info .arrow {
  position: absolute;
  left: 20px;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #926dcf;
  color: #fff;
}
.inspiration .inspiration-slider .item:hover .img::after {
  opacity: 0.5;
}
.inspiration .inspiration-slider .item:hover .info {
  opacity: 1;
  transform: translateY(0);
}
.inspiration .inspiration-slider .item.Violet:hover .img::after {
  background-color: #4c43bd;
}
.inspiration .inspiration-slider .item.Violet:hover .info .arrow {
  background-color: #4c43bd;
}
.inspiration .inspiration-slider .item.green:hover .img::after {
  background-color: #3b6355;
}
.inspiration .inspiration-slider .item.green:hover .info .arrow {
  background-color: #3b6355;
}
.inspiration .inspiration-slider .item.sand:hover .img::after {
  background-color: #e78a5c;
}
.inspiration .inspiration-slider .item.sand:hover .info .arrow {
  background-color: #e78a5c;
}

@media screen and (min-width: 991px) {
  .inspiration .container {
    max-width: 1480px;
  }
}
/* --------------- sections --------------- */
.sections {
  position: relative;
  overflow: hidden;
  background-color: #1e1e1e;
  color: #fff;
  z-index: 30;
  border-radius: 0 0 50px 50px;
}
.sections .sections-slider {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.sections .sections-slider .swiper-slide {
  width: 250px;
  margin-inline-end: 15px;
}
.sections .sections-slider .item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  display: block;
  z-index: 20;
  background: linear-gradient(to top, #e18864, #796bb1, #4b5ba5, #3a6469);
}
.sections .sections-slider .item::after {
  position: absolute;
  content: "";
  left: -5px;
  bottom: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: linear-gradient(to bottom, rgb(225, 136, 100), rgb(121, 107, 177), rgb(75, 91, 165), rgb(58, 100, 105));
  z-index: -1;
  opacity: 0;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.sections .sections-slider .item .img {
  position: relative;
  height: 330px;
  border-radius: 15px;
  overflow: hidden;
}
.sections .sections-slider .item .info {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  z-index: 10;
  transition: all 0.3s ease;
}
.sections .sections-slider .item .info h6 {
  font-size: 13px;
  font-weight: bold;
  color: #1e1e1e;
}
.sections .sections-slider .item .info .arrow {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 44px;
  height: 51px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #926dcf;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.sections .sections-slider .item:hover .info {
  padding-inline-end: 50px;
}
.sections .sections-slider .item:hover .info .arrow {
  opacity: 1;
  visibility: visible;
}
.sections .sections-slider .item:hover::after {
  opacity: 1;
}

@media screen and (min-width: 991px) {
  .sections {
    padding-inline-start: calc((100vw - 1320px) / 2);
  }
}
.swiper-arrows {
  position: relative;
  width: 130px;
  height: 50px;
}
.swiper-arrows .swiper-button-prev,
.swiper-arrows .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin: 0 !important;
  top: 0;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  transition: all 0.3s ease;
}
.swiper-arrows .swiper-button-prev::after,
.swiper-arrows .swiper-button-next::after {
  font-size: 17px;
  color: #1e1e1e;
}
.swiper-arrows .swiper-button-prev:hover,
.swiper-arrows .swiper-button-next:hover {
  background-color: var(--main-color);
}
.swiper-arrows .swiper-button-prev:hover::after,
.swiper-arrows .swiper-button-next:hover::after {
  color: #fff;
}

/* --------------- products --------------- */
.products {
  position: relative;
  z-index: 30;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.products .banner {
  position: relative;
  padding: 270px 30px 30px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  z-index: 20;
  margin-top: 40px;
}
.products .banner .info {
  position: relative;
  margin-bottom: 100px;
}
.products .banner .info h5 {
  margin-bottom: 15px;
}
.products .banner .info .text {
  font-size: 13px;
  opacity: 0.7;
}
.products .banner .prush {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: -1;
  opacity: 0.5;
}
.products .product-card {
  position: relative;
  text-align: center;
  margin-top: 40px;
  display: block;
}
.products .product-card::after {
  position: absolute;
  content: "";
  left: 1%;
  top: 0;
  width: 98%;
  height: 230px;
  background: linear-gradient(to bottom, rgb(225, 136, 100), rgb(121, 107, 177), rgb(75, 91, 165), rgb(58, 100, 105));
  border-radius: 15px;
  z-index: -1;
  transition: all 0.3s ease;
}
.products .product-card .img {
  position: relative;
  height: 230px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #f9f9f9;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.products .product-card .img img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products .product-card .info {
  position: relative;
  padding-top: 20px;
}
.products .product-card .info .tags {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.products .product-card .info .tags .tag {
  font-size: 11px;
  color: var(--main-color);
  font-weight: 600;
  border-radius: 30px;
}
.products .product-card .info h6 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}
.products .product-card .info .price {
  font-size: 14px;
}
.products .product-card .info .price .num {
  color: var(--sub-color1);
}
.products .product-card .info .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .product-card .info .stars {
  font-size: 11px;
}
.products .product-card .info .stars i {
  color: #ccc;
}
.products .product-card .info .stars i.active {
  color: #FFBF3F;
}
.products .product-card .discount {
  position: absolute;
  z-index: 20;
  right: 10px;
  top: 10px;
}
.products .product-card .discount .item {
  font-size: 12px;
  padding: 5px 8px;
  background-color: var(--sub-color1);
  color: #fff;
  border-radius: 8px;
}
.products .product-card .float-icons {
  position: absolute;
  z-index: 20;
  left: 10px;
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.products .product-card .float-icons a {
  font-size: 14px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.products .product-card .float-icons a:hover, .products .product-card .float-icons a.active {
  background-color: var(--sub-color1);
}
.products .product-card:hover::after {
  transform: translate(-10px) rotate(-2deg);
}
.products .product-card:hover .float-icons {
  opacity: 1;
}

/* --------------- banner-sec --------------- */
.banner-sec1 {
  position: relative;
  padding: 100px 0;
  z-index: 20;
  color: #fff;
}
.banner-sec1::after {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  width: 100%;
  height: calc(100% + 100px);
  background-image: url(../images/bg.jpg);
  background-size: cover;
  z-index: -1;
}
.banner-sec1 .banner-card {
  position: relative;
  padding: 50px 30px;
  color: #fff;
  border-radius: 15px;
  z-index: 20;
  margin-top: 30px;
}
.banner-sec1 .banner-card .info {
  position: relative;
  text-align: center;
}
.banner-sec1 .banner-card .info h5 {
  font-size: 40px;
  margin-bottom: 15px;
}
.banner-sec1 .banner-card .info .text {
  font-size: 13px;
  opacity: 0.7;
}
.banner-sec1 .banner-card .logo {
  height: 200px;
  margin-inline-end: 50px;
}
.banner-sec1 .banner-card .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.banner-sec1 .prush {
  position: absolute;
  left: 50px;
  top: 0;
  height: calc(100% + 50px);
  max-height: unset;
}

/* --------------- banner-sec --------------- */
.banner-sec {
  position: relative;
  padding: 50px 0 0;
  z-index: 20;
}
.banner-sec::after {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  width: 100%;
  height: calc(100% + 100px);
  background-image: url(../images/bg.jpg);
  background-size: cover;
  z-index: -1;
}
.banner-sec .banner-card {
  position: relative;
  color: #1e1e1e;
  border-radius: 15px;
  z-index: 20;
  margin-top: 30px;
}
.banner-sec .banner-card .info {
  position: relative;
  padding-bottom: 100px;
}
.banner-sec .banner-card .info h5 {
  font-size: 38px;
  margin-bottom: 15px;
  color: #fff;
}
.banner-sec .banner-card .info .text {
  font-size: 13px;
  opacity: 0.7;
}
.banner-sec .banner-card .prush {
  position: absolute;
  left: 5%;
  top: -30px;
  width: 60%;
  transform: translateX(-60px);
  z-index: -1;
}
.banner-sec .banner-card .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: -1;
  opacity: 0.07;
}

/* --------------- video-sec --------------- */
.video-sec {
  position: relative;
  padding: 100px 0 50px;
  z-index: 30;
  border-radius: 50px;
  background-color: #fff;
}
.video-sec::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  pointer-events: none;
  background-color: #F7F5FC;
}
.video-sec .video-card {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.video-sec .video-card .video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-sec .video-card .img {
  position: relative;
  height: 100%;
}
.video-sec .video-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background-color: #fff;
  font-size: 20px;
  color: #1e1e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}

.fancybox-content {
  height: 80vh !important;
}

/* --------------- gallery-sec --------------- */
.gellery-sec {
  position: relative;
  padding: 120px 0;
  background-color: #F7F5FC;
  overflow: hidden;
  z-index: 30;
  border-radius: 50px 50px 0 0;
}
.gellery-sec .gellery-slider {
  position: relative;
}
.gellery-sec .gellery-slider .img {
  position: relative;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.gellery-sec .gellery-slider .img .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  font-size: 30px;
  padding: 30px;
  background-image: linear-gradient(to top, transparent, #000, transparent);
}

/* --------------- instagram --------------- */
.instagram {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  z-index: 30;
  background-color: #fff;
}
.instagram .img {
  height: 300px;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.instagram .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.instagram .swiper-wrapper .swiper-slide {
  width: -moz-max-content !important;
  width: max-content !important;
}
.instagram .swiper-wrapper .swiper-slide:nth-of-type(odd) {
  transform: rotate(-5deg);
}

/* --------------- features --------------- */
.features {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.features .item {
  position: relative;
  padding: 40px;
  text-align: center;
  background-color: #06071b;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.features .item .icon {
  font-size: 55px;
  margin-bottom: 10px;
}
.features .item .icon img {
  height: 50px;
}
.features .item .icon i {
  background: linear-gradient(90deg, rgb(225, 136, 100) 0%, rgb(121, 107, 177) 25%, rgb(75, 91, 165) 50%, rgb(58, 100, 105) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features .item h5 {
  color: #fff;
}

/* --------------- footer --------------- */
.footer {
  position: relative;
  background-color: #06071b;
  color: #fff;
  text-transform: capitalize;
}
.footer * {
  color: #fff;
}
.footer .main-footer {
  position: relative;
  padding: 80px 0;
}
.footer .main-footer .foot-logo img {
  height: 100px;
  margin-bottom: 50px;
}
.footer .main-footer .social-links a {
  font-size: 16px;
  margin-inline-end: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .main-footer .social-links a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.footer .main-footer .top-content {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.footer .links a {
  position: relative;
  font-size: 16px;
  margin: 7px 0;
  text-transform: capitalize;
  opacity: 0.7;
}
.footer .links a:hover {
  opacity: 1;
}
.footer .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.footer .foot p {
  font-size: 13px;
  color: #999;
}
.footer .foot p a {
  color: #fff;
}
.footer .foot .foot-links a {
  position: relative;
  font-size: 16px;
  opacity: 0.7;
  margin-inline-start: 5vw;
}
.footer .foot .foot-links a:hover {
  opacity: 1;
}
.footer .logos img {
  height: 30px;
  margin-inline-start: 10px;
}
.footer .payment img {
  height: 23px;
}

@media screen and (max-width: 991px) {
  .footer .social-links {
    margin-bottom: 30px;
  }
}
.whats-icon {
  width: 55px;
  height: 55px;
  /* border-radius: 50%; */
  /* line-height: 50px; */
  text-align: center;
  /* background-color: #25D366; */
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 30px;
}

/* --------------- breadcrumb --------------- */
.pg_header {
  position: relative;
  z-index: 20;
  padding: 50px 0 !important;
  background-color: #1e1e1e;
  margin: 50px 3vw 0;
  border-radius: 15px;
  overflow: hidden;
}
.pg_header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gft2.webp);
  opacity: 0.15;
  z-index: -1;
}
.pg_header::after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 30%;
  height: 100%;
  max-height: unset;
  z-index: 0;
  background-image: url(../images/vect4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.pg_header .item {
  position: relative;
  padding-inline-end: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 20px 0;
}
.pg_header .item.active {
  color: var(--main-color);
}
.pg_header .item.active::after {
  display: none;
}

.bg-light-grad {
  background: linear-gradient(to left, rgba(225, 136, 100, 0.0666666667), rgba(121, 107, 177, 0.0666666667), rgba(75, 91, 165, 0.0666666667), rgba(58, 100, 105, 0.0666666667));
}

/* --------------- product page --------------- */
.products_pg {
  padding-top: 80px;
}
.products_pg .filter_box {
  background-color: #f9f9f9;
  padding: 35px 2vw;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 40px;
}
.products_pg .filter_box .title {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D3D3;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  border: 0;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0196078431);
  font-size: 13px;
  min-height: 50px;
}

.color-primary {
  color: var(--main-color);
}

/* --------------- product details --------------- */
.product_det {
  padding-top: 120px;
}
.product_det .swiper_box .lg-slide-swiper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
}
.product_det .swiper_box .lg-slide-swiper .img-box {
  position: relative;
  overflow: hidden;
  height: 500px;
  border-radius: 15px;
}
.product_det .swiper_box .lg-slide-swiper .img-box .lg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.product_det .swiper_box .sm-slide-swiper {
  overflow: hidden;
  height: 130px;
  padding-bottom: 4px;
  padding-top: 15px;
}
.product_det .swiper_box .sm-slide-swiper .swiper-slide {
  opacity: 1;
  cursor: pointer;
  transform: scale(0.95);
}
.product_det .swiper_box .sm-slide-swiper .sm-bg-header {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4px;
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
}
.product_det .swiper_box .sm-slide-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product_det .swiper_box .sm-slide-swiper .swiper-slide-thumb-active .sm-bg-header {
  border-color: var(--main-color) !important;
}
.product_det .taxt_box {
  padding-inline-start: 2vw;
}
.product_det .taxt_box .name {
  font-size: 25px;
  color: #012E47;
}
.product_det .taxt_box .stars i {
  color: #ccc;
}
.product_det .taxt_box .stars i.active {
  color: #FFBF3F;
}
.product_det .taxt_box .p {
  font-size: 14px !important;
}
.product_det .taxt_box .det_box .prod_data {
  font-size: 14px;
}
.product_det .taxt_box .price_box {
  font-size: 20px;
}
.product_det .taxt_box .price_box .prev_price {
  color: #999;
  text-decoration: line-through;
}
.product_det .taxt_box .butns .fav_butn,
.product_det .taxt_box .butns .share_butn,
.product_det .taxt_box .butns .price_butn {
  font-size: 14px;
  color: #012E47;
  font-weight: bold;
}
.product_det .taxt_box .butns .fav_butn i,
.product_det .taxt_box .butns .share_butn i,
.product_det .taxt_box .butns .price_butn i {
  color: var(--main-color);
  margin-inline-end: 7px;
}
.product_det .taxt_box .butns .share_box {
  position: relative;
}
.product_det .taxt_box .butns .share_box .share_links {
  position: absolute;
  bottom: -50px;
  inset-inline-start: 0;
  transition: all 0.3s linear;
  z-index: 9;
}
.product_det .taxt_box .butns .share_box .share_links.active a {
  transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}
.product_det .taxt_box .butns .share_box .share_links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  color: var(--main-color);
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #eee;
  transform: scaleX(0) translateY(-30px);
  visibility: hidden;
  opacity: 0;
  transform-origin: left center;
  perspective: 1000px;
}
.product_det .taxt_box .butns .share_box .share_links a:nth-child(2) {
  transition-delay: 0.1s;
}
.product_det .taxt_box .butns .share_box .share_links a:nth-child(3) {
  transition-delay: 0.2s;
}
.product_det .taxt_box .butns .share_box .share_links a:nth-child(4) {
  transition-delay: 0.3s;
}
.product_det .taxt_box .butns .share_box .share_links a:nth-child(5) {
  transition-delay: 0.4s;
}
.product_det .taxt_box .butns .share_box .share_links a:hover {
  background-color: var(--main-color);
  color: #fff !important;
}
.product_det .taxt_box .cart_butn {
  font-size: 12px;
  height: 45px;
  border-radius: 20px;
}

.fixed-floating-btn {
  position: relative;
  transition: all 0.5s ease;
}

.fixed-cart-btn {
  position: fixed;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.fixed-cart-btn.fixed-btn {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.product-tabs {
  position: relative;
  padding-bottom: 120px;
}
.product-tabs .desc_wrapper .nav {
  background-color: #f9f9f9;
  padding: 0 2rem;
  border-radius: 5px 5px 0 0;
}
.product-tabs .desc_wrapper .nav .nav-link {
  font-size: 13px;
  padding: 0.5rem 1.5rem;
  height: 60px;
  border-radius: 0;
  font-weight: bold;
  color: #888;
  border-top: 5px solid transparent;
}
.product-tabs .desc_wrapper .nav .nav-link.active {
  background-color: #fff;
  color: var(--main-color);
  border-top: 5px solid var(--main-color);
  height: 66px;
  margin-top: -6px;
}
.product-tabs .desc_wrapper .tab_wrapper {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 45px 2vw;
}
.product-tabs .desc_wrapper .tab_wrapper .p {
  font-size: 12px;
  line-height: 2.2;
  text-align: justify;
}
.product-tabs .desc_wrapper .tab_wrapper .ul_custom .li {
  position: relative;
  padding-inline-start: 30px;
  margin-bottom: 15px;
}
.product-tabs .desc_wrapper .tab_wrapper .ul_custom .li::before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 90%, 0% 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}
.product-tabs .desc_wrapper .tab_wrapper .ul_custom .li:nth-child(even)::before {
  background-color: var(--sub-color);
}
.product-tabs .desc_wrapper .tab_wrapper .table td, .product-tabs .desc_wrapper .tab_wrapper .table th {
  font-size: 14px;
  padding: 0.8rem 1.5rem;
}
.product-tabs .desc_wrapper .tab_wrapper .table th {
  background-color: #f9f9f9;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item {
  position: relative;
  padding: 30px 2vw;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  background-color: #fafafa;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item:last-child {
  border-bottom: none;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-inline-end: 15px;
  border: 1px solid #eee;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .prof_data .name {
  font-size: 17px;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .prof_data .rating i {
  font-size: 11px;
  color: #BDBDBD;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .prof_data .rating i.active {
  color: #DE980F;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 11px;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .review_det {
  color: #606060;
  font-size: 12px;
  margin-bottom: 0;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .btns {
  position: relative;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .btns .like {
  font-size: 25px;
  margin-inline-end: 10px;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .btns .like .small {
  font-size: 10px;
  opacity: 0.5;
  pointer-events: none;
}
.product-tabs .desc_wrapper .tab_wrapper .review_item .btns .like:hover, .product-tabs .desc_wrapper .tab_wrapper .review_item .btns .like.active {
  color: var(--sub-color1);
}

.badge {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 13px;
}
.badge.primary_badge {
  background-color: var(--main-color);
  color: #fff;
}

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0.2rem;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid transparent !important;
  max-width: 60px;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  background-color: transparent;
  padding: 10px 13px;
  font-size: 12px;
  height: 38px;
  width: 45px;
  transition: 0.3s;
  color: #777;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.products.product-det-products .product-card {
  margin-top: 0;
}

.products-slider {
  position: relative;
  padding-bottom: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: 5px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.has_icon {
  position: relative;
}

/* --------------- about page --------------- */
.about_pg {
  position: relative;
  padding-top: 120px;
  background: linear-gradient(to left, rgba(225, 136, 100, 0.0666666667), rgba(121, 107, 177, 0.0666666667), rgba(75, 91, 165, 0.0666666667), rgba(58, 100, 105, 0.0666666667));
}
.about_pg .txt_box .text {
  line-height: 2.2;
  font-size: 15px;
  text-align: justify;
}
.about_pg .img_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 430px;
  z-index: 20;
}
.about_pg .img_box img {
  position: relative;
  transition: all 1s ease;
  transition-delay: 0.5;
  border-radius: 20px;
  -webkit-clip-path: polygon(50% 0, 75% 0, 50% 100%, 25% 100%);
          clip-path: polygon(50% 0, 75% 0, 50% 100%, 25% 100%);
}
.about_pg .img_box img.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.about_pg .img_box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(225, 136, 100), rgb(121, 107, 177), rgb(75, 91, 165), rgb(58, 100, 105));
  border-radius: 15px;
  z-index: -1;
  transition: all 0.3s ease;
  transform: translate(-10px) rotate(-2deg);
}

.about_cards {
  position: relative;
  background: linear-gradient(to left, rgba(225, 136, 100, 0.0666666667), rgba(121, 107, 177, 0.0666666667), rgba(75, 91, 165, 0.0666666667), rgba(58, 100, 105, 0.0666666667));
}
.about_cards .about_card {
  padding: 35px 3vw;
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  transition: all 0.3s linear;
  border-radius: 35px;
  box-shadow: 0px 0px 46px 0 rgba(88, 88, 88, 0.0901960784);
  background-color: #fff;
}
.about_cards .about_card:hover {
  transform: translateY(-10px);
}
.about_cards .about_card .s_icon {
  font-size: 33px;
  color: var(--main-color);
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about_cards .about_card .s_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/fav.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  filter: invert(9%) sepia(0%) saturate(7%) hue-rotate(1deg) brightness(127%) contrast(96%);
  opacity: 0.15;
}
.about_cards .about_card .s_icon i {
  font-size: 50px;
  background: linear-gradient(90deg, #e18864 0%, #796bb1 25%, #4b5ba5 50%, #3a6469 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_cards .about_card .txt .title {
  font-size: 25px;
  text-transform: uppercase;
  color: var(--sub-color);
}
.about_cards .about_card .txt .p {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
}
.about_cards .list-check li {
  margin: 15px 0;
}

.partner_sec {
  overflow: hidden;
  background: linear-gradient(to left, rgba(225, 136, 100, 0.0666666667), rgba(121, 107, 177, 0.0666666667), rgba(75, 91, 165, 0.0666666667), rgba(58, 100, 105, 0.0666666667));
}
.partner_sec .partner_card {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.partner_sec .partnerLogo {
  max-width: 80%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  transition: all 0.3s linear;
}

.gallery {
  position: relative;
  padding: 120px 0;
}
.gallery .img {
  position: relative;
  display: block;
  height: 300px;
  margin-top: 24px;
}
.gallery .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.gallery .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 16px;
  margin-inline-end: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery .img:hover::after {
  opacity: 0.4;
}
.gallery .img:hover .icon {
  opacity: 1;
}

/* --------------- cart page --------------- */
.cart_pg .summary_checkout {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 25px 2vw;
}
.cart_pg .summary_checkout .title {
  font-size: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D3D3;
  margin-bottom: 20px;
}
.cart_pg .summary_checkout .item {
  font-size: 12px;
  margin: 20px 0;
}
.cart_pg .summary_checkout .item:last-child {
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.cart_pg .box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 2vw;
  position: relative;
  margin-bottom: 20px;
}
.cart_pg .box .table thead, .cart_pg .box .table tbody, .cart_pg .box .table tfoot, .cart_pg .box .table tr, .cart_pg .box .table td, .cart_pg .box .table th {
  border-color: unset;
  border-style: unset;
  border-width: unset;
}
.cart_pg .box .table thead tr {
  background-color: #f6f6f6;
  border-radius: 25px;
  text-align: center;
}
.cart_pg .box .table thead tr th {
  color: #1C1C1C;
  font-size: 14px;
  padding: 1rem 1rem;
}
.cart_pg .box .table thead tr th:nth-child(1) {
  border-radius: 0 25px 25px 0;
}
.cart_pg .box .table thead tr th:last-child {
  border-radius: 25px 0 0 25px;
}
.cart_pg .box .table td {
  vertical-align: middle;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-align: center;
}
.cart_pg .box .table td .name {
  font-size: 13px !important;
  margin-bottom: 10px !important;
}
.cart_pg .box .table td .codeProd {
  font-size: 12px !important;
}
.cart_pg .box .table td .prodImg {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 15px;
}
.cart_pg .box .table td .qty-container {
  padding: 0;
}
.cart_pg .box .table tr:last-child td {
  border-bottom: 1px solid transparent;
}
.cart_pg .box .qty-container {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.cart_pg .butns .butn {
  font-size: 13px;
}
.cart_pg .butns .butn i {
  margin-inline-start: 7px;
  margin-inline-end: 0;
  font-size: 15px;
}

.sec_head .icon {
  position: relative;
  margin-bottom: 20px;
}
.sec_head .icon i {
  font-size: 80px;
  opacity: 0.1;
}
.sec_head .icon .fav {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
}

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0.2rem;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid transparent !important;
  max-width: 60px;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  background-color: transparent;
  padding: 10px 13px;
  font-size: 12px;
  height: 38px;
  width: 45px;
  transition: 0.3s;
  color: #777;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.bg_transparent {
  background-color: transparent !important;
}

.rates_sec .inner {
  background-color: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 30px 3vw;
}
.rates_sec .inner .head_rates {
  padding: 0 0.5vw;
  padding-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
}
.rates_sec .inner .rates_body {
  padding-top: 30px;
}
.rates_sec .inner .rates_body .rates_r {
  border-left: 1px solid #D3D3D3;
  padding: 25px 2vw;
}
.rates_sec .inner .rates_body .rates_r .stars i {
  color: #ccc;
}
.rates_sec .inner .rates_body .rates_r .stars i.active {
  color: #2E9600;
}
.rates_sec .inner .rates_body .rates_r .stars .num_rates {
  color: #747474;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item .star {
  color: #012E47;
  font-size: 18px;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item .progress {
  width: calc(100% - 80px);
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item .progress_num {
  color: #012E47;
  font-weight: bold;
  font-size: 18px;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(1) .star i {
  color: #2E9600;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(1) .progress-bar {
  background-color: #2E9600;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(2) .star i {
  color: #7F9E00;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(2) .progress-bar {
  background-color: #7F9E00;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(3) .star i {
  color: #F7AA2C;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(3) .progress-bar {
  background-color: #F7AA2C;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(4) .star i {
  color: #F6752F;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(4) .progress-bar {
  background-color: #F6752F;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(5) .star i {
  color: #f24d30;
}
.rates_sec .inner .rates_body .rates_r .stars_progress .item:nth-child(5) .progress-bar {
  background-color: #f24d30;
}
.rates_sec .inner .rates_body .rates_r .faq_items .p {
  font-size: 18px;
}
.rates_sec .inner .rates_body .rates_l {
  padding: 10px 2vw 25px 2vw;
}
.rates_sec .inner .rates_body .rates_l .head_rates_l {
  padding-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
}
.rates_sec .inner .rates_body .rates_l .head_rates_l .form-control {
  height: 50px !important;
  background-color: transparent;
  border: 1px solid #eee;
}
.rates_sec .inner .rates_body .rates_l .review_item {
  position: relative;
  padding: 30px 2vw;
  border-radius: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.rates_sec .inner .rates_body .rates_l .review_item:last-child {
  border-bottom: none;
}
.rates_sec .inner .rates_body .rates_l .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.rates_sec .inner .rates_body .rates_l .review_item .prof_data .name {
  font-size: 16px;
}
.rates_sec .inner .rates_body .rates_l .review_item .prof_data .rating i {
  font-size: 12px;
  color: #BDBDBD;
}
.rates_sec .inner .rates_body .rates_l .review_item .prof_data .rating i.active {
  color: #DE980F;
}
.rates_sec .inner .rates_body .rates_l .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 10px;
}
.rates_sec .inner .rates_body .rates_l .review_item .review_det {
  color: #606060;
  font-size: 11px;
  margin-bottom: 0;
}
.rates_sec .inner .form-control {
  background-color: #f5f5f5 !important;
  padding-top: 25px;
}

.stars-content .star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2em;
  justify-content: center;
  padding: 0 0.2em;
  text-align: center;
  margin: auto;
}
.stars-content .star-rating i {
  margin: 0 5px;
}
.stars-content .star-rating input {
  display: none;
}
.stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}
.stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}
.stars-content .star-rating label:hover,
.stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}

/* --------------- checkout page --------------- */
.checkout_pg .box {
  background-color: #f5f5f5;
}
.checkout_pg .box .form-check {
  margin: 10px 0;
  padding: 0;
}
.checkout_pg .box .form-check .sm_img {
  width: 50px;
  height: 50px;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px auto !important;
}
.checkout_pg .box .form-check .form-check-input {
  display: none;
}
.checkout_pg .box .form-check .form-check-label {
  text-align: center;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
}
.checkout_pg .box .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--main-color);
  border-color: var(--main-color);
  background-color: rgba(202, 18, 20, 0.0196078431);
}
.checkout_pg .box .form-check .inf {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--main-color);
  padding: 10px 30px;
  border-radius: 10px;
  margin-bottom: -45px;
  margin-top: 30px;
  width: 80%;
  right: 10%;
}
.checkout_pg .box .form-check .inf p {
  font-size: 10px;
  font-weight: 600;
}
.checkout_pg .couboun_box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}
.checkout_pg .couboun_box .form-group {
  position: relative;
}
.checkout_pg .couboun_box .form-control {
  background-color: #fff;
}
.checkout_pg .couboun_box .apply_butn {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  height: 40px;
  font-size: 12px;
  padding: 5px 20px;
  border-radius: 10px;
}
.checkout_pg .points-box {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--main-color);
  text-align: center;
  margin-bottom: 20px;
}
.checkout_pg .sm_box {
  padding: 25px;
}

/* --------------- login page --------------- */
.register_pg .inner {
  border-radius: 25px;
  background-color: #f5f5f5;
}
.register_pg .inner .form_box {
  padding: 45px 3vw;
}
.register_pg .inner .form_box .text_box .p {
  font-size: 12px;
  color: #888;
}
.register_pg .inner .form_box .form-group .form-control {
  padding-inline-start: 55px;
}
.register_pg .inner .form_box .form-group .icon {
  font-size: 20px;
  color: var(--main-color);
  position: absolute;
  inset-inline-start: 20px;
  top: 11px;
}
.register_pg .inner .form_box .phone_group .form-control {
  padding-left: 95px;
}
.register_pg .inner .form_box .phone_group .phoneSelect {
  border: none !important;
  position: absolute;
  left: 10px;
  top: 0;
  width: 80px;
  background-color: transparent;
}
.register_pg .inner .form_box .phone_group .phoneSelect:focus-visible {
  border: none !important;
  box-shadow: none !important;
}
.register_pg .inner .form_box .phone_group .countryCode_span {
  position: absolute;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  direction: ltr;
  border-radius: 10px 0 0 10px;
}
.register_pg .inner .form_box .phone_group .submit_phone_butn {
  position: absolute;
  right: 54px;
  top: 26px;
  color: var(--sub-color);
  font-size: 11px;
  text-decoration: underline !important;
  font-weight: bold;
}
.register_pg .inner .form_box .forget_link,
.register_pg .inner .form_box .resend_link,
.register_pg .inner .form_box .txt_code {
  color: #666 !important;
  font-size: 11px !important;
}
.register_pg .inner .form_box .forget_link:hover,
.register_pg .inner .form_box .resend_link:hover {
  color: var(--main-color) !important;
}
.register_pg .inner .form_box .another_opt {
  font-size: 12px;
  color: #888;
}
.register_pg .inner .form_box .another_opt a {
  color: var(--main-color);
}
.register_pg .inner .form_box .submit_butn {
  font-size: 18px;
  height: 60px;
  border-radius: 24px;
}
.register_pg .inner .restore_tabs .nav-link {
  color: #012E47;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  font-weight: bold;
  color: #012E47;
  font-size: 12px;
  border-radius: 25px;
}
.register_pg .inner .restore_tabs .nav-link .icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  color: var(--main-color);
  border-radius: 5px;
  margin-inline-end: 10px;
}
.register_pg .inner .restore_tabs .nav-link.active {
  border-color: #f8bc9e !important;
  background-color: #FFF2F2;
}
.register_pg .inner .restore_tabs .nav-link.active .icon {
  background-color: #fff;
}
.register_pg .inner .form-check .form-check-label {
  font-size: 12px;
  color: #012E47;
}
.register_pg .inner .form-check .form-check-label a {
  color: #8E8E8E;
}
.register_pg .drop_box {
  overflow: hidden;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 25px;
  cursor: pointer;
  padding-inline-start: 55px;
}
.register_pg .drop_box .kwt-file {
  width: 100%;
}
.register_pg .drop_box .kwt-file__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}
.register_pg .drop_box .kwt-file__drop-area.is-active {
  background-color: transparent;
}
.register_pg .drop_box .kwt-file__choose-file {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  margin-inline-end: 10px;
  color: var(--main-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  display: none !important;
}
.register_pg .drop_box .kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}
.register_pg .drop_box .kwt-file__choose-file svg {
  width: 19px;
  height: 19px;
  display: block;
}
.register_pg .drop_box .kwt-file__msg {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.register_pg .drop_box .kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.register_pg .drop_box .kwt-file__input:focus {
  outline: none;
}
.register_pg .drop_box .kwt-file__delete {
  display: none;
  position: absolute;
  inset-inline-end: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.register_pg .drop_box .kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}
.register_pg .drop_box .kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #1d3557;
  border-radius: 50%;
  transition: 0.3s;
}
.register_pg .drop_box .kwt-file__delete:hover:after {
  transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}

.show_hide_password .show_pass {
  position: absolute;
  top: 18px;
  inset-inline-end: 20px;
  cursor: pointer;
  color: #888;
}

.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #eee;
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}
.profile-avatar button {
  width: 45px;
  height: 45px;
  box-shadow: 0px 0px 10px #ddd;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: 2px;
  bottom: 0px;
  cursor: pointer;
}
.profile-avatar button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.form-group {
  position: relative;
}

/* --------------- contact page --------------- */
.contact_pg .contact_card {
  text-align: center;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 35px;
  margin-top: 30px;
  padding: 2rem 1.5rem 2rem 1.5rem;
  height: calc(100% - 65px);
  border-radius: 20px;
  transition: all 0.3s linear;
}
.contact_pg .contact_card .icon_box {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
}
.contact_pg .contact_card .icon_box i {
  font-size: 30px;
  color: var(--main-color);
  position: relative;
  z-index: 6;
}
.contact_pg .contact_card .icon_box .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_pg .contact_card .txt_box .label {
  color: #777;
  font-size: 13px;
}
.contact_pg .contact_card .txt_box .data {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.contact_pg .contact_card .txt_box .social_links a {
  margin-inline-end: 7px;
}
.contact_pg .contact_card .txt_box .social_links a .socaiIcon {
  width: 25px;
  height: 25px;
}
.contact_pg .contact_card:hover {
  transform: translateY(-10px);
}
.contact_pg .form_box {
  background-color: #f5f5f5;
  padding: 3vw;
  border-radius: 25px;
}
.contact_pg .form_box .form-control {
  padding-inline-start: 55px;
}
.contact_pg .form_box .icon {
  font-size: 20px;
  color: var(--main-color);
  position: absolute;
  inset-inline-start: 20px;
  top: 11px;
}
.contact_pg .form_box .phone_group .form-control {
  padding-left: 140px;
  /*text-align: left !important;*/
}
.contact_pg .form_box .phone_group .phoneSelect {
  border: none !important;
  position: absolute;
  left: 10px;
  top: 0;
  width: 80px;
  background-color: transparent;
}
.contact_pg .form_box .phone_group .phoneSelect:focus-visible {
  border: none !important;
  box-shadow: none !important;
}
.contact_pg .form_box .phone_group .countryCode_span {
  position: absolute;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background-color: #eee;
  font-size: 18px;
  font-weight: bold;
  direction: ltr;
  border-radius: 10px 0 0 10px;
}
.contact_pg .form_box textarea {
  padding-top: 15px;
}
.contact_pg .form_box .butn {
  min-width: 170px;
  height: 60px;
  font-size: 15px;
  border-radius: 24px;
}
.contact_pg .map_box {
  background-color: #f5f5f5;
  padding: 1vw;
  border-radius: 25px;
  height: 560px;
}
.contact_pg .map_box iframe {
  border-radius: 25px;
}

.map_box iframe {
  border-radius: 25px;
}

/* --------------- faq page --------------- */
.faq_pg .inner {
  background-color: #F6F6F6;
  border: 1px solid #EAEBEA;
  border-radius: 30px;
  padding: 80px 4vw 0;
}
.faq_pg .inner .accordion {
  position: relative;
  margin: 30px 0 80px;
}
.faq_pg .inner .accordion .accordion-item {
  border: #eee;
  margin-bottom: 25px;
  border-radius: 15px;
  background-color: #fff;
}
.faq_pg .inner .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--main-color);
}
.faq_pg .inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq_pg .inner .accordion .accordion-item .accordion-button {
  padding: 1.5rem 2.8rem;
  font-weight: bold;
  color: #1C1C1C;
  font-size: 15px;
  border-radius: 15px;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
  position: relative;
}
.faq_pg .inner .accordion .accordion-item .accordion-button::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/fav.png) no-repeat center;
  background-size: contain;
  position: absolute;
  inset-inline-start: 20px;
}
.faq_pg .inner .accordion .accordion-item .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  background-image: unset;
  transform: rotate(0deg);
  position: absolute;
  inset-inline-end: 15px;
  top: 20px;
  font-size: 13px;
  color: #1C1C1C;
  transition: all 0.3s linear;
}
.faq_pg .inner .accordion .accordion-item .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.faq_pg .inner .accordion .accordion-item .accordion-body {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 0 0 15px 15px;
}
.faq_pg .inner .accordion .accordion-item .accordion-body .p {
  font-size: 13px;
}

/* --------------- location page --------------- */
.loc_pg .inner {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 4vw;
}
.loc_pg .inner .butn {
  min-width: 150px;
}

/* --------------- order page --------------- */
.order_det_pg {
  background-color: #f5f5f5;
}
.order_det_pg .order-details {
  padding: 0 3vw 150px 3vw;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 120px;
}
.order_det_pg .order-details .order-head {
  border-radius: 20px;
  padding: 2.5vw;
  margin-bottom: 50px;
  outline: 15px solid #f6f6f6;
  border-radius: 20px;
  position: relative;
  top: -80px;
  background-color: #fff;
}
.order_det_pg .order-details .order-head p {
  margin-bottom: 10px;
  font-size: 14px;
}
.order_det_pg .order-details .order-head p span {
  font-weight: bold;
  margin-right: 15px;
}
.order_det_pg .order-details .order-body .table-bordered {
  border: none;
}
.order_det_pg .order-details .order-body .table-bordered th, .order_det_pg .order-details .order-body .table-bordered td {
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 12px;
}
.order_det_pg .order-details .order-body .table-bordered th.text-left, .order_det_pg .order-details .order-body .table-bordered td.text-left {
  text-align: initial;
}
.order_det_pg .order-details .order-body .table .img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}
.order_det_pg .order-details .order-body .table thead th {
  background-color: #f9f9f9;
  color: #000;
}
.order_det_pg .table th, .order_det_pg .table td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 1.5rem;
}
.order_det_pg .table_box {
  border-radius: 15px;
  border-top: 0.2px solid rgba(153, 153, 153, 0.2);
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  border-left: 1px solid rgba(153, 153, 153, 0.2);
  border-bottom: 0.2px solid rgba(153, 153, 153, 0.2);
  overflow: hidden;
}
.order_det_pg .order_foot {
  border-radius: 20px;
  padding: 2.5vw;
  margin-bottom: 50px;
  outline: 15px solid #f6f6f6;
  border-radius: 20px;
  position: relative;
  margin-top: -100px;
  background-color: #fff;
}
.order_det_pg .order_foot .qr_box {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.order_det_pg .order_foot .qr_box .sec-img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
.order_det_pg .order_foot .pay_box {
  margin-top: 30px;
}
.order_det_pg .order_foot .pay_box .label {
  color: #012E47;
}
.order_det_pg .order_foot .pay_box li {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.order_det_pg .order_foot .pay_box li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

/* --------------- content page --------------- */
.content_pg .inner {
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 50px 3vw;
}
.content_pg .inner .p {
  font-size: 14px;
  line-height: 2.5;
  color: #888;
}

/* --------------- profile page --------------- */
.profile_pg .prof-side .wrapper {
  padding: 3vw 2vw;
  border-radius: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}
.profile_pg .prof-side .wrapper.prof-data .img-box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(136, 136, 136, 0.15);
  margin: auto;
  overflow: hidden;
}
.profile_pg .prof-side .wrapper.prof-data .name {
  font-size: 16px;
}
.profile_pg .prof-side .wrapper.links-data .nav-link {
  color: #666;
  padding: 0.8rem 1rem;
  border-radius: 15px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.profile_pg .prof-side .wrapper.links-data .nav-link.active {
  background-color: var(--main-color);
  color: #fff !important;
}
.profile_pg .tab_wrapper {
  padding: 50px 3vw;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: relative;
}
.profile_pg .tab_wrapper .sec_head {
  position: relative;
  padding-bottom: 25px;
}
.profile_pg .tab_wrapper .sec_head::after, .profile_pg .tab_wrapper .sec_head::before {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 25px;
}
.profile_pg .tab_wrapper .sec_head::after {
  width: 100%;
  background-color: #D9D9D9;
}
.profile_pg .tab_wrapper .sec_head::before {
  height: 4px;
  width: 20%;
  background-color: var(--main-color);
  z-index: 1;
  bottom: -1.5px;
}
.profile_pg .tab_wrapper .primary_butn {
  min-width: 200px;
  font-size: 14px;
}
.profile_pg .tab_wrapper.profile_tab .editData_box {
  display: none;
}
.profile_pg .tab_wrapper.profile_tab .phone_group .form-control {
  padding-left: 95px;
  text-align: left;
}
.profile_pg .tab_wrapper.profile_tab .phone_group .countryCode_span {
  position: absolute;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  direction: ltr;
  border-radius: 24px 0 0 24px;
}
.profile_pg .tab_wrapper.profile_tab .editPhone_butn {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 100px;
  min-width: 100px;
}
.profile_pg .tab_wrapper.orders_tab .nav-link {
  margin-inline-end: 7px;
  width: 120px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #eee;
  font-weight: bold;
  color: #1C1C1C;
  font-size: 12px;
}
.profile_pg .tab_wrapper.orders_tab .nav-link.active {
  border-color: var(--main-color) !important;
  background-color: #FFF2F2;
}
.profile_pg .tab_wrapper.orders_tab .table thead, .profile_pg .tab_wrapper.orders_tab .table tbody, .profile_pg .tab_wrapper.orders_tab .table tfoot, .profile_pg .tab_wrapper.orders_tab .table tr, .profile_pg .tab_wrapper.orders_tab .table td, .profile_pg .tab_wrapper.orders_tab .table th {
  border-color: unset;
  border-style: unset;
  border-width: unset;
  text-align: center;
}
.profile_pg .tab_wrapper.orders_tab .table thead tr {
  background-color: var(--main-color);
  border-radius: 25px;
  text-align: center;
}
.profile_pg .tab_wrapper.orders_tab .table thead tr th {
  color: #fff;
  background-color: var(--main-color);
  font-size: 12px;
  padding: 1rem 1rem;
}
.profile_pg .tab_wrapper.orders_tab .table thead tr th:nth-child(1) {
  border-radius: 0 25px 25px 0;
}
.profile_pg .tab_wrapper.orders_tab .table thead tr th:last-child {
  border-radius: 25px 0 0 25px;
}
.profile_pg .tab_wrapper.orders_tab .table td {
  vertical-align: middle;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  background-color: transparent;
}
.profile_pg .tab_wrapper.orders_tab .table td .prodImg {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_pg .tab_wrapper.orders_tab .table td .qty-container {
  padding: 0;
}
.profile_pg .tab_wrapper.orders_tab .table tr:last-child td {
  border-bottom: 1px solid transparent;
}
.profile_pg .tab_wrapper.orders_tab .table .butn.sm_butn {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 25px;
  margin: 0 auto 25px auto;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .heading {
  padding: 25px;
  border-bottom: 1px solid #eee;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .heading .icon-outer {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  color: var(--main-color);
  border-radius: 25px;
  margin-inline-end: 15px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .heading .title {
  font-size: 15px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .heading .card_butn {
  background-color: transparent;
  margin-inline-end: 10px;
  font-size: 12px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .heading .card_butn.edit {
  color: rgb(58, 155, 39);
}
.profile_pg .tab_wrapper.loc_tab .loc_card .heading .card_butn.delete {
  color: rgb(241, 67, 67);
}
.profile_pg .tab_wrapper.loc_tab .loc_card .card-body {
  padding: 1.25rem 2rem;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .card-body .icon-outer {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 25px;
  background-color: var(--main-color);
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .card-body .content {
  width: calc(100% - 80px);
}
.profile_pg .tab_wrapper.loc_tab .loc_card .card-body .content .country {
  font-size: 13px;
}
.profile_pg .tab_wrapper.notification_tab .noti_card {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 20px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  position: relative;
}
.profile_pg .tab_wrapper.notification_tab .noti_card .date {
  position: absolute;
  inset-inline-end: 20px;
  top: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #aaa;
}
.profile_pg .tab_wrapper.notification_tab .noti_card .bell_icon {
  font-size: 50px;
  color: var(--main-color);
  margin-inline-end: 25px;
}
.profile_pg .tab_wrapper.notification_tab .noti_card .content {
  width: calc(100% - 80px);
}
.profile_pg .tab_wrapper.notification_tab .noti_card .content .title {
  font-weight: bold;
  color: #666;
  transition: all 0.3s linear;
  font-size: 14px;
  margin-bottom: 10px !important;
}
.profile_pg .tab_wrapper.notification_tab .noti_card .content .p {
  margin-top: 5px;
  font-size: 10px;
  color: #888;
}
.profile_pg .tab_wrapper.notification_tab .noti_card:hover .title {
  color: var(--main-color);
}

.data-group {
  margin: 10px 0;
  position: relative;
}
.data-group .label {
  font-size: 12px;
  font-weight: bold;
}
.data-group .data {
  padding: 1.1rem 1.5rem;
  border-radius: 24px;
  font-size: 14px;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #fff;
}
.data-group .data i {
  color: var(--main-color);
  margin-inline-end: 5px;
}

.badge {
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
}
.badge.white_badge {
  color: var(--main-color);
  background-color: #fff;
}
.badge.secondaey_badge {
  color: #fff;
  background-color: var(--sub-color);
}
.badge.gray_bagde {
  background-color: #eee;
  color: var(--main-color);
}
.badge.offer_badge {
  background-color: #CBFFD8;
  color: #333;
}
.badge.primary_badge {
  background-color: var(--main-color);
  color: #fff;
}

.loc_pg .inner {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 4vw;
}
.loc_pg .inner .butn {
  min-width: 150px;
}

/* --------------- modals --------------- */
.modal .btn-close {
  filter: var(--filterPrimary);
  position: absolute;
  left: 15px;
  top: 15px;
}
.modal .modal-content {
  padding: 40px;
  border-radius: 20px;
}
.modal .modal-content .form-control {
  border-radius: 35px;
}
.modal .modal-content .butn {
  min-width: 100px;
}

.logoutModal .icon_box {
  margin: 0 auto 25px auto;
}
.logoutModal .icon_box .icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.stateModal .icon {
  margin: 0 auto 25px auto;
  width: 235px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.stateModal .title {
  font-size: 20px !important;
}

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

/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* ======== */
@media screen and (max-width: 991px) {
  .product-card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
  }
  .about_pg .img_box {
    width: 350px;
    height: 350px;
  }
  .about_pg .img_box .secImg {
    width: 250px;
    height: 250px;
  }
  .about_pg .img_box::before {
    width: 350px;
    height: 350px;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */