.navbar__ul, .footer__row, .footer__getcall {
    flex-direction: column;
}

.navbar__items {
    position: fixed;
    width: 60%;
    height: 100%;
    min-width: 260px;
    right: 0;
    bottom: 0;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .1);
    z-index: 100;
    transform: translateX(110%);
    transition: transform 200ms ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar__items--is-active {
    transform: translateX(0);
    background: #222d32;
}

.navbar__subset {
    position: unset;
    box-shadow: unset;
    border-radius: unset;
    background: #2c3b41;
}

.navbar__ul > .navbar__item {
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    margin-bottom: 5px;
    padding: 5px;
    
}


.product__item-link--forCategory{
    width: 50% !important;
}

.header__menu {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 74, 74, .43);
    z-index: 200;
    display: none;
}

.overlay--is-active {
    display: block;
}

.header__form {
    width: 100%;
}

.slider01{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 20px 0;
    /* padding: 15px; */
    background: #fff;
    border-radius: 10px;
    position: relative;
    /* border: 1px solid #6f6e5059; */
    /* box-shadow: 0px 0px 35px 5px #fde93a7a; */
    overflow: hidden;
}

.slider__head01{
    margin-bottom: 20px;
    position: fixed;
    display: contents;
}

.slider__title01 {
    padding: 7px;
    min-height: 40px;
    text-align: center;
    width: 150px;
    white-space: nowrap;
    color: #6f6e50;
    position: relative;
    /* background: #6f6e50; */
    border-radius: 20px;
    margin-bottom: 5px;
    /* box-shadow: 2px 2px 9px 2px #FFEB3B; */
}

.slider__title01::before {
    content: '';
    position: absolute;
    right: 0;
    left: -40px;
    bottom: -5px;
    background: #fce83a;
    height: 1px;
    z-index: 1;
}

.slider__title01::after {
    content: '';
    position: absolute;
    left: -45px;
    width: 15px;
    height: 1px;
    z-index: 1;
    bottom: 0;
    background: white;
}

.slider__title01:hover{
    width: 180px;
    transition:  ease 400ms;
    
}

.slider__content01{
    height: 350px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: auto;
    position: relative;
    width: 100%;
    scrollbar-width: none;
}

.mainCategorySlider01{
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: start;
    justify-content: start;
    border-radius: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
}

.iconMainCategorySlider01{
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 5px;
    /* padding: 1px; */
    border-radius: 15px;
    /* background: rgb(247 247 242); */
    flex-direction: column;
    /* border: 1px solid rgba(0,0,0,0.1); */
    /* box-shadow: 0px 0px 19px 1px rgb(241 255 34 / 44%); */
    cursor: pointer;
}

.iconMainCategorySlider:hover {
    box-shadow:unset !important; 
    transform: scale(1.2);
    transition: 0.5s;
    max-height: unset !important; 
}
.imageMainCategorySlider01{
    width: 70px;
    height: 70px;
    display: flex;
    position: relative;
    /* margin: 2px; */
    border-radius: 50px;
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.5);
    margin-bottom: 3px;
    border: 1px solid rgb(255 250 187);
}

.titleMainCategorySlider01{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    margin-top: 8px;
    font-weight: bold;
    font-size: 11px;
}

.adplacement__link01{
    border-radius: 20px;
    flex: 0 0 calc(100% - 5px);
    height: 150px;
    width: 98%;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 1px;
}

.divForImageCategory{
    width: 70px!important;
    height: 70px !important;
    display:flex;
    position:relative;
}

.footer__getcall-info {
    text-align: center;
}

.footer__link {
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 10px !important;
}

.page__sidebar {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: unset;
}

.page__content {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 12px;
}
.products__item{
    max-width: 100%;
    flex: 0 0 50%;
}

.navbar__item--has-sub::before {
    content: '\e015';
    position: absolute;
    left: 15px;
    top: 9px;
    color: #b3bcc3;
}

.navbar__link {
    color: #b3bcc3;
}

.profileKarbar{
    display: flex;
    width: 96%;
    height: 250px;
    background-color: #FFEB3B;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 4px 4px 30px;
    border: 1px solid #a9ff00;
    box-shadow: 1px 1px 20px 1px #fff976;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

.dokme{
    display: flex;
    width: 130px;
    height: 30px;
    background: #70671a;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 1px 2px 0px 0px #222d32;
    border: 1px solid #fff;
    font-size: 15px;
    /* font-weight: bold; */
    align-items: center;
    justify-content: center;
    color: #f1e8c8;
}
.dokme:hover{
    background-color:#703a1af7 ;
}   
.profileKarbar02{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    top: 120px;
}

.profileKarbar01{
    display: flex;
    width: 250px;
    height: 250px;
    background-color: rgb(0 0 0 / 56%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: rotate(-45deg);
    transform-origin: center;
    top: -175px;
    position: absolute;
    margin-bottom: 18px;
}

.Anew{

    color: #f7e5a3;
}

.axProfileKarbar{
    display:flex;
    width: 100px;
    height: 100px;
    background: antiquewhite;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #b3bac3;
    box-shadow: 1px 2px 14px 7px #703a1af7;
}
.axProfileKarbarIMG{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    /* border-radius: 50%; */
}

.ettelaateProfileKarbar{
    display: flex;
}

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #6f6f66bf;
    margin: 0px 15px 10px !important;
    left: 0;
    align-self: baseline;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px #00000047;
}



.header__shape-inner:before {
    background: rgb(0 0 0 / 56%);
    height: 250px;
    left: 0px;
    width: 100%;
}
.header__shape-inner:after {
    background: #FFEB3B;
    height: 300px;
    left: -65px;
    transform: rotate(-23deg);
    transform-origin: top left;
    width: 100%;
}

.product__row{flex-direction: column}
.prodcut__gallery{max-width: 100%}
.modal__content{width: 90%}
.modal{padding-top: 5px}
.product__left{max-width: 100%}
.cart__total{display: none}
.cart__image{max-width: 25% !important;}
.cart__details{max-width: 39% !important;}
.cart__amounts{max-width: 36% !important;}
.cart__coupon, .cart__table {
    max-width: 100%;
    flex: 0 0 100%;
}

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

.footer__txt{
    width: unset !important;
}

.btn__link{
    padding: unset !important;
    width: 100px !important;
}

.enamad{
    width: 130px;
    height: 115px;
    display: flex;
    align-self: end;
    margin-left: -30px;
}

.Addressi{
   
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size:15px;
}

.infoContactUsANDmap{

    flex-direction: column !important;
}

.infoContactUs{
    width: 90%;
    margin-right: unset !important;
}


.contactUsDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Telephoni{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.Telephoni::before{
    content: '\e0cb';
    font-size: 35px;
    margin-left: 7px;
}

.emaili{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.emaili::before{
    content: '\e0a5';
    font-size: 35px;
    margin-left: 7px;
}
.Addressi::before{
    content: '\e0a1';
    font-size: 35px;
    margin-left: 7px;
}
