/* Add custom CSS styles below */ 
.ronaq-store-footer {
    background-color: rgb(39, 183, 196)!important;
    color: var(--color-footer-text) !important;
    margin-top: 0 !important; 
    
}
:root {
    --font-main: 'PingARLT';
    --color-primary: #7bccc0;
    --color-primary-dark: #55a69a;
    --color-primary-light: #a1f2e6;
    --color-primary-reverse: #004d41;
    --color-theme: #d3f3ef;
    --color-text-theme: #151414;
    --color-header-main: #ffffff;
    --color-header-text: #000000;
    --color-footer-main: #ffffff;
    --color-footer-text: #ffffff;
    --color-upper-background: #242424;
    --color-upper-text: #ffffff;
    --featured-products-bg: #ffffff;
}
.ronaq-store-footer .store-footer__inner {
    background-color: rgb(39, 183, 196) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078) !important;
    padding: 0 !important;
    padding-top: 4rem !important;
}
.s-block__display-all{
display: none !important;
}
.banner--fixed img {
  margin-bottom: 5% !important;
}
footer *, footer *::before, footer *::after {
  border-width: 0;
  border-style: none;
  border-color: transparent;
}
.ronaq-store-footer .store-footer__inner {
    border-bottom: 0px  !important;
}
.ronaq-store-footer h3 {
    text-align: center;
    display: inline-block;
    border-bottom: solid rgba(247, 225, 198, 1);
}
.ronaq-top-navbar{
display:none;
}
body {
  background-color: white !important;
}
h2 {
    color: rgb(39, 183, 196) !important;
}
.s-product-card-image-cover {
  border-radius: 3% !important;
}
.s-button-element {
  color: rgb(39, 183, 196) !important;
  border-bottom: none !important;
}

ul.main-menu li a,
ul.main-menu li span {
  color: rgb(39, 183, 196) !important; /* or any color you want */
}
[lang="en"] .s-product-card-promotion-title:after {
    content: "Bestsellers";
    font-size: 12px;
}
[lang="en"] .s-product-card-promotion-title {
    font-size: 0;
}