@font-face {
  font-family: "GoldmanBold";
  src: url("../fonts/Goldman-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GoldmanRegular";
  src: url("../fonts/Goldman-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "inter", sans-serif;
  /* direction: rtl; */
}
.hidden {
    display: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "GoldmanRegular", sans-serif;
}
a {
    text-decoration: none !important;
}
.primery-color {
  color: #262626 !important;
}
.secondary-color {
  color: #a6a6a6 !important;
}
.font-18 {
  font-size: 18px;
}
.font-12 {
  font-size: 12px;
}
.font-42 {
  font-size: 42px;
}
.font-14 {
  font-size: 14px;
}
.bg-gray {
  background-color: #f2f2f2 !important;
}
.navbar {
  background-color: #0d0d0d !important;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: #a6a6a6;
  margin-left: 15px;
  font-family: "GoldmanRegular", sans-serif;
}
.offcanvas {
  background-color: #222;
}

.offcanvas .nav-link {
  color: #ddd;
}

.owl-slider {
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #0d0d0d;
}
.big-images {
    text-align: center;
    padding: 17px 0;
    height: 75%;
}
.thumbnails li {
    list-style: none;
}
.owl-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-slider .item img {
  width: 100%;
  height: auto;
}

/* products */

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
}

.product-info h5 {
  margin: 0;
  font-weight: bold;
}

.product-info a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: red;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/* custom.css */

.card {
  margin-bottom: 20px;
}
.btn-danger-cs {
  background-color: #ff0000;
  border-radius: 0;
  color: #fff;
}
.btn-danger-cs:hover {
  background-color: #9a0505;
  border-radius: 0;
  color: #fff;
}
.background-image {
  background-image: url("../assets/images/bg.png");
  background-size: cover;
  background-position: center;
}
.stats-box {
  position: relative;
  top: 43px;
}
.box {
  background-color: #fff;
  color: #0d0d0d;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.box h4 {
  font-size: 16px;
}
.box span {
  font-size: 44px;
  font-family: "GoldmanRegular", sans-serif;
}

/* article */

.owl-article .card {
  background-color: white;
  border: none;
  border-radius: 0px !important;
}
.owl-article .card-title {
  font-size: 20px;
}
.owl-article .card-text a {
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
.owl-article .card-text {
  border-top: solid 1px #99999957;
}

/* Featured */

.card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.card-img-overlay .card-title {
  font-size: 20px;
}

.card-img-overlay .card-text {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .pay-sec {
    margin-top: -46px;
  }
}

.footer {
  background-color: #0e0e0e;
  background-image: url("../assets/images/footer.png");
  background-size: cover;
  color: white;
  padding-top: 40px;
}

.footer .footer-logo img {
  width: 220px;
}

.home-footer a {
  color: white !important;
}

.footer .footer-links a {
  color: #595959;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer .footer-links li {
  list-style: none;
}
.footer .footer-links ul {
  padding: 0;
}
.footer .footer-links a:hover {
  color: #878787;
}

.footer .social-icons a {
  color: #fbfbfb;
  margin-right: 15px;
  font-size: 1.2em;
}

.footer .bottom-bar {
  background-color: #ff0000;
  padding: 10px 0;
  color: white;
  text-align: center;
  font-size: 13px;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.breadcrumb a {
    color: #81858b !important;
}
.breadcrumbs {
    border: 0 !important;
    padding: 0 !important;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb a {
    color: #81858b !important;
}
.breadcrumbs > * {
    float: left !important;
    font-size: 0.7rem !important;
    font-weight: 400;
    line-height: 2.17;
}
.breadcrumbs > * {
    float: left !important;
}
.breadcrumbs li {
    list-style: none;
}
.card.crd-price {
    background: linear-gradient(0deg, hsla(240, 3%, 94%, .5), hsla(240, 3%, 94%, .5)), #fff;
    border-color: #e0e0e2;
    border-radius: 7px;
}
@media screen and (min-width: 768px) {
    .c-gallery__options {
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 9;
    }
}
.c-product__guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.c-product__guarantee-text.js-guarantee-text {
    color: #000;
}
.c-gallery__options li {
    width: 40px;
    height: 36px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #565656;
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    margin-bottom: 10px;
}
.c-gallery__options li {
    list-style: none;
}
.row.c-product {
    margin-bottom: 15px;
    width: 100%;
}
.row.row-pro-name {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px !important;
}
.c-product__title {
    font-size: 22px;
    line-height: 1.467;
    color: #000;
    font-weight: 400;
    padding-top: 10px;
}
.c-product__title span {
    color: #848484;
    font-size: 14px !important;
    line-height: 1.833 !important;
    display: block;
    margin-top: 5px;
}
.rate-box {
    text-align: left;
    padding-top: 17px;
    font-size: 10px;
    color: #8a8887;
}
.c-product__directory li {
    margin-left: 28px;
    display: inline-block;
}
.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    display: inline-block;
    position: relative;
}
.btn-link-spoiler::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.c-product__variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}
.c-product__variants, .c-product__variants > span {
    display: -ms-flexbox;
    display: flex;
}
.c-product__variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}
.c-product__variants ul {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    max-width: calc(100% - 100px);
}
.lbl-obtion {
    color: #000;
    font-size: 12px;
}
.c-product__variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}
.c-product__variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}
.c-ui-variant {
    display: inline-block;
    position: relative;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.c-ui-variant input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.c-ui-variant__check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
    border-right-color: rgb(222, 222, 222);
    border-bottom-color: rgb(222, 222, 222);
    border-left-color: rgb(222, 222, 222);
    border-radius: 5px;
    color: #000;
    padding: 5px 16px;
    padding-right: 16px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
}
.c-ui-variant--color .c-ui-variant__check {
    padding-right: 37px;
}
input[type="radio"]:checked + .c-ui-variant__check {
    border-color: #00bfd6;
}
.product-detail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0 !important;
}
.product-detail li {
    background-color: #f0f0f1;
    padding: 8px;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.t-attrib {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-size: 12px;
    text-align: right;
    color: #81858b;
}
#showmenu {
    position: relative;
    padding-right: 13px;
    color: #1ca2bd;
    line-height: 2;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
#showmenu a {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 5px;
}
.big-images {
    text-align: center;
    padding: 17px 0;
    height: 75%;
}
.thumbnails {
    height: 100%;
}
.thumbnail.first_thumbnail {
    height: 100%;
    display: block;
    display: -ms-flexbox;
    display: flex;
}
.thumbnail.first_thumbnail img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    min-height: 100px;
    min-width: 101px;
    margin: 0 auto;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 992px) {
    .owl-stage {
        padding-right: 0 !important;
    }
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
@media screen and (min-width: 768px) {
    .thumb-product3 .thumbnail {
        height: 70px;
        overflow: hidden;
    }
}
.thumb-product3 .item a {
    border: 1px solid #eee;
    display: block;
    border-radius: 7px;
}
.row.row-feature {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px !important;
}
.c-product__feature-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-product__feature-item {
    color: #4a5f73;
    font-size: 12px;
}
.c-product__feature-item span {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
    .c-product__feature-item span {
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (min-width: 768px) {
    .c-product__feature-item .icon {
        width: 50px;
    }
}
.c-product__feature-item .icon img {
    width: 100% !important;
}
.row-tab {
    margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
    .row-tab {
        padding: 20px;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav.nav-tabs li {
    margin: 0 0 0 15px;
}
.nav.nav-tabs li a {
    color: #000;
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
#product-details .nav a {
    border-bottom: 2px solid transparent;
}
#product-details .nav .active a {
    border-bottom: 2px solid #ed1944;
}
.c-params__title {
    color: #000;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
    padding-right: 12px;
    font-weight: 700;
}
.c-params__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #ed1944;
    transform: rotate(45deg);
}
.c-params__list {
    width: 100%;
}
.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}
.c-params__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.c-params__list-key, .c-params__list-value {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
}
@media screen and (min-width: 768px) {
    .c-params__list-key {
        -ms-flex: 0 0 25.2%;
        flex: 0 0 25.2%;
        max-width: 25.2%;
    }
}
.c-params__list-key .block, .c-params__list-value .block {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #4d4d4d;
    position: relative;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.c-params__list-key .block {
    background-color: #f0f0f5;
    border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 768px) {
    .c-params__list-value {
        -ms-flex: 0 0 74.8%;
        flex: 0 0 74.8%;
        max-width: 74.8%;
    }
}
.c-params__list-key .block, .c-params__list-value .block {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #4d4d4d;
    position: relative;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.c-params__list-value .block {
    color: #000;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .thumb-product3 .thumbnail {
        height: 70px;
        overflow: hidden;
    }
}
.thumb-product3 .item a {
    border: 1px solid #eee;
    display: block;
    border-radius: 7px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.thumb-product3 .thumbnail img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}
.thumb-product3 .item a img {
    border-radius: 7px;
}
.nav.nav-tabs li a {
    color: #000;
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
#product-details .nav a {
    border-bottom: 2px solid transparent;
}
#product-details .nav .active a {
    border-bottom: 2px solid #ed1944;
}
.description {
    color: #404040;
    font-size: 15px;
    line-height: 2.25;
    text-align: justify;
}
.c-desc-wrapper {
    max-height: 120px;
    overflow: hidden;
}
.about-company.c-desc {
    line-height: 1.7;
    text-align: justify;
    color: #81858b;
    font-size: 12px;
    font-weight: 300;
}
#content .about-company.c-desc {
    line-height: 1.7;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
.about-company p {
    text-align: justify;
}
.c-more-info.more.more-desc-info {
    color: #2dc4d7;
    background-color: transparent !important;
    font-size: 12px;
    box-shadow: none !important;
    border: none !important;
}
.mores i {
    vertical-align: middle;
    font-size: 10px;
    margin-right: 1px;
}
.more i {
    vertical-align: middle;
    font-size: 10px;
    font-weight: 400;
}
.c-more-info .less, .c-more-info.expand .mores {
    display: none;
}
.product-info {
    position: absolute;
    bottom: 12px !important;
    right: 20px;
    color: white;
}
.display-4 {
    font-size: 2.5rem;
}
.custom-input {
    background-color: #f8f8f8;
    border: none;
    border-radius: 8px;
    padding: 12px 15px;
}
.custom-input:focus {
    outline: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.btn-custom {
    background-color: #e42526;
    border: none;
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 8px;
}
.btn-custom:hover {
    background-color: #c61d1e;
}
.image-wrapper {
    max-width: 500px;
    position: relative;
}
.custom-image {
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.dotted-overlay {
    position: absolute;
    top: -20px;  left: -20px;
    right: 0;
    bottom: 0;  width: 100%;
    height: 100%;  z-index: -1;
    background-image: radial-gradient(circle, #d0c0f7 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;  border-radius: 20px;
}
.custom-product-card {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    position: relative;
    padding: 15px;
}
.custom-product-card:hover {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
}
.custom-product-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 311px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    max-height: 100%;
}
.custom-product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.custom-product-card:hover .custom-product-image img {
    transform: scale(1.05);
}
.custom-hover-icons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-product-card:hover .custom-hover-icons {
    opacity: 1;
}
.custom-icon {
    color: #373b3e;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.custom-icon:hover {
    background-color: #f0f0f0;
}
.custom-product-info {
    margin-top: 10px;
    text-align: left;
}
.custom-product-category {
    color: #999;
    font-size: 14px;
}
.custom-product-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.custom-view-more {
    color: #999999;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px;
}
.custom-view-more svg {
    transition: transform 0.3s ease;
}
.custom-view-more:hover svg {
    transform: translateX(3px);
}
.filter-section {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
}
.filter-title {
    font-size: 25px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.filter-group {
    margin-bottom: 20px;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
  cursor: pointer;
  position: relative;
  padding: 5px 0;
}
.filter-header .toggle-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}
.filter-group.open .toggle-icon {
    transform: rotate(180deg);
}
.filter-content {
    display: none;
    padding: 10px 0;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list > li {
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
}
.category-list .subcategory-list {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    padding-right: 15px;
    display: none; 
    border-right: 2px solid #eee; 
}
.category-list .toggle-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
    float: left;
}
.category-list .toggle-icon.open svg {
    transform: rotate(180deg);
}
.filter-content .color-option {
    width: 24px;
    height: 24px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 25px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #e41e26;
}
input:checked + .slider:before {
    transform: translateX(25px);
}
.product-gallery {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
}
.main-image {
    text-align: center;
    margin-bottom: 15px;
}
.main-image img {
   /* width: 100%;*/
    cursor: zoom-in;
    max-height: 100%;
}
.thumbnail-images .item {
    display: inline-block;
    margin-right: 5px;
}
.thumbnail-images img {
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail-images img:hover,
.thumbnail-images .active-thumbnail {
    border-color: #8b008b;
}
.product-gallery {
    position: relative;
    display: inline-block;}
.zoom-icon {
    position: absolute;
    top: 63%;
    right: 37px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 11px;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.zoom-icon i {
    font-size: 24px;
    color: #333;
}
.main-image {
    border: 1px solid #ddd;
}
.gallery-discount-badge {
    position: absolute;
    top: 35px;
    left: 35px;
    background-color: #d81b60;
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

.product-title {
    color: var(--Text-text, #404044);
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-description {
    color: var(--Text-text, #404044);
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product-meta .category,
.product-meta .tags,.product-meta .share {
    margin-bottom: 10px;
}
.product-meta span {
    font-weight: bold;
    color: #555;
}
.product-meta a {
    color: #333;
    text-decoration: none;
    margin: 0 5px;
    font-size: 16px;
}
.product-meta .share a {
    font-size: 16px;
    margin-right: 10px;
}
.product-meta .share a i {
  color: #333;
}
.tabs-container {
    margin-top: 20px;
}
.tabs {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.tab-link {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: var(--Text-text, #404044);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tab-link.active {
    color: var(--primary-base, #ed2427);
    border-bottom: 2px solid #ed2427;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tab-content {
  display: none;
  color: var(--Text-text, #404044);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
}
.tab-content.active {
    display: block;
}
@media (max-width: 768px) {
    .tabs {
        flex-direction: column;
        align-items: flex-start;
    }
    .tab-link {
        width: 100%;
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
    .tab-link.active {
        border-bottom: 2px solid #ed2427;
    }
}
.product-table {
    width: 100%;
    margin-top: 20px;
}
.product-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.product-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.product-table td:first-child {
    background-color: #f5f5f5;
    font-weight: bold;
    width: 40%;
}
.product-table td:last-child {
    width: 60%;
}
.breadcrumb-container {
    padding: 5px 0;
    font-size: 14px;
    color: #6c757d;
    direction: ltr;
    text-align: left;
}
.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
.breadcrumb-item {
    position: relative;
    padding: 0 10px;
}
.breadcrumb-item:not(:first-child)::before {
    content: "›";
    position: absolute;
    left: -5px; 
    color: #b3b3b3;
}
.breadcrumb-item:first-child::after {
    content: " ";
}
.breadcrumb-item a {
    text-decoration: none;
    color: var(--Text-text-f, rgba(64, 64, 68, 0.60));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumb-item a:hover {
    color: #2a2929;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #b3b3b3;
}