.top-navbar{
display:none;
}

.full-banner-entry::after, .full-banner-entry::before{
content: none;
}

.s-product-card-entry{
border:1px solid #091F5B;
transition: all .3s ease-in-out;
}

.s-product-card-entry:hover{
transform: translateY(-10px);
}

.s-products-slider-card{
margin-top:10px;
}

.s-block--features__item{
background-color: transparent;
border-radius: 0px;
}

.s-block--features__item:nth-child(2){
border-right:2px solid #091F5B;
border-left:2px solid #091F5B;
}

.footer-is-light .store-footer .store-footer__inner{
background: linear-gradient(90deg, rgba(9,31,91,1) 0%, rgba(55,85,144,1) 25%, rgba(111,150,209,1) 90%);
color: #FFFFFF;
}

.footer-is-light .store-footer {
background: linear-gradient(90deg, rgba(9,31,91,1) 0%, rgba(55,85,144,1) 25%, rgba(111,150,209,1) 90%);
}

.text-sm p {
color: #FFFFFF;
}

.rounded-full{
border-radius:0px;
}


@media (max-width: 768px) {

.s-block--features__item{
background-color: transparent;
border-radius: 0px;
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.s-block--features__item:nth-child(2){
border-right:0px;
border-left:0px;
}


.full-banner-entry{
    width: 100%;
    height: 480px;
    background-image: url(https://i.postimg.cc/sfqy2gzc/Group-72-1.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



}