/* إخفاء الشريط السفلي بالكامل 
.bottom-navigation,
.mobile-nav-bar,
.footer-fixed,
.fixed-bottom,
.bottom-bar {
  display: none !important;
  visibility: hidden !important;
}
*/

@media (max-width: 640px) {
.hydrated .is-sticky-product-bar .sticky-product-bar, .hydrated .is-sticky-product-bar .sticky-product-bar__quantity, .hydrated .is-sticky-product-bar .sticky-product-bar salla-add-product-button {
margin-bottom: 30px !important;

}

}

@media only screen and (min-width: 1024px) {
.main-menu li > a {
    font-size: 10px !important;
}
}

@media only screen and (min-width: 1065px) {
.main-menu li > a {
    font-size: 11px !important;
}
}

@media only screen and (min-width: 1140px) {
.main-menu li > a {
    font-size: 12px !important;
}
}

iframe {
min-height: 100px;

}

.store-footer a {
    font-size: 16px;
    
}

.product-single-top-description {
display:none;
}

.vertical-nav {
    z-index: 205;
}

custom-salla-product-card {
    overflow: visible;
}