﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
/*
AMP: true
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
    left: auto;
    right: 0;
}

/* The :focus-within selector is not recognized by IE/Edge. */
.main-navigation li:focus-within > ul {
    left: auto;
    right: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
}

/* The :focus-within selector is not recognized by IE/Edge. */
.main-navigation ul ul li:focus-within > ul {
    left: auto;
    right: 100%;
}
