div#gb-widget-1557 {
    display:none !important
}
.main-nav-container.fixed-pinned .inner {
    background: #053b6d;
}
.s-block--square-links .px-6 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.s-block--square-links .gap-y-6 {
    row-gap: .02rem;
}
.s-block--square-links .gap-x-6 {
    -moz-column-gap: .02rem;
    column-gap: .02rem;
}

.home-block-title h2{
    color: #053b6d;
    font-size: 1.5rem;
    background-color: #fcd626;
    border-radius: 5px
}
.index section .border-2 {
    border-width: 0px;
}

.s-slider-block__title h2 {
    padding-left: 0rem;
        color: #053b6d;
        font-size: 1.5rem;

    }

.s-slider-block__title  {
        color: #053b6d;
        font-size: 1.5rem;
        background-color: #fcd626;
        border-radius: 5px;
    }

.s-slider-block__title {
    color: #053b6d;
    justify-content: center;
}
.s-slider-block__title-right {
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;

}
.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
    border-bottom: 0px solid var(--color-primary);
    padding-bottom: 5px;

}
.s-block--faq .home-block-title{
    color: #053b6d;
    font-size: 1.5rem;
    background-color: #fcd626;
    border-radius: 5px;
}
.s-block--faq .home-block-title p{
        font-size: 1.5rem;

}


/*features*/
.s-block--enhanced-features__item {
    border-width: 0px;
    box-shadow: none;
    transform: none;
}

.s-block--enhanced-features__item:hover {
    --tw-shadow: none !important;
    --tw-shadow-colored: none !important;
    box-shadow: none !important;
    transform: none;
}
.s-block--enhanced-features__item p{
    display: none;
}
.s-block--enhanced-features__item .feature-icon {
    height: 6rem;
    width: 6rem;
}
.s-block--enhanced-features__item .feature-icon img {
    border-radius: 16px;
}

.s-block--testimonials img {
    display: none!important
}

.navbar-brand {
    animation: mymove 4s infinite;
 }
 
 @keyframes mymove {
     0%, 7% {
         transform: rotateZ(0);
     }
 
     15% {
         transform: rotateZ(-10deg);
     }
 
     20% {
         transform: rotateZ(10deg);
     }
 
     25% {
         transform: rotateZ(-10deg);
     }
 
     30% {
         transform: rotateZ(6deg);
     }
 
     40%, 100% {
         transform: rotateZ(0);
     }
 }

 /*footer*/
.store-footer__inner, .store-footer__newsletter {
    border-bottom-width: 0px;
}
.store-footer__contacts-row {
    border-bottom-width: 0px;
}
.store-footer .rounded_contacts a {
    border-radius: 3px;
}

.footer-is-custom .store-footer .store-footer__curve {
    display: none;
}
.store-footer h3 {
    color: #fcd626;
}