/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.nav_toggle {
  background-color: #379BF0;
  border: none;
  position: relative;
  padding: 11px 10px;
  margin: 4px 0;
}

.nav_toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFFFFF
}

.nav_toggle .icon-bar + .icon-bar {
  margin-top: 4px
}

.navigation-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400
}

.wk-nav-style {
  border-bottom: 1px solid #cccccc;
  padding: 0 15px 20px;
  margin-top: 20px;
}

#menu_cont {
  width: 285px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2000;
  background-color: #FFFFFF;
  padding-top: 10px
}

#menu_cont .close_navbar,
.close_navbar {
  position: absolute !important;
  top: 85px !important;
  left: 20px !important;
  right: auto !important;
  float: none !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #321D11 !important;
  background: #321D11 !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 12px rgba(50, 29, 17, 0.25) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#menu_cont .close_navbar:hover,
.close_navbar:hover {
  background-color: #4A2B1A !important;
  background: #4A2B1A !important;
  transform: scale(1.1) rotate(90deg) !important;
  box-shadow: 0 6px 18px rgba(50, 29, 17, 0.4) !important;
}

#menu_cont .close_navbar i,
.close_navbar i,
.close_navbar .icon-close {
  font-size: 20px !important;
  color: #FFFFFF !important;
  line-height: 1 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.menu_cont_left {
  overflow-y: scroll;
  transform: translate(0px);
  transition: all 0.3s ease-out 0s
}

.menu_cont_right {
  transform: translate(295px);
  transition: all 0.3s ease-out 0s
}

a.navigation-link:focus {
  outline: none;
}
