/**
 * Copyright ETS Software Technology Co., Ltd
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 website only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 * @author ETS Software Technology Co., Ltd
 * @copyright  ETS Software Technology Co., Ltd
 * @license    Valid for 1 website (or project) for each purchase of license
 */

.ets-dir-ltr.layout_layout2 .mm_menus_ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.layout_layout2 .mm_menus_li:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.ets-dir-ltr.layout_layout2 .mm_menus_ul > li.mm_no_border {
    border-left: none;
}
.ets-dir-ltr.layout_layout2 .mm_menus_ul > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
}
@media (max-width: 1199px) and (min-width: 768px) {
    .changestatus.layout_layout2 .mm-menu-toggle {
        color: #fff;
    }

    .changestatus.layout_layout2 .mm-menu-toggle .icon-bar {
        background-color: #fff;
    }
    .ets-dir-ltr.layout_layout2.changestatus .mm_menus_ul > li {
        border-right: 1px solid #e7e7e7;
    }

    .changestatus.ets-dir-ltr.layout_layout2 .mm_menus_ul > li.mm_no_border {
        border-left: 1px solid #e7e7e7;
    }
}
