@import url("helper.css");
*,
* button:focus {
  outline: 0;
}

:root {
  --gold: #A07B40;
  --light1: #FFFBF2;
  --grad-gold: linear-gradient(90deg, #A07B40 0%, #0B1018 100%);
  /* --subColor2: #77643d; */
}

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

.bg-gold {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #fff;
}

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

.hover-bg-gold:hover {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #fff;
}

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

.bg-light1 {
  background-color: var(--light1) !important;
  border-color: var(--light1) !important;
}

.box-sh-1 {
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.05);
}

.box-sh-2 {
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.08);
}

.box-sh-3 {
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.1);
}

.filter-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(10deg) brightness(107%) contrast(101%);
}

.filter-gold {
  filter: invert(49%) sepia(23%) saturate(867%) hue-rotate(358deg) brightness(97%) contrast(96%);
}

.dnf-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.df-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

html::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
}

html::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 5px;
}

html::-webkit-scrollbar-corner {
  background: var(--gold);
  border-radius: 5px;
}

body {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: var(--light1);
  direction: rtl;
}

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

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

body a:focus {
  outline: 0;
}

body ul:not(.ul-styled) {
  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,
i {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

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: 80px 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);
}

/* --------------- butn --------------- */
.butn {
  padding: 10px 30px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.butn:hover {
  box-shadow: 7px 10px 15px rgba(24, 25, 27, 0.1333333333);
  transform: translateY(-2px);
}
.butn.butn-grad {
  background: var(--grad-gold);
  color: #fff;
  outline: 1px dashed rgba(255, 255, 255, 0.2);
  outline-offset: -5px;
}
.butn.butn-grad::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/btn-pat.png);
  background-size: cover;
}
.butn.butn-white {
  background: #fff;
  color: var(--gold);
}
.butn.butn-white:hover {
  background-color: var(--gold);
  color: #fff;
}
.butn.md-butn {
  padding: 12px 25px;
  font-size: 13px;
}
.butn.blur-wh-butn {
  background-color: rgba(255, 255, 255, 0.0666666667);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.butn.hvr-scale:hover {
  transform: scale(1.1);
}
.butn.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.butn.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
.butn.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.butn.hvr-txt-trans .txt span {
  transition: all 0.4s ease;
}
.butn.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.butn.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  z-index: 99;
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  margin-inline-end: 15px;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.navbar .nav-side {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 0 20px;
}
.navbar .icon-link {
  position: relative;
  font-size: 20px;
}
.navbar .icon-link .num {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
}
.navbar.inner-navbar {
  position: relative;
  background: var(--grad-gold);
  border-radius: 20px;
  left: 0;
  top: 0;
  margin: 15px 15px 0;
  padding: 15px 0;
}

/* --------------- hero --------------- */
.hero {
  position: relative;
  border-radius: 25px;
  margin-bottom: 0 !important;
  min-height: calc(100vh - 30px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 200px 0 150px;
  color: #fff;
  z-index: 5;
}
.hero .info {
  position: relative;
  text-align: center;
}
.hero h1 {
  position: relative;
  font-size: 90px;
  font-weight: bold;
}
.hero h1 .sub-title {
  display: block;
  font-size: 60px;
}

/* --------------- products --------------- */
.product-card {
  position: relative;
  margin-top: 24px;
  display: block;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.product-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(160, 123, 64, 0.1333333333), transparent);
  z-index: 1;
  pointer-events: none;
}
.product-card .img {
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.product-card .img img {
  transition: all 1s ease;
}
.product-card .card-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  z-index: 2;
}
.product-card:hover .img img {
  transform: scale(1.3) rotate(5deg);
}

.product-card-st1 {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}
.product-card-st1 .img {
  position: relative;
  height: 380px;
  border-radius: 25px;
  overflow: hidden;
}
.product-card-st1 .img img {
  transition: all 1s ease;
}
.product-card-st1 .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.product-card-st1:hover .img img {
  transform: scale(1.2) rotate(4deg);
}

.product-card-st2 {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
.product-card-st2 .dlt-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--gold);
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.swiper-controls {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.swiper-controls .swiper-pagination {
  position: static;
  display: inline-flex;
  margin: 0 10px;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 70px;
  border-radius: 3px;
  background: var(--grad-gold);
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  position: static;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
.swiper-controls .swiper-button-prev::after,
.swiper-controls .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}

/* --------------- why-us --------------- */
.why-us {
  position: relative;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(180deg, #DBF4E0 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
.why-us .shap1 {
  position: absolute;
  right: -16px;
  top: calc(50% - 150px);
  height: 300px;
  z-index: -1;
  pointer-events: none;
}
.why-us .shap2 {
  position: absolute;
  left: 5%;
  top: calc(50% - 125px);
  height: 250px;
  z-index: -1;
  pointer-events: none;
}

/* --------------- footer --------------- */
.footer {
  position: relative;
  padding: 16px;
  padding-bottom: 35px;
  padding-top: 0;
  margin-top: 100px;
}
.footer .main-footer {
  position: relative;
  background-image: url(../images/foot-bg.jpg);
  background-size: cover;
  color: #fff;
  border-radius: 25px;
  padding-top: 100px;
}
.footer .main-footer .shap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  height: 12vw;
}
.footer .links a {
  font-size: 16px;
  margin: 5px 0;
}
.footer .links a i {
  font-size: 13px;
  margin-top: 2px;
}
.footer .links a:hover {
  color: var(--gold);
}
.footer .foot {
  position: relative;
  background-color: var(--light1);
  color: #000;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  margin-bottom: -1px;
  margin-top: 30px;
}
.footer .foot::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 5px 0 5px var(--light1);
}
.footer .foot::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: -5px 5px 0 5px var(--light1);
}

/* --------------- login --------------- */
.login {
  position: relative;
}
.login .form {
  position: relative;
  padding: 5vw 30px;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .steps {
  position: relative;
  margin: 40px 0 60px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.login .steps .num {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--gold);
}
.login .steps .num i {
  display: none;
}
.login .steps .num.active {
  background-color: var(--gold);
  color: #fff;
}
.login .steps .num.active i {
  display: block;
}
.login .steps .num.active .nm {
  display: none;
}
.login .steps .line {
  width: 100%;
  height: 1px;
  background-color: #999;
}
.login .steps .line:has(+ .num.active) {
  background-color: var(--gold);
  height: 2px;
}

.form-group {
  position: relative;
  margin-top: 24px;
}
.form-group .icon-group {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-radius: 10px;
  padding: 5px;
}
.form-group .icon-group .icon {
  padding: 0 15px;
  margin-inline-end: 5px;
  border-inline-end: 1px solid rgba(153, 153, 153, 0.3333333333);
  flex-shrink: 0;
  line-height: 1;
}
.form-group .icon-group .form-control {
  position: relative;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.code-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  direction: ltr;
}
.code-group input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  background-color: #fff;
  border-radius: 8px;
  outline: none;
}
.code-group input:focus {
  border-color: var(--gold);
}

.form-control {
  min-height: 45px;
  border-radius: 12px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: transparent;
  box-shadow: none !important;
}
.form-control:focus {
  background-color: transparent;
  border-color: var(--gold);
}
.form-control::-moz-placeholder {
  opacity: 0.4;
}
.form-control::placeholder {
  opacity: 0.4;
}

.quantity-box {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 200px;
  max-width: 100%;
}
.quantity-box .qt-plus,
.quantity-box .qt-minus {
  width: 35px;
  height: 35px;
  line-height: 30px;
  border: solid 1px transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #555;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
  border-radius: 50%;
}
.quantity-box .qt-plus:hover,
.quantity-box .qt-minus:hover {
  background-color: var(--gold) !important;
  color: #fff;
}
.quantity-box .qt-plus .fa,
.quantity-box .qt-minus .fa {
  font-weight: 300;
}
.quantity-box .qt {
  display: inline-block;
  min-width: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.list-flex {
  position: relative;
}
.list-flex li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

/* --------------- checkout --------------- */
.adress-card {
  position: relative;
  margin-top: 30px;
}
.adress-card .form-check {
  padding: 0;
}
.adress-card .form-check:has(.form-check-input:checked) .form-check-label {
  border-color: var(--gold);
}
.adress-card .form-check:has(.form-check-input:checked) .form-check-label .active {
  display: inline-block;
}
.adress-card .form-check .form-check-label {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 20px;
  cursor: pointer;
}
.adress-card .form-check .form-check-label .active {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateY(-50%);
  padding: 3px 15px;
  border-radius: 30px;
  z-index: 2;
  font-size: 12px;
  color: var(--gold);
  background-color: #f8f3ea;
  display: none;
}
.adress-card .actions {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}

.pay-card {
  position: relative;
  margin-top: 24px;
}
.pay-card .form-check {
  position: relative;
  padding: 0;
}
.pay-card .form-check:has(.form-check-input:checked) .form-check-label {
  border-color: var(--gold);
}
.pay-card .form-check:has(.form-check-input:checked) .form-check-label .active {
  display: inline-block;
}
.pay-card .form-check .form-check-input {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
.pay-card .form-check .form-check-label {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.pay-card .form-check .form-check-label .active {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 15px;
  border-radius: 30px;
  z-index: 2;
  font-size: 10px;
  color: var(--gold);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
}

.form-check-input {
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

/* --------------- portfolio --------------- */
.portfolio {
  position: relative;
}
.portfolio .side-menu {
  position: relative;
}
.portfolio .side-menu .links-list {
  position: relative;
}
.portfolio .side-menu .links-list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 12px;
  border-radius: 12px;
  font-size: 16px;
  margin: 10px 0;
}
.portfolio .side-menu .links-list a i {
  font-size: 13px;
}
.portfolio .side-menu .links-list a:hover {
  background-color: rgba(160, 123, 64, 0.0666666667);
  color: var(--gold);
}
.portfolio .side-menu .links-list a.active {
  background-color: var(--gold);
  color: #fff;
}
.portfolio .side-menu .links-list a .num {
  position: absolute;
  left: 15px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color: #d9b06d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50%;
}
.portfolio .side-menu .links-list a.link-border {
  position: relative;
  background-color: transparent !important;
  color: var(--gold);
  border-top: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-radius: 0;
  padding: 20px 12px 0;
}

.noti-card {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  margin: 5px 0;
}
.noti-card.un-read {
  background-color: rgba(160, 123, 64, 0.0666666667);
  border: 0;
}

/* --------------- single product page --------------- */
.product-main-info {
  position: relative;
}
.product-main-info .product-imgs {
  position: relative;
  overflow: hidden;
}
.product-main-info .product-imgs .gallery-top {
  position: relative;
  overflow: hidden;
}
.product-main-info .product-imgs .gallery-top img {
  width: 100%;
  height: 500px;
  border-radius: 30px;
}
.product-main-info .product-imgs .gallery-thumbs {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.product-main-info .product-imgs .gallery-thumbs img {
  height: 110px;
  width: 100%;
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.3s linear;
  opacity: 0.7;
  cursor: pointer;
}
.product-main-info .product-imgs .gallery-thumbs .swiper-slide-thumb-active img {
  border-color: var(--gold);
  opacity: 1;
}
.product-main-info .info {
  position: relative;
}
.product-main-info .info .brand {
  margin-bottom: 15px;
}
.product-main-info .info .rate-wrapper {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 15px;
}
.product-main-info .info .rate-wrapper .stars {
  font-size: 11px;
  color: rgba(153, 153, 153, 0.3333333333);
  margin: 0 10px;
}
.product-main-info .info .rate-wrapper .stars .active {
  color: #FDBC02;
}
.product-main-info .info .price-wrapper small {
  font-size: 12px;
}
.product-main-info .info .add-btns {
  position: relative;
}
.product-main-info .info .add-btns .form-select {
  min-height: 50px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50px;
  color: var(--gold);
  text-align: center;
}
.product-main-info .info .add-btns .fav-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 18px;
  color: rgba(153, 153, 153, 0.6);
}
.product-main-info .info .add-btns .fav-icon:hover, .product-main-info .info .add-btns .fav-icon.active {
  border-color: var(--gold);
  background-color: var(--gold);
  color: #fff;
}
.product-main-info .info .feat-box {
  position: relative;
  display: flex;
  padding: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 15px;
  gap: 40px;
}
.product-main-info .info .feat-box .item {
  position: relative;
  text-align: center;
}
.product-main-info .info .feat-box .item .icon {
  width: 45px;
  height: 45px;
  margin: auto;
}
.product-main-info .info .feat-box .item h6 {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1;
}
.product-main-info .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.product-main-info .list li {
  position: relative;
  width: calc(40% - 10px);
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.select-btns {
  position: relative;
}
.select-btns .form-check {
  position: relative;
  margin-inline-end: 15px;
  padding: 0;
  margin-top: 10px;
}
.select-btns .form-check .form-check-input {
  display: none;
}
.select-btns .form-check .form-check-label {
  position: relative;
  background-color: var(--light1);
  border-radius: 7px;
  padding: 13px 25px;
  border: 1px solid rgba(153, 153, 153, 0.0666666667);
  outline: 3px solid #fff;
  outline-offset: -4px;
  cursor: pointer;
}
.select-btns .form-check .form-check-input:checked ~ .form-check-label {
  border-color: var(--gold);
  color: var(--gold);
}

.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

.connected-products {
  position: relative;
}
.connected-products .cards {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.connected-products .cards .item .form-check {
  position: relative;
  padding: 0;
}
.connected-products .cards .item .form-check .form-check-input {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 20;
  box-shadow: none;
}
.connected-products .cards .item .form-check .form-check-label {
  width: 100%;
  cursor: pointer;
}
.connected-products .cards .item .form-check .form-check-label .product-card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  border: 2px dashed transparent;
  border-radius: 15px;
}
.connected-products .cards .item .form-check .form-check-label .product-card .img {
  position: relative;
  height: 140px;
  z-index: 10;
}
.connected-products .cards .item .form-check .form-check-label .product-card .img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.connected-products .cards .item .form-check .form-check-label .product-card .info {
  position: relative;
  padding: 10px;
}
.connected-products .cards .item .form-check .form-check-label .product-card .info .prod-title {
  position: relative;
  margin-top: 0;
  font-size: 14px;
  color: var(--gold);
  min-height: -moz-max-content;
  min-height: max-content;
}
.connected-products .cards .item .form-check .form-check-label .product-card .info .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
}
.connected-products .cards .item .form-check .form-check-label .product-card .info .price-wrapper .price {
  font-size: 18px;
  font-weight: bold;
  margin-inline-end: 5px;
  line-height: 1;
}
.connected-products .cards .item .form-check .form-check-label .product-card .info .price-wrapper .old-price {
  margin-inline-start: 10px;
  opacity: 0.5;
  font-size: 12px;
  text-decoration: line-through;
  margin-bottom: 3px;
}
.connected-products .cards .item .form-check .form-check-label .product-card .info .price-wrapper .prc {
  font-size: 12px;
  color: var(--green);
  margin-bottom: 3px;
  margin-inline-start: 5px;
}
.connected-products .cards .item .form-check .form-check-label .product-card .small {
  font-size: 12px;
}
.connected-products .cards .item .form-check .form-check-input:checked ~ .form-check-label .product-card {
  border-color: rgba(48, 58, 178, 0.6);
}

.product-sub-info {
  position: relative;
}
.product-sub-info .info-list {
  position: relative;
}
.product-sub-info .info-list li {
  position: relative;
  padding: 12px 20px;
}
.product-sub-info .info-list li:nth-of-type(odd) {
  background-image: linear-gradient(to left, var(--light1), transparent);
}

.product-rates {
  position: relative;
}
.product-rates .progress-box {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.product-rates .progress-box .stars {
  font-size: 18px;
  color: rgba(153, 153, 153, 0.3333333333);
}
.product-rates .progress-box .stars .active {
  color: #FDBC02;
}
.product-rates .progress-content {
  position: relative;
  margin: 15px 0;
}
.product-rates .progress-content .progress-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
}
.product-rates .progress-content .progress-item .txt {
  color: var(--gold);
  width: 30px;
  flex-shrink: 0;
  font-size: 13px;
}
.product-rates .progress-content .progress-item .prc {
  width: 30px;
  flex-shrink: 0;
  font-size: 13px;
}
.product-rates .progress-content .progress-item .progress {
  height: 8px;
  width: 100%;
  border-radius: 8px;
}
.product-rates .progress-content .progress-item .progress .progress-bar {
  background-color: var(--gold);
  border-radius: 8px;
}

.comments .comment-card {
  position: relative;
  margin-top: 25px;
  display: flex;
}
.comments .comment-card .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
  flex-shrink: 0;
}
.comments .comment-card .cont {
  flex-grow: 1;
}
.comments .comment-card .cont .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments .comment-card .cont .cont-body {
  position: relative;
  padding: 15px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 10px;
}
.comments .comment-card .cont .cont-body .stars {
  font-size: 14px;
  color: rgba(153, 153, 153, 0.3333333333);
}
.comments .comment-card .cont .cont-body .stars .active {
  color: #FDBC02;
}

/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* ======== */
@media screen and (max-width: 991px) {
  .navbar {
    position: static;
    background-color: #000;
    width: 100%;
  }
  .navbar .nav-side {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero {
    margin: 0 !important;
    border-radius: 0;
    padding-top: 50px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero h1 .sub-title {
    font-size: 40px;
  }
  .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .why-us .text {
    text-shadow: 2px 2px #fff;
    color: #000;
  }
  .why-us .shap1 {
    display: none;
  }
  .why-us .shap2 {
    opacity: 0.5;
  }
}
/* ======= */
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 */