@font-face {
    font-family: 'IstokWeb-Regular';
    src: url('../fonts/Istok_Web/IstokWeb-Regular.ttf') format('truetype'), ;
}

@font-face {
    font-family: 'IstokWeb-Bold';
    src: url('../fonts/Istok_Web/IstokWeb-Bold.ttf') format('truetype'), ;
}

@font-face {
    font-family: 'IstokWeb-Italic';
    src: url('../fonts/Istok_Web/IstokWeb-Italic.ttf') format('truetype'), ;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter/static/Inter_18pt-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter/static/Inter_28pt-Light.ttf') format('truetype');
}

:root {
    --main-primary-color: #C28134;
    --main-secondary-color: #E5E5EA;
    --white: #ffffff;
    --black: #000000;
    --button-hover: #805624;
    --button-default: #F2F2F7;
    --button-default-hover: #E5E5EA;
    --error-msg: #D8000C;
    --input-placeholder: #8E8E93;
    --gray-text: #8E8E93;
    --font-thin: 100;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;
    /* theme default*/
    --themePrimaryInitial: #FFFFFF;
    --themePrimary: #C38135;
    --themePrimaryText: #FFFFFF;
    --themeBackground: #FFFFFF;
    --themeBackgroundText: #000000;
}

body {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
}

.navbar-brand img {
    width: 75px;
    height: 75px;
    border-radius: 88px;
}

.navbar-brand {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 27px;
    color: var(--themeBackgroundText);
}

.text-logo {
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    width: 662px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.logo-text {
    display: block;
    white-space: break-spaces;
}

.custom-buyer-control {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 17px;
    color: var(--black);
    background-color: #F7F7FB;
    border-radius: 60px;
    border: none;
    padding: 0px 54px 0 20px;
}

.w-fix-600 {
    /* width: 490px; */
}

.h-fix-50 {
    height: 45px;
}

.custom-buyer-control::placeholder {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    color: var(--input-placeholder);
}

.custom-buyer-group {
    position: relative;
    margin-bottom: 0;
    margin-right: 60px;
}

.custom-buyer-group img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(-50%, -50%);
    width: 25px;
}

.navbar-expand-top {
    padding: 15px 50px;
    background-color: var(--themeBackground);
    height: 80px;
    /* box-shadow: 0px 1px 8px 0px rgba(20, 20, 43, 0.2); */
    box-shadow: 0px 1px 80px 0px rgba(20, 20, 43, 0.2);
    z-index: 2 !important;
}

.top-navbar-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.large-badge {
    min-height: 57px;
    padding: 12px 50px;
}

.gray-gradient-bg {
    background-color: var(--themePrimary);
    /* background: -moz-linear-gradient(180deg, rgba(207, 207, 214, 1) 0%, rgba(224, 224, 230, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(207, 207, 214, 1) 0%, rgba(224, 224, 230, 1) 100%);
    background: linear-gradient(180deg, rgba(207, 207, 214, 1) 0%, rgba(224, 224, 230, 1) 100%); */
}

.top-gap {
    margin-top: 5rem;
}

.badge-cart {
    background-color: var(--themePrimary);
    color: var(--white);
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 12px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4px;
    bottom: 3px;
    /* min-width: 10px;
    min-height: 10px;
    max-width: 20px;
    max-height: 20px; */
}

.top-navbar-nav .nav-item .nav-link {
    position: relative;
}

.page-heading {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 25px;
    color: var(--themePrimaryText);
    margin-bottom: 0;
}

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

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

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

.grid-card {
    background-color: var(--white);
    border: 1px solid #EFF0F6;
    border-radius: 12px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    padding: 0 0;
    position: relative;
    margin-bottom: 20px;
}

.item-content {
    padding: 35px 15px;
}

.btn-ct-theme {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 16px;
    color: var(--themePrimaryText);
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
    background-color: var(--themePrimary);
    border: 1px solid var(--themePrimary);
    text-align: center;
    padding: 10px 5px;
    cursor: pointer;
}

.btn-ct-theme:hover {
    color: var(--themePrimaryText) !important;
    /* background-color: var(--button-hover);
    border: 1px solid var(--button-hover) !important; */
    background-color: var(--themePrimary) !important;
    border: 1px solid var(--themePrimary) !important;
}

.btn-ct-theme-list {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 16px;
    color: var(--themePrimaryText);
    margin-bottom: 0;
    border-radius: 12px 12px 12px 12px;
    background-color: var(--themePrimary);
    border: 1px solid var(--themePrimary);
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}

.btn-ct-theme-list:hover {
    color: var(--themePrimaryText) !important;
    background-color: var(--button-hover);
    border: 1px solid var(--button-hover) !important;
}

.btn-ct-theme h3 {
    margin-bottom: 0;
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 16px;
    color: var(--themePrimaryText);
}

.btn-ct-theme a {
    text-decoration: none;
    color: #ffffff;
}

.ct-product-title {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 16px;
    color: var(--themeBackgroundText);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-list .ct-product-title {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 20px;
    color: var(--themeBackgroundText);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.ct-product-desc {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    color: var(--themeBackgroundText);
    margin-bottom: 5px;
}

.product-info {
    padding: 12px 15px;
}

.byuer-footer {
    background-color: var(--main-secondary-color);
    padding: 35px 40px;
}

.footer-heading {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 20px;
    color: var(--themePrimary);
    margin-bottom: 21px;
}

.footer-links ul li a {
    text-decoration: none;
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.footer-links h3 {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    margin-bottom: 3px;
}

.footer-links p {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.d-flex-powered {
    display: flex;
    justify-content: end;
    align-items: end;
}

.d-flex-powered p a {
    text-decoration: none;
    color: var(--black);
}

.d-flex-powered p {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}

.top-navbar-nav .nav-item .nav-link img {
    cursor: pointer;
}

.grayct-ct-bg {
    background: rgb(142, 142, 147);
}

.product-title-large {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 34px;
    color: var(--black);
    margin-bottom: 15px;
}

.product-desc-large {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-text);
}

.product-param li {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-text);
    margin-bottom: 5px;
}

.semi-title {
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 20px;
    color: var(--black);
    margin-top: 30px;
    margin-bottom: 8px;
}

.product-param {
    list-style: none;
    padding-left: 0;
    width: 200px;
    padding-top: 4px;
}

.product-param li span {
    color: var(--black);
    float: right;
}

.btn-share {
    background-color: var(--themePrimary);
    color: var(--themePrimaryText);
    border: 1px solid var(--themePrimary);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-share img {
    margin-right: 2px;
    width: 23px;
}

.mb-t-2 {
    margin-top: 20px;
}

.btn-share:hover {
    background-color: var(--button-hover);
    color: var(--themePrimaryText);
    border: 1px solid var(--themePrimary);
}

.img-zoom-container {
    position: relative;
    height: 100%;
}


/* .img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 100px;
    height: 100px;
} */

.img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 80%;
    height: 300px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -25rem;
    /* display: none; */
}

.image-gallery img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.image-gallery {
    position: relative;
}

.gallery-carousel {
    padding: 0 0;
}

.gallery-carousel .item {
    padding: 0px 0px;
    height: 86px;
    margin-top: 10px;
    border: 1px solid #c2c2c2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-carousel .item img {
    border-radius: 0;
    max-width: 100%;
    /* height: 80px; */
    object-fit: contain;
    cursor: pointer;
    max-height: 100%;
}

.gallery-carousel .item .vdo_thumb .img-vdo {
    border-radius: 0;
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    cursor: pointer;
    max-height: 100%;
}

.img-youtube {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70px !important;

}

.gallery-carousel {
    position: relative;
}

.gallery-carousel .owl-nav {
    position: absolute;
    top: 35px;
    width: 100%;
}

.gallery-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.gallery-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.gallery-carousel .owl-nav .owl-next img,
.gallery-carousel .owl-nav .owl-prev img {
    width: 30px;
}

.pd-info-gap {
    padding-bottom: 5rem;
}

.gray-header-large {
    background-color: var(--main-secondary-color);
    padding: 10px 10px;
}

.cart-img img {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
}

.cart-tbl-header h4 {
    color: var(--black);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.cart-tbl-product-body h5 {
    color: var(--themeBackgroundText);
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 3px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-tbl-product-body h6 {
    color: var(--themeBackgroundText);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 17px;
}

.cart-tbl-price-body {
    display: flex;
    justify-content: start;
    align-items: center;
}

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

.cart-tbl-price-body h4 {
    color: var(--themeBackgroundText);
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 17px;
}

.cart-tbl-action-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbl-row-content {
    background-color: rgba(242, 242, 247, 0.3);
    padding: 10px 10px 10px 0px;
    /* border-bottom: 1px dashed #E5E5EA; */
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.cart-tbl-action-body img {
    width: 23px;
    cursor: pointer;
}

.quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-text);
    border-radius: 10px;
    min-width: 115px;
    margin-top: 10px;
    max-width: 125px;
}

.btn-quntity {
    width: 28%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-quntity img {
    width: 20px;
}

.f-quntity {
    min-width: 44%;
    max-width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-quntity input {
    color: var(--themeBackgroundText);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius: 6px;
    outline: none;
    background-color: #F2F2F7;
    margin: 3px;
    text-align: center;
    padding: 4px 0 0 0;
}

.f-quntity input:focus {
    outline: none;
    border: none;
}

.f-quntity input::placeholder {
    color: var(--black);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 18px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Hides the spin buttons in WebKit browsers */
    margin: 0;
    /* Ensures no extra space is taken */
}

input[type="number"] {
    appearance: textfield;
    /* Hides the spin buttons in Firefox */
}

.shadow-bx {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 18px 18px;
    border-radius: 8px;
}

.cart-text-large {
    color: var(--gray-text);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 20px;
}

.cart-text-total {
    color: var(--black);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 25px;
}

.round-0 {
    border-radius: 0 !important;
}

.btn-share-primary {
    background-color: var(--themePrimary);
    color: var(--themePrimaryText);
    border: 1px solid var(--themePrimary);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 17px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-share-primary:hover {
    background-color: var(--button-hover);
    color: var(--themePrimaryText);
    border: 1px solid var(--themePrimary);
}

.btn-share-dfault {
    background-color: var(--button-default);
    color: var(--black);
    border: 1px solid var(--button-default);
    font-family: "IstokWeb-Regular";
    font-weight: 400;
    font-size: 17px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-share-dfault:hover {
    background-color: var(--button-default-hover);
    color: var(--black);
    border: 1px solid var(--button-default-hover);
}

.ct-box-gap {
    padding: 0 30px 0 55px;
}

.border-gray-bottom {
    border-bottom: 1px dashed #E5E5EA;
    padding-bottom: 10px;
}

.banner-carousel-inner {
    height: 400px;
}

.banner-carousel-inner .carousel-item {
    width: 100%;
    height: 400px;
}

.banner-carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-title-theme {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 25px;
    color: var(--themePrimary);
    margin-bottom: 0;
}

.heading-div {
    padding-left: 12px;
    padding-bottom: 10px;
}

.view-all-text {
    font-family: "IstokWeb-Bold";
    font-weight: 700;
    font-size: 20px;
    color: var(--themePrimary);
    margin-bottom: 0;
}

.filter-data-tab {
    position: absolute;
    right: -12px;
    top: 0;
    cursor: pointer;
    padding: 0px 8px;
}

.pos-relative {
    position: relative;
}

.modal .modal-content {
    border-radius: 15px;
}

.content-default-canvas {
    padding: 10px 10px;
}

.content-default-canvas .modal-header {
    padding: 0.4rem 1rem 1rem 1rem;
}

.close-canvas-modal2 {
    position: absolute;
    top: -34px;
    right: -30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.content-default-canvas .modal-title-small2 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding: 5px 10px 0 0px;
    width: 100%;
}

.tab-filter .nav-pills .nav-item {
    margin-right: 10px;
}

.tab-filter .nav-pills .nav-item .nav-link.active {
    color: #FFFFFF;
    background-color: var(--themePrimary);
    border: 1px solid var(--themePrimary);
}

.form-filter-check input:checked {
    background-color: var(--themePrimary);
    border-color: var(--themePrimary);
    top: 2.5px;
}

.tab-filter .nav-pills .nav-item .nav-link {
    font-size: 15px;
    color: #514F6E;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    background-color: #EFF0F6;
    border: 1px solid #EFF0F6;
    border-radius: 12px;
}

.form-filter-check input {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 9px;
    top: 4px;
    border: 2px solid var(--themePrimary);
    background-color: transparent;
    appearance: none;
    border-radius: 2px;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.form-filter-check input:checked {
    background-color: var(--themePrimary);
    border-color: var(--themePrimary);
    top: 2.5px;
}

.form-filter-check input:checked::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><path d="M8.71251 1.21261C8.88745 1.0392 9.12361 0.941601 9.36993 0.940922C9.61625 0.940242 9.85294 1.03653 10.0288 1.20897C10.2047 1.38142 10.3057 1.61616 10.3099 1.86244C10.3141 2.10873 10.2212 2.34677 10.0513 2.52511L5.06126 8.76261C4.9755 8.85498 4.87199 8.92911 4.75693 8.98056C4.64186 9.03202 4.5176 9.05974 4.39158 9.06208C4.26555 9.06441 4.14035 9.04131 4.02346 8.99415C3.90657 8.94699 3.80039 8.87674 3.71126 8.78761L0.405014 5.48011C0.312905 5.39428 0.239028 5.29078 0.187788 5.17578C0.136548 5.06078 0.108995 4.93664 0.106774 4.81076C0.104553 4.68488 0.127709 4.55984 0.174861 4.44311C0.222012 4.32637 0.292193 4.22033 0.381216 4.13131C0.47024 4.04228 0.576282 3.9721 0.693017 3.92495C0.809752 3.8778 0.934789 3.85465 1.06067 3.85687C1.18655 3.85909 1.31069 3.88664 1.42569 3.93788C1.54069 3.98912 1.64419 4.063 1.73001 4.15511L4.34751 6.77136L8.68876 1.24011L8.71251 1.21261Z" fill="%23FFFFFF"/></svg>');
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: 2px;
}

.tab-filter .nav-pills .nav-item .nav-link {
    font-size: 15px;
    color: #514F6E;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    background-color: #EFF0F6;
    border: 1px solid #EFF0F6;
    border-radius: 12px;
}

.filter-tabs {
    padding: 0 27px;
}

.search-containerinput {
    position: relative;
}

.input-text-group {
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 16px;
    color: #000000;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
}

.custom-input-control-2 {
    color: #514F6E;
    font-size: 16px;
    font-family: "IstokWeb-Regular";
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid var(--themePrimary);
    background-color: #EFF0F6;
    outline: none;
    height: 40px;
    padding: 0 10px 0 44px;
    border-radius: 12px;
    border-bottom: 0;
    width: 100%;
}

.custom-input-control-2::placeholder {
    color: #CCCCCC;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.custom-input-control-3::placeholder {
    color: #CCCCCC;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.filter-label-1 {
    color: #000000;
    font-size: 15px;
    font-family: "IstokWeb-Regular";
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 5px;
    margin-top: 10px;
}

.form-check-label {
    margin-bottom: 0;
}

.form-filter-check input {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 9px;
    top: 4px;
    border: 2px solid var(--themePrimary);
    background-color: transparent;
    appearance: none;
    border-radius: 2px;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.w-fix-3 {
    padding: 6px 27px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #092a53;
    border-color: #092a53;
}

.btn-link-secondary {
    color: #fff;
    background-color: #514F6E;
    border-color: #514F6E;
    cursor: pointer;
}

.filter-select-control {
    color: #000000;
    font-size: 15px;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    border: 1px solid #EFF0F6;
    background-color: #EFF0F6;
    height: 40px;
}

.multi-select-container {
    position: relative;
    color: #000000;
    font-size: 15px;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    border: 1px solid #EFF0F6;
    background-color: #EFF0F6;
    height: 40px;
    border-radius: 4px;
}

.selected-options {
    padding: 8px 15px 10px 15px;
    cursor: pointer;
    user-select: none;
    color: #000000;
    font-size: 15px;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    border: 1px solid #EFF0F6;
    background-color: #EFF0F6;
    height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.options-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
}

.options-list label {
    display: block;
    padding: 8px 15px 10px 15px;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    border: 1px solid #EFF0F6;
    background-color: #EFF0F6;
    height: 40px;
    border-radius: 0;
    margin-bottom: 0;
}

.options-list input[type="checkbox"] {
    margin-right: 10px;
    display: none;
}

.filter-control-label {
    color: #000000;
    font-size: 15px;
    font-family: "IstokWeb-Regular";
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 5px;
    margin-top: 10px;
}

.custom-input-control-3 {
    color: #514F6E;
    font-size: 16px;
    font-family: "IstokWeb-Regular";
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid var(--themePrimary);
    background-color: #EFF0F6;
    outline: none;
    height: 40px;
    padding: 0 15px;
    border-radius: 12px;
    border-bottom: 0;
    width: 100%;
}

.to-text {
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-family: "IstokWeb-Regular";
    font-weight: 600;
    margin-top: 20px;
}

.btn-reset-secondary {
    color: #fff;
    background-color: var(--themePrimary);
    border-color: var(--themePrimary);
    cursor: pointer;
}

.modal-header {
    border-bottom: 0;
}

.mt-gap {
    margin-top: 10px;
}

.content-default-canvas .modal-header {
    padding: 0.4rem 1rem 1rem 1rem;
}

.btn-rounded-3 {
    border-radius: 12px !important;
}

.options-list label.selected {
    background-color: var(--themePrimary);
    color: #ffffff;
}

.close-canvas-modal2 {
    position: absolute;
    top: -25px;
    right: -22px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.row-list {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}

.row-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .modal-smd-offcanvas-catalog {
        min-width: 450px;
    }
}

@media (min-width: 768px) {
    .col-fixed-list {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-fixed-check {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .row-grid .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .row-list .ct-product-image {
        width: 100%;
        height: 196px;
        padding: 0;
        /* object-fit: cover; */
        border-radius: 12px 12px 12px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-grid .ct-product-image {
        width: 100%;
        /* height: 196px; */
        height: 230px;
        padding: 0;
        /* object-fit: cover; */
        border-radius: 12px 12px 12px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-list .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 12px 12px 12px 12px;
    }

    #mobile_search {
        display: none;
    }

    .search-container-mb {
        display: none;
    }
}

@media (min-width: 992px) {
    .row-grid .col-item-fixed-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .row-list .col-item-fixed-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-grid .col-item-fixed-2 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .row-list .col-item-fixed-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .w-fix-600 {
        width: 270px;
    }

    .custom-buyer-group {
        margin-right: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-fixed-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-fixed-check {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart-img img {
        width: 120px;
        height: 80px;
        object-fit: cover;
    }

    .shadow-bx {
        margin-top: 30px;
    }

    .ct-box-gap {
        padding: 0 5px 0 5px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (min-width: 1025px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1360px) {}

@media (max-width: 767px) {
    .mt-auto-fixed {
        margin-top: -15px;
    }

    .row-list .ct-product-image {
        width: 100%;
        height: 156px;
        padding: 0;
        /* object-fit: cover; */
        border-radius: 12px 12px 12px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-grid .ct-product-image {
        width: 100%;
        height: 156px;
        padding: 0;
        /* object-fit: cover; */
        border-radius: 12px 12px 12px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .w-mb-100 {
        width: 100%;
    }

    .selected-options {
        font-size: 13px;
    }

    .mb-w-100 {
        width: 100%;
    }

    .btn-ct-theme-list {
        padding: 6px 20px;
        width: 100%;
        font-family: "IstokWeb-Bold";
        font-weight: 700;
        font-size: 16px;
        color: var(--themePrimaryText);
        margin-bottom: 0;
        border-radius: 0 0 12px 12px;
        background-color: var(--themePrimary);
        border: 1px solid var(--themePrimary);
        text-align: center;
        cursor: pointer;
    }

    .content-default-canvas {
        padding: 1px 1px;
    }

    .content-default-canvas .modal-title-small2 {
        font-size: 16px;
    }

    .tab-filter .nav-pills .nav-item .nav-link {
        font-size: 13px;
        padding: 5px 10px;
    }

    .custom-input-control-2 {
        color: #514F6E;
        font-size: 14px;
        font-family: "IstokWeb-Regular";
        font-weight: 700;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid var(--themePrimary);
        background-color: #EFF0F6;
        outline: none;
        height: 38px;
        padding: 0 10px 0 36px;
        border-radius: 12px;
        border-bottom: 0;
        width: 100%;
    }

    .filter-select-control {
        color: #000000;
        font-size: 13px;
        font-family: "IstokWeb-Regular";
        font-weight: 600;
        border: 1px solid #EFF0F6;
        background-color: #EFF0F6;
        height: 38px;
    }

    .custom-input-control-2::placeholder {
        font-size: 13px;
    }

    .filter-select-control::placeholder {
        font-size: 13px;
    }

    .custom-input-control-1::placeholder {
        font-size: 13px;
    }

    .custom-input-control-3::placeholder {
        font-size: 13px;
    }

    .to-text {
        font-size: 14px;
    }

    .filter-label-1 {
        color: #000000;
        font-size: 13px;
        font-family: "IstokWeb-Regular";
        font-weight: 700;
        text-transform: capitalize;
        padding-left: 5px;
        margin-top: 10px;
    }

    .btn-reset-secondary {
        font-size: 13px;
    }

    .w-fix-3 {
        padding: 6px 17px !important;
    }

    .filter-pills .nav-link {
        display: block;
        padding: 6px 10px;
    }

    .input-text-group {
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 14px
    }

    .filter-data-tab {
        position: absolute;
        right: 0px;
        top: -2px;
        cursor: pointer;
        width: 72px;
    }

    .custom-input-control-3 {
        color: #514F6E;
        font-size: 13px;
    }

    .filter-control-label {
        color: #000000;
        font-size: 13px;
        font-family: "IstokWeb-Regular";
        font-weight: 700;
        text-transform: capitalize;
        padding-left: 5px;
        margin-top: 10px;
    }

    .filter-data-tab img {
        width: 25px;
    }

    .tab-filter .nav-pills .nav-item {
        margin-right: 4px;
    }

    .view-all-text {
        font-size: 14px;
    }

    .banner-carousel-inner {
        height: 200px;
    }

    .banner-carousel-inner .carousel-item {
        width: 100%;
        height: 200px;
    }

    .category-title-theme {
        font-size: 17px;
    }

    .cart-tbl-product-body h5 {
        font-size: 13px;
        margin-bottom: 1px;
    }

    .cart-tbl-product-body h6 {
        font-size: 13px;
    }

    .cart-tbl-price-body h4 {
        font-size: 13px;
    }

    .quantity-container {
        width: 80px;
        margin-top: 0px;
    }

    .f-quntity input {
        font-size: 13px;
        margin: 1px;
    }

    .cart-tbl-action-body img {
        width: 17px;
    }

    .btn-quntity img {
        width: 14px;
    }

    .ct-box-gap {
        padding: 0 0px 0 0px;
        margin-top: 20px;
    }

    .cart-text-large {
        font-size: 19px;
    }

    .cart-text-total {
        font-size: 20px;
    }

    .cart-img img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .btn-share-primary {
        font-size: 16px;
        height: 39px;
    }

    .btn-share-dfault {
        font-size: 16px;
        height: 39px;
    }

    .cart-tbl-header h4 {
        font-family: "IstokWeb-Bold";
        font-weight: 700;
        font-size: 12px;
    }

    .cart-img {
        justify-content: start;
        padding-right: 0;
    }

    #mobile_none {
        display: none;
    }

    .col-fixed-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-fixed-check {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .row-grid .col-item-fixed-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .row-list .col-item-fixed-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .d-flex-powered {
        display: flex;
        justify-content: center;
        align-items: end;
        padding-top: 20px;
    }

    .navbar-expand-top {
        padding: 5px 15px;
        height: 60px;
    }

    #hidden-input {
        display: none;
    }

    .navbar-brand img {
        width: 40px;
        height: 41px;
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

    .text-logo {
        width: 180px;
        font-size: 15px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .max-string {
        font-size: 13px !important;
    }

    .navbar-brand {
        font-size: 24px;
    }

    .page-heading {
        font-size: 18px;
        width: 206px;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* -webkit-line-clamp: 1; */
        white-space: break-spaces;
        display: block;
        margin-top: 7px;
    }

    .large-badge {
        height: 45px;
        padding: 12px 30px;
    }

    .item-content {
        padding: 15px 10px;
    }

    .grid-card {
        margin-bottom: 11px;
    }

    .top-gap {
        margin-top: 4rem;
    }

    .search-icon {
        margin-right: 6px;
        width: 24px;
        cursor: pointer;
    }

    .search-icon2 {
        margin-right: 6px;
        width: 20px;
        cursor: pointer;
    }

    .search-container-mb {
        position: fixed;
        left: 0;
        top: 64px;
        padding: 2px 10px;
        z-index: 2;
        width: 100%;
        background: rgb(207, 207, 214);
        background: -moz-linear-gradient(180deg, rgba(207, 207, 214, 1) 0%, rgba(224, 224, 230, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(207, 207, 214, 1) 0%, rgba(224, 224, 230, 1) 100%);
        background: linear-gradient(180deg, rgba(207, 207, 214, 1) 0%, rgba(224, 224, 230, 1) 100%);
    }

    .h-fix-50 {
        height: 41px;
    }

    .custom-buyer-control {
        font-size: 14px;
        padding: 0px 45px 0 20px;
    }

    .custom-buyer-control::placeholder {
        font-size: 14px;
    }

    .custom-buyer-group img {
        width: 20px;
    }

    .image-gallery {
        height: 275px;
    }

    .product-title-large {
        font-family: "IstokWeb-Regular";
        font-weight: 400;
        font-size: 25px;
        color: var(--black);
        margin-bottom: 9px;
        margin-top: 10px;
    }

    .product-desc-large {
        font-size: 14px;
    }

    .product-param li {
        font-size: 14px;
    }

    .semi-title {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    .mb-t-2 {
        margin-top: 10px;
    }

    .byuer-footer {
        padding: 35px 10px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .row-grid .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .row-list .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .ct-product-title {
        font-size: 14px !important;
    }

    .ct-product-desc {
        font-size: 14px !important;
    }

    .btn-ct-theme h3 {
        font-size: 14px !important;
    }

    .product-info {
        padding: 10px 10px !important;
    }

    .row-list .product-info {
        padding: 20px 30px 10px 30px !important;
    }

    .btn-ct-theme {
        padding: 10px 5px !important;
    }
}

@media (min-width: 411px) and (max-width: 576px) {
    .row-grid .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .row-list .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .ct-product-title {
        font-size: 14px !important;
    }

    .ct-product-desc {
        font-size: 14px !important;
    }

    .btn-ct-theme h3 {
        font-size: 14px !important;
    }

    .product-info {
        padding: 10px 10px !important;
    }

    .row-list .product-info {
        padding: 20px 30px 10px 30px !important;
    }

    .btn-ct-theme {
        padding: 10px 5px !important;
    }
}

@media (max-width: 410px) {
    .row-grid .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .row-list .ct-product-image img {
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        border-radius: 0;
    }

    .ct-product-title {
        font-size: 12px !important;
    }

    .ct-product-desc {
        font-size: 12px !important;
    }

    .btn-ct-theme h3 {
        font-size: 13px !important;
    }

    .product-info {
        padding: 10px 10px !important;
    }

    .row-list .product-info {
        padding: 20px 30px 10px 30px !important;
    }

    .btn-ct-theme {
        padding: 7px 5px !important;
    }
}

.swipe-list {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.swipe-left a,
.swipe-right a {
    text-decoration: none;
}

.swipe-left a img,
.swipe-right a img {
    width: 30px;
}

.swipe-left {
    text-align: left;
    /* width: 50%; */
    padding-left: 10px;
}

.swipe-right {
    text-align: right;
    /* width: 50%; */
    padding-right: 10px;
}

@media (min-width: 768px) {
    /* .swipe-list {
        display: none !important;
    } */
}

@media (max-width: 767px) {
    .gallery-carousel .item img {
        border-radius: 0;
        max-width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
        cursor: pointer;
    }

    .gallery-carousel .item {
        padding: 0px 0px;
        height: 65px;
        margin-top: 10px;
        border: 1px solid #c2c2c2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gallery-carousel .owl-nav {
        position: absolute;
        top: 23px;
        width: 100%;
    }

    .filter-data-tab svg {
        width: 25px;
    }
}

.btn-default-back {
    width: 40px;
    padding: 5px 10px;
    margin: 0;
    background-color: white;
    border: 1px solid #ccc;
}

.event-btn a {
    flex: 1;
    text-decoration: none !important;
}

.event-btn button {
    display: flex;
    /* Ensures proper alignment of content inside the button */
    align-items: center;
    /* Centers image and text vertically */
    justify-content: center;
    /* Centers content horizontally */

    overflow: hidden;
    /* Ensures content stays inside the button */
    text-align: left;
    /* Align text inside the button */
    padding: 10px 2px;
    border-radius: 6px;
    /* Adds padding for better visuals */
}

.event-btn button div {
    display: -webkit-box;
    /* Enables multi-line ellipsis */
    -webkit-line-clamp: 1;
    /* Limits text to one line */
    -webkit-box-orient: vertical;
    /* Ensures vertical orientation */
    overflow: hidden;
    /* Hides overflowing text */
    text-overflow: ellipsis;
    /* Adds the ellipsis ("...") */
    white-space: normal;
    /* Ensures proper text wrapping */
    word-break: break-all;
}

.h-30-fixed {
    height: 42px;
}


/* header responsive fixes 23july2025 */
.header-responsive .text-logo {
    width: auto;
}

.header-responsive .logo-text {
    white-space: normal;
    /* font-size: clamp(0.75rem, 1.5vw, 2rem); */
    font-size: calc(1.25vw + 1vh);
    text-wrap: balance;
    line-height: 30px;
}

.header-responsive .mt-auto-fixed {
    justify-content: end;
}

.body-adjusted-for-navbar .large-badge.gray-gradient-bg.top-gap {
    margin-top: 0;
}

.toprow {
    margin: 0;
}

.body-adjusted-for-navbar .mt-auto-fixed {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-responsive .w-fix-600 {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .header-responsive .logo-text {
        line-height: 20px;
        font-size: clamp(1rem, 1.5vw, 2rem);

    }

    .header-responsive.navbar-expand-top {
        padding: 5px 15px;
        height: auto;
    }



}

/* header responsive fixes /end */
/* product-details-info  23july2025 */

.product-details-info .product-param {
    width: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-details-info .product-param li {
    flex: 0 0 23%;
    width: 23%;
    white-space: nowrap;
    display: flex;
}

.product-details-info .product-param li span {
    float: none;
    flex-grow: 1;
    white-space: normal;
}

@media (max-width:991px) {
    .product-details-info .product-param li {
        flex: 0 0 32%;
        width: 32%;
    }
}

@media (max-width:767px) {
    .product-details-info .product-param li {
        flex: 0 0 48%;
        width: 48%;
    }
}

@media (max-width:576px) {
    .product-details-info .product-param li {
        flex: 0 0 auto;
        width: auto;
        min-width: 25%;
    }
}

/* product-details-info  23july2025 /end */