@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gap-6 {
  gap: 6px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-12 {
  border-radius: 12px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #0A0A0A;
}

.bg-black {
  background-color: #0A0A0A;
}

.text-black-200 {
  color: #262626;
}

.bg-black-200 {
  background-color: #262626;
}

.text-black-400 {
  color: #404040;
}

.bg-black-400 {
  background-color: #404040;
}

.text-black-500 {
  color: #525252;
}

.bg-black-500 {
  background-color: #525252;
}

.text-gray-light {
  color: #D4D4D4;
}

.bg-gray-light {
  background-color: #D4D4D4;
}

.text-primary-color {
  color: #A8814E;
}

.bg-primary-color {
  background-color: #A8814E;
}

.text-primary-400 {
  color: #D1BA9D;
}

.bg-primary-400 {
  background-color: #D1BA9D;
}

.text-green {
  color: #16A34A;
}

.bg-green {
  background-color: #16A34A;
}

.text-dark-green {
  color: #2D9E57;
}

.bg-dark-green {
  background-color: #2D9E57;
}

.text-red {
  color: #EF4444;
}

.bg-red {
  background-color: #EF4444;
}

.text-red-light {
  color: #FEE2E2;
}

.bg-red-light {
  background-color: #FEE2E2;
}

.text-green-light {
  color: #DCFCE7;
}

.bg-green-light {
  background-color: #DCFCE7;
}

.text-light {
  color: #F5F5F5;
}

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

.text-text-gray {
  color: #A3A3A3;
}

.bg-text-gray {
  background-color: #A3A3A3;
}

.text-primary-light {
  color: #FBF9F7;
}

.bg-primary-light {
  background-color: #FBF9F7;
}

.text-light-primary {
  color: #FFF7ED;
}

.bg-light-primary {
  background-color: #FFF7ED;
}

.text-yellow {
  color: #FCF34A;
}

.bg-yellow {
  background-color: #FCF34A;
}

.text-blue {
  color: #3377DD;
}

.bg-blue {
  background-color: #3377DD;
}

.text-olive {
  color: #87A239;
}

.bg-olive {
  background-color: #87A239;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.paddingTop {
  padding-top: 42px;
}
@media (max-width: 992px) {
  .paddingTop {
    padding-top: 30px;
  }
}

.paddingBottom {
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .paddingBottom {
    padding-bottom: 28px;
  }
}

.border-lights {
  border: 1px solid #E5E5E5 !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.main_heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.base_text_regular {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.base_text_bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.base_text_medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.sale_badge {
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  top: 8px;
  left: 8px;
}

.category_badge {
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}

.post_badge {
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .post_badge {
    font-size: 12px;
  }
}

.red-badge {
  color: #DC2626;
  background: #FEE2E2;
  padding: 2px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}

.green-badge {
  color: #16A34A;
  background: #DCFCE7;
  padding: 2px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}
.green-badge .iconwrap svg {
  width: 16px;
  height: 16px;
}

.discount-price {
  background-color: #EF4444;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.btn {
  height: 46px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 380px) {
  .btn {
    font-size: 13px !important;
    gap: 4px;
  }
}
.btn .icon svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 380px) {
  .btn .icon svg {
    width: 14px;
    height: 14px;
  }
}

.btn-sm {
  height: 36px !important;
}

.btn-primary-outline {
  border: 1px solid #A8814E;
  background-color: #FBF9F7;
  color: #A8814E;
  border-radius: 30px;
}
.btn-primary-outline:hover {
  background-color: #A8814E;
  color: #fff;
}

.btn-black {
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .btn-black {
    width: 100%;
  }
}
.btn-black:hover {
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
}

.btn-primary {
  border: 1px solid #A8814E;
  background-color: #A8814E;
  color: #fff;
  border-radius: 30px;
}
.btn-primary:hover {
  border: 1px solid #A8814E !important;
  background-color: #A8814E !important;
  color: #fff !important;
}
.btn-primary:active {
  border: 1px solid #A8814E !important;
  background-color: #A8814E !important;
  color: #fff !important;
}

.wishlist-icon-btn {
  border: 0;
  background: transparent !important;
  color: #404040;
}

.outline_primary_btn-square {
  border: 1px solid #A8814E;
  background-color: #fff;
  color: #A8814E;
  border-radius: 12px;
}
.outline_primary_btn-square:hover {
  background-color: #A8814E;
  color: #fff;
}

.primary_btn-square {
  border: 1px solid #A8814E;
  background-color: #A8814E;
  color: #fff;
  border-radius: 12px;
}
.primary_btn-square:hover {
  border: 1px solid #A8814E !important;
  background-color: #A8814E !important;
  color: #fff !important;
}
.primary_btn-square:active {
  border: 1px solid #A8814E !important;
  background-color: #A8814E !important;
  color: #fff !important;
}

.outline_gray_btn-square {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  color: #262626;
  border-radius: 12px;
}
.outline_gray_btn-square:hover {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  color: #262626;
}

.primary_btn-square--red {
  border: 1px solid #EF4444;
  background-color: #EF4444;
  color: #fff;
  border-radius: 12px;
}
.primary_btn-square--red:hover {
  border: 1px solid #EF4444 !important;
  background-color: #EF4444 !important;
  color: #fff !important;
}
.primary_btn-square--red:active {
  border: 1px solid #EF4444 !important;
  background-color: #EF4444 !important;
  color: #fff !important;
}

.offcanvas {
  padding: 16px 0px;
}
@media (max-width: 576px) {
  .offcanvas {
    width: 90% !important;
  }
}
.offcanvas.category-offcanvas .offcanvas-header {
  padding-bottom: 0;
  gap: 24px;
}
.offcanvas.category-offcanvas .offcanvas-header .logowrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.offcanvas.category-offcanvas .offcanvas-header .logowrapper img {
  height: 32px;
  width: auto;
}
.offcanvas.category-offcanvas .offcanvas-header .search-bar {
  max-width: 100%;
  width: 100%;
}
.offcanvas.category-offcanvas .offcanvas-header .search-bar .search-input {
  width: 100%;
}
.offcanvas.category-offcanvas .btn-closes {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -26px;
  top: 20px;
  color: #404040;
  cursor: pointer;
}
.offcanvas.category-offcanvas .offcanvas-body .category-list-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.offcanvas.category-offcanvas .offcanvas-body .category-list-wrapper li a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.offcanvas.category-offcanvas .offcanvas-body .category-list-wrapper li a .content-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offcanvas.category-offcanvas .offcanvas-body .category-list-wrapper li a .content-left .imgwrapper {
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
}
.offcanvas.category-offcanvas .offcanvas-body .category-list-wrapper li a .content-left .imgwrapper img {
  width: 20px;
  height: 20px;
}
.offcanvas.category-offcanvas .offcanvas-body .category-list-wrapper li a .iconwrapper svg {
  color: #A3A3A3;
  width: 18px;
  height: 18px;
}
.offcanvas.offcanvas-cart .btn-closes {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -26px;
  top: 20px;
  color: #404040;
  cursor: pointer;
  transform: rotate(180deg);
}
.offcanvas.offcanvas-cart .offcanvas-footer {
  padding: 12px 1rem 0 1rem;
}
.offcanvas.offcanvas-cart .offcanvas-footer .product_cart_footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.offcanvas.offcanvas-cart .offcanvas-footer .product_cart_footer .product_price .total_price_title {
  font-size: 14px;
}
.offcanvas.offcanvas-cart .offcanvas-footer .product_cart_footer .product_price .total_price {
  font-size: 18px;
}

.additional_price {
  border-radius: 12px;
  padding: 16px 16px;
}
.additional_price .text-content {
  font-size: 14px;
}
.additional_price .cart-range .progress {
  height: 8px;
  border-radius: 30px;
  overflow: visible;
  background-color: #E5E5E5 !important;
}
.additional_price .cart-range .progress .progress-bar {
  background-color: #16A34A !important;
  position: relative;
  overflow: visible;
  border-radius: 30px;
}
.additional_price .cart-range .progress .progress-bar .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  right: -6px;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #16A34A !important;
}

.product_card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}
@media (max-width: 576px) {
  .product_card {
    padding: 12px;
    gap: 16px;
  }
}
.product_card .product-img {
  display: flex;
  height: 200px;
  align-items: center;
}
@media (max-width: 576px) {
  .product_card .product-img {
    height: 180px;
  }
}
.product_card .product-img img {
  width: 100%;
  height: 100%;
}
.product_card .product_content .product-price .price-old {
  text-decoration: line-through;
}

.product_card-cart {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
}
.product_card-cart .img-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_card-cart .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_card-cart .product_detail_wrapper .price-wrapper .old-price {
  text-decoration: line-through;
}
.product_card-cart .product_detail_wrapper .kg_select_wrapper .select_tag_btn {
  font-size: 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 6px 14px;
  background-color: transparent;
}
.product_card-cart .product_detail_wrapper .kg_select_wrapper .select_tag_btn.selected {
  border: 1px solid #A8814E;
  color: #A8814E;
  font-weight: 600;
}
.product_card-cart .product_detail_wrapper .add_product_wrapper {
  border-radius: 30px;
}
.product_card-cart .product_detail_wrapper .add_product_wrapper button {
  border: 0;
  padding: 0;
  background-color: transparent !important;
}
.product_card-cart .product_detail_wrapper .delete_product_btn {
  border: 0;
  padding: 0;
  background-color: transparent !important;
  color: #DC2626;
}

.banner-heading-wrapper {
  background-color: #D1BA9D;
  padding: 46px 0;
}
.banner-heading-wrapper .banner_titlewrapper {
  font-size: 24px;
  font-weight: 600;
}

.mb-24 {
  margin-bottom: 32px;
}

.form-control {
  border: 1px solid #E5E5E5 !important;
  font-size: 14px;
  color: #404040;
  height: 48px;
  border-radius: 12px;
  padding-right: 26px;
}
.form-control::-moz-placeholder {
  color: #A3A3A3;
}
.form-control::placeholder {
  color: #A3A3A3;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #E5E5E5 !important;
}

.form-select {
  border: 1px solid #E5E5E5 !important;
  font-size: 14px;
  color: #404040;
  height: 48px;
  border-radius: 12px;
  padding-right: 26px;
}
.form-select::-moz-placeholder {
  color: #A3A3A3;
}
.form-select::placeholder {
  color: #A3A3A3;
}
.form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #E5E5E5 !important;
}

.formcontrol-xl {
  height: 56px;
  padding: 16px 20px;
}

.input_form_wrapper {
  position: relative;
}
.input_form_wrapper .form-label,.woocommerce form .form-row label {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
}
.input_form_wrapper .icon_wrapper {
  position: absolute;
  right: 10px;
  top: 44px;
  font-size: 14px;
  color: #A3A3A3;
}

.forget-password-link {
  color: #DC2626;
}

.form-check-input:checked {
  background-color: #A8814E;
  border: 1px solid #A8814E;
  outline: none;
  box-shadow: none;
}

.form-check-input:active, .form-check-input:focus {
  outline: none;
  border: 1px solid #A8814E;
  box-shadow: none;
}

.form-controls {
  border: 1px solid #E5E5E5 !important;
  font-size: 14px;
  color: #404040;
  border-radius: 12px;
  padding: 12px;
}
.form-controls::-moz-placeholder {
  color: #A3A3A3;
}
.form-controls::placeholder {
  color: #A3A3A3;
}
.form-controls:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #E5E5E5 !important;
}

.breadcrumb-item {
  color: #404040;
  font-size: 14px;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #404040;
}
.breadcrumb-item.active {
  font-weight: 600;
}

header .main_header {
  box-shadow: 0px 2px 6px 0 rgba(16, 24, 40, 0.0392156863);
}
header .main_header .header-wrapper .header-left .category-icon svg {
  width: 28px;
  height: 28px;
}
header .main_header .header-wrapper .header-left .logo-wrapper img {
  height: 32px;
  width: auto;
}
@media (max-width: 576px) {
  header .main_header .header-wrapper .header-left .logo-wrapper img {
    height: 26px;
  }
}
header .main_header .header-wrapper .header-right--icon svg {
  width: 24px;
  height: 24px;
}
header .main_header .search-bar {
  position: relative;
}
header .main_header .search-bar .search-icon {
  position: absolute;
  color: #A3A3A3;
  top: 8px;
  left: 12px;
}
header .main_header .search-bar .search-icon svg {
  width: 22px;
  height: 22px;
}
header .main_header .search-bar .search-input {
  width: 340px;
  padding-left: 42px;
  height: 42px;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  background-color: #F5F5F5;
  color: #0A0A0A;
}
@media (max-width: 992px) {
  header .main_header .search-bar .search-input {
    width: 100%;
  }
}
header .main_header .search-bar .search-input::-moz-placeholder {
  color: #A3A3A3;
}
header .main_header .search-bar .search-input::placeholder {
  color: #A3A3A3;
}
header .main_header .search-bar .search-input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

footer .footer--top .footer-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .footer--top .footer-content .footer-logo {
  display: flex;
}
@media (max-width: 768px) {
  footer .footer--top .footer-content .footer-logo {
    justify-content: center;
  }
}
footer .footer--top .footer-content .footer-logo img {
  height: 40px;
  width: auto;
}
footer .footer--top .footer-content .footer-content-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}
footer .footer--top .footer-content .footer-content-list .title-wrapper {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}
footer .footer--top .footer-content .footer-content-list .list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer--top .footer-content .footer-content-list .list-wrap .list-items {
  font-size: 14px;
}
footer .footer--top .footer-content .footer-content-list .list-wrap .list-items a {
  color: #fff;
  text-decoration: none;
}
footer .footer--top .footer-content .social_links {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}
footer .footer--top .footer-content .social_links .social_link-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer--top .footer-content .social_links .social_link-item a svg {
  width: 24px;
  height: 24px;
}
footer .footer--bottom {
  padding: 24px 0;
}
footer .footer--bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  footer .footer--bottom .footer-bottom-content {
    flex-direction: column;
    align-items: start;
  }
}
footer .footer--bottom .footer-bottom-content .link-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer--bottom .footer-bottom-content .link-wrap li a {
  color: #0A0A0A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
footer .footer--bottom .footer-bottom-content .social-links-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer--bottom .footer-bottom-content .social-links-wrapper .title {
  font-size: 14px;
  font-weight: 500;
  color: #0A0A0A;
}
footer .footer--bottom .footer-bottom-content .social-links-wrapper .socialLinks {
  display: flex;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer--bottom .footer-bottom-content .social-links-wrapper .socialLinks .social_link-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer--bottom .footer-bottom-content .social-links-wrapper .socialLinks .social_link-item a svg {
  width: 24px;
  height: 24px;
}
footer #wholesaleModal .modal-body .heading-wrap .title-wrapper {
  color: #171717;
  font-size: 18px;
}
footer #wholesaleModal .modal-body .heading-wrap .icon-wrapper {
  background-color: transparent;
}
footer #wholesaleModal .modal-body .heading-wrap .icon-wrapper svg {
  color: #404040;
}
footer #thankmodal .modal-body .heading-wrap .icon-wrapper {
  background-color: transparent;
}
footer #thankmodal .modal-body .heading-wrap .icon-wrapper svg {
  color: #404040;
}
footer #thankmodal .modal-body .thank_content .icon-wrapper {
  background-color: #BBF7D0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
}
footer #thankmodal .modal-body .thank_content .icon-wrapper svg {
  color: #15803D;
}
footer #thankmodal .modal-body .thank_content .content-wrapper .thank_content-title {
  color: #171717;
  font-size: 22px;
}

.footer_menu_sticky {
/*   position: sticky; */
	position: fixed;
  bottom: 0;
  background: #fff;
  padding: 16px 0;
  z-index: 999;
  border-top: 1px solid #E5E5E5;
  display: none;
	width: 100%;
}
@media (max-width: 768px) {
  .footer_menu_sticky {
    display: block;
  }
}
.footer_menu_sticky .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_menu_sticky .menu-list li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #525252;
}
.footer_menu_sticky .menu-list li a.active {
  color: #A8814E;
  font-weight: 500;
}
.footer_menu_sticky .menu-list li a.active .icon-wrap svg {
  color: #A8814E;
}
.footer_menu_sticky .menu-list li a .icon-wrap svg {
  width: 20px;
  height: 20px;
  color: #A3A3A3;
}

.banner_wrapper .bannerSwiper {
  height: 100%;
}
.banner_wrapper .bannerSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.banner_wrapper .bannerSwiper .swiper-wrapper .swiper-slide .banner_imgwrapper {
  width: 100%;
  height: 100%;
}
.banner_wrapper .bannerSwiper .swiper-wrapper .swiper-slide .banner_imgwrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.banner_wrapper .bannerSwiper .swiper-pagination {
  position: relative;
  bottom: 0;
}
.banner_wrapper .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D4D4D4;
  opacity: 1;
  margin: 0 3px;
}
.banner_wrapper .bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A8814E;
  width: 20px;
  border-radius: 30px;
}

.product_card_container {
  position: relative;
}
.product_card_container .swiper {
  padding: 0 8px;
}
.product_card_container .swiper .swiper-wrapper {
  height: 100%;
}
.product_card_container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.product_card_container .swiper-button-next {
  position: absolute;
  background: #e5e5e5;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 42% !important;
  z-index: 11;
  right: 0px !important;
}
.product_card_container .swiper-button-next svg {
  width: 20px;
  height: 20px;
  color: #404040 !important;
  opacity: 0.7;
}
.product_card_container .swiper-button-prev {
  position: absolute;
  background: #e5e5e5;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 42% !important;
  z-index: 11;
  left: 0px !important;
}
.product_card_container .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  color: #404040 !important;
  opacity: 0.7;
}

.category_section .category_container_slider .swiper .swiper-wrapper {
  height: 100%;
}
.category_section .category_container_slider .swiper .swiper-wrapper .swiper-slide .category_content .img-wrapper {
  background-color: #F5F5F5;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .category_section .category_container_slider .swiper .swiper-wrapper .swiper-slide .category_content .img-wrapper {
    width: 56px;
    height: 56px;
  }
}
.category_section .category_container_slider .swiper .swiper-wrapper .swiper-slide .category_content .img-wrapper img {
  height: 34px;
  width: 34px;
}
.category_section .category_container_slider .swiper .swiper-wrapper .swiper-slide .category_content .category_name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .category_section .category_container_slider .swiper .swiper-wrapper .swiper-slide .category_content .category_name {
    font-size: 12px;
  }
}

.offer_product_section {
  padding: 30px 0;
}

.view_btn {
  white-space: nowrap;
}

.product_grid_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .product_grid_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.bannerpost_section .grid_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.bannerpost_section .grid_container .post_card {
  padding: 32px 16px;
}
@media (max-width: 576px) {
  .bannerpost_section .grid_container .post_card {
    padding: 24px 12px;
  }
}
.bannerpost_section .grid_container .post_card .title_wrap {
  font-size: 24px;
}
@media (max-width: 576px) {
  .bannerpost_section .grid_container .post_card .title_wrap {
    font-size: 18px;
  }
}
.bannerpost_section .grid_container .post_card .img-wrapper img {
  max-width: 130px;
  height: auto;
  width: 100%;
}

.brand_section .brand_sliderwrapper .swiper .swiper-wrapper .swiper-slide .brand-content img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
}
.brand_section .brand_sliderwrapper .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 20px;
}
.brand_section .brand_sliderwrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D4D4D4;
  opacity: 1;
  margin: 0 3px;
}
.brand_section .brand_sliderwrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A8814E;
  width: 20px;
  border-radius: 30px;
}

.info_section .info_gridwrapper {
  border-top: 1px solid #E5E5E5;
  padding-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .info_section .info_gridwrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .info_section .info_gridwrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.info_section .info_gridwrapper .info_card .icon_wrapper svg {
  color: #404040;
  width: 32px;
  height: 32px;
}
.info_section .info_gridwrapper .info_card .info_content {
  gap: 4px;
}
.info_section .info_gridwrapper .info_card .info_content .title_text {
  font-size: 16px;
  font-weight: 600;
}
.info_section .info_gridwrapper .info_card .info_content .info_list {
  font-size: 14px;
  color: #525252;
}

.subscribe_section {
  padding: 48px 0;
}
.subscribe_section .subscribe_title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .subscribe_section .subscribe_title {
    font-size: 20px;
  }
}
.subscribe_section .subscribe_input_wrap {
  position: relative;
}
.subscribe_section .subscribe_input_wrap .input-group .form-control {
  padding-right: 140px;
}
.subscribe_section .subscribe_input_wrap .btn-primary {
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 6px;
  font-size: 14px;
  border-radius: 30px !important;
}

.banner_wrapper .productBannerSwiper {
  height: 100%;
}
.banner_wrapper .productBannerSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.banner_wrapper .productBannerSwiper .swiper-wrapper .swiper-slide .banner_imgwrapper {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.banner_wrapper .productBannerSwiper .swiper-wrapper .swiper-slide .banner_imgwrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.banner_wrapper .productBannerSwiper .swiper-pagination {
  position: relative;
  bottom: 0;
}
.banner_wrapper .productBannerSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D4D4D4;
  opacity: 1;
  margin: 0 3px;
}
.banner_wrapper .productBannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #16A34A;
  width: 20px;
  border-radius: 30px;
}

.product_info_container .contentwrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product_info_container .contentwrap .right-content .dropdown-toggle {
  color: #404040;
  text-decoration: none;
}
.product_info_container .contentwrap .right-content .dropdown-toggle::after {
  display: none;
}
.product_info_container .contentwrap .right-content .dropdown-menu li a {
  font-size: 14px;
  color: #525252;
}
.product_info_container .contentwrap .right-content .dropdown-menu li a:active {
  background-color: #A8814E !important;
  color: #fff !important;
}
.product_info_container .contentwrap .register_btn_wrapper {
  background-color: #28AC58;
  overflow: hidden;
  padding: 16px 24px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .product_info_container .contentwrap .register_btn_wrapper {
    padding: 14px 12px;
  }
}
.product_info_container .contentwrap .register_btn_wrapper .text-content {
  font-size: 14px;
  z-index: 1;
}
.product_info_container .contentwrap .register_btn_wrapper .circle {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -27px;
  background-color: #2D9E57;
  border-radius: 50%;
  right: -31px;
}
.product_info_container .contentwrap .product_information .product-title {
  font-size: 24px;
  color: #171717;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product_info_container .contentwrap .product_information .product-title {
    font-size: 18px;
  }
}
.product_info_container .contentwrap .product_information .product-title-np {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .product_info_container .contentwrap .product_information .product-title-np {
    font-size: 16px;
  }
}
.product_info_container .contentwrap .product_information .price-wrapper .new-price {
  font-size: 18px;
}
.product_info_container .contentwrap .product_information .price-wrapper .old-price {
  text-decoration: line-through;
  font-size: 16px;
}
@media (max-width: 768px) {
  .product_info_container .contentwrap .product_information .price-wrapper .old-price {
    font-size: 14px;
  }
}
.product_info_container .contentwrap .product-info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product_info_container .contentwrap .product-info_list li {
  color: #0A0A0A;
}
@media (max-width: 768px) {
  .product_info_container .contentwrap .product-info_list li {
    font-size: 14px;
  }
}

.RecommendedProductSwiper .product-img {
  height: 100px !important;
}
@media (max-width: 768px) {
  .RecommendedProductSwiper .product-img {
    height: 70px !important;
  }
}

.product_description_section .nav {
  border-bottom: 1px solid #E5E5E5;
}
.product_description_section .nav .nav-item .nav-link {
  color: #525252;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 576px) {
  .product_description_section .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .product_description_section .nav .nav-item .nav-link {
    font-size: 12px;
  }
}
.product_description_section .nav .nav-item .nav-link.active {
  background-color: transparent;
  border-radius: 0;
  color: #A8814E;
  font-weight: 600;
  border-bottom: 2px solid #A8814E;
}
.product_description_section .tab-content .product_descriptions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product_description_section .tab-content .product_descriptions .product_heading {
  font-size: 16px;
}
.product_description_section .tab-content .product_descriptions .product_description_content .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.product_description_section .tab-content .product_descriptions .product_description_content p {
  font-size: 14px;
  margin-bottom: 0;
}
.product_description_section .tab-content .product-additionali-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.0784313725);
}
.product_description_section .tab-content .product-additionali-list .list-items {
  display: flex;
  justify-content: space-between;
  background-color: rgba(233, 236, 239, 0.5098039216);
  padding: 12px 16px;
  font-size: 14px;
  color: #525252;
}
.product_description_section .tab-content .product-additionali-list .list-items:nth-child(2) {
  background-color: #fff;
}

.cart_order_summary .order_list_wrapper li {
  padding: 8px 0;
  font-size: 14px;
}
.cart_order_summary .additional_price {
  border: 1px solid #22C55E;
}

hr {
  border-color: #F5F5F5;
  opacity: 1 !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}

.card_grid_3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 992px) {
  .card_grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .card_grid_3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.login_form_container .login_form_wrapper .titlewrapper {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.login_form_container .login_form_wrapper .toggle_btns {
  border-radius: 8px;
  background-color: #F7F2ED;
  display: inline-flex;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .login_form_container .login_form_wrapper .toggle_btns {
    display: flex;
  }
}
.login_form_container .login_form_wrapper .toggle_btns .toggle_btn_item {
  padding: 10px 40px;
  color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .login_form_container .login_form_wrapper .toggle_btns .toggle_btn_item {
    width: 50%;
  }
}
.login_form_container .login_form_wrapper .toggle_btns .toggle_btn_item.active {
  color: #fff;
  background-color: #A8814E;
}

.divider-wrapper {
  margin: 24px 0;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #525252;
  font-size: 14px;
}
.divider-wrapper .line {
  height: 1px;
  background-color: #E5E5E5;
  width: 100%;
}

.reset_content-wrapper .title-wrapper {
  font-size: 16px;
  font-weight: 600;
}

.password_info_container .info-list-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.password_info_container .info-list-wrapper li {
  display: flex;
  gap: 12px;
  color: #212529;
  font-size: 14px;
}
.password_info_container .info-list-wrapper li .iconwrapper {
  background-color: #E5E5E5;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.password_info_container .info-list-wrapper li .iconwrapper svg {
  color: #404040;
  font-size: 14px;
  width: 14px;
  height: 14px;
}

.billing_address_section .edit-btn-wrapper {
  color: #2563EB;
}

.shipping-container .shipping-card {
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.shipping-container .shipping-card .card-content {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.shipping-container .shipping-card .card-content img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.shipping-container .shipping-card:has(.radio-btn:checked) {
  border: 1px solid #A8814E;
  background-color: #FFF7ED;
}
.shipping-container .shipping-card .radio-btn {
  border: 1px solid #E5E5E5;
}
.shipping-container .shipping-card .radio-btn:checked {
  accent-color: #A8814E;
}

.account-list_container .list-wrapper {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-list_container .list-wrapper li a {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  gap: 12px;
  cursor: pointer;
}
.account-list_container .list-wrapper li a.logout-link {
  color: #DC2626;
}
.account-list_container .list-wrapper li a.logout-link .icon-wrapper svg {
  color: #DC2626;
}
.account-list_container .list-wrapper li a .icon-wrapper svg {
  color: #404040;
  width: 18px;
  height: 18px;
}

.logout-modal.modal-body .heading-wrap .icon-wrapper {
  background-color: transparent;
}
.logout-modal.modal-body .heading-wrap .icon-wrapper svg {
  color: #404040;
}
.logout-modal.modal-body .logout-content .icon-wrapper {
  background-color: #FEE2E2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
}
.logout-modal.modal-body .logout-content .icon-wrapper svg {
  color: #EF4444;
}
.logout-modal.modal-body .logout-content .content-wrapper .logout-content-title {
  color: #171717;
  font-size: 22px;
}

.profile_container .form-wrapper .profile-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .profile_container .form-wrapper .profile-image img {
    width: 80px;
    height: 80px;
  }
}
.profile_container .form-wrapper .profile-image #profileUpload {
  display: none;
}
.profile_container .form-wrapper .profile-image .edit-icon {
  position: absolute;
  background: #A8814E;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  bottom: 0px;
  right: 1px;
  border-radius: 50%;
}

.saved_address_container .saved_address_content {
  border: 1px solid #D4D4D4;
  padding: 16px;
  border-radius: 12px;
}
.saved_address_container .saved_address_content .default_tag {
  background-color: #E5E5E5;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8px;
}
.saved_address_container .saved_address_content .btn-wrapper .divider-line {
  background-color: #DBE1E5;
  width: 1px;
  height: 24px;
}
.saved_address_container .savedaddress_btn {
  border: 1px dashed #D4D4D4;
  padding: 26px;
}

.order_tab-container .nav {
  gap: 12px;
}
.order_tab-container .nav-item .nav-link {
  background-color: #F5F5F5;
  color: #525252;
  font-size: 14px;
  font-weight: 500;
}
.order_tab-container .nav-item .nav-link.active {
  background-color: #A8814E;
  color: #fff;
  font-weight: 600;
}
.order_tab-container .tab-content .tab_content_mainwrapper .order_info_container .header-section {
  margin-bottom: 16px;
}
.order_tab-container .tab-content .tab_content_mainwrapper .order_info_container .header-section .order_status {
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.order_tab-container .tab-content .tab_content_mainwrapper .order_info_container .header-section .order_status.active {
  background-color: #EFF6FF;
  color: #1E40AF;
}
.order_tab-container .tab-content .tab_content_mainwrapper .order_info_container .header-section .order_status.complete {
  background-color: #DCFCE7;
  color: #166534;
}
.order_tab-container .tab-content .tab_content_mainwrapper .order_info_container .header-section .order_status.cancel {
  background-color: #FEE2E2;
  color: #991B1B;
}

.order_detail_container .order_tracking-container .order-tracking .tracking-steps {
  position: relative;
}
.order_detail_container .order_tracking-container .order-tracking .tracking-steps::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 43px;
  right: 43px;
  height: 2px;
  background: #e5e5e5;
  z-index: 0;
}
.order_detail_container .order_tracking-container .order-tracking .tracking-steps .step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
  z-index: 1;
}
.order_detail_container .order_tracking-container .order-tracking .tracking-steps .step.active .circle {
  background-color: #A8814E;
  color: #F5F5F5;
}
.order_detail_container .order_tracking-container .order-tracking .tracking-steps .step .circle {
  width: 32px;
  height: 32px;
  background-color: #E5E5E5;
  border-radius: 50%;
  color: #A3A3A3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_detail_container .order_tracking-container .order-tracking .tracking-steps .step .circle svg {
  width: 16px;
  height: 16px;
}
.order_detail_container .order_detail_info_container {
  border: 1px solid #D4D4D4;
  padding: 16px;
  border-radius: 12px;
}

#cart_sidebar_wrapper{
	display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
}.loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(168, 129, 78, 0.2);
  display: none;
}
.loader {
  display: none;
  width: 60px;
  --b: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #a8814e) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
    radial-gradient(
      farthest-side,
      #0000 calc(100% - var(--b) - 1px),
      #000 calc(100% - var(--b))
    );
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
  z-index: 9999999;
}

@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

