body {
	background: #ffffff;
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	color: #777777;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins",Helvetica,sans-serif;
	color: #333333;
}
/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666666;
}
a:hover, a:focus,#column-left .checkbox > label:hover {
    color: #000000;}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
    background: #ffffff;
    color: #777777;
	border:1px solid #e5e5e5;
	margin:0 0 5px;
	padding: 8px 12px;
	height: auto;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control,.filter-show .filter-selection .form-control {
	background-color: #ffffff; 
	padding: 4px 12px; 
	margin: 0; 
	border-radius:0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
.filter-sort-by .select-wrapper::after,.filter-show .filter-selection .select-wrapper::after {
	top: 9px;
}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 12px;
	pointer-events: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	letter-spacing: 1px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
}
#checkout-cart.container > .row {
    clear: both;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	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;
}
.product-thumb .image img.image_thumb_swap {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    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;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/*-------------------------------------- Mega Menu CSS Strat --------------------------------------*/
.left-main-menu {
  float: left;
  width: auto;
}
.main-category-list .menu-category .dropmenu li.TT-Sub-List .dropdown-menu .dropdown-inner,
.main-category-list .menu-category .dropmenu li.more-menu .dropdown-menu .dropdown-inner {
    float: left;
    width: 100%;
}
.mega-dropdown-menu .dropdown {
    float: left;
	padding: 0 10px;
}
.mega-dropdown-menu li.dropdown .dropdown-menu {
    border: none;
	display: block;
    position: static;
}
.menu-category ul.dropmenu > li.active > .dropdown-menu {
  display: block !important;
}
#column-left .left-main-menu {
	background: none;
	border: none;
    float: left;
	margin: -88px 0 0;
	padding: 0;
    width: 100%;
}
.left-main-menu .childs_1 .child-columns {
    float: left;
    width: 100%;
}
.main-category-list .cat-menu {
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .TT-panel-heading {
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 1.8px;
	font-size: 13px;
	margin: 32px 0;
	position: relative;
	text-transform: uppercase;
}
.main-category-list.left-main-menu .dropmenu > li {
	cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
}
.main-category-list.left-main-menu .dropmenu > li.more-menu {
  position: relative;
}
.main-category-list .menu-category ul.dropmenu li a, 
.main-category-list .menu-category ul li.more-menu > span {
	background: rgba(0, 0, 0, 0);
	color: #111111;
	display: block;
	font: 500 18px/20px "Oswald",Helvetica,sans-serif;
	padding: 35px 20px;
	position: relative;
	text-transform: capitalize;
}
.main-category-list .menu-category ul.dropmenu li.dropdown a, 
.main-category-list .menu-category ul li.dropdown.more-menu > a {
	padding: 35px 30px 35px 20px;
}
.main-category-list .menu-category ul li > .more-menu.active::before {
	border-top: 1px solid #e9e9e9 !important;
	top: 0;
}
.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a {
	color: #000000;
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
	padding: 0 0 8px;
	margin: 0 0 8px;
	text-transform: capitalize;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
	border: medium none;
	display: block;
	float: left;
	padding: 0;
	position: static;
	width: 100%;
}
.single-dropdown-menu .dropdown-inner ul.childs_2 {
    float: left;
    padding: 10px 30px;
}
.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after,
.main-category-list .menu-category ul li.more-menu > a::after {
    bottom: auto;
    color: #000;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 13px;
    left:auto;
    position: absolute;
    top: 35px;
	right: 15px;
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after,
.main-category-list .menu-category ul li.more-menu:hover > a::after {
	content: "\f106";
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
.main-category-list .menu-category ul li:hover .more-menu:hover::after,
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown::after {
  color: #81ba00;
}
.main-category-list .menu-category > ul.dropmenu > li:hover > a, 
.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled a:hover, 
.main-category-list .menu-category ul.dropmenu .dropdown-menu .dropdown-inner ul.list-unstyled a:focus, 
.main-category-list .menu-category > ul.dropmenu > li > a:hover, 
.main-category-list .menu-category ul li .more-menu:hover,
.main-category-list .menu-category ul li.more-menu:hover > a,
.main-category-list .menu-category ul li.more-menu:hover > a::after {
	color: #000000;
}
.main-category-list .menu-category ul.dropmenu li.active > a,
.main-category-list .menu-category ul.dropmenu li.active > span,
.main-category-list.left-main-menu .menu-category ul li.active a.TT-Category-List::after, 
.main-category-list .menu-category ul li.more-menu.active > a::after {
	color: #81ba00;
}
.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu,
.menu-category ul.dropmenu li.more-menu > .dropdown-menu {
    background: #ffffff;
	border: 1px solid #e9e9e9;
	display: none;
	float: left;
	left: auto;
	margin: 0;
	min-width: 100%;
	padding: 30px 9%;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 999;
}
.main-category-list ul li.dropdown .single-dropdown-menu > .TT-Sub-List > .dropdown-menu {
	border: 1px solid #e5e5e5;
	display: none;
	float: left;
	left: 100%;
	max-width: 200px;
	padding: 0;
	position: absolute;
	right: auto;
	top: 0;
	width: 100%;
}
.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List > a::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
	left: auto;
    right: 15px;
    top: 3px;
	color: #777777;
}
.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List:hover > a::after {
	color: #000000;
}
.menu-category ul.dropmenu li.more-menu > .dropdown-menu {
  left: 0;
  min-width: 200px;
  padding: 0;
  right: auto;
  width: 200px;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
    float: left;
    padding: 20px;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a {
	padding: 3px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	font-family: "poppins",Helvetica,sans-serif;
	color: #7c7c7c;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown,
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li:hover > a,
.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled.childs_2 a:hover,  {
	color: #000;
}
.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu {
    padding: 20px 0;
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .dropmenu .active_menu {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	height: 15px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 6px;
}
.main-category-list.left-main-menu .dropmenu > li:hover .active_menu {
	background: #eeeeee;
	height: 35px;
	right: 0;
	top: -3px;
	width: 50px;
	z-index: 1;
	display: none;
}
.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
    display: inline-block;
    font: 400 13px/24px "Poppins",sans-serif;
    padding: 8px 0;
	margin: 0 0 15px;
	color: #333;
}
.mega-dropdown-menu li.dropdown > a:before {
    background: #f4f4f4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
	right: auto;
    position: absolute;
    width: 90%;
}
.main-category-list.left-main-menu .dropmenu li li li {
	float: left;
    width: 100%;
}
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
    color: #777777;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	font-family: "poppins",Helvetica,sans-serif;
	padding: 3px 0;
	text-transform: capitalize;
}
.main-category-list .menu-category .dropmenu {
    background: #ffffff;
	border: none;
	border-top: 3px solid #81ba00;
	border-bottom: 1px solid #eaeaea;
	display: none;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 10%;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.main-category-list .cat-menu.active .menu-category .dropmenu {
  display: block;
}
.main-category-list .TT-panel-heading .btn-menu {
  	background: #ffffff;
	border: medium none;
	float: left;
	height: 2px;
	margin: 17px 12px;
	padding: 0;
	position: relative;
	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: 20px;
	z-index: 1;
}
.main-category-list .TT-panel-heading .btn-menu::after {
	background: #ffffff;
	border: medium none;
	content: "";
	height: 2px;
	left: 0;
	top: -7px;
	position: absolute;
	transform-origin: 0.28571rem center 0;
	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: 16px;
}
.main-category-list .TT-panel-heading .btn-menu::before {
	background: #ffffff;
	border: medium none;
	content: "";
	height: 2px;
	left: 0;
	top: 7px;
	position: absolute;
	transform-origin: 0.28571rem center 0;
	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: 12px;
}
.main-category-list .cat-menu.active .TT-panel-heading .btn-menu {
	background: none;
}
.main-category-list .cat-menu.active .TT-panel-heading .btn-menu::after {
	height: 2px;
	top: 0;
	left: -2px;
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	transform-origin: 50% 50% 0;
	width: 20px;
}
.main-category-list .cat-menu.active .TT-panel-heading .btn-menu::before {
	height: 2px;
	top: 0;
	left: -2px;
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: 50% 50% 0;
	width: 20px;
}
.main-category-list .TT-panel-heading > span {
    line-height: 36px;
	padding: 0 0 0 5px;
	white-space: nowrap;
}
.main-category-list .menu-category ul li .more-menu::after {
	color: #414141;
    content: "\f067";
    font-family: fontawesome;
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 22px;
    top: 10px;
}
.main-category-list .menu-category ul li .more-menu.active::after {
    content: "\f068";
    font-family: fontawesome;
}
.main-category-list ul li.dropdown .single-dropdown-menu li {
  float: left;
  width: 100%;
}
@media (min-width: 992px) { 
	.menu-category ul.dropmenu li.TT-Sub-List:hover .dropdown-menu,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu,
	.main-category-list .menu-category ul li.more-menu:hover > .dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > .dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category li.dropdown:hover .dropdown-inner ul.single-dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category > .dropmenu::after {
		content: "\f0d8";
		color: #81ba00;
		font-family: "FontAwesome";
		font-size: 30px;
		left: 40px;
		position: absolute;
		right: auto;
		top: -18px;
	}
	.left-main-menu .TT-panel-heading:after {
		background: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		-moz-border-radius: 50%; 
		-webkit-border-radius: 50%; 
		-khtml-border-radius: 50%;
		content: "";
		height: 40px;
		left: 0;
		position: absolute;
		right: auto;
		top: -2px;
		width: 40px;
	}
	.left-main-menu .TT-panel-heading:hover::after,
	.left-main-menu .cat-menu.active .TT-panel-heading::after {
	  background: #81ba00 none repeat scroll 0 0;
	}
}
@media (max-width: 991px) {
	.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu, 
	.menu-category ul.dropmenu li.more-menu > .dropdown-menu,
	.main-category-list ul li.dropdown .single-dropdown-menu > .TT-Sub-List > .dropdown-menu {
		position: static;
		border: none;
		border-radius: 0; 
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;
		display: block;
		padding: 0;
	}
	.mega-dropdown-menu .dropdown {
		width: 100% !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
		padding: 10px 0;
		display: none;
	}
	.mega-dropdown-menu li.dropdown > a::before {
		display: none;
	}
	.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu{
		padding:0;
	}
	.main-category-list .menu-category ul li.more-menu > a, .main-category-list .menu-category ul li.more-menu > i{
		display:none;
	}
	.mega-dropdown-menu li.dropdown > a {
		margin: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, .main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a{
		font-size: 14px;
		font-weight: 400;
		line-height: 26px;
		font-family: "Oswald", Helvetica, sans-serif;	
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		position: static;
		border: none;
		display: block;
	}
	.main-category-list .dropdown ul.single-dropdown-menu li.TT-Sub-List .dropdown-menu ul.single-dropdown-menu {
	  display: block;
	}
	.single-dropdown-menu .dropdown-inner ul.childs_2 {
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, 
	.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a {
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after {
		display: none;	
	}
	.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after, 
	.main-category-list .menu-category ul li.more-menu > span::after,
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
	.main-category-list .menu-category ul li.more-menu:hover > span::after,
	.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List > a::after {
		content: "";
	}
	.main-category-list.left-main-menu {
		border-top: 1px solid #191919;
		float: left;
		padding-right: 170px;
		width: 100%;
		padding-left: 15px;
	}
	.main-category-list .TT-panel-heading > span {
	    line-height: inherit;
		padding: 0;
	}
	.main-category-list.left-main-menu .TT-panel-heading {
		border: none;
		font: 500 16px/18px "Poppins",Helvetica,sans-serif;
		position: relative;
		cursor: pointer;
		padding: 16px 0;
		margin: 0;
		height: auto;
		text-align: left;
	}
	.main-category-list .TT-panel-heading .btn-menu {
		display: none;
	}
	.left-main-menu .TT-panel-heading::after {
		float: right;
		color: #ffffff;
		content: "\f0c9";
		font-family: "FontAwesome";
		font-size: 17px;
		position: static;
	}
	.main-category-list .menu-category ul.dropmenu li.dropdown a, 
	.main-category-list .menu-category ul li.dropdown.more-menu > span,
	.main-category-list .menu-category ul.dropmenu li a {
		color: #666666;
		float: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 26px;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a {
		color: #333333;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	.main-category-list .menu-category ul.dropmenu li.dropdown:hover a, 
	.main-category-list .menu-category ul li.dropdown.more-menu:hover > span,
	.main-category-list .menu-category ul.dropmenu li:hover a,
	.left-main-menu .dropmenu li:hover > i.fa-angle-down::before {
		color: #000000;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a,
	.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
		padding: 0 10px;
	}
 	.left-main-menu.dropmenu li a.TT-Category-List {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu .active_menu {
		display: none;
	}
	.left-main-menu .dropmenu li i.fa-angle-down {
		float: right;
		position: relative;
	}
	.left-main-menu .dropmenu li > i.fa-angle-down::before {
		color: #888;
		content: "\f067";
		font-size: 14px;
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		padding: 6px 11px;
		height: 8px;
		width: 8px;
		cursor: pointer;
		z-index: 2;
	}
	.left-main-menu .dropmenu li.TTactive > i.fa-angle-down::before {
		content: "\f068";
	}
	.main-category-list .menu-category .dropmenu {
		padding: 15px;
		margin: -1px 0 0;
	}
	.left-main-menu ul.dropmenu .dropdown-menu ul li.dropdown-inner > ul {
		list-style: none;	
		display: none;
	}
	.left-main-menu .dropmenu .TT-Sub-List .dropdown-menu ul .dropdown-inner > ul {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu ul {
		float: left;
		width: 100%;
	}
	.mega-dropdown-menu li.dropdown .dropdown-menu {
		display: block;
		padding: 10px 0;
	}
	.main-category-list.left-main-menu .dropmenu .dropdown-inner {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
		margin: 0;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a::before {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu li li li  {
		padding: 0;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		width: 100%;
    }
    .main-category-list.left-main-menu .dropmenu > li.more {
		display: none !important;
    }
}
/*---------------------------------  Mega Menu CSS End --------------------------------------------*/
/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.nav-tabs {
	border-bottom: none;
	display: inline-block;
	float: none;
	text-align: center;
	padding: 0 0 20px;
	vertical-align: top;
}
.tab-content {
	padding:15px 0;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.tab-content ul, .tab-content ol {
	padding: 0 0 0 15px;
}
.table.table-striped.table-bordered {
	border:1px solid #e5e5e5;
}
/*--------------------------- title css start--------------------------------*/
.tt-titletab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}
.box-heading > h3, .title_block .ttblock-heading,.tt-title {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/separator.png") no-repeat scroll center top;
	color: #000000;
	float: left;
	font: 400 42px/48px "Oswald",sans-serif;
	letter-spacing: 0.4px;
	margin: 0 0 40px;
	padding: 40px 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#content .box-heading > h3::after,
#content .tt-title::after {
  border-bottom: 2px solid #c4c4c4;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.ttsubtitle {
  color: #777777;
  float: left;
  font: italic 400 22px/28px "Playfair display",sans-serif;
  margin: 0 0 20px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}
.box-heading {
  float: left;
  width: 100%;
}
.product-thumb .caption {
  float: left;
  padding: 15px 0;
  width: 100%;
}
/*--------------------------- title css end--------------------------------*/
/* TTproduct tab*/
.ttproduct-main {
	float: left;
	width: 100%;
}
.TTProduct-Tab .tab-content {
	margin: 0;
	padding: 0;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li:hover > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li:focus > a,
.TTProduct-Tab .nav-tabs > li.active > a:focus {
	background: #81ba00;
	border: 2px solid #81ba00;
	color: #ffffff;
	cursor: pointer;
}
.TTProduct-Tab .nav-tabs > li > a{
	background: none;
	border: 2px solid #e0e0df;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #888888;
	font: 500 16px/18px "Poppins",Helvetica,sans-serif;
	margin: 0;
	padding: 10px 30px;
	position: relative;
	text-transform: capitalize;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
}
.nav-tabs > li {
	float: left;
	margin: 0;	
	position: relative;
}
.TTProduct-Tab .tab-box-heading {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 0 30px;
}
.TTProduct-Tab ul li {
  margin: 0 10px 0 0;
}
.TTProduct-Tab .nav.nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 0;
}
.TTProduct-Tab .tthometab {
	float: left;
	width: 100%;
}
.ttcat-main {
  float: left;
  width: 100%;
}
/*--------------------------------- Next-Prev Button CSS Start -------------------------*/

.products-carousel.owl-carousel .owl-buttons div {
	float: left;
    font-size: 13px;
	letter-spacing: 2px;
	color: #000000;
	float: none;
	direction: ltr;
	display: inline-block;
    vertical-align: top;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-bottom: 2px solid #000000;
	text-transform: uppercase;
}
.products-carousel.owl-carousel .owl-buttons div:hover {
	color: #000000;
}
.products-carousel.owl-carousel .owl-buttons div.owl-prev {
	background: #ffffff url("TemplateTrip/images/sprite.png") no-repeat scroll -13px -360px;
	margin: 0 20px 0 0;
	padding: 0 0 5px 35px;
}
.products-carousel.owl-carousel .owl-buttons div.owl-prev:hover {
	background-position: -13px -360px;
}
.products-carousel.owl-carousel .owl-buttons div.owl-next {
	background: #ffffff url("TemplateTrip/images/sprite.png") no-repeat scroll 34px -392px;
	padding: 0 35px 5px 0;
}
.products-carousel.owl-carousel .owl-buttons div.owl-next:hover {
	background-position: 34px -392px;
}
.products-carousel.owl-carousel .owl-buttons div::after {
	border-bottom: 3px solid #000000;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	right: 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;
	width: 0;
}
.products-carousel.owl-carousel .owl-buttons div.owl-prev::after {
	left: auto;
	right: 0;
}
.products-carousel.owl-carousel .owl-buttons div:hover::after {
	width: 69px;
}
.products-carousel.owl-carousel .owl-buttons {
	direction: ltr;
	float: left;
	text-align: center;
	margin: 20px 0 0;
	width: 100%;
}
/*--------------------------------- Next-Prev Button CSS End ---------------------------------------*/
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
.additional-images .owl-controls .owl-buttons div {
    background: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	bottom: 0;
	direction: ltr;
	font-size: 0;
	height: 30px;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	transition: none 0s ease 0s ;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	width: 30px;
}
.additional-images .owl-controls .owl-buttons div:hover{
	background: #81ba00;
	border-color: #81ba00;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
	left: 0;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next {
	right: 0;
	left: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev::before, 
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
    background: none;
    content: "\f104";
    font-family: fontawesome;
    font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color:#ffffff;
	padding: 10px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
	content:"\f105";
	padding: 11px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev:hover::before, 
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next:hover::before {
	color: #ffffff;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.header-content-title .parallex {
  background: #000000;
  float: left;
  padding: 100px 0;
  width: 100%;
}
.page-title-wrapper {
	float: left;
	width: 100%;
}
.breadcrumb-wrapper{
	width:100%;
	float:left;
	background:#f5f5f5;
	
}
.page-title-wrapper .page-title {
	color: #ffffff;
	float: left;
	font: 400 26px/30px "Poppins",Helvetica,sans-serif;
	margin: 0 0 15px;
	text-transform: capitalize;
	text-align: center;
	width: 100%;
}
.page-title {
	color: #ffffff;
}
a:hover, a:focus{color: #333333;}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	background: none;
	text-decoration: none;
	color: #000000;
}
span.hidden-xs, span.hidden-sm, 
span.hidden-md, span.hidden-lg {
  display: inline;
}
/* top */
#top {
	background: #ffffff;
	float: left;
	width: 100%;
}
.header-top-left {
	float: left;
	width: auto; 
}
.header-top-right {
  float: right;
  width: auto;
}
.header-right-cms {
  float: left;
}
#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
	padding: 10px 0;
	margin-right: 15px;
}
#top #currency .currency-select,
#top #language .language-toggle a {
	padding: 3px 10px;
	color: #888888;
	font-size: 14px;
	text-align: left;
	height: auto;
}
#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
	background-color: #000;
	color: #FFFFFF;
}
#top .btn-link,
#top-links li,
#top-links a {
	background: none;
	color: #333333;
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding: 0;
	text-transform: capitalize;
}
#top-links li .dropdown .dropdown-toggle {
  padding: 8px 0 7px;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before {
	content: '\f107';
	font-size: 13px;
	line-height: 20px;
	font-weight:500;
	color: #333333;
}
#form-currency .btn-group.open .fa-caret-down:before,
#form-language .btn-group.open .fa-caret-down:before {
	content: "\f106";
}
#top-links .dropdown .dropdown-toggle > span::after {
    content: "\f107";
    font-family: fontawesome;
	font-size:13px;
	margin:0 0 0 3px;
}
#top ul.dropdown-menu .btn-link {
	padding: 0px;
	line-height:24px;
	color:#777;
	text-transform: capitalize;
}
.header-top-right .dropdown a.dropdown-toggle, 
.header-top-right #wishlist-total {
  display: block;
  line-height: 24px;
  padding: 8px 0;
}
#top-links .header_user_info ul.dropdown-menu {
    border: 1px solid #e5e5e5;
    padding: 10px;
	text-transform: capitalize;
	min-width: 150px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #FFF;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}	
#top #form-currency .currency-select:hover, #top ul > li > .language-select:hover {
    color: #000;
}
#top .btn-link strong {
	color: #333333;
	font-size: 13px;
	line-height: 14px;
}
#top-links > ul {
	float: left;
	margin: 0;
}
#top-links > ul > li {
	float: left;
	padding: 0 10px;
	position: relative;
}
#top-links > ul > li::after {
	background-color: #c6c6c6;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}
#top-links > ul > li:first-child::after {
  display: none;
}
#top-links .dropdown-menu a { padding:2px 10px;}
#top-links .account-link-toggle a i.fa { padding: 0 2px }
.contact-link {
  float: left;
  width: 100%;
}
.contact-link > ul {
  margin: 0;
}
.contact-link ul li {
  float: left;
  padding: 10px 0 10px 20px;
  position: relative;
  list-style: none;
}
.contact-link ul li span
{
    color: #333333;
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #000;
	background:none;
}
.contact-link ul li i {
	color: #333333;
	float: left;
	font-size: 15px;
	height: 20px;
	line-height: 14px;
	padding: 2px 0;
	width: 20px;
}
.header-top-right .dropdown .dropdown-toggle > i::before,
.header-top-right #wishlist-total i::before{ content: ""; }
.header-top-right .dropdown .dropdown-toggle > i,
.header-top-right #wishlist-total i {
	display: none;
}

.header-right {
  float: right;
  padding: 39px 0;
  width: auto;
}
header .right-block {
    float: right;
	margin: 30px 0;
	width: auto;
}
.right-block > div {
  padding: 0 5px;
  position: relative;
}
.right-block > div:last-child {
  padding-right: 0;
}
.inner-body {
	float: left;
	padding: 30px;
	width: 100%;
}
#page {
	background: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	float: left;
	width: 100%;
}
#page > .container {
  clear: both;
}
/*----------------------- userinfo ----------------------------------- */
.user-info {
    float: left;
	width: auto;
}
.user-info .dropdown > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	position: relative;
}
.user-info .dropdown > a > .fa-user::before {
  content: "";
}
.user-info .dropdown > a > .ttuserheading {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -65px -277px;
	float: left;
	height: 40px;
	vertical-align: top;
	font-size: 0;
	width: 40px;
}
.user-info .dropdown > a > .ttuserheading:hover {
	background-position: -6px -277px;
}
.user-info .dropdown .fa-caret-down,
.user-info .dropdown > a > .fa-user {
  display: none;
}
.user-info .dropdown > ul {
    border: 1px solid #e5e5e5;
	border-top: 3px solid #81ba00;
	left: auto;
	min-width: 230px;
	padding: 20px 25px;
	right: 0;
	top: 70px;
}
.user-info .dropdown > ul::after {
	color: #81ba00;
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 32px;
	right: 10px;
	position: absolute;
	top: -17px;
	left: auto;
}
.user-info .dropdown-menu > li > a {
  color: #777777;
  line-height: 18px;
  padding: 3px 0;
  font-size: 13px;
}
.user-info .dropdown-menu > li > a:hover {
	color: #000000;
}
.user-info .dropdown-menu #wishlist-total {
  margin: 0 0 5px;
}
/*----------------------- userinfo ----------------------------------- */
/* cart */
.cart {
    float: left;
	width: auto;
}
#cart {
  	float: right;
	width: auto;
}
#cart i.fa-shopping-cart {
    display: block;
	position: relative;
    font-size: 0;
    height: 40px;
    width: 50px;
	vertical-align: top;
	
}
#cart i.fa-shopping-cart::after {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -33px -119px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
}
#cart:hover i.fa-shopping-cart::after {
	background-position: -33px -174px;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart button.btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
#cart .cart-heading {
	color: #ffffff;
  	display: none;
	font: 500 16px/16px "Poppins",sans-serif;
}
#cart #cart-total {
	background: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	bottom: auto;
	color: #000000;
	float: right;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	left: auto;
	right: 3px;
	line-height: 16px;
	margin: auto;
	padding: 0 3px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 16px;
	z-index: 1;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e5e5e5;
	border-top: 3px solid #81ba00;
	display: none;
	min-width: 300px;
	padding: 10px;
	right: 0;
	top: 70px;
	z-index: 1001;
}
#cart .dropdown-menu::after {
	color: #81ba00;
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 32px;
	right: 15px;
	position: absolute;
	top: -17px;
	left: auto;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	color: #878787;
	padding: 10px 0;
	margin: 0;
}
#cart .dropdown-menu li p a strong { font-weight:normal; }
#cart .dropdown-menu li p a strong i.fa { padding: 0 3px 0 0; }
#cart .header-cart-toggle .btn-danger {
    background-color: #ffffff;
    border: medium none;
    color: #222;
	height: auto;
	padding: 0;
	width: auto;
}
#cart .header-cart-toggle .text-right > strong {
	color: #777;
    font-size: 13px;
    font-weight: normal;
}
#cart .dropdown-menu li p a:first-child {
	background: #f1f1f1 none repeat scroll 0 0;
	border-color: #f1f1f1;
	color: #222222;
	margin: 0;
	float: left;
}
#cart .dropdown-menu li p a {
    background: #000000;
    border: 1px solid #000000;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
    color: #ffffff;
    float: right;
    font:400 14px/18px "Poppins",Helvetica,sans-serif;
    padding: 8px 15px;
    text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 0 5px;
	width: 48%;
	text-align:center;
}
#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
	background: #81ba00;
	border-color: #81ba00;
	color: #ffffff;
}
#cart .header-cart-toggle td small {
  display: none;
}
.header-cart-toggle .table > tbody > tr > td, .table > tbody > tr > th, 
.header-cart-toggle .table > tfoot > tr > td, .table > tfoot > tr > th, 
.header-cart-toggle .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px 4px;
	border-color: #eaeaea;
}
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td, .header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 10px 4px;
}
.header-cart-toggle .table.table-bordered tr:first-child td{
	padding-top:10px !important;
}
.header-cart-toggle .table.table-bordered tr:last-child td{
	padding-bottom:10px !important;
}
#cart .table-bordered > thead > tr > th, #cart .table-bordered > tbody > tr > th, #cart .table-bordered > tfoot > tr > th, #cart .table-bordered > thead > tr > td, #cart .table-bordered > tbody > tr > td, #cart .table-bordered > tfoot > tr > td {
    border: medium none;
    padding: 1px 0;
	text-align: left;
}
#cart .header-cart-toggle .text-left.name > a {
    color: #777777;
    font-size: 13px;
}
#cart .header-cart-toggle .text-right.amount {
    color: #222;
    font: 500 13px/20px "Poppins",Helvetica,sans-serif;
    text-align: left;
}
.header-cart-toggle .table .text-center img{
	max-width:none;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #222;
	text-align: right;
    font: 500 14px/24px "Poppins",Helvetica,sans-serif;
    white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #333;
    font: 500 13px/20px "Poppins",Helvetica,sans-serif;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
.cart-form .cart_input_block .input-group-btn .btn-primary {
  padding: 8px 14px;
}
#cart .header-cart-toggle .table.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eaeaea -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    padding: 10px 0;
}
#cart .header-cart-toggle li:first-child tr:first-child td { border: 0 none; }
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px;
	color:#777;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}
#cart .table.table-striped tr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cart .dropdown-menu .table .text-center.image > a {
  padding: 0;
}
.checkout-cart .panel-collapse .input-group .form-control {
  border-radius: 0;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  -khtml-border-radius: 0;
}
/* full-header css */
header .full-header {
	background: #000000;
	float: left;
	position: relative;
	padding: 0 30px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
/* --------------------------------- search Start------------------------------------------------------------*/
		.search {
			float: left;
			width: auto;
		}
		.ttsearch {
			float: left;
		}
		.ttsearch_button {
			background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -64px -232px;
			color: #000000;
			display: block;
			font-size: 0;
			height: 100%;
			padding: 0;
			position: absolute;
			width: 100%;
		}
		#search:hover .ttsearch_button {
			background-position: -5px -232px;
		}
		.ttsearchtoggle {
			display: none;
			left: auto;
			position: absolute;
			right: 0;
			left: auto;
			top: 70px;
			width: 320px;
			z-index: 9999;
		}
		.ttsearchtoggle::after {
			color: #81ba00;
			content: "\f0d8";
			font-family: "FontAwesome";
			font-size: 32px;
			right: 10px;
			position: absolute;
			top: -14px;
			left: auto;
		}
		.ttsearchtoggle .input-group-btn {
			float: right;
		}
		#search .ttsearch_button .fa-search {
			display: none;
		}
		#search button .fa-search {
			font-size: 16px;
		}
		#search {
			width: 40px;
			height: 40px;
			cursor: pointer;
			float: left;
		}
		#search .select-wrapper {
			max-width: 160px;
		}
		#search .select-wrapper select {
			height: 40px;
			margin: 0 -1px 0 0;
		}
		#search .select-wrapper::after {
			padding: 3px;
		}
		#search .input-lg {
			float: right;
			height: 41px;
			line-height: 20px;
			padding: 0 15px;
			width: 100%;
			background: #ffffff;
			border: 1px solid #e5e5e5;
			border-top: 3px solid #81ba00;
			color: #777;
			font-size: 14px;
			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;
		}
		#search .form-control::-moz-placeholder {
			color: #777;
			text-indent: 0.625rem;
		}
		#search .btn-lg {
			font-size: 14px;
			color: #777777;
			line-height: 18px;
			padding: 0;
			width: 30px;
			height: 30px;
			background: none;
			border: none;
			position: absolute;
			left: auto;
			right: 5px;
			top: -35px;
			left: auto;
			z-index: 9999;
			border-radius: 0; 
			-moz-border-radius: 0; 
			-webkit-border-radius: 0; 
			-khtml-border-radius: 0;

		}
		#search .btn-lg:hover {
			color: #111111;
		}
		#search.active .ttsearch_button {
			background-position: -5px -317px;
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
			transition: none;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			-ms-transition: none;
		}
		@media (max-width: 991px) {
			.ttsearchtoggle {
				top: 45px;
			}
		}
		@media (max-width: 480px) {
			.ttsearchtoggle {
				left: auto;
				right: -110px;
				width: 280px;
			}
			.ttsearchtoggle::after {
				left: auto;
				right: 120px;
			}
		}
/*--------------------------------------------- Search End --------------------------------------------------------*/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width:100%;
			position:absolute;
			z-index:1000;
			padding:5px 0;
			margin-top: 40px;
			background-color:#FFF;
			border: 1px solid #e5e5e5;
			left: 0;
			display:none;
		}
		.live-search .loading{
			display:block;
			margin-left:auto;
			text-align: center;
			margin-right:auto;
			position: absolute;
			left: 0;
			right: 0;
			width: 32px;
			height: 32px;
		}
		.live-search ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 10px 10px 0;
			width: 100%;
		}
		.live-search ul li {
			background-color: #ffffff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			-khtml-border-radius: 10px;
			cursor: pointer;
			overflow: hidden;
			float: left;
			width: 100%;
		}
		.live-search ul li:hover a {
			background-color:#efefef;
		}
		.live-search ul li a{
			display: block;
			float: left;
			padding: 10px;
			text-decoration: none;
			width: 100%;
		}
		.live-search ul li .product-image{
			float: left;
			padding: 0;
			width: auto;
		}
		.live-search ul li .product-name p{
			color: #555555;
			font-size: 12px;
			font-weight: normal;
			margin: 0;
			padding: 10px 0 0;
		}
		.live-search ul li .search-description {
			float: right;
			padding: 0 10px;
			text-align: left;
		}
		.live-search ul li .product-name{
			font-size: 14px;
			font-weight: 400;
			color: #777777;
		}
		.live-search ul li .product-price {
			color: #000000;
			font: 400 14px/18px "Oswald",Helvetica,sans-serif;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.live-search ul li .product-price .price{
			color: #222222;
			display:block;
		}
		.live-search ul li .product-price .special{
			color: #777777;
			text-decoration: line-through;
			display:block;
			font-size: 13px;
			font-weight: normal;
			margin-top: -5px;
		}
		.live-search .result-text{
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			text-align: center;
			padding: 15px 0;
			text-transform: capitalize;
			width: 100%;
		}
		.live-search .view-all-results:hover {
			color: #000000;
		}
		.live-search .view-all-results {
			color: #333333;
		}
		.live-search .product-image img {
			width: auto;
			max-width: 100%;
		}
		@media (max-width: 1199px) {
			.live-search ul li {
				width: 100%;
			}
		}
		@media (max-width: 481px) {
			.live-search ul li .product-image {
				width: auto;
			}
		}
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
#top-links .list-inline > li.account-nav > a
{
    color: #888888;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
	margin: 0px;
	background:none;
}
.user-info .ttlanguage, 
.user-info .ttcurrency {
  float: left;
  width: 100%;
}
.ttlanguage .pull-left,
.ttcurrency .pull-left {
  width: 100%;
}
#form-language .btn-group > .btn-link,
#form-currency .btn-group > .btn-link {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  padding: 0 0 5px;
  width: 100%;
}
#form-currency .btn-link, #form-language .btn-link {
  border: medium none;
  color: #777777;
  display: block;
  float: left;
  font: 400 13px/24px "Poppins",Helvetica,sans-serif;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
}
.ttlanguage .btn-link > span, 
.ttcurrency .btn-link > span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: inline-block !important;
}
.ttlanguage .btn-group > ul, 
.ttcurrency .btn-group > ul {
  clear: both;
  float: left;
  padding: 7px 0;
  width: 100%;
}
.ttlanguage .btn-group ul li, 
.ttcurrency .btn-group ul li {
  list-style: outside none none;
}
#form-currency .btn-group button.btn-link:hover,
#form-currency .btn-group.open button.btn-link span,
#form-currency .btn-group.open button.btn-link,
#form-currency button:hover span,
#form-currency .btn-group .btn-link:hover > strong,
#form-currency .btn-group.open .btn-link strong,
#form-language .btn-group button.btn-link:hover,
#form-language .btn-group.open button.btn-link,
#form-language .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group.open .fa-caret-down::before,
#form-language .btn-group.open .fa-caret-down::before, 
#form-language .btn-group.open .dropdown-toggle {
	color: #000000;
}
#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle,
#top-links .dropdown .dropdown-menu {
    border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
	margin: 0;
	min-width: 150px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 36px;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button,
#top-links .dropdown-menu a {
    border: medium none;
	color: #878787;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	text-align: left;
}
#form-language .language-select > img {
  margin: 0 2px 0 0;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
		color: #000;
}
#form-language .dropdown-toggle > img, 
.header-top-right #form-currency .dropdown-toggle > strong {
  margin: 0 2px;
}
.header_user_info .ttuserheading {
    background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -5px -317px;
    cursor: pointer;
    float: left;
	font-size: 0;
    height: 40px;
    margin: 0;
    width: 40px;
}
.header_user_info .ttuserheading:hover, .header_user_info.open .ttuserheading {
	background-position: -65px -317px;
}	
.header_user_info > a > i, .header_user_info > a > .fa-user {
  display: none;
}
/* header user info End*/ 
/* logo */
.header-top-cms {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#logo img{
	max-width:180px;
	max-height:70px;
	height:auto;
	width:auto;
}
.header-left {
    float: left;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 15px;
	width: 180px;
}
header {
    float: left;
    width: 100%;
	position: relative;
}
.header-left-cms {
	float: left;
	width: auto;
}
/* menu */
/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {display: table;}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {color: #777;}
.menu-container {
  background: #000000; 
  clear: both;
  position: relative;
  padding-left: 26%;
  float: left;
  width: 100%;
}
#menu {
    margin: 0 auto;
    min-height: auto;
    text-align: center;
    width: 100%;
}
#menu div.navbar-header {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
    color:#414141;
    font: 400 14px/22px "Poppins",Helvetica,sans-serif;
    padding:0;
    text-transform: capitalize;
    width: 100%;
	text-align:left;
}
#menu .dropdown-inner .list-unstyled.childs_2.single-dropdown-menu a {
	padding:0 0 0 20px;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {color: #000;}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
	color:#000;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after{display:none;}
#menu .nav > li > span { 
	cursor: pointer;
}
#menu .nav > li > a,
#menu .nav > li > span {
	color: #414141;
	display: block;
    font: 400 15px/22px "Poppins",Helvetica,sans-serif;
	padding: 20px;
    text-transform: capitalize;
	background: none;
}
#menu .list-unstyled.childs_2{
	padding: 5px 0;
}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 20px 0;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu{
	padding:20px;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child{
	padding:20px 0 20px 20px;
}
#menu .dropdown-inner a {
	color: #414141;
    display: block;
    font-family: "Poppins",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 160px;
    padding: 0;
    text-transform: capitalize;
	text-align:left;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #777;
}
#menu #category {
	color: #000000;
	float: left;
	font: 700 14px/40px "Poppins",sans-serif;
	text-transform: uppercase;
}
#menu #category:hover {
	color:#000;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #777;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #777;
}
#menu .navbar-nav > li{display:inline-block;float:none;}
#menu .navbar-nav{float: none;}
#menu ul.nav ul.list-unstyled li.dropdown > a::after {
    border-top: 1px solid #eeeeee;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    left:0;
    position: absolute;
    width: 20%;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a,#menu .more-menu .list-unstyled.childs_1 a {
    padding: 0 20px;
	color: #414141;
}
#menu .nav > li > a:hover, 
#menu .nav.navbar-nav > li:hover > a,
#menu li:hover > span,
#menu .nav > li.dropdown:hover::after,
#menu .nav > li.dropdown:focus::after,
#menu .nav > li > a:focus,
#menu .nav > li > a:active,
#menu li.more-menu .dropdown-menu ul li a:hover,
#menu li.more-menu .dropdown-menu ul li span:hover,
#menu li.more-menu .dropdown-menu ul li a:focus,
#menu li.more-menu .dropdown-menu ul li span:focus,
#menu li.more-menu .dropdown-menu ul li a:active,
#menu li.more-menu .dropdown-menu ul li span:active
{color:#000000;}

/* 2 Level Sub Categories START */
#menu ul.nav ul.list-unstyled li {
	min-width: 160px;
}
#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
	border: 0;
	position: static;
	display: block;
	width:150px;
}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
    left: 160px;
    top: 0;
    position: absolute;
	display: none;
	border-color:#eaeaea;
}
#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu .nav > li.dropdown::after {
    bottom: auto;
    color: #414141;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
    top: 19px;
	right: 5px;
}
#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span {

    color: #000;
}
#menu .nav > li.dropdown:hover::after
{
    color:#414141;
    content: "\f106";
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after
{
   content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 0;
}
/* 2 Level Sub Categories END */
/* content */
#content {
	min-height: 600px;
}
.tthome {
  float: left;
  width: 100%;
}
.tthome #content {
  padding: 0;
}
/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;} 
.content-top {
  float: left;
  width: 100%;
}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.top-column {
  margin-bottom: 30px;
}
.swiper-wrapper {
	direction: ltr !important;
}
.slideshow-panel {
	position: relative;
	float: left;
	margin: 0 0 100px;
	width: 100%;
}
.slideshow-panel .swiper-viewport {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	float: left;
}
.slideshow-panel .swiper-container {
	width: 100%;
}
.slideshow-panel .ttloader {
   background: #f5f5f5 url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.slideshow-panel img{
	width:100%;
	height:auto;
}
.slideshow-main .swiper-pagination {
  display: none;
}
.slideshow-panel .swiper-container .swiper-pager {
	bottom: 30px;
	float: right;
	height: auto;
	left: auto;
	line-height: normal;
	position: absolute;
	right: 80px;
	top: auto;
	width: auto;
}
.slideshow-panel .swiper-container .swiper-pager div {
	background: #ffffff;
	border: none;
	height: 34px;
	width: 45px;
	text-align: center;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 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;
	text-shadow: none;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	position: relative;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	margin: auto;
	float: right;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
	float: left;
	border-radius: 22px 0 0 22px; 
	-moz-border-radius: 22px 0 0 22px; 
	-webkit-border-radius: 22px 0 0 22px; 
	-khtml-border-radius: 22px 0 0 22px;
	border-right: 1px solid #ebeae6;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
	border-radius: 0 22px 22px 0; 
	-moz-border-radius: 0 22px 22px 0; 
	-webkit-border-radius: 0 22px 22px 0; 
	-khtml-border-radius: 0 22px 22px 0;
}
.slideshow-panel .swiper-container:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.slideshow-panel .swiper-container .swiper-pager div:hover {
	background: #81ba00;
	border-color: #81ba00;
}
.slideshow-panel .swiper-pager .swiper-button-prev::before {
	bottom: 0;
	color: #9f9f9f;
	content: "\f104";
	font-family: fontawesome;
	font-size: 17px;
	line-height: 38px;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.slideshow-panel .swiper-pager .swiper-button-next::before {
  	bottom: 0;
	color: #9f9f9f;
	content: "\f105";
	font-family: fontawesome;
	font-size: 17px;
	line-height: 38px;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
	color: #ffffff;
}
@media (max-width: 1199px) {
	.slideshow-panel {
		margin: 0 0 70px;
	}
}
@media (max-width: 767px) {
	.slideshow-panel {
		margin: 0 0 50px;
	}
	.slideshow-panel .swiper-container .swiper-pager {
		right: 40px;
	}
}
@media (max-width: 480px) {
	.slideshow-panel {
		margin: 0 0 30px;
	}
	.slideshow-panel .swiper-container .swiper-pager {
	  bottom: 10px;
	  right: 10px;
	}
	.slideshow-panel .swiper-container .swiper-pager div {
		height: 24px;
		width: 35px;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/
		.customNavigation {
		    float: left;
			direction: ltr;
			text-align: center;
			margin: 30px 0 0;
			width: 100%;
		}
		.customNavigation a {
			border: none;
            border-bottom: 2px solid #000000;
			color: #000000;
			cursor: pointer;
			direction: ltr;
			display: inline-block;
			float: none;
			font-size: 13px;
			letter-spacing: 2px;
			padding: 0;
			position: relative;
			vertical-align: top;
			text-transform: uppercase;
		}
		.customNavigation a.prev {
			background: url("TemplateTrip/images/sprite.png") no-repeat scroll -13px -360px;
			margin: 0 20px 0 0;
			padding: 0 0 5px 35px;
		}
		.customNavigation a.prev:hover {
			background-position: -13px -360px;
		}
		.customNavigation a.next {
			background: url("TemplateTrip/images/sprite.png") no-repeat scroll 34px -392px;
			padding: 0 35px 5px 0;
		}
		.customNavigation a.next:hover {
			background-position: 34px -392px;
		}
		.customNavigation a::after {
			border-bottom: 3px solid #000000;
			bottom: -2px;
			content: "";
			left: 0;
			position: absolute;
			right: 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;
			width: 0;
		}
		.customNavigation a.prev::after {
			left: auto;
			right: 0;
		}
		.customNavigation a:hover::after {
			width: 69px;
		}
/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/* Category Page */
#content h2.category-name {
	margin-top: 0;
}
#column-left > div,
#column-right > div {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 0 20px;
	padding: 15px;
	width: 100%;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport {
  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;
}
#column-left .swiper-wrapper,
#column-right .swiper-wrapper {
  height: auto;
}
.category-list ul {
	padding: 0;
}
.category-list ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
	text-align: center;
	width: 145px;
}
.subcategory-image {
	clear: both;
	padding: 0 0 8px;
}
.subcategory-image > a {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px;
	display: block;
	padding: 6px;
}
.category-list li:hover .subcategory-image > a {
	border: 2px solid #333333;
	padding: 5px;
}
.subcategory-image img {
	max-width: 100%;
}
.category-list h5 {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
}
.category-list h5 a {
	color: #888888;
	font: 400 16px/22px "Poppins",sans-serif;
	text-transform: capitalize;
}
.category-list li:hover h5  a,
.category-list li:focus h5 a {
    color: #333;
}
.category-filter label {
    color: #222;
    font: 500 13px/24px "Poppins",Helvetica,sans-serif;
   	margin: 0;
	padding: 0;
	white-space:nowrap;
	background: none;
	border: none;
	width: auto;
}
.category-compare {
 	margin: 0; 
	float:left;
	width:100%;	
}
.category-products {
    float: left;
    width: 100%;
}
.category-treeview ul { margin: 0px; }
.category-treeview li { position: relative; list-style: none; }

.category-treeview li.category-li .list-tree:before {
	content: "\f107";
    font-family: "FontAwesome";
	font-size: 14px;
	font-weight:normal;
	color: #111111;
    position: absolute;
	cursor: pointer;
	padding: 3px 5px;
    right: 0px;
	top: 0px;
    z-index: 9;
}
.category-treeview li.category-li.category-active.active .list-tree:before {
	content: "\f106";
	color: #111111;
}
.category-treeview li.category-li .list-tree:hover:before {
	color: #414141;
}
#column-left .list-group .category-li.category-active a.list-group-item.active,
#column-right .list-group .category-li.category-active a.list-group-item.active {
  color: #111111;
}
.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 13px;
	height: 16px;
}
.products-list,
.list-products {
	position: relative;
	width: 100%;
	margin: 0 0 100px;
	float: left;
}
.products-list > .row {
  clear: both;
}
.product-list .product-thumb .caption .description {
	display: block;
	margin: 0 0 10px;
	clear: both;
}
.product-thumb, .product-layout, .product-layouts { position: relative; }
.product-thumb {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
	padding: 5px;
	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;
}
.product-thumb:hover {
	box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.product-thumb .sale-icon,.product-sale-icon {
	background: #81ba00;
	border-radius: 12px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	-khtml-border-radius: 12px;
	color: #ffffff;
	font: 400 14px/21px "Poppins",Helvetica,sans-serif;
	left: auto;
	letter-spacing: 1px;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	padding: 2px 20px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	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;
	z-index: 1;
}
.product-thumb:hover .sale-icon,.product-sale-icon {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	right: 20px;
}
.product-thumb .percent, .product-percent {
  	background: #81ba00;
	border-radius: 12px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	-khtml-border-radius: 12px;
	color: #ffffff;
	font: 400 14px/21px "Poppins",Helvetica,sans-serif;
	left: 0;
	letter-spacing: 1px;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	padding: 2px 20px;
	position: absolute;
	right: auto;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	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;
	z-index: 1;
}
.product-thumb:hover .percent,.product-percent {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	left: 20px;
}
.header-content-title {
	float: left;
	padding: 0 0 30px;
	width: 100%;
}
.common-home .header-content-title {
  display: none;
}
/* Column Left - Right Product List */
#column-left { clear: left;}
#column-left .panel-default > .list-group, 
#column-right .panel-default > .list-group {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
} 
#column-left .products-carousel, 
#column-right .products-carousel {
	float: left;
	margin: 0;
	width: 100%;
}
#column-left .product-thumb:hover,
#column-right .product-thumb:hover,
#header-left .product-thumb:hover,
#header-right .product-thumb:hover,
#footer-left .product-thumb:hover,
#footer-right .product-thumb:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
	border: none;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	max-width: 80px;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon,
#column-left .product-thumb .percent,
#column-right .product-thumb .percent {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
	margin: 0;
}
#column-left .rating .fa-star, 
#column-left #review .fa-star,
#column-right .rating .fa-star, 
#column-right #review .fa-star {
	font-size: 14px;
}
#column-left .product-thumb .caption .sale-icon,
#column-right .product-thumb .caption .sale-icon,
#header-left .product-thumb .caption .sale-icon,
#header-right .product-thumb .caption .sale-icon,
#footer-left .product-thumb .caption .sale-icon,
#footer-right .product-thumb .caption .sale-icon {
	font-size: 11px;
	padding: 0 5px;
	left: 0;
	right: auto;
}
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
	float: left;
	height: auto;
	position: static;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	margin: 4px 0 0;
	width: 100%;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
	display: none;
}
#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
	background: none;
	color: #666666;
	padding: 0;
	margin: 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
	display: none;
}
.product-list .product-thumb:hover h4 a{color:#000;}
/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,#column-right .list-group-item,
#column-left .panel-heading, #column-right .panel-heading
{
 border:medium none;
}
#column-left .list-group a.active, 
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	background: none;
}
#column-left a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover
#column-right a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover{
	background:none;
}

#column-left .category-li.category-active .list-group-item.current-child-item {line-height: 25px; color:#888;}
#column-left .list-group .list-group-item,#column-right .list-group .list-group-item {
	background: none;
    color: #888888;
    cursor: pointer;
	font-family:"Poppins",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    padding: 2px 0 0;
	margin-bottom:0;
}
#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover{
	color:#000;
}
.category-treeview .list-group a.child-item, .category-treeview .list-group a.current-child-item {
    margin-left: 10px;
}
#column-left .panel-heading,
#column-right .panel-heading, 
#column-left .box-heading, 
#column-right .box-heading, 
#column-left .panel-heading, 
#column-right .panel-heading, 
#ttcmstestimonial .title_block {
	background: #ffffff;
	color: #000000;
	float: left;
	font: 600 16px/18px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
}

#column-left .title_block a,
#column-right .title_block a {
  color: #000000;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
	background: none;
	color: #000000;
	font: 600 16px/18px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#column-left .option-filter .panel-heading,
#column-left .option-filter .list-group-item,
#column-left .option-filter-box a.list-group-item,
#column-left .option-filter .panel-footer,
#column-right .option-filter .panel-heading,
#column-right .option-filter .list-group-item,
#column-right .option-filter-box a.list-group-item,
#column-right .option-filter .panel-footer
{
	float: left;
	width: 100%;
}
#column-left .option-filter .panel-footer,
#column-right .option-filter .panel-footer {
	background: none;
	padding: 0 0 10px;
}
#column-left .option-filter .checkbox > label,
#column-right .option-filter .checkbox > label {
    color: #888888;
	font: 400 13px/20px "Poppins",Helvetica,sans-serif;
	text-transform:capitalize;
}

#column-left .option-filter .checkbox > label:hover,
#column-right .option-filter .checkbox > label:hover {
	color: #000;
}
#column-left .option-filter .list-group-items .list-group-item:hover, #column-left .option-filter .list-group-items .list-group-item:hover:after,
#column-right .option-filter .list-group-items .list-group-item:hover, #column-right .option-filter .list-group-items .list-group-item:hover:after {
    color: #222222;
}
#column-left .option-filter .list-group-item .checkbox,
#column-right .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
.option-filter-box .list-group .list-group-items {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.option-filter-box .list-group .list-group-items:first-child {
  padding-top: 0;
}
.option-filter-box .list-group .list-group-items:last-child {
  border: medium none;
}
#column-left .option-filter .list-group-items .list-group-item,
#column-right .option-filter .list-group-items .list-group-item
{
    color: #333333;
	font: 600 13px/28px "Poppins",Helvetica,sans-serif;
	padding:2px 0;
	float:left;
	width:100%;
	position:relative;
	text-transform:capitalize
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    float: left;
	text-align: left;
	padding: 0 10px;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0;
}
.option-filter .list-group { margin: 0px; }
.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
	text-transform: capitalize;
}
.option-filter-box a.list-group-item:after {
	font-family: "FontAwesome";
	content:"\f106";
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 10px;
	top: 2px;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\f107";
}
.store-list .store-tags {
	padding: 5px 15px;
}
.store-list .store-tags > a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
	font-weight: bold;
	position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
/*.category-filter, .category-pagination { border: 1px solid #e5e5e5; }*/
#content .category-filter {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 20px 0 30px;
	padding: 10px;
	width: 100%;
}
.category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
}
.category-filter .filter-text {
	float: left;
}
.category-filter .filter-show .filter-selection {
	width: 70px;
	float: right;
}
.category-filter .filter-sort-by .filter-selection {
	float: left;
	width:160px;
}

.category-filter .filter-sort-by {
	width: 100%;
	max-width: 250px;
}
.category-filter .filter-show {
	max-width: 140px;
}
.category-filter .filter-show .filter-text{
	margin:0 5px;
}
.category-filter .filter-text {
	padding: 5px 5px 0 0;
	margin:0;
	text-align: left;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 0;
	width: 90px;
	float: left;
}
.category-filter .filter-grid-list button {
	width: 25px;
	height: 25px;
	padding:8px 15px;
	margin:4px 0 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;
}
.category-filter .filter-grid-list button#grid-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -6px -18px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
	background-position: -6px -67px;
	border:none;
}
.category-filter .filter-grid-list button#list-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -65px -18px;
	border:none;
}
.product-category .category-list {
   	float: left;
	width: 100%;
}
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
	background-position: -65px -67px;
	border:none;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content {
	margin-top: 20px;
}
.category-pagination {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 10px 0;
	padding: 10px 15px;
	width: 100%;
}
.category-pagination div.text-left {
    padding: 8px 0;
}
.category-pagination div.text-right {
    padding: 0;
}
.category-pagination .pagination {
  margin: 0;
  vertical-align: top;
}
.category-list > h3 {
    color: #333333;
	font: 500 16px/26px "Poppins",sans-serif;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.pagination li:last-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    right: auto;
	left:10px;
}
.pagination li:first-child > a::before {
	content: "\f177";
	font-family: fontawesome;
    font-size: 13px;
    position: static;
    right: 0;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background: #000000;
    border-color: #000000;
	cursor: pointer;
	color: #ffffff;
}
.pagination > .active > span,
.pagination > .active > a{
	background: #81ba00;
	border-color: #81ba00;
	color: #ffffff;
}
.pagination li:last-child > a, .pagination li:first-child > a{font-size:0px; padding: 7px 0;}
.pagination > li > a, .pagination > li > span {
	color: #000000;
	padding:7px 0; 
	width:34px; 
	height:34px;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	text-align: center;
	border-color:#dddddd;
}

/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}
#column-left .products-list .row > div,
#column-right .products-list .row > div {
	float: left;
	width: 100%;
}
#column-left .products-list .row > div .caption h4,
#column-left .list-products .row > div .caption h4,
#column-right .products-list .row > div .caption h4,
#column-right .list-products .row > div .caption h4 {
	font-size: 14px;
	margin: 0 0 3px;
	line-height: 20px;
}
#column-left .products-list .row > div .caption .price,
#column-left .list-products .row > div .caption .price,
#column-right .products-list .row > div .caption .price,
#column-right .list-products .row > div .caption .price {
	font: 400 16px/18px "Oswald",Helvetica,sans-serif;
	margin: 0;
	padding: 3px 0;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
	font: 400 16px/18px "Oswald",Helvetica,sans-serif;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 12px;
	line-height: 14p;
}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
	display: none;
}
#column-left .product-thumb:hover h4 a,
#column-right .product-thumb:hover h4 a,
#column-left .product-thumb .button-group .btn-cart:hover > span,
#column-right .product-thumb .button-group .btn-cart:hover > span {
	color:#000;
}
#column-left .product-thumb .button-group .btn-cart > span,
#column-right .product-thumb .button-group .btn-cart > span {
	display: block !important;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
}
#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
	color:#000;
}
/* Product page stylesheet */
.product-images .additional-images-container {
	margin: 0 auto;
	overflow: hidden;
	direction: ltr;
	position: relative;
	width: 450px;
}
.additional-images .owl-wrapper-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.product-details .product-info td {
	padding: 3px;
}
.product-details .product-info .product-info-value {
	 color: #777;
	 padding: 3px 3px 3px 10px;
	 font-weight:normal;
}
.product-details .product-info tr td {
	color: #222222;
	text-transform: capitalize;
}
.product-details .product-info-value > a{color: #81ba00;}
.product-details .product-info-value > a:hover{color:#222;}
.product-product .tab-content {
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
	margin: 0;
	text-align: left;
}
.cpt_product_description strong {
    font-size: 14px;
}
.product-quantity label {
	padding: 10px 0;
}
.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 10px 0 0;
	float: left;
}
.product-quantity #input-quantity 
{
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	font-size: 14px;
    float: left;
    height: 43px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
	margin: 0 0 16px;
	padding-bottom: 16px;
	text-transform: capitalize;
	font: 500 20px/24px "Oswald",Helvetica,sans-serif;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price
 {
 	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 15px 0 20px;
}
.product-details .addthis_toolbox {
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 500 18px/24px "Poppins",Helvetica,sans-serif;
}
.product-details .rating{display:table;}
.product-total-review .fa.fa-comment, .product-write-review .fa.fa-pencil {
    margin-right: 5px;
}
.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
    font-size: 14px;
	color: #777777;
    text-align: left;
    text-transform: none;
	border:none;
	background:  none;
	padding:0 15px 0 0;
	margin: 15px 5px 15px 0;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, 
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	color: #000000;
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
	font-size:13px;
}
.product-price .product-reward-points{
	font-size:13px;
}
.product-details .rating > a {
    border-right: 1px solid #e5e5e5;
    color: #777777;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 2px 10px 0 0;
	height:20px;
}
.product-details .rating > a:last-child {
    border-right: medium none;
	margin-right: 0;
}
.product-details .rating > a:hover{color:#444;}
.rating .product-rating {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0 10px 0 0;
    padding: 2px 10px 0 0;
	height:20px;
}
.product-details .price-new {
    float: left;
	margin:0 8px 0 0;
}
.product-details .price-old
{
	text-decoration: line-through;
	font: 300 13px/26px "Poppins",Helvetica,sans-serif;
}
.product-details .product-tax {
    margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2 {
	color: #222222;
	font: 500 18px/20px "Oswald",Helvetica,sans-serif;
}
.product-options .product-quantity {
	clear: both;
	float: left;
	margin: 0;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
.product-product .btn.btn-default {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #777777;
	padding:7px 15px;
}
.product-product .btn.btn-default:hover {
	background-color: #000000;
	border-color:#000000;
}
.product-product .btn.btn-default:hover {
    color: #ffffff;
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	clear: both;
	margin: 50px 0;
	text-align: center;
}
#tab-review label.control-label {
	font:500 13px/20px "Poppins",Helvetica,sans-serif;
	color:#222;
	margin-bottom:10px;
}
.product-product .nav.nav-tabs li.active a, .product-product .nav.nav-tabs li:hover a {
	background: #81ba00;
	border: 2px solid #81ba00;
	color: #ffffff;
	cursor: pointer;
}
.product-product .nav-tabs > li > a {
	background: none;
	border: 2px solid #e0e0df;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #888888;
	font: 500 16px/18px "Poppins",Helvetica,sans-serif;
	margin: 0 10px 0 0;
	padding: 10px 20px;
	position: relative;
	text-transform: capitalize;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
    font-family: "Poppins",Helvetica,sans-serif;
	font-size:18px;
	color:#777;
}
.tab-content #tab-description b{
	font-weight:600;
	color:#414141;
}
#checkout-cart #accordion > .panel-default,
#checkout-cart #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  margin-top: 10px;
}
.checkout-cart #accordion .panel-heading {
	padding: 0px; 
	border-color:#eaeaea; 
	background: #f5f5f5;
}
.checkout-cart #accordion .panel-heading a {padding: 12px 20px;font-family:"Poppins",Helvetica,sans-serif; font-weight:normal;}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:#444;
	font-size:14px;
}
.checkout-cart #accordion .form-group {
	margin: 15px 0;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.checkout-cart #content > .buttons {
    float: left;
    width: 100%;
	margin: 0 0 10px;
}
.checkout-checkout #accordion .panel-default .panel-heading{
	border-color :#eaeaea;
	padding: 15px;
}
#checkout-checkout #accordion .panel-default {
  border: none;
  margin-top: 10px;
}
#checkout-checkout #accordion .panel-default .panel-body {
  border: none;
  padding: 15px 15px 25px;
}
#checkout-cart #content .cart-form {
  float: left;
  width: 100%;
}
.table.table-bordered {
   border-color :#eaeaea;
   background: #ffffff;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
	border: 1px solid #e5e5e5;
	color:#222;
}
.sub-total-table .table-bordered tbody tr td:first-child strong{
    font-weight: normal;
}

.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
.checkout-cart .sub-total-table { float: right; }
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
	background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
	color: #FFFFFF;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
	background: #777;
}
.datepicker .datepicker-days .table-condensed .day.active,.bootstrap-datetimepicker-widget td span.active,.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover, .bootstrap-datetimepicker-widget .timepicker td a span:hover,.bootstrap-datetimepicker-widget td span.active,.datepicker-months .table-condensed .month.active, .datepicker-years .table-condensed .year.active {background-color:#000000; color: #ffffff;}
s.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover, {background:#bc3b36 ;}

.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #000000;}
.datepicker-days .table-condensed .day.active.today::before {
	border-bottom: 7px solid #FFF;
}
/* Extra pages Stylesheet */
#accordion .panel-heading h4.panel-title a {
	display: block;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.product-search #content .search-criteria {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.search-criteria > p{
	margin:10px 0;
}
.search-criteria .checkbox-inline{
	padding:0;
}
.product-compare #content .table .btn {
	display: inline-block;
	margin: 2px 0;
	text-transform: capitalize;
	width: auto;
	border-radius: 25px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -khtml-border-radius: 25px;
}

.information-sitemap .col-sm-6 > ul {
	padding-left: 15px;
}
.information-sitemap #content ul ul {
	padding-left: 30px;
	margin: 5px 0 10px;
}
.information-sitemap ul li a{
	line-height:22px;
}
body.product-compare .table-product-image {
	padding: 10px;
}

/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
	font-weight: bold;
}
.information-contact .panel.google-map, .information-contact .panel.google-map iframe {
    float: left;
    width: 100%;
}
.information-contact .contact-location .location-detail {
	margin: 0 0 20px 0;
}
.information-contact .contact-location .location-title i.fa {
	background: #81ba00;
    border: 2px solid #81ba00;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
	margin: 10px 5px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact #content > h3 {
  clear: both;
}
/* extra page stylesheet  */
#product-compare .table tr .price,
#account-wishlist .price b {
  color: #222222;
  font: 500 16px/20px Oswald,Helvetica,sans-serif;
}
#product-compare .table tr .price strike,
#account-wishlist .price s {
  color: #777777;
  font: 500 16px/20px Oswald,Helvetica,sans-serif;
}
#common-success #content > p > a {
  color: #000000;
  font-size: 16px;
}
body #content > .buttons.clearfix {
  margin: 20px 0 0;
}
.table-bordered tr td.text-right.total-amount {
	color: #414141;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font: 500 22px/34px "Poppins",sans-serif;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px "Poppins",Helvetica,sans-serif !important;
	color: #555454;
	text-transform: capitalize;
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #FFF;
	border: 1px solid #e5e5e5;
    color: #444;
	font-family:"Poppins",Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:capitalize;
	vertical-align: middle;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #222;
	font: 500 14px/20px "Poppins",Helvetica,sans-serif;
}
.checkout-checkout h4 {font-family: "Poppins",Helvetica,sans-serif;}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #333333;font: 400 23px/25px "Poppins",Helvetica,sans-serif;}
.well {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #e5e5e5;
}
/* brand page */
.product-manufacturer .a-link-list {border: medium none;}
.product-manufacturer .a-link-heading {
	padding: 5px 16px; 
}
.product-manufacturer .a-link-heading p, .product-manufacturer .a-link-heading h2 {line-height: 38px;}
.product-manufacturer .a-link-group {
    color: #222222;
    font-family: Poppins;
    font-size: 16px;
    margin-bottom: 10px;
}
	
.terms-condition h3{font: 400 18px/22px "Poppins",Helvetica,sans-serif;color:#bc3b36;}



/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */
.a-link-group { margin-bottom: 10px; }
.a-link-group a { font-weight: bold; }
.a-link-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
	width: 100%;
	float: left;
}
.a-link-heading {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#222;
}
.a-link-content {
    padding: 8px;
	font-size: 14px;
}
.modal-header {
	background: #F5F5F5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
}
.modal-title {
	font-weight: bold;
}
.table-hover > tbody > tr:hover {
	background: none;
}
/*----------------------- Brand Carousel CSS Start ------------------------*/
.brand-carousel .box-heading {
  display: none;
}
.brand-carousel .swiper-viewport {
	background: none;
    border: none;
    border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    margin: 0;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.common-home .brand-carousel {
	float: left;
    position: relative;
	margin: 0 0 50px;
    width: 100%;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6; 
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .swiper-viewport .swiper-pager div {
   background: #ffffff;
   height: 30px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: center;
   width: 30px;
   border: 1px solid #e5e5e5;
   color: #FFF;
   font: 400 13px/18px "Raleway",Helvetica,sans-serif;
   opacity:0;
   	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.brand-carousel .swiper-viewport:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.brand-carousel .swiper-pager .swiper-button-prev::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -12px -353px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before  {
	background-position: -70px -353px;
}
.brand-carousel .swiper-pager .swiper-button-next::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -12px -386px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
	background-position: -70px -386px;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background: #000000;
	color: #FFF;
	border-color: #000000;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 0;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 0;
}
@media (max-width: 1199px) {
.common-home .brand-carousel {
	margin: 0 0 35px;
}
}
@media (max-width: 767px) {
.brand-carousel .swiper-viewport .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.common-home .brand-carousel {
	margin: 0 0 30px;
}
}
@media (max-width: 480px) {
.brand-carousel .brand-items .img-responsive {
	width: 80%;
}
}
/*----------------------- Brand Carousel CSS Start ------------------------*/

/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
.checkout-checkout .panel-group {
  clear: both;
}
/* checkout success - Stylesheet */
body.checkout-success #content {
	background: url("TemplateTrip/images/checkout-success.jpg") no-repeat scroll center bottom;
}
body.account-success #content {
	background: url("TemplateTrip/images/account-success.jpg") no-repeat scroll center bottom;
}
body.product-compare #content.no-compare-products {
	background: url("TemplateTrip/images/no-compare-products.jpg") no-repeat scroll center bottom;
}
#content.request-not-found {
	background: url("TemplateTrip/images/request-not-found.jpg") no-repeat scroll center bottom;
}
#content.no-manufacture-products {
	background: url("TemplateTrip/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
}
#content.no-wishlist-products {
	background: url("TemplateTrip/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* footer */
footer {
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
.common-home footer {
  margin: 0;
}
footer .footer-top {
  float: left;
  width: 100%;
}
.footer-container {
  background-attachment: scroll;
  background-image: url("TemplateTrip/images/footer-bg.jpg");
  background-repeat: repeat;
  background-color: #002600;
  float: left;
  padding: 110px 0 0;
  width: 100%;
}
.footer-container .footer-column {
  margin: 80px 0 100px;
}
.footer-container .footer-column.footer-right-cms {
  margin-top: 0;
  float: right;
}
footer .footer-column .list-unstyled {
  margin: 0;
}
footer a {
	color: #cccccc;
	cursor: pointer;
	font: 400 14px/30px "Poppins",Helvetica,sans-serif;
}
footer a:hover,
footer a:focus,
.footer-column .list-unstyled li a:hover::before {
	color: #ffffff;
}
footer .footer-column h5,
#ttcmspaymentlogo h5 {
	color: #ffffff;
	font: 400 22px/34px Oswald,sans-serif;
	letter-spacing: 0.4px;
	margin: 0 0 20px;
	text-transform: capitalize;
}

/* Footer right Contact us Stylesheet */
.footer-bottom {
	background: #0a0a0a;
	float: left;
	width: 100%;
}
.footer-bottom-cms {
    float: right;
	padding: 0;
}
.footer-bottom-link {
	float: left;
	padding: 0;
}
.footer-bottom p {
	color: #cccccc;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 23px 0;
}
.footer-top-cms {
	float: left;
	width: 100%;
   	padding: 0;
}
.footer-bottom p a {
    font-size: 14px;
	color: #cccccc;
}
.footer-bottom p a:hover {
    color: #ffffff;
}
.image-additional-container {
    float: left;
    width: 100%;
}
#goToTop:before {
  color: #ffffff;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
}
#goToTop {
    background: #81ba00;
    border: 2px solid #81ba00;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
    bottom: 50px;
	direction: ltr;
    cursor: pointer;
    height: 40px;
    opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
    padding: 8px 12px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 40px;
	z-index: 9;
}
#goToTop:hover {
  background: #000000;
  border-color: #000000;
}
#goToTop:hover:before {
	color: #ffffff;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
  padding: 15px;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #000000;
  right: 0;
  top: 0;
}
.product-options .alert-info {
    float: left;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: left;
	font-size: 16px;
	line-height: 32px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.breadcrumb i:hover {
	color: #ffffff;
}
.breadcrumb a {
 	color: #ffffff;
}
.breadcrumb i {
	font-size: 18px;
	vertical-align: baseline;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #ffffff;
    content: "\f105";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0px 8px;
}
/* buttons */
.btn {
	font-size: 14px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 8px 20px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.form-group .input-group-btn .btn-default{
	padding: 8px 12px;
}
.btn-group {
  float: left;
  width: 100%;
}
.btn-default {
	background: #81ba00;
    border: 1px solid #81ba00;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	font: 400 14px/20px "Poppins",Helvetica,sans-serif;
    letter-spacing: 1px;
	color: #ffffff;
	text-transform: capitalize;
	padding: 8px 20px;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.btn.active, .btn:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-primary {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #ffffff;
	font: 400 14px/20px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 8px 20px;
	text-transform: capitalize;
}
.btn-block { width: auto }
.product-details #button-cart {
	background: #000000;
	border-color: #000000;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #ffffff;
	float: left;
	font-family: "poppins",Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 7px 15px 6px 45px;
	position: relative;
	text-transform: capitalize;
}
.product-details #button-cart::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -28px -46px;
    content: "";
    position: absolute;
    width: 56px;
	height:35px;
	left:0;
	right:auto;
}
.product-details #button-cart:hover,
.product-product #button-cart:focus,
.product-product #button-cart.active {
    border-color: #81ba00;
	background: #81ba00;
	color: #ffffff;
}
.product-details #button-cart:hover::before,
.product-details #button-cart:focus::before,
.product-details #button-cart.active::before {
	background-position: -28px -46px;
}
.product-details .fa.fa-shopping-cart {padding-right: 5px; font-size: 17px;} 

/*button-color-*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .open .dropdown-toggle.btn-primary,#button-login.btn.btn-primary:focus,.btn-primary:active,#button-account.btn.btn-primary:focus,#button-register.btn.btn-primary:focus,#button-shipping-method.btn.btn-primary:focus,#button-payment-address.btn.btn-primary:focus,#button-shipping-address.btn.btn-primary:focus,#button-payment-method.btn.btn-primary:focus,#button-guest.btn.btn-primary:focus,#button-review.btn.btn-primary:focus,#button-coupon.btn.btn-primary:focus,#button-voucher.btn.btn-primary:focus,#button-quote.btn.btn-primary:focus,#button-confirm.btn.btn-primary:focus,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover
{
 	background: #81ba00;
	border: 1px solid #81ba00;
	color: #ffffff;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background: #81ba00;
	border: 1px solid #81ba00;
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	letter-spacing: 1px;
    text-transform: uppercase;
	padding: 9px 12px;
}
.input-group.btn-block .btn-danger {
  border-radius: 0;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  -khtml-border-radius: 0;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #81ba00;
    border-color: #81ba00;
}
.btn-info:hover,
.btn-info.active.focus, 
.btn-info.active:focus, 
.btn-info.active:hover, 
.btn-info.focus:active, 
.btn-info:active:focus, 
.btn-info:active:hover, 
.open > .dropdown-toggle.btn-info.focus, 
.open > .dropdown-toggle.btn-info:focus, 
.open > .dropdown-toggle.btn-info:hover,
.btn-info.active, 
.btn-info:active, 
.open > .dropdown-toggle.btn-info,
.btn-info.focus, .btn-info:focus {
	background:#000;
	border-color:#000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #777;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-category .category-description{
	width:100%;
	float:left;
}
.product-layout,
.product-layouts {
	padding: 0 15px;
	margin: 5px 0 30px;
}
.product-thumb .thumb-description {
  padding: 0 15px;
  text-align: center;
}
.product-thumb .image {
    overflow: hidden;
	text-align: center;
	position:relative;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.product-grid .product-thumb .image{padding: 0px;}
.product-grid .product-thumb.row {margin: 0;}
.product-list .product-thumb h4 {
  margin: 0 0 10px;
}
.product-list .product-thumb .caption {
  padding: 15px 0 0;
}
.product-list .product-thumb .rating,
.product-list .product-thumb:hover .rating {
  display: block;
  margin: 0 0 10px;
  position: static;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  float: left;
  width: 100%;
}
.product-list .product-thumb .thumb-description {
	text-align: left;
}
.product-list .product-thumb .image {
  padding: 0;
}
.product-list .product-thumb.row {
  margin: 0;
}
#content .product-thumb h4 {
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .product-thumb h4 a {
	white-space:nowrap;
}
.product-thumb h4 {
	font: 400 14px/18px "Poppins",Helvetica,sans-serif;
	margin: 0 0 8px;
	padding: 0;
	float: left;
	width: 100%;
}
.product-thumb h4 a {
	color: #333333;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color:#000;
}
.product-thumb .rating {
	float: left;
	margin: 0 0 8px;
	width: 100%;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star.off,
 #tab-review .fa-star.off {
	color: #d9d9d9;
}
.rating .fa-star-o, #review .fa-star-o {
   color: #d9d9d9;
    font-size: 13px;
}
.fa-star-o::before{
	content:"\f005";
}
.rating .fa-star, #review .fa-star {
	color: #ffbf34;
	font-size: 16px;
	position:relative;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #000000;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	clear: both;
	color: #222222;
	font: 500 18px/20px "Oswald",Helvetica,sans-serif;
	letter-spacing: normal;
}
.product-thumb .price-new {
	font: 500 18px/20px "Oswald",Helvetica,sans-serif;
}
.product-thumb .price-old
{
	color: #777777;
	text-decoration: line-through;
	font: 300 13px/11px "Poppins",Helvetica,sans-serif;
}
.product-thumb .price-tax {
	color: #888888;
	font-size: 13px;
	display: none;
}
.product-list .product-thumb .price-tax {
	display: block;
	font-family: "poppins";
	font-weight: 400;
	margin: 10px 0;
}
/*----------------------button css start----------------------*/
.product-thumb .button-group {
    bottom: 100px;
	float: left;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-thumb:hover .button-group {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	bottom: 120px;
}
.product-list .product-thumb .button-group {
	float: left;
	margin: 10px 0 0;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	width: 100%;
}
.product-thumb .button-group button {
	background: #ffffff;
	border: none;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	text-align: center;
}
.product-thumb .button-group button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
	-moz-opacity: 0.45; 
	-khtml-opacity: 0.45; 
	-webkit-opacity: 0.45;
}
.product-list .product-thumb .button-group button.btn-cart span {
	color: #000000;
	display: inline-block !important;
	font: 400 13px/55px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	vertical-align: top;
}
.product-list .product-thumb .button-group button {
  border: 1px solid #e5e5e5;
}
.product-list .product-thumb .button-group .btn-cart {
	padding: 0 15px;
	width: auto;
}
.product-list .product-thumb .button-group button.btn-cart:hover span {
	color: #ffffff;
}
.product-thumb .button-group button:hover,
.product-list .product-thumb .button-group .btn-cart:hover {
	background-color: #81ba00;
}
.product-thumb .button-group i
{
	background-image:url("TemplateTrip/images/product-sprite.png");
	background-repeat:no-repeat;
	height: 55px;
	vertical-align: top;
	width: 50px;
}
.product-thumb .button-group button.btn-cart {
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px; 
  -webkit-border-radius: 30px 0 0 30px; 
  -khtml-border-radius: 30px 0 0 30px;
}
.product-thumb .button-group button.btn-quickview {
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0; 
  -webkit-border-radius: 0 30px 30px 0; 
  -khtml-border-radius: 0 30px 30px 0;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
    display: none;
}
.product-thumb .button-group i::before
{
	content:"";
}

.product-thumb .button-group i.fa-shopping-cart {
    background-position: 14px -31px;
}
.product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
  background-position: -29px -31px;
}
.product-list .product-thumb .button-group i.fa-shopping-cart{
	width: 25px;
	background-position: 0 -31px;
}
.product-list .button-group .btn-cart:hover i.fa-shopping-cart {
	background-position: -42px -31px;
}
.product-thumb .button-group i.fa-heart {
    background-position: 14px 14px;
}
.product-thumb .button-group .btn-wishlist:hover i.fa-heart {
  background-position: -29px 14px;
}
.product-thumb .button-group .btn-compare i {
    background-position: 14px -77px;
}
.product-thumb .button-group .btn-compare:hover i {
  background-position: -29px -77px;
}
/*----------------------------button css end----------------------*/
/*----------------------------Quickview css start----------------------*/
.bootstrap-datetimepicker-widget.usetwentyfour.dropdown-menu {
  position: absolute !important;
}
#quickview-bg-block {
	display: none; 
	background-color : rgba(0,0,0,0.9); 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;  
	margin: auto; 
	position: fixed; 
	z-index: 99;
}
.quickview-load-img {  
	display: none; 
	position: fixed; 
	top: 50%; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	text-align: center; 
	z-index: 9999; 
	margin: auto;
}
.a-qv-close {
    position: absolute;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0;
	right: 2px;
	top: 2px;
}
#quickview-content {
  background-color: #ffffff;
  border: 2px solid #000000;
  display: none;
  height: 86%;
  left: 0;
  margin: 0 auto;
  overflow: auto !important;
  padding: 30px 20px;
  position: fixed;
  right: 0;
  top: 7%;
  width: 70%;
  z-index: 999;
}
.product-quickview .btn.btn-default {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #777777;
  padding: 8px 15px;
}
.product-quickview .btn.btn-default:hover {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}
.product-quickview .product-image .thumbnail {
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
button.btn-quickview span{
    display: none;
}
.product-thumb .btn-quickview i {
	background-position: 14px -118px;
}
.product-thumb .btn-quickview:hover i {
	background-position: -29px -118px;
}
.product-quickview #quick-cart {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  float: left;
  font-family: "poppins",Helvetica,sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 7px 15px 6px 45px;
  position: relative;
  text-transform: capitalize;
}
.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background: #81ba00;
  border-color: #81ba00;
  color: #ffffff;
}
.product-quickview #quick-cart::before {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -28px -46px;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: auto;
  width: 56px;
}
.product-quickview #quick-cart:hover::before,
.product-quickview #quick-cart:focus::before,
.product-quickview #quick-cart:active::before {
  background-position: -28px -46px;
}
@media (max-width: 1350px) {
	.product-quickview .product-images .additional-images-container {
		width: 100%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-quickview .product-images .additional-images-container {
		width: 85%;
	}
}
@media (max-width: 480px) {
	#quickview-content {
		width: 90%;
	}
	.product-quickview #quick-cart {
		margin-top: 5px;
	}
}
/*----------------------------Quickview css end----------------------*/
/*product-page */
.zoomContainer {
  overflow: hidden;
}
.product-block {
  float: left;
  width: 100%;
}
.product-product .product-image .thumbnail
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  padding: 0;
  margin: 0 0 5px;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -o-transition: none;
  position: relative;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}

.image-additional > img {
	max-width: 100%;
}
.image-additional > img:hover {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	padding: 0 35px;
	margin-top: 7px;
}
.additional-images .image-additional {
	display: block;
	margin: 5px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.products-list .owl-carousel,
.list-products .owl-carousel {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	width: auto;
}

/*----------------product count--------------------*/
.product-countdown {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
    -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;
}
.product-countdown .item-countdown {
  float: none;
}
@media (min-width: 768px) {
	.product-thumb:hover .product-countdown {
		opacity: 0;
		-moz-opacity: 0; 
		-khtml-opacity: 0; 
		-webkit-opacity: 0;
	}
}
@media (max-width: 767px) {
	.product-countdown {
		top: 40px;
	}
}
/*----------------product count--------------------*/

@media (max-width: 1499px) {
	.product-images .additional-images-container {
		width: 365px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.container {
		width: 970px;
	}
}
@media (max-width: 1299px) {
	.category-products .product-layout.product-grid {
	  width: 50%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.category-list ul li {
		width: 110px;
	}
	.category-filter .filter-sort-by {
		max-width: 220px;
	}
	.footer-container .row {
	  margin: 0;
	}
}
@media (max-width: 1199px) {
	.products-list, .list-products {
		margin: 0 0 70px;
	}
	.product-images .additional-images-container {
		width: 280px;
	}
	footer .footer-column h5, #ttcmspaymentlogo h5 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	#menu ul.nav > li.dropdown:hover > .dropdown-menu {
		display: block;
		padding:0;
		border-color:#eaeaea;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
	.common-home header .full-header {
	  background: rgba(0, 0, 0, 0.4);
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
}
@media (max-width: 991px) {
	.inner-body {
		padding: 15px;
	}
	header .full-header {
		position: static;
		padding: 0;
	}
	header .right-block {
	  border: none;
	  bottom: 5px;
	  float: right;
	  position: absolute;
	  right: 5px;
	  margin: 0;
	  padding: 0;
	  width: auto;
	  z-index: 3;
	}
	.header-left {
		float: left;
		text-align: center;
		margin: 20px 0;
		padding: 0;
		position: static;
		width: 100%;
	}
	#logo {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.user-info .dropdown > ul {
		top: 45px;
	}
	#cart .dropdown-menu {
		top: 45px;
	}
	.header-left-cms {
		width: 100%;
	}
	#top-links {
	  float: left;
	  width: 100%;
	}
	#top-links > ul {
	  display: inline-block;
	  float: none;
	  margin: 0;
	  vertical-align: top;
	}
	.menu-container {
	  padding: 0;
	}
	#menu .navbar-collapse {
		background:#fff;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border:1px solid #e5e5e5;
		top:50px;
		left:auto;
		right:0;
	}	
	#menu .navbar-header.collapsed, #menu #category {
		display:block !important;
		position:relative;
		width:100%;
		text-align:left;
	}
	#menu {
 	   padding: 5px 0;
	   position:unset;
	   
	}
	.menu-container .left {
		position:unset;
	}
	#menu div.navbar-header:after,
	#menu .navbar-header i.fa {
		font-family: "FontAwesome";
		content:"\f0c9";
		font-size: 14px;
		position: absolute;
		right: 5px;
		top: 10px;
		font-weight:normal;
		color: #000000;
	}
	#menu .nav > li.dropdown:hover::after{
		display:none;
	}
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu{
		padding:0;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{
		display:none;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu a {
		padding:0 15px;
	}
	.navbar-nav {
		margin:0;
		padding: 10px 20px;
	}
	#menu .nav li.dropdown > a, 
	#menu .nav > li.dropdown > span {
    	padding: 0;
	}
	#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span{
		color:#000;
	}
	#menu .nav > li.dropdown::after {
    	content: "";
	}
	#menu .nav > li.dropdown::before {
    	content: "";
	}
	#menu .navbar-collapse li.dropdown > i {
		background:none;
		font-size: 14px;
		position: absolute;
		color: #777777;
		right: 0;
		top: 5px;
		padding: 0;
		cursor: pointer;
		text-align: center;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		position: relative;
		width: 100%;
		top:0;
		border: none;
	}
	#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
		position: static;
		display: block;
	}
	#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
		padding: 0 15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
		padding: 0 !important;
	}         
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	.menu-container > .container {
		position:relative;
	}
	#menu .nav.navbar-nav > li
	{
		display:block;
		text-align:left;
	}
	#menu .nav > li > a, #menu .nav > li > span
	{
		color:#414141;
		text-transform:capitalize;
		padding:0;
		line-height:26px;
		font-size:14px;
	}
	#menu .navbar-collapse li.dropdown > i::before {
		content: "\f067";
		font-family: fontawesome;
    }
	#menu .navbar-collapse li.dropdown.active > i::before{
		content:"\f068";
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a,#menu .dropdown-inner a
	{
		color:#414141;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after
	{
		display:none;
	}	
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a, #menu .dropdown-inner a,#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu
	{
		padding:0 0 0 15px !important;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a
	{
		text-transform:capitalize;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#000;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
	  font-size: 30px;
	  line-height: 32px;
	}
	footer .footer-top {
		text-align: center;
	}
	.footer-top-block {
	  display: inline-block;
	  float: none;
	  padding: 20px 0 0;
	  vertical-align: top;
	}
	.footer-container .footer-column {
        float: left;
		margin: 0;
		width: 100%;
	}
	.footer-right {
	  margin: 20px 0 0;
	  padding: 0;
	  float: left;
	  width: 100%;
	}
	.footer-container {
		padding: 30px 0 0;
	}
	footer .footer-column .list-unstyled {
	  float: left;
	  margin: 0;
	  text-align: left;
	}
	footer .footer-column ul{
		padding:0 10px;
	}
	footer .footer-column h5.toggle:hover {
		cursor:pointer;
	}
	footer .footer-column h5.toggle {
		padding: 10px;
		margin: 0 0 2px;
		position:relative;
		font: 400 18px/22px "Oswald",sans-serif;
		display: block;
		text-align: left;
	}
	footer .footer-column h5.toggle:hover {
		background: rgba(0, 0, 0, 0.5);
	}
	footer .footer-column h5.toggle:after {
		content: "\f067";
    	display: block;
    	font-family: "FontAwesome";
    	font-size: 14px;
   		font-weight: normal;
    	position: absolute;
    	right: 10px;
		left: auto;
    	top: 10px;
	}
	footer .footer-column.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer .follow-us.active h5.toggle:after {
		content: '\f068';
		font-weight:normal;
	}
	.footer-bottom-link {
	  text-align: center;
	  width: 100%;
	}
	.footer-bottom-cms {
		width: 100%;
		text-align: center;
	}
	.product-images .additional-images-container {
		width:80%;
	}
	.header-content-title .parallex {
		padding: 50px 0;
	}
	.footer-bottom p {
		padding: 15px 0;
	}
/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
	body .container > .row > #content {
		float: left;
		width: 100%;
	}
	body .container > .row > #column-left,
	body .container > .row > #column-right {
		float: left;
		width: 100%;
		display: block !important;
	}
	#column-left > div, #column-right > div {
		padding: 0;
		margin-bottom: 10px;
		cursor: pointer;
		overflow: hidden;
	}
	#column-left .swiper-viewport, #column-right .swiper-viewport {
		padding: 15px;
	}
	#column-left .panel-default,
	#column-right .panel-default,
	#column-left .category-treeview.panel-default,
	#column-right .category-treeview.panel-default,
	#ttcmstestimonial .title_block,
	#column-left .box-heading,
	#column-right .box-heading,
	#column-left .panel-heading,
	#column-right .panel-heading {
		background: #ffffff;
		cursor: pointer;
		font: 500 16px/18px "Poppins",sans-serif;
		color: #000000;
		padding: 15px;
		margin: 0;
	}
	#column-left .panel-default.category-treeview,
	#column-right .panel-default.category-treeview {
	  padding: 0;
	  margin: 0 0 10px;
	}
	#column-left .box-heading > h3,
	#column-right .box-heading > h3 {
		font: 500 16px/18px "Poppins",sans-serif;
		color: #000000;
	}
	#column-left .panel-default.information-list,
	#column-right .panel-default.information-list {
		padding: 0;
	}
	#column-left .toggle:after,
	#column-right .toggle:after {
		content: "\f067";
		float: right;
		color: #333333;
		font-family: "FontAwesome";
		font-size: 14px;
		font-weight: 400;
		left: auto;
		position: absolute;
		right: 15px;
		left: auto;
		top: 15px;
		display:block;
		background:none;
	}
	#column-left .panel-default.active > div.toggle:after,
	#column-left .products-list.active > div.toggle:after,
	#column-left .list-products.active > div.toggle:after,
	#column-right .panel-default.active > div.toggle:after,
	#column-right .products-list.active > div.toggle:after,
	#column-right .list-products.active > div.toggle:after,
	#ttcmstestimonial.active .title_block.toggle:after,
	#ttcmsservices.active .box-heading.toggle:after {
		content:"\f068";
	}
	#column-left .products-list > .row,
	#column-right .products-list > .row,
	#header-left .products-list > .row,
	#header-right .products-list > .row,
	#footer-left .products-list > .row,
	#footer-right .products-list > .row,
	#column-left .products-carousel, 
	#column-right .products-carousel {
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	#column-left .list-group .list-group-item,
	#column-right .list-group .list-group-item {
		float: left;
		width: 100%;
	}
	#column-left .panel > .list-group,
	#column-right .panel > .list-group {
		float: left;
		width: 	100%;
		padding: 0 15px 15px;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
		#column-left .panel-default.option-filter,
		#column-right .panel-default.option-filter {
			display: none;
		}
		.option-filter-box .list-group .list-group-items {
			float: left;
			width: 100%;
		}
		.category-treeview ul {
			float: left;
			width: 100%;
		}
		.option-filter-box {
			background: #ffffff;
			border: 1px solid #e5e5e5;
			float: left;
			margin: 20px 0 0;
			padding: 20px;
			width: 100%;
		}
		.option-filter-box .list-group-items > div.list-group-item {
			padding: 0 0 10px;
			display: none;
		}
		.option-filter-box a.list-group-item:after {
			content:"\f107";
			top: 9px;
		}
		.option-filter-box a.list-group-item.collapsed:after {
			content:"\f106";
		}
		.option-filter-box .list-group .list-group-item,
		.option-filter-box .radio,
		.option-filter-box .checkbox {
			width: 100%;
			float: left;
			background: #FFF;
			border: none;
		}
		.option-filter-box a.list-group-item {
			color: #000000;
			padding: 10px 0;
		}
		.option-filter-box .list-group {
			float: left;
			width: 100%;
			margin: 0;
		}
		.option-filter-box .panel-footer {
			float: left;
			width: 100%;
			background: #FFF;
			padding: 0;
		}
		.option-filter-box .btn.btn-primary {
		  padding: 7px 18px;
		}
		.option-filter-box .checkbox > label:hover,
		.option-filter-box .checkbox > label:hover {
			color: #000;
		}

/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/

/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
}
@media (min-width: 768px) {

	/* fixed colum left + content + right*/
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
@media (max-width: 767px) {
	#page > .row {
	  clear: both;
	}
	.products-list, .list-products {
		margin: 0 0 50px;
	}
	.product-thumb .image img {
		width: 100%;
	}
	.header-content-title .parallex {
		padding: 50px 0;
	}
	.category-products .product-layout.product-grid {
	  width: 50%;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by
	{
		clear: left;
		margin: 3px 0;
		float: left;
	}
	.category-description .category-image {
		float: left;
		text-align: center;
		width: 100%;
	}
	.category-description .block-description {
	    float: left;
	    width: 100%;
	}
	.product-tabs {
		width: 100%;
		float: left;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		float: left;
	}
	.header-top-right .dropdown span.hidden-xs, 
	.header-top-right #wishlist-total span {
		display:block !important;
	}
	.product-thumb .percent,
	.product-thumb:hover .percent {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		left: 10px;
	}
	.product-thumb .sale-icon,
	.product-thumb:hover .sale-icon {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		right: 10px;
	}
	.product-thumb .button-group {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		bottom: 120px;
	}
	.page-title-wrapper .container {
		padding: 0;
	}
	.header-content-title .parallex {
		padding: 30px 10px;
	}
	#page  .page-title-wrapper {
		text-align:center;
	}
	.page-title-wrapper .page-title {
		float:left;
		width:100%;
		font-size: 20px;
		text-align:center;
		margin:0;
	}
	.breadcrumb {
		float:none;
		margin:0 auto;
		display:inline-block;
	}
	#goToTop { 
		right: 20px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
	  margin: 0 auto;
	  width: 76%;
	}
	.product-images .additional-images-container {
	  width: 400px;
	}
}
@media (max-width: 480px) {
	.user-info .dropdown > ul {
		right: -10px;
		left: auto;
	}
	.user-info .dropdown > ul::after {
		left: auto;
		right: 20px;
	}
	#cart .dropdown-menu {
		min-width: 280px;
	}
	#cart .dropdown-menu::after {
		left: auto;
		right: 20px;
	}
	#cart .header-cart-toggle .text-right.price-total {
		font-size: 14px;
	}
	#cart .header-cart-toggle .text-left.name > a,
	#cart .header-cart-toggle .text-right.amount,
	#cart .dropdown-menu .btn.btn-danger i.fa-times {
		font-size: 12px;
	}
	.header-cart-toggle .table > tbody > tr > td, 
	.header-cart-toggle .table > tbody > tr > th, 
	.header-cart-toggle .table > tfoot > tr > td, 
	.header-cart-toggle .table > tfoot > tr > th, 
	.header-cart-toggle .table > thead > tr > td, 
	.header-cart-toggle .table > thead > tr > th,
	.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td, 
	.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
		padding: 8px 4px;
	}
	.contact-link ul li {
	  padding: 0 0 0 10px;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 20px;
	}
	.ttsubtitle {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
		margin: 0 0 10px;
		width: 90%;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li:last-child {
	  margin: 0;
	}
	.TTProduct-Tab .tab-box-heading {
		margin: 0 0 20px;
	}
	.TTProduct-Tab .tthometab, .tt-titletab {
		background: none;
	}
	.banner-panel img {
		display: inline-block;
		text-align: center;
	}
	#column-left .banner-panel, #column-right .banner-panel {
		text-align: center;
	}
	.category-products .product-layout.product-grid {
	    width: 100%;
	}
	.category-list ul li {
		width: 43%;
	}
	.product-list .product-thumb .image {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.product-list .product-thumb .thumb-description {
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}
	.product-list .product-thumb .button-group .btn-cart {
		padding: 0;
	}
	.product-list .product-thumb .button-group i.fa-shopping-cart {
	  background-position: 14px -31px;
	  width: 50px;
	}
	.product-list .product-thumb .button-group .btn-cart:hover  i.fa-shopping-cart {
		background-position: -29px -31px;
	}
	.product-list .product-thumb .button-group button.btn-cart span {
		display: none !important;
	}
	.product-list.product-layout .button-group {
		float: none;
		text-align: center;
	}
	.page-title-wrapper .breadcrumb > li {
		float:none;
		display:inline-block;
	}
	.category-filter .filter-text.filter-text {
		width: auto;
	}	
	.header-top-left .dropdown-toggle span, .header-top-left .phone-number {
		display:none !important;
	}
	.product-product .product-details .rating .product-rating::after {
		display:none;
	}
	.table {
		display: inline-block;
	}
	.table td {
		width: 100%;
	}
	.product-images .additional-images-container {
	    width: 270px;
	}
	.product-tabs .nav-tabs {
		width: 100%;
		padding: 0;
	}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #eeeeee;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
		#content .category-list h3 {
		font-size:17px;
	}
	.option-filter-box .btn.btn-primary {
 	   padding: 5px 10px;
	}
	.category-pagination div.text-left,
	.category-pagination div.text-right {
		float:left;
		width:100%;
		text-align:center;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}
	.product-details .btn.btn-default.product-btn-compare {
		margin-top: 0;
		width: 100%;
	}
	.product-product .product-tabs .nav-tabs li {
		float: none;
		width:100%;
	}
	.product-product .nav-tabs > li > a {
		margin: 0 0 5px;
	}
	.image-additional a.thumbnail {
		margin: 5px;
	}	
	.product-list .thumb-description {
		padding:0;
	}
	.product-product #form-review .form-group label.control-label {
		float: left;
		width: 100%;
	}
	.checkout-cart #content > .buttons {
		text-align: center;
		margin: 0 0 20px;
	}
	.checkout-cart .sub-total-table {
		width: 100%;
	}
	#checkout-cart .pull-left {
	  float: none;
	  margin: 0 0 10px;
	  width: 100%;
	}
	#checkout-cart .pull-right {
	  float: none;
	  width: 100%;
	}
}
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search { width: 100%; }
}
#content .html-content {
  float: left;
  width: 100%;
}
/*------------------ start ttcms offer --------------------*/
	#ttcmsaboutus {
	  float: left;
	  margin: 0 0 100px;
	  width: 100%;
	}
	#ttcmsaboutus .ttaboutus {
	  float: left;
	  position: relative;
	  margin: 0 0 70px;
	  width: 100%;
	}
	#ttcmsaboutus .about-block {
	  padding: 0;
	}
	#ttcmsaboutus .about-left .about-img > a {
	  float: left;
	  overflow: hidden;
	  position: relative;
	}
	#ttcmsaboutus .about-block .about-img > a img {
	  position: relative;
	  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;
	  z-index: 1;
	  max-width: 100%;
	}
	#ttcmsaboutus .about-block.about-left .about-img > a img {
	  padding: 30px 0 0;
	}
	#ttcmsaboutus .about-left .about-img > a::after {
	  border: 5px solid #e5e5e5;
	  bottom: 65px;
	  content: "";
	  height: 72%;
	  left: auto;
	  position: absolute;
	  right: 70px;
	  top: auto;
	  width: 75%;
	  z-index: 0;
	}
	#ttcmsaboutus .about-left .about-img > a::before {
		background: #f5f5f5;
		content: "";
		height: 435px;
		left: 0;
		position: absolute;
		right: auto;
		width: 355px;
		z-index: 1;
	}
	#ttcmsaboutus .about-left .about-content {
	  margin: 70px 0;
	  text-align: left;
	}
	#ttcmsaboutus .about-block .about-content .img-titles .img-title {
	  font: 400 40px/50px "Oswald",Arial,Helvetica,sans-serif;
	  letter-spacing: 0.6px;
	  color:#000000;
	  padding: 0 0 5px;
	  text-transform: capitalize;
	}
	#ttcmsaboutus .about-block .about-content .img-titles .img-subtitle {
	  font: 400 13px/15px "Poppins",Arial,Helvetica,sans-serif;
	  color:#525252;
	  letter-spacing: 4px;
	  margin: 0 0 30px;
	  text-transform: uppercase;
	}
	#ttcmsaboutus .about-block .about-content .img-titles .img-desc {
	  font: 400 14px/24px "Poppins",Arial,Helvetica,sans-serif;
	  color: #545454;
	  margin: 0 0 20px;
	  text-transform: capitalize;
	}
	#ttcmsaboutus .about-block .about-content .img-titles .about-btn {
	  float: left;
	  width: 100%;
	}
	#ttcmsaboutus .about-block .about-content .img-titles .about-btn > a {
	  background: #0eaf3f;
	  color: #ffffff;
	  border-radius: 22px;
	  -moz-border-radius: 22px; 
	  -webkit-border-radius: 22px; 
	  -khtml-border-radius: 22px;
	  font-size: 14px;
	  line-height: 30px;
	  padding: 10px 25px;
	  text-transform: capitalize;
	  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;
	}
	#ttcmsaboutus .about-block .about-content .img-titles .about-btn > a:hover {
		background: #000000;
	}
	#ttcmsaboutus .about-right .about-img {
	  float: right;
	  text-align: right;
	}
	#ttcmsaboutus .about-right .about-img > a {
	  float: right;
	  margin: -60px 0 0;
	  position: relative;
	}
	#ttcmsaboutus .about-right .about-img > a::after {
		border: 5px solid #0eaf3f;
		bottom: -50px;
		content: "";
		height: 55%;
		left: -50px;
		position: absolute;
		right: auto;
		top: auto;
		width: 45%;
		z-index: 0;
	}
	#ttcmsaboutus .about-right .about-content {
	  margin: 20% 0 10%;
	  text-align: right;
	}
	@media(min-width:768px){
		#ttcmsaboutus .about-left:hover .about-img > a img {
		  transform: translate(25px, 14px);
		  -webkit-transform: translate(25px, 14px);
		  -moz-transform: translate(25px, 14px);
		  -o-transform: translate(25px, 14px);
		  -ms-transform: translate(25px, 14px);
		}
		#ttcmsaboutus .about-right:hover .about-img > a img {
		  transform: translate(25px, -14px);
		  -webkit-transform: translate(25px, -14px);
		  -moz-transform: translate(25px, -14px);
		  -o-transform: translate(25px, -14px);
		  -ms-transform: translate(25px, -14px);
		}
	}
	@media(max-width:1199px){
		#ttcmsaboutus .about-left .about-img > a::before {
			height: 365px;
			width: 325px;
		}
		#ttcmsaboutus .about-right .about-img > a::after {
			bottom: -30px;
			left: -30px;
		}
	}
	@media(max-width:991px){
		#ttcmsaboutus .about-block .about-content .img-titles .img-title {
			font-size: 30px;
			line-height: 40px;
		}
		#ttcmsaboutus .about-left .about-img > a::before {
			height: 255px;
			width: 235px;
		}
		#ttcmsaboutus .about-block.about-left .about-img > a img {
		  padding: 0;
		}
		#ttcmsaboutus .about-left .about-img > a::after {
		  bottom: 45px;
		}
		#ttcmsaboutus .about-right .about-img > a::after {
		  bottom: -20px;
		  left: -20px;
		}
		#ttcmsaboutus .about-right .about-img > a {
			margin: -30px 0 0;
		}
		#ttcmsaboutus .about-right .about-content {
			margin: 10% 0 0;
			text-align: center;
		}
		#ttcmsaboutus .ttaboutus {
			margin: 0;
		}
	}
	@media(max-width:767px){
		#ttcmsaboutus {
			margin: 0 0 50px;
		}
		#ttcmsaboutus .about-left .about-img > a::before {
			height: 335px;
			width: 315px;
		}
		#ttcmsaboutus .about-left .about-content {
			text-align: center;
			margin: 30px 0;
		}
		#ttcmsaboutus .about-block,
		#ttcmsaboutus .about-right .about-img {
			text-align: center;
		}
		#ttcmsaboutus .about-left .about-img > a,
		#ttcmsaboutus .about-right .about-img > a {
		  display: inline-block;
		  float: none;
		  margin: 0;
		  vertical-align: top;
		}
		#ttcmsaboutus .ttaboutus {
		  margin: 0;
		}
	}
	@media(max-width:480px){
		#ttcmsaboutus {
			margin: 0 0 30px;
		}
		#ttcmsaboutus .about-left .about-img > a::before {
			height: 185px;
			width: 175px;
		}
		#ttcmsaboutus .about-left .about-img > a::after {
			right: 50px;
		}
		#ttcmsaboutus .about-block .about-content .img-titles .img-title {
			font-size: 20px;
			line-height: 30px;
		}
		#ttcmsaboutus .about-right .about-img > a::after {
		  left: -10px;
		}
	}
/*----------------- End ttcms offer -------------------------*/
/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */

#ttcmstestimonial {
	background-attachment: scroll;
    background-image: url("TemplateTrip/images/pattern.png");
    background-repeat: repeat;
	background-color: #f5f5f5;
	cursor: pointer;
	float: left;
	margin: 0 0 100px;
	padding: 80px 0;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content {
	padding: 0;
	vertical-align: top;
	position:relative;
}
#ttcmstestimonial .tt-title {
	display: none;
}
#tttestimonial-carousel li {
	float: left;
	list-style: none;
	width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc{
	display: inline-block;
	float: none;
	padding: 0 8px;
	vertical-align: top;
	margin: 10px 0 0;
	width: 75%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-image {
	float: none;
	display: inline-block;
	padding: 0;
	height: 100px;
	width: 100px;
	border: 6px solid #ffffff;
	border-radius:50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	box-shadow: 0 0 10px 2px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 10px 2px rgba(2, 2, 2, 0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(2, 2, 2, 0.1);
	vertical-align: top;
	overflow: hidden;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-image img {
	max-width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
	color: #000000;
	float: left;
	font: 400 20px/24px "Oswald",Helvetica,sans-serif;
	margin: 0;
	padding: 0 0 10px;
	text-transform: capitalize;
	width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
	color: #777777;
	font:italic 300 20px/34px "Oswald",Arial,Helvetica,sans-serif;
	letter-spacing: 0.6px;
	margin: 0 0 20px;
	position: relative;
}
#tttestimonial-carousel {
	float: none;
	text-align: center;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	margin:0;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content {
	display: inline-block;
	float: left;
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
    font-size: 14px;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content > h4 {
	color: #111111;
	padding: 3px 0 10px;
	font: 600 14px/18px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content > h4:before {
    border-bottom: 1px solid #e9e8e6;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 50px;
}
#ttcmstestimonial .testimonial-content .testimonial-user-title {
  float: left;
  margin: 0 0 25px;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .user-designation {
	color: #000000;
	float: left;
	font: 400 16px/20px "poppins",Arial,Helvetica,sans-serif;
	text-transform: capitalize;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination {
    float: left;
    width: 100%;
    text-align: center;
	position: static;
	margin: 0 0 10px;
	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;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    float: none;
    height: 12px;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	background:#cccccc;
	vertical-align:middle;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page span {
	display: none;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page:hover{
    background: #000;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page.active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #222;
	height: 15px;
	vertical-align: middle;
	width: 15px;
	position:relative;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page.active::after {
	background: #222 none repeat scroll 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 5px;
}
@media (max-width: 1199px) {
	#ttcmstestimonial {
		margin: 0 0 70px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
        margin: 0;
    }
}
@media (max-width: 991px) {
	#ttcmstestimonial.container {
		padding: 0 15px;
	}
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading {
        font-size: 28px;
    }
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    #ttcmstestimonial {
		margin: 0 0 50px;
		padding: 50px 0;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc{
		width:85%;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
		font-size: 18px;
		line-height: 30px;
	}
	#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}	
}
@media (max-width: 543px) {
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
		width:100%;
	}
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content {
        margin: 20px 0 0;
        width: 100%;
        text-align: center;
    }
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-user-title > h4:before {
        right: 0;
    }
	#ttcmstestimonial {
	  padding:40px 0;
	  margin: 0 0 30px;
	}
	#tttestimonial-carousel li {
	  padding: 0 10px;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
	  font-size: 16px;
	  line-height:28px;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
	  width: 100%;
	}
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ------------------------------------ Start TT - CMS parallex ------------------------------- */
#ttcmsparallax {
  float: left;
  width: 100%;
}
#ttcmsparallax .parallex {
  background: #000033;
  float: left;
  height: 750px;
  position: relative;
  width: 100%;
}
#ttcmsparallax .content-wrap {
  float: left;
  padding: 150px 0;
  text-align: center;
  width: 100%;
}
#ttcmsparallax .content-wrap .description {
	color: #ffffff;
	font: 400 26px/30px "Oswald",Helvetica,sans-serif;
	letter-spacing: 0.6px;
	margin: 0 0 40px;
	padding: 0 0 20px;
	position: relative;
	text-transform: capitalize;
}
#ttcmsparallax .content-wrap .description::after {
  border-bottom: 2px solid #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 60px;
}
#ttcmsparallax .parallex .title {
  font: 700 86px/90px "Oswald",Helvetica,sans-serif;
  color: #ffffff;
  letter-spacing: 0.4px;
  margin-bottom: 50px;
  text-transform: capitalize;
}
#ttcmsparallax .button a {
  background: #81ba00;
  border-radius: 22px;
  -moz-border-radius: 22px; 
  -webkit-border-radius: 22px; 
  -khtml-border-radius: 22px;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.4px;
  line-height: 20px;
  padding: 12px 30px;
  text-transform: capitalize;
  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;
}
#ttcmsparallax .button a:hover {
	background: #000000;
	color: #ffffff;
}
@media (max-width: 1199px) {
	#ttcmsparallax .parallex {
		height: 650px;
	}
	#ttcmsparallax .content-wrap {
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax .parallex {
		height: 500px;
	}
	#ttcmsparallax .content-wrap .description {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	#ttcmsparallax .parallex .title {
		font-size: 65px;
		line-height: 70px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	#ttcmsparallax .parallex {
		height: 400px;
	}
	#ttcmsparallax .content-wrap {
	  padding: 50px 0;
	}
	#ttcmsparallax .parallex .title {
		font-size: 30px;
		line-height: 40px;
	}
}
@media (max-width: 480px) {
	#ttcmsparallax .content-wrap {
	  padding: 30px 0;
	}
}
/* ------------------------------------ End TT - CMS parallex ------------------------------- */
/* ------------------ Start TT - CMS services block --------------------- */
#ttcmsservices {
  float: left;
  margin: 0 0 100px;
  width: 100%;
}
#ttcmsservices .services {
	float: left;
	width: 100%;
	position: relative;
	text-align:center;
}
#ttcmsservices .services .tt-title {
  color: #212121;
}
#ttcmsservices .services .service-subtitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.8px;
	text-transform: capitalize;
	margin:0 0 90px;
	font-style:italic;
	font-family: Playfair Display;
	color: #545454;
}
#ttcmsservices .services .services-content {
	float: left;
	margin: 10px 0 0;
	width: 100%;
}
#ttcmsservices .services .services-content .service-content {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	text-align: center;
}
#ttcmsservices .services .services-content .service-content .services-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 26px;
  margin: 0 0 20px;
  text-transform: capitalize;
  font-family: "Oswald";
  color: #000000;
}
#ttcmsservices .services .services-content .service-content .service-desc {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
#ttcmsservices .services .services-content .service .service-img::after {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/service-bg-1.png") no-repeat scroll 0 0 / contain ;
  content: "";
  height: 150px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
#ttcmsservices .services .services-content .service:nth-child(2n) .service-img::after {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/service-bg-2.png") no-repeat scroll 0 0 / contain ;
}
#ttcmsservices .services .services-content .service-img {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsservices .services .services-content .service .service-img img {
	z-index: 3;
	position: relative;
	margin: 40px 0;
	transition:400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	max-width: 100%;
}
#ttcmsservices .services .services-content .service:hover .service-img img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
@media(max-width:1199px){
	#ttcmsservices {
		margin: 0 0 70px;
	}
}
@media(max-width:991px){
	#ttcmsservices .services .service-subtitle{
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 50px;
	}
	#ttcmsservices .services .services-content .service .service-img img{
		margin:25px 0;
	}
	#ttcmsservices .services .services-content .service-content .services-title{
		font-size:20px;	
		line-height:22px;
	}
	#ttcmsservices .services .services-content .service .service-img::after {
		height: 120px;
		width: 120px;
	}
}
@media(max-width:767px){
	#ttcmsservices {
		margin: 0 0 30px;
	}
	#ttcmsservices .services .services-content .service {
		margin-bottom: 30px;
	}
	#ttcmsservices .services .services-content .service-content{
		margin:20px 0 0;
	}	
	#ttcmsservices .services .services-content .service-content .services-title{
		margin:0 0 20px;
	}
	#ttcmsservices .services .service-subtitle{
		font-size: 16px;
		line-height: 24px;
	}
}
@media(max-width:480px){
	#ttcmsservices .services .service-subtitle {
      	font-size: 13px;
      	line-height: 22px;
		margin: 0 0 30px;
		padding: 0 5px;
	}
	#ttcmsservices .services .services-content .service{
		width:100%;
	}
	#ttcmsservices .services .services-content .service-content .services-title {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 22px;
	}
}
/* ------------------ End TT - CMS services block --------------------- */
/* ------------------ Start TT - CMS video block --------------------- */
.video-cms {
  margin-bottom: 60px;
}
#ttcmsvideo {
  float: left;
  margin: 0 0 100px;
  width: 100%;
}
#ttcmsvideo .container {
  padding: 0 95px;
}
#ttcmsvideo  #popup__toggle {
  cursor: pointer;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#popup__toggle .image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	width: 100%; 
}
#popup__toggle:hover .image-hover {
	background: rgba(0, 0, 0, 0.3);
}
#popup__toggle .play-icone {
	background: #abd373;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	direction: ltr;
	bottom: 0;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}
#popup__toggle .play-icone i {
	color: #ffffff;
	font-size: 30px;
	line-height: 60px;
	padding: 0 22px;
}
#ttcmsvideo  img {
  cursor: pointer;
  max-width: 100%;
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
}
#ttcmsvideo #popup__toggle:hover  img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
#ttcmsvideo .popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 100;
}
#ttcmsvideo .popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}
#ttcmsvideo .popup {
    background: #000000;
	border: 1px solid #000000;
	border-radius: 22px;
	-moz-border-radius: 22px; 
	-webkit-border-radius: 22px; 
	-khtml-border-radius: 22px;
	color: #ffffff;
	display: inline-block;
	height: 80%;
	margin: 8% 0;
	max-height: 100%;
	max-width: 100%;
	padding: 20px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
#ttcmsvideo .popup-form__row {
  margin: 1em 0;
}
#ttcmsvideo .popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 12px;
  height: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#ttcmsvideo iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
	#ttcmsvideo {
		margin: 0 0 70px;
	}
}
@media (max-width: 991px) {
	.video-cms {
	  margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	#ttcmsvideo {
		margin: 0 0 50px;
	}
	#ttcmsvideo .container {
	  padding: 0 40px;
	}
}
@media (max-width: 480px) {
	#ttcmsvideo {
		margin: 0 0 30px;
	}
	#ttcmsvideo .container {
	  padding: 0 15px;
	}
	#popup__toggle .play-icone {
		height: 40px;
		width: 40px;
	}
	#popup__toggle .play-icone i {
		font-size: 20px;
		line-height: 40px;
		padding: 0 15px;
	}
}
/* ------------------ End TT - CMS video block --------------------- */
/* ---------------------- Start TT CMS banner Block --------------------------*/
	#ttcmsbanner {
	  float: left;
	  margin: 0 0 140px;
	  width: 100%;
	}
	#ttcmsbanner .ttbanner {
	  float: left;
	  width: 100%;
	}
	#ttcmsbanner .banner-content {
  		background: #ffffff;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		float: left;
		margin: -235px 0 0;
		padding: 30px;
		position: relative;
		width: 100%;
	}
	#ttcmsbanner .ttbanner .banners .banner-img > a {
	  display: inline-block;
	  float: left;
	  overflow: hidden;
	  position: relative;
	  width: 100%;
	}
	#ttcmsbanner .ttbanner .banners .banner-img > a::after {
		background: rgba(0, 0, 0, 0.5);
		bottom: 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0;
		-moz-opacity: 0; 
		-khtml-opacity: 0; 
		-webkit-opacity: 0;
		position: absolute;
		right: 0;
		top: 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;
		width: 100%;
	}
	#ttcmsbanner .ttbanner .banners .banner-img:hover > a::after {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	#ttcmsbanner .ttbanner .banners .banner-img img {
	  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;
	  max-width: 100%;
	}
	#ttcmsbanner .banner-content .banner4 {
	  margin-top: 30px;
	}
	#ttcmsbanner .banner-content .banners-content {
	  float: left;
	  left: 0;
	  margin: 0 auto;
	  position: absolute;
	  right: 0;
	  top: 60px;
	  width: 90%;
	  z-index: 2;
	} 
	#ttcmsbanner .banner-content .banners-content .title {
	  float: left;
	  font: 700 25px/40px "Oswald",Helvetica,sans-serif;
	  color:#072325;
	  letter-spacing: 0.6px;
	  text-transform: uppercase;
	  width: auto;
	}
	#ttcmsbanner .ttbanner .banners-content .button {
	  float: right;
	  width: auto;
	}
	#ttcmsbanner .ttbanner .banner-content .banners-content .button > a {
	  background: #072325;
	  color: #ffffff;
	  border-radius: 22px;
	  -moz-border-radius: 22px; 
	  -webkit-border-radius: 22px; 
	  -khtml-border-radius: 22px;
	  display: inline-block;
	  float: none;
	  font-size: 14px;
	  line-height: 22px;
	  padding: 10px 20px;
	  text-transform: capitalize;
	  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;
	  vertical-align: top;
	}
	#ttcmsbanner .ttbanner .banner-content .banners-content .button > a:hover {
		background: #81ba00;
		color: #ffffff;
	}
	@media (min-width: 768px) {
		#ttcmsbanner .ttbanner .banners .banner-img:hover img {
		  transform: scale(1.1);
		  -webkit-transform: scale(1.1);
		  -moz-transform: scale(1.1);
		  -o-transform: scale(1.1);
		  -ms-transform: scale(1.1);
		}
	}
	@media (max-width: 1199px) {
		#ttcmsbanner {
			margin: 0 0 70px;
		}
		#ttcmsbanner .banner-content .banners-content {
			top: 40px;
		}
	}
	@media (max-width: 991px) {
		#ttcmsbanner .banner-content {
			margin: -145px 0 0;
		}
		#ttcmsbanner .banner-content .banners-content {
			top: 25px;
		}
		#ttcmsbanner .banner-content .banners-content .title {
			font-size: 16px;
		}
	}
	@media (max-width: 767px) {
		#ttcmsbanner {
		  margin: 0 0 30px;
		}
		#ttcmsbanner .banner-content {
		  margin: -125px 0 0;
		  padding: 20px;
		}
	}
	@media (max-width: 480px) {
		#ttcmsbanner .banner-content .banners {
		  text-align: center;
		  width: 100%;
		}
		#ttcmsbanner .ttbanner .banners .banner-img > a {
			float: none;
			width: auto;
		}
		#ttcmsbanner .banner-content .banners.banner2 {
			margin: 15px 0;
		}
		#ttcmsbanner .banner-content {
			padding: 15px;	
		}
		#ttcmsbanner .banner-content .banners-content .title {
		  font-size: 8px;
		  line-height: 12px;
		  width: 50%;
		}
		#ttcmsbanner .ttbanner .banner-content .banners-content .button > a {
			font-size: 10px;
			line-height: 14px;
			padding: 7px 10px;
		}
		#ttcmsbanner .banner-content .banners-content {
		  top: 3px;
		}
	}
/* ---------------------- End TT CMS banner Block --------------------------*/
/* ---------------- Start TT - CMS Footer-Payment-logo Css ------------- */
	#ttcmspaymentlogo {
		float: left;
		margin: 0 0 30px;
		text-align: center;
		width: 100%;
	}
	#ttcmspaymentlogo h5 {
	  display: none;
	}
	#ttcmspaymentlogo .payment_logo_block .payment-title {
		color: #000000;
		float: left;
		font: 400 14px/18px "Poppins",Helvetica,sans-serif;
		padding: 20px 0 10px;
		text-align: center;
		vertical-align: middle;
		display: none;
		width: 100%;
	}
	#ttcmspaymentlogo .payment_logo_block ul {
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
		vertical-align: top;
		width: auto;
	}
	#ttcmspaymentlogo .payment_logo_block ul li {
		display: inline-block;
		float: none;
		list-style: outside none none;
		padding: 0 5px;
		vertical-align: top;
		width: auto;
	}
	#ttcmspaymentlogo .payment_logo_block ul li a::before {
		display: none;
	}
	#ttcmspaymentlogo .payment_logo_block img {
		max-width: 100%;
	}
	@media (max-width: 991px) {
		#ttcmspaymentlogo {
			 margin: 20px 0;
		}
		#ttcmspaymentlogo .payment_logo_block ul li {
			padding: 5px 0;
		}
	}
/* -------------------- End TT - CMS Footer-Payment-logo Css ------------------- */
/*------------------------------------- Footer Bottom Social Links Strat ------------------------------------*/
	.follow-us h5 {
		display: none;
		cursor: pointer;
	}
	.follow-us ul {
		display: inline-block;
		margin: 0;
		vertical-align: top;
	}
	.follow-us {
		float: right;
		padding: 23px 0;
		width: auto;
	}
	.follow-us ul.list-unstyled li {
		float: left;
		height: 30px;
		position: relative;
		text-align: center;
		margin: 0 5px;
		width: 30px;
	}
	.follow-us ul li a {
		color: #cccccc;
		padding: 6px 0;
		float: left;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 100%;
		direction: ltr;
	}
	.follow-us ul li a i {
		font-size: 17px;
		font-weight: normal;
		vertical-align: top;
	}
	.follow-us ul li.facebook > a:hover,
	.follow-us ul li.facebook > a:focus {
		color: #145ab1;
	}
	.follow-us ul li.twitter > a:hover,
	.follow-us ul li.twitter > a:focus {
		color: #44d3d8;
	}
	.follow-us ul li.rss > a:hover,
	.follow-us ul li.rss > a:focus {
		color: #ff6600;
	}
	.follow-us ul li.google-plus > a:hover,
	.follow-us ul li.google-plus > a:focus {
		color: #ff0000;
	}
	.follow-us ul li.pinterest > a:hover,
	.follow-us ul li.pinterest > a:focus {
		color: #ff3635;
	}
	.follow-us ul li.instagram > a:hover,
	.follow-us ul li.instagram > a:focus {
		color: #f33857;
	}
	@media (max-width: 991px) {
		.follow-us {
			display: inline-block;
			float: none;
			padding: 0 0 15px;
			vertical-align: top;
		}
	}
/*------------------------------------- Footer Bottom Social Links End ----------------------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
		footer .contact-us,footer .contact-us ul {
			float: left;
			width: 100%;
			margin: 0;
		}
		.contact-us ul li {
		  float: left;
		  margin: 0 0 10px;
		  width: 100%;
		}
		footer .contact-us ul li:last-child {
		    padding: 0;
		}
		footer .contact-us ul li a::before {
		  	display: none;
		}
		.contact-us .data {
		  	color: #cccccc;
			font: 400 14px/24px "Poppins",sans-serif;
			position: relative;
		}
		footer .contact-us i:before {
			color: #cccccc;
			font-size: 16px;
		}
		footer .contact-us ul li i {
			float: none;
			height: 25px;
			margin: 0 10px 0 0;
			padding: 5px 0 0;
			text-align: center;
			width: 15px;
		}
		.contact-us .contact-address {
		  display: inline-block;
		  float: none;
		  vertical-align: top;
		}
/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
margin-top: 0px;
cursor: pointer;
}
.checkbox-wrapper {
background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -257px;
width: 15px;
height: 15px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.checkbox-wrapper:hover {
background-position: -30px -257px;
}
.checkbox-wrapper.active {
background-position: -15px -257px;
}
.checkbox-wrapper input {
background: none;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
position: relative;
opacity: 0;
-moz-opacity: 0; 
-khtml-opacity: 0; 
-webkit-opacity: 0; 
}
.radio-wrapper {
background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
width: 13px;
height: 13px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.radio-wrapper:hover,
.radio-wrapper.active {
background-position: -13px -243px;
}
.radio-wrapper input {
background: none;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
position: relative;
opacity: 0;
-moz-opacity: 0; 
-khtml-opacity: 0; 
-webkit-opacity: 0; 
}	
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
.full-header.fixed {
	  background: #000000;
	  transition: all 400ms ease 0s;
	  -webkit-transition: all 400ms ease 0s;
	  -moz-transition: all 400ms ease 0s;
	  -ms-transition: all 400ms ease 0s;
	  -o-transition: all 400ms ease 0s;
	  animation: fixedmenu 1s ease 0s normal both 1 running;
	  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
	  box-shadow: 0 1px 3px #000000;
	  -moz-box-shadow: 0 1px 3px #000000;
	  -webkit-box-shadow: 0 1px 3px #000000;
	  position: fixed !important;
	  left: 0;
	  right: 0;
	  margin: 0 30px;
	  width: auto;
	  z-index: 99;
}
	@-webkit-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@-moz-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
.common-home header .full-header.fixed {
	background: #000000;
}	
#at15s .at-label {
	margin: 0 5px;
}

/*------------------------ instagram CSS start -----------------------------------------*/
#instaLink_0, #instaLink_0 .instalink-feed-wrapper {
	background: #fff !important;
}
/*------------------------instagram CSS End -----------------------------------------*/