/* Add custom CSS styles below */ 


/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.my-header {
    position: relative;
    inset: 0;
    width: 100%;
    height: fit-content;
}


/*********/


@media(min-width:992px) {
.osh-main-banner-4 .flex.flex-row.justify-center {
    width: 95%;
    margin: auto;
    border-radius: 9px;
    height: 500px !important;
    justify-content: flex-start;
}
.osh-main-banner-4  .flex.flex-col.gap-2 {
    width:40% !important;
    background: #273D0E78;
    padding: 20px;
    border-radius: 20px;
}
}
/***offers*/
.osh_best_offer .s-count-down-item-label {
    color: #fff !important ;
}
.osh_best_offer .s-count-down-item-value {
    background-color:var(--color-primary) !important;
    color: #fff !important;
}


.osh-main-banner .flex.flex-col {
    width: 100% !important;
}


.osh-main-banner .flex.flex-col a:not(.button) {
    font-size: 29px;
}
/******/

/******category*******************/  
.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
  width: 40% ;

}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}

/****************footer***/

.store-footer__inner ,.store-footer {
    background:#F9FAFB !important;
}
.store-footer .s-menu-footer-list a, .store-footer .container p:nth-of-type(2), .store-footer h3, .store-footer s-menu-footer-list,
 .store-footer .s-contacts-list .unicode,
.store-footer .s-contacts-list svg{
  
    color: #000 !important;
}

.copyright-text p {
    color: #000 !important;
}


@media(max-width:768px) {
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    /* margin: 0; */
    width: 100% !important;
}
  .osh_card {
    position: unset;
    transform: unset !important;
    width: 40%;
}
 .osh_card a {
  
    width: 130px;
    height: 130px;
}

  .osh-main-banner-4 .flex.flex-row.justify-center {
    height: 293px;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
}
.s-rating-stars-btn-star {
    fill: gold;
}