

/*----  Header ------*/
.header-01{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 0 0 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(35, 47, 62, 0.1);
}
.navbar.navbar{
    position: relative;
    margin: 0 0;
    padding: 0 0 0 0;
}
.navbar-brand{
    position: relative;
    padding: 30px 0;
    margin: 0;
    text-align: center;
}
.navbar-brand img{
    width: auto;
}
.menu-btn{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #232f3e;
    margin: 0 0 0 98px;
}

.signup-btn{
    position: relative;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .45px;
    display: inline-block;
    font-weight: 500;
}
.signup-btn i{
   
    font-weight: 400;
    position: relative;
    top: 1px;
}
.signup-btn span{
    margin-left: 13px;
}
.signup-btn span span{
    margin: 0;
    text-transform: uppercase;
}

.navbar .navbar-nav{
    position: inherit;
    margin: 0;

}
.navbar .navbar-nav li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar .navbar-nav li > a{
    display: block;
   text-transform: capitalize;
    padding: 7px 0 8px;
    
    position: relative;
}

.element-ready-header-nav .navbar-nav li.menu-item-has-children:hover > a::after,
.element-ready-header-nav .navbar-nav li.menu-item-has-children:hover > a,
.navbar .navbar-nav li.menu-item-has-children:hover > a::after,
.navbar .navbar-nav li.menu-item-has-children:hover > a{
    color: #237B48;
}
.navbar .navbar-nav li .sub-menu {
    background: #fff;
    width: 230px;
    z-index: 9;
    text-align: left;
    padding: 0;
    display: block;
    left: -20px;
    margin: auto;
    position: absolute;
    padding: 0 0;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -moz-box-shadow:    0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    box-shadow:         0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
}
.navbar .navbar-nav li .sub-menu li{
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ecedf4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li .sub-menu a{
    padding: 2px 20px;
    margin: 0;
    color: rgba(35, 47, 62, 0.75);
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block;
}

.element-ready-header-nav .navbar-nav li .sub-menu li.menu-item-has-children > a::after,
.navbar .navbar-nav li .sub-menu li.menu-item-has-children > a::after{
    position: absolute;
    right: 20px;
    line-height: 40px;
    top: 0;
    content: "\f054";
    font-size: 11px;
	color: rgba(35, 47, 62, 0.40);
	font-family: 'Font Awesome 5 Pro';
}
.element-ready-header-nav .navbar-nav li .sub-menu li.menu-item-has-children:hover > a::after,
.navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover > a::after{
    color: #fff;
}


.navbar .navbar-nav li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navbar .navbar-nav li .sub-menu li a:before{
    display: none;
}
.navbar .navbar-nav li .sub-menu li .sub-menu{
    position: absolute;
    left: 110%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.navbar .navbar-nav li .sub-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    left: calc(100% + 6px);
}
/*--- Mega Menu ---*/
.element-ready-header-nav .navbar-nav li.mg-menu,
.navbar .navbar-nav li.mg-menu{
    position: static;
}
.mega-menu{
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    width: 100%;
    padding: 11px 25px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -moz-box-shadow:    0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    box-shadow:         0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}
.element-ready-header-nav .navbar-nav li:hover .mega-menu,
.navbar .navbar-nav li:hover .mega-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.mega-menu .col-lg-7 {
    -ms-flex: 0 0 62.333333%;
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
}
.mega-menu .col-lg-5 {
    -ms-flex: 0 0 37.666667%;
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
}
.mg-title{
    font-size: 15px;
    line-height: 40px;
    color: #232f3e;
    letter-spacing: .60px;
    margin: 0 0 0px;
}
.element-ready-header-nav .navbar-nav .mega-menu ul,
.navbar .navbar-nav .mega-menu ul{
    margin: 0 0 12px;
    padding: 0;
}
.element-ready-header-nav .navbar-nav .mega-menu ul li,
.navbar .navbar-nav .mega-menu ul li{
    list-style: none;
    display: block;
    margin: 0 0 0;
    border: none;
}
.element-ready-header-nav .navbar-nav .mega-menu ul li a,
.navbar .navbar-nav .mega-menu ul li a{
    display: inline-block;
    font-weight: 400;
    letter-spacing: .56px;
    text-transform: initial;
    padding: 0;
}

.mega-menu .mv-single-product{
    margin-right: 5px;
}
.mega-menu .mv-single-product:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.mg-ads{
    position: relative;
    overflow: hidden;
    margin: 25px 0 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.mg-ads img{
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.mg-ads:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.element-ready-header-nav .navbar-nav .mega-menu .mg-ads a,
.navbar .navbar-nav .mega-menu .mg-ads a{
    margin: 0;
    padding: 0;
}

.search-product{
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    
}
.search-category {
    width: 148px;
    background: #f7f8fb;
    height: 44px;
    border-right: 1px solid #e5e7f0;
    position: relative;
}
.search-category:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 11px;
    line-height: 46px;
    color: rgba(132, 142, 156, 0.50);
    position: absolute;
    right: 15px;
    top: 0;
}
.search-category select {
    width: 100%;
    height: 100%;
    line-height: 46px;
    outline: none;
    margin: 0;
    border: 0;
    padding: 0 22px;
    color: rgba(35, 47, 62, 0.85);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .42px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7f8fb;
    cursor: pointer;
}
.search-product input[type="search"] {
    width: 100%;
    position: absolute;
    left: 150px;
    right: 90px;
    height: 100%;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    font-weight: 500;
    border: none;
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
}
.search-product input[type="search"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-product input[type="search"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-product input[type="search"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-product button{
    width: 90px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: .48px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-area{
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 46px;
    width: 100%;
    border-radius: 3px;
}
.cart-area a.cart-btn{
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50px;
    background: #ec2427;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    border-radius: 3px 0 0 3px;
}
.cart-area a.cart-btn span{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    color: rgba(35, 47, 62, 0.85);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
}

.cart-area .product-price{
    position: relative;
    padding-left: 15px;
}
.cart-area .product-price .price{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
}
.cart-area .product-price .price span span{
    margin-right: 4px;
}
.all-categories-title{
    position: relative;
    width: 100%;
    height: 46px;
    padding: 0 24px;
 
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: .48px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
}
.all-categories-dropdown{
    position: relative;
    width: 100%;
    height: 46px;
    padding: 0 24px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: .48px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
}
.all-categories-dropdown .select{
    position: relative;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.all-categories-dropdown .select:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: 1px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all-categories-dropdown.active .select:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all-categories-dropdown .categorie-list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 255px;
    z-index: 5;
    display: none;
}
/*--- Category list ---*/
.categorie-list{
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow:    0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow:         0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.categorie-list .mCSB_inside > .mCSB_container{
    margin: 0;
}
.categorie-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ecedf4;
}
.categorie-list .mCSB_scrollTools .mCSB_draggerRail{
    background: #237B48;
}
.categorie-list ul{
    margin: 0;
    padding: 4px 0;
    max-height: 501px;
}
.categorie-list ul li{
    list-style: none;
    display: block;
    border-bottom: 1px solid #ecedf4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categorie-list ul li:last-child{
    border: none;
}
.categorie-list ul li a{
    
    line-height: 40px;
    font-weight: 500;
    letter-spacing: .42px;
    color: rgba(35, 47, 62, 0.85);
   
    display: block;
}

.categorie-list ul li.has-categorie a{
    font-weight: 400;
    position: relative;
}
.categorie-list ul li.has-categorie > a:after{
    position: absolute;
    right: 20px;
    line-height: 40px;
    top: 0;
    content: "\f054";
    font-size: 11px;
    color: rgba(35, 47, 62, 0.40);
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorie-list ul li.has-categorie.active > a:after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categorie-list li > .sub-categorie{
    margin: 0;
    padding: 0;
    border-top: 1px solid #ecedf4;
    display: none;
}
.categorie-list li .sub-categorie li{
    list-style: none;
    display: block;
}

/*------------------------------------------------------------------------------------
/ 2. Desktop Device
/--------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px){
	

	/* Home One*/
	.navbar .navbar-nav li:nth-last-child(1) > .sub-menu li .sub-menu, 
	.navbar .navbar-nav li:nth-last-child(2) > .sub-menu li .sub-menu, 
	.navbar .navbar-nav li:nth-last-child(3) > .sub-menu li .sub-menu, 
	.navbar .navbar-nav li:nth-last-child(4) > .sub-menu li .sub-menu{
		left: auto;
    	right: 110%;
	}
	.navbar .navbar-nav li:nth-last-child(1) > .sub-menu li:hover .sub-menu, 
	.navbar .navbar-nav li:nth-last-child(2) > .sub-menu li:hover .sub-menu, 
	.navbar .navbar-nav li:nth-last-child(3) > .sub-menu li:hover .sub-menu, 
	.navbar .navbar-nav li:nth-last-child(4) > .sub-menu li:hover .sub-menu{
    	right: 100%;
	}
    .signup-btn span{
    	display: none;
    }
    .contact-info p br{
    	display: none;
    }
    .cart-area a.cart-btn{
    	width: 44px;
    }
    .cart-area .product-price{
    	padding-left: 10px;
    }
	.mega-menu{
		left: -30px;
	}


}
/*------------------------------------------------------------------------------------
/ 3. Responsive For Tab Device
/--------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px){

	/*-- Home One ---*/



    .cart-area .product-price{
    	display: none;
    }
    .cart-area a.cart-btn{
    	margin-right: -18px;
    	border-radius: 3px;
    }
    .search-product{
    	overflow: hidden;
    }
    .search-product button{
    	letter-spacing: 0;
    	width: 75px;
    }

    .menu-btn{
    	margin: 0 0 0 20px;
    }


}

/*------------------------------------------------------------------------------------
/ 5. Responsive For Mobile Device
--------------------------------------------------------------------------------------*/
@media (max-width: 767px){

	.mg-ads{
		margin: 10px 0 20px;
	}
	.mega-menu .col-lg-7 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.mega-menu .col-lg-5 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

    .all-categories-title{
    	display: none;
    }
    .search-product{
    	display: block;
    	height: auto;
    	margin-bottom: 10px;
    }
    .search-product .d-flex{
    	display: block !important;
    }
    .search-category{
    	width: 100%;
    }
    .search-product input[type="search"]{
    	position: relative;
    	left: 0;
    	right: auto;
    	height: 46px;
    	top: 0;
    }
    .search-product button{
    	height: 46px;
    	bottom: 0;
    	top: auto;
    }
  
    .sec-title{
    	padding-bottom: 120px;
    }
  
	.menu-btn-2 i{
		display: none;
	}
	.menu-btn-2{
		width: 44px;
	    height: 44px;
	   
	    margin: 0;
	    padding: 0;
	    border: none;
	    letter-spacing: 0;
	   
	    border-radius: 3px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    text-align: center;
	    padding: 9px 0;
	}
	.navbar.navbar .menu-btn-2 span{
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 20px;
	    margin: 5px auto;
	    position: relative;
	}
	.header-02 .navbar.navbar{
		padding-left: 65px;
	}
	.all-categories-dropdown{
		margin-bottom: 10px;
	}


}

.navbar .element-ready-navbar .element-ready-underline{
    position: relative;
}
.navbar .element-ready-navbar .element-ready-underline:hover > a::before{
    width: 100%;
}
.navbar .element-ready-navbar .element-ready-underline > a::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #237B48;
    transition: all linear 0.3s;
}
.navbar .element-ready-navbar .element-ready-underline:hover > a::before{
    opacity: 1;
}
.navbar .element-ready-navbar .element-ready-underline.grow-hover > a::before{
    width: 0;
    opacity: 0;
}
.navbar .element-ready-navbar .element-ready-underline.grow-hover:hover > a::before{
    width: 100%;
    opacity: 1;
}
.navbar .element-ready-navbar .element-ready-underline.fade-hover > a::before{
    opacity: 0;
}
.navbar .element-ready-navbar .element-ready-underline.fade-hover:hover > a::before{
    opacity: 1;
}
.navbar .element-ready-navbar .element-ready-underline.slide-hover > a::before{
    width: 0;
    right: 0;
    transform: translateX(0);
    left: auto;
}
.navbar .element-ready-navbar .element-ready-underline.slide-hover:hover > a::before{
    width: 100%;
    right: auto;
    left: 0;
}

.navbar .element-ready-navbar .element-ready-doubleline.grow-hover > a::before{
    width: 0;
    opacity: 0;
}
.navbar .element-ready-navbar .element-ready-doubleline.grow-hover > a::after{
    width: 0;
    opacity: 0;
}     
.navbar .element-ready-navbar .element-ready-doubleline.grow-hover:hover > a::before{
    width: 100%;
    opacity: 1;
}
.navbar .element-ready-navbar .element-ready-doubleline.grow-hover:hover > a::after{
    width: 100%;
    opacity: 1;
}
.navbar .element-ready-navbar .element-ready-doubleline.fade-hover > a::after,
.navbar .element-ready-navbar .element-ready-doubleline.fade-hover > a::before{
    width: 100%;
    opacity: 0;
}

.navbar .element-ready-navbar .element-ready-doubleline.fade-hover:hover > a::before,
.navbar .element-ready-navbar .element-ready-doubleline.fade-hover:hover > a::after{
    opacity: 1;
}
.navbar .element-ready-navbar .element-ready-doubleline.slide-hover > a::after,
.navbar .element-ready-navbar .element-ready-doubleline.slide-hover > a::before{
    width: 0;
    right: 0;
    transform: translateX(0);
    left: auto;
}
.navbar .element-ready-navbar .element-ready-doubleline.slide-hover:hover > a::before,
.navbar .element-ready-navbar .element-ready-doubleline.slide-hover:hover > a::after{
    width: 100%;
    right: auto;
    left: 0;
}
.navbar .element-ready-navbar .element-ready-doubleline > a::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #237B48;
    transition: all linear 0.3s;
}

.navbar .element-ready-navbar .element-ready-doubleline > a::after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 4px;
    width: 100%;
    background: #237B48;
    transition: all linear 0.3s;
}





.navbar .element-ready-navbar .element-ready-background > a{
    padding: 7px 20px;

}
.navbar .element-ready-navbar .element-ready-background:hover > a{
    color: #ffffff !important;
}

.navbar .element-ready-navbar .element-ready-background > a::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;  
    width: 100%;
    background-color: #237B48;
    color: #fff;
    transition: all linear 0.3s;
    z-index: -1;
}



.navbar .element-ready-navbar .element-ready-background.fade-hover > a::before{
    opacity: 0;
}
.navbar .element-ready-navbar .element-ready-background.fade-hover:hover > a::before{
    opacity: 1;
}


.navbar .element-ready-navbar .element-ready-background.grow-hover > a::before{
    opacity: 0;
    transform: scale(0);
}
.navbar .element-ready-navbar .element-ready-background.grow-hover:hover > a::before{
    opacity: 1;
    transform: scale(1);
}


.navbar .element-ready-navbar .element-ready-background.slide-hover > a::before{
    right: 0;
    left: auto;
    width: 0;
}
.navbar .element-ready-navbar .element-ready-background.slide-hover:hover > a::before{
    width: 100%;
    right: auto;
    left: 0;
}

.navbar-header .navbar .row{
    width: 100%;
}


.element-ready-fs-menu-wrapper .hamburger .element-ready-hamburger{
    font-size: 30px;
    color: #555555;
}

.element-ready-fs-menu-wrapper .hamburger.is-active .element-ready-hamburger{
    color: #fff;
}

.fsmenu--text-container .fsmenu--list .fsmenu--list-element {
    position: relative;
  
  }
  .fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu {
    position: absolute;
    right: 30%;
    top: 0%;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 50px;
    z-index: 1020;
}

.fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover ul.element-ready-sub-menu{
    opacity: 1;
    right: 20%;
    visibility: visible;
}

.fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
    padding: 0;
}
.fsmenu--text-container .fsmenu--list .fsmenu--list-element a i{
    font-size: 30px;
    padding-left: 10px;
}


.fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu li.fsmenu--list-element ul.element-ready-sub-menu{
    opacity: 0;
    visibility: hidden;
    right: 140%;
    min-width: 400px;
}
.fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu li.fsmenu--list-element:hover ul.element-ready-sub-menu{
    opacity: 1;
    right: 120%;
    visibility: visible;
}


@media (max-width: 1600px) {
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element  {
        height: 12%;
    } 
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover ul.element-ready-sub-menu {
        right: 34%;
    }
}
@media (max-width: 1199px) {
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover ul.element-ready-sub-menu {
        right: 30%;
    }
    .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover ul.element-ready-sub-menu {
        right: 30%;
    }
    .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
        font-size: 24px;
    }
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
        height: 8%;
    }
}
@media (max-width: 575px){
    .fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu {
        right: auto;
        left: 0;
        border-right: 0px;
        background: #fff;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
        padding: 0;
    }
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu li a {
        color: #555;
    }
    .fsmenu--text-container .fsmenu--list .fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu li a:hover{
        color: #8b5bff;
    }
    .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
        justify-content: center;
    }
    .fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu li.fsmenu--list-element ul.element-ready-sub-menu {
        right: 0%;
        min-width: 100%;
        top: 100%;
        box-shadow: 0 0 10px 0 #0000001a;
    }
    .fsmenu--list-element ul.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu {
        padding-right: 0;
    }
}
.off_canvars_overlay {
	left: 0;
}

.stellarnav.light a, .stellarnav.light li a {
	white-space: nowrap;
}



/*========== megamanu css style  ============*/


.element-ready-submenu {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: left; }
  
  .element-ready-dropdown.open .element-ready-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 1001; }
  
  .element-ready-dropdown .language-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
  
  .header-control {
    text-align: right; }
    .header-control .block-search {
      padding-left: 35px; }
  
  .element-ready-block-header {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    vertical-align: top;
    padding-left: 15px; }
    .element-ready-block-header .element-ready-submenu {
      top: 100%;
      right: 0; }
  
  .header-control {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  
  .element-ready-form-search .form-content {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 584px;
    padding: 0;
    border: 1px solid #eee;
    height: 43px;
    border-radius: 30px; }
    .element-ready-form-search .form-content .input {
      border: none;
      width: 100%;
      padding-left: 20px;
      background: transparent; }
  
  .form-search-width-category .category {
    display: table-cell;
    vertical-align: middle;
    width: 154px;
    position: absolute;
    top: 2px;
    right: 60px; }
    .form-search-width-category .category .chosen-container {
      width: 154px !important; }
  .form-search-width-category .inner {
    display: table-cell;
    vertical-align: middle; }
  .form-search-width-category .btn-search {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding: 8px 0;
    margin: 0;
    border-radius: 0 30px 30px 0;
    background: #8eb359;
    border: 0; }
  
  .element-ready-main-menu > li > a {
    padding: 18px 20px; }
  
    .block-minicart {
      position: relative; }
      .block-minicart .shopcart-icon:before {
        content: "\f07a";
        font-family: 'FontAwesome';
        font-size: 26px;
        font-weight: normal;
        position: relative;
        top: 0; }
      .block-minicart .shopcart-icon .count {
        top: -5px;
        right: 0;
        font-size: 12px;
        background: #8eb359; }
    
    .element-ready-block-header:first-child {
      padding-left: 0; }
    
    .header-nav-wapper {
      display: flex;
      width: 100%;
      justify-content: flex-start; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-nav-wapper {
          justify-content: space-between; } }
      @media (max-width: 767px) {
        .header-nav-wapper {
          justify-content: space-between; } }
    
    .element-ready-shopcart-description .content-wrap .title {
      font-size: 18px;
      color: #222;
      padding: 15px 20px;
      border-bottom: 1px solid #f1f1f1;
      margin: 0; }
    .element-ready-shopcart-description .content-wrap ul {
      padding: 0 20px;
      margin: 0;
      overflow-y: auto;
      max-height: 100vh; }
      .element-ready-shopcart-description .content-wrap ul li {
        list-style: none;
        overflow: hidden;
        padding: 20px 0;
        border-bottom: 1px solid #f1f1f1; }
    
    .element-ready-subtotal {
      padding: 15px 20px;
      overflow: hidden; }
      .element-ready-subtotal .total-title {
        font-size: 14px;
        color: #333;
        font-weight: 700; }
      .element-ready-subtotal .total-price {
        font-size: 20px;
        color: #111;
        font-weight: 600; }
    
    .element-ready-actions {
      padding: 0 20px 30px; }
      .element-ready-actions .button-viewcart {
        width: 140px;
        background: transparent;
        color: #333;
        border: 1px solid #ebebeb;
        padding: 7px 20px;
        border-radius: 30px; }
        .element-ready-actions .button-viewcart:hover {
          color: #ffffff; }
      .element-ready-actions .button-checkout {
        width: 110px;
        float: right;
        color: #555;
        border-radius: 30px;
        padding: 7px 20px;
        border: 1px solid #ebebeb; }
    
    .element_ready_mini_cart_item .product-media {
      float: left;
      width: 80px; }
    .element_ready_mini_cart_item .element-ready-product-details {
      overflow: hidden;
      padding-left: 10px; }
    .element_ready_mini_cart_item .product-name {
      font-size: 15px;
      color: #333;
      text-transform: capitalize;
      margin-bottom: 0; }
    .element_ready_mini_cart_item .variations {
      font-size: 13px;
      color: #888888;
      margin-bottom: 0px; }
      .element_ready_mini_cart_item .variations .attribute_color {
        text-transform: capitalize; }
      .element_ready_mini_cart_item .variations .attribute_size {
        text-transform: uppercase; }
    .element_ready_mini_cart_item .product-price {
      font-size: 16px;
      color: #111111; }
    .element_ready_mini_cart_item .product-quantity {
      color: #888881;
      font-size: 16px; }
    .element_ready_mini_cart_item .product-remove {
      display: inline-block;
      float: right;
      color: #ccc;
      font-size: 15px; }
    
    .element-ready-minicart-items .mCSB_scrollTools {
      right: -5px; }
      .element-ready-minicart-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #0a0a0a; }
      .element-ready-minicart-items .mCSB_scrollTools .mCSB_draggerRail {
        background: #aaaaaa; }
    .element-ready-minicart-items .mCSB_inside > .mCSB_container {
      margin-right: 20px; }
    
    .block-minicart .shopcart-icon {
      font-size: 0px;
      font-family: 'Jost';
      color: #555555;
      position: relative;
      text-transform: uppercase;
      font-weight: 600;
      border: 0;
      padding: 0;
      height: auto;
      display: inline-block;
      line-height: 37px;
      width: 40px;
      border-radius: 30px; }
      .block-minicart .shopcart-icon::after {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        display: inline-block;
        color: #888;
        top: 0;
        right: 30px;
        font-weight: normal; }
      .block-minicart .shopcart-icon .count {
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        top: -5px;
        right: -5px;
        color: #ffffff;
        font-size: 14px;
        line-height: 22px; }
    .block-minicart .element-ready-submenu {
      min-width: 300px;
      margin: 10px 0 0; }
    .block-minicart .no-product.element-ready-submenu {
      text-align: center;
      padding: 20px; }
    .block-minicart .no-product .text {
      color: #888;
      font-weight: 700;
      margin-bottom: 0; }
      .block-minicart .no-product .text span {
        text-transform: uppercase; }
  
  .block-search .icon-search::before {
    content: "\f12d";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle; }
  .block-search .element-ready-submenu {
    min-width: 425px;
    margin-top: 17px; }
  .block-search .title-search {
    font-size: 18px;
    color: #0a0a0a;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0; }
  
  .element-ready-form-search .form-content {
    padding: 10px 20px; }
    .element-ready-form-search .form-content .inner {
      display: inline-block;
      width: 100%; }
    .element-ready-form-search .form-content .input {
      width: 261px;
      color: #888; }
    .element-ready-form-search .form-content .btn-search {
      width: 110px;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%); }
  
  .block-account > a {
    font-size: 26px;
    color: #555555;
    line-height: 40px; }
  .block-account .element-ready-submenu {
    min-width: 270px;
    margin-top: 17px; }
  
  .header-user-form-tabs .tab-link {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1; }
    .header-user-form-tabs .tab-link li {
      display: inline-block;
      list-style: none;
      padding-right: 15px;
      font-size: 16px;
      font-weight: 500;
      color: #aaa;
      text-transform: capitalize; }
      .header-user-form-tabs .tab-link li a {
        color: #aaa; }
  
  .header-account form {
    padding: 15px 20px; }
    .header-account form .form-row-wide {
      margin-bottom: 10px; }
    .header-account form .input-text {
      width: 100%;
      color: #888;
      font-size: 13px;
      padding-left: 15px;
      height: 45px;
      border: 1px solid #eee; }
  .header-account .form-checkbox {
    display: block; }
  .header-account .form-row .button {
    display: block;
    width: 100%;
    background: #8eb359;
    height: 50px;
    color: #fff;
    border: 0; }
  .header-account .login .lost_password {
    font-size: 13px;
    color: #0a0a0a;
    font-weight: 700;
    margin-bottom: 10px; }
    .header-account .login .lost_password a {
      color: #8eb359;
      margin-top: 20px; }
  
  .form-checkbox .input-checkbox {
    display: none; }
  .form-checkbox span {
    position: relative;
    padding-left: 31px;
    cursor: pointer; }
    .form-checkbox span::before {
      position: absolute;
      content: '';
      width: 21px;
      height: 21px;
      border: 1px solid #f1f1f1;
      left: 0px;
      top: -2px; }
  .form-checkbox input[type="checkbox"]:checked + span::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 6px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px; }
  .form-checkbox:hover span::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 6px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px; }
  
  .element-ready-main-menu {
    position: inherit;
    display: table;
    padding: 0; }
    .element-ready-main-menu .submenu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      min-width: 200px;
      white-space: nowrap;
      z-index: 1001;
      -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
      padding: 0;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .35s;
      -o-transition: .35s;
      transition: .35s;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px); }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .element-ready-main-menu .submenu {
          min-width: 190px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .element-ready-main-menu .submenu {
          min-width: 165px; } }
      .element-ready-main-menu .submenu .submenu {
        left: 100%;
        top: 0; }
      .element-ready-main-menu .submenu > li > a {
        display: block;
        padding: 11px 20px;
        color: #555555; }
      .element-ready-main-menu .submenu > li:hover > a {
        background-color: #f1f1f1; }
      .element-ready-main-menu .submenu > li.active > a {
        background-color: #f1f1f1; }
      .element-ready-main-menu .submenu > li.menu-item-has-children > a:after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f105";
        float: right; }
    .element-ready-main-menu .menu-item:hover > .submenu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      .element-ready-main-menu .menu-item:hover > .submenu.mega-menu {
        top: 100%;
        transform: rotateX(0) translateZ(0); }
    .element-ready-main-menu li {
      list-style: none;
      position: relative;
      height: 60px; }
      .element-ready-main-menu li.item-megamenu {
        position: static; }
    .element-ready-main-menu > li {
      display: inline-block; }
      .element-ready-main-menu > li > a {
        font-size: 14px;
        padding: 18px 20px;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #000; }
    .element-ready-main-menu > li.menu-item-has-children > a:after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f107";
      margin-left: 5px;
      font-size: 15px;
      font-weight: normal;
      vertical-align: top; }
  
  .submenu.mega-menu {
    padding: 30px 20px; }
  
  .home-menu .home-item {
    padding: 0 10px; }
  
  .gnash-demolink {
    text-align: center;
    margin-top: 30px; }
    .gnash-demolink .image {
      position: relative;
      margin-bottom: 5px; }
      .gnash-demolink .image::before {
        content: '';
        background-color: #0a0a0a;
        transition: all 0.9s ease-out 0s;
        -webkit-transition: all 0.9s ease-out 0s;
        -o-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 100; }
      .gnash-demolink .image:hover::before {
        opacity: 0.5;
        visibility: visible; }
      .gnash-demolink .image:hover a {
        opacity: 1;
        visibility: visible; }
      .gnash-demolink .image a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background: #0a0a0a;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        z-index: 1001;
        min-width: 134px; }
    .gnash-demolink .title {
      font-size: 16px;
      color: #0a0a0a;
      font-weight: 700;
      margin-bottom: 0; }
  
  .megamenu-background .row {
    width: 100%; }
  
  .submenu.menu-page {
    padding: 40px 40px 10px;
    max-width: 98%;
    left: 0;
    top: 110%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .submenu.menu-page {
        padding: 20px; } }
  
  .submenu.menu-page.megamenu-homepage {
    padding: 0 30px 30px;
    min-width: auto;
    max-width: 60%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .submenu.menu-page.megamenu-homepage {
        max-width: 90%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .submenu.menu-page.megamenu-homepage {
        max-width: 90%; } }
    .submenu.menu-page.megamenu-homepage .home-page-item .home-page-thumb a {
      display: block; }
    .submenu.menu-page.megamenu-homepage .home-page-item .home-page-thumb img {
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
      width: 100%;
      transition: all linear 0.2s; }
    .submenu.menu-page.megamenu-homepage .home-page-item .home-page-text .title {
      padding-top: 15px; }
      .submenu.menu-page.megamenu-homepage .home-page-item .home-page-text .title a {
        color: #404040;
        transition: all linear 0.2s; }
    .submenu.menu-page.megamenu-homepage .home-page-item:hover .home-page-thumb img {
      transform: translateY(-15px); }
    .submenu.menu-page.megamenu-homepage .home-page-item:hover .home-page-text .title a {
      color: #8eb359; }
  
  .gnash-custommenu .widgettitle {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    .gnash-custommenu .widgettitle::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 2px solid #8eb359;
      width: 30px; }
  .gnash-custommenu ul {
    padding: 0;
    margin: 0; }
    .gnash-custommenu ul li {
      line-height: 32px;
      color: #555; }
      .gnash-custommenu ul li a {
        line-height: 28px;
        color: #555; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .gnash-custommenu ul li a {
            font-size: 14px; } }
        .gnash-custommenu ul li a:hover {
          color: #8eb359; }
  
  .badge-manu {
    background: #8eb359;
    color: #fff; }
  
  .element-ready-main-menu > li .badge {
    position: absolute;
    right: 0;
    top: 5px; }
  
  .form-search-width-category .chosen-container-single .chosen-single {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 20px;
    line-height: 40px !important;
    height: 40px !important;
    border-left: 1px solid #e3e3e3;
    border-radius: 0; }
    .form-search-width-category .chosen-container-single .chosen-single > span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: #888;
      margin-right: 20px; }
    .form-search-width-category .chosen-container-single .chosen-single div {
      right: 20px; }
      .form-search-width-category .chosen-container-single .chosen-single div b::after {
        margin-top: -8px; }
  
  .header-nav-container {
    background: #f5f5f5;
    position: relative; }
  
  .element-ready-vertical-wapper {
    display: table-cell;
    vertical-align: middle;
    width: 270px;
    position: relative; }
  
  .header-nav {
    vertical-align: middle;
    border-top: 1px solid #f1f1f1;
    padding-left: 20px; }
  
  .element-ready-vertical-wapper .block-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    height: 60px;
    line-height: 28px;
    cursor: pointer;
    display: block;
    padding: 15px 30px 14px;
    letter-spacing: 0.05em;
    background: #8eb359; }
    .element-ready-vertical-wapper .block-title .text {
      display: inline-block;
      vertical-align: top; }
  .element-ready-vertical-wapper .icon-bar {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    padding-top: 2px; }
    .element-ready-vertical-wapper .icon-bar span {
      width: 20px;
      display: block;
      background: #fff;
      height: 2px;
      margin-bottom: 5px; }
      .element-ready-vertical-wapper .icon-bar span:nth-child(2) {
        width: 16px; }
  
  .verticalmenu-content {
    background-color: #fff;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    z-index: 9999999;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.3s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1); }
  
  .verticalmenu-content.show-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible; }
  
  .vertical-menu {
    padding: 0;
    list-style: none; }
    .vertical-menu .menu-item {
      list-style: none;
      position: relative;
      height: 45px; }
      .vertical-menu .menu-item a {
        line-height: 41px;
        font-size: 16px;
        color: #555555;
        text-transform: capitalize;
        position: relative;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        margin: 0 25px; }
        .vertical-menu .menu-item a:hover {
          color: #8eb359; }
      .vertical-menu .menu-item:last-child a {
        border: none; }
    .vertical-menu .submenu {
      position: absolute;
      z-index: 100;
      background-color: #fff;
      padding: 0;
      left: 100%;
      top: 0;
      min-width: 100%;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      -moz-transition: opacity .5s;
      transition: opacity .5s;
      opacity: 0;
      display: block;
      visibility: hidden;
      list-style: none; }
    .vertical-menu .menu-item-has-children:hover > .submenu {
      opacity: 1;
      visibility: visible;
      -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .vertical-menu .menu-item-has-children > a::before {
      content: '\f105';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      top: 0;
      right: 0;
      font-size: 15px;
      color: #aaa; }
  
  .nav-tabs .nav-item.show .nav-link {
    color: #8eb359; }
  .nav-tabs .nav-link.active {
    color: #8eb359; }
  
  .element-ready-main-menu .submenu li {
    height: 45px; }
  
  .mobile-navigation {
    height: 50px;
    width: 50px;
    border: 2px solid #555555;
    text-align: center;
    padding: 8px 12px;
    margin-left: 15px; }
    .mobile-navigation span {
      height: 2px;
      width: 24px;
      margin: 6px 0;
      background: #555555;
      display: block; }

      
.offcanvas_menu_wrapper .offcanvas_menu_wrapper-shell{
   
    overflow-y: scroll;
    height: 100%;
  
}
.element-ready-offcanvus-btns {
  margin-top: 50px; }
  .element-ready-offcanvus-btns ul li a {
    width: 100%;
    margin-bottom: 20px; }

.element-ready-offcanvus-theme .title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block; }
  .element-ready-offcanvus-theme .title::before {
    position: absolute;
    content: '';
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    background: #8b5bff; }

.element-ready-offcanvus-theme-item .offcanvus-thumb img {
  width: 100%; }
.element-ready-offcanvus-theme-item .offcanvus-content {
  padding-top: 5px; }
  .element-ready-offcanvus-theme-item .offcanvus-content .product-text a {
    color: #404040; }
    .element-ready-offcanvus-theme-item .offcanvus-content .product-text a span {
      color: #555; }
  .element-ready-offcanvus-theme-item .offcanvus-content .product-price span {
    color: #8b5bff; }

.bar_open_close {
  position: absolute;
  left: -152px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  text-align: center;
  line-height: 50px;
  background: #8b5bff;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transform: rotate(-90deg);
  padding: 0px 20px;
  border-radius: 10px 10px 0px 0; }
  .bar_open_close span {
    white-space: nowrap; }
    .bar_open_close span i {
      padding-right: 8px; }