/* Add custom CSS styles below */ 
 .index .main-nav-container .mobile-menu ul li a {
    color: #ffffff !important;
    opacity: 1;
    font-size: 15px
}

.index .main-nav-container .mobile-menu ul li a:hover {
    color: #a369374f !important;
}

.index #mainnav svg path {
    stroke: #ffffff!important
}

.main-nav-container.fixed-pinned .mobile-menu ul li a {
    color: #a36937 !important;
    opacity: 1
}

.main-nav-container.fixed-pinned .mobile-menu ul li a:hover {
    color: #fff
}

#mainnav.fixed-pinned svg path {
    stroke: #a36937!important
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
    filter: unset;
}

.main-nav-container .navbar-brand img {
    max-height: 5rem;
    filter: brightness(0) invert(1);
}
.main-nav-container .mobile-menu ul li .sub-menu ul li a {
    color: #a36937;
}

section:nth-child(1 of .landing-page-first-bannar) > div {
    justify-content:flex-start;
    background-position: 45%;
}

.landing-page-fixed-bannar-0 .container {
    width: 50%;
    margin: 1rem;
    margin-top:15%;
}
.landing-page-fixed-bannar-6 .container {
    width: 50%;
    margin: 1rem;
}
.landing-page-fixed-bannar-0 h1 ,
.landing-page-fixed-bannar-6 h1  {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
}
.landing-page-fixed-bannar-6 {
    height: 55vh
}
section:nth-child(2 of .landing-page-first-bannar) > div {
    background-position: 40%;
    justify-content: flex-end;
}
.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: 20px;
    line-height: 40px;
    margin: auto; 
}

.banner_ad .items-center {
    align-items: unset;
}
@media(max-width: 768px) {
.landing-page-fixed-bannar-0 .container , 
.landing-page-fixed-bannar-6 .container {
   width:80% ;
    margin:auto;
    margin-top: 50%;
    text-align:center !important;
}
.landing-page-fixed-bannar-0 h1 ,
.landing-page-fixed-bannar-6 h1 {
    margin: auto;
    font-size: 22px;
    color:#fff !important;
}

.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}


.landing-page-fixed-bannar-0 {
    height: 55vh
}
.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: #a76e3b
}

footer .relative>div:first-child h2 ,
footer .relative>div:first-child p{
    color:#fff;
}

.product-single .s-tabs-header * {
    background-color: #ffffff;
}

.s-tabs-active, .s-tabs-active *{
    background-color:#a76e3b !important;
}
.copyright-text p {
  color : white ;
}
.s-payments-list-item {
  background-color: white;
  }
.store-footer__inner{
    background-color:#fff;
}