/**
* 2007-2021 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-2021 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.
*/

.container_tt_vrmegamenu .title-menu-mobiles{
	display:block;
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
	padding: 44px 0;
	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;
}
.main-header.fixed .container_tt_vrmegamenu .title-menu-mobiles{
	padding:39px 0;
}
.container_tt_vrmegamenu .title-menu-mobiles:hover i{
	color:var(--header-top-texthvr-color);
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);		
}
.container_tt_vrmegamenu .title-menu-mobiles.close {
	padding: 0 !important;
	float: right;
	text-align: right;
	line-height: 18px;
	width: auto;
}
.container_tt_vrmegamenu .title-menu-mobiles.close i,
.container_tt_vrmegamenu .title-menu-mobiles i{
	color:var(--header-top-text-color)
	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;
}
.container_tt_vrmegamenu .title-menu-mobiles.close i{
	color:#666;
}
.container_tt_vrmegamenu .title-menu-mobiles.close:hover i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	color:#111;
}
.container_tt_vrmegamenu {
	float: right;
	padding: 0 0 0 10px;
}
.container_tt_vrmegamenu .owl-nav {
	display:block;
}
.tt-menu-vertical .thumbnail-container.clearfix {
  margin: 0;
}
.menu-dropdown .menu-item .thumbnail-container .ttproduct-image .ttproductcountdown {
  display: none!important;
}
.tt-menu-vertical {
  display: block;
  float: left;
  width: 100%;
}
.container_tt_vrmegamenu .tt-sub-menu .html-block p,
.container_tt_vrmegamenu .tt-sub-menu .html-block a {
	margin: 0;
	padding: 0;
}
.tt-menu-vertical li.img-icon {
	max-width: 20px;
	float: left;
	margin-right:15px;
}
.tt-menu-vertical ul li > a {
	color: #111;
	cursor: pointer;
	float: left;
	font: 600 15px/18px "Nunito", Helvetica, sans-serif;
	position: relative;
	text-transform: capitalize;
	width: 100%;
	padding: 0 0 10px;
}
#tt-menu-vertical.tt-menu-vertical ul li.item-header > a {
	border-bottom: 1px solid #e4e4e4;
	color: #111;
	padding: 12px 0 6px;
	margin: 0 0 5px;
	border-radius: 0;
	font-weight: 500;
	background: none;
}
.tt-menu-vertical ul li .menu-item {
	margin: 4px 0;
	width: 100%;
	padding: 0;
	float:left;
}
#tt-menu-vertical.tt-menu-vertical ul li ul li > a {
	color: #666666;
	float: left;
	font: 400 13px/20px "Roboto", Helvetica, sans-serif;
	width: 100%;
	padding: 2px 0;
	background: none;
}
#header .tt-menu-vertical ul li ul li > a:hover{
	color: #111;
}
.tt-menu-vertical .menu-content .tt-sub-menu .tt-menu-col ul {
	padding: 0;
}
#tt-menu-vertical .container {
	padding-left: 0;
	padding-right: 0;
}
.tt-menu-vertical .ttmenubanner .item-header a {
  padding: 0;
}
.tt-menu-vertical .thumbnail-container .ttproduct-image {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.tt-menu-vertical .tt-menu-row .owl-nav button{
  border: medium none;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.tt-menu-vertical .tt-menu-row .owl-nav {
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.tt-menu-vertical .tt-menu-row:hover .owl-nav {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.tt-menu-vertical .tt-menu-row .owl-nav button i{
	display:block;
	font-size:28px;
}
.tt-menu-vertical .tt-menu-row .owl-nav button:hover{
	background:none;
}
.tt-menu-vertical .tt-menu-row .owl-nav button.owl-prev {
  left: -8px;
}
.tt-menu-vertical .tt-menu-row .owl-nav button.owl-next {
  right: -12px;
}
.tt-menu-vertical .tt-sub-menu .thumbnail-container .product-description {
	width: 100%;
}
.tt-menu-vertical .tt-sub-menu .thumbnail-container .product-price-and-shipping {
	width: 100%;
	color: #111;
}
.tt-menu-vertical .tt-sub-menu .thumbnail-container .product-description .product-title .product-name {
	font-size: 13px;
	line-height: 20px;
	color: #777;
	text-transform: capitalize;
}
.tt-menu-vertical .tt-sub-menu .thumbnail-container .product-description .product-title {
	margin: 10px 0 0;
}
.tt-menu-vertical .ttvrmenu-content .menu-content {
	float: left;
	margin: 30px 0 0;
	padding: 0;
	position: relative; 
	width: 100%;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 340px;
	scrollbar-width: thin;
}
.tt-menu-vertical .icon-drop-mobile {
	float: right;
	height: 20px;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;	
    display: flex;
    align-items: center;
    justify-content: center;	
	background: #f7f4ef;
}
.tt-menu-vertical ul li.parent.open ul.menu-dropdown .parent .icon-drop-mobile::after {
	content: "\E313";
}
.tt-menu-vertical 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: 18px;
	color: #666;
	cursor: pointer;
}
.tt-menu-vertical ul li.parent.open .icon-drop-mobile:after, .tt-menu-vertical ul li.parent.open ul.menu-dropdown .parent.open .icon-drop-mobile::after {
	content: "\E316";
}
/****reponsive****/
@media (min-width: 992px) and (max-width: 1199px) {
.title-menu-mobiles{
	font-size:16px;
}
.tt-menu-vertical ul li > a {
	font-size:15px;
}
}
@media (min-width: 992px) {
	.tt-menu-vertical .ttvrmenu-content {
		position: fixed;
		top: 0;
		left: auto;
		width: 380px;
		right: 0;
		z-index: 4;
		bottom: 0;
		padding:50px 30px 0;
		visibility: hidden;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all 400ms ease 0s;
		-moz-transition: all 400ms ease 0s;
		-ms-transition: all 400ms ease 0s;
		-o-transition: all 400ms ease 0s;
		transition: all 400ms ease 0s;
		background: #fff;
		border: 1px solid #e5e5e5;
		box-shadow: 10px 0 10px 0 rgba(0,0,0,.14);
		-moz-box-shadow: 10px 0 10px 0 rgba(0,0,0,.14);
		-webkit-box-shadow: 10px 0 10px 0 rgba(0,0,0,.14);
	}
	.tt-menu-vertical.active .ttvrmenu-content{
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.tt-menu-vertical li {
		cursor: pointer;
		float: left;
		padding: 0 15px;
		visibility: hidden;
		width: 100%;
		position: relative;
		margin: 0 0 6px;
	}
	.tt-menu-vertical.active li {
		visibility: visible;
	}
	.tt-menu-vertical .menu-dropdown {
		background: #fff none repeat scroll 0 0;
		padding: 0;
		position: static;
		z-index: 1000;
		text-align: left;
		display:none;
	}
	.tt-menu-vertical .menu-dropdown .tt-menu-col.border {
		padding-left: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.tt-menu-vertical .menu-dropdown .tt-menu-col.border .ul-column {
		border-left: 1px solid #666;
	}
	.tt-menu-vertical .menu-dropdown .tt-menu-col.border .ul-column li {
		padding-left: 20px;
	}
	.tt-menu-vertical .menu-dropdown .tt-menu-col.border ul li.item-header a {
		border-bottom: 1px solid #666;
		margin-bottom: 15px;
	}
	.tt-menu-vertical .tt-menu-col.none-border ul li.item-header a {
		border: none;
	}
	.tt-menu-vertical .menu-dropdown .product-container .product-name a {
		text-align: center;
		float: none;
	}
	.tt-menu-vertical .menu-dropdown .product-container .content_price {
		clear: both;
		text-align: center;
	}
	.tt-menu-vertical .menu-dropdown ul li.product-block {
	  padding: 0 15px;
	}
	.tt-menu-vertical li.cat-drop-menu-sub li a::before {
		display: none;
	}
	#tt-menu-vertical .menu-dropdown.cat-drop-menu {
		min-width: 302px;
		padding: 4px 0;
		width: 100%;
		float:left;
	}
	.tt-menu-vertical .cat-drop-menu-sub {
		position: relative;
	}
	.tt-menu-vertical .cat-drop-menu-sub ul li {
		padding: 0 10px;
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 1199px) {
	.container_tt_vrmegamenu .title-menu-mobiles{
		padding: 38px 0;
	}
}
@media (max-width: 991px) {
	.tt-menu-vertical .ttvrmenu-content .menu-content {
		float: left;
		width: 100%;
	}
	.container_tt_vrmegamenu {
		display:none;
	}
	.tt-menu-vertical .tt-menu-row .owl-buttons {
		opacity: 1;
	}
	.tt-menu-vertical .menu-content .tt-sub-menu .tt-menu-col ul{
		padding: 10px 15px 0;
	}
	.tt-menu-vertical .title-menu-mobiles,
	.icon-drop-mobile {
		display: block !important;
	}
	.tt-menu-vertical .ttvrmenu-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-vertical li {
		cursor: pointer;
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.tt-menu-vertical ul li ul li:last-child {
		border-bottom: medium none !important;
	}
	#header .tt-menu-vertical ul li > a {
		color: #666666;
		float: left;
		padding: 4px 15px;
		width: 100%;
		background:none;
	}
	.menu-content .owl-wrapper-outer .owl-wrapper .owl-item {
	  text-align: center;
	}
	.tt-menu-vertical .tt-menu-col {
	  display: inline-block;
	  float: none;
	  margin: 0 0 10px;
	  vertical-align: top;
	  width: 100%;
	  padding:0;
	}
	.tt-menu-vertical .menu-content.tt-active {
		display: block !important;
	}
	.tt-menu-vertical .menu-dropdown {
		display: none;
	}
.more_menu > .cat-drop-menu {
    display: block;
}
.more_menu > a.dropdown-item {
	display: none;
}
	.title-menu-mobiles i {
		float: left;
		margin: 0;
	}
	.tt-menu-vertical ul li ul {
		float: left;
		width: 100%;
		padding: 0 0 10px;
	}
	.tt-menu-vertical ul li ul li a {
		color: #666;
	}
	.tt-menu-vertical ul li ul li a:hover {
		color: #111;
	}
	.tt-menu-vertical ul li ul li.parent:hover:after {
		color: #111;
	}
	.tt-menu-vertical li:hover > a:before {
		display: none;
	}
	.tt-menu-vertical {
	  position: static;
	}
	.tt-menu-vertical .menu-content .js-top-menu-bottom {
	  border-top: 1px solid #f4f4f4;
	  float: left;
	  padding: 10px 0;
	  text-align: center;
	  width: 100%;
	  margin:10px 0 0;
	}
	.tt-menu-vertical .menu-content .js-top-menu-bottom > div {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	#header .tt-menu-vertical .menu-dropdown.cat-drop-menu {
    	padding: 0 0 0 30px;
	}
}

@media only screen and (max-width: 991px) {
	.tt-menu-vertical .menu-content.tt-active {
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	}
	.tt-menu-vertical .title-menu-mobiles {
		float: left;
		padding: 13px 0;
		cursor: pointer;
	}
	#header .tt-menu-vertical ul li.item-header a {
		color: #111 !important;
	}
}
.tt-menu-vertical li i {
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 5px 0 0;
  width: auto;
  color:#414141;
}
.ttproduct-block .ttproduct {
	float: left;
	width: 100%;
}
@media (min-width: 992px) {
	.more_menu .menu-subtitle {
		float: left;
		margin: 0 5px;
		position: relative;
		right: 0;
		top: 0;
	}
}
@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-vertical .thumbnail-container.clearfix {
		float:left;
		width:auto;
	}
	.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-vertical .ttvrmenu-content .js-top-menu-bottom {
		border-top: 1px solid #f4f4f4;
		float: left;
		margin: 10px 0 0;
		padding: 15px 0;
		text-align: center;
		width: 100%;
	}
	#_mobile_currency_selector,#_mobile_language_selector{
		display: inline-block;
		float: none;
		margin: 0 10px;
		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;
	}
	#_mobile_language_selector .language-selector {
		display: inline-block;
	}
}
@media (max-width: 543px) {
	#_mobile_currency_selector {
		float: left;
		width: 100%;
		margin: 0;
	}
	#_mobile_currency_selector #currency-selector-label, 
	#_mobile_language_selector #language-selector-label {
		display: inline-block !important;
		float: none;
		width: auto;
	}
}