/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-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 license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.tt-container-menu {
	background: #926dde;
	height: 50px;
}
.title-menu-mobile{
	display:none;
}
.container_tt_megamenu {
	float: none;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.ttproduct-block .tt-menu-col {
	float: left;
	padding: 0;
	width: 100%;
}
.tt-menu-horizontal .thumbnail-container.clearfix {
	margin: 10px 0 0 0;
}
.menu-dropdown .menu-item .thumbnail-container .ttproduct-image .ttproductcountdown {
  display: none!important;
}
.title-menu-mobile i {
  float: left;
  margin: 0 5px 0 0;
}
.container_tt_megamenu .tt-sub-menu .html-block a img{
	margin:10px 0 0 0;
}
.tthome-main .html-block .ttbanner a img{
	margin:0;
}
.tt-menu-row .tt-menu-col {
    margin: 0 0 5px;
	padding:0;
}
.tt-menu-horizontal .tt-menu-row:hover .owl-nav {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    display: block;
}
.tt-menu-horizontal .tt-menu-row .owl-nav {
    opacity: 0;
    transition: all 400ms ease-in-out;
}
@media (max-width:991px){
.container_tt_megamenu .tt-sub-menu .html-block .ttbanner-img1{
	margin:0;
}
.tt-menu-horizontal .tt-menu-row .owl-nav {
    opacity: 1;
    display: block;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tt-verticalmenu {
		position: absolute !important;
		top: -48px !important;
		z-index: 9999 !important;
	}
	.container_tt_megamenu .tt-sub-menu .html-block a img{
		margin:0;
	}
}
.tt-menu-horizontal {
  display: block;
  float: left;
  width: 100%;
}
.container_tt_megamenu .tt-sub-menu .html-block p,
.container_tt_megamenu .tt-sub-menu .html-block a
 {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
.content_price.product-price-and-shipping span, 
.content_price.product-price-and-shipping p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	color:#d0141d;
	font-size: 14px;
}
.content_price.product-price-and-shipping span.old-price.regular-price {
	color: #666;
	line-height: 20px;
}
.content_price.product-price-and-shipping span.sale {
	font: 600 12px/20px "oswald", Helvetica, sans-serif;
	color: #111;
}
.menu-subtitle {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  float: none;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  padding: 0 4px;
  position: absolute;
  right: -36px;
  vertical-align: top;
  display:none;
}
.tthome-main .html-block:hover img {
	box-shadow: 0 0 6px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 6px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.5);
}
.menu-subtitle::after {	
	content: "\E037";
	bottom: -8px;
	color: #ff0000;
	font-family: "Material Icons";
	font-size: 18px;
	left: 0;
	position: absolute;
	right: auto;
}
.tt-menu-horizontal li.level-1 .img-icon {
	max-width: 20px;
	float: left;

	margin-right:15px;
}
.tt-menu-horizontal ul li.level-1 > a, 
.tt-menu-horizontal ul li.level-1 .more-menu .categories {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font: 500 16px/18px "oswald",Helvetica,sans-serif;
	padding: 15px 15px;
	position: relative;
	vertical-align: top;
	width: 100%;
	position:relative;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	overflow: hidden;
	z-index: 1;
}
@media (min-width:992px){
.tt-menu-horizontal ul li.level-1 > a::after{
	background: #ffb800;
	transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	border-radius: 50px;
	opacity: 0;
	z-index: -1;
	right: 0;
}
.tt-menu-horizontal ul li.level-1:hover > a::after{
	opacity: 1;
	width: 100%;
}
.tt-menu-horizontal .more_menu.level-1 li.parent:hover > ul.cat-drop-menu {
    border: 1px solid 
    #e5e5e5 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block !important;
    left: auto;
    padding: 15px 0;
    right: 199px;
    top: 70px;
}
.tt-menu-horizontal .more_menu.level-1 li.parent > ul.cat-drop-menu {
    right: 100%;
    top: 0;
    border-top: 1px solid #e5e5e5;
}
}
.tt-menu-horizontal ul li.level-1:hover > a {
	color: #111;
	border-radius: 25px; 
}
.cat-drop-menu li {
	position: relative;
}
#header .tt-menu-horizontal .menu-dropdown .five-column li:last-child > a {
    border-bottom: none;
	padding:0;
}
.tt-menu-horizontal .menu-content .level-1 .tt-sub-menu .tt-menu-row.row {
  padding: 0;
}
#header .tt-menu-horizontal ul li.item-header > a {
	border-bottom: 1px solid #e5e5e5;
	color: #111 !important;
	font-family: "oswald";
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 7px 0;
}
#header .tt-menu-horizontal .ttmenubanner ul li.item-header > a {
  border: medium none;
}
.tt-menu-horizontal ul li.level-1 ul li.item-header {
	float: left;
	margin: 15px 0 5px;
	width: 100%;
}
.tt-menu-horizontal ul li.level-1 ul li.item-header:first-child {
    margin: 5px 0;
}
#header .tt-menu-horizontal .ttmenuservice ul li.item-header > a {
	border: none;
}
.tt-menu-horizontal ul li.level-1 ul li > a {
	color: #666666;
	float: left;
	font: 400 13px/20px "Poppins", Helvetica, sans-serif;
	position: relative;
	width: 100%;
	display: block;
	padding: 3px 0;
}
.tt-menu-horizontal ul li.more_menu.level-1 ul li > a {
    padding: 3px 15px;
}
#header .tt-menu-horizontal ul li.level-1 ul li > a:hover {
	color: #111;
}
.tt-menu-horizontal .tt-menu-col:first-child {} .tt-menu-horizontal ul li.level-1 ul li.parent:hover:after {
	color: #111;
}
.tt-menu-horizontal .menu-content .level-1 .tt-sub-menu .tt-menu-col ul{
	padding: 0 15px 0;
}
#tt-menu-horizontal .container {
	padding-left: 0;
	padding-right: 0;
}
.tt-menu-horizontal .ttmenubanner .item-header a {
  padding: 0;
}
.tt-menu-horizontal .level-1 .tt-sub-menu .tt-menu-row.five-column .tt-menu-col {
  width:33.3333%;
}
.tt-menu-horizontal .level-1 .tt-sub-menu .tt-menu-row.four-column .tt-menu-col {
  width: 33.3333%;
}
.tt-menu-horizontal .level-1 .tt-sub-menu .tt-menu-row.five-column .tt-menu-col.ttmenuservice {
  width: 100%;
}
.tt-menu-horizontal .thumbnail-container .ttproduct-image {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button {
  border: medium none;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  outline:none;
}
.tt-menu-horizontal .tt-menu-row .owl-buttons {
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.tt-menu-horizontal .tt-menu-row:hover .owl-buttons {
  opacity: 1;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button i {
	display:block;
	font-size:28px;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button:hover{
	background:none;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button.owl-prev {
  left: -10px;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button.owl-next {
  right: -10px;
}
#header .tt-menu-horizontal .menu-dropdown .owl-wrapper-outer {
    padding: 10px 0;
}
#tt-menu-horizontal .tt-sub-menu.menu-dropdown.tt-sub-left {
    padding: 20px 10px 15px;
}
#tt-menu-horizontal .tt-sub-menu.menu-dropdown .products .product-title a{
	padding: 10px 0 0;
}
@media (max-width:991px){
#header .tt-menu-horizontal .menu-dropdown .owl-wrapper-outer {
    padding: 0;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button.owl-next {
  right: -5px;
}
#tt-menu-horizontal .tt-sub-menu.menu-dropdown.tt-sub-left {
    padding: 0 15px 5px;
}
.tt-menu-horizontal .tt-menu-row .owl-nav button.owl-prev {
  left: -5px;
}
.tt-menu-horizontal .menu-content .level-1 .tt-sub-menu .tt-menu-row.row {
    padding: 0 5px;
}
.container_tt_megamenu .tt-sub-menu .html-block .ttbanner-img1{
    padding: 0;
}
#header .tt-menu-horizontal .menu-dropdown.cat-drop-menu {
	 padding:0 0 0 10px;
	 overflow-y: hidden;
	 box-shadow: none;
}
.container_tt_megamenu .tt-sub-menu .html-block a img {
	margin: 5px 0 0 0;
}
}
.tt-menu-horizontal .tt-sub-menu .thumbnail-container .product-description {
	width: 100%;
}
.tt-menu-horizontal .tt-sub-menu .thumbnail-container .product-price-and-shipping {
	width: 100%;
	color: #111;
	margin:0;
}
.tt-menu-horizontal .tt-sub-menu .thumbnail-container .product-description .product-title .product-name {
	font-size: 14px;
	line-height: 20px;
	color: #222;
}
.tt-menu-horizontal .tt-sub-menu .thumbnail-container .product-description .product-title {
	margin: 5px 0 !important;
}
.tt-menu-horizontal .ttmenu-content .menu-content {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: auto;
}
.tt-menu-horizontal .more_menu.level-1 ul.cat-drop-menu {
	min-width: 200px;
	padding:12px 0;
}
/****reponsive****/
@media (min-width: 992px) and (max-width: 1199px) {
.topmenu .title_block, .title-menu-mobile{
	font-size:16px;
}
}
@media (min-width: 992px) {
	.icon-drop-mobile {
		display: inline-block;
		float: none;
		height: 100%;
		position: relative;
		vertical-align: middle;
		width: 15px;
		display:none;
	}
	.tt-menu-horizontal .ttmenu-content {
		float: left;
		width: 100%;
		z-index: 9;
	}
	.tt-menu-horizontal .ttmenu-content {
		display:block !important;
	}
	.tt-menu-horizontal .menu-dropdown {
		background: #fff none repeat scroll 0 0;
		float: left;
		padding: 30px 15px;
		top: 0;
		width: 100%;
	}
	.tt-menu-horizontal li.level-1 {
		cursor: pointer;
		float: left;
		padding:34px 0 28px;
		margin: 0 3px 0 0;
	}
	.tt-menu-horizontal li.more_menu.level-1 > a{
		padding: 15px 30px 15px 15px;;
	}
	.tt-menu-horizontal li.more_menu.level-1 {
	  position: relative;
	}
	 .tt-menu-horizontal .menu-dropdown {
    top: 83px;
	}
	.tt-menu-horizontal .menu-dropdown {
		background: #fff none repeat scroll 0 0;
		left:0;
		padding: 30px 15px;
		position: absolute;
		top: 70px;
		z-index: 1;
		border:1px solid #e5e5e5;
		border-top:2px solid #ffb800;
		right: 0;
		text-align: left;
		margin: auto;
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform-origin: 20% 20% 0;
		-ms-transform-origin: 20% 20% 0;
		-webkit-transform-origin: 20% 20% 0;
		-o-transform-origin: 20% 20% 0;
		-moz-transform-origin: 20% 20% 0;
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		visibility: visible !important;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
		-webkit-box-shadow: 0 0 7px	rgba(0, 0, 0, 0.12);
	}
	.fixed .tt-menu-horizontal .menu-dropdown{
		top: 90px;	
	}
	.tt-menu-horizontal ul li.level-1:hover > .menu-dropdown, 
	.tt-menu-horizontal ul li.level-2:hover > .menu-dropdown {
		opacity: 1 !important;
		-moz-opacity: 1 !important;
		-khtml-opacity: 1 !important;
		-webkit-opacity: 1 !important;
		z-index: 5;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		visibility: visible;
		top: 100%;
	}
	
.more_menu .menu-dropdown li:hover .menu-dropdown.tt-sub-auto {
    border: 1px solid #e5e5e5 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block !important;
    left: auto;
    padding: 15px 0;
    right: 100%;
    top: 70px;
}
	.tt-menu-horizontal li.level-1.parent > a::before {
	  content: "\E313";
	  float: right;
	  font-family: "Material Icons";
	  left: auto;
	  margin-left: 2px;
	  right: 0;
	  vertical-align: top;
	  display:block;
	  width: 10px;
	
	}
	.tt-menu-horizontal li.level-1.parent:hover > a::before {
		content: "\E316";
	}
	.tt-menu-horizontal .menu-dropdown .tt-menu-col.border {
		padding-left: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.tt-menu-horizontal .menu-dropdown .tt-menu-col.border .ul-column {
		border-left: 1px solid #666;
	}
	.tt-menu-horizontal .menu-dropdown .tt-menu-col.border .ul-column li {
		padding-left: 20px;
	}
	.tt-menu-horizontal .menu-dropdown .tt-menu-col.border ul li.item-header a {
		border-bottom: 1px solid #666;
		margin-bottom: 15px;
	}
	.tt-menu-horizontal .menu-dropdown .tt-menu-col.none-border {
		padding: 0;
	}
	.tt-menu-horizontal .tt-menu-col.none-border ul li.item-header a {
		border: none;
	}
	.tt-menu-horizontal .menu-dropdown .product-container .product-name a {
		text-align: center;
		float: none;
	}
	.tt-menu-horizontal .menu-dropdown .product-container .content_price {
		clear: both;
		text-align: center;
	}
	.tt-menu-horizontal .menu-dropdown ul li.product-block {
	  float: left;
	  width: 100%;
	}
	.tt-menu-horizontal .menu-dropdown .product-block{
	  padding: 0;
	}
	.tt-menu-horizontal .cat-drop-menu li {
		position: relative;
		width: 1130px;
	}
	.tt-menu-horizontal li.level-2 .menu-dropdown {
		left: 100%;
		top: -1px;
		box-shadow: 0 2px 8px #e0e0e0;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-right {
		right: 0;
		padding-bottom: 20px;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-center {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.tt-menu-horizontal ul li.level-1 ul li.parent > a:after {
		content: "\f054";
		bottom: 0;
		color: #b3b3b3;
		font-family: FontAwesome;
		font-size: 10px;
		height: 15px;
		margin: auto;
		position: absolute;
		right: 15px;
		top: 0;
		vertical-align: middle;
		width: 10px;
	}
	#more_menu {
		position: relative;
	}
	#more_menu .menu-dropdown {
		right: 0;
	}
	#more_menu .menu-dropdown .menu-dropdown {
		display: none;
	}
	.tt-menu-horizontal li.level-1:last-child::after {
		display: none;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-auto {
		width: 620px;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-left {
		width: 620px;
	}
}
.fixed .tt-menu-horizontal .menu-dropdown{
	top:120px;
}
.tthome-main .html-block:hover img {
	box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
}
.tthome-main .html-block img {
	padding: 5px;
}
.tthome-main .html-block:hover .ttbanner img{
	box-shadow:none;
}
.tthome-main .html-block  .ttbanner img {
	padding:0;
}
.tthome-main .html-block .ttbanner{
	padding:0;
}
@media(min-width:1201px){
	.tt-menu-horizontal .menu-dropdown.tt-sub-auto {
		width: 750px;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-left {
		width: 810px;
	}
}
@media (max-width: 991px) {
	.tt-menu-horizontal ul li.parent.open ul.menu-dropdown .parent .icon-drop-mobile::after {
		content: "\E313";
		font-family: "Material Icons";
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		font-size: 18px;
		color: #666;
		cursor: pointer;
	}
	.tt-menu-horizontal .ttmenu-content .menu-content {
		float: left;
		width: 100%;
	}
	#header .tt-menu-horizontal ul li.level-1.more_menu ul li a {
    	padding: 6px 15px;
	}
	#header .tt-menu-horizontal .menu-dropdown {
		padding:0 0 0 15px;
	}
	#header .tt-menu-horizontal .tt-sub-menu.menu-dropdown {
    	padding: 0;
	}
	.tt-menu-horizontal .tt-menu-row .owl-buttons {
		opacity: 1;
	}
	.tt-menu-horizontal .menu-content .level-1 .tt-sub-menu .tt-menu-col ul li.product-block {
		float: left;
		padding:10px 0 0;
		width: 100%;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-left {
		margin: 0 0 10px;
		padding: 0 10px;
		width: 100%;
	}
	.tt-menu-horizontal .level-1 .tt-sub-menu .tt-menu-row.four-column .tt-menu-col{
		width:100%;
		padding:0;
	}
	.tt-menu-horizontal .menu-dropdown.tt-sub-auto{
		width:100%;
		padding:0;
	}
			.tt-menu-horizontal .title-menu-mobile,
	.icon-drop-mobile {
		display: block !important;
	}
	.tt-menu-horizontal ul li.level-1 > a, .tt-menu-horizontal ul li.level-1 .more-menu .categories {
	  font: 500 14px/16px "Poppins", Helvetica, sans-serif;
	  transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	}
	.tt-menu-horizontal .ttmenu-content{
		background: #ffffff none repeat scroll 0 0;
		border: 1px solid #e5e5e5;
		/* display: none; */
		left: 0;
		margin: 0;
		padding: 10px 0 0;
		position: absolute;
		right: 0;
		text-align: left;
		top: 100%;
		z-index: 999;
	}
	.tt-menu-horizontal li.level-1 {
		cursor: pointer;
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.tt-menu-horizontal li.level-5,
	.tt-menu-horizontal li.level-4,
	.tt-menu-horizontal li.level-3,
	.tt-menu-horizontal li.level-2 {
		position: relative;
		cursor: pointer;
		width: 100%;
		float: left;
	}
	.tt-menu-horizontal ul li ul li:last-child {
		border-bottom: medium none !important;
	}
	.tt-menu-horizontal li.level-5 a,
	.tt-menu-horizontal li.level-4 a,
	.tt-menu-horizontal li.level-3 a,
	.tt-menu-horizontal li.level-2 a {
		padding: 5px 0;
	}
	#header .tt-menu-horizontal ul li.level-1 > a {
		color: #666666;
		float: left;
		padding: 20px 15px;
		width: 100%;
		background-color: #2f2f2f;
	}
	.tt-menu-horizontal ul li.level-1 > a, 
	.tt-menu-horizontal ul li.level-1 .more-menu .categories {
		color:#666;
	}
	#header .tt-menu-horizontal ul li.level-1:hover > a{
		color:#111;
		background-color: #2f2f2f;
	}
	.menu-content .owl-wrapper-outer .owl-wrapper .owl-item {
	  text-align: center;
	}
	.tt-menu-horizontal .tt-menu-col {	
			display: inline-block;	
			float: none;	
			margin: 0;	
			vertical-align: top;	
			padding: 0;	
			width: 100%;	
		}	
		.tt-menu-horizontal .tthome-main .menu-dropdown.tt-sub-auto .tt-menu-col{	
			width: 33%;	
			float: left;	
		}	
		.tt-menu-horizontal .tt-menu-col.CAT{	
			width: 100% !important;	
		}
	.tt-menu-horizontal .menu-content.tt-active {
		display: block !important;
	}
	.tt-menu-horizontal .menu-dropdown {
		display: none;
		width:100%;
	}
	.tt-menu-horizontal li.level-1 > a {
		padding: 0;
		line-height: 22px;
	}
	.tt-menu-horizontal ul li.level-1:hover {} .tt-menu-horizontal ul li.level-1:hover > a {} 
	.title-menu-mobile span {
		color: #ffffff;
		display: block;
		float: left;
		font-size: 18px;
		display: none;
	}
	.title-menu-mobile i {
		color: #fff;
		float: left;
		margin: 0;
	}
	.icon-drop-mobile {
		float: right;
		height: fit-content;
		width: fit-content;
		margin: auto;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index:1;
	}
	.level-2.parent .icon-drop-mobile {
		top: 10px;
	}
	.tt-menu-horizontal ul li.level-1:hover .icon-drop-mobile:after {} .tt-menu-horizontal ul li.parent .icon-drop-mobile:after {
		content: "\E313";
		font-family: "Material Icons";
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		font-size: 24px;
		color: #666;
		cursor: pointer;
	}
	.tt-menu-horizontal ul li.parent.open .icon-drop-mobile:after {
		content: "\E316";
	}
	.tt-menu-horizontal ul li ul {
		float: left;
		width: 100%;
	}
	.tt-menu-horizontal ul li.level-1 ul li a {
		color: #666;
	}
	.tt-menu-horizontal ul li.level-1 ul li a:hover {
		color: #111;
	}
	.tt-menu-horizontal ul li.level-1 ul li.parent:hover:after {
		color: #111;
	}
	.tt-menu-horizontal li.level-1:hover > a:before {
		display: none;
	}
	.menu-subtitle {
	  float: left;
	  line-height: 16px;
	  margin: 1px 5px;
	  position: static;
	}
	.container_tt_megamenu {
	  padding: 0;
	  width: auto;
	  position:static;
	  float:left;
	}
	.tt-menu-horizontal .title-menu-mobile{
		background:none;
	}
	.tt-menu-horizontal {
	  position: static;
	}
	.tt-menu-horizontal .menu-content .js-top-menu-bottom {
	  border-top: 1px solid #e5e5e5;
	  float: left;
	  padding: 10px 0;
	  text-align: center;
	  width: 100%;
	  margin:10px 0 0;
	}
	.tt-menu-horizontal .menu-content .js-top-menu-bottom > div {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.tt-menu-horizontal .level-1 .tt-sub-menu .tt-menu-row.five-column .tt-menu-col {
	  width: 100%;
	  margin:0;
	  padding:0 5px;
	}
	.tt-menu-horizontal ul li.level-1 ul li > a {
		color: #666666;
		padding: 3px 0;
		font-size: 13px;
		text-align: left;
		font-weight: 500;
		line-height: 16px;
	}
	.ttblog .dropdown-item {
		font-size: 14px !important;
	}
	#header .tt-menu-horizontal .level-2.parent .cat-drop-menu li a span {
    font-size: 13px;
}
}
@media (max-width:767px){
	.tt-menu-horizontal .tthome-main .menu-dropdown.tt-sub-auto .tt-menu-col {
    	width: 33.3333%;
	}
}
@media (max-width:543px){
	.tt-menu-horizontal .ttmenu-content{
		top: 100%;	
	}
	.tt-menu-horizontal .tthome-main .menu-dropdown.tt-sub-auto .tt-menu-col {
    	width: 50%;
	}
	.tt-menu-horizontal .menu-content .level-1 .tt-sub-menu .tt-menu-col ul{
		padding:0 8px 0;
	}
	.tt-menu-horizontal ul li.level-1 > a, .tt-menu-horizontal ul li.level-1 .more-menu .categories {
		font-size: 13px;
	}
}
@media (max-width:400px){
	.tt-menu-horizontal .menu-layout .tt-menu-col {
    width: 100%;
}
}
.tt-menu-horizontal ul li.level-1.menu-banner > .menu-dropdown {} .tt-menu-sticky {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 0;
	z-index: 999;
	padding-top: 0 !important;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.tt-menu-sticky li.level-1 {
	float: none !important;
}
@media only screen and (max-width: 991px) {
	.megamenu .container {
		padding: 0;
	}
	.tt-menu-horizontal .menu-content.tt-active {
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	}
	.tt-menu-horizontal .title-menu-mobile {
		float: left;
		padding: 13px 0;
		cursor: pointer;
	}

	#header .tt-menu-horizontal ul li.item-header a {
		color: #111 !important;
	}
	.tt-menu-horizontal ul li > a span {
		float: left;
		font: 500 14px/16px "Poppins", Helvetica, sans-serif;
		text-transform: capitalize;
	}
	#header .tt-menu-horizontal ul li.level-1.more_menu > a.dropdown-item {
		display: none;
	}
	#header .tt-menu-horizontal ul li.level-1.more_menu > .menu-dropdown {
		display: block;
		padding: 0;
		width: 100%;
	}
	#header .tt-menu-horizontal ul li.level-2{
		padding: 0;
	}
	#header .tt-menu-horizontal ul li.level-1.more_menu ul li:last-child > a {
		border: none;
	}
	#header .tt-menu-horizontal ul li.level-1 ul li > a {
		padding: 15px 0 10px;
		border-bottom: 1px solid #2f2f2f;
	}
	.tt-menu-horizontal ul li.parent.open ul.menu-dropdown .parent.open .icon-drop-mobile::after {
		content: "\E316";
	}
}
.tt-menu-horizontal li.level-1 i {
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  width: auto;
  color:#414141;
}
.tt-menu-horizontal ul li.level-1 .more-menu .categories i {
  cursor: pointer;
  float: none;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  width: 40px;
}
.tt-menu-horizontal li.more_menu .cat-drop-menu li {
	float: left;
	position: relative;
	width: 100%;
	padding:0;
}
.ttproduct-block .ttproduct {
	float: left;
	width: 100%;
}
.more_menu .catagory {
	text-transform:capitalize;
}
@media (min-width: 992px) {
	.more_menu .catagory {
		float: left;
		font-size: 13px;
	}
	.more_menu.level-1 > a::before {
		content: "\E313";
		font-family: "Material Icons";
		margin-left: 2px;
		vertical-align: top;
		display: block;
		width:10px;
	}
	.more_menu.level-1:hover > a::before {
		content: "\E316";
	}
	.more_menu.level-1 > a::before {
		content: "\E313";
		float: right;
		font-family: "Material Icons";
		left: auto;
		margin-left: 3px;
		position: absolute;
		right: 14px;
		vertical-align: top;
	}
	.more_menu .ttinnermenu::after {
		display: none;
	}
	.more_menu .menu-subtitle {
		float: left;
		margin: 0 5px;
		position: relative;
		right: 0;
		top: 0;
	}
	.more_menu .menu-dropdown .menu-dropdown {
		border: medium none;
		box-shadow: none;
		display: block !important;
		opacity: 1;
		padding: 0;
		position: static;
		transform: none;
		visibility: visible;
	}
	.tt-menu-horizontal li.more_menu  .tt-sub-menu.menu-dropdown {
		border: medium none;
		box-shadow: none;
		opacity: 1;
		position: static;
		transform: none;
		visibility: visible;
		margin: 0 0 30px;
	}
	.tt-menu-horizontal .more_menu .menu-dropdown.tt-sub-auto {
		left:0;
		right:0;
	}
	.tt-menu-horizontal .more_menu.level-1 li.parent > ul.cat-drop-menu {
		border: 1px solid #e5e5e5;
		box-shadow: none;
		display: block !important;
		left: auto;
		position: absolute;
		right: 105.5%;
		top: 0;
		width: 100%;
		padding: 5px 0;
		transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform-origin: 20% 20% 0;
		-ms-transform-origin: 20% 20% 0;
		-webkit-transform-origin: 20% 20% 0;
		-o-transform-origin: 20% 20% 0;
		-moz-transform-origin: 20% 20% 0;
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		visibility: visible;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
		-webkit-box-shadow: 0 0 7px	rgba(0, 0, 0, 0.12);
	}
	.tt-menu-horizontal .more_menu.level-1 li.parent:hover > ul.cat-drop-menu {
		top: 0px ;
		opacity: 1 ;
		-moz-opacity: 1 ;
		-khtml-opacity: 1 ;
		-webkit-opacity: 1 ;
		z-index: 5;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		visibility: visible;
	}
	.tt-menu-horizontal .more_menu.level-1 li.parent > a::before {
		display: none;
	}
	.tt-menu-horizontal .more_menu.level-1 li.parent > a::after {
		bottom: 0;
		color: #666666;
		content: "\E315";
		display: block;
		font-family: "Material Icons";
		font-size: 18px;
		height: 10px;
		line-height: 10px;
		margin: auto;
		position: absolute;
		right: 15px;
		top: 0;
		vertical-align: top;
		width: 10px;
	}
	.tt-menu-horizontal .more_menu.level-1 li.parent:hover > a {
		color: #111;
	}
	.tt-menu-horizontal .more_menu.level-1 li.parent:hover > a::after {
		color: #111;	
	}
}
@media (min-width: 992px) and (max-width: 1499px){
	.tt-menu-horizontal .more_menu.level-1 li.parent ul.cat-drop-menu {
		left: auto;
		right: 105.5%;
	}
}
@media (max-width: 991px) {
	.megamenu .menu-content .js-top-menu-bottom {
		border-top: 1px solid #e5e5e5;
		float: left;
		margin: 10px 0 0;
		padding: 10px 0 0;
		text-align: center;
		width: 100%;
	}
	.tt-menu-horizontal .title-menu-mobile {
		bottom: 22px;
		cursor: pointer;
		float: left;
		left: 0;
		position: absolute;
		z-index: 1;
		top: auto;
	}
    .tt-menu-horizontal .title-menu-mobile:hover{
		border-color:#111;
	}
	.tt-menu-horizontal .thumbnail-container.clearfix {
		float:left;
		width:100%;
	}
	.megamenu .js-top-menu-bottom #_mobile_currency_selector {
		padding: 0 0 10px;
	}
	.megamenu .js-top-menu-bottom #_mobile_language_selector {
		padding: 0 0 15px;
	}
	.megamenu .js-top-menu-bottom #_mobile_language_selector .language-selector {
		display: inline-block;
	}
	.tt-menu-horizontal li.level-1.more {
	  display: none!important;
	}
	.tt-menu-horizontal li.level-1{
		display:block!important;
	}
	.tt-menu-horizontal .ttmenu-content .js-top-menu-bottom {
		border-top: 1px solid #e5e5e5;
		float: left;
		margin: 10px 0 0;
		padding: 15px 0;
		text-align: center;
		width: 100%;
	}
	#_mobile_currency_selector{
		display: inline-block;
		float: none;
		margin: 0 10px;
		vertical-align: top;
		width: auto;
	}
	#_mobile_language_selector{
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
		width: auto;
	}
	#_mobile_currency_selector #currency-selector-label,
	#_mobile_language_selector #language-selector-label{
		float: left;
		line-height: 20px;
		width: auto;
		border: none;
		padding:0;
	}
	#_mobile_language_selector .language-selector {
		display: inline-block;
	}
	#currency-selector-label, #language-selector-label {
		font-weight: 700;
		font-size: 14px;
	}
	.main-content .container {
		position: relative;
		max-width: 100%;
	}
}
@media (max-width: 543px) {
	#_mobile_currency_selector {
		float: left;
		width: 100%;
	}
	#_mobile_currency_selector #currency-selector-label, 
	#_mobile_language_selector #language-selector-label {
		display: inline-block !important;
		float: none;
		width: auto;
	}
}
@media (max-width: 460px) {
	.tt-menu-horizontal .title-menu-mobile{
		bottom:10px;
	}
}
.tt-sub-menu {
    max-height: 422px;
    overflow-x: hidden;
    min-height: 20px;
}
.tt-menu-horizontal .menu-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #F5F5F5;
}
.tt-menu-horizontal .menu-dropdown::-webkit-scrollbar-thumb {
    background-color: #333;
}
.tt-menu-horizontal .menu-dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.tt-menu-horizontal .menu-dropdown{
	max-height: 650px;
}
@media (max-width: 991px) {
	.tt-menu-horizontal .menu-dropdown{
		overflow-y: scroll;
	}
}








@media (max-width: 991px) {
  .tt-menu-horizontal .ttmenu-content {
    position: fixed !important;
    top: 0;
    left: -100% !important;
    width: 80% !important;
    height: 100%;
    background: white;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
    display: block !important;
  }

  .tt-menu-horizontal .ttmenu-content.open {
    left: 0 !important;
	overflow-y: auto;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
  }

  .menu-overlay.active {
    display: block;
  }
}
