/* Add custom CSS styles below */ 
footer [class="rounded-upto-5 s-button-element s-button-btn s-button-outline s-button-primary-outline s-button-loader-after"] {
	background-color: white !important;
}

@media (min-width: 640px) {
    .navbar-brand img {
        max-height: 80px;
    }
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    background-color: #ebebeb;
}

@media (min-width: 640px) {
    a.navbar-brand.default-logo.\!p-0 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
}

/* .banners-grid.banners-grid--3 {
    display: flex;
} */

h2.product-entry__title.mt-0 {
    color: #0C063F;
}

span.total-price.font-bold.text-lg.inline-block {
    color: #0C063F;
}

.s-fast-checkout-button.outline {
    background-color: #0c063f !important;
}

li.product-metadata__item-mini {
    display: none;
}

button.s-button-element.s-button-btn.s-button-solid.s-button-light.s-button-disabled.s-button-loader-center {
    color: #0C063F !important;
}

a.navbar-brand.default-logo {
  margin-left: auto !important;
  margin-right: auto !important;
}