.header__logo {
    /* display: none; */
    width: 75px;
    height: 50px;
    display: flex;
    position: relative;
    right: -40px;
}

.header__shape{
    width: 100%;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.header__top{
    padding: 10px 0 10px !important ;
}

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

.header__logo-img {
    background: url(../img/image/logo03Copy01.png) no-repeat;
    display: flex;
    position: relative;
    right: 10px;
    top: 22px;
    width: 50px;
}

.header__logo-img--span{

width: 70px;

display: none;

position: relative;

font-size: 8px;

top: -16px;

right: 20px;
}

.navbar__row {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.navbar__action{
    display: flex;
    position: relative;
    right: 25px;
}


.header__basket .header__dropdown {
    left: -147px !important;
    min-width: 285px !important;
}

.header__basket .header__dropdown::before {
    left: 56% !important;
}

.header__account .header__dropdown {
    left: -100%;
}

.header__account .header__dropdown:before {
    left: 28%;
}

.header__shape-inner:before {
    background: rgb(0 0 0 / 56%);
    height: 207px;
    left: 0px;
    width: 100%;
}

.header__shape-inner:after {
    background: #FFEB3B;
    height: 320px;
    left: -76px;
    transform: rotate(-30deg);
    transform-origin: top left;
    width: 100%;
}

.slideshow__prev, .slideshow__next {
    width: 30px !important;
    height: 30px !important;
    line-height: 34px;
}

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

.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;
}


.slider01{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 5px 0px 20px;
    padding: 6px;
    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;
    height: 31px;
    text-align: center;
    width: 120px;
    white-space: nowrap;
    color: #6f6e50;
    position: relative;
    /* background: #6f6e50; */
    border-radius: 20px;
    margin-bottom: 5px;
    /* box-shadow: 2px 2px 9px 2px #FFEB3B; */
    font-size: 14px;
}

.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: scroll;
    position: relative;
    width: 100%;
    scrollbar-width: none;
}

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

.iconMainCategorySlider01{
    width: 80px;
    height: 110px;
    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;
}
.imageMainCategorySlider01{
    width: 60px;
    height: 60px;
    display: flex;
    position: relative;
    /* margin: 2px; */
    border-radius: 10px;
    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: 10px;
    font-weight: bold;
    font-size: 13px;
}

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

.divForImageCategory{
    width: 90px !important;
    height: 90px !important;
    display:flex;
    position:relative;
    justify-content: center;
}

.footer__info {
    text-align: center;
}
.footer__links{
    display: flex;
    margin: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    /* width: 100%; */
    justify-content: center;
}

.btn__link{
    height: 45px;
    padding: 10px;
    border-radius: 10px;
    background: #6f6f66;
    box-shadow: 2px 3px 1px -1px #fde93a;
    margin: 5px;
    width: 120px;
}

.product__buttons {
    flex-direction: column;
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset;
}

.card__title{
    margin-top: 14px;
    min-height: unset !important;
    font-size: 15px;
    line-height: 24px;
    color: #6c757d;
}

.product__buttons button {
    margin-bottom: 10px;
}

.btn--fav, .btn--compare {
    margin-right: unset !important;
}

.btn--compare {
    text-align: center;
}

.tab__items {
    flex-direction: column;
}

.tab__item {
    border-right: unset;
    border-bottom: 1px solid #e2e2e2;
}

.col-3 {
    max-width: 50% !important;
    flex: 0 0 50% !important;;
}

.col-9{
    max-width: 50% !important;
    flex: 0 0 50% !important;;
}
.tab__section{
    padding: 10px;
}
.comments__subset{
    margin-right: 15px;
}

.cart__amounts-div02{
    justify-content: unset !important;
}

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

.footer__txt{
    width: unset !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;
}

.map{
    display: flex;
    width: unset !important; 
    height: 355px;
    border: 2px solid #e5e5e4;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: unset !important;
}

.app-api{
    display: none;
}

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


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

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

.gooter__getcall-span{
    font-size: 12px !important;
}

.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;
}

.timiii{
    top: 6px !important; 
    margin-left: 122px !important;
}

.mailbox-controls{
    margin-top: 15px !important;
}

.message02{
  
    top: -30px !important;
    width: 100% !important;
    height: 56px !important;
    bottom: unset !important;
    padding: 5px !important;
    position: relative !important;
    justify-content: center !important;
    background: #eb9b9b !important;
    text-align: center !important;
    color: #636f81 !important;
    align-items: center !important;
    border-radius: 20px !important;
    box-shadow: -2px 0px 10px 2px #ffb1b1 !important;
    
}

.message01{
   
    top: -30px !important;
    width: 100% !important;
    height: 56px !important;
    bottom: unset !important;
    padding: 5px !important;
    position: relative !important;
    justify-content: center !important;
    background: #9beb9b !important;
    text-align: center !important;
    color: #636f81 !important;
    align-items: center !important;
    border-radius: 20px !important;
    box-shadow: -2px 0px 10px 2px #9beb9b !important;
    
}

.message03{
    
    top: -30px !important;
    width: 100% !important;
    height: 56px !important;
    bottom: unset !important;
    padding: 5px !important;
    position: relative !important;
    justify-content: center !important;
    background: #f88b0e69  !important;
    text-align: center !important;
    color: #636f81 !important;
    align-items: center !important;
    border-radius: 20px !important;
    box-shadow: -2px 0px 10px 2px #f88b0e69  !important;
}

.btn-accept{
    margin-bottom: 5px;
}

.comments__row--answer{
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
    border-radius: 10px;
    background: #f9ef972b;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    height: unset !important;
    font-size: 13px;
}

.comments__details{
    display: flex;
    flex-direction: column;
}

.comments__avatar{
    margin: unset !important;
}

.count-down__timer{
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.fontCountTime{
    width: 100%;
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
}

.product__expiration{
    margin-bottom: unset !important;
}

.formob{
    width: 100%;
}