/*----------header_style1--------------*/
.header_sticky_on .header_style1 .full-header.fixed {
	animation: 1s ease 0s normal both 1 running fixedmenu;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	left: 0;
	position: static !important;
	right: auto;
	transition: all 400ms ease 0s;
	padding: 50px 0;
	width: 130px;
	z-index: 99;
}
.tt-menu .menu-close {
	display: none;
}
.header_style1 .live-search ul li .product-image {
	width: 25%;
}
#page::after{
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
body.menu_hover #page::after, body.nav-open #page::after, body.user-open #page::after, body.search-open #page::after, body.cart-open #page::after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) {
.header_style1 .tt-menu .menu-close {
  float: right;
  left: auto;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: auto;
  z-index: 1;
}
.header_style1 .tt-menu .menu-close > i {
  color: #666666;
  font-size: 26px;
}
.header_style1 .tt-menu .menu-close:hover > i {
	color: #111111;
}
.header_style1 #page {
	margin-left: 130px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: calc(100% - 130px);
} 
.header_style1 header {
	background: #111111;
	float: left;
	height: 100%;
	left: 0;
	position: fixed;
	right: auto;
	top: 0;
	width: 130px;
	z-index: 4;
}
.header_style1 header .full-header {
	align-items: center;
	background: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	position: static;
	padding: 50px 0;
	float: left;
	width: 100%;
}
.header_style1 .header-left {
	margin: 0;
}
.header_style1 .right-block {
	display: flex;
	flex-direction: column;
	float: left;
	margin: 0;
	width: 100%;
	z-index: 3;
}
.header_style1 .right-block > div {
  float: left;
  text-align: center;
  margin: 0;
  width: 100%;
}
.header_style1 #search,
.header_style1 #search .ttsearch_button .icon-search,
.header_style1 .user-info .dropdown > a > .user,
.header_style1 #cart button.btn {
	width: 100%;
}
.header_style1 .user-info {
	margin: 15px 0 !important;
}
.header_style1 header .leftmenu_header {
  cursor: pointer;
  float: left;
}
.header_style1 header .leftmenu_header .leftmenu {
	float: left;
	width: 28px;
}
.header_style1 header .leftmenu_header #header-menu {
	background: #fff;
	border: medium none;
	float: left;
	height: 2px;
	position: relative;
	width: 18px;
	z-index: 3;
	margin: 10px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.header_style1 header .leftmenu_header #header-menu::before, .header_style1 header .leftmenu_header #header-menu::after {
	border: medium none;
	height: 2px;
	position: absolute;
	z-index: 9999;
	left: 0;
	content: "";
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: #fff;
}
.header_style1 header .leftmenu_header #header-menu::after {
	width: 28px;
	bottom: 7px;
	top: auto;
}
.header_style1 header .leftmenu_header #header-menu::before {
	width: 10px;
	top: 7px;
	bottom: auto;
}
.header_style1 header .leftmenu_header:hover #header-menu, .header_style1 header .leftmenu_header:hover #header-menu::before, .header_style1 header .leftmenu_header:hover #header-menu::after {
	background: #ffc600;
	width: 28px;
}
.header_style1 header .leftmenu_header .leftmenu.active #header-menu{
	background: none;
}
.header_style1 header .leftmenu_header .leftmenu.active #header-menu::before , .header_style1 header .leftmenu_header .leftmenu.active #header-menu::after{
	top: 0;
	transform-origin: 50% 50% 0;
	width: 26px;
	height: 2px;
}
.header_style1 header .leftmenu_header .leftmenu.active #header-menu::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.header_style1 header .leftmenu_header .leftmenu.active #header-menu::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.header_style1 #cart #cart-total {
	left: 0;
	right: 0;
}
.header_style1 .tt-menu {
	background: #111111;
	bottom: 0;
	float: left;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transition: all 400ms ease 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;
	visibility: hidden;
	width: 340px;
	z-index: 3;
}
.header_style1 .tt-menu.active {
  transform: translateX(130px);
  -webkit-transform: translateX(130px);
  -moz-transform: translateX(130px);
  -o-transform: translateX(130px);
  -ms-transform: translateX(130px);
  visibility: visible;
}
.header_style1 .header-left-cms {
	float: left;
	width: 100%;
	z-index: 3;
	position: relative;
}
.header_style1 .tt-menu .ul-top-items .li-top-item {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.header_style1 .tt-menu ul li > .a-top-link {
	color: #fff;
	font: 600 16px/24px "Montserrat", Helvetica, sans-serif;
	letter-spacing: 2px;
	text-align: left;
}
.header_style1 .tt-menu ul li > .a-top-link:hover {
  color: #ffc600;
}
.header_style1 .tt-menu ul li.mega-menu > .a-top-link::after, 
.header_style1 .tt-menu ul li.more-menu > .a-top-link::after {
	color: #fff;
}
.header_style1 .tt-menu > ul {
	padding: 120px 0 0;
	position: relative;
}
.header_style1 .tt-menu ul li.mega-menu > .a-top-link::after, .header_style1 .tt-menu ul li.more-menu > .a-top-link::after {
	position: absolute;
	width: 20px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	right: 20px;
	left: auto;
	top: 0;
	bottom: 0;
	height: 20px;
	float: left;
	line-height: 20px;
	margin: auto;
}
.header_style1 .tt-menu ul li.mega-menu:hover > .a-top-link::after, .header_style1 .tt-menu ul li.more-menu:hover > .a-top-link::after {
	color: #ffc600;
	content: "\e5cf";
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.header_style1 .tt-menu .ul-top-items .li-top-item .sub-menu-container {
	left: 100%;
	margin: 0 !important;
	right: auto;
	top: 0;
}
.header_style1 #cart .dropdown-menu {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	bottom: 0;
	cursor: pointer;
	display: none;
	left: auto;
	margin: 0;
	max-height: 100%;
	max-width: 450px;
	overflow-y: scroll;
	padding: 60px 30px;
	position: fixed;
	right: 350px;
	top: 0;
	transform: translate(900px, 0px);
	-webkit-transform: translate(900px, 0px);
	-moz-transform: translate(900px, 0px);
	-o-transform: translate(900px, 0px);
	-ms-transform: translate(900px, 0px);
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
	width: 370px;
	z-index: 1001;
}
.header_style1 #cart.open .dropdown-menu {
  transform: translate(350px, 0px);
  -webkit-transform: translate(350px, 0px);
  -moz-transform: translate(350px, 0px);
  -o-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
}
.header_style1 #cart .dropdown-menu::after {
	bottom: auto;
	color: #555555;
	content: "\e14c";
	float: left;
	font-family: "Material Icons";
	font-size: 20px;
	height: 20px;
	left: 20px;
	position: absolute;
	right: auto;
	top: 20px;
	width: 20px;
}
.header_style1 .user-info .dropdown > ul {
	bottom: 0;
	left: 0;
	margin: 0;
	min-height: 100%;
	padding: 20px 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(-160%);
	-webkit-transform: translateX(-160%);
	-moz-transform: translateX(-160%);
	-o-transform: translateX(-160%);
	-ms-transform: translateX(-160%);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	visibility: hidden;
	width: 340px;
	border: 1px solid #e5e5e5;
}
.header_style1 .user-info .dropdown.open > ul {
	transform: translateX(130px);
	-webkit-transform: translateX(130px);
	-moz-transform: translateX(130px);
	-o-transform: translateX(130px);
	-ms-transform: translateX(130px);
	visibility: visible;
}
.header_style1 .user-info .dropdown > ul::after {
	display: none;
}
.header_style1 .user-info .dropdown-menu > li > a {
	padding: 10px 30px;
}
.header_style1 .ttlanguage .btn-link > span, .header_style1 .ttcurrency .btn-link > span {
	font-weight: 600;
}
.header_style1 .user-info .dropdown-menu > li:last-child {
  border: none;
}
.header_style1 #form-language .btn-group > .btn-link, 
.header_style1 #form-currency .btn-group > .btn-link {
	padding: 5px 30px;
	line-height: 32px;
}
.header_style1 .ttlanguage .btn-group > ul, 
.header_style1 .ttcurrency .btn-group > ul {
	padding: 10px 30px;
}
.header_style1 #form-currency .btn-link, 
.header_style1 #form-language .btn-link {
	padding: 5px 0;
}
.header_style1 .ttsearchtoggle::after {
	display: none;
}
.header_style1 #search .input-lg {
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.header_style1 .live-search {
	border: medium none;
	margin-top: 45px;
	padding: 5px 10px;
}
}
@media (min-width: 992px) and (max-width: 1370px) {
	.header_style1 header {
		width: 100px;
	}
	.header_style1 #page {
		margin-left: 100px;
		-webkit-width: calc(100% - 100px);
		-moz-width: calc(100% - 100px);
		-o-width: calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.header_sticky_on .header_style1 .full-header.fixed {
		width: 100px;
	}
	.header_style1 .tt-menu.active {
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-o-transform: translateX(100px);
		-ms-transform: translateX(100px);
	}
	.header_style1 .tt-menu, .header_style1 .user-info .dropdown > ul {
		width: 230px;
	}
	.header_style1 .tt-menu .ul-top-items .li-top-item:first-child .sub-menu-container {
		width: 530px;
	}
	.header_style1 .user-info .dropdown.open > ul {
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-o-transform: translateX(100px);
		-ms-transform: translateX(100px);
	}
}
@media (max-width: 1550px) {
	.header_style1 .tt-menu .ul-top-items .li-top-item:first-child .sub-menu-container {
		overflow-x: scroll;
	}
}
@media (max-width: 991px) {
	.header_style1.header-layout {
	  float: left;
	  position: relative;
	  width: 100%;
	}
	.leftmenu_header {
	  display: none;
	}
	.header_style1 .tt-menu .ul-top-items .li-top-item:first-child .sub-menu-container {
	  height: auto;
	  overflow: hidden;
	  width: 100%;
	}
	.header_style1 .close-search {
		display: none;
	}
	.header_style1 #logo {
		display: block;
	}
	body.menu_hover #page::after{
		display: none;
	}
	.main-category-list::after {
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		bottom: 0;
		content: '';
		left: 0;
		right: 0;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}
	.main-category-list.TTactive::after {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		visibility: visible;
	}
	body.header_style2 #page::after{
		z-index: 1;
	}
	body.header_style2 #page.ttsearch-fixed::after{
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		visibility: visible;
	}
	.user-info .dropdown::after{
		background: rgba(0,0,0,0.6);
		position: fixed;
		top: 0;
		bottom: 0;
		content: '';
		left: 0;
		right: 0;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}
	body.header_style1 .user-info .dropdown.open::after, body.header_style2 .user-info .dropdown.open::after{
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		visibility: visible;
	}
}
/*----------header_style1--------------*/
/*----------header_style2--------------*/
.tt-menu .menu-close {
	display: none;
}
@media (min-width: 992px) {
.header_style2 .tt-menu .menu-close {
  float: right;
  left: auto;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: auto;
  z-index: 1;
}
.header_style2 .tt-menu .menu-close > i {
  color: #666666;
  font-size: 26px;
}
.header_style2 .tt-menu .menu-close:hover > i {
	color: #111111;
}
.header_style2 header {
	z-index: 4;
	position: absolute;
	top: 0;
	width: 100%;
	background: none;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
}
.header_style2 header .full-header {
	padding: 0 90px;
	background: none;
	z-index: 4;
}
.header_style2.nav-open header .full-header {
	position: fixed;
}
body.header_style2.nav-open {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	padding-right: 17px;
}
.header_style2 .right-block {
	float: left;
	width: 50%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	visibility: hidden;
	margin: -100px auto 0;	
}
.header_style2.nav-open .right-block {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	margin: 0 auto;
}
.header_style2 .right-block > div {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 80px;
	padding: 20px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	display: flex;
	align-items: center;
}
.header_style2 .right-block > div .dropdown {
	position: static;
	float: left;
	width: 100%;
}
.header_style2 #search,
.header_style2 #search .ttsearch_button .icon-search,
.header_style2 .user-info .dropdown > a > .user,
.header_style2 #cart button.btn {
	width: 100%;
}
.header_style1.search-open .ttsearch-fixed #search, .header_style2.nav-open .ttsearch-fixed #search {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 0;
	background: #111;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.header_style1.search-open .ttsearch-fixed #search.active, .header_style2.nav-open .ttsearch-fixed #search.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	height: 100%;
	z-index: 370;
}
.header_style1 #search .btn-lg, .header_style2 #search .btn-lg {
	color: #555;
	top: -45px;
}
.header_style1 #search .btn-lg:hover, .header_style2 #search .btn-lg:hover {
	color: #fff;
}
.header_style1 #search .btn-lg .material-icons.icon-search, .header_style2 #search .btn-lg .material-icons.icon-search {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
}
.header_style2 header .leftmenu_header {
	cursor: pointer;
	float: right;
	width: auto;
	margin: 46px 0;
}
.header_style2 header .leftmenu_header .leftmenu {
	float: right;
	margin: 0;
	z-index: 9;
	position: relative;
	cursor: pointer;
}
.header_style2 #page.ttsearch-fixed header .leftmenu_header .leftmenu, .header_style2 #page.ttsearch-fixed header .full-header, .header_style2 #page.ttcart-fixed header .full-header, .header_style2 #page.ttsearch-fixed header .leftmenu_header .leftmenu, .header_style2 #page.ttsearch-fixed header, .header_style2.cart-open header, .header_style2 #page.ttsearch-fixed header .leftmenu_header .leftmenu{
	z-index: -1;
	position: relative;
}
.header_style2 header .leftmenu_header .leftmenu::after {
	content: "";
	background: #111;
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.header_style2 header .leftmenu_header:hover .leftmenu::after {
	width: 100%;
}
.header_style2 header .leftmenu_header .leftmenu.active::after {
	background: #fff;
}
.header_style2 #header-layout {
	position: relative;
	float: left;
	width: 100%;
	z-index: 3;
	padding: 0;
}
body.header_style2.nav-open {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	padding-right: 17px;
}
.header_style2 header .leftmenu_header #header-menu {
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
	outline: none;
	color: #111;
	font: 600 16px/25px "Montserrat", Helvetica, sans-serif;
	text-transform: uppercase;
	float: none;
	padding: 0 0 0 30px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 2px;
}
.header_style2 header .leftmenu_header .leftmenu.active #header-menu {
	color: #fff;
}
.header_style2 header .leftmenu_header .leftmenu.active #header-menu::after {
	color: #fff;
	content: '\e14c';
}
.header_style2 .header_style2.header-layout::after {
	background: #111 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	transition: all 700ms ease-in-out 0s;
	visibility: hidden;
}
.header_style2.nav-open .header_style2.header-layout::after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.header_style2 header .leftmenu_header #header-menu::after {
	bottom: auto;
	color: #111;
	font-family: "Material Icons";
	font-size: 25px;
	height: 25px;
	left: 0;
	line-height: 25px;
	position: absolute;
	right: auto;
	top: 0;
	width: 24px;
	content: '\e42a';
	font-weight: normal;
}
.header_style2 .tt-menu {
	background: #ffffff;
	float: none;
	transition: all 400ms ease 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;
	visibility: hidden;
	width: auto;
	z-index: 3;
	margin: -100px 0 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header_style2 header .full-header.fixed .leftmenu_header #header-menu, .header_style2 header .full-header.fixed .leftmenu_header #header-menu::after, .header_style2 header .full-header.fixed .leftmenu_header .leftmenu::after {
	color: #fff;
}
.header_style2 .tt-menu.active {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin: 0;
}
.header_style2 .header-left-cms {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	visibility: hidden;
	z-index: 3;
}
.header_style2 .menu-icons {
	float: left;
	width: 100%;
	align-items: center;
	display: flex;
	height: 100%;
	visibility: hidden;
}
.header_style2.nav-open .header-left-cms, .header_style2.nav-open .menu-icons {
	visibility: visible;
}
.header_style2 .tt-menu .ul-top-items .li-top-item {
	width: 75%;
	margin: 0;
	padding: 0 0 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: static;
	text-align: center;
}
.header_style2 .horizontal-menu .static-menu .column .menu-title > a, .header_style2 .horizontal-menu .li-top-item .sub-item2-content .a-mega-second-link h4 {
	color: #fff;
}
.header_style2 .horizontal-menu .static-menu .column .menu-title > a, .header_style2 .horizontal-menu .li-top-item .sub-item2-content .a-mega-second-link h4 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header_style2 .tt-menu ul li > .a-top-link {
	color: #ffffff;
	font: 500 26px/30px "Playfair Display", Helvetica, sans-serif;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	float: none;
	width: auto;
	display: inline-block;
}
.header_style2 .tt-menu .ul-top-items .li-top-item i.material-icons {
	float: none;
	position: relative;
	vertical-align: top;
	width: auto;
	display: inline-block;
}
.header_style2 .tt-menu .ul-top-items .li-top-item i.material-icons::before {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	left: auto;
	position: absolute;
	right: -2px;
	top: 16px;
	z-index: 2;
	content: "\e5cf";
	font-family: "Material Icons";
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: #333;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
}
.header_style2 .tt-menu .ul-top-items .li-top-item i.material-icons:hover::before, .header_style2 .tt-menu .ul-top-items .li-top-item.open i.material-icons::before {
	background: #ffc600;
}
.header_style2 .tt-menu .ul-top-items .li-top-item.open i.material-icons::before, .header_style2 .tt-menu ul li:hover > .a-top-link, .header_style2 .tt-menu ul li.open > .a-top-link, .header_style2 .tt-menu ul li.open > .a-top-link {
	color: #ffc600;
}
.header_style2 .tt-menu .ul-top-items .li-top-item:hover i.material-icons::before{
	color: #111;
}
.header_style2 .tt-menu ul li > .a-top-link span {
	float: none;
	width: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.header_style2 .tt-menu > ul {
	text-align: center;
	display: inline-block !important;
	margin: 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 500px;
}
.header_style2 .tt-menu > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4)
}
.header_style2 .tt-menu > ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9)
}
.header_style2 .tt-menu > ul::-webkit-scrollbar {
    width: 5px
}
.header_style2 .tt-menu ul li.mega-menu > .a-top-link::after, .header_style2 .tt-menu ul li.more-menu > .a-top-link::after {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	display: none;
}
.header_style2 .tt-menu ul li.mega-menu:hover > .a-top-link::after,.header_style2 .tt-menu ul li.mega-menu.open > .a-top-link::after, 
.header_style2 .tt-menu ul li.more-menu:hover > .a-top-link::after, .header_style2 .tt-menu .ul-top-items .li-top-item.open i.material-icons::before{
	content: "\e5ce";
	color: #111;
}
.header_style2 .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link > h5, .header_style2 .horizontal-menu .sub-menu-container ul li a > span, .header_style2 .horizontal-menu .sub-menu-container ul.ul-third-items li.li-third-items a > span, .header_style2 .tt-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li a > span {
	color: #fff;
}
.header_style2 .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link:hover > h5, .header_style2 .horizontal-menu .sub-menu-container ul li:hover a > span, .header_style2 .horizontal-menu .sub-menu-container ul.ul-third-items li.li-third-items:hover a > span, .header_style2 .tt-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li:hover a > span {
	color: #ffc600;
}
.header_style2 .tt-menu .ul-top-items .li-top-item .sub-menu-container {
	background: none;
	border: none;
	float: left;
	min-width: 100%;
	padding: 20px 0;
	position: static;
	text-align: center;
	width: 100%;
	z-index: 999;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	visibility: visible;
	display: none;
	margin-left: 0 !important;
}
.header_style2 #cart .dropdown-menu {
	border: none;
	bottom: 0;
	cursor: pointer;
	left: auto;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	padding: 60px 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
	width: 100%;
	float: left;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	text-align: center;
	background: #111;
}
.header_style2 #cart.open .dropdown-menu {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.header_style2 #cart .dropdown-menu li {
	padding: 60px 30px 0;
	height: auto;
	width: 50%;
	float: none;
	overflow: hidden;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.header_style2 #cart .header-cart-toggle li tr td.text-center.image {
	float: left;
	height: auto;
	width: 80px;
}
.header_style2 #cart .header-cart-toggle li tr td {
	border: none;
}
.header_style2 #cart .header-cart-toggle .table.table-bordered {
	background: #111;
	border-color: #333;
}
.header_style2 #cart .header-cart-toggle li tr td.text-left.name {
	float: left;
	width: 65%;
	text-align: left;
}
.header_style2 #cart .header-cart-toggle .text-left.name > a {
	color: #ccc;
	font: italic 500 14px/20px "Playfair Display", Helvetica, sans-serif;
}
.header_style2 #cart .header-cart-toggle .text-right {
	color: #fff;
}
.header_style2 #cart .header-cart-toggle .text-right > strong {
	color: #fff;
}
.header_style2 #cart .header-cart-toggle p.text-right {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.header_style2 #cart .dropdown-menu li p a {
	font: 500 13px/20px "Montserrat", Helvetica, sans-serif;
	padding: 10px 20px;
	width: auto;
}
#cart .dropdown-menu li p > a::after {
	background: #111;
}
#cart .dropdown-menu li p a:first-child, #cart .dropdown-menu li p a:first-child:hover, #cart .dropdown-menu li p a:first-child:focus {
	background: #111;
}
.header_style2 #cart .header-cart-toggle .btn-danger {
	background-color: #111;
	color: #fff;
}
.header_style2 #cart .header-cart-toggle .text-right.amount {
	color: #fff;
	width: 160px;
}
.header_style2 #cart .table.table-striped tr {
	display: flex;
	align-items: center;
}
.header_style2 #cart .dropdown-menu li p {
	font-size: 24px;
	font-weight: 500;
}
.header_style2 #cart .dropdown-menu::after {
	bottom: auto;
	color: #ccc;
	content: "\e14c";
	float: left;
	font-family: "Material Icons";
	left: auto;
	position: absolute;
	right: 155px;
	top: 47px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 24px;
}
.header_style2 #cart .dropdown-menu:hover::after {
	color: #fff;
}
.header_style2 #header-left {
	position: relative;
	float: left;
	width: 100%;
	align-items: center;
	display: flex;
	height: 100%;
	visibility: hidden;
}
.header_style2.nav-open #header-left {
	visibility: visible;
}
.header_style2 .main-category-list {
	float: left;
	width: 50%;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.header_style2 #cart.open::before,
.header_style2 .right-block.active::before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header_style2 .user-info .dropdown > ul {
	width: 180px;
	position: absolute;
	left: auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px;
	display: none;
	z-index: 1;
	text-align: left;
	top: 0;
	right: 100%;
	border-top: 3px solid #ffc600;
}
.header_style2 .user-info .dropdown > ul::after {
	display: none;
}
.header_style2 .right-block > div .dropdown.open {
	float: left;
	width: 100%;
	position: static;
}
.header_style2 .user-info .dropdown-menu > li > a {
	padding: 4px 0;
}
.header_style2 .user-info .dropdown-menu > li:last-child {
  border: none;
}
.header_style1 .ttsearchtoggle, .header_style2 .ttsearchtoggle {
	left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50px;
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    width: 75%;
	display: block;
}
.header_style1 #search.active .ttsearchtoggle , .header_style2 #search.active .ttsearchtoggle {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.header_style1 .ttsearchtoggle::after, .header_style2 .ttsearchtoggle::after {
	display: none;
}
.header_style1 #search .input-lg, .header_style2 #search .input-lg {
	float: right;
	height: 80px;
	line-height: 80px;
	padding: 0 10px;
	width: 100%;
	background: none;
	border: none !important;
	color: #555;
	font-size: 54px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-bottom: 2px solid #333 !important;
	margin: 40px 0 0;
	font-weight: 700;
}
.header_style1 #search .form-control::-moz-placeholder, .header_style2 #search .form-control::-moz-placeholder {
	color: #555;
	text-indent: 0.625rem;
}
.header_style1 .search #search.active .ttsearch_button .icon-close, .header_style2 .search #search.active .ttsearch_button .icon-close {
	display: block;
	color: #ccc;
	margin: 0;
	position: relative;
	float: right;
	width: auto;
	right: 154px;
	top: 39px;
}
.header_style1 .search #search.active .ttsearch_button .icon-close:hover{
	color: #fff;
}
.header_style1 .live-search, .header_style2 .live-search {
	overflow-y: scroll;
	overflow-x: hidden;
	background: #111;
	border: medium none;
	float: left;
	margin: 30px 0 0;
	width: 100%;
	padding: 15px 0;
	max-height: 760px;
	top: 87%;
	bottom: auto;
}
.header_style1 .live-search::-webkit-scrollbar, .header_style2 .live-search::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.header_style1 .live-search::-webkit-scrollbar-track, .header_style2 .live-search::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
.header_style1 .live-search::-webkit-scrollbar-thumb, .header_style2 .live-search::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #000; 
}
.header_style1 .live-search ul li, .header_style2 .live-search ul li {
	float: left;
	width: 20%;
	margin: 0 0 15px;
	padding: 0 15px;
	background: #111;
}
.header_style1 .live-search ul li a, .header_style2 .live-search ul li a {
	padding: 0;
}
.header_style1 .live-search .product-image img, .header_style2 .live-search .product-image img {
	width: 100%;
	max-width: 100%;
}
.header_style1 .live-search ul li .product-image, .header_style2 .live-search ul li .product-image {
	border: none;
	padding: 0;
	width: 100%;
}
.header_style1 .live-search ul li:hover a, .header_style2 .live-search ul li:hover a {
	background: none;
}
.header_style1 .live-search ul li .product-name, .header_style2 .live-search ul li .product-name {
	font: italic 500 16px/22px "Playfair Display", Helvetica, sans-serif;
	color: #ccc;
}
.header_style1 .live-search ul li:hover .product-name, .header_style2 .live-search ul li:hover .product-name {
	color: #fff;
}
.header_style1 .live-search ul li .search-description, .header_style2 .live-search ul li .search-description {
	text-align: center;
	width: 100%;
	padding: 15px 0;
}
.header_style1 .live-search ul li .product-price, .header_style1 .live-search ul li .product-price .price, .header_style2 .live-search ul li .product-price, .header_style2 .live-search ul li .product-price .price {
	color: #fff;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.header_style1 #cart .dropdown-menu li p > a::after, .header_style1 #cart .dropdown-menu li p a:first-child, .header_style1 #cart .dropdown-menu li p a:first-child:hover, .header_style1 #cart .dropdown-menu li p a:first-child:focus , .header_style2 #cart .dropdown-menu li p > a::after, .header_style2 #cart .dropdown-menu li p a:first-child, .header_style2 #cart .dropdown-menu li p a:first-child:hover, .header_style2 #cart .dropdown-menu li p a:first-child:focus {
	background: #333;
}
.header_style1 #cart .dropdown-menu li p a:first-child::after, .header_style2 #cart .dropdown-menu li p a:first-child::after{
	background: #ffc600;
}
#cart .dropdown-menu li p a:first-child:hover, #cart .dropdown-menu li p a:first-child:focus{
	color: #111;
}
#cart .dropdown-menu li p a:hover, #cart .dropdown-menu li p a:focus{
	color: #fff;
}
.header_style1 .live-search ul li .product-price .special, .header_style2 .live-search ul li .product-price .special {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
} 
.header_style1 .live-search .view-all-results, .header_style2 .live-search .view-all-results {
	color: #ccc;
}
.header_style1 .live-search .view-all-results:hover, .header_style2 .live-search .view-all-results:hover {
	color: #fff;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header_style2 .main-category-list {
		width: 100%;
	}
	.header_style2 .right-block {
		width: 100%;
	}
	.header_style2.nav-open #header-left {
		display: inline-block;
	}
	.header_style2.nav-open .header-left-cms, .header_style2.nav-open .menu-icons {
		float: left;
		width: 100%;
		position: relative;
		margin: 50px 0 0;
	}
	.header_style2 header .full-header {
		padding: 0 30px;
	}
	.header_style2 .tt-menu ul li > .a-top-link {
		font-size: 22px;
		line-height: 26px;
	}
	.header_style2 .tt-menu ul li > .a-top-link {
		padding: 8px 24px;
	}
	.header_style2 .right-block > div {
		padding: 10px;
	}
}
@media (max-width: 1550px) {
	.header_style2 .tt-menu .ul-top-items .li-top-item:first-child .sub-menu-container {
		height: auto;
		overflow-x: scroll;
		width: 528px;
		text-align: center;
	}
}
@media (max-width: 1450px) {
	.header_style2 header .full-header {
		padding: 0 50px;
	}
}
@media (max-width: 1200px) {
	.header_style2 header .full-header {
		padding: 0 30px;
	}
}
@media (max-width: 991px) {
	.header_style2.header-layout {
		float: left;
		position: relative;
		width: 100%;
		background: #111111;
	}
	.header_style2 .header-left-cms {
		float: left;
		width: 100%;
	}
	.header_style2 .right-block.col-xs-6 {
		margin: 0;
		padding: 21px 10px;
		z-index: 2;
	}
	.leftmenu_header {
	  display: none;
	}
	.header_style1 .ttsearchtoggle, .header_style2 .ttsearchtoggle {
		display: none;
	}
	.header_style1 #search.active .ttsearchtoggle, .header_style2 #search.active .ttsearchtoggle {
		display: block;
	}
	.header_style1 .live-search .product-image img, .header_style2 .live-search .product-image img {
		width: 70px;
	}
	.header_style2 .tt-menu .ul-top-items .li-top-item:first-child .sub-menu-container {
	  height: auto;
	  overflow: hidden;
	  width: 100%;
	}
}
@media (max-width: 480px) {
	.header_style2 .header-left {
		position: absolute;
		float: none;
		width: 55px;
		left: 50px;
		display: inline-block;
		text-align: left;
		right: auto;
		margin: 0 auto;
		top: 14px;
		bottom: 0;
	}
	.header_style2 #logo {
		display: block;
	}
	.header_style2 .right-block {
		padding: 21px 0;
	}
	.header_style2 .right-block > div {
		margin: 0;
	}
	.header_style2 .ttsearchtoggle {
		right: -80px;
	}
}
/*----------header_style2--------------*/
/*----------footer_style1--------------*/
.footer_style1 .footer-right-cms .newletter-subscribe .container {
  width: 100%;
  padding: 0;
}
.footer_style1 .footer-container {
    padding: 60px 0;
}
.footer_style1 .bottom-footer {
	padding: 0 25px;
}
.footer_style1 .newletter-subscribe .row {
  margin: 0;
  width: 100%;
}
.footer_style1 .newletter-subscribe {
	padding: 0 0 15px;
	text-align: left;
}
.footer_style1 footer .footer-column .list-unstyled {
    margin: 0;
}
.footer_style1 .contact-us .data {
    margin: 0 0 5px;
}
.footer_style1 .footer-bottom {
    text-align: left;
    padding: 8px 0;
    float: left;
    width: 41.66666667%;
}
.footer_style1 #ttcmsfooter {
	margin: 0 30px 0 0;
}
.footer_style1 footer .contact-us {
    float: left;
    width: 100%;
}
.footer_style1 footer .contact-us h5 {
    display: block;
    margin: 0 0 30px;
    font: 600 16px/20px "Montserrat", Helvetica, sans-serif;
    padding: 0;
}
.footer_style1 footer .footer-column h5 {
    font: 600 16px/20px "Montserrat", Helvetica, sans-serif;
    margin: 0 0 30px;
    display: block;
}
.footer_style1 #ttcmspaymentlogo {
	float: right;
	text-align: right;
	width: auto;
	padding: 14px 0;
}
.footer_style1 footer .footer-column .follow-us h5{
    display: none;
}
.footer_style1 footer .footer-column .follow-us ul.list-unstyled li {
    width: auto;
    margin: 0 10px 0 0;
}
.footer_style1 .follow-us {
    float: left;
    text-align: left;
}
.footer_style1 footer a {
	font-size: 13px;
}
.footer_style1 footer .contact-us ul .contact-details {
    padding: 0;
}
.footer_style1 footer .contact-us ul .contact-email {
    float: left;
}
.footer_style1 footer .footer-column ul li {
    width: 100%;
    padding: 0;
}
.footer_style1 .footer-container .footer-column {
    text-align: left;
}
.footer_style1 .newletter-subscribe .box {
	float: left;
	width: 100%;
}
.footer_style1 #dialog-normal .newletter-title {
	padding: 0;
}
.footer_style1 #dialog-normal .newleter-content {
	padding: 0;
	margin: 0;
}
.footer_style1 .newletter-subscribe .newletter-container .newsletter-desc {
    display: none;
}
.footer_style1 #dialog-normal .newletter-title h2::before {
	display: none;
}
.footer_style1 #dialog-normal .newletter-title h2 {
    font: 600 16px/20px "Montserrat", Helvetica, sans-serif;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
}
.footer_style1 #subscribe_email {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    height: 50px;
    background: none;
    border-bottom: 2px solid #2d2d2d;
    padding: 0 0 8px;
    color: #ccc;
	letter-spacing: 1px;
	outline: none;
}
.footer_style1 #subscribe_email::-webkit-input-placeholder{
  color: #ccc;
}
.footer_style1 #subscribe_email::-moz-placeholder{
  color: #ccc;
}
.footer_style1 #subscribe_email:-ms-input-placeholder{
  color: #ccc;
}
.footer_style1 #subscribe_email:-moz-placeholder {
  color: #ccc;
}
.footer_style1 #subscribe .btn {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	height: 42px;
	padding: 8px 20px;
	background: #ffc000;
	color: #111;
	line-height: 26px;
	bottom: 8px;
	top: auto;
}
.footer_style1 #subscribe .btn:hover {
    color: #fff;
}
.footer_style1 .newletter-subscribe .newletter-container .newsletter-desc {
    color: #cccccc;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-align: left;
    display: none;
}
.footer_style1 #subscribe .btn::after {
    background: #444444;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.footer_style1 .newletter-subscribe .button i {
    display: none;
    font-size: 22px;
    line-height: 38px;
    transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    vertical-align: top;
}
.footer_style1 .contact-us ul li {
  width: 100%;
  padding: 0;
  float: left;
}
.footer_style1 .bottom-footer .container {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer_style1 .contact-us ul li .contact-title {
	display: none;
}
.footer_style1 #notification-normal {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    width: 100%;
    margin: 5px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-container .row {
	  margin: 0 -15px;
	}
	.footer-container .footer-column{
		padding: 0 15px;
	}
	.footer_style1 .footer-container .footer-column, .footer_style1 .container {
		padding: 0;
	}
	.footer_style1 .footer-container {
		padding: 60px 15px;
	}
}
@media (max-width: 991px) {
	.footer_style1 .newletter-subscribe {
		padding: 10px;
	}
	.footer_style1 .footer-container {
		padding: 25px 0 15px;
	}
	.footer_style1 footer .footer-column h5 {
		padding: 10px;
		margin: 0;
	}
	.footer_style1 #dialog-normal .newleter-content {
		width: 100%;
	}
	.footer_style1 #dialog-normal .newletter-title {
		padding: 0;
	}
	.footer_style1 #dialog-normal .newletter-title h2 {
		margin: 0 0 10px;
	}
	.footer_style1 #ttcmsfooter {
		text-align: center;
		float: left;
		width: 100%;
		margin: 0;
	}
	.footer_style1 .footer-bottom {
		text-align: center;
		width: 100%;
	}
	.footer_style1 #ttcmspaymentlogo h5 {
		display: none;
	}
	.footer_style1 .bottom-footer .container {
		padding: 5px 0;
	}
	.footer_style1 #ttcmspaymentlogo {
		float: left;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.footer_style1 #ttcmspaymentlogo .payment_logo_block ul {
		text-align: center;
		width: 100%;
		float: left;
		margin: 0;
		padding: 10px 0 0;
	}
	.footer_style1 .block-social {
		float: left;
		width: 100%;
		text-align: center;
		padding: 0 0 15px;
	}
	.footer_style1 footer .contact-us ul .contact-details, .footer_style1 footer .contact-us ul .contact-email {
		padding: 0 10px;
	}
	.footer_style1 #notification-normal {
		position: static;
	}
	.footer_style1 .follow-us {
		padding: 0 0 10px;
		float: none;
		width: auto;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.footer_style1 .follow-us .list-unstyled {
		display: block !important;
	}
	.footer_style1 .footer-container .footer-column {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.footer_style1 footer .footer-column h5, .footer_style1 #dialog-normal .newletter-title h2{
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.footer_style1 #dialog-normal .newleter-content {
		width: 100%;
	}
	.footer_style1 .bottom-footer .container {
		padding: 0 10px;
	}
	.footer_style1 #subscribe .btn {
		padding: 0 15px;
	}
	.footer_style1 .newletter-subscribe .button i {
		color: #111;
		line-height: 38px;
		display: block;
	}
	.footer_style1 .newletter-subscribe .button:hover i {
		color: #fff;
	}
}
/*----------footer_style1--------------*/
/*----------footer_style2--------------*/
.footer_style2 .footer-bottom-cms {
    float: right;
    width: auto;
}
.footer_style2 .footer-container {
    padding: 0;
}
.footer_style2 footer .footer-top {
    padding: 45px 25px;
    background: none;
    border-bottom: 1px solid #222;
    margin: 0 0 60px;
}
.footer_style2 footer .contact-us{
	width: 55%;
}
.footer_style2 footer .contact-us > ul{
	width: 100%;
	margin: 0;
}
.footer_style2 footer .contact-us ul.contact-details, .footer_style2 footer .contact-us ul.contact-email {
	width: 50%;
}
.footer_style2 .contact-us > h5 {
  display: none;
}
.footer_style2 .main-footer {
	left: 0;
	right: 0;
}
.footer_style2 #ttcmsfooter {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #2d2d2d;
	width: auto;
}
.footer_style2 footer .footer-column ul li {
    width: 100%;
	padding: 0;
}
.footer_style2 .footer-bottom {
	width: 100%;
}
.footer_style2  footer .container {
	max-width: 1900px;
}
.footer_style2 .contact-us .data .contact-title {
  float: left;
  width: auto;
}
.footer_style2 .footer-container .footer-column {
	padding: 0 25px 0 0;
}
.footer_style2 .footer-container .footer-column.contact-us{
	padding: 0;
}
.footer_style2 footer .footer-column h5 {
    text-align: left;
	display: block;
}
.footer_style2 .contact-us .data .contact-title > span {
  font: italic 500 16px/20px "Playfair Display", Helvetica, sans-serif;
  padding: 5px 10px;
}
.footer_style2 footer .footer-column ul li.contact-details {
	float: left;
    width: 50%;
}
.footer_style2 footer .footer-column ul li.contact-email {
	float: right;
    width: 50%;
}
.footer_style2 footer .footer-column.contact-us h5 {
	display: none;
}
.footer_style2 .footer-right-cms .newletter-subscribe .container {
  width: 100%;
  padding: 0;
}
.footer_style2 .newletter-subscribe .row {
  margin: 0;
  width: 100%;
}
.footer_style2 .newletter-subscribe {
	padding: 0;
	width: 30%;
	float: right;
}
.footer_style2 .newletter-subscribe .box {
	float: left;
	width: 100%;
}
.footer_style2 #dialog-normal .newletter-title {
	padding: 0;
}
.footer_style2 #dialog-normal .newleter-content {
	padding: 0;
	margin: 0;
}
.footer_style2 #dialog-normal .newletter-title h2::before {
	display: none;
}
.footer_style2 #dialog-normal .newletter-title h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	display: none;
}
.footer_style2 #subscribe_email {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    height: 45px;
    padding: 0 50px 0 10px;
    background: none;
    border-bottom: 2px solid #262626;
    letter-spacing: 1px;
}
.footer_style2 #subscribe .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    height: 40px;
    padding: 0 13px;
    background: #444;
}
.footer_style2 .follow-us {
    float: left;
    padding: 40px 0 20px;
    width: 100%;
    text-align: center;
}
.footer_style2 .newletter-subscribe .newletter-container .newsletter-desc {
  color: #cccccc;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: left;
  display: none;
}
.footer_style2 .newletter-subscribe .container {
    width: 100%;
	padding: 0;
}
.footer_style2 #subscribe .btn::after {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.footer_style2 #notification-normal {
	width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.footer_style2 .newletter-subscribe .newleter-content a > span {
  display: none;
}
.footer_style2 .newletter-subscribe .button i {
	display: inline-block;
	font-size: 22px;
	line-height: 38px;
	transform: rotateZ(-30deg);
	-webkit-transform: rotateZ(-30deg);
	-moz-transform: rotateZ(-30deg);
	-o-transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	vertical-align: top;
}
.footer_style2 .footer-container {
	padding: 0;
	overflow: hidden;
	height: 700px;
	overflow-y: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer_style2 #ttcmsfooter {
		margin-left: 0;
		padding-left: 0;
	}
}
@media (max-width: 1450px) {
	.footer_style2 footer .contact-us {
		width: 53%;
	}
	.footer_style2 .follow-us {
		padding: 20px 0 20px;
	}
	.footer_style2 .footer-bottom .container {
		padding: 0 15px;
	}
	.footer_style2 footer .footer-top {
		padding: 55px 15px;
	}
}
@media (max-width: 1250px) {
	.footer_style2 #ttcmsgallery h5 {
		padding: 25px 15px 25px;
	}
	.footer_style2 .footer-container {
		height: 500px;
	}
}
@media (max-width: 1199px) {
	.footer_style2 footer .contact-us {
		width:49%;
	}
	.footer_style2 footer .contact-us ul {
		width: 90%;
	}
	.footer_style2 #ttcmsgallery h5 {
		padding: 20px 10px 20px;
	}
	.footer_style2 footer .footer-top {
		padding: 40px 15px;
		margin: 0 0 30px;
	}
}
@media (max-width: 991px) {
	.footer_style2 .newletter-subscribe {
		padding: 10px 0 0;
		width: 100%;
		float: left;
		text-align: center;
	}
	.footer_style2 .footer-bottom .container {
		width: 100%;
	}
	.footer_style2 .footer-bottom-cms {
		float: left;
		width: 100%;
	}
	.footer_style2 .follow-us {
		padding: 0 0 15px;
	}
	.footer_style2 footer .footer-column #ttcmsgallery h5.toggle {
		display: block;
	}
	.footer_style2 .content-footer {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0 0 20px;
	}
	.footer_style2 footer .contact-us, .footer_style2 footer .contact-us ul {
		width: 100%;
	}
	.footer_style2 .contact-us li.contact-detail, .footer_style2 .contact-us li.contact, .footer_style2 .contact-us li.email {
		padding: 0;
		margin: 0;
	}
	.footer_style2 .footer-container .footer-column {
		padding: 0 15px;
		width: 100%;
	}
	.footer_style2 .contact-us li.contact, .footer_style2 .contact-us li.email {
		padding-left: 0;
	}
	.footer_style2 .footer-container .footer-column.footer-right-cms {
		padding: 0 15px;
	}
	.footer_style2 footer .footer-column #ttcmsgallery h5.toggle::after{
		display: none;
	}
	.footer_style2 #ttcmspaymentlogo h5 {
		display: none;
	}
	.footer_style2 #ttcmspaymentlogo .payment_logo_block ul {
		margin: 5px 0;
		text-align: center;
		width: 100%;
		float: left;
	}
	.footer_style2 #dialog-normal .newleter-content {
		width: 50%;
	}
	.footer_style2 #dialog-normal .newletter-title h2 {
		margin: 0 0 10px;
	}
	.footer_style2 footer .contact-us {
	  padding: 15px 0;
	}
	.footer_style2 footer .footer-top {
	  margin: 0 0 20px;
	  padding: 25px 0 15px;
	}
	.footer_style2 #notification-normal {
		margin: 5px 0 0;
		width: 100%;
		position: static;
	}
	.footer_style2 #ttcmsfooter {
		float: left;
		width: 100%;
		margin: 0;
		border: none;
		padding: 0;
	}
	.footer_style2 .contact-us li.contact {
		border: none;
	}
	.footer_style2 #ttcmsgallery h5::before {
		display: none;
	}
}
@media (max-width: 767px) {
	.footer_style2 #dialog-normal .newleter-content {
		width: 70%;
	}
	.footer_style2 .contact-us li.contact-detail,
	.footer_style2 .contact-us li.contact,
	.footer_style2 .contact-us li.email {
		float: left;
		width: 100%;
	}
	.footer_style2 footer .footer-top {
		padding: 20px 15px 12px;
	}
}
@media (max-width: 481px) {
	.footer_style2 #dialog-normal .newleter-content {
		width: 100%;
	}
}
/*----------footer_style2--------------*/