body {
	background: #f7f7f7 url("TemplateTrip/images/bg-pattern.png") repeat fixed top center;
	font: 400 13px/20px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666;
	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: 18px;
}
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: #ffde01;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 16px;
	padding: 7px 0px;
	font-weight: 600;
}
small, .small {
	font-size: 12px;
}
label {
	font-size: 13px;
	font-weight: 500;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
	background: #ffffff;
	color: #666;
	border: 1px solid #e5e5e5;
	margin: 0 0 5px;
	height: auto;
	padding: 9px 12px;
	word-break: break-all;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control,.filter-show .filter-selection .form-control {
	background-color: #ffffff; 
	padding: 9px 12px; 
	margin: 0; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'Material Icons';
	content: '\e313';
	font-size: 17px;
	position: absolute;
	right: 7px;
	top: 10px;
	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;
    outline: none;
}
button, input, select, textarea {
    outline: none;
}
.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;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	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;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.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 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;
	bottom: 0;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.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 --------------------------------------*/
.main-category-list.left-main-menu {
  float: left;
  width: 255px;
  padding: 0 15px 0 0;
}
.main-category-list .menu-category .dropmenu li.TT-Sub-List .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;
    position: static;
}
#column-left .left-right-inner > div.main-category-list, #column-right .left-right-inner > div.main-category-list {
	border: none;
    float: left;
	margin: 0 0 20px;
	padding: 0;
    width: 100%;
}
#column-left .main-category-list .menu-category .dropmenu, #column-right .main-category-list .menu-category .dropmenu {
	display: block;
	position: relative;
	float: left;
}
#column-left .main-category-list .cat-menu, #column-right .main-category-list .cat-menu {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.left-main-menu .childs_1 .child-columns {
    float: left;
    width: 100%;
}
.main-category-list.left-main-menu .cat-menu {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	float: left;
	position: relative;
	width: 100%;
	background: #111;
	padding: 5px;
}
.main-category-list.left-main-menu .menu-category .dropmenu {
	background: #111;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	float: left;
	text-align: left;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
	z-index: 2;
	border: none;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: medium;
	border-top: none;
	display: block;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
}
.main-category-list.left-main-menu .TT-panel-heading {
	color: #111;
	cursor: pointer;
	font: 600 15px/24px "Poppins", Helvetica, sans-serif;
	padding: 12px 12px;
	position: relative;
	text-transform: capitalize;
	background: #ffde00;
	letter-spacing: 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	z-index: 2;
}
.main-category-list.left-main-menu .TT-panel-heading i {
	float: right;
	font-size: 23px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}
.main-category-list.left-main-menu .tt-menu-horizontal {
	padding: 5px;
	position: relative;
	float: left;
	width: 100%;
	background: #111;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}
.main-category-list.left-main-menu .dropmenu > li {
	cursor: pointer;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
.main-category-list.left-main-menu .dropmenu > li:last-child {
  border: none;
}
.main-category-list .menu-category ul.dropmenu li a, .main-category-list .menu-category ul li .more-menu {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	font: 500 13px/24px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 12px 20px;
	position: relative;
	text-transform: capitalize;
}
.main-category-list .menu-category ul li .more-menu {
	border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
}
.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a {
	font: 600 13px/22px "poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0 0 5px;
	text-transform: capitalize;
	color: #111;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
    border: 4px solid #eeeeee;
    bottom: auto;
    left: 100%;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after {
	position: absolute;
	left: auto;
	right: 15px;
	top: 3px;
	color: #666;
	content: "\e5cf";
	font-family: "Material Icons";
	font-size: 18px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown::after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.single-dropdown-menu .dropdown-inner ul.childs_2 {
    float: left;
    padding: 20px;
}
.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after {
	color: #fff;
	content: "\E313";
	font-family: "Material Icons";
	font-size: 18px;
	z-index: 2;
	margin-left: 3px;
	vertical-align: top;
	display: inline-block;
	float: right;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}
.main-category-list.left-main-menu .dropmenu > li:nth-child(2n) {
	background: rgba(255,255,255,.1);
}
.main-category-list.left-main-menu .dropmenu > li:hover > a, .main-category-list.left-main-menu .dropmenu > li:hover .more-menu {
	background: rgba(255,255,255,.15);
}
.main-category-list.left-main-menu .dropmenu > li.more {
	background: none;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
}
.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 {
  color: #fff;
}
.main-category-list .menu-category > ul.dropmenu > li:hover > a, 
.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 {
	color: #fff;
}
.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled a:hover, .main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown::after{
	color: #111;
}
.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu {
	padding: 20px 0;
	min-width: 200px;
	z-index: 999;
	filter: alpha(opacity=0);
	visibility: hidden;
	display: block;
	background: #fff none repeat scroll 0 0;
	border: 4px solid #e5e5e5;
	position: absolute;
	top: 0;
	width: auto;
	left: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform-origin: center top 0;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
    float: left;
    padding: 0 20px;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a{
	padding: 3px 20px;
	color: #555;
}
.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 {
	color: #111;
}
.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 li.dropdown-inner > a {
    display: inline-block;
    font: 400 13px/24px "Poppins", Helvetica, sans-serif;
    padding: 8px 0;
	margin: 0 0 15px;
	color: #333;
}
.mega-dropdown-menu li.dropdown > a:before {
    background: #e5e5e5;
    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: #555;
	font: 500 13px/24px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 1px 0;
}
.main-category-list .menu-category .dropmenu {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
}
.main-category-list .menu-category ul li .more-menu::after {
	color: #fff;
	font-size: 15px;
	float: right;
	font-weight: 500;
	content: "\e145";
	font-family: "Material Icons";
	line-height: 22px;
}
.main-category-list .menu-category ul li .more-menu.active::after {
    content: '\e15b';
}
@media (min-width: 1200px) and (max-width: 1299px){
	.main-category-list.left-main-menu {
		width: 275px;
	}
}
@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 {
		visibility: visible;
		text-align: left;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.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 {
		display: block !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		text-align: left;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		border: 4px solid #e5e5e5;
		bottom: auto;
		left: 100%;
		padding: 0;
		position: absolute;
		right: auto;
		top: 0;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-ms-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		transform-origin: center top 0;
		display: block;
		visibility: hidden;
	}
}
@media (max-width: 991px) {
	.menu-category ul.dropmenu li.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;
		visibility: visible;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
		padding: 0 0 0 10px;
		width: 100% !important;
		display: none;
	}
	.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu  {
		padding: 0 10px;
		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 > .dropdown-menu {
		position: static;
		border: none;
		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.single-dropdown::after, .mega-dropdown-menu li.dropdown > a::before, .main-category-list.left-main-menu .TT-panel-heading span {
		display: none;	
	}
	.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after,
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after {
		content: "";
	}
	.main-category-list.left-main-menu .menu-category {
		border: none;
		bottom: auto;
		float: left;
		left: 0;
		position: absolute;
		right: 0;
		top: 52px;
		width: 100%;
		z-index: 9;
	}
	.main-category-list .menu-category .dropmenu {
		border: 1px solid #e5e5e5;
		padding: 10px 15px;
		background: #ffffff;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		top: 0;
		display: none;
	}
	.main-category-list.left-main-menu {
		float: left;
		width: 100%;
		position: relative;
		padding: 0;
	}
	.main-category-list .cat-menu {
	  border-radius: 0;
	  -moz-border-radius: 0; 
	  -webkit-border-radius: 0; 
	  -khtml-border-radius: 0;
	  padding: 0;
	  background: none;
	}
	.left-main-menu .TT-panel-heading::after {
		color: #ffffff;
		font-size: 17px;
	}
	.left-main-menu .dropmenu {
		padding: 10px;
		background: #FFF;
		position: relative;
		z-index: 9;
	} 
	.main-category-list .menu-category ul.dropmenu li a {
		padding: 0;
		text-align: left;
		line-height: 26px;
		float: left;
		width: 100%;
		color: #666;
	}
	.main-category-list .menu-category > ul.dropmenu > li:hover > a, .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 {
		color: #111;
	}
	.left-main-menu .dropmenu li > i::before {
		color: #333;
		font-size: 16px;
		position: absolute;
		right: 0px;
		left: auto;
		top: 0;
		padding: 0;
		height: 26px;
		width: 20px;
		cursor: pointer;
		z-index: 2;
		content: "\e145";
		font-family: "Material Icons";
		font-weight: 600;
		line-height: 28px;
	}
	.left-main-menu .dropmenu li.active > i::before {
		content: '\e15b';
	}
	.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 {
		padding: 0;
		font-weight: 500;
	}
	.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, .main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a::before {
		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.active > i.fa-angle-down::before {
		content: "\f068";
	}
	.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: 0;
	}
	.left-main-menu ul.dropmenu li {
		float: left;
		width: 100% !important;
		padding: 0;
		list-style: none;
	}
	.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 li  {
		padding: 0;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		display: block !important;
		padding: 0;
		border: none;
    }
    .main-category-list.left-main-menu .dropmenu > li.more {
		display: none !important;
    }
}
body .main-category-list::before, body #page::after{
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
body.menu_hover .main-category-list::before, body.currency-open #page::after, body.language-open #page::after, body.cart-open #page::after, body.user-open #page::after, body.top_hover #page::after, body.search-open #page::after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.full-header.fixed .main-category-list .TT-panel-heading::after {
	content: "";
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	z-index: -1;
	visibility: hidden;
}
.full-header.fixed .main-category-list .TT-panel-heading.current-close::after {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	visibility: visible;
	background: rgba(0,0,0,.6);
}
body .full-header.fixed .main-category-list::before, body.menu_hover #page::after{
	display: none;
}
/*---------------------------------  Mega Menu CSS End --------------------------------------------*/
/* ---------------------------- Static Menu CSS Start ----------------------------- */
.header-bottom-block {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	background: #f7f7f7;
}
.header-bottom-block #tttoplink_block {
	display: none;
}
.common-home .header-bottom-block #tttoplink_block {
	display: block;
}
#tttoplink_block {
	display: inline-block;
	float: none;
	position: relative;
	vertical-align: top;
	width: auto;
}
#tttoplink_block ul.block_content li a {
	color: #111;
	display: block;
	float: left;
	font: 500 13px/22px "Poppins", Helvetica, sans-serif;
	overflow: hidden;
	position: relative;
	padding: 18px 20px;
	text-transform: capitalize;
	z-index: 1;
	margin: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
#tttoplink_block ul.block_content > li:hover > a {
	color: #111;
}
#tttoplink_block .block_content ul li {
  width: 100%;
  padding: 0;
}
#tttoplink_block ul.block_content li.more_menu > a::before {
	content: "\e5cf";
	font-family: "Material Icons";
	font-size: 13px;
	line-height: 22px;
	position: relative;
	padding-left: 2px;
	float: right;
}
#tttoplink_block .block_content li {
	float: left;
	list-style: none;
	position: relative;
}
.header-top-block {
	float: left;
	width: 100%;
	display: none;
}
@media (max-width: 991px) {
	.header-bottom #tttoplink_block {
		margin: 0;
	}
	#tttoplink_block .block_content {
		background: #FFF;
		float: left;
		width: 100%;
		padding: 10px 10px 0 10px;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		bottom: auto;
		border: 1px solid #e5e5e5;
		list-style: none;
		z-index: 99;
	}
	#tttoplink_block {
		position: relative;
		float: left;
		width: 100%;
		display: none;
		border: none;
		padding: 0;
		background: none;
		border-radius: 0;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;	
	}
	#tttoplink_block ul.block_content li.tthome > a {
		float: left;
		width: 100%;
		height: auto;
		background: none;
		font-size: 14px;
		padding: 3px 10px;
	}
	#tttoplink_block .block_content li {
		float: left;
		margin: 0 8px;
		position: relative;
		z-index: 1;
		list-style: none;
	}
	#tttoplink_block ul.block_content li a {
		color: #1d1f1f;
		font-size: 14px;
		line-height: 25px;
		padding: 3px 10px;
		float: left;
		width: 100%;
	}
	#tttoplink_block ul.block_content li a:hover {
		color:#1d1f1f;
		background: #f5f5f5;	
	}
	#tttoplink_block ul.block_content li a::before {
		border: none;
	}
}

/*-----------------------More Menu CSS Start -------------------------------*/
	   #tt_toplink li.more_menu ul li a {
			color: #666;
			padding: 2px 20px;
			text-align: left;
			font-size: 13px;
			font-weight: 500;
			line-height: 24px;
			text-transform: capitalize;
		}
		#tt_toplink li.more_menu ul li:hover > a {
			color: #111;
		}
		#tt_toplink .top-link {
			float: left;
			width: 100%;
			margin: 0;
			position: absolute;
			top: 100%;
			min-width: 200px;
			background: #fff;
			text-align: left;
			border: 1px solid #e5e5e5;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			-khtml-border-radius: 8px;
			border-radius: 8px;
			z-index: 10;
			padding: 8px 0;
			-webkit-transition: 400ms ease-in-out;
			-moz-transition: 400ms ease-in-out;
			-ms-transition: 400ms ease-in-out;
			-o-transition: 400ms ease-in-out;
			transition: 400ms ease-in-out;
			-webkit-opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			-webkit-transform: scaleY(0);
			-moz-transform: scaleY(0);
			-ms-transform: scaleY(0);
			-o-transform: scaleY(0);
			transform: scaleY(0);
			transform-origin: center top 0;
			display: block !important;
			right: 0;
			left: auto;
		}
		#tttoplink_block .block_content li:hover .top-link{
			transform: scaleY(1);
			-webkit-transform: scaleY(1);
			-moz-transform: scaleY(1);
			-o-transform: scaleY(1);
			-ms-transform: scaleY(1);
			opacity: 1;
			-moz-opacity: 1; 
			-khtml-opacity: 1; 
			-webkit-opacity: 1; 
		}
		#tt_toplink ul li.more_menu {
		  position: relative;
		}
		#tt_toplink .top-link.shown-link{
			display:block;
		}
		#tt_toplink {
			display: inline-block;
			float: none;
			margin: 0;
			padding: 0;
			vertical-align: top;
		}
		@media (max-width: 991px) {
			.menu-category .block_content .more_menu.tttoplink > a {
			  	display: none;
			}
			.menu-category .block_content .more_menu > ul > li {
			    display: block !important;
			}
			#tt_toplink .top-link {
				display: block;
				position: static;
				border: none;
				padding: 0;
			}
			#tt_toplink li.more_menu ul li a {
				padding: 3px 10px;
			}
		}
/*-----------------------More Menu CSS End -------------------------------*/

/* ---------------------------- Static Menu CSS End ----------------------------- */
/* -------------- Homepage bestseller Product Start ----------------------------*/
	.TTcategory-tab.products-carousel.owl-carousel.owl-theme .owl-wrapper-outer {
		padding: 0 0 20px;
	}
	.TTProduct-Tab .nav.nav-tabs {
		border: none;
		float: left;
		width: 100%;
	}
	.related-carousel.products-list .owl-wrapper-outer {
		padding: 0 0 20px;
	}
	.bestseller-carousel.list-products {
		z-index: 1;
	}
	.common-home .bestseller-carousel .progress {
		background: #f5f5f5 none repeat scroll 0 0;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		float: left;
		height: 10px;
		margin: 2px 0 0;
		width: 100%;
	}
	.common-home .bestseller-carousel .ttqtyprogress {
		color: #111;
		float: left;
		font-size: 13px;
		line-height: normal;
		text-align: left;
		width: 100%;
		margin: 13px 0 0;
		padding: 0 15px;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.common-home .bestseller-carousel .progress-bar {
		background-color: #62ac01;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		height: 10px;
		width: 0;
	}
/* -------------- Homepage bestseller Product 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: 1px solid #e5e5e5;
	text-align:left;
}
.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;
}
#page {
  clear: both;
}
/*--------------------------- title css start--------------------------------*/
.tt-titletab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.box-heading > h3, .title_block .ttblock-heading {
	color: #111;
	display: inline-block;
	float: none;
	font: 600 22px/30px "Poppins", Helvetica, sans-serif;
	margin: 0;
	position: relative;
	text-transform: capitalize;
	width: auto;
	letter-spacing: 1px;
	z-index: 1;
	padding: 10px 0;
}
.ttcat-main .box-heading > h3 {
	padding: 0;
}
.tt-latest-product .box-heading > h3 {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 70%;
}
.box-heading > h3::after, .title_block .ttblock-heading::after {
	border-bottom: 4px solid #5b884a;
	bottom: -3px;
	content: "";
	left: 0;
	position: absolute;
	right: auto;
	width: 60px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}
.ttcat-main .box-heading > h3::after {
	bottom: -13px;
}
.box-heading > h3:hover::after, .title_block .ttblock-heading:hover::after {
	width: 100px;
}
.tt-latest-product .box-heading {
	position: relative;
}
.tt-latest-product .box-heading::after {
	border-bottom: 4px solid #5b884a;
	bottom: -3px;
	content: "";
	left: 0;
	position: absolute;
	right: auto;
	width: 60px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
} 
.tt-latest-product .box-heading:hover::after{
	width: 100px;
}
.tt-latest-product .box-heading > h3::after{
	display: none;
}
.box-heading {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.TTProduct-Tab .box-heading {
	background: none;
	padding: 0;
	width: auto;
	margin: 0;
	border-bottom: none;
}
@media (max-width: 1199px) {
	.box-heading > h3, .title_block .ttblock-heading {
		font-size: 20px;
	}
	.tt-latest-product .box-heading > h3 {
		text-overflow: ellipsis;
		overflow: hidden;
		float: left;
		width: 60%;
		white-space: nowrap;
	}
}
@media (max-width: 543px) {
	.box-heading > h3, .title_block .ttblock-heading {
		padding: 5px 0;
	}
	.tt-latest-product .box-heading::after {
		display: none;
	}
}
/*--------------------------- title css end--------------------------------*/
/* TTproduct tab*/
.ttproduct-main {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.ttproduct-main .owl-wrapper-outer {
	padding: 0 0 10px;
}
.ttproduct-main .TTProduct-Tab .tab-content{
	padding: 0 0 10px;
}
.TTProduct-Tab .tab-content {
	margin: 0;
	padding: 0;
}
.TTProduct-Tab .nav.nav-tabs li {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	z-index: 1;
}
.TTProduct-Tab .nav.nav-tabs li:last-child {
	margin: 0;
}
.TTProduct-Tab .nav-tabs > li:hover > a {
	color: #111;
	border: none;
	background: none;
}
.TTProduct-Tab .nav-tabs > li > a::after {
	position: absolute;
	content: "";
	bottom: -2px;
	top: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-bottom: 3px solid #e5e5e5;
	width: 30px;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.TTProduct-Tab .nav-tabs > li > a:focus::after, .TTProduct-Tab .nav-tabs > li > a:hover::after, .TTProduct-Tab .nav-tabs > li.active > a::after {
	border-bottom: 3px solid #ffde00;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	width: 100%;
}
.TTProduct-Tab .nav-tabs > li > a {
	color: #555;
	font: 600 13px/20px "Poppins", Helvetica, sans-serif;
	margin: 0;
	outline: medium none;
	padding: 10px;
	position: relative;
	text-transform: capitalize;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	background: none;
	border: none;
}
.TTProduct-Tab .nav-tabs > li.active > a, .TTProduct-Tab .nav-tabs > li:focus > a {
	color: #111;
	background: none;
	border: none;
}
.nav-tabs > li {
	float: left;
	position: relative;
}
.TTProduct-Tab .tab-box-heading {
    float: right;
    width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}
.TTProduct-Tab .nav.nav-tabs {
    display: table;
	float: left;
}
.TTProduct-Tab .tthometab {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
.ttcat-main {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.bestseller-carousel.products-list {
	float: left;
	width: 100%;
}
/*--------------------------------- Next-Prev Button CSS Start -------------------------*/

.products-carousel.owl-carousel .owl-nav button, .tt-carousel.owl-carousel .owl-nav button {
	float: left;
	vertical-align: top;
	text-shadow: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	height: 30px;
	width: 30px;
	margin: 0;
	padding: 0;
	font-size: 0;
	float: left;
	position: relative;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 1px solid #f5f5f5;
	transition: all 400ms ease-in-out;
}
.products-carousel.owl-carousel .owl-nav button.owl-prev, .tt-carousel.owl-carousel .owl-nav button.owl-prev{
	margin: 0 4px 0 0;
}
.products-carousel.owl-carousel .owl-nav button:hover, .tt-carousel.owl-carousel .owl-nav button:hover {
	background: #111;
	border-color: #111;
}
.products-carousel.owl-carousel .owl-nav, .tt-carousel.owl-carousel .owl-nav {
	position: absolute;
	z-index: 1;
	float: right;
	top: 12px;
	bottom: auto;
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: center;
	right: 0;
	left: auto;
	margin: 0;
}
.ttcat-main .products-carousel.owl-carousel .owl-nav{
	top: 2px;
}
.products-carousel.owl-carousel .owl-nav button::after, .products-carousel.owl-carousel .owl-nav button::before, .tt-carousel.owl-carousel .owl-nav button::after, .tt-carousel.owl-carousel .owl-nav button::before {
	position: absolute;
	font-size: 20px;
	line-height: 30px;
	font-family: "Material Icons";
	height: 30px;
	width: 30px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #111;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	font-weight: 400;
}
.products-carousel.owl-carousel .owl-nav button.owl-prev::after, .tt-carousel.owl-carousel .owl-nav button.owl-prev::after {
	content: "\e314";
}
.products-carousel.owl-carousel .owl-nav button.owl-next::after, .tt-carousel.owl-carousel .owl-nav button.owl-next::after {
	content: "\e315";
}
.products-carousel.owl-carousel .owl-nav button:hover::after, .products-carousel.owl-carousel .owl-nav button:hover::before, .tt-carousel.owl-carousel .owl-nav button:hover::after, .tt-carousel.owl-carousel .owl-nav button:hover::before {
	color: #fff;
}
.special-carousel.products-list .owl-nav {
	display: none;
}
@media (max-width: 543px) {
.TTProduct-Tab .products-carousel.owl-carousel .owl-nav {
  display: inline-block;
  float: none;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -50px;
  width: 70px;
}
}
/*--------------------------------- Next-Prev Button CSS End ---------------------------------------*/
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
.additional-images .owl-nav button.owl-prev, .additional-images .owl-nav button.owl-next {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	direction: ltr;
	bottom: 0;
	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: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	width: 30px;
}
.additional-images .owl-nav button.owl-prev:hover, .additional-images .owl-nav button.owl-next:hover{
	background: #ffde00;
	border-color: #ffde00;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev {
	left: -40px;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next {
	right: -40px;
	left: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev::before, .additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next::before {
	background: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #777;
	padding: 0;
	content: "\e408";
	font-family: "Material Icons";
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next::before {
	content: "\e409";
	padding: 0;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev:hover::before, 
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next:hover::before {
	color: #111;
}
.owl-carousel .owl-nav button span {
	display: none;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.page-title-wrapper {
	background: #f5f5f5;
	float: left;
	margin: 25px 0;
	padding: 18px 15px;
	width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.breadcrumb-wrapper{
	width:100%;
	float:left;
	background:#f5f5f5;
}
.page-title-wrapper .page-title {
	color: #111;
	float: left;
	font: 600 14px/20px "Poppins", Helvetica, sans-serif;
	margin: 0;
	text-transform: capitalize;
}
.page-title {
	color: #fff;
	font-size: 16px;
}
.account-order-info .page-bg h2, .account-address-edit .page-bg h2 {
	color: #111;
	font: 600 16px/20px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0;
	float: left;
	width: auto;
	text-align: center;
}
a:hover, a:focus{color: #333333;}
.product-category h1 {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 5px 0 15px;
	color: #111;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	background: none;
	text-decoration: none;
	color: #111;
}
span.hidden-xs, span.hidden-sm, 
span.hidden-md, span.hidden-lg {
  display: inline;
}
/* top */
.header {
	float: left;
	width: 100%;
	z-index: 3;
	position: relative;
}
#top {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 4;
}
#top::after {
	bottom: -10px;
	content: "";
	height: 22px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	transform: rotateX(160deg);
	background-image: url("TemplateTrip/images/header-curve.png");
	z-index: -1;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: 0 0;
	animation: animatedBackground2 30s infinite linear;
	-ms-animation: animatedBackground2 30s infinite linear;
	-moz-animation: animatedBackground2 30s infinite linear;
	-webkit-animation: animatedBackground2 30s infinite linear;
}
@keyframes animatedBackground2{
	0%{background-position:0}
	100%{background-position:1222px 0}
}
@-webkit-keyframes animatedBackground2{
	0%{background-position:0}
	100%{background-position:1222px 0}
}
@-ms-keyframes animatedBackground2{
	0%{background-position:0}
	100%{background-position:1222px 0}
}
@-moz-keyframes animatedBackground2{
	0%{background-position:0}
	100%{background-position:1222px 0}
}
.header-top-left {
	float: left;
	padding: 0;
}
.header-top-right {
  float: right;
  width: auto;
}
.header-right-cms {
	float: right;
	padding: 0;
}
.contact-link {
	float: left;
}
#top-links > ul > li {
	float: left;
	padding: 17px 0 17px 10px;
	position: relative;
}
.contact-link span {
	color: #111;
	padding: 0 0 0 20px;
	position: relative;
}
.contact-link li a span {
	padding: 0;
}
#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-links .contact-link li {
	float: left;
	padding: 14px 10px;
}
#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
	background-color: #111;
	color: #FFFFFF;
}
#top .btn-link, #top-links li, #top-links a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #222;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	border: none;
}
#top-links > ul > li.header-mail i {
	font-size: 20px;
	line-height: 17px;
	display: none;
	vertical-align: top;
}
#top-links > ul > li.header-mail {
	padding: 18px 5px 17px 35px;
	cursor: pointer;
}
#top-links > ul > li.header-mail::after {
	color: #222;
	content: '\e61d';
	font-family: "Material Icons";
	font-size: 18px;
	left: 0;
	padding: 19px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	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;
}
#top-links > ul > li.header-mail:hover::after {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: #111;
}
#top-links > ul > li.header-mail > a > span {
	text-transform: none;
}	
#top-links > ul > li.header-mail span:hover {
	color: #111;
}
#top-links li .dropdown .dropdown-toggle {
  padding: 8px 0 7px;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
#top-links .dropdown .dropdown-toggle > span::after {
  font-family: 'Material Icons';
  content: '\e5cf';
  font-size:18px;
  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: #111;
}
#top .btn-link strong {
	color: #222;
	font-size: 13px;
	line-height: 14px;
	font-weight: 500;
}
#top-links > ul {
	float: left;
	margin: 0;
}
#top-links > ul > li:last-child {
  padding-right: 0;
}
#top-links .dropdown-menu a { padding:2px 10px;}
#top-links .account-link-toggle a i.fa { padding: 0 2px }
.header-phone {
	position: relative;
	float: right !important;
	padding: 0 15px;
}
.header-phone.pull-left span {
	color: #444444;
	float: right;
	font: 500 17px/22px "Poppins", Helvetica, sans-serif;
	width: 100%;
}
.contact-title {
	color: #777777;
	font: 500 13px/22px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: left;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #111;
	background:none;
}
.header-phone i.fa-phone {
	display: none;
}
.header-phone a {
	border: 2px solid #eeeeee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	float: right;
	padding: 6px 30px 6px 80px;
	position: relative;
}
.header-phone a::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -33px -425px;
	content: "";
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	margin: auto;
	right: auto;
	float: left;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
}
.header-phone:hover a::before {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.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;	
	width: auto;
}
.right-block {
  float: right;
}
.header-right .whishlist.pull-left {
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
}
.header-right .whishlist.pull-left .material-icons {
	height: 40px;
	position: absolute;
	left: 0px;
	margin: 0 auto;
	width: 40px;
	bottom: 0;
	cursor: pointer;
	float: left;
	top: 1px;
	color: #333;
	line-height: 40px;
	font-size: 24px;
	font-weight: 400;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.header-right .whishlist.pull-left:hover .material-icons {
	color: #83a900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.header-right .whishlist.pull-left .hidden-xs.hidden-sm.hidden-md {
	display: none;
}
/*----------------------- userinfo ----------------------------------- */
.user-info {
	float: right;
	width: auto;
	margin: 28px 0 28px 0;
}
.user-info .dropdown {
	cursor: pointer;
	float: right;
	position: relative;
	height: 40px;
	width: auto;
	z-index: 2;
}
.user-info .dropdown > a {
	background: #ffffff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #666;
	float: right;
	padding: 15px 35px 15px 55px;
	position: relative;
	text-transform: capitalize;
	width: auto;
}
.user-info .dropdown > a > .user {
	color: #222;
	float: left;
	font-size: 25px;
	height: 30px;
	line-height: 30px;
	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: 30px;
	text-align: center;
	position: absolute;
	left: 20px;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}
.user-info .dropdown > a:hover > .user, .user-info .dropdown.open > a > .user {
	color: #111;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.user-info .dropdown .material-icons.expand-more {
  display: none;
}
.user-info .dropdown ul {
	border: 1px solid #e5e5e5;
	top: 65px;
	padding: 15px 0;
	min-width: 170px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.ttuserheading {
	color: #222;
	font: 500 14px/20px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
}
.user-info:hover .ttuserheading {
	color: #111;
}
.user-info .dropdown.open .ttuserheading {
	color: #111;
}
.user-info .dropdown-menu > li > a {
	color: #666;
	line-height: 22px;
	padding: 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
}
.user-info ul.dropdown-menu li > a > i {
	float: left;
	font-size: 18px;
	padding: 0 5px 0 0;
	line-height: 24px;
}
.user-info .dropdown-menu > li > a:hover {
	color: #111;
}
@media (max-width: 991px) {
	.user-info .dropdown ul {
		top: 57px;
	}
	.ttuserheading {
	  display: none;
	}
}
@media (max-width: 480px) {
	.user-info .dropdown ul {
		top: 52px;
	}
}
/*----------------------- userinfo ----------------------------------- */
/* cart */
.cart {
  float: right;
  width: auto;
  margin: 28px 0 28px 15px;
}
#cart {
	float: right;
	z-index: 2;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart button.btn {
	background: #ffde00;
	border: medium none;
	float: left;
	width: auto;
	text-align: left;
	height: auto;
	position: relative;
	padding: 5px 20px 5px 55px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}
#cart > button > i.shopping-cart {
	color: #111;
	float: left;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	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: 50px;
	text-align: center;
	position: absolute;
	left: 13px;
	right: auto;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}
#cart > button:hover > i.shopping-cart, #cart > button:active > i.shopping-cart, #cart.open > button > i.shopping-cart {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#cart .cart-heading {
	color: #111;
	display: inline-block;
	float: none;
	font: 500 14px/24px "Poppins", Helvetica, sans-serif;
	padding: 8px 0;
	text-transform: capitalize;
	vertical-align: top;
	width: auto;
}
#cart #cart-total {
	background: #111 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	z-index: 2;
	text-align: center;
	width: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
	margin: 10px 5px 10px 0;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e5e5e5;
	min-width: 300px;
	padding: 10px;
	top: 65px;
	left: auto;
	z-index: 1001;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	right: 0;
}
#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: #777;
	padding: 5px 0;
	margin: 0;
}
#cart .dropdown-menu li p a strong { font-weight:500; }
#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 .dropdown-menu .btn > i.close-clear {
	font-size: 16px;
	line-height: 22px;
}
#cart .header-cart-toggle .text-right > strong {
	color: #666;
	font-size: 13px;
	font-weight: 500;
}
#cart .dropdown-menu li p a:first-child {
	background: #5b884a none repeat scroll 0 0;
	border: none;
	color: #fff;
	margin: 0;
}
#cart .dropdown-menu li p a {
    background: #ffde00;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    color: #111;
    float: left;
    font: 500 13px/18px "Poppins", Helvetica, sans-serif;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 0 5px;
    width: 49%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#cart .dropdown-menu li p a:hover, #cart .dropdown-menu li p a:focus {
	background: #ffde00;
	border-color: #ffde00;
	color: #fff;
}
#cart .dropdown-menu li p a::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5b884a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
    z-index: -1;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-color: #222;
}
#cart .dropdown-menu li p a:hover::after, #cart .dropdown-menu li p a:focus::after {
	-webkit-transform: translate(0,0);
    transform: translate(0,0);
}
#cart .dropdown-menu li p a:hover:first-child, #cart .dropdown-menu li p a:focus:first-child {
	background: #5b884a;
	border-color: #5b884a;
	color: #111;
}
#cart .dropdown-menu li p a:first-child::after {
	background: #ffde00;
	border-color: #ffde00;
}
.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 .table > tbody > tr > td.image, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 10px 8px;
}
#cart .header-cart-toggle .text-left.name > a {
    color: #666;
    font-size: 13px;
}
#cart .header-cart-toggle .text-right.amount {
	color: #5b884a;
	font: 600 13px/20px "Poppins", Helvetica, sans-serif;
	text-align: left;
}
.header-cart-toggle .table .text-center img {
	max-width: none;
	border: 2px solid #f9f6f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px;
}
#cart .header-cart-toggle .text-right.price-total {
	color: #333;
	text-align: right;
	font: 600 13px/22px "Poppins", Helvetica, sans-serif;
	white-space: nowrap;
}
.cart-form .table-bordered tbody td.text-right.total-price {
	color: #191919;
	font: 600 14px/20px "Poppins", Helvetica, sans-serif;
}
.cart-form .table-bordered td.text-right.unit-price {
	color: #191919;
	font: 600 14px/20px "Poppins", Helvetica, sans-serif;
}
.cart-form .cart_input_block .input-group-btn .btn-primary {
    padding: 10px 14px;
    height: 38px;
}
.cart-form .input-group-btn button i {
	font-size: 18px;
	vertical-align: top;
}
.cart-form .cart_input_block .input-group-btn .btn.btn-danger {
	padding: 8px 12px;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
#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;
}
.account-order-info .table-bordered .text-right .btn i.material-icons.fa-reply::before {
	display: none;
}
.account-order-info .table-bordered .text-right .btn.btn-primary {
	padding: 9px 15px;
}
.account-order-info .table-bordered .text-right .material-icons.shopping-cart {
	line-height: 21px;
	vertical-align: top;
}
.account-order-info .table-bordered .text-right .btn i.material-icons.fa-reply {
	vertical-align: top;
}
/* full-header css */
header .full-header {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	background: #5b884a;
}
/* ------------------------------------ search CSS Start -----------------------------------*/
.search {
	text-align: center;
	margin: 27px 0;
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: top;
	z-index: 2;
}
#header-search {
	float: left;
	position: relative;
	width: 100%;
	padding: 0 115px 0 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	background: #f5f5f5;
}
#header-search .select-wrapper {
	position: relative;
	width: 190px;
	float: right;
}
#search .input-lg {
	float: right;
}
#search .input-lg, #header-search .input-lg {
	padding: 0.5rem 1rem;
	width: 664px;
}
#header-search .form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #666666;
	display: block;
	float: left;
	font-family: Poppins;
	font-size: 13px;
	height: 53px;
	line-height: 18px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 15px;
	letter-spacing: 1px;
	width: 670px;
}
#header-search .select-wrapper::after {
	padding: 0 2px;
	content: "\e5cf";
	font-family: "Material Icons";
	font-size: 15px;
	pointer-events: none;
	position: absolute;
	left: auto;
	z-index: 9;
	right: 20px;
	top: 16px;
	color: #666;
	background: #f5f5f5;
}
#header-search .select-wrapper::before {
	border-left: 1px solid #cfcfcf;
    content: "";
    height: 25px;
    position: absolute;
    left: 0;
    right: auto;
    top: 14px;
}
#header-search span.input-group-btn {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: auto;
	position: absolute;
	right: 4px;
	left: auto;
	top: 4px;
}
#header-search .form-control.innner-search {
	width: 190px;
	float: right;
	padding: 5px 35px 5px 10px;
	letter-spacing: 1px;
}
.fa.fa-search {
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	vertical-align: top;
	margin: 0px 2px;
}
#header-search .btn-default {
	background: #191919;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 13px 23px;
	margin: 0;
	height: 46px;
	line-height: 18px;
	text-transform: none;
	float: left;
	width: auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	border: medium none;
	position: relative;
	font-weight: 500;
}
#header-search .btn-default:hover {
	background: #ffde00;
	color: #111;
}
.search .icon-search {
	font-size: 18px;
	line-height: 19px;
	text-align: center;
	vertical-align: top;
	margin: 0px 2px;
	font-weight: 600;
}
#header-search .btn-default::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-opacity: 0.2;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-ms-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	transform : none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
#header-search .btn-default:hover::after {
	width: 100%;
}
@media (max-width: 1620px) {
	#search .input-lg, #header-search .input-lg {
		width: 460px;
	}
}
@media (min-width: 1300px) and (max-width: 1599px) {
	#search .input-lg, #header-search .input-lg {
		width: 340px;
	}
}
@media (max-width: 1299px) {
	#search .input-lg, #header-search .input-lg {
		width: 265px;
	}
	#header-search .select-wrapper, #header-search .form-control.innner-search {
		width: 140px;
	}
}
@media (max-width: 1199px) {
	#header-search .btn-default {
		padding: 12px 15px;
	}
	#header-search {
		padding: 0 48px 0 10px;
	}
	#header-search span.input-group-btn span {
		display: none;
	}
	.search {
		padding: 0;
	}
	#search .input-lg, #header-search .input-lg {
		width: 250px;
	}
	#header-search .form-control {
		padding: 5px;
	}
}
@media (max-width: 991px) {
	.search {
		margin: 0px auto 10px;
	}
	#header-search .btn-default {
		font-size: 0;
		padding: 4px 12px;
		top: 0;
		right: 0;
	}
	#header-search .header-search-btn .fa.fa-search {
	  display: block;
	  font-size: 16px;
	  padding: 10px 0;
	}
	#search .input-lg, #header-search .input-lg {
		width: 300px;
	}
	#header-search .form-control {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	.search {
		width: 430px;
	}
	#search .input-lg, #header-search .input-lg {
		width: 230px;
		height: 45px;
	}
	#header-search .select-wrapper::before {
		top: 11px;
	}
	#header-search .select-wrapper::after {
		top: 14px;
	}
	#header-search span.input-group-btn {
		right: 0px;
		top: 0px;
	}
	#header-search .btn-default {
		padding: 0 11px;
	}
	#header-search .select-wrapper {
		width: 130px;
	}
	#header-search .form-control.innner-search {
		width: 130px;
		height: 45px;
	}
}
@media (max-width: 480px) {
	.search {
		float: left;
		margin: 0 auto 10px;
		padding: 0;
		width: 100%;
	}
	#header-search .form-control.innner-search {
		width: 105px;
		padding: 5px 25px 5px 10px;
	}
	#header-search .select-wrapper {
		width: 105px;
	}
	#header-search {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: auto;
	}
	#search .input-lg, #header-search .input-lg {
		width: 120px;
	}
	#header-search .select-wrapper::after {
		right: 5px;
	}
}
/*------------------------------------------------ search CSS end ------------------------------------------ */
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width: 100%;
			position: absolute;
			z-index: 1000;
			margin-top: 18px;
			background-color: #FFF;
			border: 1px solid #e5e5e5;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			left: 0;
			display: none;
			top: 48px;
			padding: 15px;
		}
		.live-search .loading{
			display:block;
			margin-left:auto;
			text-align: center;
			margin-right:auto;
			position: absolute;
			left: 0;
			right: 0;
		}
		.live-search ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		.live-search ul li {
			background-color: #ffffff;
			cursor: pointer;
			float: left;
			width: 50%;
		}
		.live-search ul li:hover a {
			background-color: #f5f5f5;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px; 
			-khtml-border-radius: 5px;
		}
		.live-search ul li a{
			display: block;
			float: left;
			padding: 12px;
			text-decoration: none;
			width: 100%;
			margin: 0 0 5px 0;
		}
		.live-search ul li .product-image {
			float: left;
			padding: 0;
		}
		.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: left;
			text-align: left;
		}
		.live-search ul li .product-name {
			color: #666;
			font: 500 13px/18px "Poppins", Helvetica, sans-serif;
			text-decoration: none;
			text-transform: capitalize;
			margin: 2px 0 8px;
		}
		.live-search ul li:hover .product-name {
			color: #111;
		}
		.live-search ul li .product-price {
			float: left;
			font: 500 14px/18px "Poppins", Helvetica, sans-serif;
			color: #191919;
			margin-bottom: 10px;
			width: 100%;
		}
		.live-search ul li .product-price .price {
			display: block;
			font: 600 14px/18px "Poppins", Helvetica, sans-serif;
			color: #191919;
			float: left;
		}
		.live-search ul li .product-price .special {
			color: #666;
			text-decoration: line-through;
			display: block;
			font: 400 13px/18px "Poppins", Helvetica, sans-serif;
			float: left;
			margin: 0 0 0 5px;
		}
		.live-search .result-text{
			float: left;
			font-size: 13px;
			font-weight: 500;
			line-height: 20px;
			text-align: center;
			padding: 8px 0;
			text-transform: capitalize;
			width: 100%;
			letter-spacing: 1px;
		}
		.live-search .view-all-results:hover {
			color: #111;
		}
		.live-search .view-all-results {
			color: #333;
			float: left;
			width: 100%;
		}
		.live-search .result-text:hover {
			background-color: #f5f5f5;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px; 
			-khtml-border-radius: 5px;
		}
	   .live-search .product-image img {
			max-width: 100%;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border: 2px solid #f9f6f1;
			padding: 3px;
		}
		@media (max-width: 1501px) {
			.live-search ul li .search-description {
				padding: 0 10px;
			}
		}
		@media (min-width: 1201px) and (max-width: 1501px) {
			.live-search ul li .product-image{
				width: 25%;
			}
		}
		@media (max-width: 1199px) {
			.live-search ul li {
				width: 100%;
			}
		}
		@media (max-width: 991px) {
			.live-search {
				top: 44px;
			}
			.live-search ul li .product-image {
				width: 25%;
			}
		}
		@media (max-width: 767px) {
			.live-search {
				top: 37px;
			}
		}
		@media (max-width: 480px) {
			.live-search ul li a {
				padding: 10px;
				margin: 0;
			}
			.live-search {
				padding: 10px;
			}
			.live-search ul li .product-image {
				width: 25%;
			}
			.live-search ul li .search-description {
				width: 70%;
			}
		}
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
.page-bg > .row {
	margin: 0;
	clear: both;
}
#page > .container > .row, .page-bg {
	background: #ffffff;
	padding: 0 30px 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	float: left;
	width: 100%;
	box-shadow: 0 0 5px 1px #e5e5e5;
	-moz-box-shadow: 0 0 5px 1px #e5e5e5;
	-webkit-box-shadow: 0 0 5px 1px #e5e5e5;
}
#top-links .list-inline > li.account-nav > a{
    color: #888888;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
	margin: 0px;
	background:none;
}
#top-links ul li.ttlanguage {
	 float: left;
}
#top-links ul li.ttcurrency {
	 float: right;
}
#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: #111;
}
#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;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
	margin: 0;
	min-width: 160px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#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: #666;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	padding: 0;
	text-align: left;
	letter-spacing: 1px;	
}
#form-language .language-select > img, #form-language .btn-link > 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: #111;
}
#form-language .dropdown-toggle > img, .header-top-right #form-currency .dropdown-toggle > strong {
	margin: 0 2px;
}
#form-currency i, #form-language i {
	display: inline-block;
	vertical-align: top;
	line-height: 10px;
}
#form-currency i::before, #form-language i::before {
    content: "\e5cf";
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}
#form-currency .btn-group.open i::before, #form-language .btn-group.open i::before {
	content: "\e5ce";
	color: #111;
}
#form-currency:hover i::before, #form-language:hover i::before {
	color: #111;
}
.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-left {
  float: left;
  width: auto;
}
header {
    float: left;
	position: relative;
    width: 100%;
}
#logo {
	float: left;
	margin: 21px 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 190px;
}
#logo .img-responsive {
	max-width: 190px;
	max-height: 65px;
	height: auto;
	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: #111; 
  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: #111;}
#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:#111;
}

#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: #111;
	float: left;
	font: 700 14px/40px "Poppins", Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu #category:hover {
	color:#111;
}
#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:#111;}

/* 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;
    font-family: 'Material Icons';
    content: '\e5cf';
    font-size: 18px;
    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: #111;
}
#menu .nav > li.dropdown:hover::after{
    color:#414141;
	  content: '\e5ce';
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{
  font-family: 'Material Icons';
  content: '\e5cc';
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 0;
}
/* 2 Level Sub Categories END */
/* content */
#content {
	min-height: 600px;
}
.content-bottom {
  float: left;
  width: 100%;
}
/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.swiper-wrapper {
	direction: ltr !important;
}
.content-top {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.slideshow-panel .swiper-viewport {
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	overflow: hidden;
	margin: 0;
	float: left;
}
.slideshow-panel .swiper-container {
	width: 100%;
}
.slideshow-panel {
	padding-left: 0;
}
.slideshow-panel .ttloader {
   background: #fff 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 {
	height: auto;
	width: 100%;
	background: #f5f5f5;
}
.slideshow-panel .swiper-container .swiper-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	top: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px 0 0;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #fff !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-khtml-border-radius: 50px !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 0;
	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;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover{
	background: #5b884a !important;
}
.slideshow-panel .swiper-container .swiper-pager {
  position: static;
  line-height: normal;
  display: none;
}
.slideshow-panel .swiper-container .swiper-pager div {
	background: #fff !important;
	background: no-repeat;
	border: none;
	font-size: 0;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	z-index: 1;
}
.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev{
	left: 40px;
}
.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
	right: 40px;
}
.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: #ffde00 !important;
	border-color: #ffde00;
}
.slideshow-panel .swiper-pager .swiper-button-prev::before {
	bottom: 0;
	color: #111;
	content: "\e5cb";
	font-family: "Material Icons";
	font-size: 24px;
	left: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.slideshow-panel .swiper-pager .swiper-button-next::before {
	bottom: 0;
	color: #111;
	content: "\e5cc";
	font-family: "Material Icons";
	font-size: 24px;
	left: 2px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
	color: #111;
}
@media (max-width: 991px) {
	.top-column {
		width: 100%;
		text-align: center;
	}
	.slideshow-panel .swiper-container .swiper-pager div {
		height: 40px;
		width: 40px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
		line-height: 40px;
	}
	.slideshow-panel {
		margin: 0 0 15px;
		float: left;
		width: 100%;
		padding: 15px 15px 0;
	}
}
@media (max-width: 767px) {
	.slideshow-panel .swiper-container .swiper-pager div,
	.slideshow-panel .swiper-container .swiper-pager div:hover {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev {
		left: 10px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
		right: 10px;
	}
	.slideshow-panel .swiper-container .swiper-pagination {
		bottom: 20px;
	}
}
@media (max-width: 480px) {
	.slideshow-panel .swiper-container .swiper-pager div {
		height: 25px;
		width: 25px;
	}
	.slideshow-panel .swiper-pager .swiper-button-next::before {
		font-size: 18px;
		line-height: 25px;
		height: 25px;
		width: 25px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before {
		font-size: 18px;
		line-height: 25px;
		height: 25px;
		width: 25px;
	}
	.slideshow-panel .swiper-container .swiper-pager div,
	.slideshow-panel .swiper-container .swiper-pager div:hover {
		background: none;
		border: none;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
		left: 10px;
		top: 55%;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
		right: 10px;
		top: 55%;
	}
	.slideshow-panel .swiper-container .swiper-pagination {
		bottom: 10px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev {
		left: 10px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
		right: 10px;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/
		.customNavigation {
			left: auto;
			padding: 0 0;
			bottom: auto;
			width: auto;
			margin: 0;
			position: absolute;
			text-align: center;
			direction: ltr;
			right: 0;
			top: 10px;
			z-index: 1;
			float: right;
		}
		.customNavigation a {
			height: 30px;
			width: 30px;
			font-size: 0;
			float: left;
			padding: 0;
			display: inline-block;
			vertical-align: top;
			cursor: pointer;
			position: relative;
		}
		.customNavigation a.prev {
			border-right: 1px solid #e5e5e5;
		}		
		.customNavigation a::after, .customNavigation a::before {
			position: absolute;
			font-size: 22px;
			line-height: 30px;
			font-family: "Material Icons";
			height: 30px;
			width: 30px;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			color: #777;
			-webkit-transition: 400ms ease-in-out;
			-moz-transition: 400ms ease-in-out;
			-ms-transition: 400ms ease-in-out;
			-o-transition: 400ms ease-in-out;
			transition: 400ms ease-in-out;
			font-weight: 400;
		}
		.customNavigation a.prev::before {
			content: "\e314";
			left: 10px;
			right: auto;
			-webkit-opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			font-size: 22px;
			top: 2px;
			color: #111;
		}
		.customNavigation a.prev::after {
			font-family: "Material Icons";
			content: "\e314";
			font-size: 22px;
			position: absolute;
			right: 0;
			top: 2px;
			font-weight: 300;
			color: #666;
			left: auto;
		}
		.customNavigation a.prev:hover::before {
			left: 0;
			-webkit-opacity: 1;
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}
		.customNavigation a.next::after {
			font-family: "Material Icons";
			content: "\e315";
			font-size: 22px;
			position: absolute;
			right: 0;
			top: 2px;
			font-weight: 300;
			color: #555;
			left: auto;
		}
		.customNavigation a.next::before {
			content: "\e315";
			right: 10px;
			left: auto;
			-webkit-opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			font-size: 22px;
			top: 2px;
			color: #111;
		}
		.customNavigation a.next:hover::before {
			right: 0;
			-webkit-opacity: 1;
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}
		.customNavigation a.prev:hover::after, .customNavigation a.next:hover::after {
			-webkit-opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
		}
/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/* Category Page */
#page > .container {
	clear: both;
	position: relative;
}
.fullbg {
	float: left;
	width: 100%;
}
.container.main-bg {
	padding: 0 30px 0;
	background: #fff;
	box-shadow: 0 0 5px 1px #e5e5e5;
	-moz-box-shadow: 0 0 5px 1px #e5e5e5;
	-webkit-box-shadow: 0 0 5px 1px #e5e5e5;
	width: 1650px;
}
#content h2.category-name {
	margin-top: 0;
}
#column-left .left-right-inner > div, #column-right .left-right-inner > div {
	background: #ffffff;
	border: 2px solid #f9f6f1;
	float: left;
	margin: 0 0 20px;
	padding: 5px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#column-left .left-right-inner > div.swiper-viewport, #column-right .left-right-inner > div.swiper-viewport {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	border: none;
}
#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: 100px;
}
.subcategory-image {
	clear: both;
	padding: 0 0 8px;
}
.subcategory-image > a {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.category-list li:hover .subcategory-image > a {
	border: 2px solid #333;
	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: #666;
	font: 400 13px/20px "Poppins", Helvetica, 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/20px "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: "\e5cf";
	font-family: "Material Icons";
	font-size: 16px;
	font-weight: normal;
	color: #888888;
	position: absolute;
	cursor: pointer;
	padding: 6px 0;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.category-treeview li.category-li.active .list-tree::before {
	content: "\e5ce";
}
.category-treeview li.category-li:hover .list-tree:before,
.category-treeview li.category-li.active .list-tree:before {
	color: #111;
}

.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 13px;
	height: 13px;
	display: inline-block;
	float: none;
	vertical-align: baseline;
}
.rating .fa-stack i, #review i {
	color: #ffbf34;
	font-size: 16px;
	width: 18px;
	float: left;
}
.rating .fa-stack i.star_on, #review i.star_on {
	color: #ffbf34;
}
.products-list,
.list-products {
	position: relative;
	width: 100%;
	float: left;
}
.product-thumb {
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 30px;
	border: 2px solid #f9f6f1;
	padding: 8px;
}
.product-list .product-thumb .caption .description {
	display: block;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}
.product-thumb .sale-icon, .product-sale-icon {
	color: #111;
	font-size: 13px;
	line-height: 18px;
	text-transform: capitalize;
	float: left;
	position: absolute;
	left: 15px;
	top: 15px;
	right: auto;
	bottom: auto;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#product-product .product-sale-icon {
	left: auto;
	right: 20px;
	top: 20px;
}
.product-thumb:hover .sale-icon,.product-sale-icon {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	left: 20px;
}
.product-thumb .percent, .product-percent {
	font-size: 13px;
	right: 15px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	width: auto;
	vertical-align: middle;
	left: auto;
	text-transform: capitalize;
	top: 15px;
	z-index: 1;
	color: #F00;
	font-weight:500;
	text-align: center;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.product-thumb:hover .percent{
	right: 20px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.product-percent {
	left: 15px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	right: auto;
}
.header-content-title{
	width:100%;
	float:left;
}
.featured-carousel.products-list {
	margin: 0 0 15px;
}
.ttproduct-main .product-thumb .item-countdown {
	left: 0px;
	right: 0px;
	width: calc(100% - 20px);
	-webkit-width: calc(100% - 20px);
	padding: 2px 15px;
	float: none;
	display: inline-block;
	width: 190px;
	position: absolute;

	top: 10px;
	bottom: auto;
	margin: 0 auto;
	background: #f5f5f5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.ttproduct-main .product-thumb:hover .item-countdown {
	top: -40px;
}
.ttproduct-main .product-thumb .item-countdown span, .ttcat-main .product-thumb .item-countdown span, .featured-carousel.products-list .product-thumb .item-countdown span{
	display: none;
}
.ttproduct-main .product-thumb .item-countdown div > b {
	font-size: 14px;
	line-height: 36px;
}
.ttproduct-main .product-thumb .item-countdown div::after {
	top: 0;
}
.ttproduct-main .product-thumb .item-countdown div {
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 36px;
}	

/*-----------latest product css start-------*/
.ttspecialnew {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.tt-latest-product .latest-items .product-thumb {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	border: none;
	box-shadow: none;
	text-align: center;
	padding: 0;
}
.tt-latest-product .product-thumb .image {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.ttlatest-products-innner {
	border: 3px solid #e5e5e5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	float: left;
	width: 100%;
	padding: 20px 30px 30px;
}
.tt-latest-product .product-thumb h4 a {
	color: #111;
	font: 500 16px/22px "Poppins", Helvetica, sans-serif;
}
.tt-latest-product .product-thumb h4 a {
	color: #111;
}
.tt-latest-product .product-thumb .caption .description {
	display: block;
	padding: 5px 0;
	float: left;
	width: 100%;
	font-weight: 400;
	margin: 0;
}
.tt-latest-product .thumb-description .button-wrapper {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}
.tt-latest-product .product-thumb .price, .tt-latest-product .product-thumb .price-new {
	font: 600 16px/28px "Poppins", Helvetica, sans-serif;
	padding: 0;
}
@media (max-width: 1700px) {
	.tt-latest-product .latest-items .product-thumb .thumb-description {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.tt-latest-product {
		float: left;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.tt-latest-product .latest-items .product-thumb::after {
		display: none;
	}
	.tt-latest-product .product-thumb .price,
	.tt-latest-product .product-thumb .price-new {
		line-height: 20px;
	}
}
@media (max-width: 480px) {
	.tt-latest-product .latest-carousel .box-heading > h3 {
		font-size: 18px;
	}
	.tt-latest-product .product-thumb .button-group .btn-cart span {
		display: none;
	}
	.tt-latest-product .product-thumb .button-group .btn-cart i {
	    display: block;
	}
	.tt-latest-product .product-thumb .button-group .btn-cart span {
		display: none !important;
	}
	.tt-latest-product .products-carousel .owl-nav {
		  right: 12px;
		  top: 15px;
	}
}
/*-----------latest product css end-------*/
/* Column Left - Right Product List */
#column-left { clear: left;}
#column-left, #column-right {
	padding-left: 0;
}
#content {
	padding-right: 0;
}
#column-left .panel-default > .list-group, #column-right .panel-default > .list-group {
	float: left;
	margin: 0 0 10px;
	padding: 0 15px;
	width: 100%;
}
#column-left .products-carousel, 
#column-right .products-carousel {
	float: left;
	margin: 0;
	padding: 0 10px;
	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;
	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;
	margin: 0;
}
#column-left .product-thumb:first-child, #column-right .product-thumb:first-child {
	padding-top: 5px;
}
#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: 0;
}
#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 {
	border: 2px solid #f9f6f1;
	float: left;
	margin: 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#column-left .product-thumb .image a, #column-right .product-thumb .image a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#column-left .product-thumb .sale-icon, #column-right .product-thumb .sale-icon, #column-left .product-thumb .percent, #column-right .product-thumb .percent {
	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 {
	display: block;
	margin: 0 0 4px;
	position: static;
	text-align: left;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	display: none;
}
#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, #column-left .product-thumb .btn-outofcart.disabled, #column-right .product-thumb .btn-outofcart.disabled{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	float: left;
	padding: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	position: static;
	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;
	visibility: visible;
	margin: 0;
	display: none;
}
#column-left .product-thumb .button-group button, #column-left .product-thumb .button-group button.btn-cart i, #column-right .product-thumb .button-group button, #column-right .product-thumb .button-group button.btn-cart i, #header-left .product-thumb .button-group button, #header-left .product-thumb .button-group button.btn-cart i, #header-right .product-thumb .button-group button, #header-right .product-thumb .button-group button.btn-cart i, #footer-left .product-thumb .button-group button, #footer-left .product-thumb .button-group button.btn-cart i, #footer-right .product-thumb .button-group button, #footer-right .product-thumb .button-group button.btn-cart i {
	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;
	border: none;
	color: #666666;
	padding: 0;
	margin: 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	position: static;
}

.product-list .product-thumb:hover h4 a{color:#111;}
/* 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 category-li a.active:hover,
#column-left .list-group a:hover {
	background: none;
	color: #111;
}
#column-left .category-treeview .category-li.active .list-group-item.active,
#column-right .category-treeview .category-li.active .list-group-item.active {
	color: #111;
}
#column-left .category-treeview.panel-default,
#column-right .category-treeview.panel-default {
	background: none;
    float: left;
    width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
#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 .list-group .list-group-item, #column-right .list-group .list-group-item {
	background: none;
	color: #666;
	cursor: pointer;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	padding: 0;
	margin-bottom: 0;
	z-index: 1;
}
#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .category-li.category-active:hover .list-group-item.active,
#column-left .list-group .category-li .list-group-item:hover,
#column-right .list-group .list-group-item:hover{
	color:#111;
}
.category-treeview .list-group a.child-item, .category-treeview .list-group a.current-child-item {
    margin-left: 15px;
}
#column-left .panel-heading, #column-right .panel-heading, #column-left .box-heading, #column-right .box-heading, #column-left .panel-heading, #column-right .panel-heading, #column-left #ttcmstestimonial .title_block, #column-right #ttcmstestimonial .title_block {
	background: #5b884a none repeat scroll 0 0;
	border: none;
	color: #fff;
	float: left;
	font: 500 16px/24px "poppins",Helvetica,sans-serif;
	margin: 0 0 10px;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#column-left .title_block a,
#column-right .title_block a {
  color: #ffffff;
}
#column-left .box-heading > h3, #column-right .box-heading > h3 {
	border: medium none;
	color: #fff;
	font: 500 16px/24px "poppins",Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
}
#column-left .box-heading > h3::after,
#column-right .box-heading > h3::after {
	display: none;
}
#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 20px;
}
#column-left .option-filter .checkbox > label,
#column-right .option-filter .checkbox > label {
    color: #666;
	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: #111;
}
#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: 0 0 10px;
}
.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: #222;
	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 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
    position: static;
	text-align: left;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 5px;
	float:left;
	border: none;
}
#column-left .product-thumb .thumb-description .caption, #column-right .product-thumb .thumb-description .caption {
	border: none;
	padding: 0;
}
#column-left .img-responsive, #column-right .img-responsive {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 100%;
}
.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-size: 16px;
	color: #333;
	position: absolute;
	right: 0px;
	top: 3px;
	content: "\e5ce";
	font-family: "Material Icons";
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\e5cf";
}
.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: 25px 0 30px;
	padding: 10px 15px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.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: left;
}
.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: 8px 5px 0 0;
	margin:0;
	text-align: left;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 0;
	width: 120px;
	float: left;
}
.category-filter .filter-grid-list button {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-khtml-border-radius: 0;
	color: #777777;
	height: 25px;
	margin: 7px 8px 0;
	padding: 0;
	width: 25px;
}
.category-filter .filter-grid-list button#list-view i {
	line-height: 25px;
}
.category-filter .filter-grid-list button#short-view i{
	font-size: 25px;
	line-height: 26px;
}
.category-filter .filter-grid-list button::after{
	display: none;
}
.category-filter .filter-grid-list button:hover, .category-filter .filter-grid-list button.active {
	background: none;
	border: none;
	color: #111;
}
.product-category .category-list {
   	float: left;
	width: 100%;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-bg {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	padding: 14px;
}
.cat-img .img-thumbnail {
	height: auto;
	max-width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	overflow: hidden;
}
#product-category .block-description p {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
#product-category .block-description p #compare-total {
	font-weight: 500;
}
.category-pagination {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 0 25px;
	padding: 10px 15px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.category-pagination div.text-left {
    padding: 8px 0;
}
.pagination > .active > span:hover, .pagination > li > span:hover {
	background: #ffde00;
	border-color: #ffde00;
	color: #111;
}
.category-pagination div.text-right {
    padding: 0;
}
.category-pagination .pagination {
  margin: 0;
  vertical-align: top;
}
.category-list > h3 {
	color: #111;
	font: 500 15px/26px "Poppins", Helvetica, sans-serif;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.pagination li:last-child > a::after {
    content: "\e8e4";
    font-family: "Material Icons";
    font-size: 20px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.pagination li:first-child > a::before {
	content: "\e317";
    font-family: "Material Icons";
    font-size: 13px;
    position: static;
    right: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background: #ffde00;
	border-color: #ffde00;
	color: #111;
	cursor: pointer;
}
.pagination > .active > span,
.pagination > .active > a{
	background: #222;
	border-color: #222;
	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: #111;
	padding:6px 0; 
	width:33px; 
	height:33px;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	text-align: center;
	border-color:#dddddd;
	margin: 0 5px 0 0;
	line-height: 18px;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
	font-size: 16px;
	line-height: 20px;
}
/* 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-carousel.owl-carousel .owl-nav, #column-right .products-carousel.owl-carousel .owl-nav {
	float: right;
	width: auto;
	left: auto;
	right: 10px;
	top: 12px;
	bottom: auto;
	margin: 0 auto;
}
#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: 13px;
	margin: 0 0 7px;
}
#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: 600 13px/18px "Poppins", Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	display: block;
}
#column-left .products-list .row > div .caption .price .price-new, #column-right .products-list .row > div .caption .price .price-new {
	font: 600 13px/18px "Poppins", Helvetica, sans-serif;
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
	font: 400 13px/18px "Poppins", Helvetica, sans-serif;
}
#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 .button-group .btn-cart:hover > span,
#column-right .product-thumb .button-group .btn-cart:hover > span {
	color:#111;
}
#column-left .product-thumb .button-group .btn-cart > span, #column-right .product-thumb .button-group .btn-cart > span {
	display: block !important;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 18px;
	color: #666;
	letter-spacing: 1px;
	font-weight: 500;
}
#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
	color:#111;
}
#column-left .product-thumb .button-group .btn-cart > span.out.of.stock, #column-right .product-thumb .button-group .btn-cart > span.out.of.stock {
	display: none !important;
}
#column-left .special-carousel.products-list .product-thumb, #column-right .special-carousel.products-list .product-thumb {
	padding: 0;
	margin: 0 0 10px;
}
#column-left .special-carousel.products-list .product-thumb .image, #column-right .special-carousel.products-list .product-thumb .image {
	float: left;
	width: 100%;
	max-width: 100%;
	border: none;
}
#column-left .special-carousel.products-list .product-thumb .button-group button, #column-left .special-carousel.products-list .product-thumb .button-group button.btn-cart i, #column-right .special-carousel.products-list .product-thumb .button-group button, #column-right .special-carousel.products-list .product-thumb .button-group button.btn-cart i{
	display: block;
}
#column-left .special-carousel.products-list .button-group .btn-wishlist, #column-right .special-carousel.products-list .button-group .btn-wishlist{
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 10px;
	bottom: auto;
}
#column-left .special-carousel.products-list .button-group .btn-compare, #column-right .special-carousel.products-list .button-group .btn-compare{
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 50px;
	bottom: auto;
}
#column-left .special-carousel.products-list .button-group .btn-quickview, #column-right .special-carousel.products-list .button-group .btn-quickview{
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 90px;
	bottom: auto;
}
#column-left .special-carousel.products-list .product-thumb .sale-icon, #column-right .special-carousel.products-list .product-thumb .sale-icon, #column-left .special-carousel.products-list .product-thumb .percent, #column-right .special-carousel.products-list .product-thumb .percent {
	display: block;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
#column-left .special-carousel.products-list .product-thumb .rating, #column-right .special-carousel.products-list .product-thumb .rating{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: auto;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
#column-left .special-carousel.products-list .product-thumb .thumb-description, #column-right .special-carousel.products-list .product-thumb .thumb-description {
	float: left;
	border: none;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
	border-top: 4px double #e5e5e5;
}
#column-left .special-carousel.products-list .row > div .caption h4, #column-right .special-carousel.products-list .row > div .caption h4{
	margin: 0;
	padding: 0 0 5px;
}
#column-left .special-carousel.products-list .row > div .caption .price, #column-right .special-carousel.products-list .row > div .caption .price, #column-left .special-carousel.products-list .row > div .caption .price .price-new, #column-right .special-carousel.products-list .row > div .caption .price .price-new{
	font-size: 16px;
	padding: 0 0 15px;
}
#column-left .special-carousel.products-list .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart, #column-right .special-carousel.products-list .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
	position: static;
	margin: 5px 0 0;
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	border: none;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
/* Product page stylesheet */
.product-images .additional-images-container {
	direction: ltr;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	width: 400px;
	overflow: hidden;
	text-align: center;
}
.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-product .product-info-value > a {
	color: #333;
	font-weight: 500;
}
.product-product .product-info-value > a:hover{color:#111;}
.product-product .tab-content {
	margin: 0;
	padding: 0px;
}
.buttons.clearfix{
	margin: 15px 0;
}
.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;
	font-size: 14px;
    float: left;
    height: 42px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
	color: #111;
	margin: 0 0 12px;
	padding-bottom: 12px;
	text-transform: capitalize;
	font: 500 16px/20px "Poppins", Helvetica, sans-serif;
}
.product-details table.product-info {
	margin: 15px 0 0;
}
.product-quickview .control-label, .product-product .control-label {
	color: #222;
}
.product-details .product-price{
 	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 15px 0;
	float: left;
	width: 100%;
}
.product-details .addthis_toolbox {
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 600 16px/22px "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: 13px;
	color: #666;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	margin: 5px 0;
	line-height: 30px;
}
.product-details .btn.btn-default.product-btn-wishlist::after, .product-details .btn.btn-default.product-btn-compare::after{
	display: none;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, 
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	color: #111;
	border: none;
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
	font-size:13px;
}
.product-price .product-reward-points{
	float: left;
	font-size: 13px;
	padding: 5px 0;
	width: 100%;
}
.product-details .rating > a {
	border-right: 1px solid #e5e5e5;
	color: #666;
	float: left;
	font-size: 13px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	height: 20px;
}
.product-details .rating > a:last-child {
    border-right: medium none;
	margin-right: 0;
}
.product-total-review i, .product-write-review i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
.form-group .btn-block i.file-upload {
	font-size: 20px;
	vertical-align: top;
	line-height: 26px;
}
.product-product .btn.btn-default::after {
	display: none;
}
.form-group .btn-default i.calendar-today {
	font-size: 20px;
	vertical-align: top;
	line-height: 24px;
}
.product-details .rating > a:hover{color:#444;}
.rating .product-rating {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
	height:20px;
}
.product-details .price-new {
    float: left;
	margin:0 8px 0 0;
}
.product-details .price-old {
	font-weight: 500;
	text-decoration: line-through;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 0 0 0 8px;
}
.product-details .product-tax {
    margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2 {
	font: 600 18px/20px "Poppins", Helvetica, sans-serif;
	color: #5b884a;
	margin: 0;
}
.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: #666;
	padding: 4px 15px;
	font-weight: 400;
	height: 39px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-product .btn.btn-default:hover {
	background-color: #5b884a;
	border-color: #5b884a;
}
.product-product .btn.btn-default:hover {
    color: #fff;
}
.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: 30px 0;
	background: #fff;
	padding: 15px 25px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 100%;
}
#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 {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	width: auto;
	border: none;
	color: #111;
}
.product-product .nav.nav-tabs {
	border-bottom: 1px solid #ddd;
	margin: 0 0 -4px;
	list-style: outside none none;
	margin-bottom: 15px;
}
.product-product .nav-tabs > li > a {
	color: #555;
	font: 500 14px/22px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	outline: medium none;
	padding: 10px 15px;
	position: relative;
	text-transform: capitalize;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border: none;
	background: none;
	z-index: 1;
	background: none;
}
.product-product .nav.nav-tabs li:hover a, .product-product .nav.nav-tabs li.active a:hover, .product-product .nav.nav-tabs li a:hover {
	color: #111;
	cursor: pointer;
}
.product-product .nav-tabs > li > a::before {
	position: absolute;
	content: "";
	bottom: -1px;
	top: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-bottom: 3px solid #e5e5e5;
	width: 30px;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-product .nav-tabs > li:hover > a::before, .product-product .nav-tabs > li:focus > a::before, .product-product .nav-tabs > li.active > a::before   {
	border-bottom: 3px solid #ffde00;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	width: 100%;
}
.product-product .nav.nav-tabs > li {
	margin-right: 10px;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
.related-carousel.products-list .product-thumb .image img {
	width: 100%;
}
.tab-content #tab-description b{
	font-weight:600;
	color:#414141;
}
#checkout-cart #accordion .panel-default {
  border: medium none;
  margin: 10px 0 0;
}
#checkout-cart #accordion .panel-collapse .panel-body {
  border: medium none;
}
.checkout-cart #accordion .panel-heading {
	background: #f5f5f5;
	border: medium none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 0;
}
.checkout-cart #accordion .panel-heading a {
	padding: 12px 15px;
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.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: #e5e5e5;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#checkout-cart .table.table-bordered .img-thumbnail {
	border: 2px solid #f9f6f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px;
}
#checkout-checkout #accordion .panel-body {
  border: medium none;
  padding: 15px 15px 25px;
}
#checkout-checkout #accordion .panel-default {
  border: medium none;
}
#collapse-checkout-confirm .table > thead > tr > td.text-left, .table > thead > tr > td.text-right {
	font-weight: 600;
	color: #111;
}
#checkout-cart #content .cart-form {
  float: left;
  width: 100%;
}
.checkout-cart #content .table-responsive .table-bordered thead tr td {
	color: #111;
	font-size: 13px;
	font-weight: 600;
}
#checkout-cart .btn.btn-primary.main::after, #checkout-cart .btn-danger::after {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.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: 600;
	font-size: 14px;
}
#account-wishlist .table-bordered > tbody > tr > td img {
	border: 2px solid #f9f6f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px;
}
#account-wishlist .table.table-bordered .price, #account-wishlist .table.table-bordered .price b {
	font: 600 14px/20px "Poppins", Helvetica, sans-serif;
	color: #5b884a;
}
#account-wishlist .table.table-bordered .price s {
	font: 500 14px/16px "Poppins", Helvetica, sans-serif;
	color: #666;
}
#product-compare tr strike {
	color: #666;
	font: 400 13px/20px "Poppins", Helvetica, sans-serif;
	text-decoration: line-through;
}
#product-compare tr .Price {
	color: #5b884a;
	font: 600 15px/20px "Poppins", Helvetica, sans-serif;
}
#product-compare #content .table.table-bordered strong {
	font: 500 14px/18px "Poppins", Helvetica, sans-serif;
	color: #111;
}
#product-compare .table-bordered > tbody > tr > td:first-child {
	font-weight: 500;
	color: #111;
}
.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
	word-break: break-all;
}
.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: #5b884a;
	color: #fff;
}
s.bootstrap-datetimepicker-widget .accordion-toggle a.btn, .bootstrap-datetimepicker-widget .timepicker td a span, .bootstrap-datetimepicker-widget .accordion-toggle a.btn {
	background: #EEEEEE;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.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:#5b884a;}

.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #5b884a;}
.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;
}
#accordion .panel-heading h4.panel-title a i.expand-more {
	float: right;
	font-size: 18px;
}
.product-search #content .search-criteria {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.search-criteria > p{
	margin:10px 0;
}
.search-criteria .checkbox-inline{
	padding:10px 0;
}
.product-compare #content .table .btn {
	display: inline-block;
	margin: 2px 0;
	text-transform: capitalize;
	width: auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	padding: 8px 15px;
	line-height: 20px;
	color: #fff;
}
.product-compare #content .table .btn.btn-primary:hover, .product-compare #content .table .btn.btn-primary:focus, .product-compare #content .table .btn.btn-primary:active {
	background: #ffde00;
	color: #111;
}
.product-compare #content .table .btn .material-icons.icon-favorite {
	font-size: 18px;
	line-height: 22px;
}
.product-compare #content .table .btn::after {
	display: none;
}
.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;
	font-weight: 500;
}
body.product-compare .table-product-image {
	padding: 10px;
}
.product-compare .table-product-image .img-thumbnail {
	border: 2px solid #f9f6f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 5px;
}
/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
	color: #111111;
	font-size: 16px;
	font-weight: 600;
}
.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 {
	background: #ffde00;
	border: 2px solid #ffde00;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #111;
	font-size: 16px;
	height: 35px;
	margin: 10px 5px 10px 0;
	padding: 7px 8px;
	text-align: center;
	width: 35px;
}
.contact-location .store-address a i.location-on {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
}
.information-contact h3 {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px;
	font-weight: 600;
	color: #111;
}
.information-contact #content > h3 {
	clear: both;
	font-size: 18px;
	font-weight: 600;
}
/* extra page stylesheet  */
.table-bordered tr td.text-right.total-amount {
	color: #111;
	font-weight: 600;
	font-size: 14px;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.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:13px;
	line-height:18px;
	text-transform:capitalize;
	vertical-align: middle;
}
.checkout-checkout h4 {
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 600;
}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {
    color: #111;
    font: 600 18px/25px "Poppins", Helvetica, sans-serif;
}
.well {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #e5e5e5;
}
#collapse-checkout-confirm .table > thead > tr > td.text-left, .table > thead > tr > td.text-right, #collapse-checkout-confirm .table > thead > tr > td.text-left, .table > thead > tr > td.text-left, #collapse-checkout-confirm .table > thead > tr > td.text-left, .table > thead > tr > td.text-right, #collapse-checkout-confirm .table > thead > tr > td.text-left, .table > thead > tr > td.text-center {
	font-weight: 600;
	color: #111;
}
/* brand page */
.product-manufacturer .a-link-list {border: medium none; padding:0;}
.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", Helvetica, sans-serif;
    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;
	clear: both;
}
.a-link-heading {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px 8px;
}
.a-link-heading p, .a-link-heading h2 {
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
}
.a-link-content {
	padding: 8px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
}
.modal-header {
	background: #F5F5F5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}
.modal-title {
	font-weight: bold;
}

/*----------------------- Brand Carousel CSS Start ------------------------*/
.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 0 15px;
	position: static;
	float: left;
	width: 100%;
}
.common-home .brand-carousel {
	float: left;
    position: relative;
    width: 100%;
}
.brand-carousel .swiper-wrapper .swiper-slide.text-center {
	padding: 10px 15px;
}
.brand-carousel .brand-items .img-responsive {
	opacity: 0.6;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6; 
	-webkit-opacity: 0.6;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	display: block;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.brand-carousel .swiper-pager {
	left: auto;
	padding: 0;
	bottom: auto;
	width: auto;
	margin: 0;
	position: absolute;
	text-align: center;
	direction: ltr;
	right: 0;
	top: 10px;
	z-index: 1;
	float: right;
}
.brand-carousel .swiper-viewport .swiper-pager div {
	float: left;
	font-size: 0;
	height: 31px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: relative;
	text-shadow: none;
	margin: 0;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	vertical-align: top;
	width: 31px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 31px;
	background: #f5f5f5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 1px solid #f5f5f5;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover{
	border-color: #111;
	background-color: #111;
}
.brand-carousel .swiper-viewport .swiper-pager div.swiper-button-prev {
	margin: 0 4px 0 0;
}
.brand-carousel .swiper-viewport .swiper-pager div::after, .brand-carousel .swiper-viewport .swiper-pager div::before {
	position: absolute;
	font-size: 22px;
	line-height: 31px;
	font-family: "Material Icons";
	height: 31px;
	width: 31px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #777;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	font-weight: 400;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev::before {
	content: "\e314";
	font-size: 20px;
	position: absolute;
	right: 9px;
	font-weight: 300;
	color: #111;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next::before {
	content: "\e315";
	font-size: 20px;
	position: absolute;
	right: 8px;
	font-weight: 300;
	color: #111;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev:hover::before, .brand-carousel .swiper-viewport .swiper-pager .swiper-button-next:hover::before {
	color: #fff;
}
/*----------------------- 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.png") no-repeat scroll center bottom;
}
body.account-success #content {
	background: url("TemplateTrip/images/account-success.png") no-repeat scroll center bottom;
}
body.product-compare #content.no-compare-products {
	background: url("TemplateTrip/images/no-compare-products.png") no-repeat scroll center bottom;
}
#content.request-not-found {
	background: url("TemplateTrip/images/request-not-found.png") no-repeat scroll center bottom;
}
#content.no-manufacture-products {
	background: url("TemplateTrip/images/no-manufacture-products.png") no-repeat scroll center bottom;
}
#content.no-wishlist-products {
	background: url("TemplateTrip/images/no-wishlist-products.png") 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;
	width: 100%;
	background: #fff;
}
.ttfooter p {
	margin: 0 0 15px;
}
.ttfooter .desc {
	font: 400 14px/22px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	float: left;
	color: #666;
}
.wallmart_logo_block {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
.wallmart_logo_block .wallmart-list {
	float: left;
	width: 100%;
	padding: 0;
	display: block;
	list-style: none;
}
footer .footer-column .wallmart_logo_block .wallmart-list li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}
footer .wallmart_logo_block .wallmart-list li img {
	-webkit-transition: 700ms ease-in-out;
	-moz-transition: 700ms ease-in-out;
	-ms-transition: 700ms ease-in-out;
	-o-transition: 700ms ease-in-out;
	transition: 700ms ease-in-out;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
footer .wallmart_logo_block .wallmart-list li img:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
footer .footer-top {
	float: left;
	position: relative;
	width: 100%;
	background: #5b884a;
}
.footer-container {
	float: left;
	width: 100%;
	padding: 50px 0 0;
}
.bottom-footer {
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #f9f6f1;
	padding: 30px;
}
.bottom-footer .container {
	width: 100%;
}
.bottom-footer .ttfootertop-link {
	width: 76%;
	float: left;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.1);
}
.footer-container .bottom-footer .footer-column {
	float: left;
	width: 100%;
	margin: 2px 0;
}
.bottom-footer .footer-column h5 {
	font: 600 13px/24px "Poppins", Helvetica, sans-serif;
	float: left;
	width: auto;
	margin: 0;
	position: relative;
	padding: 0 6px 0 0;
}
.bottom-footer .footer-column ul li {
	width: auto;
	padding: 0 7px;
	position: relative;
	display: inline-block;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
.bottom-footer .footer-column .list-unstyled li {
	margin-bottom: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: auto;
	text-align: left;
}
.bottom-footer .footer-column h5::after {
	position: absolute;
	content: ":";
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
}
.bottom-footer .footer-column ul li a::after {
	position: absolute;
	content: '-';
	top: 2px;
	left: auto;
	right: -5px;
	bottom: 0;
	margin: auto;
	color: #aaa;
}
.bottom-footer .footer-column ul li:last-child a::after {
	display: none;
}
.footer-container .footer-column {
	float: left;
}
footer .footer-column .list-unstyled {
	margin: 0;
	width: 100%;
}
footer .footer-column .list-unstyled li {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 5px;
}
footer a {
	color: #888;
	cursor: pointer;
	font: 500 13px/24px "Poppins", Helvetica, sans-serif;
}
footer a:hover,
footer a:focus,
.footer-column .list-unstyled li a:hover::before {
	color: #111;
}
footer .footer-column h5 {
	color: #111;
	cursor: pointer;
	font: 500 16px/22px "Poppins", Helvetica, sans-serif;
	margin: 0 0 20px;
	text-transform: capitalize;
}
/* Footer right Contact us Stylesheet */
.footer-bottom {
	float: left;
	position: relative;
	width: 100%;
	background: #f9f6f1;
}
.footer-bottom-cms {
	float: right;
	width: auto;
	padding: 12px 0;
}
.footer-bottom-link {
	float: left;
	width: auto;
	padding: 0;
}
.footer-bottom p {
	color: #888;
	font: 500 13px/18px "Poppins", Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0;
}
.footer-top-cms {
	float: left;
	width: 100%;
   	padding: 0;
}
.footer-bottom p a {
	font-size: 13px;
	color: #888;
	line-height: 24px;
}
.footer-bottom p a:hover {
    color: #111;
}
.image-additional-container {
    float: left;
    width: 100%;
}
#goToTop::before {
	color: #fff;
	content: "\e316";
	font-family: "Material Icons";
	font-size: 20px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}
#goToTop {
	background: #191919;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 70px;
	cursor: pointer;
	height: 40px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	padding: 8px;
	position: fixed;
	right: 40px;
	text-align: center;
	width: 40px;
	z-index: 9;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
#goToTop:hover {
	background: #ffde00;
	border-color: #fff;
}
#goToTop:hover:before {
	color: #111;
}
.alert .check-circle, .alert .error-outline, .alert .info-circle{
	font-size: 18px;
	vertical-align: middle;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #111;
  right: 0;
  top: 0;
}
.product-options .alert-info {
    float: left;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
.checkout-success #content p > a, .account-success #content p > a {
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
/* breadcrumb */
.breadcrumb {
	float: right;
	line-height: 20px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.breadcrumb i:hover {
	color: #111;
}
.breadcrumb a {
	color: #fff;
}
.page-title-wrapper .breadcrumb a {
	color: #111;
}
.breadcrumb i {
	font-size: 16px;
	line-height: 22px;
	vertical-align: top;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li::before {
	color: #fff;
	content: "\e5cc";
	float: left;
	font-family: "Material Icons";
	font-size: 16px;
	margin: 0 8px;
	line-height: 22px;
}
.page-title-wrapper .breadcrumb > li + li::before {
	color: #111;
}
/* buttons */
.btn {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}
.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: 13px;
	letter-spacing: 1px;
}
.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: 4px 12px;
}
#account-return .form-group .input-group-btn .btn-default{
	height: 38px;
}
#account-return .btn-default::after {
	border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0; 
	-khtml-border-radius: 0 25px 25px 0;
}
.btn-group {
  float: left;
  width: 100%;
}
.btn-default {
	background: #ffde00;
	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	font: 500 13px/24px "Poppins", Helvetica, sans-serif;
    letter-spacing: 1px;
	color: #111;
	text-transform: capitalize;
	padding: 8px 20px;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background: #5b884a;
	border-color: #5b884a;
    color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.btn.btn-danger:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.btn.active, .btn:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-primary {
	background: #5b884a;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #fff;
	font: 500 13px/22px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 8px 20px;
	text-transform: capitalize;
	border: none;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.btn-primary::after, .btn-default::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffde00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transition-timing-function: ease;
	transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	-moz-transform: translate(0,-100%);
	-o-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	-webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
	transition-timing-function: cubic-bezier(.75,0,.125,1);
	z-index: -1;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-color: #ffde00;
}
.btn-primary:hover::after, .btn-primary:focus::after, .btn-primary:active::after, .btn-default:hover::after, .btn-default:focus::after, .btn-default:active::after{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
.btn-default::after{
	background-color: #5b884a;
}
.btn-block { width: auto }
.product-details #button-cart {
	background: #5b884a;
	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #fff;
	float: left;
	font: 500 13px/26px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 7px 18px 8px 42px;
	position: relative;
	text-transform: capitalize;
	height: 42px;
}
.product-details #button-cart::before {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 20px;
	left: 8px;
	margin: auto;
	position: absolute;
	right: auto;
	text-align: center;
	top: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-weight: 400;
}
.product-details #button-cart:hover, .product-product #button-cart:focus, .product-product #button-cart.active {
	border-color: #5b884a;
	background: #5b884a;
	color: #111;
}
.product-details .btn-info[disabled]#button-cart:hover {
	color: #fff;
}
.product-details .fa.fa-shopping-cart {padding-right: 5px; font-size: 17px;} 
.product-options .alert-info i.info-circle {
	font-size: 18px;
	line-height: 24px;
	vertical-align: top;
	font-weight: 500;
}
.product-details .btn-group .btn-default i {
	font-size: 18px;
	vertical-align: top;
	line-height: 30px;
}
/*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: #ffde00;
	border: none;
	color: #111;
}
.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: #5b884a;
	border: none;
	color: #fff;
}
.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;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	background-color: #da4f49;
	letter-spacing: 1px;
    text-transform: uppercase;
	padding: 10px 12px;
}
.input-group.btn-block .btn-danger {
	border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0;
	-khtml-border-radius: 0 25px 25px 0;
}
.table-bordered .text-right .btn i {
	font-size: 18px;
	line-height: 16px;
	vertical-align: middle;
}
.table-bordered .btn i.visibility {
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
}
.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: #111;
	background-color: #ffde00;
	border-color: #ffde00;
	border-radius: 25px;

	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.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:#5b884a;
	border-color:#5b884a;
}
.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;
}
.well {
	background: #fff;
	min-height: 274px;
	border: 1px solid #e5e5e5;
	margin: 0;
	line-height: 23px;
	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;
}
#account-login .well h2 {
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0;
	position: relative;
	font: 600 17px/32px "Poppins", Helvetica, sans-serif;
	color: #111;
}
#account-login .new-customer .bottom-form {
	background: #f5f5f5;
	height: 60px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
#account-login .new-customer .bottom-form a {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	text-transform: capitalize;
}
#account-login .customer-login .bottom-form {
	background: #f5f5f5;
	height: 60px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
#account-login .customer-login .bottom-form a {
	padding-left: 16px;
	line-height: 60px;
	color: #666;
}
#account-login .customer-login .bottom-form a:hover {
	color: #111;
}
#account-login .customer-login .bottom-form input {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}
#account-login .customer-login .bottom-form input.btn.btn-primary:hover, #account-login .customer-login .bottom-form input.btn.btn-primary:focus {
	background: #ffde00;
	color: #111;
}
#account-login .customer-login .form-group {
	margin: 0;
}
#account-login strong {
    font-weight: 500;
}
#account-login .new-customer {
	margin: 0 0 15px;
}
/* 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 {
  font-family: 'Material Icons';
  content: '\e5cb';
}
.carousel-control .icon-next:before {
  font-family: 'Material Icons';
  content: '\e5cc';
}

/* product list */
.product-category .category-description{
	width:100%;
	float:left;
}
.product-layout,
.product-layouts {
	padding: 0 15px;
}
.product-thumb, .product-layout, .product-layouts {
	position: relative;
}
.owl-item:last-child .product-layout, 
.owl-item:last-child .product-layouts {  
	border: none;
} 
.product-thumb .image {
    overflow: hidden;
	text-align: center;
	position:relative;
	padding: 0;
}
.product-thumb .image a {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	width: 100%;
}
.product-thumb .thumb-description {
	padding: 0 15px;
}
.product-thumb .thumb-description .caption {
	position: relative;
	float: left;
	width: 100%;
}
.product-list .product-thumb .thumb-description .caption, .product-sort .product-thumb .thumb-description .caption {
	float: left;
	text-align: left;
	border: none;
}
.product-list .product-thumb .thumb-description {
	margin: 10px 0;
}
.product-list .product-thumb .rating, .product-list .product-thumb:hover .rating {
	display: block;
	margin: 0 0 5px;
	position: static;
	text-align: left;
	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;
	visibility: visible;
}
.product-thumb h4 {
	font: 400 13px/18px "Poppins", Helvetica, sans-serif;
	margin: 15px 0 5px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	text-transform: capitalize;
	float: left;
	width: 100%;
}
.product-list .product-thumb h4, .product-sort .product-thumb h4 {
	margin: 0 0 5px;
}
.product-thumb h4 a {
	color: #111;
	font: 400 13px/18px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	white-space: nowrap;
}
.product-list .product-thumb h4 a, .product-sort .product-thumb h4 a {
	line-height: 24px;
	font-size: 14px;
	color: #111;
	font-weight: 500;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color:#111;
}
.product-thumb .rating {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	visibility: visible;
}
.product-thumb:hover .rating {
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.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: #fbaf5d;
	font-size: 13px;
	position:relative;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #ffde01;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #5b884a;
	font: 600 15px/20px "Poppins", Helvetica, sans-serif;
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 13px;
}
.product-list .product-thumb .thumb-description .price {
	float: left;
	display: block;
	padding: 7px 0 9px;
}
.product-thumb .price-new {
	color: #5b884a;
	font: 600 15px/20px "Poppins", Helvetica, sans-serif;
}
.product-thumb .price-old {
	color: #555;
	text-decoration: line-through;
	font: 400 14px/18px "Poppins", Helvetica, sans-serif;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	display: none;
}
.product-list .product-thumb .price-tax {
	display: block;
	margin: 5px 0 0;
}
/*----------------------Product-Sort css start----------------------*/
.product-layout.product-sort .product-thumb .thumb-description {
	margin: 10px 0;
}
.product-layout.product-sort .product-description {
	width: 50%;
	float: left;
	text-align: left;
}
.product-layout.product-sort .product-thumb .caption .description {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	float: left;
	width: 100%;
}
.product-layout.product-sort .product-thumb .rating, .product-layout.product-sort .product-thumb:hover .rating {
	display: block;
	margin: 0 0 7px;
	position: static;
	text-align: left;
	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;
	visibility: visible;
}
.product-layout.product-sort .product-thumb .product-price-and-shipping {
	width: 20%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 20px 0;
}
.product-layout.product-sort .product-thumb .thumb-description .price {
	float: left;
	display: block;
}
.product-layout.product-sort .product-thumb .price-new {
	width: 100%;
	float: left;
	margin: 0 0 5px;
}

.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover {
	width: 30%;
	float: right;
	text-align: center;
	margin: 20px 0;
}
.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
	position: static;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover .btn-cart {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	overflow: hidden;
	z-index: 1;
	position: relative;
	border: none;
}
.product-layout.product-sort .product-thumb .button-group {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	display: inline-block;
	vertical-align: top;
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	visibility: visible;
}
.product-layout.product-sort .product-thumb .button-group .btn-cart i {
    line-height: 25px;
    height: 25px;
    width: 22px;
}
.product-layout.product-sort .product-thumb .button-group .btn-cart span {
    display: inline-block !important;
    font: 500 13px/26px "Poppins", Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    vertical-align: top;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.product-layout.product-sort .product-thumb .button-group .tt-button-container {
	display: block;
	margin: 0 0 5px;
	float: left;
	width: 100%;
}
.product-layout.product-sort .product-thumb .button-group .btn-cart:hover span, .product-layout.product-sort .product-thumb .button-group .btn-cart:focus span, .product-layout.product-sort .product-thumb .button-group .btn-cart:active span{
	color: #111;
}
/*----------------------button css start----------------------*/
.product-thumb .button-group {
	position: absolute;
	right: 0;
	top: auto;
	z-index: 1;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 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;
	bottom: 0;
	left: 0;
	display: inline-block;
}
.product-thumb:hover .button-group {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	bottom: 10px;
}
.product-thumb .button-group .tt-button-container {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 42px;
	height: 42px;
}
.product-list .product-thumb .button-group .tt-button-container {
	width: auto;
}
.product-list .product-thumb .button-group {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	width: auto;
	display: inline-block;
	vertical-align: top;
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	margin: 0 0 10px;
}
.product-list .product-thumb .button-group button {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	position: relative;
	top: 0;
}
.product-list .product-thumb .button-wrapper {
	width: 27%;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	position: static;
}
.product-list .product-thumb .button-group .btn-cart, .product-sort .product-thumb .button-group .btn-cart {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 8px 20px 8px 15px;
	width: auto;
}
.product-list .product-thumb:hover .button-group button.btn-quickview, .product-list .product-thumb:hover .button-group button.btn-compare, .product-list .product-thumb:hover .button-group button.btn-wishlist {
	transition: all 400ms ease-in-out 0ms;
	-webkit-transition: all 400ms ease-in-out 0ms;
	-moz-transition: all 400ms ease-in-out 0ms;
	-o-transition: all 400ms ease-in-out 0ms;
	-ms-transition: all 400ms ease-in-out 0ms;
}
.product-list .product-thumb .button-group .btn-cart:hover, .product-list .product-thumb .button-group .btn-cart:focus, .product-list .product-thumb .button-group .btn-cart:active {
	background: #ffde00;
	border-color: #ffde00;
}
.product-list .product-thumb .button-group .btn-cart i {
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.product-list .button-group button.btn-cart span {
	color: #ffffff;
	display: inline-block !important;
	font: 500 13px/26px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	vertical-align: top;
	letter-spacing: 1px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-list .button-group button.btn-cart:hover span, .product-list .button-group button.btn-cart:focus span, .product-list .button-group button.btn-cart:active span {
	color: #111;
}
.product-thumb .button-group button.disabled {
	cursor: not-allowed;
	opacity: 0.55;
	-moz-opacity: 0.55; 
	-khtml-opacity: 0.55; 
	-webkit-opacity: 0.55;
}
.product-list .product-thumb .thumb-description .caption .ttproducthover, .product-list .product-thumb:hover .thumb-description .caption .ttproducthover {
	height: auto;
}
.product-list .button-group .btn-cart.disabled i.fa-shopping-cart {
  display: none;
}
.product-thumb .btn-cart{
	padding: 0 10px 0 0;
	background: #111;
}
.product-thumb .button-group i {
	height: 42px;
	width: 42px;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-thumb .button-group button:hover i, .product-thumb .button-group button:focus i, .product-thumb .button-group button:active i {
	color: #111;
}
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
    display: none;
}
.button-group button.btn-cart span {
	display: inline-block;
	line-height: 34px;
	font-size: 14px;
}
.product-thumb .button-group .btn-wishlist i.fa-heart {
	background: url("TemplateTrip/images/product-sprite.png") no-repeat scroll 7px -2px;
	height: 36px;
	vertical-align: top;
	font-size: 0;
	width: 36px;
}
.product-thumb .button-group .btn-wishlist:hover i.fa-heart {
	background-color: #83a900;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.product-thumb .button-group button::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ffde00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    transition-timing-function: ease;
	-webkit-transform: translate(0,-100%);
	-moz-transform: translate(0,-100%);
	-o-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	transform: translate(0,-100%);
	-webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
	transition-timing-function: cubic-bezier(.75,0,.125,1);
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px;
}
.product-thumb .button-group button:hover::before, .product-thumb .button-group button:focus::before, .product-thumb .button-group button:active::before{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
.product-thumb .button-group button {
	background: #5b884a;
	border: none;
	padding: 0;
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	float: none;
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 42px;
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
	overflow: hidden;
	z-index: 1;
	transition: all 0.6s ease-in-out 0ms;
	-webkit-transition: all 0.6s ease-in-out 0ms;
	-moz-transition: all 0.6s ease-in-out 0ms;
	-o-transition: all 0.6s ease-in-out 0ms;
	-ms-transition: all 0.6s ease-in-out 0ms;
	display: inline-block;
	vertical-align: top;
}
.product-thumb .button-group button:hover{
	background:#ffde00;
}
.product-thumb .image .btn-wishlist > span {
	display: none;
}
.fa-heart:hover::before {
	color: #111;
}
.bestseller-carousel.products-list .product-thumb.transition {
	padding: 10px;
}
.bestseller-carousel.products-list .image {
	width: 40%;
	float: left;
	padding: 0;
}
.bestseller-carousel.products-list .product-thumb .price {
	padding: 0 0 10px;
}
.bestseller-carousel.products-list .product-thumb .thumb-description {
	float: right;
	padding: 0 10px;
	width: 60%;
}
.bestseller-carousel.products-list .product-thumb h4 {
	margin: 0 0 8px;
}
.bestseller-carousel.products-list .product-thumb .thumb-description .caption {
	border-top: none;
	text-align: left;
}
.bestseller-carousel.products-list .product-thumb .rating {
	position: static;
	margin: 0 0 6px;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	visibility: visible;
}
.bestseller-carousel.products-list .item-countdown span{
	display: none;
}
.bestseller-carousel.products-list .product-thumb .button-group {
	position: relative;
	float: left;
	width: 100%;
}
.bestseller-carousel.products-list .product-thumb:hover .button-group {
	bottom: 5px;
}
.bestseller-carousel.products-list .product-thumb .button-group button{
	height: 38px;
	line-height: 38px;
	width: 38px;
}
.bestseller-carousel.products-list .product-thumb .button-group i {
	height: 38px;
	width: 38px;
	font-size: 18px;
	line-height: 38px;
}
.btn-outofcart.disabled {
	position: absolute;
	height: 70px;
	width: 70px;
	line-height: 60px;
	background: #ff0000;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: not-allowed;
}
.btn-outofcart.disabled .out.of.stock {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: 600;
	padding: 10px 0;
}

/*----------------------------button css end----------------------*/
.product-list .product-thumb .button-group i.shopping-cart {
	background: none;
	border: none;
	line-height: 42px;
	width: 25px;
}
.product-list .product-thumb .button-group .btn-cart.loading i.shopping-cart {
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
.product-list .product-thumb .button-group button.btn-cart .loading > i {
	background: none;
	line-height: 42px;
	width: 25px;
}
.product-thumb .button-group button.loading i, .button-group button.btn-cart span, .button-group button.btn-wishlist span, .button-group button.btn-compare span {
    display: none;
}
.product-list .product-thumb .button-group button.btn-cart.loading i, .product-sort .product-thumb .button-group button.btn-cart.loading i {
	display: inline-block;
}
.product-grid .product-thumb .button-group button.btn-cart.loading i {
	display: block;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span {
    display: none;
}
#column-left .product-thumb .button-group .btn-cart > span.loading, 
#column-right .product-thumb .button-group .btn-cart > span.loading {
    display: none !important;
}
.button-group > button.btn-cart.loading > span.loading,
.button-group > button.btn-wishlist.loading > span.loading,
.button-group > button.btn-compare.loading > span.loading,
.button-group > button.btn-quickview.loading > span.loading {
	display: block;
}
.button-group button .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-list .button-group button.btn-cart .loading {
  left: 13px;
  right: auto;
}
.button-group button .loading i {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block !important;
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
/*----------------------------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: 9;
}
.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;
	color: #111111;
	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;
	text-align: center;
	margin: 0;
	right: 2px;
	top: 2px;
	z-index: 1;
	background: #fff;
}
.a-qv-close i {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	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;
}
.a-qv-close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
#quickview-content {
	background-color: #ffffff;
	border: 2px solid #111;
	display: none;
	height: 90%;
	left: 0;
	margin: 0 auto;
	overflow: auto !important;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 6%;
	width: 70%;
	z-index: 999;
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
}
#quickview-content::-webkit-scrollbar {
	width: 5px;
}
#quickview-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
#quickview-content::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #111; 
}
.product-quickview .btn.btn-default {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #666;
    padding: 6px 15px;
    height: 38px;
    transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-quickview .btn.btn-default::after {
	display: none;
}
.product-quickview .btn.btn-default:hover {
	color: #fff;
	background: #5b884a;
	border: 1px solid #5b884a;
}
.product-quickview .product-image .thumbnail {
	border: 2px solid #f9f6f1;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.product-quickview .product-image .thumbnail img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.product-quickview .product-images .additional-images-container {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-quickview .product-images:hover .additional-images-container {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	bottom: 20px;
}
.button-group button.btn-quickview span{
    display: none;
}
.product-quickview #quick-cart {
	background: #5b884a;
	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #fff;
	float: left;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 8px 15px 9px 41px;
	position: relative;
	text-transform: capitalize;
	height: 42px;
}
.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background: #191919;
  border-color: #191919;
  color: #111;
}
.product-quickview #quick-cart.btn-info:hover {
	color: #fff;
}
.product-quickview #quick-cart::before {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 20px;
	left: 8px;
	margin: auto;
	position: absolute;
	right: auto;
	text-align: center;
	top: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-weight: 400;
}
@media (max-width: 767px) {
	#quickview-content {
		width: 90%;
		padding: 15px;
	}
}
/*----------------------------Quickview css end----------------------*/
/*product-page */
.zoomContainer {
  overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.product-block {
  float: left;
  width: 100%;
}
.product-product .thumbnails {
	overflow-x: hidden;
}
.product-product .product-image {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.product-product .product-image .thumbnail {
	background: none;
	border: 2px solid #f9f6f1;
	padding: 5px;
	overflow: hidden;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
	margin: 0 0 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.product-product .product-image .thumbnail img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.electro-description .layout-desc {
	margin: 20px 0;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.electro-description .layout-desc {
	margin: 20px 0;
}
.image-additional > img {
	max-width: 100%;
	border: 2px solid #f9f6f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px;
	background: #fff;
}
.thumbnails .additional-images {
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 0;
}
.additional-images .image-additional {
	display: block;
	margin: 5px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.image-additional:hover > img,
.image-additional > img.selected {
	border-color: #eee;
}
.products-list .owl-carousel,
.list-products .owl-carousel{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: static;
	margin-bottom: 0;
	width: auto;
}
@media (min-width: 1600px) {
	.product-layout.product-grid {
		width: 20%;
	}
}
@media (min-width: 1400px) {
	.product-layout.product-list .product-thumb .image {
		width: auto;
	}
}
@media (min-width: 1300px) {
	.product-category #content {
		width: 82%;
	}
	#column-left, #column-right {
		width: 18%;
	}
}
@media (max-width: 1400px) {
	.product-images .additional-images-container {
		width: 370px;
	}
	#column-left .products-carousel, #column-right .products-carousel {
		padding: 0 5px;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover, .product-layout.product-sort .product-thumb .product-price-and-shipping {
		margin: 10px 0;
	}
}
@media (min-width: 1700px) and (max-width: 1709px){
	.container, .container.main-bg  {
		width: 1540px;
	}
}
@media (min-width: 1560px) and (max-width: 1699px){
	.container {
		width: 1540px;
	}
	.container.main-bg {
		width: 1510px;
	}
}
@media (min-width: 1490px) and (max-width: 1549px){
	.container.main-bg {
		width: 1460px;
	}
}
@media (min-width: 1380px) and (max-width: 1489px){
	.container.main-bg {
		width: 1350px;
	}
}
@media (min-width: 1290px) and (max-width: 1379px){
	.container.main-bg {
		width: 1260px;
	}
}
@media (min-width: 1200px) and (max-width: 1289px){
	.container.main-bg {
		width: 1170px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.container.main-bg {
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1549px){
	.container {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1201px){
	.block-description {
		width: 76%;
	}
	.category-image {
		width: 24%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	#column-left .panel-default > .list-group, #column-right .panel-default > .list-group {
		padding: 0 8px;
	}
}
@media (max-width: 1300px) {
	.container.main-bg, .page-bg{
		padding: 0 15px;
	}
	.page-title-wrapper {
		margin: 15px 0;
	}
}
@media (max-width: 1299px) {
	#column-left .product-thumb .thumb-description, 
	#column-right .product-thumb .thumb-description {
		padding: 0 8px;
	}
	.product-images .additional-images-container {
		width: 300px;
	}
	.button-group button.btn-cart span {
		display: none;
	}
	.product-layout.product-grid {
		width: 33.33%;
	}
	.ttlatest-products-innner {
		padding: 15px;
	}
	.layout-desc tr td.col-sm-7 {
		width: 90%;
	}
	.layout-desc tr td.col-sm-7 {
		width: 90%;
	}
	.tt-latest-product .product-thumb .caption .description {
		display: none;
	}
}
@media (max-width: 1199px) {
	.product-images .additional-images-container {
		width:250px;
	}
	#top-links > ul > li.header-mail {
		display: none;
	}
	.user-info .dropdown > a {
		padding: 15px 20px 15px 50px;
	}
	.fullbg {
		padding: 0 15px;
	}
	.footer-container .bottom-footer .footer-column {
		padding: 0;
	}
	.bottom-footer {
		margin-top: 30px;
	}
	.header-phone a::before {
		left: 10px;
	}
	#tttoplink_block ul.block_content li a {
		font-size: 14px;
	}
	.header-phone a {
		padding: 6px 15px 6px 60px;
	}
	.bestseller-carousel.products-list .product-thumb.transition {
		padding: 5px;
	}
	.ttfooter .desc {
		font-size: 13px;
	}
	.ttfooter p {
		margin: 0 0 10px;
	}
	footer .footer-column h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.product-list .product-thumb .thumb-description .caption {
		padding: 0;
	}
	.ttrecent-view {
		margin: 20px 0 15px;
	}
	footer .footer-column .wallmart_logo_block .wallmart-list li {
		margin: 0 15px 0 0;
	}
	#form-language .dropdown-toggle > img, .header-top-right #form-currency .dropdown-toggle > strong {
		margin: 0;
	}
}
@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 {

		content: "\e5cc";
		font-family: "Material Icons";
		position: absolute;
		right: 5px;
		top: 2px;
	}
}
@media (max-width: 991px) {
	.header-top-left {
		float: none;
		width: 100%;
		text-align: center;
	}
	.container.main-bg {
		width: 740px;
	}
	.content-top {
		margin-bottom: 0;
	}
	.bestseller-carousel.products-list {
		margin: 0;
	}
	body .container > .page-bg > .row > #column-left, body .container > .page-bg > .row > #column-right {
		float: left;
		width: 100%;
		display: block !important;
	}
	.user-info .dropdown > a {
		padding: 0;
	}
	.header-bottom-block {
		position: absolute;
		text-align: center;
		top: 43%;
		bottom: auto;
		padding: 0;
		background: none;
	}
	#cart #cart-total {
		background: #fff none repeat scroll 0 0;
		bottom: 0;
		color: #333;
		float: right;
		font-size: 11px;
		font-weight: 400;
		left: 20px;
		line-height: 18px;
		padding: 0 0 0 2px;
		position: absolute;
		top: 4px;
		margin: 0;
	}
	.cart {
		margin: 0 0 0 5px;
	}
	.user-info {
		margin: 0;
	}
	#content, #column-left, #column-right {
		padding: 0;
		width: 100%;
	}
	.header-right {
		bottom: auto;
		float: right;
		position: absolute;
		right: 15px;
		width: auto;
		padding: 0;
		margin: 0;
		top: 0;
	}
	.user-info .dropdown > a > .user, #cart > button > i.shopping-cart, .header-right .whishlist.pull-left .material-icons {
		color: #111;
		font-size: 24px;
	}
	.header-right .whishlist.pull-left:hover .material-icons, #cart > button:hover > i.shopping-cart, #cart > button:active > i.shopping-cart, #cart.open > button > i.shopping-cart{
		color: #111;
	}
	.user-info .dropdown > a > .user {
		font-size: 26px;
		color: #111;
		height: 40px;
		width: 40px;
		position: static;
		line-height: 40px;
	}
	.user-info .dropdown > a:hover > .user, .user-info .dropdown.open > a > .user{
		color: #111;
	}
	.header-right .whishlist.pull-left .material-icons {
		font-size: 22px;
	}
	#top-links > ul > li:last-child {
		padding-right: 10px;
	}
	.user-info .dropdown {
		width: 40px;
	}
	.tt-latest-product .product-thumb .caption .description {
		display: block;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle, #top-links .dropdown .dropdown-menu {
		top: 28px;
	}
	#form-language .btn-group ul.dropdown-menu.language-toggle {
		left: 0;
		right: auto;
	}
	#form-language .btn-group ul.dropdown-menu.language-toggle::before {
		right: auto;
		left: 10px;
	}
	#cart button.btn {
		height: 40px;
		width: 40px;
		padding: 0;
		text-align: center;
	}
	#cart > button > i.shopping-cart {
		width: 40px;
		height: 40px;
		position: static;
		line-height: 42px;
	}
	.layout-desc tr td.col-sm-4 {
		float: left;
		width: 100%;
	}
	.layout-desc tr td.col-sm-7 {
		width: 100%;
	}
	#ttcmsheader .ttheader-service {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.main-category-list.left-main-menu .TT-panel-heading {
		border: none;
		color: #111;
		font: 500 16px/18px "Poppins", Helvetica, sans-serif;
		position: relative;
		cursor: pointer;
		padding: 0;
		margin: 0;
		height: auto;
		text-align: left;
		display: block;
		float: left;
		width: 24px;
		z-index: auto;
	}
	.header-top-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.header-bottom-block .container {
		position: relative;
	}
	.header-bottom {
		float: left;
		width: 100%;
		margin: 10px 0;
	}
	#top-links > ul > li {
		padding: 7px 10px 10px;
	}
	.layout-desc tr td.col-sm-4 {
		float: left;
		width: 100%;
	}
	.layout-desc tr td.col-sm-7 {
		width: 100%;
	}
	.slideshow-panel .swiper-container.gallery-thumbs {
		width: 100%;
		position: static;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-khtml-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	.right-block {
	  bottom: 0;
	  float: right;
	  position: absolute;
	  right: 0;
	}
	.header-right-cms {
		display: none;
	}
	.header-phone.pull-left {
		display: inline-block;
		float: none !important;
		margin: 10px 50px;
		text-align: center;
		padding: 0;
	}
	.header-left {
		float: left;
		text-align: center;
		width: 100%;
	}
	#logo {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
		width: 175px;
		margin: 20px 0 10px;
		z-index: 1;
		position: relative;
		height: auto;
	}
	#logo .img-responsive {
		max-width: 175px;
	}
	.bestseller-carousel.products-list .product-thumb .thumb-description {
		padding: 0 8px;
	}
	.product-layout.product-sort .product-description {
		width: 100%;
	}
	.product-layout.product-sort .product-thumb .product-price-and-shipping {
		width: auto;
		float: none;
		text-align: left;
		margin: 0;
	}
	.product-layout.product-sort .product-thumb .price-new {
		width: auto;
		float: left;
		margin: 0 5px 0 0;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover {
		margin: 0 0 5px;
		width: 65%;
		float: right;
	}
	.product-layout.product-sort .product-thumb .button-group button.btn-cart {
		float: left;
		display: inline-block;
		margin: 0 5px 0 0;
	}
	.product-percent{
		left: 10px;
	}
	#column-left .img-responsive, #column-right .img-responsive {
		width: auto;
	}
	.product-layout.product-sort .product-thumb .button-group .tt-button-container {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover .btn-cart {
		margin: 0;
	}
	.bestseller-carousel.products-list .product-thumb .button-group {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		transition: all 400ms ease-in-out;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		visibility: hidden;
	}
	.bestseller-carousel.products-list .product-thumb:hover .button-group {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
	#top-links {
	  float: left;
	  width: 100%;
	}
	.ttspecialnew {
		margin: 0 0 20px;
	}
	.product-thumb .image .btn-wishlist, .product-thumb .image .btn-compare, .product-thumb .image .btn-quickview{
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		bottom: auto;
	}
	#top-links > ul {
	  display: inline-block;
	  float: none;
	  margin: 0;
	  vertical-align: top;
	}
	.product-thumb .price, .product-thumb:hover .price {
		display: block;
	}
	.product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
		bottom: 0px;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.product-thumb:hover .thumb-description .caption .ttproducthover .product-add-to-cart {
		bottom: 0;
	}
	.featured-carousel.products-list {
		margin: 0;
	}
	.ttcat-main .products-carousel.owl-carousel .owl-nav button {
		height: 30px;
		width: 30px;
	}
	.ttcat-main .products-carousel.owl-carousel .owl-nav button::after, .ttcat-main .products-carousel.owl-carousel .owl-nav button::before {
		height: 30px;
		width: 30px;
		font-size: 22px;
		line-height: 30px;
	}
	.ttcat-main .products-carousel.owl-carousel .owl-nav button.owl-prev::before, .ttcat-main .products-carousel.owl-carousel .owl-nav button.owl-next::before {
		font-size: 22px;
		line-height: 30px;
	}
	#cart .cart-heading {
		display: none;
	}
	#cart .dropdown-menu {
		top: 57px;
	}
	#cart .dropdown-menu::after, .user-info .dropdown ul::after {
		right: 0;
	}
	#ttcmstestimonial .owl-dots {
		margin: 10px 0 0;
	}
	#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 {
		width: auto;
	}
	.menu-container {
	  padding: 0;
	}
	.ttfooter .desc {
		display: inline-block;
		float: none;
		width: 80%;
	}
	#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: 'Material Icons';
		content: '\e3c7';
		font-size: 18px;
		position: absolute;
		right: 5px;
		top: 10px;
		font-weight:normal;
		color: #111;
	}
	#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:#111;
	}
	#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: "\e145";
		font-family: 'Material Icons';
    }
	#menu .navbar-collapse li.dropdown.active > i::before{
		content:"\e15b";
	}
	#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:#111;
	}
	.category-pagination {
		margin: 0 0 15px;
	}
	.product-list .product-thumb .button-group i.fa-shopping-cart {
		width: 25px;
	}
	footer .footer-top {
		text-align: center;
	}
	.footer-bottom {
		text-align: center;
		border-top: 1px solid rgba(255,255,255,.1);
	}
	footer .footer-top::before {
		height: 125px;
	}
	.footer-bottom-cms {
		float: none;
		width: auto;
		padding: 0 0 10px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.footer-bottom p {
		padding: 8px 0 5px;
	}
	.footer-bottom-link {
		float: left;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.footer-top-block {
	  display: inline-block;
	  float: none;
	  padding: 20px 0 0;
	  vertical-align: top;
	}
	.footer-container .footer-column {
		width: 100%;
		margin: 0;
	}
	.footer-column.footer-left-cms {
		margin: 20px 0 0;
	}
	footer .footer-column ul{
		padding:0 10px;
	}
	footer .footer-column h5.toggle:hover {
		cursor:pointer;
	}
	footer .footer-column h5.toggle {
		padding: 10px;
	    margin: 0;
		position: relative;
		font: 500 15px/22px "Poppins", Helvetica, sans-serif;
		display: block;
		width: 100%;
	}
	.footer-column.dwld .widget-title.toggle {
		display: none;
	}
	footer .footer-column h5.toggle:hover {
		background: rgba(0,0,0,.07);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	footer .footer-column h5.toggle::after {
		content: "\e145";
		display: block;
		font-family: "Material Icons";
		font-size: 18px;
		font-weight: 600;
		position: absolute;
		right: 10px;
		left: auto;
		top: 10px;
	}
	.bottom-footer .ttfootertop-link {
		width: 100%;
		padding: 0;
		border-top: none;
	}
	.footer-container .bottom-footer .footer-column {
		margin: 0;
	}
	.wallmart_logo_block {
		float: none;
		width: auto;
		margin: 10px 0 0;
		text-align: center;
		vertical-align: top;
		display: inline-block;
	}
	.wallmart_logo_block .wallmart-list {
		display: block !important;
	}
	footer .footer-column.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer .follow-us.active h5.toggle:after,
	footer #ttcmsfooter.active h5.toggle:after {
		content: "\e15b";
		font-weight:normal;
	}
	.product-images .additional-images-container {
		width:200px;
	}
	.product-thumb .image img {
		width: 100%;
	}
	body .main-category-list::before {
		display: none;
	}
	.main-category-list .TT-panel-heading::after , .main-category-list .cat-menu .TT-panel-heading::after{
		content: "";
		position: fixed;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transition: all 400ms ease-in-out;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		opacity: 0;
		-moz-opacity: 0; 
		-khtml-opacity: 0; 
		-webkit-opacity: 0;
		z-index: -1;
		visibility: hidden;
	}
	.main-category-list .TT-panel-heading.current-close::after, .main-category-list .cat-menu.TTactive .TT-panel-heading::after{
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
		visibility: visible;
		background: rgba(0,0,0,.6);
	}
/*------------------------------------- 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 .swiper-viewport, #column-right .swiper-viewport {
		background: none;
		width: auto;
	}
	#column-left #ttcmstestimonial .title_block, #column-right #ttcmstestimonial .title_block, #column-left .box-heading, #column-right .box-heading, #column-left .panel-heading, #column-right .panel-heading, #column-left .featured-carousel.products-list .box-heading, #column-right .featured-carousel.products-list .box-heading {
		cursor: pointer;
		margin: 0;
		background: none;
		color: #111;
	}
	#column-left .box-heading > h3, #column-right .box-heading > h3 {
		color: #111;
	}
	#column-left .products-list .row > div, #column-right .products-list .row > div {
		padding: 15px 10px;
	}
	#column-left .category-treeview.panel-default,
	#column-right .category-treeview.panel-default {
		padding: 5px;
		margin: 0 0 15px;
	}
	#column-left .box-heading > h3::after,
	#column-right .box-heading > h3::after {
		display: none;
	}
	#column-left .panel-default.information-list,
	#column-right .panel-default.information-list {
		padding: 5px;
	}
	#column-left .left-right-inner > div, #column-right .left-right-inner > div {
		margin: 0 0 15px;
	}
	#column-left .product-thumb:first-child, #column-right .product-thumb:first-child {
		padding-top: 20px;
	}
	#column-left .special-items.products-carousel .owl-item{
		padding: 10px;
	}
	#column-left .special-carousel.products-list .product-thumb, #column-right .special-carousel.products-list .product-thumb {
		padding: 0 10px 20px;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
	}
	#column-left .toggle::after, #column-right .toggle::after {
		content: "\e145";
		float: right;
		color: #111;
		font-size: 16px;
		font-weight: 600;
		position: absolute;
		right: 15px;
		left: auto;
		top: 12px;
		display: block;
		background: none;
		font-family: "Material Icons";
	}
	#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,
	#column-left .tttestimonial-inner.active .title_block.toggle:after, 
	#column-right .tttestimonial-inner.active .title_block.toggle:after {
		content:"\e15b";
	}
	#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%;
	}
	#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;
	}
	.footer-container {
		padding: 0;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
		#column-left .panel-default.option-filter,
		#column-right .panel-default.option-filter {
			display: none;
		}
		.common-home #content {
			padding: 0;
			width: 100%;
		}
		.common-home #column-left, .common-home #column-right {
			width: 100%;
			padding: 0;
		}
		.option-filter-box .list-group .list-group-items {
			float: left;
			width: 100%;
			padding: 5px 0;
		}
		.option-filter-box .list-group .list-group-items:first-child {
			padding-top: 0;
		}
		.category-treeview ul {
			float: left;
			width: 100%;
			margin: 0;
		}
		.option-filter-box {
			background: #ffffff;
			border: 1px solid #e5e5e5;
			border-radius: 5px;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			-khtml-border-radius: 5px;
			float: left;
			margin: 20px 0 0;
			padding: 20px;
			width: 100%;
		}
		.option-filter-box .list-group-items > .list-group-item {
			padding: 10px 0;
		}
		.option-filter-box a.list-group-item::after {
			content: "\e5cf";
			font-size: 16px;
			color: #333;
			position: absolute;
			right: 10px;
			top: 10px;
			font-weight: 500;
		}
		.option-filter-box a.list-group-item.collapsed::after {
			content: "\e5ce";
		}
		.option-filter-box .list-group .list-group-item, .option-filter-box .radio, .option-filter-box .checkbox {
			width: 100%;
			float: left;
			background: #FFF;
			border: none;
			font-weight: 500;
		}
		.option-filter-box a.list-group-item {
			color: #111;
			padding: 10px 0;
		}
		.option-filter-box .list-group-items div.list-group-item {
			display: none;
			padding: 0 0 10px;
		}
		.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: 4px 18px;
		}
		.option-filter-box .checkbox > label:hover,
		.option-filter-box .checkbox > label:hover {
			color: #111;
		}
		.product-thumb .button-group i.fa-shopping-cart {
			width: 36px;
		}
	.bottom-footer {
		padding: 0;
		margin: 0;
		background: none;
	}
	.bottom-footer .footer-column .list-unstyled li {
		width: 100%;
	}
	.bottom-footer .footer-column ul li a::after {
		display: none;
	}
	.product-quickview .product-image .thumbnail {
		margin: 0 0 15px;
	}
	.product-quickview .product-images .additional-images-container {
		position: static;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	#content .category-filter {
		margin: 20px 0;
	}
	.product-quickview .product-details {
		margin: 10px 0 0;
	}
/*-------------------------------- 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) {
	.container, .container.main-bg{
		width: 100%;
	}
	.header-phone {
		padding: 0;
	 }
	 .header-bottom-block .container {
		padding: 0 15px;
	}
	 #top-links > ul #form-language span, #top-links > ul #form-currency span {
		display: inline-block !important;
	}
	 .header-top-left {
	 	width: 100%;
	 }
	 #top {
		padding: 0;
		text-align: center;
	}
	#top .container {
	  padding: 0;
	}
	#top-links > ul > li::after {
		top: 3px;
	}
	.header-top-right {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.header-bottom-block {
		top: 42%;
	}
	.ttspecialnew {
		margin: 0 0 20px;
	}
	#top .btn-link, #top-links li, #top-links a {
		font-size: 13px;
		line-height: 16px;
	}
	#form-currency i, #form-language i {
		line-height: 8px;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle, #top-links .dropdown .dropdown-menu {
		top: 26px;
	}
	 .TTProduct-Tab .box-heading {
	 	width: 100%;
	 }
	 .ttcat-main .TTProduct-Tab .box-heading {
		padding: 0;
	}
	.TTProduct-Tab .tthometab-title h3 {
		text-align: center;
		border: none;
		width: 100%;
		padding: 0 0 8px;
	}
	.TTProduct-Tab .box-heading > h3::after {
		display: none;
	}
	.category-filter .filter-grid-list button {
		margin: 5px 5px 0;
	}
	.select-wrapper::after {
		top: 6px;
	}
	.top-column {
		margin: 0;
	}
	.TTProduct-Tab .tab-box-heading {
		float: left;
		width: 100%;
	}
	.TTcategory-tab .product-thumb .thumb-description {
		float: right;
	}
	.TTcategory-tab .product-thumb .image {
		float: left;
	}
	.TTProduct-Tab.products-list .owl-carousel {
	   position: relative;
	}
	.TTProduct-Tab .products-carousel.owl-carousel .owl-nav {
		position: absolute;
		top: -58px;
		right: 15px;
		width: 70px;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by{
		clear: left;
		margin: 3px 0;
		float: left;
	}
	.product-list.product-layout {
		margin: 0;
	}
	.product-list .product-thumb .button-wrapper {
		width: 100%;
		padding: 0;
	}
	.category-bg {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
		margin: 0 0 10px;
	}
	.product-tabs {
		width: 100%;
		float: left;
		margin: 10px 0 30px;
		padding: 10px 15px;
	}
	.ttproduct-main {
		margin: 0;
	}
	.category-products .product-grid {
		width: 50%;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		float: left;
	}
	.product-list .product-thumb .thumb-description .caption {
		width: 100%;
		border-right: none;
	}
	.top-column {
		padding: 0 5px;
	}
	.header-top-right .dropdown span.hidden-xs, 
	.header-top-right #wishlist-total span {
		display:block !important;
	}
	.header-top-right .dropdown a.dropdown-toggle, 
	.header-top-right #wishlist-total {
		padding: 0;
	}
	.footer-bottom p {
		padding: 8px 0;
	}
	footer .footer-top::before {
		height: 135px;
	}
	.bestseller-carousel.products-list .product-thumb .button-group {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		margin: 0 0 7px;
		bottom: 5px;
	}	
	.product-thumb .button-group, .product-thumb:hover .button-group {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		bottom: 8px;
	}
	.product-thumb .rating {
		bottom: 55px;
	}
	.product-thumb:hover .rating {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
	.product-list .product-thumb .button-group{
		width: auto;
		float: left;
	}
	.related-carousel.products-list .owl-wrapper-outer {
		padding: 0 0 20px;
	}
	.product-thumb .sale-icon, .product-sale-icon {
		display: block;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.product-thumb .percent{
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.product-thumb:hover .sale-icon, .product-sale-icon {
		left: 15px;
	}
	.product-thumb:hover .percent {
		right: 15px;
	}
	.category-products .product-layout.product-grid {
	    width: 50%;
	}
	.TTProduct-Tab .tab-content {
		margin: 0;
	}
	#page  .page-title-wrapper {
		text-align:center;
	}
	.page-title-wrapper .page-title {
		float: left;
		width: 100%;
		text-align: center;
		line-height: 24px;
		margin: 0;
	}
	.breadcrumb {
		float: none;
		margin: 0 auto;
		display: inline-block;
		text-align: center;
		width: 100%;
		vertical-align: top;
	}
	.page-title-wrapper {
		padding: 12px 10px;
		margin: 10px 0;
	}
	.footer-bottom-link {
	  text-align: center;
	  width: 100%;
	}
	.footer-bottom-cms {
		width: 100%;
	}
	#goToTop { 
		right: 20px;
	}
	.TTProduct-Tab .nav-tabs > li > a {
		padding: 8px 18px;
	}
	.TTProduct-Tab .nav-tabs > li::after, .TTProduct-Tab .nav-tabs > li > a::after {
		bottom: -2px;
	}
	.TTProduct-Tab .nav-tabs > li.active > a::before {
		bottom: -9px;
	}
	.TTcategory-tab.products-carousel.owl-carousel.owl-theme .owl-wrapper-outer {
		padding: 0;
	}
	.bestseller-carousel.products-list .product-thumb .thumb-description {
		width: 60%;
		border: none;
		text-align: left;
		float: left;
	}
	.ttlatest-products-innner {
		padding: 20px;
	}
	.category-filter .filter-show, .category-filter .filter-sort-by {
		margin: 0;
		float: left;
		clear: none;
	}
	.category-filter .filter-text {
		padding: 0;
	}
	.category-filter .filter-text .input-group-addon.control-label {
		display: none;
	}
	.category-filter .filter-grid-list {
		width: 90px;
	}
	.category-filter .filter-show {
		margin: 0 6px 0 0;
		min-width: 50px;
		width: 50px;
	}
	#content .category-filter {
		padding: 10px;
		margin: 20px 0;
	}
	.category-filter .filter-show .filter-selection {
		width: 50px;
		float: left;
	}
	.filter-sort-by .form-control, .filter-show .filter-selection .form-control {
		padding: 6px;
	}
	.category-filter .filter-sort-by {
		width: 37%;
		max-width: 95px;
	}
	.category-filter .filter-sort-by .filter-selection {
		width: 95px;
	}
}
@media (min-width: 544px) and (max-width: 700px) {
	.product-layout.product-sort .product-thumb .button-group .tt-button-container {
		display: block;
	}
	.product-list .product-thumb .button-group .tt-button-container {
		display: block;
		margin: 0 auto 5px;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover .btn-cart {
		margin: 0 auto 5px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
	  margin: 0 auto;
	  width: 80%;
	  float: none;
	}
	.product-images .additional-images-container {
	  width: 300px;
	}
	.category-description .category-image {
		float: left;
		width: 32%;
	}
	.category-description .block-description {
		float: right;
		width: 68%;
		padding: 0 15px 0 0;
	}
	.bestseller-carousel.products-list .image {
		width: 25%;
	}
	.bestseller-carousel.products-list .product-thumb .thumb-description {
		padding: 0 15px;
	}
}
@media (max-width: 543px) {
	.product-layout.product-sort .product-thumb .button-group {
		width: 100%;
	}
	.product-layout.product-sort .product-thumb .thumb-description {
		padding: 0 0 0 15px;
	}
	.product-layout.product-sort .product-thumb h4 {
		margin: 0 0 5px;
	}
	.product-thumb .button-group i {
		height: 35px;
		width: 35px;
		font-size: 18px;
		line-height: 35px;
	}
	.product-thumb .button-group button {
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
	.product-thumb .rating {
		bottom: 42px;
	}
	.tt-latest-product .product-thumb h4 a {
		font: 500 15px/20px "Poppins", Helvetica, sans-serif;
	}
	.product-list .product-thumb .thumb-description {
		padding: 0 0 0 5px;
	}
	.product-list .product-thumb .button-group .btn-cart {
		padding: 4px 10px;
	}
	.product-layout.product-sort .product-thumb .button-group button.btn-cart {
		padding: 4px 12px 4px 12px;
	}
	.product-list .product-thumb .button-group .btn-cart i {
		width: 20px;
	}
	.product-list .product-thumb .thumb-description {
		padding: 0 5px;
	}
	.layout-desc tr td {
		float: left;
		width: 100%;
	}
	.layout-desc tr td .image > img {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	.product-thumb .button-group .tt-button-container {
		width: auto;
		height: auto;
	}
	.product-list .product-thumb .button-group .tt-button-container {
		margin: 0 0 3px;
		display: block;
		float: left;
		width: 100%;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover {
		float: left;
		width: 100%;
		text-align: left;
	}
	.product-layout.product-sort .product-thumb .thumb-description .price {
		padding: 0 0 5px;
	}
	.product-product .nav-tabs > li > a {
		padding: 10px;
	}
	.TTProduct-Tab .tab-box-heading {
		float: none;
		text-align: center;
		width: 80%;
		padding: 0 0 10px;
		display: inline-block;
		margin: 0;
	}
	.TTProduct-Tab .nav.nav-tabs {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: auto;
		text-align: center;
	}
	.box-heading {
		padding: 0 0 38px;
		text-align: center;
	}
	.box-heading > h3::after, .title_block .ttblock-heading::after {
		display: none;
	}
	.tt-latest-product .box-heading > h3 {
		float: left;
		width: 100%;
	}
	.TTProduct-Tab .products-carousel.owl-carousel .owl-nav {
		top: -50px;
		right: 0;
	}
	.TTProduct-Tab .nav.nav-tabs li {
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 5px;
	}
	.TTProduct-Tab .tthometab, .tt-titletab {
		padding: 0 0 38px;
		margin: 0 0 10px;
	}
	.products-carousel.owl-carousel .owl-nav, .tt-carousel.owl-carousel .owl-nav, .brand-carousel .swiper-pager {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 38px;
		bottom: auto;
		width: 70px;
	}
	.slideshow-panel {
		margin: 0 0 15px;
	}
	.layout-desc tr td {
		float: left;
		width: 100%;
	}
	.layout-desc tr td .image > img {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 480px) {
	#logo {
		width: 140px;
		float: left;
		margin-left: 40px;
	}
	#logo .img-responsive {
		max-width: 140px;
	}
	.header-phone.pull-left {
		margin: 0 0 10px;
	}
	.header-bottom-block .container {
		padding: 0 10px;
	}
	.main-category-list .menu-category .dropmenu {
		top: -3px;
	}
	.main-category-list.left-main-menu .menu-category {
		top: 46px;
	}
	.header-right {
		right: 10px;
		top: 0;
	}
	#cart .dropdown-menu {
		max-width: 250px;
	}
	footer .footer-column .wallmart_logo_block .wallmart-list li {
		margin: 0 8px;
	}
	footer .footer-top {
		padding: 0;
	}
	.product-details h1.product-name {
		font-size: 15px;
	}
	.product-layout.product-sort .product-thumb .thumb-description .price {
		padding: 0 0 8px;
	}
	.product-list .product-thumb .button-group .tt-button-container {
		display: inline-block;
		margin: 0;
		float: none;
		width: auto;
	}
	.product-product .product-image .thumbnail {
		margin: 0 0 15px;
	}
	#cart .dropdown-menu {
		top: 55px;
	}
	.category-bg {
		text-align: center;
		float: left;
		width: 100%;
	}
	#form-language .btn-group ul.dropdown-menu.language-toggle {
		left: 0;
		right: auto;
	}
	.header-cart-toggle .table .text-center img {
		width: 60px;
	}
	.product-thumb {
		margin: 0 0 20px;
	}
	.bestseller-carousel.products-list {
		margin: 0;
	}
	.header-cart-toggle .table-striped tr .text-center.image {
		text-align: left;
	}
	.product-thumb .price, .product-thumb .price-new {
		font-size: 15px;
	}
	#top-links > ul .header-mail {
		float: left;
		width: 100%;
		text-align: center;
		padding: 5px 0 0 0;
	}
	#top-links > ul > li {
		padding: 4px;
	}
	#top-links > ul > li.header-mail::after {
		display: none;
	}
	#top-links > ul > li {
		float: none;
		position: relative;
	}
	#form-language .btn-group ul.dropdown-menu.language-toggle::before {
		left: 10px;
		right: auto;
	}
	.alert.alert-success.animated.fadeInDown{
		left: 0;
		right: 0 !important;
		margin: 0 auto!important;
	}
	#cart .dropdown-menu::after {
		right: 10px;
		top: -16px;
	}
	#cart .dropdown-menu::after, .user-info .dropdown ul::after {
		right: 25px;
		top: -13px;
	}
	#cart .dropdown-menu::after{
		right: 2px;
	}
	.user-info .dropdown ul::after {
		right: 0;
	}
	.header-cart-toggle .table .text-center img {
		width: 60px;
	}
	.ttspecial-latest {
		margin: 0 0 20px;
	}
	.product-thumb .image .button-group .btn-wishlist::after, .product-thumb .image .button-group .btn-compare::after, .product-thumb .image .button-group .btn-quickview::after {
		display: none;
	}
	#product-category .product-list.product-layout .product-thumb .button-group button, #product-category .product-layout.product-sort .product-thumb .button-group button {
		height: 36px;
		line-height: 36px;
		width: 36px;
	}
	#product-category .product-list.product-layout .product-thumb .button-group button.btn-cart, #product-category .product-layout.product-sort .product-thumb .button-group button.btn-cart{
		padding: 5px 0;
	}
	.product-list .button-group button.btn-cart span {
		display: none !important;
	}
	.bestseller-carousel.products-list .product-thumb .button-group button, .bestseller-carousel.products-list .product-thumb .button-group i {
		height: 32px;
		line-height: 32px;
		width: 32px;
	}
	.bestseller-carousel.products-list .product-thumb .button-group i {
		font-size: 16px;
	}
	.common-home .products-carousel .owl-wrapper-outer {
		padding: 0;
	}
	.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;
	}		
	.product-thumb .image {
		border: none;
	}
	.box-heading > h3, .title_block .ttblock-heading {
		font-size: 18px;
	}
	.product-thumb .thumb-description .caption .ttproducthover .btn-cart {
		padding: 0 11px;
	}
	.banner-panel img {
		display: inline-block;
		text-align: center;
	}
	.product-layout, .product-layouts {
		padding: 0 10px;
	}
    .related-carousel.products-list .owl-wrapper-outer{
		padding: 0;
	}
	.ttcat-main .TTProduct-Tab .tab-content, .recent-items.products-carousel, .bestseller-items.products-carousel, .ttproduct-main .TTProduct-Tab .tab-content, .category-products, .related-items.products-carousel {
		padding: 0 5px;
	}
	.TTProduct-Tab.TT-cat-carousel.products-list {
		margin: 0 0 5px;
	}
	.products-list, .list-products {
		margin: 0;
	}
	#column-left .banner-panel, #column-right .banner-panel {
		text-align: center;
	}
	.TTProduct-Tab .nav.nav-tabs li {
		float: left;
		width: 100%;
		text-align: center;
	}
	.product-layout.product-sort .product-thumb .rating, .product-layout.product-sort .product-thumb:hover .rating, .product-layout.product-sort .thumb-description .caption {
		text-align: center;
	}
	.product-layout.product-sort .product-description {
		text-align: center;
		margin: 0;
	}
	.product-layout.product-sort .product-thumb .product-price-and-shipping {
		width: 100%;
		float: left;
		text-align: center;
	}
	.product-layout.product-sort .product-thumb .price-new {
		float: none;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0;
	}
	.product-layout.product-sort .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
		float: none;
		width: auto;
		display: inline-block;
	}
	.product-layout.product-sort .product-thumb .button-group {
		float: none;
		display: inline-block;
		width: auto;
		vertical-align: top;
		margin: 0;
	}
	.product-list .product-thumb .image {
		display: inline-block;
		border: none;
		float: none;
		text-align: center;
		width: 100%;
	}
	.product-list .product-thumb .thumb-description .caption {
		text-align: center;
	}
	.product-list .product-thumb .thumb-description .price {
		float: none;
	}
	.product-list .product-thumb .thumb-description {
		width: 100%;
		text-align: center;
		padding: 0 5px;
		margin: 0;
	}
	.product-list .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
		float: none;
		width: auto;
		display: inline-block;
	}
	.product-list .product-thumb .button-group {
		float: none;
		display: inline-block;
		width: auto;
		vertical-align: top;
		height: auto;
		margin: 0;
	}
	.product-list .product-thumb .button-wrapper {
		text-align: center;
		float: none;
	}
	.product-list .product-thumb .rating, 
	.product-list .product-thumb:hover .rating {
		text-align: center;
	}
	.bestseller-carousel.products-list .product-thumb h4 {
		margin: 0px 0 4px;
		width: 80%;
	}
	.bestseller-carousel.products-list .product-thumb .rating {
		margin: 0 0 2px;
	}
	.bestseller-carousel.products-list .product-thumb .price {
		padding: 0 0 6px;
	}
	.bestseller-carousel.products-list .product-thumb .button-group {
		position: static;
	}
	.category-products .product-grid {
		width: 100%;
	}
	.header-bottom {
		margin: 5px 0;
	}
	.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;
	}
	.product-layout.product-sort .product-thumb .image::after {
		display: none;
	}
	.table {
		display: inline-block;
	}
	.table td {
		width: 100%;
	}
	.category-products .product-grid {
		width: 100%;
	}
	.product-images .additional-images-container {
		width: 240px;
		margin: 0 auto 10px;
	}
	.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;
	}
	footer .footer-column h5.toggle {
		font-size: 14px;
	}
	footer .footer-column h5.toggle::after {
		font-size: 16px;
	}
	.ttfooter .desc {
		width: 100%;
	}
	#information-sitemap .row > div {
	  width: 100%;
	}
	#content .category-list h3 {
		font-size:17px;
	}
	.category-products .product-thumb .image, .product-category .product-thumb .product-list-caption {
		float:left;
		width:100%;
		text-align: center;
		margin: 0 0 20px
	}
	.rating span.fa-stack, #review span.fa-stack {
		width: 12px;
	}
	.rating .fa-stack i, #review i {
		font-size: 14px;
	}
	.bestseller-carousel.products-list .product-thumb .percent{
		right: 5px;
	}
	.bestseller-carousel.products-list .product-thumb .rating {
		position: static;
	}
	.bestseller-carousel.products-list .product-thumb .sale-icon {
		left: 5px;
	}
	.bestseller-carousel.products-list .product-thumb .thumb-description {
		padding: 0 0 0 5px;
	}
	.product-list .product-thumb .thumb-description .caption .ttproducthover .btn-cart {
		margin: 0 0 5px;
	}
	.product-list .product-thumb .image::after {
		display: none;
	}
	.category-products .product-thumb .image, .product-category .product-thumb .product-list-caption {
		margin: 0;
	}
	.category-products .product-layout.product-grid .image {
		width: 100%;
		padding: 0;
	}
	.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;
		border: none;
	}
	.product-product .product-tabs .nav-tabs li {
		float: none;
		width: 100%;
		margin: 0;
	}
	.product-product .nav-tabs > li > a {
		margin: 0 0 5px;
		text-align: center;
		font-size: 13px;
		padding: 5px 0;
	}
	.product-product .nav-tabs > li::before {
		bottom: -3px;
	}
	.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%;
	}
	.table > tbody > tr > td, 
	.table > tbody > tr > th, 
	.table > tfoot > tr > td, 
	.table > tfoot > tr > th, 
	.table > thead > tr > td, 
	.table > thead > tr > th {
		padding: 8px 4px;
	}
	.product-quantity label, .product-quantity #input-quantity {
		margin: 0 7px 0 0;
	}
	.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
		height: 25px;
	}
	.product-details .btn.btn-default.product-btn-compare{
		margin: 0 0 8px;
	}
	#checkout-cart .pull-left {
	  float: none;
	  margin: 0 0 10px;
	  width: 100%;
	}
	#checkout-cart .pull-right {
	  float: none;
	  width: 100%;
	}
	footer .footer-top .footer-top-block.container {
	  padding: 0;
	}
	#goToTop {
		right: 20px;
		left: auto;
	}
	footer .footer-top::before {
		height: 165px;
	}
	.table.table-bordered {
		overflow: scroll;
		display: inline-block;
	}
	.product-layout.product-sort .product-thumb .thumb-description {
		padding: 0 10px;
		width: 100%;
		margin: 10px 0 5px;
	}
}
@media (max-width: 360px) {
	.category-products .product-layout.product-grid {
		width: 100%;
	}
}

/*---------------------------- Start TT - CMS Header services ----------------------------*/
#ttcmsheaderservice {
	float: left;
	padding: 13px 0;
	width: 100%;
	overflow: hidden;
}
#ttcmsheaderservice a {
	display: inline-block;
	vertical-align: top;
}
#ttcmsheaderservice .ttheader-service {
	color: #111;
	font: 500 13px/24px "Poppins", Helvetica, sans-serif;
	position: relative;
	text-transform: capitalize;
	float: left;
	width: 100%;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#ttcmsheaderservice .ttheader-service::before {
	content: "\e54e";
	cursor: pointer;
	float: none;
	font-family: "Material Icons";
	height: 24px;
	left: auto;
	font-size: 18px;
	margin: auto 0;
	color: #111;
	width: 30px;
	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;
	line-height: 24px;
	transform: rotateY(180deg);
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#ttcmsheaderservice .ttheader-service:hover::before {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@media (max-width: 991px) {
	#ttcmsheaderservice {
		float: none;
		padding: 8px 0 0;
	}
	#ttcmsheaderservice .ttheader-service {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}
/*---------------------------- End TT - CMS Header services ----------------------------*/
/* ---------------------- Start - TT CMS Banner ------------------------ */
.banner-container {
	float: left;
	margin: 0 0 40px;
	position: relative;
}
.banner {
	margin-bottom: 0;
	display: block;
}
.banner-container .banner > a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
}
.banner-container a img {
	max-width: 100%;
	height: auto;
	width: 100%;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	background: #f5f5f5;
}
.banner img {
	box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
}
.banner-container .banner > a::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,.2) none repeat scroll 0 0;
}
.banner-container .banner:hover > a::after {
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
@media (max-width: 991px) {
	.banner-container {
		margin: 0 0 30px;
	}
}
@media (max-width: 543px) {
	.banner-container {
		margin: 0 0 20px;
	}
}
/*---------------------------- End TT - CMS Banner ------------------------------*/
/* ------------------ Start TT - CMS Right banner block --------------------- */
#ttcmsrightbanner {
    float: right;
    position: relative;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner {
    float: left;
    width: 100%;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
	overflow:hidden;
	position:relative;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner .ttrightbanner-img img {
    max-width: 100%;
	width:100%;
	height:auto;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner .ttrightbanner-img a {
	display: block;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner .ttrightbanner-img a::after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner .ttrightbanner-img a::before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner .ttrightbanner-img:hover a::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner .ttrightbanner-img:hover a::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
#ttcmsrightbanner .ttrightbannerblock .ttrightbanner1.ttrightbanner, #ttcmsrightbanner .ttrightbannerblock .ttrightbanner3.ttrightbanner {
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner-right{
		padding-left: 10px;
	}
}
@media (max-width: 991px) {
	#ttcmsrightbanner {
		margin-bottom: 15px;
		float: left;
		width: 100%;
	}
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner1.ttrightbanner {
		margin: 0;
	}
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner1 {
		width: 50%;
		float: left;
		padding-right: 15px;
		margin: 0;
	}
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner2 {
		width: 50%;
		float: right;
		padding-left: 15px;
		margin: 0;
	}
}
@media (max-width: 543px) {
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner1, #ttcmsrightbanner .ttrightbannerblock .ttrightbanner2 {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner1.ttrightbanner {
		margin: 0 0 15px;
	}
	#ttcmsrightbanner .ttrightbannerblock {
		text-align: center;
	}
}
@media (max-width: 480px) {
    #ttcmsrightbanner {
		width: 100%;
		text-align: center;
	}
	#ttcmsrightbanner .ttrightbannerblock .ttrightbanner-right{
		padding: 0;
	}
}
/* ------------------ End TT - CMS Right banner block --------------------- */
/*------------ Start TT - CMS Top Offer css---------------*/
.offer-slider {
	float: right;
	width: 81%;
	padding-right: 0;
}
@media (max-width: 1400px) {
	.offer-slider {
		width: 80%;
	}
}
@media (max-width: 1299px) {
	.offer-slider {
		width: 77%;
	}
}
@media (max-width:991px) {
	.offer-slider {
		width: 100%;
		padding: 0;
	}
}
/*------------ End TT - CMS Top Offer css---------------*/
/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#left-column .tt-title::after,#right-column .tt-title::after{
	display:none;
}
#left-column #tttestimonial-carousel, #right-column #tttestimonial-carousel{
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px;
	width: 100%;
}
#left-column #ttcmstestimonial .tt-titletab,#right-column #ttcmstestimonial .tt-titletab{
	border:none;
	margin:0;
}	
#ttcmstestimonial {
	position: relative;
	width: 100%;
	padding: 0;
}
#ttcmstestimonial .tttesimonialinner, #ttcmstestimonial .tttestimonial-content{
	float: left;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
    float: left;
    text-align: center;
    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;
    -khtml-transition: all 400ms ease-in-out 0s;
    width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul {
	margin: 0;
	list-style: none;
	padding: 0 20px;
	float: left;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    display: table;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	float:left;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    float: left;
    width: 100%;
    height: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 0 0 10px;
    text-align: center;
    float: left;
    width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title h3 {
	color: #111;
	font: 600 15px/18px "poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0 0 5px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title h4 {
	color: #111;
	font: 600 15px/18px "poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0 0 5px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title h4 i {
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
    color: #111;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title .tttestimonial-subtitle {
	font: 400 13px/15px "poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title{
	float:left;
	text-align:left;
	margin:28px 0 28px 15px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc p {
    font: 400 13px/24px "poppins", Helvetica, sans-serif;
    color: #666;
    text-transform: capitalize;
    margin: 0;
	text-align:left;
}
#ttcmstestimonial .owl-pagination .owl-page {
    background: #111;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 10px;
    margin: 0 4px;
    vertical-align: middle;
    width: 10px;
    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;
}
#ttcmstestimonial .tt-carousel.owl-carousel .owl-nav {
    display: none;
}
#ttcmstestimonial .owl-pagination .owl-page.active {
    background: #f7505a;
    height: 12px;
    width: 12px;
}
#ttcmstestimonial .products-section-title {
	background: #ffde00 none repeat scroll 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #111;
	float: left;
	font: 700 16px/24px "poppins", Helvetica, sans-serif;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	text-transform: capitalize ;
	text-align: left;
	width: 100%;
}
#ttcmstestimonial .owl-dots {
	float: left;
	width: 100%;
	margin: 10px 0;
}
#ttcmstestimonial .owl-dots button.active {
	height: 10px;
	width: 10px;
	background: #262629;
	vertical-align: middle;
}
#ttcmstestimonial .owl-dots button {
	border: none;
	font-size: 0;
	height: 10px;
	width: 10px;
	background: #aaa;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px){
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title {
		margin: 18px 10px 18px;
		width: 40%;
	}
}
@media (max-width: 1600px) {
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title {
		float: left;
		text-align: left;
		margin: 10px 0 20px;
		width: 100%;
	}
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul {
		padding: 10px 0;
	}
	#ttcmstestimonial .owl-dots {
		margin: 10px 0 0;
	}
}
@media (max-width: 1599px) {
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title {
	margin: 8px 0 18px 5px;
	width: 100%;
}
}
@media (max-width: 1530px) {
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
		margin: 0;
	}
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title {
		margin: 0 0 8px;
		width: 100%;
		text-align: center;
	}
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc p {
		text-align: center;
	}
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
		float: none;
		margin: 0 auto 10px;
	}
}

@media (max-width: 767px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 0 10px;
    }
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
        width: 100%;
    }
}
@media (max-width: 543px) {
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner{
	padding:10px;
}
#ttcmstestimonial{
	margin:15px 0;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title {
	margin: 10px 0;
	width: 100%;
}
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ---------------------- Start TT - CMS Bottom Banner block --------------------------*/
.bottombanner-container {
	float: left;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
}
.bottombanner-container .bottombanner > a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
}
.bottombanner-container a img {
	max-width: 100%;
	height: auto;
	width: 100%;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	background: #f5f5f5;
}
.bottombanner-container .bottombanner > a::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,.2) none repeat scroll 0 0;
}
.bottombanner-container .bottombanner:hover > a::after {
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
@media (max-width: 767px) {
	.ttbottombanner1.ttbottombanner, .ttbottombanner2.ttbottombanner {
		padding: 0 10px;
	}
	.ttbottombannerblock.row {
		margin: 0 -10px;
	}
	#ttcmsbottombanner {
		margin: 0 0 20px;
	}
}
@media (max-width: 543px) {
	#ttcmsbottombanner {
		text-align: center;
		margin: 0 0 15px;
	}
	.bottombanner-container {
		margin: 0 0 20px;
	}
	#ttcmsbottombanner .ttcmsbottombanner .row .ttbanner.ttbanner-img1 {
		margin: 0 0 15px;
		width: 100%;
	}
	.bottombanner {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 0 15px;
	}
	.bottombanner:last-child{
		margin: 0;
	}
	#ttcmsbottombanner .ttcmsbottombanner .row .ttbanner.ttbanner-img2{
		width: 100%;
	}
	.ttbottombanner2.ttbottombanner {
		margin: 0;
	}
}
@media (max-width: 480px) {
	.ttbanner-img2.ttbanner {
		width: 100%;
	}
}
/* ---------------------- End TT - CMS Bottom Banner block  --------------------------*/
/* ---------------------- Start TT - CMS Sub Banner block  --------------------------*/
.subbanner-container {
	float: left;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
}
.subbanner-container .subbanner.subbanner-1 {
	width: 33.33333%;
}
.subbanner-container .subbanner.subbanner-2 {
	width: 66.66667%;
}
.subbanner-container .subbanner > a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
}
.subbanner-container a img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	width: 100%;
}
.subbanner-container .subbanner > a::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,.2) none repeat scroll 0 0;
}
.subbanner-container .subbanner:hover > a::after {
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
@media (max-width: 991px) {
	.subbanner-container {
		margin: 0 0 20px;
	}
}
@media (max-width: 767px) {
	.subbanner-container {
		margin: 0 0 10px;
	}
}
@media (max-width: 543px) {
	.subbanner-container .subbanner.subbanner-1, .subbanner-container .subbanner.subbanner-2 {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 0 15px;
	}
	.subbanner-container {
		text-align: center;
	}
	.subbanner-container .subbanner.subbanner-2{
		margin: 0 0 5px;
	}
}
/* ---------------------- End TT - CMS Sub Banner block  --------------------------*/
/*-------------------------------------Start TT-CMS Footer Services------------------------------*/
#ttcmstopfooterservice {
	width: 75%;
	padding: 60px 0 60px 40px;
	border-left: 1px solid #e4e4e4;
	float: right;
}
#ttcmstopfooterservice .ttservice {
	float: left;
	text-align: center;
	position: relative;
	width: 80%;
	padding: 0 30px;
}
#ttcmsfooterservice .ttcmsfooterservice .ttfooterservice .service-block-content {
  width: 100%;
  cursor:pointer;
}
#ttcmstopfooterservice .ttservice .icon {
	display: inline-block;
	float: left;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#ttcmstopfooterservice .ttservice .service-icon {
	float: left;
	height: 50px;
	width: 60px;
	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;
}
#ttcmstopfooterservice .ttservice:hover .service-icon {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg));
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
#ttcmstopfooterservice .ttservice .ttgift_img.service-icon {
	background: url("TemplateTrip/images/top-services-sprite.png") repeat scroll -5px -14px;
}
#ttcmstopfooterservice .ttservice .ttshipping_img.service-icon {
	background: url("TemplateTrip/images/top-services-sprite.png") repeat scroll -5px -205px;
}
#ttcmstopfooterservice .ttservice .ttsupport_img.service-icon {
	background: url("TemplateTrip/images/top-services-sprite.png") repeat scroll -5px -302px;
}
#ttcmstopfooterservice .ttservice .ttonline_img.service-icon {
	background: url("TemplateTrip/images/top-services-sprite.png") repeat scroll -5px -110px;
}
#ttcmstopfooterservice .ttservice .ttdisc_img.service-icon {
	background: url("TemplateTrip/images/top-services-sprite.png") repeat scroll -5px -392px;
}
#ttcmstopfooterservice .ttservice .ttglobal_img.service-icon {
	background: url("TemplateTrip/images/top-services-sprite.png") repeat scroll -5px -485px;
}
#ttcmstopfooterservice .ttservice .service-content {
	text-align: left;
	float: left;
	padding: 0;
	width: 100%;
}
#ttcmstopfooterservice .service-title {
	font: 500 15px/25px "Poppins", Helvetica, sans-serif;
	color: #111;
}
#ttcmstopfooterservice .service-desc {
	font: 400 13px/20px "Poppins", Helvetica, sans-serif;
	color: #777;
}
#ttcmstopfooterservice .ttservice::after {
	background: rgba(255,255,255,.04);
	content: "";
	height: 100%;
	left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	right: 0;
}
@media (max-width:1500px) {
	#ttcmsfooterservice .ttcmsfooterservice .ttfooterservice .service-block-content {
		padding: 0;
	}
}
@media (max-width:1199px) {	
	#ttcmsfooterservice .ttcmsfooterservice .ttfooterservice .service-block-content{
		float:left;
	}
	#ttcmstopfooterservice {
		width: 70%;
		padding: 50px 0 50px 40px;
	}
	#ttcmstopfooterservice .ttservice {
		width: 90%;
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#ttcmsfooterservice .ttcmsfooterservice .ttfooterservice .service-block-content.secure-payment {
        margin: 0 0 10px;
    }
    #ttcmsfooterservice .ttcmsfooterservice .ttfooterservice .service-block-content.easy-returns:after {
        border: none;
    }
}
@media (max-width:991px) {
	#ttcmsfooterservice .ttcmsfooterservice .ttfooterservice .service-block-content{
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: auto;
	}
	#ttcmsfooterservice {
		margin: 0;
		float: none;
		width: 70%;
		display: inline-block;
		vertical-align: top;
	}
	#ttcmstopfooterservice {
		width: 100%;
		border: none;
		padding: 30px 0;
	}
	#ttcmstopfooterservice .ttservice .icon {
		float: none;
	}
	#ttcmstopfooterservice .ttservice .service-content {
		text-align: center;
	}
	#ttcmstopfooterservice .ttservice {
		width: 100%;
	}
}
@media (max-width: 543px) {
	#ttcmstopfooterservice {
		padding: 20px 0;
	}
}
/*-------------------------------------Start TT-CMS Footer Services------------------------------*/
/*---------------- Start TT - Cms Offer Css -------------------*/
#ttcmsservices {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
#ttcmsservices .ttcmsserviceoffer {
	float: none;
	width: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#ttcmsservices .ttservice-content {
	float: left;
	width: auto;
	padding: 0 120px 0 0;
}
#ttcmsservices .offer-title {
	float: left;
	width: auto;
	font: 500 26px/30px "Poppins", Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0;
}
#ttcmsservices .offer-title1 {
	font: 600 26px/30px "Poppins", Helvetica, sans-serif;
}
#ttcmsservices .button {
	float: left;
	width: auto;
}
#ttcmsservices .button a {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 25px;
	text-transform: capitalize;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	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;
	background-color: #ffde00;
	color: #111;
	line-height: 24px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 500;
}
#ttcmsservices .button:hover a {
	background: #333;
	color: #fff;
}
@media (max-width: 767px) {
	#ttcmsservices .ttcmsserviceoffer {
		float: none;
		width: auto;
	}
	#ttcmsservices .ttservice-content {
		float: none;
		width: auto;
		padding: 0;
	}
	#ttcmsservices .button {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	#ttcmsservices .button a {
		padding: 7px 25px;
	}
	#ttcmsservices .offer-title {
		font-size: 20px;
		line-height: 22px;
		padding: 5px;
	}
	#ttcmsservices .offer-title1 {
		font-size: 22px;
	}
}
/*------------------------------------- Start Footer css Strat ------------------------------------*/
#ttcmsfooter {
	float: left;
	width: 100%;
	padding: 0 15px 0 0;
}
#ttcmsfooter .title_block {
	color: #111;
	cursor: pointer;
	font: 500 16px/22px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	padding: 0 0 20px;
	margin: 0;
}
#ttcmsfooter .ttfooter-desc {
	color: #888;
	float: none;
	margin: 0 auto;
	font: 500 13px/22px "Poppins", Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	width: 100%;
}
@media (max-width: 1501px) {
	#ttcmsfooter {
		padding: 0 15px;
	}
}
@media (max-width: 1199px) {
	#ttcmsfooter {
		padding: 0;
	}
}
@media (max-width: 991px) {
	#ttcmsfooter {
		padding: 0 10px;
		text-align: center;
	}
	#ttcmsfooter .title_block {
		padding: 0 0 10px;
	}
	#ttcmsfooter .title_block, #ttcmsfooter .ttfooter-desc {
		text-align: center;
	}
}
/*------------------------------------- Footer Bottom Social Links Strat ------------------------------------*/
	.follow-us h5 {
		display: none;
		cursor: pointer;
	}
	.follow-us ul {
		display: inline-block;
		margin: 0;
	}
	.follow-us {
		float: left;
		width: 100%;
		text-align: left;
	}
	footer .footer-column .follow-us .list-unstyled {
		list-style: none;
		margin: 0;
		float: left;
		width: 100%;
	}
	.follow-us ul.list-unstyled li {
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-khtml-border-radius: 50%;
		display: inline-block;
		margin: 0 3px;
		width: 30px;
		height: 30px;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	.follow-us ul.list-unstyled li.facebook a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -25px;
	}
	.follow-us ul.list-unstyled li.facebook a:hover::before {
		background-position: -105px -25px;
	}
	.follow-us ul.list-unstyled li.twitter a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -105px;
	}
	.follow-us ul.list-unstyled li.twitter a:hover::before {
		background-position: -105px -105px;
	}
	.follow-us ul.list-unstyled li.youtube a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -265px;
	}
	.follow-us ul.list-unstyled li.youtube a:hover::before {
		background-position: -105px -265px;
	}
	.follow-us ul.list-unstyled li.googleplus a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -345px;
	}
	.follow-us ul.list-unstyled li.googleplus a:hover::before {
		background-position: -105px -345px;
	}
	.follow-us ul.list-unstyled li.pinterest a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -425px;
	}
	.follow-us ul.list-unstyled li.pinterest a:hover::before {
		background-position: -105px -425px;
	}
	.follow-us ul li a {
		color: #222;
		padding: 0px 0;
		float: left;
		margin: 0;
		text-align: center;
		height: 100%;
		line-height: 30px;
		width: 30px;
	}
	.follow-us ul li a p {
		display: none;
	}
	.follow-us ul li a i {
		font-size: 15px;
		font-weight: 500;
		display: none;
	}
	@media (max-width: 991px) {
		footer .footer-column .follow-us .list-unstyled {
			float: none;
			display: block !important;
			vertical-align: top;
			width: auto;
			text-align: center;
		}
		.follow-us {
			text-align: center;
		}
	}
	@media (max-width: 767px) {
		.follow-us {
		  text-align: center;
		}
	}
/*------------------------------------- Footer Bottom Social Links End ----------------------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
		footer .contact-us, footer .contact-us ul {
			float: left;
			margin: 0;
			text-align: left;
			width: 100%;
		}
		footer .contact-us ul li span a {
			font: 400 13px/24px "Poppins", Helvetica, sans-serif;
		}
		footer .contact-us ul li .phone a {
			font: 600 20px/26px "Poppins", Helvetica, sans-serif;
			padding: 0 0 0 5px;
			color: #83a900;
		}
		footer .contact-us .data.contact i::before {
			color: #83a900;
			font-size: 20px;
		}
		footer .contact-us ul li i.fa.fa-phone {
			margin: 0;
		}
		footer .contact-us ul li {
			margin: 0 0 5px;
		}
		footer .contact-us ul li a::before {
		  	display: none;
		}
		.contact-us .data .contact-address {
			padding: 0 0 0 30px;
		}
		.contact-us .data {
		  	color: #888;
			font: 500 13px/24px "Poppins", Helvetica, sans-serif;
			position: relative;
		}
		footer .contact-us i:before {
			color: #888;
			font-size: 16px;
		}
		footer .contact-us ul li i {
			float: left;
			height: 25px;
			margin: 0 5px 0 0;
			padding: 3px 0;
			text-align: center;
			width: 25px;
			font-size: 18px;
		}
		footer .contact-us ul li.contact i {
			color: #83a900;
			font-size: 20px;
			margin: 0;
		}
		@media (max-width: 1199px) {
			.contact-us .data{
				font: 400 13px/22px "Poppins", Helvetica, sans-serif;
			}
			footer .contact-us ul li .phone a {
				font-size: 13px;
			}
			footer .contact-us .data.contact i::before {
				font-size: 16px;
				line-height: 20px;
			}
		}
		@media (max-width: 991px) {
			footer .contact-us, footer .contact-us ul {
				width: 100%;
			}
			footer .contact-us ul li .phone a {
				font-size: 14px;
			}
		}
/*---------------------------------------- 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; 
}	
.checkout-cart .panel-collapse .input-group .form-control {
	border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-webkit-border-radius: 25px 0 0 25px;
	-khtml-border-radius: 25px 0 0 25px;
}
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
.full-header.fixed {
	animation: 1s ease 0s normal both 1 running fixedmenu;
	border: medium none;
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #5b884a;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.full-header.fixed .main-category-list .tt-menu .ul-top-items {
	top: 67px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
	width: 255px;
	border: 2px solid #ffde00;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
}
.full-header.fixed .main-category-list .cat-menu {
	z-index: auto;
}
.full-header.fixed .user-info .dropdown ul, .header-bottom-block.fixed #cart .dropdown-menu {
	top: 60px;
}
.full-header.fixed .main-category-list {
	padding: 0;
	width: 60px;
	margin: 24px 30px 24px 0;
}
.full-header.fixed .main-category-list .cat-menu {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	padding: 4px;
	background: none;
}
.full-header.fixed .live-search{
	top: 43px;
}
.full-header.fixed .main-category-list .TT-panel-heading span {
	display: none;
}
.full-header.fixed .main-category-list .TT-panel-heading {
	padding: 11px 13px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	float: left;
	z-index: auto;
}
	@-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.fixed .main-category-list .menu-category .dropmenu {
	display: none;
}
#at15s .at-label {
	margin: 0 5px;
}