@font-face {
    font-family: YekanBakh;
    src: url('YekanBakhFaNum04Regular.woff');
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: var(--light-color);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: var(--config_color_1); 
  border-radius: 16px;
}

*{
    outline:none;
    box-shadow:none;
}

:root {
    --primary-color: rgba(252, 189, 21, 1);
    --primary-light-color: rgba(254, 242, 208, 1);
    --primary-darker-color: rgb(233, 177, 22);
    --dark-color: rgba(50, 50, 50, 1);
    --light-color: rgba(236, 235, 233, 1);
    --border-color: rgba(232, 232, 232, 1);
    --border-light-color: rgba(245, 245, 245, 1);
    --muted-color: rgba(149, 149, 149, 1);
    --red-color: rgba(255, 78, 78, 1);
    --red-light-color: rgba(255, 220, 220, 1);
    --lighter-color: rgba(250, 250, 250, 1);
    --border-radius: 16px;
}

@media screen and (max-width: 1024px) {
    h3 {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1.1rem !important;
        font-weight: bold !important;
    }
    .footer-widget ul {
        padding: 1rem 2rem !important;
        font-size: 1.1rem;
    }
    .mobile-filters-toggle>div>span {
        position: absolute;
        width: 18px;
        height: 18px;
        color: #FFF;
        border-radius: 50%;
        background: var(--red-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .8rem;
    }
}

@media screen and (min-width: 792px) and (max-width: 1440px) {
    .container {
        max-width: 98%;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

.text-primary-1 {
    color: var(--config_color_1) !important;
}

body {
    font-family: YekanBakh, sans-serif !important;
    background-color: var(--lighter-color) !important;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

footer {
    border-top: 1px solid var(--border-color);
    padding-top: 2.5rem;
}

a, a:active, a:focus, a:visited, a:hover {
    text-decoration: none !important;
    color: inherit;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}

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

.bg-light-1 {
    background: var(--light-color) !important;
}

.bg-lighter {
    background: var(--lighter-color) !important;
}

.bg-light-red {
    background: var(--red-light-color) !important;
}

.left-0 {
    left: 0 !important;
}

input {
    width: 100%;
    border-radius: var(--border-radius);
    border: 1px solid var(--lighter-color);
    background: var(--lighter-color);
    padding: 1rem 1.25rem;
}

header {
    padding-top: 2rem;
    border-bottom: 1px solid var(--border-color);
}

.search-wrapper {
    /*background: var(--light-color);*/
    border-bottom: 1px solid var(--config_color_1);
    border-radius: var(--border-radius);
    transition: all 1s ease-out;
    width: 55%;
}
.dropdown-menu {
    width: 100% !important;
    top: 58px !important;
}

#sosearchpro .dropdown-menu .media-body a  {
    float: right !important;
}

.dropmenuhead {
    text-align: right !important;
}

.search-wrapper-input {
    min-width: 300px;
    padding: 1rem;
    border: none !important;
    background: transparent;
}

.search-wrapper .autosearch-input:focus, .search-wrapper .autosearch-input.active {
    width: 450px;
}

.search-wrapper .autosearch-input{
    transition: width .25s ease;
    will-change: width;
}


.btn-outline-secondary {
    border-color: var(--dark-color) !important;
}

.btn {
    border-radius: 16px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    padding: 1rem !important;
}

.btn-light {
    background: var(--light-color) !important;
}

.btn-primary {
    background: var(--config_color_1) !important;
    border: none !important;
    /*color: var(--dark-color) !important;*/
}

.btn-primary:hover {
    background: var(--config_color_3) !important;
}

.seeAll-btn:hover {
    color: white !important;
}

.badge-1 {
    position: absolute;
    top: -20%;
    right: -25%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    color: white;
}

.header-nav {
    margin: .75rem 0;
    margin-bottom: 0;
}

.border-none {
    border: none !important;
}

.dots-after {
    padding: 1rem 0;
    padding-bottom: 2rem;
}

.dots-after-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}

.dots-after-dots span{
    width:6px;
    height:6px;
    background:var(--config_color_1);
    border-radius:50%;
    display:block;
    opacity:0;
    transform:scale(.5);
    transition: all .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dots-after:hover .dots-after-dots span,.dots-after.active .dots-after-dots span{
    opacity:1;
    transform:scale(1);
}

.dots-after-dots span:nth-child(2){
    width:9px;
    height:9px;
    transition-delay:.1s;
}

/*.megamenu {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    right: 0;*/
/*    width: fit-content;*/
/*    background: #FFF;*/
/*    border-bottom-right-radius: var(--border-radius);*/
/*    border-bottom-left-radius: var(--border-radius);*/
/*    display: flex;*/
/*    border: 1px solid var(--border-color);*/
    /*opacity: 0;*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    transform-origin: center top;*/
/*    transform: scaleY(.9);*/
/*    transition: all .15s ease-out;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .megamenu {*/
/*        border: none !important;*/
/*    }*/
/*}*/

/*.megamenu-wrapper:hover .megamenu{*/
/*    opacity:1;*/
/*    pointer-events:initial;*/
/*    transform:scaleY(1);*/
    
/*}*/

/*.megamenu-col {*/
/*    width: 25%;*/
/*    padding: 1.5rem 2rem;*/
/*    border-left: 1px solid var(--border-color);*/
/*    min-width: 250px;*/
/*}*/

/*.megamenu-col:last-child{*/
/*    border-left:none;*/
/*}*/

/*.megamenu-col>strong{*/
/*    display:block;*/
/*    margin-bottom:.5rem;*/
/*}*/

/*.megamenu-col ul li {*/
/*    list-style:none;*/

/*}*/

/*.megamenu-col ul li a{*/
/*    display:flex;*/
/*    align-items:center;*/
/*    margin:1rem 0;*/
/*}*/

.v-dots {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--light-color);
    display: block;
    content: '';
    transition: all .15s ease-out;
    margin-left: .5rem;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-header {
    margin: .75rem 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.story-circle {
    width: 80px;
    height: 80px;
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer !important;
}

.story-circle video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image {
    position: relative;
    background: #FFF;
    border-radius: var(--border-radius);
    display: flex;
    width: 100%;
    /*aspect-ratio: 9 / 12;*/
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 1rem;
        height: fit-content;
}

.product-image img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
    transition: transform .5s ease-out;
    will-change: transform;
    z-index: 0;
        height: 315px;
    object-fit: cover;
}

.product-like {
    margin-right: 1rem;
    background: var(--lighter-color);
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .15s ease-out;
    will-change: transform;
}

.product-image-meta {
    position: absolute;
    top: 1rem;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-image-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    transform: translateY(4px);
    opacity: 0;
    transition: all .15s ease-out;
}

.product-image-gallery-item {
    width: 60px;
    max-width: 30%;
    aspect-ratio: 1 / 1;
    flex: none;
    border-radius: calc(var(--border-radius) / 2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
}

.product:hover .product-image>img{
    transform:scale(1.08);
}

.product:hover .product-image-gallery{
    transform:translateY(0);
    opacity:1;
}

.product:hover .product-like{
    opacity:1;
}

.product-discount {
    background: var(--red-color);
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: .5rem 1rem;
}

.post {
    width: 100%;
    border-radius: var(--border-radius);
    background: #FFF;
    padding: 1rem;
    display: block;
}

.post:hover h3{
    color:var(--config_color_1) !important;
}

.post:hover .post-image img{
    transform:scale(1.1);
}

.post-image img{
    width: 100%;
    transition: transform .5s ease-out;
}

.post-image-category {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--config_color_1);
    color: var(--dark-color);
    padding: .75rem 1.75rem;
    z-index: 2;
    border-bottom-right-radius: var(--border-radius);
}

a:hover .dots-vertical-dots{
    background:var(--config_color_1);
}

.dots-vertical-dots{
    width:4px;
    height:4px;
    border-radius:50%;
    background:var(--light-color);
    display:block;
    content:'';
    transition:all .15s ease-out;
    margin-left:.5rem;
    position:absolute;
    right:-15px;
    top:0;
    bottom:0;
    margin:auto;
}

.dots-vertical-dots:first-child{
    top:-18px;
    transform:translateY(9px);
}

a:hover .dots-vertical-dots:first-child{
    transform:translateY(0);
}
.dots-vertical-dots:nth-child(2){
    top:0;
    width:10px;
    right:-18px;
    height:10px;
}
.dots-vertical-dots:nth-child(3){
    top:18px;
    transform:translateY(-9px);
}

a:hover .dots-vertical-dots:nth-child(3){
    transform:translateY(0);
}

.footer-widget li{
    margin:0.5rem 0;
    padding:1rem 0;
}

.copyright {
    background: rgba(245, 245, 245, 1);
    padding: 1rem 0;
    margin-top: 2rem;
}

.swiper-button-next,
  .swiper-button-prev {
    background-color: white;
    background-position: center;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    padding: 16px 16px;
    border-radius: 50%;
    border: 1px solid #e0e0e2;
    color: black;
    height: 50px !important;
    width: 50px !important;
  }

.swiper-button-prev {
    /*background-image: url("/catalog/view/theme/kodak/image/images/arrow-right.svg");*/
    transform: rotate(0deg);
}

.swiper-button-next {
    /*background-image: url("/catalog/view/theme/kodak/image/images/arrow-left.svg");*/
    transform: rotate(0deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
}

.rotate-90 {
    transform: rotate(-90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

#collapse-icon {
    transition: all .15s ease-out;
}

.download-app {
    background-color: var(--config_color_1);
}

.mobile-badge {
    background: var(--config_color_1);
    position: absolute;
    top: -3px;
    left: 71%;
    transform: translateX(-10px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem !important;
    font-weight: bold;
    padding-top: 4px;
}

/* Beginig Of Products Categories Page Section */

#breadcrumbs {
    background-color: var(--light-color);
}

.card {
    border: none !important;
    border-radius: var(--border-radius) !important;
    padding: 2rem 1.5rem !important;
}

.sort-types {
    gap: 2rem;
}

.sort-types-wrapper .product-type[data-active] {
    background: var(--config_color_1);
}

.sort-types a[data-active]::after {
    position: absolute;
    bottom: -1.75rem;
    right: 0;
    background: var(--config_color_1);
    width: 100%;
    height: 3px;
    content: '';
    display: block;
}

.border-bottom {
    border-bottom: 1px solid var(--border-light-color) !important;
}

.input {
    width: 100%;
    padding: .75rem;
    border-radius: calc(var(--border-radius) / 2);
    background: var(--lighter-color);
    border: 1px solid var(--lighter-color);
}

.form-check-input:checked {
    background-color: var(--config_color_1) !important;
    border-color: var(--config_color_1) !important;
}


.product-type {
    width: 34px;
    height: 34px;
}

.form-switch .form-check-label {
    position: relative;
    top: .35rem;
    display: initial;
}

.form-switch .form-check-input {
    float: right !important;
    margin-left: .5rem !important;
    width: 3em !important;
    outline: none !important;
    box-shadow: none !important;
    height: 1.75em;
    margin-top: 0;
}

.sort-types-wrapper .available-toggle {
    padding-right: 1rem;
    border-right: 1px solid var(--border-color);
}

.pagination a {
    width: 54px;
    height: 54px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.pagination a:active {
    background: var(--config_color_1);
    border: 1px solid var(--config_color_1);
}
/* End Of Products Categories Page Section */

/** Begining Of Product Page Section **/
.single-product-header-gallery-thumbnails {
    height: 540px;
    width: 90px;
    flex: none;
}

.gallery-thumbnail {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    border: 1px solid var(--border-color);
    padding: .5rem;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
}

.gallery-thumbnail.active {
    border: 1px solid var(--config_color_1);
}

.gallery-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.single-product-header-gallery {
    max-height: 500px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    margin-right: 1rem;
}

.variant-title {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    display: block;
}

.variant-color {
    width: 75px;
    height: 75px;
    border-radius: var(--border-radius);
    position: relative;
    cursor: pointer;
}

.variant-color input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.variant-color-preview {
    width: 100%;
    height: 40px;
    background: var(--bg-color);
}

.variant-color-body {
    width: 100%;
    text-align: Center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lighter-color);
    font-size: 0.85rem;
    font-weight: bold;
}

.variant-color label {
    pointer-events: none;
    width: 75px;
    height: 75px;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid transparent;
}

.variant-color-body {
    width: 100%;
    text-align: Center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lighter-color);
    font-size: 0.85rem;
    font-weight: bold;
}

.custom-radio {
    position: relative;
}

.custom-radio label {
    background: #FFF;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-left: 1.5rem;
    border: 1px solid var(--border-color);
}

.custom-radio label::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    content: '';
    border: 1px solid var(--border-color);
    background: var(--light-color);
    margin-left: .75rem;
}

.custom-radio input {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.single-product-tabs {
    top: 1rem;
    border: 1px solid var(--border-color);
}

.single-product-tabs ul {
    border: none !important;
    margin: 0;
    padding: 0;
}

.single-product-tabs .nav-link {
    color: var(--muted-color);
    font-weight: 500;
    position: relative;
    border: none !important;
}

.single-product-tabs .nav-link .dots-after-dots {
    bottom: calc(-1rem - 3px);
}

.nav-link.active {
    color: var(--config_color_1) !important;
}

.table-striped tbody tr:nth-child(odd)>*, .table-outer table tbody tr:nth-child(odd)>* {
    background: var(--lighter-color) !important;
    box-shadow: none;
    border: none;
}

.table-striped tr td:first-child, .table-outer table tr td:first-child {
    border-left: 1px solid var(--border-color) !important;
    width: 250px;
}

.table-striped tr td, .table-outer table tr td {
    box-shadow: none !important;
    border: none !important;
    padding: 1rem;
}

.single-product-header-gallery-thumbnails .swiper-wrapper-outer {
    height: calc(540px - 140px);
}

/** End Of Product Page Section **/
.flex-column-fluid {
    flex: 1 0 auto;
}

.bgi-attachment-fixed {
    background-attachment: fixed;
}

.bgi-size-contain {
    background-size: contain;
}

.bgi-position-y-bottom {
    background-position-y: bottom;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.flex-column {
    flex-direction: column !important;
}

.login-input, ::placeholder {
    font-size: 0.9rem;
    color: #a1a5b7;
}

.shadow-custom {
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05) !important;
}

/** End Of Login Page Section **/

/** Basket Page **/

.product-horizontal-image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
    border: 1px solid var(--border-color);
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    flex: none;
    background: #FFF;
}

.count-wrapper-inner {
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    padding: .5rem;
}

/** FAQ **/
.faq-wrapper {
    background: #FFF;
    padding: 1.5rem;
    border-radius: 14px;
    border: 1px solid var(--border-color);
    margin: 1rem 0;
}

.faq-wrapper h4 {
    margin: 0;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
}

/** 404 **/

#code {
    font-size: 18rem;
    position: absolute;
    top: -8rem;
    left: -9rem;
    right: -9rem;
    bottom: -9rem;
    margin: auto;
    opacity: .04;
}

.full-height::after {
    width: 100vw;
    height: 2px;
    background: orange;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#body {
    color: #838c91;
    font-weight: 100;
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow: hidden !important;
}

#icon {
    width: 50px;
    height: 50px;
    opacity: .2;
    fill: red;
}

#Layer {
    transition: all .3s ease-in-out;
    height: 20px;
    position: relative;
    top: 6px;
    fill: rgb(89, 130, 219);
    margin-right: 10px;
}

#logo-wrapper img {
    width: 250px;
    height: auto;
}

#logo-wrapper {
    max-width: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}

.back-to-main:hover svg{
    margin-right: 20px !important;
}

.single_post_image_detail {
    position: absolute;
    left: 0;
    bottom: 2rem;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    padding: 1.5rem;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.btn-text {
    padding: .75rem 1rem;
    background: var(--lighter-color);
    border-radius: calc(var(--border-radius) / 2);
    transition: all .15s ease-out;
}

.text-hover-primary:hover {
    color: var(--config_color_1) !important;
}

.btn-text:hover {
    background: var(--light-color);
}

.login-card {
    width: 90%;
}

.article-content p{
    line-height: 1.5;
}

.blog-categories a {
    border-radius: 64px;
    text-align: center;
    padding: .75rem 3rem;
    color: var(--muted-color);
    transition: color .35s ease-out;
}

.blog-tile-featured-image {
    width: 300px;
    aspect-ratio: 12 / 9;
    overflow: hidden;
    position: relative;
    flex: none;
    border-radius: var(--border-radius);
}

.blog-tile-featured-image span {
    position: absolute;
    top: 0;
    left: 0;
    padding: .75rem 1.5rem;
    background: var(--config_color_1);
    border-bottom-right-radius: var(--border-radius);
}

.sorts-links.active {
    color: var(--config_color_1);
    border-bottom: 1px solid var(--config_color_1);
}

.pagination li.active {
    display: flex;
    align-items: center;
    background-color: var(--config_color_1);
    min-width: 4rem;
    border-radius: 1rem;
    justify-content: center;
}

.pagination li {
    display: flex;
    align-items: center;
    background-color: white;
    min-width: 4rem;
    border-radius: 1rem;
    justify-content: center;
}

.custom-max-width {
    max-width: 7rem !important;
}

#searchcontaineritem .row {
    gap: 1rem;
}

#checkout {
    background-color: var(--config_color_1);
    border: none !important;
    color:white !important;
}
#numberbasketshowmobile{
    color:white !important ;
}
@media(max-width:768px){
    #orderconfirm{
        position: fixed;
    bottom: 0;
    right: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
    flex-direction: column;
}
}
.pagination>.active>span {
    color: black !important;
    background-color: var(--config_color_1) !important;
    border-color: var(--config_color_1) !important;
}

.custom-float-card {
    position: absolute;
    top: 0;
    left: 0;
    padding: .75rem .5rem;
    background: var(--config_color_2);
    color: var(--config_color_1);
    border-bottom-right-radius: var(--border-radius);
}

.c-purchaseStep__step--is-prevSteps, .c-purchaseStep__step--is-active {
    background-color: var(--config_color_1) !important;
}

.c-radio__label:after {
    color: var(--config_color_1) !important;
}

.imgpars {
    border: none !important;
}

.c-addressCard__edit {
    color: var(--config_color_1) !important;
}

.c-btn__secondary--is-large:hover, .c-btn__secondary--is-medium:hover, .c-btn__secondary:hover {
    color: var(--config_color_1) !important;
    border-color: var(--config_color_1) !important;
    background-color: white !important;
}

.c-btn__secondary--is-large, .c-btn__secondary--is-medium, .c-btn__secondary {
    background-color: var(--config_color_1) !important;
    color: white !important;
    border-color: var(--config_color_1) !important;
}

    @media (min-width: 992px) {
        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333% !important;
        }
    }
    @media (min-width: 992px) {
        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667% !important;
        }
    }
    @media (min-width: 992px) {
        .col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333% !important;
        }
    }
.put-min {
    display: flex !important;
}

.child-2 {
    display: none;
}

.child-2 a {
    display: block;
    margin-right: 1rem;
    padding: 1rem 0;
}

.child-1:hover .child-2 {
    display: block;
}
.child-4 {
    display: none;
}

.child-3 a {
    display: block;
    margin-right: 1rem;
    padding: 1rem 0;
}

.child-3:hover .child-4 {
    display: block;
}

.name-child-menu2 {
    padding: 1rem 0;
}

.menu-drop-list-wrapper {
    display: none;
}
.menu-item--cat:hover .menu-drop-list-wrapper {
    display: flex;
}

.items-theme2 {
    display: none;
}

.cat-theme2:hover .items-theme2 {
    display: block;
}

.theme-4-child2 {
    display: none;
}

.theme-4-child1:hover .theme-4-child2 {
    display: block;
}

.theme4-cat-child-wrapper {
    display: none;
}

.theme4-cat-item:hover .theme4-cat-child-wrapper {
    display: block;
}


.button-mobile-header {
    margin-bottom: 3px;
}

.button-mobile-header a{
   width: 100%;
    text-align: center;
    display: flex;
    justify-content: center; 
}    


.dots-after {
    /*transform: unset;*/
    /*overflow: unset;*/
    /*visibility: visible;*/
}


@media screen and (max-width: 575px) {
    .btn-primary {
        color: white !important;
    }   
    .category-module-main-page-kkz .container-fluid {
   padding:0 !important;
}
  .category-module-main-page-kkz .col-md-12 {
   padding:0 !important;
}
    
}    



@media screen and (max-width: 991px) {
    .category-and-list-bottom-fix-mobile {
        display: flex;
    }
    .fix-category-lists-store-128.show {
        display: flex;
        height:92%;
    }
    .fix-category-lists-store-128 {
        display:none;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        /* top: 57px; */
        top: 0;
        bottom: 65px;
        width: 100%;
        right: 0;
        background: #FFF;
        /* overflow-y: scroll; */
        z-index: 9998;
        display: none;
    }
    .whole-catgory-keeper-store-128-mobile {
        display: flex;
    }
    .whole-catgory-keeper-store-128-mobile {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .right-cat-image-and-name-clickable {
        width: 110px;
    }
    .right-cat-image-and-name-clickable ul {
        margin: 0;
        padding: 0;
        border: 1px solid var(--config_color_1);
    }
        .right-cat-image-and-name-clickable ul li {
        background: var(--config_color_1);
        color: #000;
        text-align: center;
        padding: 5px;
        border-left: 1px solid var(--config_color_1);
        border-bottom: 1px solid #ffffff;
    }
        .right-cat-image-and-name-clickable ul li img {
        width: 50px;
        border: 1px solid #FFF;
        height: 50px;
        border-radius: 50%;
    }
        .open-content-left-menu {
        position: absolute;
        display: none;
        left: 0;
        right: auto;
        top: 0;
        width: calc(100% - 110px);
        background: #fff;
        height: 100%;
        overflow-y: auto;
        padding: 10px;
    }
        .right-cat-image-and-name-clickable ul li.active .open-content-left-menu {
        display: block;
    }
    .right-cat-image-and-name-clickable ul li.active {
    background: #FFF;
    border-left: 0;
}
        .first-link-opencat {
        text-align: right;
        display: block;
        margin: 0 0 10px 0;
        display: flex;
        font-weight: Bold;
        color: #000;
        font-size: 17px;
        line-height: Normal;
        align-items: center;
    }
}
.category-and-list-bottom-fix-mobile {
    position: fixed;
    /* position: fixed; */
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*display: none;*/
     display: flex; 
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 10px;
    border-top: 1px solid var(--config_color_1);
    z-index: 9999999;
}
.cat-mobile-items {
    text-align: center;
    /*flex: 1 1 0%;*/
}
.cat-mobile-items a {
    display: flex;
    align-items: center;
    justify-content: Center;
    flex-direction: Column;
}
.cat-mobile-items p {
    font-size: .9rem;
    line-height: 1.2;
    overflow: hidden;
    white-space: Nowrap;
    /*font-weight: bold;*/
    text-overflow: ellipsis;
    color: black;
    margin: 5px 0 0 0;
}
.cat-mobile-items svg{
    /*fill:var(--config_color_1);*/
}
.img-title-category {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img-title-category p {
    margin: 10px 0;
    color: white;
}

.first-link-opencat i {
    margin-bottom: 3px;
    margin-right: 5px;
}
.img-text-fix-menu {
    margin: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
}
.right-cat-image-and-name-clickable ul li.active p {
    color: var(--config_color_1);
}
.right-cat-image-and-name-clickable ul li.active img {
 border: 1px solid var(--config_color_1);   
}  
.accordion-child-open-subcat {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}
.subcat-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: right;
    display: flex;
    align-items: Center;
    justify-content: Space-between;
}
.accordion-child-open-subcat .subcat-title i {
    font-size: 22px;
    color: #000;
}

/**/
/**/
