/* RIGHT TO LEFT */
/* *****************************************************************
  Block Categories
****************************************************************** */
#categories_block_top {
  clear: both;
  position: relative;
  top: 30px;
}
#categories_block_top .sf-menu {
  position: relative;
}
#categories_block_top .sf-menu > li {
  position: static;
}
#categories_block_top .sf-menu > li > ul {
  width: 100%;
  top: 60px;
  margin: 0 20px;
}
#categories_block_top .sf-menu > li > ul > li {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.rtl #categories_block_top .sf-menu > li > ul > li {
  float: right;
}
#categories_block_top .sf-menu > li > ul > .category_thumb {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
#categories_block_top .sf-menu > li > ul > .category_thumb img {
  display: inline-block;
  width: 33%;
}
#categories_block_top .sf-menu > li h4 a {
  font-size: 1.1em;
}
#categories_block_top .sf-menu > li h4 a:before {
  display: none;
}
#categories_block_top .sf-menu > li .main-level-submenus {
  position: relative;
  display: block !important;
  visibility: visible !important;
  top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0;
}
.rtl #categories_block_top .sf-menu > li .main-level-submenus {
  right: 0;
  left: auto;
}
#categories_block_top .sf-menu .category_thumb {
  display: none;
}

#categories_block_left li a:before {
  content: "\f013";
  font-family: "FontAwesome";
  font-size: 13px;
  color: #aab2bd;
  display: inline-block;
  padding: 0 10px 0 5px;
}
.rtl #categories_block_left li a:before {
  padding: 0 5px 0 10px;
}
#categories_block_left li span.grower {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 12px;
  font-family: "FontAwesome";
  font-size: 13px;
  color: #aab2bd;
  display: inline-block;
  right: 0;
}
.rtl #categories_block_left li span.grower {
  left: 0;
  right: auto;
}
#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
  content: "\f0d7";
  display: block;
  padding: 10px;
  text-align: center;
}
#categories_block_left li span.grower.CLOSE:before {
  content: "\f0da";
}
#categories_block_left li span.grower:hover + a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
  color: #ff6346;
}
#categories_block_left li li a {
  padding-left: 20px;
}
#categories_block_left li li.last {
  border-bottom: none;
}
/* RIGHT TO LEFT */
/*******************************************************
Product list(List) Styles 
********************************************************/
@media (min-width: 992px) {
  .first-in-line {
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .first-item-of-tablet-line {
    clear: both;
  }
}
.product_list.list > .product_block {
  border: none;
}
.product_list.list > .product_block .product-container {
  border-top: 1px solid #ebeef2;
  padding: 30px 0 30px;
}
.product_list.list > .product_block .product-image-container {
  position: relative;
  border: 1px solid #ebeef2;
  padding: 9px;
}
.product_list.list > .product_block .product-image-container .content_price {
  display: none !important;
}
.product_list.list > .product_block .product-flags {
  color: #353d41;
  margin: -5px 0 10px 0;
}
.product_list.list > .product_block .product-flags .discount {
  color: #f13340;
}
.product_list.list > .product_block h5 {
  min-height: 25px;
}
.product_list.list > .product_block .product-desc {
  margin-bottom: 15px;
  display: block;
}
.product_list.list > .product_block .right-block .right-block-content {
  border-left: 1px solid #d6d4d4;
  margin: 0;
  padding-bottom: 16px;
  padding-left: 15px;
}
.rtl .product_list.list > .product_block .right-block .right-block-content {
  border-right: 1px solid #d6d4d4;
  border-left: inherit;
}
.rtl .product_list.list > .product_block .right-block .right-block-content {
  padding-right: 15px;
  padding-left: inherit;
}
.product_list.list > .product_block .right-block .right-block-content .content_price {
  padding-bottom: 10px;
  border: none;
}
.product_list.list > .product_block .right-block .right-block-content .content_price span {
  display: inline-block;
  margin-top: -4px;
  margin-bottom: 14px;
}
.product_list.list > .product_block .right-block .right-block-content .content_price span.old-price {
  margin-right: 8px;
}
.product_list.list > .product_block .right-block .right-block-content .button-container {
  padding-bottom: 20px;
}
.product_list.list > .product_block .right-block .right-block-content .button-container .btn {
  margin-bottom: 10px;
}

/*******************************************************
Product list(Index page) Styles 
********************************************************/
/***** IE code *****/
/* RIGHT TO LEFT */
/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0;
}
#columns #newsletter_block_left .form-group .form-control {
  max-width: 222px;
  display: inline-block;
  margin-right: 6px;
}
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left .block_content {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer #newsletter_block_left .form-group .form-control {
  background: #363636;
  border: none;
  height: 36px;
  width: 80%;
  color: #949595;
  display: inline-block;
  float: left;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  float: right;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#footer #newsletter_block_left .form-group .button-small {
  background: #ff6346;
  border: none;
  padding: 6px 12px;
  height: 36px;
  color: white;
  text-transform: uppercase;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topleft: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#footer #newsletter_block_left .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both;
}
#footer #newsletter_block_left .newsletter-input {
  max-width: 300px !important;
}
/* RIGHT TO LEFT */
#search_block_top {
  position: absolute;
  right: 0;
  top: -65px;
}
.rtl #search_block_top {
  left: 0;
  right: auto;
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
}
.rtl #search_block_top #searchbox {
  float: right;
}
#search_block_top .btn.button-search {
  background: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #96999b;
  text-align: center;
  padding: 4px 9px 2px 0;
}
.rtl #search_block_top .btn.button-search {
  left: 0;
  right: auto;
}
.rtl #search_block_top .btn.button-search {
  padding: 4px 0 2px 9px;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#search_block_top .btn.button-search:hover {
  color: white;
}

#search_query_top {
  background-color: #434a4e;
  border: 1px solid #454c50;
  color: #999;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 6px 15px 6px 10px;
  width: 153px;
  height: 30px;
}
#search_query_top::-moz-placeholder {
  color: white;
}

.ac_results {
  background: white;
  border: 1px solid #ebeef2;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fefefe;
}

form#searchbox {
  position: relative;
}
form#searchbox label {
  color: #353d41;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  margin-right: 10px;
  max-width: 222px;
  display: inline-block;
  float: left;
}
.rtl form#searchbox input#search_query_block {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl form#searchbox input#search_query_block {
  float: right;
}
form#searchbox .button.button-small {
  float: left;
}
.rtl form#searchbox .button.button-small {
  float: right;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
.rtl form#searchbox .button.button-small i {
  margin-left: 0;
  margin-right: inherit;
}
.ac_results {
	text-align: left;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

/*
.ac_loading {
	background: white url('js/jquery/plugins/autocomplete/indicator.gif') right center no-repeat;
}
*/

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* RIGHT TO LEFT */
#header_user_info a.name-customer span {
  color: white;
}
/* Block Viewed Products */
#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* RIGHT TO LEFT */
/* MEGAMENU STYLE */
#leo-top-menu {
  position: relative;
  padding: 0;
}
#leo-top-menu .aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.rtl #leo-top-menu .aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.rtl #leo-top-menu .aligned-center .dropdown-menu {
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
}
#leo-top-menu .aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl #leo-top-menu .aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
#leo-top-menu .aligned-fullwidth .dropdown-menu {
  width: 100%!important;
  left: 0;
  border: 0;
}
.rtl #leo-top-menu .aligned-fullwidth .dropdown-menu {
  right: 0;
  left: auto;
}
#leo-top-menu .dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#leo-top-menu .caret {
  position: absolute;
  top: 50%;
  right: 10px;
}
.rtl #leo-top-menu .caret {
  left: 10px;
  right: auto;
}
#leo-top-menu .navbar-nav {
  float: left;
}
.rtl #leo-top-menu .navbar-nav {
  float: right;
}
#leo-top-menu .dropdown-menu.dropdown-sub > .dropdown-menu-inner {
  padding: 10px;
}
#leo-top-menu .dropdown-menu.dropdown-sub > .dropdown-menu-inner ul {
  margin-top: 0;
}
#leo-top-menu .dropdown-menu ul {
  margin-top: 15px;
}
#leo-top-menu .dropdown-menu ul li {
  margin-bottom: 10px;
}
#leo-top-menu .dropdown-menu ul li a:before {
  content: "\f178";
  font-family: "FontAwesome";
  padding-right: 5px;
  display: inline-block;
}
.rtl #leo-top-menu .dropdown-menu ul li a:before {
  padding-left: 5px;
  padding-right: inherit;
}
#leo-top-menu .dropdown-menu ul li a:hover {
  color: #ff6346;
}
#leo-top-menu .dropdown-menu ul li.parent {
  position: relative;
}
#leo-top-menu .dropdown-menu ul li.parent .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
}
.rtl #leo-top-menu .dropdown-menu ul li.parent .dropdown-menu {
  left: -100%;
  right: auto;
}
#leo-top-menu .dropdown-menu ul li.parent:hover > .dropdown-menu {
  display: block;
  left: 100%;
}
.rtl #leo-top-menu .dropdown-menu ul li.parent:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
#leo-top-menu .mega-group .caret {
  display: none;
}
#leo-top-menu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #E5E5E5;
}
#leo-top-menu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
#leo-top-menu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#leo-top-menu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
#leo-top-menu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #555555;
  display: block;
  line-height: 20px;
}
#leo-top-menu .cols2 {
  width: 420px;
}
#leo-top-menu .cols3 {
  width: 620px;
}
#leo-top-menu .cols4 {
  width: 820px;
}

/* new edit for mainmenu */
#cavas_menu.navbar-default {
  border: none;
  background: none;
  margin: 0;
}
#cavas_menu.navbar-default .navbar-toggle {
  background: #ff6346;
  float: left;
}
.rtl #cavas_menu.navbar-default .navbar-toggle {
  float: right;
}
#cavas_menu.navbar-default .navbar-nav {
  border-left: 1px solid #e9e9e9;
}
#cavas_menu.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #353d41;
  padding: 18px 21px;
  border-right: 1px solid #e9e9e9;
}
#cavas_menu.navbar-default .navbar-nav > li:hover a.has-category, #cavas_menu.navbar-default .navbar-nav > li:focus a.has-category, #cavas_menu.navbar-default .navbar-nav > li.active a.has-category {
  color: #ff6346;
  border-top: 3px solid #ff6346;
  margin-top: -3px;
  background: white;
}

/* WIDGET STYLES */
.leo-widget .menu-title {
  color: #384044;
  font-size: 16px;
  font-family: "museo300", sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
}

.widget-products .product-container {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.rtl .widget-products .product-container {
  float: right;
}
.rtl .widget-products .product-container {
  margin-left: 10px;
  margin-right: inherit;
}
.widget-products img {
  width: 130px;
  height: 130px;
  float: left;
}
.rtl .widget-products img {
  float: right;
}
.widget-products .image {
  border: 1px solid #ebeef2;
  display: inline-block;
}
.widget-products .product-name {
  text-align: center;
  width: 140px;
}
.widget-products .nb-comments {
  display: none;
}
.widget-products .comments_note {
  display: inline-block;
}
.widget-products .price.product-price {
  font-size: 15px;
}
.widget-products .price-percent-reduction {
  display: none;
}

.widget-banner .w-banner {
  margin: 6px 10px;
  float: left;
}
.rtl .widget-banner .w-banner {
  float: right;
}

.widget-images .images-list {
  clear: both;
}
.widget-images .images-list > div {
  position: relative;
  float: left;
}
.rtl .widget-images .images-list > div {
  float: right;
}
.widget-images .images-list > div > div {
  padding: 3px;
}
.widget-images .images-list > div img {
  max-width: 100%;
}

/* Icon menu */
.hasicon span {
  padding-right: 5px;
}
.rtl .hasicon span {
  padding-left: 5px;
  padding-right: inherit;
}

/* SUB MENU */
/* CANVAS MENU */
.off-canvas body {
  position: relative;
}

.off-canvas-inactive #page,
.off-canvas-inactive #off-canvas-nav {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.off-canvas-active > #page,
.off-canvas-active > #off-canvas-nav {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-transform: translateX(234px);
  -moz-transform: translateX(234px);
  -ms-transform: translateX(234px);
  -o-transform: translateX(234px);
  transform: translateX(234px);
  display: block;
}
.off-canvas-active #off-canvas-nav .navbar-nav .open .dropdown-menu {
  background: white;
}
.off-canvas-active #page {
  position: fixed;
  margin: 0 auto;
}

#page-container {
  position: relative;
}

#off-canvas-nav {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 0;
  background: white;
  z-index: 999;
}
#off-canvas-nav .nav .caret {
  display: none;
}
#off-canvas-nav .offcanvas-mainnav {
  background-color: #ff6346;
  position: absolute;
  top: 0;
  left: -234px;
  overflow: hidden;
  width: 234px;
}
#off-canvas-nav .image {
  float: none;
  display: inline-block;
}
#off-canvas-nav .image img {
  width: 80px;
  height: 80px;
}
#off-canvas-nav .megamenu .mega-cols {
  width: 100%;
  min-width: inherit;
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
}
#off-canvas-nav .megamenu .mega-cols ul li a {
  padding: 0 10px;
}
#off-canvas-nav .megamenu .mega-cols .margin {
  margin-left: 0;
}
.rtl #off-canvas-nav .megamenu .mega-cols .margin {
  margin-right: 0;
  margin-left: inherit;
}
#off-canvas-nav .megamenu .mega-group > a .menu-title {
  font-size: 13px;
}
#off-canvas-nav .megamenu li.homepage a {
  height: auto;
  width: auto;
  text-indent: inherit;
}
#off-canvas-nav .megamenu .menu-desc {
  display: none;
}
#off-canvas-nav .megamenu .menu-icon {
  padding-left: 0;
}
.rtl #off-canvas-nav .megamenu .menu-icon {
  padding-right: 0;
  padding-left: inherit;
}
#off-canvas-nav .dropdown-menu {
  position: relative;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  float: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%!important;
  border: 0;
}
#off-canvas-nav .dropdown-menu > div {
  padding: 10px 10px 10px 10px;
}
.rtl #off-canvas-nav .dropdown-menu > div {
  padding: 10px 10px 10px 10px;
}
#off-canvas-nav ul li a:hover {
  color: #ff6346;
}
#off-canvas-nav .dropdown-mega,
#off-canvas-nav li.mega-group .dropdown-menu {
  padding: 0 10px;
}
#off-canvas-nav .mega-col {
  display: block;
  width: 100%;
  position: relative;
  margin-left: 0;
}
.rtl #off-canvas-nav .mega-col {
  margin-right: 0;
  margin-left: inherit;
}
#off-canvas-nav .nav ul a {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 8px 0;
  color: #5C5B5B;
}
#off-canvas-nav .nav ul li:last-child a {
  border-bottom: 0px;
}
#off-canvas-nav .nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 35px;
  color: white;
}
#off-canvas-nav .nav > li > a:hover, #off-canvas-nav .nav > li > a:focus {
  background: transparent;
  color: white !important;
}

#off-canvas-button {
  color: white;
  text-align: right;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.rtl #off-canvas-button {
  text-align: left;
}
.rtl #off-canvas-button {
  margin: 10px 0 0 10px;
}
#off-canvas-button span {
  font-weight: bold;
  margin-right: 12px;
}
.rtl #off-canvas-button span {
  margin-left: 12px;
  margin-right: inherit;
}

.offcanvas-mainnav > .megamenu {
  padding: 0 10px 0 10px;
  margin: 0 0 0 0;
}
.rtl .offcanvas-mainnav > .megamenu {
  padding: 0 10px 0 10px;
}
.rtl .offcanvas-mainnav > .megamenu {
  margin: 0 0 0 0;
}

/* END CANVAS MENU */
.off-canvas-type .nav .open a:hover, .off-canvas-type .nav .open a a:focus {
  background: transparent;
}
.off-canvas-type .navbar-toggle {
  margin-left: 0;
}
.off-canvas-type .navbar-header {
  float: none;
}
.off-canvas-type #leo-top-menu {
  background: white;
  max-height: 100%;
}
.off-canvas-type #leo-top-menu .navbar-nav {
  margin: 0;
  float: none;
}
.off-canvas-type #leo-top-menu .dropdown:hover > .dropdown-menu {
  display: none;
}
.off-canvas-type #leo-top-menu .dropdown.open > .dropdown-menu {
  width: 100%!important;
  overflow-x: hidden;
}
.off-canvas-type #leo-top-menu .dropdown.open:hover > .dropdown-menu {
  display: block;
  left: 20px;
}
.rtl .off-canvas-type #leo-top-menu .dropdown.open:hover > .dropdown-menu {
  right: 20px;
  left: auto;
}
.off-canvas-type #leo-top-menu .nav > li {
  border: 0;
  border-bottom: 1px solid #F3F3F3;
}
.off-canvas-type #leo-top-menu .nav > li > a {
  color: #21272C;
  padding: 10px 0 10px 10px;
  background-color: transparent;
}
.rtl .off-canvas-type #leo-top-menu .nav > li > a {
  padding: 10px 10px 10px 0;
}
.off-canvas-type #leo-top-menu .leo-widget .menu-title {
  font-size: 14px;
  padding-left: 10px;
}
.rtl .off-canvas-type #leo-top-menu .leo-widget .menu-title {
  padding-right: 10px;
  padding-left: inherit;
}
.off-canvas-type #leo-top-menu .dropdown-menu > div.dropdown-menu-inner {
  padding: 0 0 20px 0;
}
.off-canvas-type #leo-top-menu .dropdown-menu ul li a {
  padding: 8px 10px 8px 20px;
}
.rtl .off-canvas-type #leo-top-menu .dropdown-menu ul li a {
  padding: 8px 20px 8px 10px;
}
.off-canvas-type .max-height {
  max-height: 100%!important;
}
.off-canvas-type.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #000;
  border-top-color: #000;
  position: absolute;
  right: 10px;
  top: 14px;
}
.rtl .off-canvas-type.navbar-default .navbar-nav > .dropdown > a .caret {
  left: 10px;
  right: auto;
}
