/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

/*font*/
@import 'https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap';* {
   font-family: cairo!important
}
/*end*/
.main-nav-container #cat-in-header,
.main-nav-container.fixed-pinned #cat-in-header{
    color:#d8ab34 !important;
}
.main-nav-container.fixed-pinned #heart path ,
.main-nav-container #heart path ,
.main-nav-container.fixed-pinned #shopping-bag path ,
.main-nav-container #shopping-bag path{
    stroke:#d8ab34 !important;
}

.landing-page-first-banner .container{
    max-width:90%
}
.landing-page-first-banner .container>div{
    width: 50% !important;
}
.landing-page-first-banner h1 {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
}
.landing-page-first-banner p  {
    font-size: 22px;
    font-weight: 600;
    line-height:2rem
}
.g_cat .grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ads .img{
    max-height:100%;
}
.banner_ad {
    aspect-ratio: 5/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 24px;
    line-height: 50px;
    margin: auto; 
}
.banner_ad .items-center {
    align-items: unset;
}
.banner_ad .img1 .bg-cover{
background-position: bottom;
}
@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% !important;
    margin:auto;
    text-align:center !important;
    padding:1rem;
    border-radius:20px;
    align-items: center !important;
}
.landing-page-first-banner h1 {
    margin: auto;
    font-size: 22px;
    text-align:center !important;
}
.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
.top-navbar{
    display:none;
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
#contact-slot, .contact-custom {
    background: #fff;
}
}
@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}
footer .relative>div:first-child i {
    color: #000000 !important
}
footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#000000 !important;
}
.product-single .s-tabs-header * {
    background-color: #000;
}
.s-tabs-active, .s-tabs-active *{
    background-color:#d8ab34 !important;
}
.copyright-text p {
  color : #000000 !important;
}

footer .store-footer__inner{
    background-color:#000000 !important
}

#product-filter.form-input{
    color:#000
}

.s-product-card-entry ,
.section_c_r .content_tistimonial{
    background-color:#000000;
    box-shadow: #efefef 0 2px 15px;
}

.s-product-card-entry .s-product-card-content a {
    color:#fff;
}

.image-title .title-heade {
    background-color: transparent;
    color: #ffffff;
}

.section_c_r .content_tistimonial .cover_content .desc_contant ,
.section_c_r .content_tistimonial .cover_content .name ,
.section_c_r .content_tistimonial .cover_content .job{
    color:#ffffff !important;
}
.content, .content2 {
    background: #000 !important;
}
article#product_description *:not(a):not(a *) {
    color: #000;
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0) !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1)) !important;
}