/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.app-inner {
    overflow: hidden;
}
html {
    overflow-x: hidden;
}
body {
    background-color: rgba(255, 255, 255, 1);
}
.index .main-nav-container:not(.main-nav-container.fixed-pinned.animated.fixed-header) img {
        max-width: 100px;
        opacity: 0;
        max-height: 5rem;
    }
    .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 75px;
}
@media (min-width: 768px) {
.index .main-nav-container:not(.main-nav-container.fixed-pinned.animated.fixed-header)    img {
        max-width: 273px;
        opacity: 0;
        max-height: 9rem;
    }}
@media (max-width:767px){
section.landing-page-fixed-bannar {
    gap: 10px;
}
section.landing-page-fixed-bannar .text-\[30px\] {
    font-size: 24px;
}
.landing-page-fixed-bannar p {
display:none}}
/*categories*/
.content-image {
    justify-content: center;
}
.cat {
    width: 30%;
    overflow: hidden;
    height: 325px;
    max-height: 325px !important;
}
@media (max-width:767px){
.cat {
    overflow: hidden;
    height: 150px;
    max-height: 150px !important;
}
.box-text-cat {
    padding-right: 10px;
    padding-top: 3px;
}
.products-item .text-\[17px\] {
    font-size: 15px;
}
}
@media (max-width: 420px) {
    .content-image div.cat {
        width: calc(50% - 24px);
    }
    .content-image div.cat:nth-of-type(1) img {
    object-position: bottom !important;
}.content-image div.cat:nth-of-type(1) .\!h-\[390px\] { height: 155px !important; }
}
.cat:nth-of-type(n+4){
display:none}
/*products */
section.s-block--best-offers {
    margin-bottom: 2rem;
}
/*offers*/
.offers > h2 , .offers .text-\[var\(--d-color\)\],.box-text-cat >a p ,.box-text-cat >a h2 {
    color: rgba(255, 255, 255, 1);
}
/*image-text*/
.image-text .text-\[var\(--vd-color\)\] {
    color: #000;
}
/*gif-banner */
.gif-banner .gif-video {
    left: -5%;
    scale: 1.2;
}
.gif-banner .first-bg {
    background: linear-gradient(150deg, #1D1D1B -109.87%, #F8AB1F 87.85%);
}
.gif-banner .small-bg {
    background: linear-gradient(170.35deg, #F8AB1F -29.86%, #1D1D1B 85.2%);
}
/*numbers*/
.numbers .text-\[var\(--vd-color\)\] {
    color: #29c5f2;
}
.content_tistimonial.bg_svg {
    background-image: url(https://i.ibb.co/H5MBv4c/Group-2598.png) !important;
}.products-item * {
    color: #000;
}
@media (max-width: 600px) {
    .numbers .products {
        grid-template-columns: repeat(2, minmax(190px, 1fr));
    }
}
/*section_c_r*/
@media (min-width: 1024px) {
  .section_c_r  .lg\:text-title-size {
        line-height: 3rem;
        margin-bottom: 0;
    }
}
/*footer*/
@media (max-width:767px){
.store-footer .text-justify {
    text-align: center;
}}