@import "fonts.css";
@import "iconly.css";
@import "helper.css";
@import "reset-bootstrap.css";
@import "jquery.range.css";

body {
    font-family: IRANSansXFaNum, sans-serif !important;
    background: var(--colorBg);
    color: var(--colorText);
    font-size: 15px;
    direction: rtl;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a:not([class*="link-"]) {
    text-decoration: none !important;
}

:root {
    --colorBg: #fff;
    --colorText: #2E292C;
    --colorMain: #9339D9;
    --colorMainRGB: 147, 57, 217;
    --colorSecondary: #36D1DE;
    --colorSecondaryRGB: 54, 209, 222;
    --colorDark: #3D264E;
    --colorDarkRGB: 61,38,78;
    --colorDarker: #281933;
    --colorRedDark: #b70d1d;
    --colorWarning: #cba810;
    --colorWarningDark: #917a10;
    --colorWarningGB: 203,168,16;
    --colorInfo: #1d60c5;
    --colorInfoRGB: 29,96,197;
    --colorRed: #DE1429;
    --colorRedRGB: 222,20,41;
    --colorGreen: #0EB97A;
    --colorGreenRGB: 14, 185, 122;
    --colorGray: #969696;
    --colorGrayDark: #77717a;
    --colorBasalam: #ff5c35;
    --colorBasalamHover: #d84826;
    --colorGrayRGB: 195,186,203;
    --borderRadiusSm: 5px;
    --borderRadiusMd: 9px;
    --borderRadiusLg: 12px;
}
.datepicker-persian{
    font-family: IRANSansXFaNum, sans-serif !important;
}
.datepicker-grid-view .selected > span{
    background: var(--colorMain) !important;
}
.w-fit-content{
    width: fit-content!important;
}
.pwt-btn {
    font-size: 16px!important;
}
.pwt-btn.pwt-btn-prev,
.pwt-btn.pwt-btn-next
{
    line-height: 44px !important;
    height: 40px !important;
    background: rgba(var(--colorMainRGB), 0.1) !important;
    border-radius: 7px !important;
}
.pwt-btn.pwt-btn-prev:hover,
.pwt-btn.pwt-btn-next:hover{
    background: rgba(var(--colorMainRGB), 0.3) !important;
}
.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span,
.datepicker-plot-area .datepicker-day-view .table-days td span,
.pwt-btn-submit,.pwt-btn-today
{
    font-size: 16px!important;
}
.datepicker-plot-area {
    min-width: 300px!important;
    max-width: 100%;
    padding: 15px!important;
    border-radius: 10px !important;
    box-shadow: 0 0 40px 10px #0000001a !important;
    border: 5px solid #ddd !important;
}
@media (min-width: 992px) {
    width: 350px !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td span {
    height: 32px!important;
    line-height: 32px!important;
    border-radius: 5px!important;
}
.datepicker-plot-area .datepicker-day-view .table-days td span:hover{
    background: rgba(var(--colorMainRGB), 0.2) !important;
    color: var(--colorMain) !important;
}
.custom-container {
    width: 1400px;
    margin: 0 auto;
}
.page-container {
    width: 1000px;
    margin: 0 auto;
}
.page-container .card-box{
    border: none!important;
    padding: 0!important;
}
.sm-container{
    width: 1024px;
}
.chart-container{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
/* width */
.chart-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
.chart-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.chart-container::-webkit-scrollbar-thumb {
    background: #b2b2b2;
}

/* Handle on hover */
.chart-container::-webkit-scrollbar-thumb:hover {
    background: #707070;
}
/******************************************************
******************* Begin Header **********************
 ******************************************************/
.header-container {
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1021;
}
.position-sticky{
    z-index: 8!important;
}
.header-logo img {
    height: 42px;
    width: auto;
    max-width: 200px;
}

.header-content {
    height: 74px;
    display: flex;
    align-items: center;
    position: relative;
}

.kt-btn {
    flex-shrink: 0;
    border-radius: 4px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    font-size: 15px;
    transition: 200ms;
    font-weight: 500;
    border: none;
    outline: none;
    position: relative;
    user-select: none;
    color: var(--colorDark);
    cursor: pointer;
}
.kt-btn-square{
    width: 38px;
    background: rgba(var(--colorMainRGB),0.1);
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--colorMain)!important;
}
.kt-btn-light.light{
    color: #777 !important;
}
.kt-btn-square.kt-btn-sm{
    width: 32px!important;
}
.btn-cart{
    background: rgba(var(--colorGreenRGB),0.1);
    color: var(--colorGreen)!important;
    font-size: 22px;
}
.btn-cart:hover{
    background: var(--colorGreen);
    color: #fff!important;
}
.btn-cart .badge{
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    background: var(--colorRed);
}
.iconlyBulk-Add-User.reset-before-margin .path2:before{
    margin: 0!important;
}
.iconlyBulk-Add-User{
    padding: 0 0 2px 4px;
    font-size: 17px;
}
.kt-btn-sm {
    height: 32px;
    line-height: 30px;
    border-radius: 3px;
    font-weight: 300;
    font-size: 13px;
    padding: 0 6px;
}
.kt-btn-lg {
    height: 62px;
    line-height: 64px;
    border-radius: var(--borderRadiusSm);
    font-weight: bold;
    font-size: 18px;
    padding: 0 30px;
}

.kt-btn-outlined{
    background: rgba(var(--colorMainRGB),0.1);
    border: 2px solid var(--colorDark);
    color: var(--colorDark)!important;
}
.kt-btn-outlined:hover{
    background: rgba(var(--colorMainRGB),0.2);
}
.kt-btn-outlined.kt-btn-main{
    background: rgba(var(--colorMainRGB),0.1);
    border: 2px solid var(--colorMain);
    color: var(--colorMain)!important;
}
.kt-btn-outlined.kt-btn-main:hover{
    background: rgba(var(--colorMainRGB),0.2);
}
.kt-btn-bordered {
    border: 1px solid #eee;
    line-height: 35px;
}

.kt-btn-sm.kt-btn-bordered {
    line-height: 29px !important;
}

.kt-btn > .iconly {
    margin-left: 4px;
}

.categories-menu-select .kt-btn > .iconly svg{
    width: 22px;
}

.kt-btn > .iconly-keyboard-arrow-down-o {
    transition: 300ms;
}

.kt-btn-light {
    background: white;
    color: var(--colorDark);
}

.kt-btn-light:hover {
    background: #F9F2FF;
    color: var(--colorMain) !important;
}
.kt-btn-light.active{
    background: #F9F2FF;
    color: var(--colorMain) !important;
}

.kt-btn-light.active {
    background: #f5f5f5 !important;
    color: rgba(0, 0, 0, .87) !important;
}

.kt-btn-main {
    background: var(--colorMain);
    color: #fff !important;
}
.kt-btn-red{
    background: var(--colorRed);
    color: #fff !important;
}
.kt-btn-warning{
    background: var(--colorWarning);
    color: #fff !important;
}
.kt-btn-basalam{
    background: var(--colorBasalam);
    color: #fff !important;
}
.kt-btn-label-red{
    background: rgba(var(--colorRedRGB),0.2);
    color: var(--colorRed) !important;
}
.kt-btn-secondary{
    background: var(--colorSecondary);
    color: #fff !important;
}
.kt-btn-green{
    background: var(--colorGreen);
    color: #fff !important;
}
.kt-btn-main-dark {
    background: var(--colorDark);
    color: #fff !important;
}
.kt-btn-main-light {
    background: rgba(var(--colorMainRGB),0.1);
    color: var(--colorMain) !important;
}

.kt-btn-main:hover {
    background: var(--colorSecondary);
}
.kt-btn-red:hover {
    background: var(--colorRedDark);
}
.kt-btn-warning:hover {
    background: var(--colorWarningDark);
}
.kt-btn-basalam:hover {
    background: var(--colorBasalamHover);
}

.kt-btn-secondary:hover{
    background: var(--colorMain);
}

.kt-btn-main-dark:hover {
    background: var(--colorDarker);
}
.kt-btn-main-light:hover {
    background: rgba(var(--colorMainRGB),0.2);
}
.kt-btn-label-red:hover{
    background: rgba(var(--colorRedRGB),0.5);
}
.kt-btn-disabled {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, .32) !important;
    cursor: not-allowed !important;
}
.kt-btn.add-loading-icon{
    pointer-events: none!important;
    user-select: none!important;
}

.kt-btn.add-loading-icon .icon{
    display: inline-block;
    animation: spin 1s linear infinite;
}
.icon.spinning{
    display: inline-block;
    animation: spin 1s linear infinite;
}


.header-button-badge{
    display: flex;
    width: 18px;
    height: 18px;
    background: var(--colorMain);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -4px;
    font-weight: 400;
    font-size: 12px;
}
.vertical-separator {
    width: 1px;
    background: #ddd;
    display: block;
    height: 100%;
}
.horizontal-separator {
    width: 50px;
    height: 1px;
    background: #d9d9d9;
    display: block;
}

.h20px {
    height: 20px !important;
}

.header-search-container {
    position: relative;
    z-index: 9;
    width: 100%;
    margin-left: 30px;
}

.pack-delivery-steps{
    display: flex;
    align-items: center;
    gap:8px;
    overflow-x: auto;
}
.img-grayscale{
    filter: grayscale(1)!important;
}

.fileUpload {
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.23);
    border: none !important;
    transform: none!important;
}
.fileUpload.is-invalid{
    border: 1px solid var(--colorRed)!important;
    background-color: rgba(var(--colorRedRGB),0.1)!important;
}
.fileUpload:hover {
    background: rgba(0, 0, 0, 0.4) !important;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}

.search-results {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #eeeeee;
    min-height: 80px;
    max-height: 500px;
    z-index: 9;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}


.search-result-section {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
}
.search-result-section .title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
#search-result-suggestions{
    border-top: 1px solid #eee;
}
.search-result-badge {
    position: absolute;
    color: #bbb;
    font-size: 12px;
    left: 0;
    top: 0;
    padding:14px 10px 0 14px;
    background: #fff;
}

a.search-result-section {
    color: #333;
}

a.search-result-section:last-of-type {
    border-bottom: none!important;

}

.suggestions-title {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.rounded-link {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--colorText) !important;
    transition: 300ms;
    cursor: pointer;
}

.rounded-link:hover {
    background: rgba(0, 0, 0, .04);
}

.m-1px {
    margin: 1px !important;
}

.header-search-container.open .search-results {
    opacity: 1 !important;
    visibility: visible !important;
}

.header-search-box {
    height: 48px;
    position: relative;
    width: 100%;
}

.btn-search-clear {
    display: none;
    width: 22px;
    height: 22px;
    line-height: 26px;
    color: #464646;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    cursor: pointer;
    border: none !important;
}

.btn-search-clear i {
    font-size: 14px;
}

.btn-search-clear:hover {
    background: #eee;
}

.header-search-box .search-input {
    width: 100%;
    height: 100%;
    border: none;
    background: #f6f6f6;
    padding-right: 48px;
    font-size: 14px;
    font-weight: 500;
    transition: 300ms;
    border-radius: 5px;
}

.header-search-container.open .search-input {
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0 0;
}

.header-search-box .search-input::placeholder {
    color: var(--colorGray);
}

.header-search-box .search-input::-webkit-input-placeholder {
    color: var(--colorGray);
}

.header-search-box .search-input:-ms-input-placeholder {
    color: var(--colorGray);
}

.header-search-box .search-input::placeholder {
    color: var(--colorGray);
}

.header-search-box > .iconly{
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--colorGray);
    font-size: 22px;
}


.header-content-left {
    flex-shrink: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.search-result-item{
    display: flex;
    width: 100%;
    align-items: center;
    gap:5px;
    text-decoration: none;
    padding: 8px 16px;
}
.search-result-item:first-of-type{
    margin-top: 8px;
}
.search-result-item:last-of-type{
    margin-bottom: 8px;
}
.search-result-item i{
    font-size: 18px;
    color: var(--colorGray);
}
.search-result-item .value{
    color: var(--colorText);
    font-size: 14px;
}
.search-result-item:hover .value{
    color: var(--colorMain);
}

.backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 8;
    display: none;
}
.mini-cart-backdrop{
    z-index: 9999;
}
.search-backdrop {

}
.search-results .nav-tabs{
    padding: 15px 15px 0;
    border: none;
}
.search-results .tab-content{
    padding: 15px;
}
.search-results .nav-link{
    background: transparent!important;
    color: #aaa!important;
}
.search-results .nav-link.active{
    color: #333!important;
}
.header-categories {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    min-height: 100px;
    max-height:635px;
    background: #fff;
    box-shadow: -1px 2px 4px #0000001f;
    border-top: 1px solid #eee;
    padding: 30px;
    display: flex;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}

.header-categories.open {
    opacity: 1 !important;
    visibility: visible !important;
}

.header-categories .categories-menu-select {
    width: 280px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}
.category-item-select .cat-title:hover{
    color: var(--colorMain)!important;
}
.header-categories .categories-panel-content {
    width: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.search-spinner {
    animation: spin 700ms infinite linear;
    line-height: 42px;
    font-size: 18px;
    display: none;
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    width: 36px;
    text-align: center;
}

.header-search-container.loading .search-spinner {
    display: inline-block;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(360deg);
    }
}



/* width */
.categories-panel-content::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.categories-panel-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.categories-panel-content::-webkit-scrollbar-thumb {
    background: #afafaf;
}

/* Handle on hover */
.categories-panel-content::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c;
}

.flip-vertical {
    transform: rotate(180deg) !important;
}


.kt-caption {
    font-size: .75rem;
    font-weight: 400;
    line-height: 2;
}

.category-menu-item {
    color: rgba(0, 0, 0, .56);
    display: block;
    -webkit-transition: color .18s ease;
    transition: color .18s ease;
}

.category-menu-item--parent {
    color: rgba(0, 0, 0, .87);
    margin-bottom: 8px;
    margin-top: 4px;
    font-weight: 600;
}

.category-menu-item--padded {
    margin-bottom: 20px;
}

.category-menu-group-all {
    bottom: 32px;
    left: 32px;
    position: absolute;
}

.category-menu-item:focus, .category-menu-item:hover {
    color: var(--colorMain);
}

.category-menu-group {
    margin-left: 60px;
}

.mobile-sidebar-menu{
    line-height: normal;
    position: absolute;
    background: #fff;
    width: 260px;
    top: calc(100% + 10px);
    left: 0;
    z-index: 99999;
    transition: 250ms;
    visibility: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px #00000024;
    opacity: 0;
}

.mobile-sidebar-menu ul{
    padding: 0;
    margin:0;
}
.mobile-sidebar-menu li{
    list-style: none;
}
.mobile-sidebar-menu .dropdown-item{
    font-size: 14px;
    padding: 12px 10px;
    color: var(--colorDark)!important;
}
.dropdown-item-badge{
    position: static;
    margin-right: 6px;

}
.dropdown-item:hover .dropdown-item-badge{
    background: var(--colorRed) !important;
}
.mobile-sidebar-menu-backdrop{
    z-index: 99998;
}
.mobile-sidebar-menu-footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 15px;
}
.show-mobile-menu{
    position: relative;
}
.show-mobile-menu:not(.show-mobile-menu-mobile):hover .mobile-sidebar-menu{
    visibility: visible!important;
    top: 100%!important;
    opacity:1;

}

.mobile-menu {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background: #fff;
    height: 56px;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 12%);
}

.mobile-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1 1;
    transition: 300ms;
    color: var(--colorDark)!important;
    height: 100%;
    border-left: 1px solid #eee;
}
.mobile-menu-item:last-of-type{
    border-left: none!important;
}
.mobile-menu-item .iconly {
    margin-bottom: 6px;
    font-size: 18px;
    display: block;
}

.mobile-menu-item.active {
    color: var(--colorMain) !important;
}

.mobile-menu-item .title {
    font-size: 12px;
    display: block;
    font-weight: normal;
    color: var(--colorDark);
}

.mobile-menu-item:hover {
    color: var(--colorMain) !important;
}


.categories-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    height: 56px;
    margin-bottom: 10px;
    top: 0;
    z-index: 1;
    background: #fff;
}

.categories-header-back {
    padding: 10px;
    cursor: pointer;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.categories-header-back:hover {
    color: var(--colorMain);
}

.categories-header-close {
    display: block;
    color: #777;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
}

.categories-content {
    display: none;
}

#btn-search-back {
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 20px;
    color: var(--colorDark);
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 100px;
    flex-shrink: 0;
}


.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}



.dropdown-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%), 0 -8px 32px -4px rgb(0 0 0 / 4%), 0 16px 24px -6px rgb(0 0 0 / 4%);
    border: none;
    padding: 0;
    overflow: hidden;
}

.dropdown-item {
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #777;
}
.dropdown-item:hover{
    background: #eee;
    color: var(--colorDarker);
}

.dropdown-item:active {
    background: #e9ecef !important;
    color: #222 !important;
}

.dropdown-item:focus {
    background: none !important;
}

.modal-content {
    border: none !important;
    border-radius: 4px !important;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.modal-header {
    padding: 25px !important;
}

.modal-header.flex-wrap {
    padding-bottom: 15px !important;
}

.btn-close:focus {
    box-shadow: 0 0 0 1px rgba(var(--colorMainRGB), 0.5);
    opacity: 1;
}

.link {
    color: var(--colorMain);
}

.link:hover {
    color: var(--colorSecondary);
}

.kt-input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .24);
    color: rgba(0, 0, 0, .87);
    font-size: 1rem;
    -webkit-transition: color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, border-color .15s ease, box-shadow .15s ease;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 10px;
    border-radius: 4px;
}

.kt-input:hover {
    border-color: rgba(0, 0, 0, .48);
}

.kt-input:focus {
    border-color: rgba(var(--colorMainRGB), 0.5);
    box-shadow: inset 0 0 0 1px rgba(var(--colorMainRGB), 0.5);
}

.mobile-input {
    position: relative;
    width: 100%;
}

.mobile-input input {
    text-align: left;
    direction: ltr;
}

.mobile-input .iso {
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    background: #f5f5f5;
    color: #222;
    font-size: 13px;
    border-radius: 50px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    text-align: center;
    direction: ltr;
}
.invalid .kt-input,
.kt-input.invalid {
    border-color: var(--colorRed) !important;
}
span.invalid{
    color: var(--colorRed)!important;
    font-size: 13px;
}

.kt-btn.loading {
    pointer-events: none !important;
    user-select: none !important;
}
.kt-btn.loading:not(.loading-simple) {
    background: transparent !important;
}

.kt-btn.loading .value ,
.kt-btn.loading .icon
{
    visibility: hidden !important;
    opacity: 0 !important;
}


.kt-btn .count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background: var(--colorMain);
    color: white;
    border-radius: 3px;
    font-weight: 300;
    font-size: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.kt-btn.loading .loader-container,
.form-group.loading .loader-container
{
    visibility: visible !important;
    opacity: 1 !important;
}
.form-group.loading .loader-container{
    z-index: 4;
}
.loading-simple .dot-flashing{
    animation: dotFlashingWhite 1s infinite linear alternate;
}
.loading-simple .dot-flashing::before,
.loading-simple .dot-flashing::after
{
    background-color: #fff;
    color:#fff;
    animation: dotFlashingWhite 1s infinite alternate;
}
.loading-simple .dot-flashing::before,
.loading-simple .dot-flashing::after
{
    background-color: #fff;
    color:#fff;
    animation: dotFlashingWhite 1s infinite alternate;
}
.loading-simple .dot-flashing::before{
    animation-delay: 0s;
}
.loading-simple .dot-flashing::after{
    animation-delay: 1s;
}
.form-floating.with-icon i{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 50px;
    line-height: 40px;
    font-size: 18px;
    color: #ccc;
    text-align: center;
}

.form-floating.with-icon>label{
    padding-right: 50px;
}
.form-floating.with-icon>.form-control{
    padding-right: 50px;
}
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label{
    opacity: 0.5!important;
    transform: scale(0.80) translateY(-0.5rem) translateX(-0.15rem)!important;
}
.form-control{
    border: 1px solid #ccc;
    box-shadow: none!important;
}
.form-control:focus{
    border-color: var(--colorDark)!important;
}
.form-control:focus + i{
    color: var(--colorDark);
}
.form-control::placeholder{
    font-size: 13px;
}
.form-group span.is-invalid{
    position: static!important;
    background: transparent!important;
    color: var(--colorRed)!important;
    font-size: 13px!important;
    margin: 0!important;
}
/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.loader-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    z-index: 1;
}
.dot-flashing {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--colorMain);
    color: var(--colorMain);
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}
.dot-flashing.dot-flashing-lg{
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -10px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--colorMain);
    color: var(--colorMain);
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing.dot-flashing-lg:before{
    left: -17px;
}
.dot-flashing.dot-flashing-lg:before,
.dot-flashing.dot-flashing-lg:after
{
    width: 12px;
    height: 12px;
}
.dot-flashing::after {
    left: 10px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--colorMain);
    color: var(--colorMain);
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

.dot-flashing.dot-flashing-lg:after{
    left: 17px;
}
@keyframes dotFlashing {
    0% {
        background-color: var(--colorMain);
    }
    50%,
    100% {
        background-color: rgba(var(--colorMainRGB), 0.3);
    }
}
@keyframes dotFlashingWhite {
    0% {
        background-color: #fff;
    }
    50%,
    100% {
        background-color: rgba(255,255,255,0.36);
    }
}

.delete-btn:not(.kt-btn) {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 15px;
    color: var(--colorMain);
}

.delete-btn:not(.kt-btn):hover {
    background: rgba(var(--colorMainRGB), 0.1);
}

.delete-btn:not(.kt-btn):active {
    background: rgba(var(--colorMainRGB), 0.3);
}

.kt-input-holder {
    position: relative;
}

.kt-input-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #bbb;
    width: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.kt-input-icon + .kt-input {
    padding-right: 40px;
}

.kt-input::placeholder {
    color: #bbb;
}

.kt-input::-webkit-input-placeholder {
    color: #bbb;
}

.kt-input:-ms-input-placeholder {
    color: #bbb;
}

.kt-input::placeholder {
    color: #bbb;
}

.active-filter-item {
    display: inline-block;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid rgba(var(--colorMainRGB), 0.6);
    background: rgba(var(--colorMainRGB), 0.1);
    color: var(--colorMain);
    padding: 4px 10px 4px 6px;
    font-size: 14px;
    user-select: none;
}

.active-filter-item .close {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: var(--colorMain);
    border-radius: 50%;
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
    transition: 100ms;
    cursor: pointer;
}

.active-filter-item .close:hover {
    background: rgba(var(--colorMainRGB), 0.2);
}

.active-filter-item .close i {
    font-size: 13px !important;
}

div#selected-cities-bar {
    display: flex;
    overflow-x: auto;
}

.list-group-custom .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.list-group-custom .list-group-item{
    border-color: #eee;
    background: transparent;
}
.list-group-custom .list-group-item {
    transition: 200ms;
}

.list-group-hover .list-group-item,
.list-group-item.md-ripples {
    cursor: pointer;
    user-select: none;
}


.list-group-hover .list-group-item:hover,
.list-group-item.md-ripples:hover {
    background-color: #f5f5f5;
}

.list-group-hover .list-group-item .iconly-keyboard-arrow-left {
    color: #b2b2b2;
}
.list-group-item.selected{
    border-right: 3px solid var(--colorGreen);
    background: rgba(var(--colorGreenRGB),0.1)!important;
}
.list-group-item.selected:after{
    content: "\e92c";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50px;
    top: 10px;
    color: var(--colorGreen);
    font-size: 20px;
}

#btn-clear-cities {
    display: none;
}

.modal-content-scrollable .modal-body {
    max-height: 500px;
    min-height: 400px;
    overflow-x: auto;
}

/* width */
.modal-content-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modal-content-scrollable .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.modal-content-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #afafaf;
}

/* Handle on hover */
.modal-content-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c;
}

/******** checkbox ********/
.form-check-input:checked{
    background-color: var(--colorMain)!important;
    border-color: var(--colorMain)!important;
}

.form-check-input:focus{
    border-color: #ddd!important;
    box-shadow: 0 0 0 0.25rem rgba(0,0,0,0.1)!important;
}
.image-check{
    text-align: center;
    position: relative;
    padding: 0!important;
    cursor: pointer;
}

.image-check img{
    width: 80px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 8px;
    border: 2px solid #ddd;
    cursor: pointer;
}
.image-check label{
    cursor: pointer;
}
.image-check input:checked + label img{
    border-color: var(--colorMain);
}
.image-check .form-check-input{
    position: absolute;
    right: 6px;
    top: 6px;
    margin: 0!important;
}
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    font-size: 15px;
    line-height: 46px;
    direction: ltr;
    width: 100%;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--colorMainRGB), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding-right: 8px;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 1px 3px 11px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--colorMainRGB), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 12px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--colorMainRGB));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--colorMainRGB));
    background-color: rgb(var(--colorMainRGB));
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: #fff;
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--colorMainRGB));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--colorMainRGB), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--colorMainRGB), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.pure-material-switch {
    z-index: 0;
    position: relative;
    font-size: 13px;
    display: flex;
}

/* Input */
.pure-material-switch > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--colorMainRGB), 0.38);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}

/* Span */
.pure-material-switch > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: right;
}

/* Track */
.pure-material-switch > span::before {
    content: "";
    float: left;
    display: inline-block;
    margin: 5px 10px 5px 0;
    border-radius: 7px;
    width: 36px;
    height: 14px;
    background-color: #b7b7b7;
    vertical-align: top;
    transition: background-color 0.2s, opacity 0.2s;
}

/* Thumb */
.pure-material-switch > span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}

/* Checked */
.pure-material-switch > input:checked {
    left: -10px;
    background-color: rgb(var(--colorMainRGB));
}

.pure-material-switch > input:checked + span::before {
    background-color: rgba(var(--colorMainRGB), 0.6);
}

.pure-material-switch > input:checked + span::after {
    background-color: rgb(var(--colorMainRGB));
    transform: translateX(-16px);
}

/* Hover, Focus */
.pure-material-switch:hover > input {
    opacity: 0.04;
}

.pure-material-switch > input:focus {
    opacity: 0.12;
}

.pure-material-switch:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-switch > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-switch > input:active + span::before {
    background-color: rgba(var(--colorMainRGB), 0.6);
}

.pure-material-switch > input:checked:active + span::before {
    background-color: rgba(var(--colorMainRGB), 0.38);
}

/* Disabled */
.pure-material-switch > input:disabled {
    opacity: 0;
}

.pure-material-switch > input:disabled + span {
    color: rgb(var(--colorMainRGB));
    opacity: 0.38;
    cursor: default;
}

.pure-material-switch > input:disabled + span::before {
    background-color: rgba(var(--colorMainRGB), 0.38);
}

.pure-material-switch > input:checked:disabled + span::before {
    background-color: rgba(var(--colorMainRGB), 0.6);
}

/******************************************************
******************* content ***************************
 ******************************************************/
.main-content {
    display: flex;
    padding-top: 50px;
}

.kt-sidebar {
    width: 260px;
}

.kt-wrapper {
    width: calc(100% - 260px);
    padding-right: 35px;
}

.filter-box{
    border-top: 1px solid #eee;
}
.choices{
    width: 100%;
    text-align: left;
}
.choices__inner{
    min-height: 32px!important;
    padding: 2px 7.5px 2px!important;
    font-size: 13px;
    background: transparent;
    border-radius: 5px!important;
}

[dir=rtl] .choices__list--dropdown .choices__item--selectable,
[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{
    padding-left: 20px!important;
    font-size: 13px!important;
}
.choices[data-type*=select-one]::after{
    border-color: #a5a5a5 transparent transparent!important;
}
.price-inputs-separator{
    height: 16px;
    border-right: 3px dotted #ddd;
    margin-right: 15px;
    width: 100%;
}

.filter-box-toggle{
    display: flex;
    align-items: center;
    padding: 16px 0;
    user-select: none;
    cursor: pointer;
}
.filter-box-toggle .iconly{
    color: #9b9b9b;
    margin-left: 15px;
    transition: 500ms;
}
.filter-box-toggle.open .iconly{
    transform: rotateX(180deg);
}
.filter-box-body{
    padding-bottom: 16px;
    display: none;
}

.social-icon-link{
    color: rgba(0,0,0,.56);
    transition: color 360ms ease;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    align-items: center;
}
.social-icon-link:hover{
    color: rgba(0,0,0,1);
}

.sidebar-logos{
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-logos img{
    width: 84px;
    height: auto;
    max-width: 100%;
}
.notice-row{
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
}
.notice-box{
    display: inline-flex;
    align-items: center;
    background-color: #f0faff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 4px;
    padding: 8px;
    width: auto;
    color: #303030!important;
}
.notice-box img{
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 10px;
}

.ad-item{
    display: flex;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.ad-item-image{
    width: 135px;
    height: 135px;
    flex-shrink: 0;
}
.ad-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.ad-item-content{
    width: 100%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.ad-item-content .title{
    color: rgba(0,0,0,.87);
    font-size: 1rem;
    font-weight: 500;
    height: 56px;
    line-height: 28px;
    margin-bottom: auto;
    margin-top: 0;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ad-item-content-footer{
    margin-top: auto;

}

.breadcrumb{
    padding: 35px 0 16px;
    margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    content:"\e92f";
    font-family: 'icomoon' !important;
    color: #B3BBC7!important;
}

.breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb-item a{
    color: #838383;
    font-size: 14px;
}
.breadcrumb-item a:hover{
    color: var(--colorMain);
}
.breadcrumb-item.active {
    color: #bbb!important;
    font-size: 13px;
}
.error{
    color: var(--colorRed);
    font-size: 13px;
    display: block;
}
#shop_id-error{
    position: absolute;
    z-index: 5;
    top: 6px;
    right: 10px;
}
.page-title{
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 900;
    color: var(--colorDarker);
}
.product-warranty-box{
    border: 1px solid #eee;
    padding: 20px;
    border-radius: var(--borderRadiusMd);
}
.btn-icon{
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #777;
    transition: 300ms;
    cursor: pointer;
    outline: none;
    border: none;
}
.btn-icon:hover{
    background: #f3f3f3;
    color: #333;
}



.archive-head{
    padding: 40px 0;
}
.archive-title{
    font-size: 25px;
    font-weight: 800;
    display: inline-block;
    margin: 0;
}
.archive-head .breadcrumb{
    margin: 0;
    padding: 0;
}

.page-tags{
    border-top: 1px solid #eee;
    padding: 16px 0;
}
.page-tags a{
    background: #f1f1f1;
    color: #777;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
    transition: 300ms;
    margin-bottom: 3px;
    display: inline-block;
}
.page-tags a:hover{
    background: #e7e7e7;
}
.page-tags a:active{
    background: #cbcbcb;
}


.gallery-list{
    position: relative;
    background: #fff;
    border-radius: var(--borderRadiusLg);
}
.gallery-list  img{
    width: 100%;
    height: auto!important;
}

.gallery-thumb-list {
    margin-top: -25px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gallery-thumb-list img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: var(--borderRadiusSm);
    margin: 6px;
    border: 1px solid #eee;
}

.gallery-thumb-list img.active {
    border-color: var(--colorMain);
}

.product-gallery-zoom{
    background:rgba( var(--colorSecondaryRGB),1);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: var(--borderRadiusSm);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    pointer-events: none;
}
/* استایل‌های کلاس html-content */

.html-content {
    line-height: 1.8;
    color: #333;
    font-size: 17px;
}

/* تیترها */
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: 800;
    line-height: 1.5;
    color: #423064;
}


.html-content h1 {
    font-size: 25px;
    margin-top: 0;
}

.html-content h2 {
    font-size: 24px;
}

.html-content h3 {
    font-size: 22px;
}

.html-content h4 {
    font-size: 20px;
}

.html-content h5 {
    font-size: 18px;
}

.html-content h6 {
    font-size: 16px;
}

/* پاراگراف */
.html-content p {
    margin-bottom: 1em;
}

/* لینک‌ها */
.html-content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.html-content a:hover {
    border-bottom-color: #0066cc;
}

/* لیست‌ها */
.html-content ul,
.html-content ol {
    margin: 1em 0;
    padding-right: 2em;
}

.html-content li {
    margin-bottom: 0.5em;
}

.html-content ul ul,
.html-content ol ol,
.html-content ul ol,
.html-content ol ul {
    margin: 0.5em 0;
}

/* تأکید متن */
.html-content strong,
.html-content b {
    font-weight: bold;
}

.html-content em,
.html-content i {
    font-style: italic;
}

.html-content mark {
    background-color: #fff3cd;
    padding: 0.1em 0.3em;
}

.html-content u {
    text-decoration: underline;
}

.html-content s,
.html-content del {
    text-decoration: line-through;
    opacity: 0.7;
}

/* کد */
.html-content code {
    background-color: #f5f5f5;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
}

.html-content pre {
    background-color: #f5f5f5;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto;
    margin: 1em 0;
}

.html-content pre code {
    background: none;
    padding: 0;
}

/* نقل قول */
.html-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-right: 4px solid #ddd;
    background-color: #f9f9f9;
    color: #666;
}

.html-content blockquote p:last-child {
    margin-bottom: 0;
}

/* جدول */
.html-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.html-content th,
.html-content td {
    padding: 0.75em;
    border: 1px solid #ddd;
}
.html-content table p{
    margin-bottom: 0!important;
}
.html-content th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.html-content tr:nth-child(even) {
    background-color: #fafafa;
}

/* تصاویر */
.html-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em 0;
    border-radius: 5px;
}

/* خط جداکننده */
.html-content hr {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 2em 0;
}

/* زیرنویس و بالانویس */
.html-content sub,
.html-content sup {
    font-size: 0.75em;
}

/* متن کوچک */
.html-content small {
    font-size: 0.875em;
}

/* ویدیو و iframe */
.html-content iframe,
.html-content video {
    max-width: 100%;
    margin: 1.5em 0;
    border-radius: 5px;
}

/* فیگور و کپشن */
.html-content figure {
    margin: 1.5em 0;
}

.html-content figcaption {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

/* لیست توضیحات */
.html-content dl {
    margin: 1em 0;
}

.html-content dt {
    font-weight: bold;
    margin-top: 0.5em;
}

.html-content dd {
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}

/* آدرس */
.html-content address {
    font-style: normal;
    margin: 1em 0;
}

/* abbr */
.html-content abbr {
    text-decoration: underline dotted;
    cursor: help;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--colorMain) !important;
}


.single-footer{
    display: flex;
    align-items: center;
    padding: 40px 0 20px 0;
}
.footer-logo img{
    width: auto;
    height: 40px;
}

.separated-list-group{
    margin: 0;
    padding: 0;
}
.separated-list-group li{
    display: inline-block;
}
.separated-list-group li a{
    display: inline-block;
    border-left: 1px solid #eee;
    color: rgba(0,0,0,.32);
    font-size: 13px;
    font-weight: 300;
    padding: 0 8px;
    transition: color .36s ease;
}
.separated-list-group li:last-of-type a{
    border-left: none;
}
.separated-list-group li a:hover{
    color: rgba(0,0,0,.8);
}

.footer-social-links{
    display: flex;
    align-items: center;
}
.footer-social-links a{
    color: rgba(0,0,0,.32);
    transition: color .36s ease;
    padding: 5px;
}
.footer-social-links a:hover{
    color: rgba(0,0,0,.8);
}

/******************************************************
******************* Begin Media Sizes *****************
 ******************************************************/
.fixed-mobile-filters .categories-header{
    display: none;
}
.filters-close {
    display: block;
    color: #777;
    cursor: pointer;
    padding: 10px;
}





/************* user panel *************/
.user-panel-wrapper{
    display: flex;
    justify-content: space-between;
}

.user-panel-sidebar{
    width: 280px;
}
.user-panel-content{
    width: calc(100% - 310px);
}

.seller-panel-sidebar{}
.seller-panel-sidebar .sidebar-link-item i{
    color: rgba(255,255,255,0.4);
}
.seller-panel-sidebar .user-panel-sidebar-head{
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
.seller-panel-sidebar .user-panel-sidebar-image img{
    border: 3px solid #ffffff2b;
    border-bottom-color: var(--colorSecondary);
    padding: 4px;
    box-shadow: 0 10px 10px rgba(var(--colorSecondaryRGB), .2);
}
.seller-panel-sidebar div#sidebar-box {
    background: #2f2c4f;
    color: #fff;
}
.seller-panel-sidebar .sidebar-link-item {
    color: #cac4cf!important;
}

.seller-panel-sidebar .sidebar-link-item.active {
    background: rgba(var(--colorSecondaryRGB),0.1)!important;
}
.seller-panel-sidebar .sidebar-link-item.active i{
    color: var(--colorSecondary)!important;
}
.seller-panel-sidebar .sidebar-link-item:hover {
    background: rgba(var(--colorSecondaryRGB),0.1)!important;
    color: #fff!important;
}
.seller-panel-sidebar .sidebar-link-item:hover i {
    color: var(--colorSecondary)!important;
}
.seller-panel-sidebar .sidebar-link-item:after {
    color: #fff!important;
}

span.is-invalid{
    font-size: 14px;
    background: var(--colorRed);
    color: #fff;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    text-align: right;
    position: absolute;
    bottom: 100%;
    right: 8px;
    border-radius: 5px 5px 0 0;
    padding: 3px 5px;
}
.shop-input-group span.is-invalid,
.product-input-group span.is-invalid
{
    position: static!important;
    background: transparent!important;
    font-size: 12px!important;
    color: var(--colorRed)!important;
}

.loading {
    pointer-events: none !important;
}

.btn.loading i,
.btn-main.loading i{
    display: none !important;
}
.btn.loading:after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-right-color: transparent;
    animation: spin linear 1s infinite;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 1px;
}
.btn-no-bg{
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
}

.btn-no-bg.loading:after{
    border-color: var(--colorMain);
    border-right-color: transparent;
}
.user-panel-sidebar-head{
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.user-panel-sidebar-image{
    position: relative;
    width: 120px;
    margin: 0 auto;
    display: block;
}
.user-panel-sidebar-image img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 8px solid #e9e9e9;
}
.edit-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 44px;
    height: 44px;
    color: var(--colorMain);
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 5px solid #fff;
    transition: 300ms;
}
.edit-profile:hover{
    color: #fff;
    background: var(--colorMain);
}

.sidebar-link-item{
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: var(--colorDarker)!important;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border-radius: 5px;
}
.sidebar-link-item .count{
    background: var(--colorRed);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 6px;
}
.sidebar-link-item i{
    margin-left: 14px;
    color: #bbb;
    font-size: 20px;
}
.sidebar-link-item:after{
    content: "\e92f";

    font-family: 'icomoon' !important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    color: var(--colorDarker);
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    transition: 200ms;
    opacity: 0;
    visibility: hidden;
}
.bg-gray{
    background: rgb(235 235 235)!important;
}
.badge.bg-gray{
    color: #666!important;
}
.sidebar-link-item:hover:after,
.sidebar-link-item.show-arrow:after
{
    left: 20px;
    opacity: 1;
    visibility: visible;
}
.sidebar-link-item.show-arrow{
    margin-bottom: 10px;
}
.sidebar-link-item:hover{
    background: #f5f5f5;
}
.sidebar-link-item:hover i {
    color: var(--colorMain)!important;
}
.sidebar-link-item.active{
    background: #f5f5f5;
}
.sidebar-link-item.active i{
    color: var(--colorDarker);
}
.seller-dashboard-box{
    display: flex!important;
    align-items: center;
    padding: 25px!important;
}
.seller-dashboard-box .icon {
    font-size: 40px;
    color: var(--colorMain);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-box {
    height: 140px;
    border-radius: var(--borderRadiusSm);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--colorText);
    border: 1px solid #e3e3e3;

}

.dashboard-box i {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background:rgba(var(--colorMainRGB),.15);
    line-height: 50px;
    font-size: 18px;
    color: var(--colorMain);
    border-radius: 50%;
}

.dashboard-box h5 {
    font-size: 17px;
    display: block;
    margin: 10px 0 10px;
    font-weight: 700;
}

.dashboard-box span {
    font-size: 13px;
    display: block;
    font-weight: 300;
}

/*.dashboard-box.dashboard-box-success {*/
/*    background: rgba(var(--colorGreenRGB),0.8) !important;*/
/*}*/

/*.dashboard-box.dashboard-box-danger{*/
/*    background: rgba(var(--colorRedRGB),0.8) !important;*/
/*}*/

/*.dashboard-box.dashboard-box-warning {*/
/*    background:  rgba(var(--colorSecondaryRGB),0.8) !important;*/
/*}*/

/*.dashboard-box.dashboard-box-primary {*/
/*    background:rgba(var(--colorMainRGB),0.8) !important;*/
/*}*/


.user-order-row{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.user-order-row .number{
    background: var(--colorSecondary);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 60px;
    line-height: 60px;
    padding-right: 30px;
}
.user-order-row.orange .number{
    background: var(--colorSecondary);
}
.user-order-row .content{
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    z-index: 2;
    width: calc(100% - 60px);
    right: 60px;
    align-items: center;
    padding: 25px;
}


/************************** Footer ****************/
.footer-bg{
    background: var(--colorDarker) url("../images/footer_bg.svg") no-repeat top right;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}
.footer-logo{
    display: inline-block;
    width: 120px;
    background: #fff;
    border-radius: var(--borderRadiusSm);
    padding: 8px 16px;
    flex-shrink: 0;
}
.footer-logo img{
    width: 100%;
    height: auto;
}
.dashed-border-bottom{
    border-bottom: 2px dashed rgba(var(--colorGrayRGB),0.5);
}

.footer-social-box{
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    padding: 5px 10px 5px 5px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}
.footer-social-box img{
    max-width: 100%;
}
.text-gray{
    color: var(--colorGray) !important;
}
.text-primary-dark{
    color: var(--colorDark) !important;
}
.text-star{
    color: #ec9200!important;
}
a.text-gray:hover{
    color: var(--colorMain) !important;
}
.vertical-list{
    padding: 0;
    margin: 0;
}
.vertical-list li{
    display: block;
}
.vertical-list a{
    display: inline-block;
    padding: 4px 0;
    color: #fff;
    transition: 200ms;
    font-size: 13px;
}
.vertical-list a:hover{
    color: var(--colorSecondary);
}
.trust-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.trust-logos img{
    width: 100%;
}
.main-slider-item{
    display: block;
}
.main-slider-item img{
    width: 100%;
    height: auto;
}
.main-slider-item.loading{
    text-align: center;
    height: 100px;
    background: #fff;
}
.main-slider-item.loading img{
    width: 100px!important;
    height: 100px!important;
}
.swiper-pagination-bullet{
    background: #fff;
}

/************* featured categories *********!*/
.category-item{
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none!important;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
.category-item-overly{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #fff, transparent);
    overflow: hidden;
    transition: 300ms;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 5px;
    flex-direction: column-reverse;
}
.category-item img{
    width: 100%;
    height: auto;
    transition: 1s;
}
.category-item .title{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: var(--colorDarker);
    padding: 0 10px;
    text-align: center;
    z-index: 2;
    line-height: 20px;
    transition: 300ms;
    margin-bottom: 10px;
    border-radius: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-item:hover .category-item-overly{
    opacity: 0;
    bottom: -70%;
}

.category-item:hover img{
    transform: scale(1.05);
}

.simple-category-item{
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #eaeaea;
    color: var(--colorText) !important;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    transition: 200ms;
}
.simple-category-item:hover{
    background: #f3f3f3;
}
.cities-container {
    display: none;
}
.cities-list-group {
    display: none;
}
#btn-clear-cities {
    display: none;
}
#citiesModal .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px 10px 0;
}


.custom-swiper-button-next,
.custom-swiper-button-prev{
    background: #fff;
    color: #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 20px;
    transition: 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0.7;
}


.custom-swiper-button-prev{
    right: 15px;
    left: auto;
}
.swiper-buttons-zero .custom-swiper-button-next{
    left: 0;
    border-radius: 0 4px 4px 0;
}
.swiper-buttons-zero .custom-swiper-button-prev{
    right: 0;
    border-radius: 4px 0 0 4px;
}
.stories-wrapper .custom-swiper-button-prev{
    right: -70px;
}
.stories-wrapper .custom-swiper-button-next{
    right: auto;
    left: -70px;
}

.swiper-button-disabled{
    display: none;
}
.custom-swiper-button-next:after,
.custom-swiper-button-prev:after{
    font-size: 15px;
    opacity: 1!important;
    color: black;
}
.swiper-navigation-hover .custom-swiper-button-prev,
.swiper-navigation-hover .custom-swiper-button-next
{
    opacity: 0;
}
.swiper-navigation-hover:hover .custom-swiper-button-prev,
.swiper-navigation-hover:hover .custom-swiper-button-next
{
    opacity: 0.7;
}
.custom-swiper-button-next:hover,
.custom-swiper-button-prev:hover{
    opacity: 1!important;
}
.swiper-navigation-accent .custom-swiper-button-prev,
.swiper-navigation-accent .custom-swiper-button-next{
    background: var(--colorMain) !important;
    color: #fff!important;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 10px;
    border-radius:50px!important;
    transition: 300ms;
}
.swiper-pagination-bullet-active{
    background: #fff;
    width: 26px;
}
.swiper-pagination{
    padding: 10px 20px;
}
#mainSwiper .swiper-pagination{
    padding: 0 10px;
}
.swiper-navigation-disabled .custom-swiper-button.next,
.swiper-navigation-disabled .custom-swiper-button.prev{
    display: none;
}
.swiper-equal .swiper-slide{
    height: auto!important;
}


.mobile-section-head {
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f7f7f7;
    margin: 0 -20px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.mobile-section-head .close{
    opacity: 0.6;
    margin: 0!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.mobile-section-head .close:hover{
    opacity: 1;
}
.section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-title .title{
    font-weight: 800;
    font-size: 24px;
    color: var(--colorDark);
    margin: 0;
    flex-shrink: 0;
    width:max-content;
}
.section-title .title a{
    color: var(--colorDark);
}
.section-title .subtitle{
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}
.section-title-icon{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--colorMainRGB),.1);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    color: var(--colorMain);
    font-size: 24px;
    margin-left: 20px;
}
.section-title .more{
    flex-shrink: 0;
}
.section-title .dashes{
    border-top: 2px dashed #f1f1f1;
    width: 100%;
}
.card-box{
    background: #fff;
    /*box-shadow: -1px 3px 20px rgba(0,0,0,0.1);*/
    border-radius: var(--borderRadiusSm);
    padding: 10px;
    display: block;
    border: 1px solid #e3e3e3;
}
.card-box-header{
    margin: 0 -10px;
    border-bottom: 1px solid #ddd;
    padding: 5px 15px 15px;
}
.card-box-body{
    padding: 15px 15px 5px;
}
.card-box.shadow-lg{
    box-shadow: 0 0 30px rgba(0,0,0,0.05)!important;
}
.card-box.card-box-danger{
    border: 1px solid var(--colorRed);
    background: #ffedef !important;
}
.card-box.card-box-warning{
    border: 1px solid var(--colorWarning);
    background: #fff9e9 !important;
}
.list-group.bg-transparent .list-group-item{
    background: transparent!important;
}
.swal2-radio{
    display: flex;
    flex-direction: column;
    align-items: start!important;
    gap: 14px;
    font-size: 14px;
}
.product-item{
    background: #fff;
    border-radius: 14px;
    display: block;
    border: 1px solid #ddd;
    text-decoration: none;
    color: var(--colorText) !important;
}
.product-item.product-item-featured{
    border-color: var(--colorMain);
}
.product-item:hover{
    box-shadow: 0 1px 6px rgba(0,0,0,0.16);
}
.product-item-need-update{
    border: 2px solid var(--colorRed) !important;
}
.product-item-quick-update-container{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 0 5px;
    box-shadow: 2px 3px 10px #00000045;
}
.product-item-floating-badge{
    user-select: none;
    display: flex;
    background: var(--colorRed);
    color: #fff;
    font-size: 11px;
    padding: 0 4px;
    height: 20px;
    line-height: 19px;
    border-radius: 0 5px 5px 0;
}
.product-item-quick-update{
    cursor: pointer;
    background: var(--colorGreen);
    color: #fff;
    font-size: 11px;
    border-radius:5px 0 0 5px;
    padding: 0 4px;
    height: 20px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-item-quick-update:hover{
    background: #0a6c48;
}
.product-item-need-update .product-item-quick-update-container{
    display: flex!important;
}
.product-item.product-item-outlined{
    box-shadow: none!important;
    border: 1px solid #eee;
}

.product-item-image{
    overflow: hidden;
    position: relative;
    border-radius: 14px 14px 0 0;
}
.product-item-colors{
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-item-image .featured-badge,
.product-item-horizontal .featured-badge
{
    width: 42px;
    height: 31px;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    background: var(--colorMain);
    color: #fff;
    border-radius: var(--borderRadiusSm);
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 13px;
    z-index: 1;
}

.product-item-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}
.product-item-content{
    padding: 14px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.product-item.product-item-seller .product-item-content{
    height: auto;
}

.product-item .title{
    color: var(--colorDark);
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.product-item .title:hover{
    color: var(--colorMain);
}
.product-item.product-item-seller .title{
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.product-item-badges{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: var(--colorText);
}

.product-item-badges a{
    color: var(--colorText);
}
.product-item-badges a:hover{
    color: #000!important;
}

.product-item-shop-title:before{
    content: "\ea23";
    font-family: 'icomoon';
    margin-left: 2px;
    color: var(--colorGray);
    font-size: 16px;
}
.product-item-shop-title {
    display: inline-flex;
    align-items: center;
}
.product-item-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    height: 40px;
}
.bg-label-main{
    background: rgba(var(--colorMainRGB),0.1)!important;
    color: var(--colorMain)!important;
}
.bg-label-danger{
    background: rgba(var(--colorRedRGB),0.1)!important;
    color: var(--colorRed)!important;
}
.bg-label-warning{
    background: rgba(var(--colorWarningGB),0.1)!important;
    color: var(--colorWarning)!important;
}
.bg-label-info{
    background: rgba(var(--colorInfoRGB),0.1)!important;
    color: var(--colorInfo)!important;
}
.bg-label-dark{
    background: rgba(var(--colorDarkRGB),0.05)!important;
    color: var(--colorDark)!important;
}
a.bg-label-main:hover{
    background: rgba(var(--colorMainRGB),0.2)!important;
}
.bg-label-green,.bg-label-success{
    background: rgba(var(--colorGreenRGB),0.1)!important;
    color: var(--colorGreen);
}
.text-warning{
    color: var(--colorWarning)!important;
}

.product-item-extras{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    margin-top: 10px;
}
.product-item-extra {
    display: inline-flex;
    background: #f6f5f5;
    padding: 4px 6px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    gap: 4px;
}
.product-item-extra i{
    font-size: 14px;
}

.bg-label-danger{
    background: rgba(var(--colorRedRGB),0.1)!important;
    color: var(--colorRed);
}
.bg-label-gray{
    background: rgba(var(--colorGrayRGB),0.1)!important;
    color: var(--colorGray);
}
a.bg-label-green:hover{
    background: rgba(var(--colorGreenRGB),0.2)!important;
}
.bg-label-gray a{
    color: var(--colorGray) !important;
}
.bg-label-dark a{
    color: var(--colorDark) !important;
}
.text-green{
    color: var(--colorGreen)!important;
}
div:where(.swal2-container){
    z-index: 99999!important;
}
/************ repeater field *********/
.repeater-field{
    position: relative;
}
.repeater-field-add{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: none;
    font-size: 26px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    border: none;
    color: #777;
}
.score-range{
    width: 100%;
    position: relative;
    padding: 0 5px;
    height: 6px;
    display: flex;
    justify-content: space-between;
}
.score-range span{
    display: inline-block;
    width: 2px;
    height: 6px;
    flex-shrink: 0;
    background: #d1d1d1;
}


.stars-viewer span:before{
    content: "\e951";
    font-weight: 200;
    font-family: 'iconly' !important;
}
.stars-viewer span.active:before,
.stars-viewer span.active ~ span:before
{
    font-family: 'iconly' !important;
    color: #F62;
    font-weight: 700;
    transition: all .25s;
}


.custom-border-b{
    border-bottom: 2px dashed #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.custom-border-t{
    border-top: 2px dashed #f1f1f1;
    padding-top: 20px;
    margin-top: 20px;
}


.custom-swiper-button {
    color: #fff;
    background: var(--colorMain);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    opacity: 0.7;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 300ms;
    z-index: 1;
}
.custom-swiper-button.prev{
    border-radius: 0 6px 6px 0;
}
.custom-swiper-button.next{
    border-radius:6px 0 0 6px;
}
.custom-swiper-button:hover{
    opacity: 1;
}
.custom-swiper-button.swiper-button-disabled{
    display: none;
}
.custom-swiper-button.prev{
    left: 0;
}
.custom-swiper-button.next{
    right: 0;
}

.featured-shop-section-bg{
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.featured-shop-section-bg > .custom-container{
    position: relative;
    z-index: 1;
}
.featured-shop-section-highlight{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(var(--colorDarkRGB),0.85);
    backdrop-filter: blur(30px);
}
.featured-shop-section-bg .avatar{
    border: 3px solid var(--colorSecondary) !important;
}
.featured-shop-section{
    display: flex;
    align-items: center;
    height: 303px;
    gap: 20px;
}
.featured-shop-products{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.featured-shop-more{
    display: flex;
    width: 180px;
    flex-direction: column;
    gap: 20px;
    background: white;
    height: 100%;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 30px;
    color: var(--colorText) !important;
    transition: 300ms;
}

.featured-shop-more:hover{
    opacity: 0.8;
}
.featured-shop-heading{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 300px;
    flex-shrink: 0;
}
.avatar{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid #ddd;
    background: #eee;
}
.avatar img{
    width: 100%;
    vertical-align: inherit!important;
}
.avatar.avatar-sm{
    width: 50px;
    height: 50px;
}
.avatar.avatar-xs{
    width: 24px;
    height: 24px;
}
.avatar.avatar-md{
    width: 80px;
    height: 80px;
}
.avatar.avatar-lg{
    width: 120px;
    height: 120px;
}
.search-result-section .avatar{
    width: 50px;
    height: 50px;
}
.featured-shop-section-bg .section-title .dashes{
    border-top-color: rgba(255,255,255,0.21);
}
.featured-shop-section-bg .section-title .title{
    color: #fff;
    font-size: 18px;
}
.featured-shop-section-bg .section-title .title a{
    color: #fff!important;
}
.product-item-horizontal{
    display: flex;
    align-items: start;
}
.product-item-horizontal-image{
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-left: 16px;
    position: relative;
}
.product-item-horizontal-image .percent{
    left: auto;
    right: 10px;
}
.product-item-horizontal-image img{
    width: 100%;
    height: auto;
    border-radius: var(--borderRadiusSm);
}
.product-item-horizontal-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 120px;
    align-items: start;
}
.product-item-horizontal-content .title{
    padding-top: 8px;
    color: var(--colorDark);
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.seller-product-item{
    display: flex;
    align-items: start;
    width: 100%;
    border-bottom: 1px solid #eee;
    gap: 15px;
    padding: 20px;
    transition: 100ms;
}
.seller-product-item:hover{
    background: #f8f8f8;
}
.seller-product-item:last-of-type{
    border-bottom: none;
}
.seller-product-item-image{
    width: 80px;
    height: 80px;
}
.seller-product-item-image img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.seller-product-item-content{}
.seller-product-item-content .title{
    color: var(--colorText);
    font-size: 18px;
    margin-bottom: 14px;
}

.seller-product-item-content-details{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #7d7d7d;
}
.seller-product-item-content-separator{
    display: block;
    height: 20px;
    width: 1px;
    background: #ddd;
}
.seller-product-item-actions{
    margin-right: auto;
    display: flex;
    gap:8px;
}

.become-seller-box{
    border-radius: var(--borderRadiusLg);
    position: relative;
    background: var(--colorDarker) url("../images/2.jpg") no-repeat left center;
    background-size: cover;
    height: 350px;
    overflow: hidden;
}
.become-seller-content{
    background:linear-gradient(to left, var(--colorDarker),rgba(var(--colorDarkRGB),0.6),transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.become-seller-content .title{
    font-size: 28px;
    font-weight: 900;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.become-seller-content .title:before{
    content: '';
    display: inline-block;
    width: 60px;
    height: 6px;
    margin-left: 10px;
    background: var(--colorSecondary);
}
.become-seller-content .text{
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 28px;
    line-height: 40px;
}

.become-seller-content-inner{
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
    width: 450px;
}


.text-main{
    color: var(--colorMain)!important;
}
.post-item{
    margin-top: 50px;
}
.post-item-image{
    width: calc(100% - 40px);
    margin: -40px auto 0 auto;
    transition: 300ms;
}
.post-item:hover .post-item-image{
    transform: scale(1.05);
}
.post-item-image img{
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.13);
    border-radius: var(--borderRadiusMd);
}
.post-item-content{
    padding: 20px 25px 5px 25px;
}
.post-item-content .title{
    color: var(--colorDark);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: block;
    transition: 300ms;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}
.post-item-content .title:hover{
    color: var(--colorMain);
}
.post-item-content .excerpt{
    color: var(--colorGray);
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 90px;
}

.post-item-h{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.post-item-h:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post-item-h .post-thumb{
    width: 80px;
    height: 80px;
    margin: 0 0 0 10px;
    flex-shrink: 0;
}
.post-item-h .post-thumb img{
    width: 100%;
    height: auto;
}
.post-item-h .post-entry{
    padding: 0;
    margin: 0;
}
.post-item-h .post-title{
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 25px;
    color: var(--colorDark);
}
.post-details{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}
.text-with-icon{
    display: inline-block;
}
.text-with-icon i{
    color: #777;
}
.text-with-icon span{
    display: inline-block;
}
.text-with-icon{
    color: #111;
    font-size: 14px;
}
.single-shop-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}
.single-shop-item .avatar{
    position: relative;
    overflow: visible;
}
.shop-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}
.shop-item-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--colorText) !important;
}
.shop-item .shop-item-head .title:hover{
    color: var(--colorMain);
}

.shop-item-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
    justify-content: center;
}
.shop-item-content .title{
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin: 0 0 6px;
    color: var(--colorDark);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 300ms;
}
.shop-item-content .title:hover{
    color: var(--colorMain);
}
.shop-item-content .slogan{
    color: var(--colorGray);
    font-size: 13px;
    margin-bottom: 10px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.shop-item-details{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 10px 0;
    color: #606060;
}

.shop-item-details > * {
    position: relative;
    padding: 0 10px;
}

.shop-item-details > *:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #e7e7e7;
}


.shop-item-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.shop-item-items img{
    width: 100%;
    border-radius: var(--borderRadiusMd);
    border: 1px solid #ddd;
}

.check-row {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    user-select: none;
}

.check-row .title {
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}
.check-row .title i{
    font-size: 18px;
    color: #c3bacb;
}
.check-row-simple {
    background: transparent !important;
    border: none !important;
    direction: ltr !important;
    justify-content: right !important;
}

.check-row-simple .switch {
    margin-left: 10px;
}

.check-row-simple .title {
    font-size: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--colorGray);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: -1px 1px 2px #0000004f;
}

input:checked + .slider {
    background-color: var(--colorMain);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--colorMain);
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 6px;
}

.slider.round:before {
    border-radius: 4px;
}

.check-row-light {
    background: transparent !important;
    border: none !important;
}

.check-row-light .title {
    font-size: 16px;
    color: #777;
}


.switch-delivery-type {
    width: 200px;
    height: 50px;
}

.switch-delivery-type .slider:before {
    height: 42px !important;
    width: 90px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    left: 4px;
    bottom: 4px;
    border-radius: 42px !important;
    background: transparent !important;
    border: 2px solid #fff;
    box-shadow: -2px 2px 7px rgba(var(--colorMainRGB),0.5) !important;
}


.switch-delivery-type input:checked + .slider:before {
    -webkit-transform: translateX(102px) !important;
    -ms-transform: translateX(102px) !important;
    transform: translateX(102px) !important;
}


.switch-delivery-type .slider .right {
    margin-right: 5px;
    color: #fff;
    transition: 200ms;
}

.switch-delivery-type .slider .left {
    float: left;
    margin-left: 12px;
    color: #fff;
    transition: 200ms;
}

.switch-delivery-type input:checked + .slider .right {
    color: #fff !important;
}

.card-header.couponCollapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.card-header.couponCollapse[aria-expanded=true] i:before,
.collapse-btn[aria-expanded=true] i:before
{
    content: "\e931" !important;
}

.removable-alert{
    padding: 8px 15px 8px 8px;
    border: 1px dashed var(--colorRed);
    background: #ffecec;
    color: var(--colorDarker);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.removable-alert:last-of-type{
    margin-bottom: 0;
}

.removable-alert .remove{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: var(--colorRed);
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
}
.removable-alert .remove:before{
    content: "\ea11";
    font-family: 'icomoon', serif !important;
}
.removable-alert .remove:hover{
    opacity: .8;
}
.switch-delivery-type .slider {
    line-height: 47px;
    background: var(--colorMain) !important;
    padding: 0 20px;
    text-align: right;
}

.collapse-toggle {
    position: relative;
}

.collapse-toggle[aria-expanded=true]:before {
    content: "\e931" !important;
}

.collapse-toggle:before {
    content: "\e92e";
    font-family: 'icomoon', serif !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    font-size: 20px;
    cursor: pointer;
}


.img100 {
    width: 100px;
    height: 100px;
}

.img80 {
    width: 80px;
    height: 80px;
}

.img50 {
    width: 50px;
    height: 50px;
}

.img30 {
    width: 30px;
    height: 30px;
}


.content-dropdown{
    max-height: 700px;
    position: relative;
    overflow: hidden;
}
.content-dropdown.open{
    max-height: none!important;
    overflow: visible;
}

.content-dropdown:before{
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg,#fff,#fff,transparent);
    position: absolute;
    bottom: 0;
    right: 0;
}
.content-dropdown.open:before{
    content: none!important;
}
.content-dropdown-toggle{
    width: 160px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    cursor: pointer;
    color: var(--colorDark);
    border: none;
    background: transparent;
    display: block;
}
.content-dropdown.open .content-dropdown-toggle{
    position: static;
}

.swiper-slide img{
    width: 100%!important;
    height: auto!important;
}
.product-swiper-button{
    display: none;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(var(--colorDarkRGB),0.3);
    border-radius: 3px;
    font-size: 20px;
}
.shop-gallery-swiper .product-swiper-button{
    display: flex!important;
}
.product-swiper-button.prev{
    left: 0;
}

.product-swiper-button.next{
    right: 0;
}
.product-swiper-button.swiper-button-disabled{
    opacity: 0.1;
}


.user-panel-sidebar-toggle{
    cursor: pointer;
    height: 34px;
    width: 34px;
    z-index: 4;
    display: none;
    position: relative;
    flex-shrink: 0;
}
.user-panel-sidebar-toggle span{
    display: block;
    width:20px;
    height: 3px;
    background: var(--colorDark);
    position: absolute;
    top: 8px;
    right: 7px;
    border-radius: 10px;
    transition: 250ms;
}
.user-panel-sidebar-toggle span:nth-child(2){
    width: 10px;
    top: 16px;
}
.user-panel-sidebar-toggle span:nth-child(3){
    width: 16px;
    top: 24px;
}
.user-panel-sidebar-toggle.open{

}
.user-panel-sidebar-toggle.open span:nth-child(2){
    width: 0;
}
.user-panel-sidebar-toggle.open span:nth-child(1){
    transform: rotate(45deg);
    top: 17px;
}
.user-panel-sidebar-toggle.open span:nth-child(3){
    width: 20px;
    transform: rotate(-45deg);
    top: 17px;
}

.sidebar-backdrop{
    z-index: 9999;
}

b.cartCount {
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--colorMain);
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    border-radius: 50%;
    left: 8px;
    top: 8px;
}

/****** mini shopping cart ***********/
.mini-shopping-cart {
    position: fixed;
    z-index: 10000;
    width: 360px;
    height: 100%;
    top: 0;
    left: -380px;
    background: #fff;
    box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}

.mini-shopping-cart.open {
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mini-cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 80px;
    border-bottom: 1px solid #ddd;
}

.close-cart {
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    opacity: .8;
    font-size: 20px;
}

.close-cart:hover {
    opacity: 1;
}

.mini-cart-items {
    overflow-y: auto;
    height: calc(100% - 170px);
}

.mini-cart-items .h-product-item:last-of-type {
    border-bottom: none !important;
}

.mini-cart-footer {
    border-top: 1px solid #ddd;
    padding: 0 15px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}


/****************************************/
/******************* Shopping Cart Page *********/
/****************************************/
.cart-page-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none !important;
    border-radius: 0!important;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.cart-page-item a{
    text-decoration: none;
}
.cart-page-item .image {
    width: 100px;
    height: 100px;
    margin: 0 15px !important;
    flex-shrink: 0;
}
.cart-page-item-footer{
}
.cart-page-item:last-of-type {
    border-bottom: none!important;
}
.cart-page-item .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cart-page-item-delete {
    display: inline-block;
    color: var(--colorRed);
    font-size: 17px;
    border-radius: 5px;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
}

.cart-page-item-delete:hover {
    background: #eee;
}


.cart-page-item-title {
    font-size: 15px;
    display: block;
    font-weight: 500;
    line-height: 27px;
    color: var(--colorDarker) !important;
}

.cart-page-item.out-of-stock img{
    filter: grayscale(100%);
}
.cart-page-item.out-of-stock{
    background: #fff2f2!important;
}


.quantity-box{
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 8px;
}
.quantity-box .increase,
.quantity-box .decrease {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.16);
    cursor: pointer;
    transition: 150ms;
}
.quantity-box .increase:active,
.quantity-box .decrease:active{
    transform: scale(0.9);
    box-shadow: none;
}

.quantity-box .count{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.cart-quantity-box {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cart-quantity-box span {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.cart-quantity-box span:hover {
    background: #ddd;
}

.cart-quantity-box .quantityAdd {
    border-left: 1px solid #ddd;
}

.cart-quantity-box .quantityMinus {
    border-right: 1px solid #ddd;
}

.cart-quantity-box p {
    margin: 0;
    font-size: 18px;
    padding: 0 10px;
}


/*** loader **/
.screen-loader {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    user-select: none;
}

.screen-loader:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
}

.screen-loader:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 7px solid transparent;
    border-right-color: #fff;
    border-radius: 50%;
    animation: spin 800ms infinite linear;
    display: block;
}



.h-product-item {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 10px 7px 10px 10px;
    border-right: 3px solid transparent;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.h-product-item:hover {
    background: #f6f6f6;
    border-right-color: var(--colorMain);
}

.search-results .h-product-item:last-of-type ,
.product-list .h-product-item:last-of-type {
    border-bottom: none;
}

.h-product-item-thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    margin-left: 10px;
}

.h-product-item-thumb img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.h-product-item-content {
    overflow: hidden;
    width: 100%;
}

.h-product-item .title {
    font-size: 15px;
    line-height: 27px;
    display: block;
    margin: 0 0 7px;
    color: var(--colorDarker) !important;
    text-decoration: none;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.h-product-item .price {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--colorRed);
}

.h-product-item .price span {
    display: inline-block;
    margin-right: 5px;
}



/****************************************/
/******************* Radio Box *********/
/****************************************/
.aiz-rounded-check {
    position: relative;
    height: 24px;
    width: 24px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    text-align: center;
    margin-left: 8px;
}

.aiz-rounded-check:after {
    font-family: 'icomoon', serif !important;
    content: "\ea1d";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--colorMain);
    font-size: 19px;
    line-height: 23px;
    transform: rotate(70deg);
    display: block;
}

.aiz-megabox {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #e2e5ec;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 7px;
}

.aiz-megabox > input:checked ~ span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
    color: #fff;
    transform: rotate(0);
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem .aiz-rounded-check {
    background: var(--colorMain);
    border-color: var(--colorMain);
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem {
    box-shadow: 0 0 15px rgba(var(--colorMainRGB), 0.2);
    border-color: var(--colorMain);
}
.checkout-shop-title{
    position: relative;
}
.checkout-shop-title:before{
    content: '';
    width: 30px;
    height: 3px;
    background: #dee2e6;
    display: inline-block;
    margin-left: 10px;
    margin-right: -10px;
}
.plusBox {
    display: block;
    background: rgba(var(--colorMainRGB),0.1);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    color: var(--colorMain) !important;
    flex-shrink: 0;
    padding: 10px;
    font-size: 14px;
}


/*** radio color picker ****/

.check-container {
    display: inline-block;
    position: relative;
    margin: 2px;
    line-height: 0;
    flex-shrink: 0;
}

.check-container input {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
}

.check-container label {
    border-radius: 4px;
    color: #444;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: 200ms;
    position: relative;
    margin: 0;
    padding: 0 8px 0 26px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 600;
    min-width: 40px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.color-square{
    display: inline-block;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}
.check-container input:checked + label {
    border-color: #5d5d5d;
    box-shadow: -2px 2px 10px #0000001a;
}
.check-container.size{
    margin: 3px;
}
.check-container.size label{
    line-height: 28px;
    padding: 0 8px!important;
}
.check-container.disabled{
    opacity: .3;
}

.check-color{
    background: #ddd;
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
    bottom: 0;
    top: 0;
    left: 7px;
    margin: auto;
}
.color-dot{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    vertical-align: middle;
    border: 1px solid #888;
}
.comments-check .check-container label {
    border-radius: 4px;
    color: #444;
    background: #eee;
    box-shadow: none!important;
    padding: 0 8px;
    min-width: 40px;
    text-align: center;
    border: none;
}

.comments-check .check-container input:checked + label {
    color: #fff!important;
    background: var(--colorMain);
}

/*********************** questions **********************/
.question-item{
    box-shadow: 0 0 20px rgba(0,0,0,0.13);
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.question-item-head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.question-item-head img{
    width: 60px;
    height: auto;
}
p.question-item-text{
    line-height: 28px;
    margin: 20px 0;
    font-size: 15px;
    color: #111;
}
.question-item-footer{
    display: flex;
}
.question-item-response-to{
    margin-right: 20px;
    background: #f7f7f7;
    padding: 5px;
    border-radius: 5px;
    cursor: default;
    display: inline-block;
    font-size: 13px;
}
.question-item-badge{
    margin-right: auto;
    background: rgba(var(--colorMainRGB),0.2);
    color: var(--colorMain);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: default;
    font-size: 13px;
    display: inline-block;
}



/********************* Signin *****************/
.signin-page-body{
    padding: 15px 0!important;
}
.signin-container {
    display: flex;
    align-items: stretch;
    margin: 120px auto;
    width: 500px;
}

.signin-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colorDarker) url("../images/signin_bg.svg") no-repeat;
    background-position: center;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(var(--colorSecondaryRGB), 0.5);
    width: 35%;
    min-height: 300px;
    flex-shrink: 0;
}

.signin-image img {
    width: 200px;
    height: auto;
}

.signin-form-box {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    padding: 50px;
    width: 100%;
    height: 100%;
    margin-right: 30px;
    position: relative;
}

.signin-form-box .title {
    display: block;
    font-size: 24px;
    font-weight: 990;
    color: var(--colorDarker);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.signin-form-box .title:before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--colorDarker);
    position: absolute;
    right: 0;
    bottom: 0;
}

.signin-form-box img.dots {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 40px;
}

.signin-form-box .terms {
    display: block;
    margin: 20px 0;
    color: #B3BBC7;
    font-size: 14px;
}

.signin-form-box .terms a {
    color: #B3BBC7;
}

.signin-form-box .terms a:hover {
    color: var(--colorSecondary);
}

/**** pagination **/
.custom-pagination {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: default;
    text-align: center;
    padding: 30px 0;
}

.paginator-item {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 4px 2px !important;
}

.paginator-link {
    width: 100%;
    height: 100%;
    display: block;
    color: #444 !important;
    border-radius: 4px !important;
    background: #e8e8e8;
    user-select: none;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none!important;
}

.paginator-item.active span {
    color: #fff !important;
    background: var(--colorMain) !important;
}

.paginator-item.disabled .paginator-link {
    cursor: default;
    opacity: .5;
}

.paginator-link:hover {
    background: #d2d2d2;
}



/****************************************/
/******************* Archives ***********/
/****************************************/

.filter-box {
    background: var(--colorBg);
    padding: 10px;
    border-radius: 5px;
}

.filter-search {
    display: flex;
    align-items: center;
    height: 36px;
}

.filter-links {
    max-height: 450px;
    overflow: auto;
}

.filter-search input {
    border: 1px solid var(--colorGray);
    background: transparent!important;
    height: 100%;
    padding: 0 8px;
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.filter-search input::placeholder {
    font-size: 13px;
    color: #777;
}

.filter-search input:focus {
    border-color: var(--colorMain);
}


.filter-search .kt-btn {
    height: 100%;
    flex-shrink: 0;
    font-size: 17px;
    line-height: 32px;
    justify-content: center;
    width: 36px;
    padding: 0;
    border-radius: 5px 0 0 5px!important;
}

.filters-sidebar {
    position: sticky;
    top: 5px;
}
.filters-sidebar.show,
.product-orders.show {
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
    z-index: 1054;
}


.filter-links > li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.filter-links > li:before {
    content: '';
    height: 3px;
    width: 10px;
    background: #dddddd;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 2px;
}

.filter-links > li > a {
    display: block;
    color: var(--colorText);
    font-size: 14px;
    padding: 5px 16px 5px 5px;
    font-weight: 500;
    text-decoration: none!important;
}

.filter-links > li > a:hover {
    color: var(--colorMain);
}

.filter-links > li > ul {
    border-right: 1px solid #ddd;
    margin-top: -16px;
    margin-right: 2px;
    padding-top: 16px;
    padding-right: 15px;
}

.filter-links > li > ul > li {
    display: block;
    margin-right: 10px;
    position: relative;
}

.filter-links > li > ul > li a {
    display: block;
    color: var(--colorText);
    font-size: 14px;
    padding: 2px 0;
    font-weight: 500;
    text-decoration: none!important;
}

.filter-links > li > ul > li a:hover {
    color: var(--colorMain);
}
.filter-links > li > ul > li:before {
    content: '';
    height: 1px;
    width: 20px;
    background: #dddddd;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: -26px;
}

.filter-links > li > ul > li > ul > li a{
    font-weight: 300;
}
.filter-links > li > ul > li > ul > li{
    position: relative;
    display: block;
}
.filter-links > li > ul > li > ul > li:before {
    content: '';
    height: 1px;
    width: 50px;
    background: #dddddd;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: -58px;
}


.sidebar-section-title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: default;
    font-weight: 500;
}



.product-orders {
    padding: 12px;
    display: flex;
    align-items: center;
    transition: 300ms;
    margin-bottom: 20px;
}

.product-orders > span {
    display: block;
    flex-shrink: 0;
}

.product-orders > span i {
    font-size: 18px;
    color: #777;
    margin-left: 5px;
}

.product-orders .items {
    margin: 0 50px;
    cursor: default;
    width: 100%;
}

.product-orders .items > a {
    margin-left: 10px;
    color: #777;
    font-size: 13px;
    display: inline-block;
    padding: 7px 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: 100ms;
    text-decoration: none!important;
}


.product-orders .items > a:hover {
    color: var(--colorDark);
}

.product-orders .items > a.active {
    background: rgba(var(--colorMainRGB),0.1);
    color: var(--colorMain) !important;
    border-color: rgba(var(--colorMainRGB),0.3);
}



.verify-check {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--colorMain);
    position: relative;
    text-align: center;
    z-index: 1;
    flex-shrink: 0;
}
.verify-check:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--colorMain);
    top: 0;
    left: 0;
    content: '';
    transform: rotate(45deg);
}

.verify-check i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    z-index: 1;
    line-height: 24px;
    font-size: 17px;
}
.verify-check.verify-check-sm{
    width: 16px;
    height: 16px;
}
.verify-check.verify-check-sm i {
    line-height: 16px;
    font-size: 13px;
}

.shop-slogan {
    background: url(../images/quote.svg) no-repeat;
    background-size: contain;
    background-position: right;
    font-style: italic;
    margin: 15px 0;
    font-size: 17px;
    line-height: 35px;
    padding: 20px;
    color: var(--colorDark);
}

.shop-numbers-item{
    border-left: 1px solid #ddd;
}
.shop-numbers-item:last-of-type{
    border-left: none;
}


/***************************** create shop page *******************/
.timeline-steps{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 0 60px;
}
.timeline-steps .line{
    height: 1px;
    background: #ddd;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.timeline-step{
    z-index: 1;
    position: relative;
    background: var(--colorBg);
    display: flex;
    flex-direction: column;
    width: 100px;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border-radius: 4px;
}
.timeline-step .title{
    font-size: 12px;
    color: var(--colorGray);
}
.timeline-step .dot{
    display: block;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -6px;
}
.timeline-step.done{
    border-color: var(--colorGreen);
}
.timeline-step.done .dot{
    background: var(--colorGreen);
}
.timeline-step.done .title{
    color: var(--colorGreen);
}
.timeline-step.active{
    border-color: var(--colorMain);
}
.timeline-step.active .dot{
    background: var(--colorMain);
}
.timeline-step.active .title{
    color: var(--colorMain);
}

/************************* Credit Cards **********************/

.credit-card {
    width: 400px;
    height: 200px;
    background: linear-gradient(-45deg, #a42bff, #ff79fb);
    background: -webkit-linear-gradient(-225deg, #a42bff, #ff79fb);
    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 20px;
}

.credit-card .btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
}

.credit-card:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(-45deg, #a42bff, #ff79fb);
    background: -webkit-linear-gradient(-225deg, #a42bff, #ff79fb);
    opacity: .3;
    filter: blur(8px);
}

.credit-card img {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.credit-card .bank-name {
    position: absolute;
    left: 50px;
    top: 15px;
    color: #fff;
}

.credit-card .card-number {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: justify;
    width: calc(100% - 153px);
    font-size: 20px;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.65);
    height: 30px;
    line-height: 32px;
    font-family: 'Monospace', serif;
}

.credit-card .card-number:after {
    content: "";
    display: inline-block;
    width: 100%;
}


.credit-card .card-owner {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
}

.credit-card .account-number {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 60px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Monospace', serif;

}

/***************************** tickets ***************************/

.ticket-response {
    width: 100%;
    display: flex;
}
.ticket-response.left{
    flex-direction: row-reverse;
}
.ticket-response-avatar{
    width: 100px;
    flex-shrink: 0;
}
.ticket-response.left .ticket-response-avatar{
    text-align: left;
}
.ticket-response-avatar img{
    width: 50px;
    height: auto;
    margin-bottom: 8px;
}
.ticket-response-avatar .title{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ticket-response-body{
    width: 100%;
    background: #f4f5f8;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    box-shadow: -1px 2px 1px #d7d8da;
}
.ticket-response.left .ticket-response-body{
    background: var(--colorMain);
    color: #fff;
    box-shadow: -1px 2px 1px rgba(65, 65, 65, 0.2);
}
.ticket-response-body:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f4f5f8;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    position: absolute;
    top: 18px;
    z-index: 1;
    left: auto;
    right: -8px;
}
.ticket-response.left .ticket-response-body:after{
    border-color: transparent var(--colorMain) transparent transparent ;
    border-width: 6px 10.4px 6px 0;

    left: -8px;
    right: auto;
}
.ticket-response-body .date{
    display: block;
    margin-top: 20px;
    color:var(--colorGray);
    font-size: 13px;
}


.custom-tabs {
    overflow: hidden;
}

.custom-tabs li {
    display: inline-block;
    width: 33.33%;
    float: right;
    text-align: center;
}

.custom-tabs li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--colorDark);
    padding: 15px;
    border: 1px solid #eee;
}

.custom-tabs li:nth-child(2) a {
    border-right: none;
}


.custom-file-button input[type=file] {
    margin-left: -2px !important;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}
.custom-file-button input[type=file]::file-selector-button {
    display: none;
}
.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}
.custom-tabs li i {
    font-size: 30px;
    margin-bottom: 8px;
    color: var(--colorGray);
}

.custom-tabs li a:hover {
    background: #eee;
}

.custom-tabs li.active a {
    background: #f6f6f6;
}

.custom-tabs li.active i,
.custom-tabs li.active span {
    color: var(--colorMain) !important;
}



/****************************************/
/******************* Bottom Sheet *********/
/****************************************/

.bs-bg {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 100%;
    /*display: none;*/
}

.bottom-sheet {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 30px 30px 0 0;
    width: 500px;
    height: calc(100% - 30px);
    position: fixed;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto;
    transition: 150ms;
    z-index: 99999;
}

.bs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
}

.bs-body {
    padding: 15px 20px;
    height: calc(100% - 100px);
    overflow-y: auto;
}

.bs-title {
    font-size: 17px;
    font-weight: bold;
}

.bs-head-icon {
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.bs-head-icon:hover {
    opacity: .7;
}

.bottom-sheet.show {
    visibility: visible;
    bottom: 0;
    opacity: 1;
}


.list-group-with-arrow .list-group-item:before {
    content: "\e92f";
    font-family: 'icomoon', serif !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--colorGray);
    font-size: 18px;
    float: left;
}

.list-group-with-arrow .list-group-item {
    cursor: pointer;
    padding: 18px 5px;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    background: transparent;
}

.list-group-with-arrow .list-group-item span {
    display: block;
    margin-bottom: 5px;
}

.list-group-with-arrow .list-group-item p {
    font-size: 13px;
    color: #808080;
    line-height: 25px;
}


.list-group-with-arrow .list-group-item:hover {
    background: #f9f9f9;
}

.list-group-horizontal-lg .list-group-item {
    border-radius: 0 !important;
}

.list-group-horizontal-lg .list-group-item:first-child {
    border-left-width: 0 !important;
}

.sub-categories-list,
.sub-sub-categories-list {
    display: none;
}

.h-fit-content {
    height: fit-content !important;
}


/************* accordion ********************/
.custom-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.custom-accordion .accordion-button {
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    padding: 14px 16px;
    transition: background .2s ease;
}

.custom-accordion .accordion-button:hover {
    background: #f8f9fa;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #f3f4f6;
    color: #111;
    box-shadow: none;
}

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

.custom-accordion .accordion-body {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    color: #555;
}

.accordion-outlined .accordion-item{
    border: 1px solid #ddd!important;
}
.accordion-outlined .accordion-item.has-error{
    border: 1px solid var(--colorRed)!important;
    border-top: 1px solid var(--colorRed)!important;
    background: rgba(var(--colorRedRGB),0.1)!important;
}

.accordion-outlined .accordion-button{
    box-shadow: none!important;
    background: transparent!important;
    border-radius: 4px!important;
}
.accordion-outlined .accordion-button:focus{
    border-radius: 4px 4px 0 0!important;
}
.accordion-outlined .accordion-button:not(.collapsed){
    background: #eee!important;.
}
.accordion-outlined .accordion-button::after{
    margin-right: 10px!important;
}


.size-variation-container{
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.accordion .size-variation-container:last-of-type{
    border-bottom: none;
}
.size-variation-container-head{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 90px;
}


.user-notification-area-container{
    position: relative;
}
.user-notification-area{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.21);
    top: calc(100% + 10px);
    left: 0;
    width: 200px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 250ms;
}
.user-notification-area-container:hover .user-notification-area{
    top:100%;
    opacity: 1;
    visibility: visible;
}

.user-notif-item{
    display: flex;
    align-items: start;
    border-bottom: 1px solid #eee;
    padding: 10px 16px;
    color: var(--colorDark) !important;
    font-size: 14px;
    line-height: 22px;
    transition: 100ms;
}
.user-notif-item:hover{
    background: #eee;
}
.user-notif-item:last-of-type{
    border-bottom: none;
}
.user-notif-item .icon{
    width: 30px;
    height: 30px;
    background: #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}

.user-notif-item.warning .icon{
    background:rgba( var(--colorWarningGB),0.1);
    color:var(--colorWarning)!important;
}

.user-notif-item.success .icon{
    background:rgba(var(--colorGreenRGB),0.1) ;
    color: var(--colorGreen)!important;
}

.user-notif-item.danger .icon{
    background: rgba(var(--colorRedRGB),0.1);
    color: var(--colorRed)!important;
}

.user-notif-item.info .icon{
    background: rgba(var(--colorSecondaryRGB),0.1);
    color: var(--colorSecondary)!important;
}


.banner-item{
    display: block;
}
.banner-item img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.slider-swiper .banner-item img{
    border-radius: 0!important;
}

.fixed-bottom-alert{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
}
.fixed-bottom-alert.bg-label-danger{
    background: #ffe2e2!important;
}

.before-none:before{
    content: none!important;
}
.cursor-pointer{
    cursor: pointer!important;
}

span.tox-statusbar__branding {
    display: none;
}






.panel-navs .nav-tabs{
    gap: 18px;
    border:none!important;
}
.panel-navs .nav-item{
}
.panel-navs .nav-link{
    border: none!important;
    position: relative;
    color: var(--colorText);
    font-weight: bold;
    font-size: 16px;
    padding: 0 4px;
}
.panel-navs .nav-link:before{
    content: '';
    width: 0;
    height: 5px;
    background: var(--colorMain);
    position: absolute;
    bottom: -14px;
    right: 0;
    transition: 300ms;
    border-radius: 10px 10px 0 0;
}

.panel-navs .nav-link.active:before{
    width: 100%;
}
.panel-navs .nav-link.active{
    color: var(--colorMain)!important;
}
.panel-navs .tab-pane{
}


.experience-item{
    display: flex;
    flex-direction: column;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    margin-bottom: 16px;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.08);
    transition: 100ms;
}
.experience-item:hover{
    border-color: #777;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2);
}
.experience-product-row{
    display: flex;
    align-items: start;
    padding: 15px;
}
.experience-product-image{
    width: 60px;
    height: 60px;
    margin-left: 12px;
    flex-shrink: 0;
}
.experience-product-image img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.experience-product-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.experience-item-comment{
    border-top: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.experience-item-badge{
    position: absolute;
}
.rating {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
}


/****************************** CHAT *******************************/

.chat-receiver-profile{
    display: flex;
    align-items: center;
}
.avatar{
    width: 60px;
    height: 60px;
}
.avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#chatModal .modal-body{
    padding: 0!important;
}
.chat-container {
    max-width: 800px;
    height: 410px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.loading-screen {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffffc4;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}
.loading .loading-screen,
.loading .loader-container,
.loading .loading-screen .loader-container
{
    visibility: visible!important;
    opacity: 1!important;
}
#shopIdFieldContainer {
    position: relative;
}
#shopIdFieldContainer.loading .loader-container {
    z-index: 6;
}
.loading-screen:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: fff;
    background: linear-gradient(to right, rgba(238, 238, 238, 0.34), rgba(214, 214, 214, 0.3), rgba(238, 238, 238, 0.29));
    -webkit-backface-visibility: hidden;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: 100em 0;
    }
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    padding-bottom: 80px;
    background-color: rgba(var(--colorMainRGB), 0.1);
    display: flex;
    flex-direction: column-reverse;
}
#chatMessagesPlaceholder{

}
.message-loading {
    text-align: center;
    padding: 10px;
    color: #666;
    font-size: 14px;
}

.message {
    margin-bottom: 16px;
    max-width: 70%;
    clear: both;
    width: fit-content;
    transition: 300ms;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.message:active{
    transform: scale(0.95);
}

.message-content {
    padding: 12px 16px;
    border-radius: 12px;
    position: relative;
    word-wrap: break-word;
    white-space: pre-wrap;
}


.message-options {
    position: fixed;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 1000;
    min-width: 150px;
}

.message-options .option {
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.message-options .option:hover {
    background-color: #f5f5f5;
}

.message-options .option.delete-btn {
    color: #dc3545;
}

.message-options .icon {
    font-size: 16px;
}




.message-footer {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.7;
}

.message-time {
    margin-right: 4px;
}

.message-status {
    display: flex;
    align-items: center;
}

.check-mark {
    width: 16px;
    height: 16px;
    position: relative;
}

.sender-1 {
    float: right;
}

.sender-1 .message-content {
    background: var(--colorMain);
    color: white;
    border-bottom-right-radius: 4px;
}

.sender-1 .message-footer {
    float: right;
    color: var(--colorMain);
}

.sender-2 {
    align-self: end;
}

.sender-2 .message-content {
    background: white;
    color: #000;
    border-bottom-left-radius: 4px;
}

.sender-2 .message-footer {
    float: left;
}

.chat-input-container {
    width: 100%;
}

.chat-input {
    display: flex;
    gap: 12px;
}

.chat-input textarea {
    flex: 1;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    resize: none;
    max-height: 150px;
    min-height: 45px;
    line-height: 1.5;
    overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chat-input textarea::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat-input textarea {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.chat-input textarea:focus{
    border-color: var(--colorMain);
}

.chat-input button {
    padding: 0 24px;
    height: 49px;
    background: var(--colorMain);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}
.chat-input button.disabled{
    pointer-events: none!important;
    opacity: 0.5!important;
}
.chat-input button:hover {
    background: var(--colorSecondary);
}

.loading .chat-input button{
    pointer-events: none!important;
    opacity: 0.5!important;
}
#chatModal .modal-header{
    padding: 10px 10px 10px 15px!important;
}



.room-item{
    display: flex;
    align-items: center;
}
.room-item .last-message{
    font-size: 14px;
    color: grey;
    display: block;
}


.chat-list{
    position: relative;
}
.chat-item {
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}
.chat-list .chat-item:last-of-type{
    border-bottom: none;
}

.chat-item:hover {
    background-color: rgba(0,0,0,0.03);
}

.chat-item .check-mark{
    color: var(--colorMain);
    margin-right: 8px;
}
.chat-item-shop {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    margin-top: 5px;
    color: var(--colorText);
}
.chat-item .avatar,
.chat-receiver-profile .avatar,
.shop-item .avatar {
    position: relative;
    overflow:visible;
    width: 90px;
    height: 90px;
}
.chat-receiver-profile .avatar
{
    width: 56px;
    height: 56px;
}
.avatar .online-badge{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid white;
    transition: 200ms;
    background: var(--colorGreen);
}
.avatar-lg .online-badge{
    width: 22px;
    height: 22px;
    bottom: 2px;
    left: 10px;
}
.avatar-md .online-badge{
    width: 18px;
    height: 18px;
    left: 6px;
}
.avatar .online-badge:hover{
    transform:scale(1.1);
}

.chat-details {
    overflow: hidden;
}

/* For message preview truncation */
.text-truncate {
    max-width: 250px;
}

/* Custom hover effect */
.chat-item.unread {
    background-color: rgba(13, 110, 253, 0.05);
}

/* For responsive design */
@media (max-width: 576px) {
    .text-truncate {
        font-size: 14px;
        max-width: 200px;
    }
    .chat-item .avatar{
        width: 46px;
        height: 46px;
    }

}

.chat-modal-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
    background: #fff;
    height: 70px;
    padding: 0 10px;
    width: 100%;
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(to left, #ddd, #fff);
}
.chat-modal-product-item img{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-left: 10px;
    flex-shrink: 0;
}
#chatModalProductClose{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: gray;
    flex-shrink: 0;
    cursor: pointer;
}
#chatModalProductClose:hover{
    color: var(--colorRed);
}
#chatModalProductTitle{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chat-message-product{
    width: 160px;
    position: relative;
    margin-bottom: 12px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: block;
    text-decoration: none!important;
}
.chat-message-product img{
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 5px;
}
.chat-message-product .title{
    font-weight: bold;
    font-size: 14px;
    color: var(--colorText);
}


/************************************* Message Options Dialog **************/
.message-options-dialog-container{
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-options-dialog{
    width: 200px;
    min-height: 100px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: var(--colorText);
    opacity: 0;
    visibility: hidden;
}
.message-options-dialog-container.show .message-options-dialog{
    opacity: 1;
    visibility: visible;
}
.message-options-header{
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.message-options-header .text-truncate{
    max-width: 100%;
}
.message-options-content{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}




/******************************* Coupons ************************/

.coupon-item{
    border:2px dashed #e8e8e8;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 12px;
    user-select: none;
    transition: 100ms;
}
.coupon-item:hover{
    border-color: red;
}
.coupon-item:hover .btn-copy-input{
    background: var(--colorMain) !important;
    color: white!important;
}
.coupon-item-title{
    font-weight: 600;
    color: black;
    font-size: 16px;
    margin-bottom: 5px;
}

.coupon-item-subtitle{
    color: #444444;
    font-size: 13px;
}

.coupon-item-separator{
    width: 100%;
    border-top: 2px dashed #e8e8e8;
    margin: 14px 0;
}
.coupon-item-code{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}
.coupon-item-code input{
    max-width: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: red;
}



.coupon-item-code input::-moz-selection {
    background: #eee!important;
}

.coupon-item-code input::selection {
    background: #eee!important;
}





.chat-begin{
    order: 1;
    margin-bottom: auto;
}


/* Loader 1 */
.circle-loader {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-1-1 4.8s linear infinite;
    animation: loader-1-1 4.8s linear infinite;
}
@-webkit-keyframes loader-1-1 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes circle-loader-animation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.circle-loader span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    clip: rect(0, 32px, 32px, 16px);
    -webkit-animation: circle-loader-animation 1.2s linear infinite;
    animation: circle-loader-animation 1.2s linear infinite;
}
@-webkit-keyframes circle-loader-animation {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(220deg); }
}
@keyframes circle-loader-animation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(220deg); }
}
.circle-loader span::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    clip: rect(0, 32px, 32px, 16px);
    border: 3px solid var(--colorMain);
    border-radius: 50%;
    -webkit-animation: circle-loader-animation-1 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: circle-loader-animation-1 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes circle-loader-animation-1 {
    0%   { -webkit-transform: rotate(-140deg); }
    50%  { -webkit-transform: rotate(-160deg); }
    100% { -webkit-transform: rotate(140deg); }
}
@keyframes circle-loader-animation-1 {
    0%   { transform: rotate(-140deg); }
    50%  { transform: rotate(-160deg); }
    100% { transform: rotate(140deg); }
}





.modal-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.61);
    z-index: 1;
}


/****************** featured products section **************/

.featured-products-bg{
    background: #981e15 url('../images/featured_bg_repeat.webp') repeat center;
    padding: 35px 0;
}
.featured-products-bg .section-title .title{
    color: white;
}
.featured-products-bg .icon{
    color: #fff;
    background: #e31e0f;
}
.featured-products-bg .btn-carousel-nav{
    background: rgba(255, 255, 255, 0.15);
    color: white;
}
.featured-products-bg .btn-carousel-nav:hover{
    background: #fff;
    color: var(--colorText);
}


.section-title.text-center:after{
    left: 0;
    margin: auto;
}

.section-title .icon{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 17px;
}
.btn-section-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    color: var(--colorMain);
    text-decoration: none!important;
    font-size: 14px;
    transition: 300ms;
    flex-shrink: 0;
    font-weight: bold;
}
.featured-products-bg .btn-section-more{
    color: white;
    border: 1px solid white;
}

.btn-section-more:hover{
    background: var(--colorMain);
    color: white;
}
.featured-products-bg .btn-section-more:hover{
    background: #fff;
    color: var(--colorText);
}


.btn-carousel-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    text-decoration: none!important;
    font-size: 20px;
    padding-bottom: 2px;
    transition: 300ms;
    cursor: pointer;
    background: var(--colorMain);
    color: #fff;
}

.btn-carousel-nav.swiper-button-disabled{
    display: flex!important;
    pointer-events: none;
    opacity: 0.4;
}

.btn-section-more.mobile{
    display: none;
    text-align: center;
    border: 1px solid var(--colorMain);
}
.featured-products-bg .btn-section-more.mobile{
    border-color: white;
}

.checkout-shop-item-badge{
    border: 1px solid var(--colorGray);
    border-radius: 5px;
    padding: 3px 7px;
    margin: 4px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 13px;
}
.checkout-shop-item-badge .label,
.checkout-shop-item-badge i
{
    color: var(--colorGrayDark);
}
.checkout-shop-item-badge .value{
    color: var(--colorText);
    font-weight: bold;
}
.checkout-shop-item-badge.success{
    border-color: var(--colorGreen);
    color: var(--colorGreen);
}
.checkout-shop-item-badge.success .value
{
    color: var(--colorGreen);
}

.customer-pack-item{
    background: #ffffff;
    padding: 20px 10px;
    border-radius: 8px;
    margin-top: 20px;
    border: 3px solid #dee2e6 !important;
}


/* Shop Tabs Style */
#shopTabs{
    gap:20px;
}
#shopTabs.nav-tabs {
    border-bottom: none;
}

#shopTabs .nav-link {
    border: none;
    position: relative;
    color: #555;
    padding: 10px 0;
}
#shopTabs .vertical-separator{
    height: 16px !important;
    align-self: center;
}
#shopTabs .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 4px;
    background-color: var(--colorMain); /* رنگ خط */
    transition: width 0.3s ease;
}

#shopTabs .nav-link.active {
    color: var(--colorMain);
}

#shopTabs .nav-link.active::after {
    width: 100%;
}

.main-page-title{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    margin: 30px 0;
    position: relative;
}
.main-page-title h1,
.main-page-title h2{
    margin: 0;
    font-size: 36px;
    color: var(--colorMain);
    font-weight: 400;
    line-height: 55px;
}
.main-page-title h1:before,
.main-page-title h2:before{
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(var(--colorSecondaryRGB),0.6);
    background: var(--colorSecondary);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100%;
    z-index: 1;
}
.main-page-title h1:after,
.main-page-title h2:after{
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #eee;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -7px;
    margin: auto;
}



/* mobile filters*/
.mobile-filters-row{
    gap: 15px;
    display: none;
    align-items: center;
    position: sticky;
    top: 56px;
    background: #fff;
    z-index: 1;
    padding: 10px 0;
    border-bottom:1px solid #eee;
    flex-wrap: nowrap;
}
.mobile-filters-items{
    width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 5px;
}
.mobile-filters-sort{
    flex-shrink: 0;
}
.mobile-filter-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    height: 36px;
    border-radius: 6px;
    color: var(--colorText);
    padding: 0 10px;
    gap: 5px;
    flex-shrink: 0;
    font-size: 13px;
    user-select: none;
    cursor: pointer;
}
#clearFilters{
    background: #ffe8e8;
}
.mobile-filter-item i{
    color: var(--colorGray);
}
.mobile-filters-sort .mobile-filter-item{
    background: #f6f6f6;
}
.mobile-filter-item.active{
    background: rgba(var(--colorMainRGB),0.1);
}



/* Responsive */
@media (max-width: 991px) {
    .section-content {
        flex-direction: column;
    }
.featured-image img{
    max-width: 300px;
}
.featured-image{
    justify-content: start;
}
    .section-right {
        flex: 0 0 auto;
        padding: 30px 25px;
        min-height: 300px;
    }

    .section-left {
        padding: 25px;
    }

    .section-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .featured-image{
        justify-content: center;
    }
    .section-right {
        padding: 25px 20px;
        transition: all 0.3s ease;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .section-title {
        font-size: 1.4rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }

    .products-title {
        font-size: 1.1rem;
    }

    .section-left {
        padding: 20px;
    }

    .decorative-badge {
        font-size: 0.75rem;
        padding: 6px 16px;
        align-self: center;
    }
    .featured-image img{
        width: 200px;
    }
}

@media (min-width: 1366px) {
    .category-menu-group {
        margin-left: 64px;
    }

}

@media (min-width: 992px) {
    .border-lg-0{
        border: none!important;
    }

    .show-in-992 {
        display: none !important;
    }

    .categories-content {
        display: none !important;
    }
}

@media (max-width: 1460px) {
    .custom-container {
        width: 1200px !important;
    }

}

@media (max-width: 1240px) {


    .custom-container {
        width: calc(100% - 60px) !important;
    }



}

@media (max-width: 992px) {
    .signin-modal-footer{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .header-search-box{
        height: 38px;
    }
    .header-search-box > .iconly {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .header-search-box .search-input{
        padding-right: 38px;
    }
    .page-container{
        width: 100%;
    }
    .featured-shop-section{
        flex-direction: column;
        height: auto;
        gap: 10px;
    }
    .featured-shop-heading{
        width: 100%;
    }
    .featured-shop-more{
        width: 100%;
        gap: 4px;
        flex-direction: row;
    }
    .featured-shop-more.outlined{
        background: transparent;
        color: white !important;
    }
    .featured-shop-products{
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }
    .featured-shop-products .product-item-horizontal{
        flex-shrink: 0;
        width: 80%;
    }
    .mobile-filters-row{
        display: flex;
    }
    .dashed-border-bottom-992{
        border-bottom: 2px dashed rgba(var(--colorGrayRGB),0.5);
    }
    body.panel-body{
        padding: 56px 0 15px;
    }
    .fixed-bottom-alert{
        bottom: 56px;
    }
    .mobile-swiper-section {
        overflow: visible;
        overflow-x: auto;
    }
    .mobile-swiper-section .swiper-slide{
        width: 160px!important;
        margin: 0!important;
    }
    .mobile-swiper-section .custom-swiper-button{
        display: none!important;
    }
    .mobile-swiper-section .swiper-wrapper{
        gap: 10px;
    }
    .product-item.product-item-mobile-small{
        padding: 0!important;
        border-radius: 6px!important;
        border: 1px solid #ddd!important;
    }
    .product-item.product-item-mobile-small .product-item-image{
        border-radius: 6px 6px 0 0!important;
    }
    .product-item.product-item-mobile-small .title{
        line-height: 20px;
        font-size: 12px;
    }
    .product-item.product-item-mobile-small .product-item-price .font-16{
        font-size: 12px!important;
    }
    .product-item.product-item-mobile-small .product-item-badges{
        display: none!important;
    }
    .product-item.product-item-mobile-small .product-item-content{
        height: 180px;
        padding: 8px!important;
    }
    .mobile-sidebar-menu{
        position: fixed;
        width: 260px;
        top: 0;
        left: -265px;
        height: 100%;
        border-radius: 0!important;
    }
    .mobile-sidebar-menu.show{
        visibility: visible!important;
        left: 0!important;
        top: 0!important;
        opacity: 1!important;
        overflow-y: auto;
    }

    .header-search-container.open {
        position: fixed;
        top: 0;
        left: 0;
        height: 56px;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .kt-btn-square-992{
        width: 38px;
        background: rgba(var(--colorMainRGB),0.1);
        align-items: center;
        justify-content: center;
        padding: 0;
        color: var(--colorMain)!important;
    }
    .kt-btn-square-992.kt-btn-sm{
        width: 32px!important;
    }


    .kt-btn-main-dark-992 {
        background: var(--colorDark)!important;
        color: #fff !important;
    }
    .kt-btn-main-dark-992:hover {
        background: var(--colorDarker)!important;
    }

    .kt-btn-main-992 {
        background: var(--colorMain)!important;
        color: #fff !important;
        border: none!important;
    }
    .kt-btn-main-992:hover {
        background: var(--colorSecondary)!important;
    }


    .signin-image{
        display: none;
    }
    .signin-form-box{
        padding: 20px;
        border-radius: 5px;
        margin-right: 0;
    }
    .signin-container{
        margin-top: 0;
        width: 100%;
    }

    .timeline-step{
        width: auto;
        border: none;
        padding: 0;
    }
    .timeline-steps{
        margin-top: 90px!important;
    }
    .timeline-step .title{
        position: absolute;
        transform: rotate(45deg);
        text-wrap: nowrap;
        bottom: 20px;
        right: 5px;
        width: 30px;
    }
    .timeline-step .dot{
        position: static;
    }

    .filters-sidebar {
        position: fixed;
        right: 0;
        z-index: 13;
        background: #fff;
        width: 100%;
        padding: 0 20px 20px;
        overflow-y: auto;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        top: -20px;
    }
    .product-orders {
        position: fixed;
        right: 0;
        z-index: 13;
        background: #fff;
        width: 100%;
        padding: 0 20px 20px;
        overflow-y: auto;
        height: 100%;
        display: block;
        text-align: right;
        visibility: hidden;
        opacity: 0;
        top: -20px;
    }

    .product-orders .items {
        margin: 0;
    }

    .product-orders .items a {
        display: block;
        margin: 8px 0;
    }

    .product-orders span:last-of-type {
        margin-top: 15px;

    }

    .checkout-fixed-btn {
        position: fixed;
        bottom: 56px;
        right: 0;
        width: 100%;
        background: #fff;
        padding: 10px 15px;
        box-shadow: 0 -4px 10px #0000001a;
    }

    .checkout-fixed-btn .btn {
        padding: 10px !important;
    }

    .user-panel-sidebar-toggle{
        display: block;
    }
    .scrollable-content{
        overflow: auto;
        height: 100%;
    }
    .user-panel-sidebar-head{
        margin-top: 15px;
    }
    .user-panel-sidebar-image{
        width: 100px;
    }
    #sidebar-box{
        border-radius: 0!important;
        width: 280px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -280px;
        z-index: 9999;
        transition: 300ms;
        box-shadow: none!important;
    }
    #sidebar-box.open{
        left: 0;
    }
    .w-992-100{
        width: 100% !important;
    }
    .user-panel-wrapper{
        display: block;
    }
    .user-panel-content{
        width: 100%;
        min-height:500px;
    }
    .user-panel-sidebar{
        width: 100%;
    }
    .user-order-row .content{
        flex-direction: column;
        align-items: start;
    }
    .product-gallery-zoom{
        top: 0;
        right: 0;
        border-radius: 50%;
    }
    .product-swiper-button{
        display: flex!important;
    }
    .post-item-content .excerpt,
    .post-item-content .title{
        height: auto;
        display: block;
        -webkit-line-clamp: none;
        line-clamp: none;
    }
    body{
        padding: 56px 0;
    }
    .gallery-thumb-list{
        display: none;
    }
    .header-logo img{
        height: 34px;
    }
    .page-title{
        margin: 20px 0 15px;
        font-size: 18px;
    }
    .w992-100{
        width: 100%!important;
    }
    .fixed-mobile-buttons{
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -1px 20px rgb(0 0 0 / 10%);
        z-index: 9;
        padding: 15px 15px;
    }
    #noteSection{
        display: none;
    }
    body.single{
        padding: 56px 0;
    }

    .breadcrumb {
        padding: 15px 0;
        white-space: nowrap;
        overflow: hidden;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0;
    }
    .kt-wrapper{
        width: 100%;
        padding: 0;
    }
    .main-content{
        flex-direction: column-reverse;
    }
    .kt-sidebar{
        width: 100%;
    }
    .sidebar-categories{
        display: none;
    }
    .fixed-mobile-filters{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 300ms;
    }
    .fixed-mobile-filters.open{
        visibility: visible;
        opacity: 1;
    }
    .fixed-mobile-filters .categories-header{
        display: flex;
    }
    .header-container{
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
    }

    .single-footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .custom-container {
        width: calc(100% - 40px) !important;
    }

    .main-content {
        padding:120px 0 56px;

    }

    .mobile-menu {
        display: flex;
    }

    .hide-in-992 {
        display: none !important;
    }

    .show-in-992 {
        display: block !important;
    }

    .header-search-container {
        width: 100%;
        margin-left: 0;
    }

    .header-content {
        height: 56px;
    }

    .search-results {
        position: fixed;
        top: 56px;
        height: calc(100% - 56px);
        max-height: none!important;
        border-radius: 0;
        overflow-y: auto;
        padding-bottom: 25px;
    }

    .header-search-container.open #btn-search-back {
        display: inline-flex;
    }

    .search-backdrop {
        display: none !important;
    }

    .header-search-container.open .search-input {
        border-radius: 0 !important;
        box-shadow: none !important;
        padding-right: 10px !important;
    }


    .header-search-box {
        width: 100%;
        display: flex;
        align-items: center;
    }


    .header-search-container.open .header-search-box > .iconly{
        display: none !important;
    }

    .header-categories {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        height: 100%;
        max-height: none;
        padding: 0 0 20px 0;
        display: block;
        transition: 0ms !important;
        overflow-x: auto;
    }

    .header-categories.open {
        transition: 300ms !important;
    }

    .header-categories .categories-menu-select {
        width: 100%;
        padding: 0;
        border: none;
    }

    .header-categories .categories-panel-content {
        display: none;
    }

    .categories-header {
        display: flex;
    }

    .category-item-select {
        color: #222;
        border-bottom: 1px solid #ddd;
        margin: 0 !important;
        padding: 10px 20px !important;
        min-height: 56px;
        font-weight: 400;
        border-radius: 0 !important;
    }

    .category-item-select:last-of-type {
        border-bottom: none !important;
    }

    .category-item-select > span {
        font-size: 16px !important;
    }

    .category-item-select > .iconly:not(.iconly-keyboard-arrow-left) {
        font-size: 20px;
        width: auto;
        height: auto;
        margin-left: 6px;
    }

    .category-item-select > .iconly.arrow{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
    }

    .categories-content {
        background: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        height: 100%;
        overflow-x: auto;
    }

    .category-content {
        display: none;
        padding: 0 15px;
    }

    .kt-btn-light.active {
        background: transparent !important;
        color: #222 !important;
    }

    .category-menu-item--parent {
        font-size: 15px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .category-menu-item {
        font-size: 15px;
        padding: 5px 8px 5px 0;
    }

    .category-menu-group .category-menu-item:nth-child(2) {
        margin-top: 5px !important;
    }

    .category-menu-group {
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .category-menu-item--padded {
        margin: 0 !important;
    }

    .category-content .category-menu-group:last-of-type {
        border-bottom: none;
    }

    .category-menu-group-all {
        position: static;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .seller-product-item{
        gap:10px;
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .seller-product-item-content-details{
        gap: 12px;
        flex-wrap: wrap;
        font-size: 12px;
    }
    .seller-product-item-content-separator{
        display: none;
    }
    .seller-product-item-actions {
        flex-shrink: 0;
        flex: 100%;
    }
    .product-item .featured-badge{
        width: 40px;
        height: 28px;
        left: 8px;
        top: 8px;
        font-size: 12px;
    }
    .product-item{
        border: none;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0;
        padding: 15px;
        box-shadow: none!important;
    }
    .row.products-list > div{
        padding: 0!important;
    }
    .html-content{
        font-size: 15px;
    }
    .html-content h1 {
        font-size: 1.7em;
        margin-top: 0;
    }

    .html-content h2 {
        font-size: 1.55em;
    }

    .html-content h3 {
        font-size: 1.3em;
    }

    .html-content h4 {
        font-size: 1.1em;
    }

    .html-content h5 {
        font-size: 1em;
    }

    .html-content h6 {
        font-size: 1em;
    }

    .main-page-title h1,
    .main-page-title h2{
        font-size: 22px;
        line-height: 32px;
    }
    .experience-product-content{
        flex-direction: column;
        align-items: start;
    }
    .bottom-sheet {
        width: 100%;
    }
    .mini-shopping-cart{
        width:calc(100% - 80px);
    }
    .post-details{
        padding-top: 15px;
    }
    .post-details .text-with-icon {
        margin: 6px!important;
    }
    .shop-numbers-item{
        border: none;
        width: 50%;
        padding: 15px 0!important;
    }
    .shop-numbers-item:nth-child(1),
    .shop-numbers-item:nth-child(2){
        border-bottom: 1px solid #ddd;
    }
    .shop-numbers-item:nth-child(1),
    .shop-numbers-item:nth-child(3){
        border-left: 1px solid #ddd;
    }

    .w-md-100{
        width: 100%!important;
    }
    .product-item-mobile-h{
        display: flex;
    }
    .product-item-mobile-h .product-item-image {
        width: 130px;
        flex-shrink: 0;
        overflow: visible;
        border-radius: 0;
    }
    .product-item-mobile-h .product-item-image img {
        border-radius: 10px;
        border: 1px solid #e3e3e3;
    }
    .product-item-mobile-h .product-item-content{
        width: 100%;
        padding: 3px 10px 10px;
    }
    .product-item-mobile-h .product-item-price {
        margin-right: -140px;
        width: calc(100% + 150px);
    }
    .product-item:not(.product-item-mobile-small) .product-item-extras{
        margin-right: -140px;
        width: calc(100% + 150px);
    }
    .product-item-mobile-h .product-item-image .percent {
        width: 30px;
        height: 30px;
        font-size: 12px;
        left: auto;
        right: -5px;
        top: -5px;
    }


    .modal-content-scrollable .modal-body {
        max-height: 400px;
        min-height: 200px;
    }

    .custom-container {
        width: calc(100% - 30px) !important;
    }

    .section-title .title{
        font-size: 18px;
    }
    .section-title .kt-btn{
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        font-weight: 400;
    }


}

@media (max-width: 576px) {
    .ticket-response {
        margin-top: 70px !important;
        position: relative;
    }
    .ticket-response-avatar{
        width: 120px;
        position: absolute;
        z-index: 1;
        top: -50px;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    .ticket-response.left .ticket-response-avatar{
        flex-direction: row-reverse;
    }
    .ticket-response .ticket-response-body:after {
        right: 10px;
        left: auto;
        top: -6px;
        transform: rotate(151deg);
    }
    .ticket-response.left .ticket-response-body:after {
        left: 10px;
        top: -8px;
        right: auto;
        transform: rotate(90deg);

    }
    .ticket-response-avatar img{
        flex-shrink: 0;
        width: 32px;
        height: 32px;
    }
    .ticket-response-body{
        font-size: 14px;
        line-height: 26px;
    }
    .shop-item{
        padding: 15px 0;
    }
    .shop-item-items{
        padding: 15px 15px 0;
    }

    .featured-products-bg .product-item .p-item-add-to-card{
        display: none!important;
    }
    .btn-section-more:not(.mobile){
        display: none!important;
    }
    .btn-section-more.mobile{
        display: inline-flex;
        width: 100%;
    }
    .seller-product-item-content {
        width: calc(100% - 90px);
    }
    .seller-product-item-content .title{
        font-size: 15px;
    }
    .category-item-overly{
        padding: 0 5px;
    }
    .category-item .title{
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    #shopTabs{
        gap:0!important;
        justify-content: space-between;
    }
    #shopTabs .vertical-separator{
        margin: 0 8px!important;
    }
    #shopTabs .nav-link .value{
        font-size: 12px;
    }

    .img-sm-30{
        width: 30px;
        height: 30px!important;
    }
    .product-item-quick-update-container{
        top: 120px;
        border-radius: 5px 0 0 5px;
    }
    .chat-container{
        height: 100%;
    }
    .seller-dashboard-box .icon{
        width: 26px;
        font-size: 26px;
    }
    .seller-box-container-right{
        padding-left: 4px!important; ;
    }
    .seller-box-container-left{
        padding-right: 4px!important; ;
    }
    .section-title .subtitle{
    }
    .section-title-icon{
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }
    .question-item-response-to{
        margin-right: 0;
        margin-left: 10px;
    }
    .question-item-badge{
        margin-right: 0;
    }
    .question-item{
        padding: 15px;
    }

    .size-variation-container-head{
        margin-bottom: 5px;
    }
    .size-variation-container{
        flex-direction: column;
        align-items: start;
        position: relative;
    }
    .size-variation-container .btn-remove-variation{
        position: absolute;
        left: 0;
        top: 0;
    }
    .accordion-outlined .accordion-button{
        padding: 5px 12px!important;
    }
    .custom-tabs li a {
        height: 100px;
    }

    .custom-tabs li a i {
        font-size: 24px;
    }

    .custom-tabs li span {
        font-size: 14px;
        line-height: 24px;
    }
    .credit-card {
        width: 100% !important;
        margin: 0 0 20px !important;
    }
    .credit-card .card-number {
        width: calc(100% - 30px);
    }
    .seller-dashboard-box{
        padding: 10px!important;
    }
    .w-sm-50{
        width: 50%!important;
    }
    .product-item-colors{
        left: auto;
        right: 5px;
        top: 5px;
        bottom: auto;
    }
    .breadcrumb-item+.breadcrumb-item{
        padding-right: 2px;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        padding-left: 2px;
    }
    .breadcrumb-item a{
        font-size: 13px;
    }
    .become-seller-content-inner{
        width: 100%;
    }
    .become-seller-content{
        padding: 0 30px;
        background: linear-gradient(220deg, var(--colorDarker),rgba(var(--colorDarkRGB),0.6),transparent);
    }
    .become-seller-content .title{
        font-size: 24px;
    }
    .become-seller-content .title:before{
        width: 26px;
    }

    .become-seller-content .text{
        font-size: 20px;
        line-height: 28px;
    }
    .become-seller-box{
    }
    .trust-logos {
        /*grid-template-columns: 1fr 1fr;*/
    }
    .ad-item-image{
        width: 120px;
        height: 120px;
    }

    .ad-item{
        margin-bottom: 15px;
    }

    .custom-container {
        width: calc(100% - 30px) !important;
    }

    #chatModal .avatar{
        width: 48px;
        height: 48px;
    }
}
