@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --g-primary: #2f7d45;
  --g-primary-light: #180cc5;
  --g-cs-blue: #0e8aec;
  --g-secondary: #b79047;
  --g-black-primary: #2a2827;
  --g-black-muted: 5C5B5B;
  --g-font-family: "Outfit", sans-serif;
  --g-pmf-size: 0.9rem;
  --g-psf-size: 0.8rem;
}

body {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--g-font-family);
  color: #5f5f5f;
  background-color: #fbfbfb;
}

@media (min-width: 768px) {
  body {
    font-size: 13px;
  }
}

@media screen and (min-width: 1366px) {
  .fs-lg-5 {
    font-size: 16px !important;
  }
}

.fs-6 {
  font-size: 0.9rem !important;
}

@media screen and (min-width: 1366px) {
  .fw-bold-lg-screen {
    font-weight: 500 !important;
  }
}

.row>* {
  margin-top: 0;
}

.min-height-70vh {
  min-height: 70vh;
}

.form-control {
  font-size: 0.85rem !important;
}

.form-select {
  border: 1px solid #ededed !important;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem !important;
}

.select2-container {
  width: 300px;
  border: 1px solid #ededed !important;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem !important;
}

@media (max-width: 768px) {
  .select2-container {
    width: 100%;
  }
}

i {
  font-style: normal !important;
}

.bg-light {
  background-color: #f3f3f3;
}

.bg-primary {
  background-color: #2196f3 !important;
}

.label-control {
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.card-header {
  padding: 0.9rem;
}

.card-header h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .card-header {
    padding: 0.9rem 1.7rem;
  }

  .card-body {
    padding: 1.5rem;
  }
}

.address-list .list:not(:last-child) {
  margin-bottom: 20px;
}

.default-address {
  border: 1px solid var(--g-primary) !important;
}

.text-warning {
  color: var(--g-primary) !important;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 7px 28px;
  font-size: 13px !important;
  line-height: 2;
  border: 1px solid;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .button {
    padding: 6px 13px;
    font-size: 11px !important;
  }
}

.btn-outline-cswarning {
  border-color: var(--g-primary);
  color: var(--g-primary) !important;
}

.btn-outline-cswarning:hover {
  background-color: var(--g-primary);
  color: #fff !important;
}

.btn-custom {
  border-radius: 22px !important;
  padding: 10px 19px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: var(--g-primary);
  color: #fff;
}

@media (max-width: 992px) {
  .btn-custom {
    padding: 6px 12px;
    font-size: 10px;
  }
}

.product-button {
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .product-button {
    font-size: 12px;
  }
}

.product-button .button-cs {
  margin-left: 10px;
  width: 40px;
  font-size: 16px;
}

.product-button .button-cs:hover {
  transition: all 0.3s ease-in-out;
  color: red;
  background: #f4f4f4;
  border-radius: 10px;
}

.product-button .button-cs:hover .bi-repeat {
  color: #000;
}

.clear-btn {
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-header {
    margin-bottom: 6.5rem;
  }
}

@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 1.2rem;
  }
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 100%;
  padding: 111px 9px 88px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 34px;
  transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-nav-item {
  padding: 0 24px;
  text-align: start;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-nav-item .rd-nav-link {
  font-weight: 600;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #deedf3;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: var(--g-primary);
  border: none;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
  background-color: #fff;
  flex-direction: column;
  gap: 5px !important;
}

/*  RD Navbar Fixed */
.rd-navbar-fixed {
  display: block;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: -1px;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 4px;
  color: #616161;
  border-bottom: 1px solid #cfcfcf;
  background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-panel .rd-navbar-toggle {
  display: inline-block;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-panel .rd-navbar-brand {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-panel .rd-navbar-brand img {
  max-width: 90px;
  max-height: 38px;
  width: auto;
  height: auto;
}

.rd-navbar-fixed .rd-navbar-main .nav-bar-search-box {
  position: fixed;
  left: 0;
  top: 54px;
  z-index: 1079;
  width: 100% !important;
  background: #fff;
  padding: 9px 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.rd-navbar-fixed .rd-navbar-main .nav-bar-search-box .rd-navbar-search {
  transition: 0.3s;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .rd-navbar-fixed .rd-navbar-main .nav-bar-search-box .rd-navbar-search {
    width: 94%;
  }
}

.rd-navbar-fixed .rd-navbar-main .nav-bar-search-box .rd-navbar-search .rd-search-form-submit {
  font-size: 0.9rem;
  border-radius: 0 20px 20px 0;
}

.rd-navbar-fixed .rd-navbar-main .nav-bar-search-box .rd-navbar-search .form-control {
  border-radius: 20px;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 999;
  background-color: #fff8f8;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav .rd-nav-item.rd-navbar-submenu.focus>.rd-menu {
  display: block;
  bottom: 83px;
  left: 51px;
  z-index: 9999;
  background-color: #fff;
  width: 300px;
  border-radius: 4px;
  position: absolute;
  border: 1px solid #d4d4d4;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav .rd-nav-item .rd-nav-link {
  position: relative;
  display: inline-block;
  font-size: 8px;
  color: #fff;
  transition: all 0.25s ease-in-out;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 996px) {
  .rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav .rd-nav-item .rd-nav-link {
    color: #f00;
  }

  .rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav .rd-nav-item .rd-nav-link:hover {
    color: rgb(171, 14, 14);
  }
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav .rd-nav-item .rd-nav-link i {
  font-size: 15px;
  margin-bottom: 3px;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-main-element .rd-navbar-nav .rd-navbar-submenu .rd-nav-link {
  color: #fff !important;
}

.rd-navbar-fixed .menu .category-menu {
  display: none;
}

.rd-navbar-fixed .menu .rd-navbar-submenu.focus>.rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  display: block;
  top: 44px;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  width: 180px;
  border-radius: 4px;
}

.rd-navbar-fixed .menu .rd-navbar-submenu.focus>.rd-menu .rd-dropdown-item {
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 7px 11px;
}

.rd-navbar-fixed .menu .rd-navbar-submenu.focus>.rd-menu .rd-dropdown-item .rd-dropdown-link {
  font-size: 12px !important;
  text-align: start;
}

.rd-navbar-fixed .menu .rd-navbar-submenu.focus>.rd-menu .rd-dropdown-item .rd-dropdown-link:hover span {
  color: #000;
  font-weight: 600;
}

.rd-navbar-fixed .menu .rd-navbar-submenu.focus>.rd-menu .rd-dropdown-item .rd-dropdown-link img {
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.rd-navbar-fixed .menu .rd-navbar-submenu.focus>.rd-menu .sub-category-menu {
  left: -209px;
}

.nav-bar-search-box {
  width: 44%;
}

.nav-bar-search-box .rd-navbar-search {
  transition: 0.3s;
  width: 100%;
}

.nav-bar-search-box .rd-navbar-search .rd-search-form-submit {
  font-size: 0.9rem;
  border-radius: 0 20px 20px 0;
}

.nav-bar-search-box .rd-navbar-search .form-control {
  border-radius: 20px;
}

.product-section .btn {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 45%;
  line-height: 3;
}

@media (max-width: 768px) {
  .product-section .btn {
    height: 30px;
    width: 30px;
    line-height: 2.3;
  }
}

.product-section .btn.npl-arrow,
.product-section .btn.ndl-arrow,
.product-section .btn.lvpl-arrow {
  left: -21px;
}

@media (max-width: 768px) {

  .product-section .btn.npl-arrow,
  .product-section .btn.ndl-arrow,
  .product-section .btn.lvpl-arrow {
    left: -11px;
  }
}

.product-section .btn.npr-arrow,
.product-section .btn.ndr-arrow,
.product-section .btn.lvpr-arrow {
  right: -21px;
}

@media (max-width: 768px) {

  .product-section .btn.npr-arrow,
  .product-section .btn.ndr-arrow,
  .product-section .btn.lvpr-arrow {
    right: -11px;
  }
}

.slick-slide {
  margin: 0 10px !important;
}

@media (max-width: 768px) {
  .slick-slide {
    margin: 0 4px !important;
  }
}

.category .category-items {
  border: 1px solid #e8e9eb;
  width: 200px;
  margin: 0 10px;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}

.category .category-items img {
  width: 87%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}

.category .category-items .category-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .category .category-items {
    padding: 5px;
    height: 40px;
    min-height: 40px;
  }
}

/*
*
* Product
*/
.daily-deals-img {
  height: 345px;
}

@media (max-width: 768px) {
  .daily-deals-img {
    height: 320px;
  }
}

.product {
  position: relative;
  padding: 20px 15px 15px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 341px;
  border: 1px solid #ededed;
}

.product::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}

.product .product-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product .product-body .product-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.product .product-body .product-figure img {
  height: 110px;
  -o-object-fit: cover;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.product .product-body .product-title {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  min-height: 43px;
  max-height: 43px;
  overflow: hidden;
  color: #2e2e2e;
}

.product .product-body .product-price-wrap .product-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px !important;
  line-height: 1;
  font-weight: 600 !important;
  letter-spacing: 0;
  color: #737373;
}

.product .product-body .product-price-wrap .product-price.product-price-old {
  font-weight: 400 !important;
  text-decoration: line-through;
  color: red;
}

.product .product-body .product-price-wrap .product-price-old+.product-price {
  margin-left: 2px;
}

.product .product-body .add-to-cart-list {
  padding: 6px 10px !important;
  margin-top: 5px !important;
  letter-spacing: 0.4px !important;
  font-size: 13px !important;
  border-radius: 5px;
}

.product .product-body .add-to-cart-list.btn-custom-onhover {
  background: #f2f2f2 !important;
  color: rgb(87, 87, 87) !important;
  border-color: transparent !important;
}

.product .product-body .add-to-cart-list.btn-custom-onhover:hover {
  color: #fff !important;
  background: var(--g-primary) !important;
}

.product:hover .product-body .product-figure img {
  transform: scale(0.9);
}

.product:hover .product-body .add-to-cart-list.btn-custom-onhover {
  color: #fff !important;
  background: var(--g-primary) !important;
}

.product:hover .product-body .add-to-cart-list.btn-custom-onhover:hover {
  color: #fff !important;
  background: var(--g-primary) !important;
}

.product:hover .product-button-wrap {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.product:hover {
  position: relative;
  box-shadow: 0 0 0px 2px #12a03b;
}

@media (max-width: 768px) {
  .product {
    min-height: 326px;
    padding: 12px 4px 10px;
    border-radius: 7px;
  }

  .product .product-body .product-figure {
    min-height: 150px;
  }

  .product .product-body .product-figure img {
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product .product-body .product-title {
    min-height: 58px;
  }

  .product .product-body .product-price-wrap .product-price {
    font-size: 14px !important;
  }

  .product .product-body .add-to-cart-list {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }
}

.single-product-detail {
  height: 100%;
}

.single-product-detail .product {
  max-width: 100%;
  min-height: 100%;
}

.single-product-detail .product .product-body .product-figure {
  min-height: 541px;
}

@media (max-width: 996px) {
  .single-product-detail .product .product-body .product-figure {
    height: 150px;
  }
}

.single-product-detail .product .product-body .product-figure img {
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 996px) {
  .single-product-detail .product .product-body .product-figure img {
    height: 150px;
  }
}

@media (max-width: 996px) {
  .single-product-detail .product .product-body .product-figure {
    min-height: 508px;
  }
}

@media (max-width: 996px) {
  .single-product-detail .product .product-body .product-figure {
    min-height: 100px;
  }
}

.single-product-detail .product .product-body .product-title {
  font-size: 15px;
  min-height: 50px;
}

@media (max-width: 996px) {
  .single-product-detail .product .product-body .product-title {
    font-size: 12px;
    min-height: 40px;
  }
}

.single-product-detail .product:hover {
  margin-top: 3px;
}

@media screen and (max-width: 996px) {
  .product-price.fs-fscustom {
    font-size: 12px !important;
  }
}

.arrival-date {
  position: absolute;
  top: 12px;
  left: 21px;
}

.product-badge {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 16px;
  right: 13px;
  padding: 4px 7px;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 10px 10px 0px 10px;
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 768px) {
  .product-badge {
    top: 6px;
    right: 6px;
    padding: 4px 7px;
    font-size: 6px;
    border-radius: 4px;
  }
}

.product-badge-new {
  background: #93a6ab;
}

.product-badge-sale {
  background: #f96666;
}

.product-button-wrap {
  position: absolute;
  top: 56px;
  right: 6px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .product-button-wrap {
    right: 0px;
  }
}

.product-button .button {
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us .why-us-icon-box {
  height: 50px;
  width: 50px;
  font-size: 1.5rem;
  background-color: #eef0f1;
}

.why-us .why-us-icon-title {
  font-size: 1rem;
}

.why-us .why-us-icon-content {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .why-us .why-us-icon-box {
    height: 30px;
    width: 30px;
    font-size: 1rem;
  }

  .why-us .why-us-icon-title {
    font-size: 0.7rem;
  }

  .why-us .why-us-icon-content {
    font-size: 0.6rem;
  }
}

.footer-classic-body {
  background-color: #f5f5f5;
  color: #000 !important;
}

.text-bg-danger {
  background-color: red !important;
}

.section-header .btn {
  background: #000;
  border: #000;
  border-radius: 0px;
  padding: 6px 23px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .section-header .btn {
    padding: 3px 11px;
    font-size: 9px;
  }
}

.hr-line {
  position: relative;
}

.hr-line::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  top: 50%;
  left: 0;
}

.rd-navbar-nav-wrap .rd-navbar-nav .rd-nav-link {
  position: relative;
}

.rd-navbar-nav-wrap .rd-navbar-nav .rd-nav-link:hover::after {
  position: absolute;
  content: "";
  height: 48px;
  width: 4px;
  background: var(--g-primary);
  top: 9px;
  left: 50%;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .rd-navbar-nav-wrap.rd-navbar-nav-wrap-desktop {
    display: none !important;
  }
}

.rd-navbar-nav-wrap.rd-navbar-nav-wrap-mobile .nav-link {
  font-weight: 500;
}

@media (min-width: 768px) {
  .rd-navbar-nav-wrap.rd-navbar-nav-wrap-mobile {
    display: none !important;
  }
}

.rd-nav-link {
  position: relative;
}

.rd-nav-link i {
  font-size: 17px;
}

.rd-nav-link .count {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -4px;
  right: 4px;
  background: red;
  color: #fff;
  font-size: 10px;
}

.rd-nav-link .count.sc-cart {
  right: -7px;
}

.rd-navbar-nav-wrap .form-control {
  width: 600px;
  font-size: 14px;
  padding: 0.475rem 0.75rem;
}

.rd-navbar-wrap {
  height: 100% !important;
}

.rd-navbar-static .category-menu .rd-menu {
  top: 36px;
  border-radius: 0;
}

.rd-navbar-static .category-menu .rd-menu .rd-dropdown-item {
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 13px 19px;
}

.rd-navbar-static .category-menu .rd-menu .rd-dropdown-item .rd-navbar--has-dropdown {
  position: relative;
}

.rd-navbar-static .category-menu .rd-menu .rd-dropdown-item .rd-navbar--has-dropdown::after {
  content: "\f285";
  position: absolute;
  top: 0;
  right: 0;
}

.rd-navbar-static .category-menu .rd-menu .rd-dropdown-item .rd-dropdown-link {
  font-size: 14px !important;
  color: #000;
}

.rd-navbar-static .category-menu .rd-menu .rd-dropdown-item .rd-dropdown-link:hover span {
  color: #000;
  font-weight: 600;
}

.rd-navbar-static .category-menu .sub-category-menu {
  width: 900px;
  top: -14px;
  left: 109%;
}

.menu .rd-nav-link {
  font-size: 14px;
}

.logo-footer {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 70px;
}

.payment-method .icon {
  width: 60px;
}

@media (max-width: 992px) {
  .payment-method .icon {
    width: 40px;
  }
}

.best-deal {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 428px;
  max-width: 100%;
}

.best-deal.two-rows {
  height: 100%;
}

@media (max-width: 768px) {
  .best-deal {
    height: 100%;
  }
}

.best-deal img {
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease-out;
}

.best-deal .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.best-deal:hover img {
  transform: scale(1.1);
}

.best-deal:hover .btn {
  background-color: #fff !important;
  color: #12a03b;
  border: none;
}

/*
* Breadcrumbs
*/
.breadcrumbs-custom {
  position: relative;
  text-align: start;
}

.breadcrumbs-custom-path {
  margin-left: -17px;
  margin-right: -17px;
}

.breadcrumbs-custom-path>* {
  padding-left: 17px;
  padding-right: 17px;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .breadcrumbs-custom-path li {
    font-size: 10px;
  }
}

.breadcrumbs-custom-path li::after {
  display: inline-block;
  position: absolute;
  content: "\f14f";
  top: 52%;
  right: 0;
  font-size: 14px;
  line-height: 1.72;
  font-family: "Material Design Icons";
  color: #616161;
  transform: translate3d(50%, -50%, 0);
}

.breadcrumbs-custom-path li:last-child::after {
  display: none;
}

.breadcrumbs-custom-path li.active {
  color: #616161;
}

.breadcrumbs-custom-path a:hover {
  color: #616161;
}

.single-product {
  text-align: left;
}

.single-product .button {
  padding: 10px 34px !important;
}

@media (max-width: 992px) {
  .single-product .button {
    padding: 10px 23px !important;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .single-product .button.add-to-cart {
    min-width: 176px;
  }
}

.single-product .single-product-title {
  color: var(--g-black-primary);
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .single-product .single-product-title {
    font-size: 16px;
  }
}

.single-product label {
  font-weight: normal;
}

.single-product hr {
  margin: 20px 0;
}

.single-product .add-to-cart .product-stepper .stepper {
  position: relative;
  display: block;
  padding-right: 29px;
}

.single-product .add-to-cart .product-stepper .stepper input[type=number] {
  padding: 11px 10px;
  width: 46px;
  min-height: 50px;
  font-size: 19px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.025em;
  border-radius: 6px;
  color: #616161;
  background: #ebebeb;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  -moz-appearance: textfield;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

.single-product .add-to-cart .product-stepper .stepper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.single-product .add-to-cart .stepper-arrow {
  position: absolute;
  text-align: center;
  margin-top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  background: #ebebeb;
  font-weight: 400;
  font-family: "Material Design Icons";
  cursor: pointer;
  color: #616161;
  border-radius: 6px;
  transition: 0.3s all ease;
}

.single-product .add-to-cart .stepper-arrow:hover {
  color: var(--g-primary);
}

.single-product .add-to-cart .stepper-arrow.up {
  right: 0;
  top: 0;
}

.single-product .add-to-cart .stepper-arrow.up:before {
  content: "\f504";
}

.single-product .add-to-cart .stepper-arrow.down {
  left: auto;
  bottom: 0;
}

.single-product .add-to-cart .stepper-arrow.down:before {
  content: "\f465";
}

.single-product .add-to-cart .stepper-arrow.disabled .stepper-arrow {
  pointer-events: none;
  opacity: 0.5;
}

.single-product-price .sc-new-price {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}

.single-product-price .sc-old-price {
  text-decoration: line-through;
  color: red;
}

.sc-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  color: #1f222b;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
}

#sc-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
}

/*end loading */
/*price*/
/*end price*/
.sc-product-build {
  font-size: 20px;
  font-weight: bold;
}

.sc-product-group img,
.sc-product-build img {
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.sc-product-group:hover {
  box-shadow: 0px 0px 2px #999;
}

.sc-product-group:active {
  box-shadow: 0px 0px 2px #ff00ff;
}

.sc-product-group.active {
  box-shadow: 0px 0px 2px #ff00ff;
}

.row_cart>td {
  vertical-align: middle !important;
}

input[type=number] {
  text-align: center;
  padding: 2px;
}

.sc-notice {
  clear: both;
  clear: both;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.sc-notice .close {
  font-size: 31px;
  line-height: 1;
}

img.new {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px !important;
}

.pointer {
  cursor: pointer;
}

.help-block {
  font-size: 12px;
  color: red;
}

.post-minimal-time {
  font-size: 10px;
  font-style: italic;
}

.sc-point {
  cursor: pointer;
}

.single-product-rating .icon {
  font-size: 25px;
  color: #ffcc00;
}

.single-product-info .icon {
  color: rgba(21, 21, 21, 0.1);
}

.aside-item {
  background-color: #fff;
}

.aside-item .product-minimal .unit:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.aside-item .product-minimal .product-minimal-figure img {
  width: 80px;
  will-change: transform;
  transition: all 0.3s ease;
  max-height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 992px) {
  .aside-item .product-minimal .desktop .product-minimal:hover .product-minimal-figure img {
    transform: scale(1.05);
  }
}

.aside-item .product-minimal .product-minimal-title {
  font-size: 12px;
  font-weight: 500;
}

.aside-item .product-minimal .product-price-wrap {
  text-align: start;
}

.aside-item .product-minimal .product-price-wrap .product-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.aside-item .product-minimal .product-price-wrap .product-price.product-price-old {
  font-weight: 400;
  text-decoration: line-through;
  color: red;
}

.aside-item .product-minimal .product-price-wrap .product-price-old+.product-price {
  margin-left: 8px;
}

.aside-item .product-minimal .product-minimal-time {
  color: #8b8b8b;
}

.aside-item .button {
  padding-left: 24px;
  padding-right: 24px;
}

.aside-item .aside-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
}

.aside-item .aside-title+.row {
  margin-top: 20px;
}

.aside-item .aside-title+.group-tags {
  margin-top: 22px;
}

.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  padding: 30px;
  width: 260px;
  background: #ffffff;
  z-index: 5;
  color: #000 !important;
}

.line-lr {
  position: relative;
}

.line-lr::after,
.line-lr::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 43%;
  background-color: #d7d7d7;
  top: 50%;
  right: 0;
}

.line-lr::before {
  transform: rotate(180deg);
  left: 0;
}

.login-form button {
  width: 100%;
  border-radius: 3px;
  margin-top: 0;
}

.row_cart .product-price-wrap .product-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.row_cart .product-price-wrap .product-price.product-price-old {
  text-decoration: line-through;
  color: red;
}

.row_cart .product-price-wrap .product-price-old+.product-price {
  margin-left: 8px;
}

.table {
  text-wrap: nowrap;
}

.table th,
.table td {
  vertical-align: middle;
}

@media (max-width: 768px) {

  .table .form-select-sm,
  .table button {
    font-size: 10px !important;
  }

  .table .form-control,
  .table .form-select {
    font-size: 0.7rem !important;
    padding: 8px;
  }
}

.add-to-cart .row_cart:not(:last-child),
.wishlist .row_cart:not(:last-child),
.compare .row_cart:not(:last-child),
.checkout-cart .row_cart:not(:last-child),
.sc-shipping-address .row_cart:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  .add-to-cart .row_cart,
  .wishlist .row_cart,
  .compare .row_cart,
  .checkout-cart .row_cart,
  .sc-shipping-address .row_cart {
    gap: 0.5rem !important;
  }
}

.add-to-cart .row_cart_image img,
.wishlist .row_cart_image img,
.compare .row_cart_image img,
.checkout-cart .row_cart_image img,
.sc-shipping-address .row_cart_image img {
  width: 120px;
}

@media (max-width: 768px) {

  .add-to-cart .row_cart_image img,
  .wishlist .row_cart_image img,
  .compare .row_cart_image img,
  .checkout-cart .row_cart_image img,
  .sc-shipping-address .row_cart_image img {
    width: 60px;
    max-width: 60px;
  }
}

.checkout-cart .table thead th {
  padding: 0.7rem 1.5rem;
}

.row_cart_name {
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 768px) {
  .row_cart_name {
    font-size: 13px;
  }
}

.row_cart_details {
  font-size: 12px;
}

@media (max-width: 768px) {
  .row_cart_details {
    font-size: 11px;
  }
}

@media (max-width: 992px) {

  .table thead th,
  .table tbody th {
    font-size: 11px;
  }

  .table thead td,
  .table tbody td {
    font-size: 10px;
  }

  .table tbody td.min-width {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .cs-gx-2 {
    --bs-gutter-x: 0.7rem;
  }
}

.cart-qty .stepper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cart-qty .stepper .form-control {
  margin: 0 30px;
  width: 40px;
}

@media (max-width: 992px) {
  .cart-qty .stepper .form-control {
    width: 30px !important;
    font-size: 12px !important;
  }
}

.cart-qty .stepper .stepper-arrow {
  text-align: center;
  position: absolute;
  width: 27px;
  height: 27px;
  font-size: 18px;
  line-height: 27px;
  background: #ebebeb;
  font-weight: 400;
  font-family: "Material Design Icons";
  cursor: pointer;
  color: #616161;
  border-radius: 6px;
  transition: 0.3s all ease;
}

.cart-qty .stepper .stepper-arrow:hover {
  color: var(--g-primary);
}

.cart-qty .stepper .stepper-arrow.up {
  right: 0;
}

.cart-qty .stepper .stepper-arrow.up:before {
  content: "\f504";
}

.cart-qty .stepper .stepper-arrow.down {
  left: 0;
}

.cart-qty .stepper .stepper-arrow.down:before {
  content: "\f465";
}

@media (max-width: 768px) {
  .cart-qty .stepper .stepper-arrow {
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 24px;
  }
}

.cart_quantity_delete {
  background: #dfdfdf;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.checkout-icon {
  background: var(--g-primary);
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sc-shipping-address {
  font-size: 14px;
}

.sc-shipping-address .form-control {
  font-size: 0.9rem;
}

.sc-shipping-address .dropdown-item,
.sc-shipping-address .btn {
  font-size: 12px;
}

.empty-cart {
  height: 50vh;
}

.empty-cart img {
  height: 300px;
}

.address-select.active {
  background-color: #fff3ef;
  border: 2px solid #ff480e !important;
}

.min-max-slider {
  position: relative;
  width: 200px;
  text-align: center;
  margin-bottom: 20px;
}

.min-max-slider>label {
  display: none;
}

span.lower,
span.upper {
  height: 1.7em;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -6px;
}

span.lower.lower-value,
span.upper.lower-value {
  left: 0;
}

span.lower.upper-value,
span.upper.upper-value {
  right: 0;
}

span.value.lower::before {
  content: "Rs";
  display: inline-block;
  margin-right: 4px;
}

span.value.upper::before {
  content: "Rs";
  display: inline-block;
  margin-right: 4px;
}

.min-max-slider>.legend {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  display: none;
}

.min-max-slider>.legend>* {
  font-size: small;
  opacity: 0.25;
}

.min-max-slider>input {
  cursor: pointer;
  position: absolute;
}

/* webkit specific styling */
.min-max-slider>input {
  -webkit-appearance: none;
  outline: none !important;
  background: transparent;
  background-color: var(--g-primary);
  height: 4px;
}

.min-max-slider>input::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 14px;
  /* Set a specific slider handle width */
  height: 14px;
  /* Slider handle height */
  background: var(--g-primary);
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
}

.min-max-slider>input::-webkit-slider-runnable-track {
  cursor: pointer;
}

.accordion-item {
  border: none;
}

.accordion-item .accordion-header .accordion-button {
  padding: 9px 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  border-bottom: 1px solid #fcfcfc !important;
}

body.ui-slider-active {
  cursor: grabbing;
}

.box .values div,
.box small div {
  display: inline-block;
  vertical-align: top;
}

.box .values {
  margin: 0;
  font-weight: 500;
  color: var(--primary);
}

.box .values>div:first-child {
  margin-right: 2px;
}

.box .values>div:last-child {
  margin-left: 2px;
}

.box small {
  color: var(--text);
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.box .slider {
  margin-top: 40px;
}

.price-range {
  height: 23px;
  width: 100%;
  position: relative;
  pointer-events: none;
}

.price-range .ui-slider-handle {
  --y: 0;
  --background: var(--g-primary);
  cursor: grab;
  -webkit-tap-highlight-color: transparent;
  top: 2px;
  width: 23px;
  height: 23px;
  position: absolute;
  outline: none;
  display: block;
  pointer-events: auto;
}

.price-range .ui-slider-handle div {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: var(--g-primary);
  background: var(--g-primary);
}

.price-range .ui-slider-handle:hover {
  --background: var(--g-primary);
}

.price-range .ui-slider-handle:active {
  --background: var(--g-primary);
}

.price-range svg {
  --stroke: var(--g-primary);
  display: block;
  height: 83px;
}

.price-range svg path {
  fill: none;
  stroke: var(--g-primary);
  stroke-width: 1;
}

.price-range .active,
.price-range>svg {
  position: absolute;
  top: -30px;
  height: 83px;
}

.price-range>svg {
  left: 0;
  width: 100%;
}

.price-range .active {
  position: absolute;
  overflow: hidden;
  left: calc(var(--l) * 1px);
  right: calc(var(--r) * 1px);
}

.price-range .active svg {
  --stroke: var(--line-active);
  position: relative;
  left: calc(var(--l) * -1px);
  right: calc(var(--r) * -1px);
}

.price-range .active svg path {
  stroke-width: 2;
}

.alert {
  padding: 10px 31px 10px 19px;
  margin-bottom: 0;
}

.alert-dismissible .btn-close {
  padding: 1.05rem 0.6rem;
  font-size: 9px;
}

.order-summary {
  font-size: 0.78rem;
}

.coupon-section .input-group-prepend {
  z-index: 9;
}

.coupon-section .input-group-prepend .input-group-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 0 6px 6px 0;
  background-color: var(--g-primary);
  color: #fff;
}

.show-pass {
  position: absolute;
  right: 14px;
  top: 35px;
}

.progress {
  height: 5px;
  height: 5px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.fa-check {
  color: #02b502;
}

.product-top-panel .m-sort-sectin select {
  width: 100%;
  float: auto;
}

@media screen and (max-width: 960px) {
  .show-filter {
    z-index: 9999;
    background: white;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100vw;
    height: 100%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 20px 0 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.slick-slide:focus {
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
/* Arrows */
/* Dots */
.slick-arrow {
  text-align: center;
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  background: transparent;
  transition: all 0.2s ease;
  transform: translate3d(0, -50%, 0);
  will-change: transform;
  cursor: pointer;
  z-index: 9;
}

.slick-arrow::after {
  display: block;
  content: "";
  height: 0;
  width: 100%;
  transition: transform 0.2s ease;
}

.slick-arrow:hover {
  color: #616161;
}

.slick-arrow:hover::after {
  transform: scaleX(0.7);
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: default;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before {
  content: "prev";
}

.slick-next {
  right: 15px;
}

.slick-next:before {
  content: "next";
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background: #cccccc;
  cursor: pointer;
}

.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  opacity: 0;
  background: var(--g-primary);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  transition: all 0.2s ease;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover:before {
  opacity: 0.7;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:focus:before {
  opacity: 0.7;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 14px;
  height: 14px;
}

.slick-nav-1 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  border: none;
  outline: none;
  color: #ffffff;
  background: var(--g-primary);
  transform: translate3d(0, -50%, 0);
  transition: all 0.25s ease-in-out;
}

.slick-nav-1 .slick-arrow::after {
  display: none;
}

.slick-nav-1 .slick-arrow:hover {
  color: #616161;
  background: #e9da5d;
}

.slick-nav-1 .slick-arrow.slick-disabled {
  color: #ffffff;
  background-color: #d7d7d7;
  cursor: default;
}

.slick-nav-1 .slick-prev {
  left: -15px;
}

.slick-nav-1 .slick-prev:before {
  content: "\f237";
}

.slick-nav-1 .slick-next {
  right: -15px;
}

.slick-nav-1 .slick-next:before {
  content: "\f238";
}

.slick-product.slick-vertical .carousel-parent {
  margin-bottom: 7px;
}

.slick-product.slick-vertical .carousel-parent .slick-product-figure {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.slick-product.slick-vertical .carousel-parent .slick-product-figure img {
  width: 100%;
  transform: none;
  transition: inherit;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 996px) {
  .slick-product.slick-vertical .carousel-parent .slick-product-figure img {
    height: 260px;
  }
}

.slick-product.slick-vertical .child-carousel .slick-list {
  margin-left: -6px;
  margin-right: -6px;
  height: 100% !important;
}

.slick-product.slick-vertical .child-carousel .slick-list .slick-slide {
  cursor: pointer;
  width: 65px !important;
  margin: 0 3px !important;
}

.slick-product.slick-vertical .child-carousel .slick-list .slick-track {
  height: 100% !important;
}

.slick-product.slick-vertical .child-carousel .slick-product-figure {
  border-radius: 10px;
}

.slick-product.slick-vertical .child-carousel .slick-product-figure img {
  will-change: transform;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
}

.slick-product.slick-vertical .child-carousel .slick-product-figure:hover {
  background: rgba(249, 250, 249, 0.5);
}

.slick-product.slick-vertical .child-carousel .slick-product-figure:hover img {
  transform: scale(1.1);
}

.slick-product.slick-vertical .child-carousel .slick-current .slick-product-figure {
  background: transparent;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
}

.deal-product .slick-list {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .child-carousel .slick-slide {
    max-width: 100%;
  }

  .slick-history .child-carousel {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slick-history .child-carousel::before {
    width: 70px;
  }

  .slick-history .child-carousel::after {
    width: 70px;
  }

  .slick-history .child-carousel .slick-slide::after {
    top: -37px;
  }

  .slick-history .child-carousel .slick-prev {
    left: 20px;
  }

  .slick-history .child-carousel .slick-next {
    right: 20px;
  }

  *+.slick-history {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .slick-product.slick-vertical {
    margin-right: 25px;
  }

  .slick-quote-nav {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-history .child-carousel {
    margin-top: 50px;
  }

  *+.slick-history {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .slick-product.slick-vertical {
    min-height: 333px;
  }

  .slick-history .child-carousel {
    margin-top: 75px;
  }

  .slick-history .child-carousel::before {
    width: 7.5%;
  }

  .slick-history .child-carousel::after {
    width: 7.5%;
  }

  .slick-history .child-carousel .slick-slide::before {
    width: calc(100% - 174px + 30px);
  }

  .slick-history .child-carousel .slick-prev {
    left: 3.3%;
  }

  .slick-history .child-carousel .slick-next {
    right: 3.3%;
  }
}

@media (min-width: 576px) {
  .slick-slider-2 {
    max-width: 510px;
  }
}

@media (min-width: 1600px) {
  .child-carousel::before {
    width: 6.5%;
  }

  .child-carousel::after {
    width: 6.5%;
  }
}

/*...........toggle*/
.toggle-btn {
  z-index: 1;
}

.rd-navbar-static .toggle-btn {
  position: fixed !important;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
}

.rd-navbar-static .toggle-btn .btn1,
.rd-navbar-static .toggle-btn .btn2 {
  width: 45px;
  padding: 0.5rem;
  border: 1px solid #fff;
  transition: 0.3s;
  font-size: 1.3rem;
  color: var(--g-primary);
  background-color: #ededed;
  line-height: 2;
}

.rd-navbar-static .toggle-btn .btn1:hover,
.rd-navbar-static .toggle-btn .btn2:hover {
  background-color: var(--g-primary);
}

.rd-navbar-static .toggle-btn .btn1:hover>i,
.rd-navbar-static .toggle-btn .btn2:hover>i {
  color: white;
}

.rd-navbar-fixed .toggle-btn {
  position: fixed !important;
  top: 16px;
  right: 12px;
  z-index: 9999;
  display: flex;
  justify-content: end;
  gap: 8px;
  font-size: 9px;
}

.rd-navbar-fixed .toggle-btn .btn1,
.rd-navbar-fixed .toggle-btn .btn2 {
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid #f44336;
  color: #ffffff;
  background: #f44336;
  font-size: 14px;
}

.rd-navbar-fixed .tooltip-inner {
  background-color: #0a2458;
  padding: 0.5rem 1.5rem;
}

.rd-navbar-fixed .tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0a2458 !important;
}

.tooltip-inner {
  background-color: #0a2458;
  padding: 0.5rem 1.5rem;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0a2458 !important;
}

.nav-list-child {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 9999;
  color: #000;
  width: 100%;
  padding: 130px 20px;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.nav-link-inner {
  font-weight: 500;
  color: #343434;
}

.estimate-cost .card-header,
#calulation-detail .card-header {
  background-color: rgba(255, 47, 66, 0.0588235294);
  color: var(--g-primary);
}

.estimate-cost .table tbody td {
  width: auto;
}

@media (max-width: 767px) {
  .estimate-cost .table tbody td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .page-header.scrolled-up .nav-bar-search-box {
    display: block !important;
  }
}

.items:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.content {
  display: none;
}

.read-more {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #5c5c5c;
  letter-spacing: 0.2px;
  display: block;
  width: 100%;
}

.read-more:after {
  content: "+";
  font-weight: bold;
  font-size: 1.5rem;
  float: right;
  margin-right: 9px;
  line-height: 0.8;
  color: #5c5c5c;
}

.read-more.active {
  color: var(--g-cs-blue);
  font-weight: 600;
}

.read-more.active:after {
  content: "-";
}

.post-classic .post-classic-figure img {
  width: 35px;
  max-width: 35px;
}

.post-classic .post-classic-title {
  font-size: 13.5px;
  font-weight: 400;
}

.radio-inline {
  margin: 0;
  padding: 5px 0;
  border-radius: 4px;
  text-align: center;
}

.radio-inline.ischecked {
  border: 2px solid red !important;
}

.radio-inline.detail-page-typeattr .hidecheckbox-s,
.radio-inline.detail-page-typeattr .radio-custom-dummy {
  display: none;
}

.radio-inline .radio-custom-dummy {
  top: 4px;
  left: -25px;
}

.radio-inline.radion-inline-sm {
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .radio-inline {
    padding: 2px 7px !important;
  }
}

.tabs-s {
  position: relative;
}

.tabs-s:not(.--jsfied) {
  -webkit-overflow-scrolling: touch;
}

.tabs-s .--hidden {
  display: none !important;
}

.tabs-s a,
.tabs-s button {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  color: var(--g-primary);
  background-color: transparent;
  border: 0px;
}

.tabs-s .-primary {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-s .-primary .-more>button span {
  display: inline-block;
  transition: transform 0.2s;
}

.tabs-s .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  animation: nav-secondary 0.2s;
}

.tabs-s .-secondary .dropdownmenu {
  display: none;
}

.tabs-s .-secondary a,
.tabs-s .-secondary button {
  padding: 0.8em;
  text-align: left;
}

.tabs-s .-secondary a:hover,
.tabs-s .-secondary button:hover {
  color: #39438b;
}

.tabs-s .-secondary a:active,
.tabs-s .-secondary button:active {
  background-color: #ffffff;
  color: #39438b;
}

.tabs-s li {
  flex-grow: 1;
}

.tabs-s li a,
.tabs-s li button {
  white-space: nowrap;
  padding: 1em 1em;
}

.tabs-s li a:hover,
.tabs-s li button:hover {
  color: #2a3565;
}

.tabs-s .dropdownmenu li {
  flex-grow: 1;
}

.tabs-s .dropdownmenu li a {
  text-align: left;
  color: #333;
}

.tabs-s.--show-secondary .-primary .-more>button span {
  transform: rotate(180deg);
}

.tabs-s.--show-secondary .-secondary {
  display: block;
  z-index: 9999;
  background-color: white;
}

.tabs-s.--show-secondary .-secondary li {
  display: block;
  margin-left: 0px;
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 720px) {

  .tabs-s .-primary>li>a,
  .tabs-s .-primary>li>button {
    padding: 0.7em 0.6em;
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  .bg-menus {
    width: 500px !important;
  }
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .tooltip-text {
  visibility: hidden;
  width: 115px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 109%;
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}