/* Main Styles for RoseShop Theme */

/* roseshop main menu styles */
.roseshop-main-menu .wp-block-navigation-link a{
    color: var(--wp--preset--color--base);
}

.roseshop-main-menu .wp-block-navigation-link a:hover{
    color: var(--wp--preset--color--primary);
}

/* roseshop main menu styles end */

/* Start  Responsive styles for roseshop theme */

/* Mobile devices (425px and below) */
@media screen and (max-width: 425px) {
    /*roseshop  footer styles */
    .roseshop-footer-container .roseshop-footer-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;    
    }
  
}

/* Tablets and small devices (426px to 768px) */
@media screen and (min-width: 426px) and (max-width: 768px) {
    .roseshop-footer-container .roseshop-footer-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
    }
   
}

/* end  Responsive styles for roseshop theme */

