body,html {
	height: 100%;
}
html{
	overflow-x: hidden;
}
img {
	height: auto;
}
body {
	background: #f5f0ec url("TemplateTrip/images/bg-pattern.png") repeat scroll 0 0;
	color: #414141;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
}
body > .container {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", Helvetica, sans-serif;
	color: #333333;
}
/* default font size */
.fa {
	font-size: 13px;
	vertical-align: baseline;
}
.fa.fa-close {
	color: #666;
}
.fa.fa-close:hover {
	color: #fff;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #111;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 16px;
	padding: 7px 0px;
	color: #111;
}
small, .small {
	font-size: 13px;
}
label {
	font-size: 14px;
	font-weight: 400;
}
.checkbox label, .radio label {
	font-weight: 400;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
	color: #666;
	border: 1px solid #e9e2dd;
	margin: 0 0 5px;
	height: 42px;
	word-break: break-all;
}
.form-control:hover, .form-control:focus, .form-control:active {
	border: 1px solid #ccc !important;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control, .filter-show .filter-selection .form-control {
	background-color: #fff;
	margin: 0;
	border: 1px solid #e9e2dd;

}
.filter-sort-by .form-control{
	width: 167px;
	display: flex;
	padding-right: 25px;
}
.filter-show{
	margin-left: 25px;
}
.filter-show .filter-selection .form-control{
	width: 55px;
}
.filter-show .filter-selection .select-wrapper::after{
	right: 29px;
}
.filter-selection .select-wrapper::after{
	right: -17px;
}
.col-md-9.text-right.filter-selection .select-wrapper {
	position: relative;
	margin: 0 0 0 5px;
}
button, input, select, textarea{
	outline: none;
}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'Material Icons';
	content: '\e313';
	font-size: 17px;
	position: absolute;
	right: 5px;
	top: 12px;
	pointer-events: none;
}
#checkout-cart .input-group .form-control, #checkout-cart .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 1;
	position: static;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
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: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	outline: none;
}
.input-group .form-control {
	height: auto;
	padding: 7px 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
	position: relative;
}
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 #page::after, body.currency-open #page::after, body.language-open #page::after, body.cart-open #page::after, body.user-open #page::after, body.search-open #page::after, body.menu_hover2 #page::after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
#checkout-cart.container > .row {
	clear: both;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb_swap {
	left: auto;
	max-width: 100%;
	height: auto;
	position: absolute;
	opacity:0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}
a:active,
a:hover,
a:focus {
	color: #111;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}
#wishlist-total span {
	display: inline-block !important;
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
	list-style:none;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.tt-home .nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	margin: 0 0 15px;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.owl-carousel .owl-item {
	direction: ltr !important;
	list-style: none;
}
.nav-tabs > li {
	float: none;
	vertical-align:top;
	display:inline-block;
}
.tab-content {
	padding:15px 0;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.tab-content ul, .tab-content ol {
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
/* TTproduct tab*/
.ttproduct-main {
	float: left;
	position: relative;
	text-align: center;
	margin: 0 0 80px;
	width: 100%;
}
.ttproduct-main .container {
	position: relative;
}
.homebg-main {
	float: left;
	width: 100%;
}
.TTProduct-Tab .tab-content {
	border: none;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}
.TTProduct-Tab .nav-tabs > li {
	padding: 0;
	margin: 0 5px;
	position: relative;
}
.nav-tabs > li {
	display: inline-block;
	float: none;
	margin: 0 15px;
	padding: 5px 0;
	position: relative;
	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;
	vertical-align: top;
}
.TTProduct-Tab .nav-tabs > li > a {
	border: medium none;
	line-height: 32px;
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	z-index: 1;
}
.TTProduct-Tab .nav-tabs > li > a .tab-title {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	background: none;
	border: none;
	color: #111;
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
	margin: 0;
	outline: medium none;
	padding: 10px 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	letter-spacing: 1px;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
}
.TTProduct-Tab .nav-tabs > li:hover > a .tab-title,
.TTProduct-Tab .nav-tabs > li.active > a .tab-title {
	color: #111;
	background: #c1b197;
}
.TTProduct-Tab .nav-tabs > li.active > a {
	background: none;
	color: #fff;
	border: none;
}
.TTProduct-Tab .tab-box-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
}

.categoryslider-content {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
/*------------------------------------- Next-Prev Owl Button CSS Start ------------------------------------------*/
.owl-nav {
	display: inline-block;
	float: none;
	padding: 0;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	margin: 0;
	direction: ltr;
}
.products-carousel.owl-carousel .owl-nav button,
.tt-category-featured .owl-carousel .owl-nav button,
.ttblog-content.owl-carousel .owl-nav button {
	background: none;
	border: none;
	color: #414141;
	height: 40px;
	width: 70px;
	text-shadow: none;
	outline: none;
	font-size: 13px;
	line-height: 49px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin: auto;
	position: relative;
	direction: ltr;
}
.products-carousel.owl-carousel .owl-nav button span,
.tt-category-featured .owl-carousel .owl-nav button span,
.ttblog-content.owl-carousel .owl-nav button span {
	display: none;
}
.products-carousel.owl-carousel .owl-nav button.owl-next,
.tt-category-featured .owl-carousel .owl-nav button.owl-next,
.ttblog-content.owl-carousel .owl-nav button.owl-next {
	float: right;
	margin: 20px 0 0 10px;
}
.products-carousel.owl-carousel .owl-nav .owl-prev::before,
.tt-category-featured .owl-carousel .owl-nav button.owl-prev::before,
.ttblog-content.owl-carousel .owl-nav .owl-prev::before {
	background: none;
	font-size: 28px;
	line-height: 46px;
	color: #666;
	content: "\e5cb";
	font-family: "Material Icons";
	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;
	height: 30px;
	position: absolute;
	left: -17px;
	right: auto;
}
.products-carousel.owl-carousel .owl-nav .owl-next::after,
.tt-category-featured .owl-carousel .owl-nav button.owl-next::after,
.ttblog-content.owl-carousel .owl-nav .owl-next::after {
	font-size: 25px;
	line-height: 50px;
	color: #666;
	content: "\e5cc";
	font-family: "Material Icons";
	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;
	height: 30px;
	position: absolute;
	right: -10px;
	left: auto;
}
.products-carousel.owl-carousel .owl-nav .owl-prev:hover::before,
.products-carousel.owl-carousel .owl-nav .owl-next:hover:after,
.tt-category-featured .owl-carousel .owl-nav button.owl-prev:hover::before,
.tt-category-featured .owl-carousel .owl-nav button.owl-next:hover:after,
.ttblog-content.owl-carousel .owl-nav .owl-prev:hover::before,
.ttblog-content.owl-carousel .owl-nav .owl-next:hover:after {
	color: #111;
}
.owl-nav .owl-prev span {
	display: none;
}
.products-carousel.owl-carousel .owl-nav .owl-prev::after,
.tt-category-featured .owl-carousel .owl-nav .owl-prev::after,
.ttblog-content.owl-carousel .owl-nav .owl-prev::after {
	border-right: 1px solid #494655;
	content: "";
	height: 40px;
	position: absolute;
	right: -5px;
	top: 15px;
	transform: skewX(-50deg);
	-webkit-transform: skewX(-50deg);
	-moz-transform: skewX(-50deg);
	-o-transform: skewX(-50deg);
	-ms-transform: skewX(-50deg);
}

@media (max-width: 991px) {
	.products-carousel.owl-carousel .owl-nav button,
	.tt-category-featured .owl-carousel .owl-nav button,
	.ttblog-content.owl-carousel .owl-nav button {
		font-size: 12px;
		width: 70px;
	}
	.products-carousel.owl-carousel .owl-nav .owl-prev::before,
	.tt-category-featured .owl-carousel .owl-nav button.owl-prev::before,
	.ttblog-content.owl-carousel .owl-nav .owl-prev::before,
	.products-carousel.owl-carousel .owl-nav .owl-next::after,
	.tt-category-featured .owl-carousel .owl-nav button.owl-next::after,
	.ttblog-content.owl-carousel .owl-nav .owl-next::after {
		font-size: 46px;
	}
	.products-carousel.owl-carousel .owl-nav .owl-prev::before,
	.tt-category-featured .owl-carousel .owl-nav button.owl-prev::before,
	.ttblog-content.owl-carousel .owl-nav .owl-prev::before{
		left: -27px;
	}


	.products-carousel.owl-carousel .owl-nav .owl-prev::after,
	.tt-category-featured .owl-carousel .owl-nav .owl-prev::after,
	.ttblog-content.owl-carousel .owl-nav .owl-prev::after {
		height: 45px;
		top: 10px;
	}
}

.owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 5px 7px;
	background: #d3d3d3;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}

.owl-dots .owl-dot.active span {
	background-color: #393939;
	height: 6px;
	width: 22px;
	transition: .3s;
}
/*------------------------------------- Next-Prev Owl Button CSS End ------------------------------------------*/
.additional-images .owl-nav button.owl-prev, .additional-images .owl-nav button.owl-next {
	background: #fff;
	border: 1px solid #e9e2dd;
	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;
	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;
}
.additional-images .owl-nav button.owl-prev:hover, .additional-images .owl-nav button.owl-next:hover{
	background: #111;
	border-color: #111;
}
.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: 500;
	color: #555;
	padding: 0;
	content: "\e408";
	font-family: "Material Icons";
	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;
}
.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: #fff;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
/* div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
} */
.control-label>span>span{
	color: red;
}
.header-content-title {
	background: #e9e2dd;
	float: left;
	margin: 0px 0px 30px;
	padding: 0;
	width: 100%;
	position: relative;
}
.common-home .header-content-title {
	display: none;
}
.page-title-wrapper {
	float: left;
	width: 100%;
}
.page-title-wrapper .breadcrumb-wrapper {
	float: left;
	width: 100%;
}
.page-title-wrapper .page-title {
	color: #111;
	font: 500 15px/33px "Poppins", Helvetica, sans-serif;
	float: left;
	width: auto;
	margin: 0;
}
.page-title {
	color: #fff;
	font-size: 16px;
}
.page-title-wrapper .breadcrub {
	background: none;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 16px 0;
	position: relative;
}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {
	color: #111;
	font: 600 20px/25px "Poppins", Helvetica, sans-serif;
}
.checkout-success #content p > a, .account-success #content p > a {
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.account-order-info #page .header-content-title h2, .account-address-edit #page .header-content-title h2 {
	color: #111;
	font: 600 18px/34px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	float: left;
	width: auto;
	text-align: center;
	margin: 0;
}
#account-order h3 {
	color: #111;
	font-size: 16px;
	font-weight: 600;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
#top {
	float: left;
	width: 100%;
	max-width: 100%;
	background: #82052d none repeat scroll 0 0;
}
.header-top-left {
	float: left;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 37px 0;
}
.header-top-right {
	float: right;
	width: auto;
}
.header-top-left .pull-left {
	margin: 0 20px 0 0;
}
.container.fixed .full-header .header-right {
	margin: 15px 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: #666;
	font-size: 14px;
	text-align: left;
	height: auto;
}
#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
	background-color: #509ac8;
	color: #FFFFFF;
}
#top-links > ul > li {
	position: relative;
	float: left;
	padding: 0;
	text-align: center;
}
#top-links > ul > li:last-child {
	padding-right: 0;
}
#top .btn-link, #top-links li, #top-links a {
	color: #666;
	text-align: left;
	font: 400 13px/26px "Poppins", Helvetica, sans-serif;
}
.ttlanguage .pull-left, .ttcurrency .pull-left {
	width: 100%;
}
.btn-group {
	float: left;
	width: 100%;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
#top ul.dropdown-menu .btn-link {
	padding: 0px;
	line-height:24px;
	color:#666;
	text-transform: capitalize;
}
#top-links .header_user_info ul.dropdown-menu {
	padding: 15px;
	text-transform: capitalize;
	min-width: 180px;
	position: absolute;
	top: 86px;
	right: 0;
	left: auto;
	background: #fff;
	border: 1px solid #e9e2dd;
	border-bottom: 3px solid #545a3e;
}
#top #form-currency .currency-select:hover,
#top ul > li > .language-select:hover {
	color: #000;
}
#top-links > li:first-child {
	padding-left: 0px;
}
#top-links > li:last-child {
	padding-right: 0px;
}
#top .btn-link:hover,
#top-links a:hover {
	color: #111;
}
#top-links .dropdown-menu a:hover {
	color: #111;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	font-weight:500;
	color: #111;
}
#top-links > ul {
	float: left;
	width: 100%;
	padding: 35px 0;
	margin: 0;
}
#top-links a + a {
	margin-left: 0px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .account-link-toggle a i.fa {
	padding: 0;
	font-weight: 500;
}
#top-links .header_user_info ul.dropdown-menu li a{
	padding:0;
}
.header_user_info ul.dropdown-menu li > a > i {
	float: left;
	font-size: 18px;
	padding: 0 5px 0 0;
	line-height: 26px;
}
.header-phone > span {
	color: #fff;
	font: 400 14px/24px "Poppins", Helvetica, sans-serif;
	position: relative;
	padding: 0 0 0 30px;
}
#top .btn-group.open .btn.btn-link.dropdown-toggle:hover,
#top .btn-group.open .btn.btn-link.dropdown-toggle:focus,
#top-links .list-inline > li.account-nav:hover > a,#top-links .list-inline > li.account-nav > a:focus,#top .btn-group.open .btn.btn-link.dropdown-toggle:hover::after, #top-links .dropdown.open > a:hover::after,#top .btn-group.open .btn.btn-link.dropdown-toggle:focus::after, #top-links .dropdown.open > a:focus::after {
	color: #ffffff;
}
#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
	color: #111;
	background:none;
}
.header_user_info .dropdown-toggle > i {
	float: left;
	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;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}
.header_user_info .dropdown-toggle:hover > i.user,
.header_user_info.open .dropdown-toggle > i.user {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.header_user_info .dropdown-toggle > span.ttuserheading {
	float: left;
	font: 500 16px/26px 'Poppins', cursive ,sans-serif;
	padding: 0 5px;
	display: none;
}
.header_user_info .dropdown-toggle > i.expand-more,
.header_user_info .dropdown-toggle > i.expand-less {
	font-size: 15px;
	line-height: 26px;
	display: none;
}
.header_user_info .dropdown-toggle > i.expand-less,
.header_user_info.open .dropdown-toggle > i.expand-more {
	display: none;
}
#top-links > ul > li.wishlist {
	margin: 10px 0 0;
}
#top-links > ul > li.wishlist a i {
	color: #ffffff;
	font-size: 22px;
	line-height: 24px;
	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;
}
#top-links > ul > li.wishlist a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
#top-links > ul > li.wishlist a .wishlist-total {
	background: #c1b197;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: inline-block;
	height: 16px;
	line-height: 14px;
	text-align: center;
	width: 16px;
	color: white;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: -4px;
}
/* --------------------------------- search Start------------------------------------------------------------*/
.ttsearch {
	display: inline-block;
	float: none;
	position: relative;
	vertical-align: top;
}
.ttsearch_button {
	float: left;
	width: 100%;
}
#search .ttsearch_button .icon-search {
	color: #ffffff;
	float: left;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	position: relative;
	transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
	-webkit-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
	-moz-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
	-o-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
	-ms-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
	width: 50px;
}
#search .ttsearch_button .icon-close {
	color: #ffffff;
	display: none;
	float: left;
	font-size: 26px;
	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;
}
#search .ttsearch_button:hover .icon-search {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#search.active .ttsearch_button .icon-search {
	display: none;
}
#search.active .ttsearch_button .icon-close {
	display: block;
}
.ttsearchtoggle {
	display: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 86px;
	width: 320px;
	z-index: 99;
}
.ttsearchtoggle .input-group-btn {
	float: right;
}
#search {
	cursor: pointer;
	float: left;
}
#search .select-wrapper {
	max-width: 160px;
}
#search .select-wrapper select {
	height: 40px;
	margin: 0 -1px 0 0;
}
#search .select-wrapper::after {
	padding: 3px;
}
#search .input-lg {
	float: right;
	height: 46px;
	line-height: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	padding: 5px 35px 5px 10px;
	width: 100%;
	color: #000;
	font-weight: 400;
	font-size: 13px;
	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;
	letter-spacing: 1px;
	border: 1px solid #e9e2dd;
	border-bottom: 3px solid #545a3e !important;
	background: #ffffff;
}
#search .form-control::-moz-placeholder {
	color: #666;
	text-indent: 0.625rem;
}
#search .form-control {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#search .btn-lg {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	padding: 0;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	position: absolute;
	left: auto;
	right: 5px;
	top: -38px;
	left: auto;
	z-index: 9999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
#search .btn-lg .material-icons.icon-search {
	line-height: 24px;
	font-size: 22px;
}
#search .btn-lg:hover {
	color: #111111;
}
#search .btn-lg::before {
	display: none;
}
@media (max-width: 991px) {
	#search .ttsearch_button .icon-search,
	#search .ttsearch_button .icon-close {
		color: #111111;
	}
	.ttsearchtoggle {
		top: 70px;
	}
}
@media (max-width: 767px) {
	#search .input-lg {
		background: #fff;
	}
}
@media (max-width: 543px) {
	.ttsearchtoggle {
		left: auto;
		right: 0;
		width: 300px;
	}
}
@media (max-width: 480px) {
	#search .ttsearch_button .icon-search,
	#search .ttsearch_button .icon-close {
		font-size: 22px;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.ttsearchtoggle {
		top: 55px;
		right: -85px;
	}
}
/*--------------------------------------------- Search End --------------------------------------------------------*/

/* ------------------------------------ ajex search CSS Start -----------------------------------*/
.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding:10px;
	margin-top: 45px;
	background-color: #FFF;
	border: 1px solid #e9e2dd;
	left: 0;
	display: none;
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.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: 100%;
}
.live-search ul li a{
	display: block;
	float: left;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}
.live-search ul li:hover a {
	background: #f5f5f5;
}
.live-search ul li .product-image {
	border: 2px solid #e9e2dd;
	float: left;
	padding: 0;
	width: auto;
	margin: 0;
}
.live-search ul li .product-name p{
	color: #555555;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0 0;
}
.live-search ul li .search-description {
	float: left;
	text-align: left;
	padding: 2px 0 2px 8px;
}
.live-search ul li .product-name {
	padding: 0;
	font: 500 14px/18px "Poppins", Helvetica, sans-serif;
	color: #555;
	margin: 0 0 6px;
}
.live-search ul li .product-price {
	color: #8d1127;
	font: 700 16px/22px "Poppins", Helvetica, sans-serif;
}
.live-search ul li .product-price .price {
	display: block;
	color: #545a3e;
	font: 700 14px/24px "Poppins", Helvetica, sans-serif;
	float: left;
	width: auto;
	margin: 0 5px 0 0;
}
.live-search ul li .product-price .special {
	display: block;
	color: #666;
	text-decoration: line-through;
	font: 700 13px/22px "Poppins", Helvetica, sans-serif;
	float: left;
	width: auto;
}
.live-search .result-text{
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 8px 0;
	text-transform: capitalize;
	width: 100%;
}
.live-search .view-all-results:hover {
	color: #000000;
}
.live-search .view-all-results {
	color: #333;
}
.live-search .product-image img {
	width: auto;
	max-width: 100%;
}
.live-search .result-text:hover{
	background: #f5f5f5;
}
#top-links .live-search .result-text:hover a {
	color: #000;
}
@media (max-width: 1199px) {
	.live-search ul li {
		width: 100%;
	}
}
@media (max-width: 481px) {
	.live-search ul li .product-image {
		width: auto;
	}
}
/* ------------------------------------ ajex search CSS end -----------------------------------*/
#top-links .list-inline > li.account-nav > a {
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	width: 100%;
}
.ttlanguage .btn-group > ul, .ttcurrency .btn-group > ul {
	clear: both;
	float: left;
	padding: 7px 0 0;
	width: 100%;
	list-style: none;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
	color: #000;
	text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none;
}
#form-currency .btn-link, #form-language .btn-link img {
	margin: 0 5px 0 0;
}
#form-currency .btn-link, #form-language .btn-link {
	color: #666;
	display: block;
	float: left;
	font: 400 13px/22px "Poppins", Helvetica, sans-serif;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
	letter-spacing: 1px;
}
#form-currency .btn-link:hover,
#form-currency .btn-link.selected,
#form-language .btn-link:hover,
#form-language .btn-link.selected {
	color: #111;
}
#form-language .btn-group > .btn-link, #form-currency .btn-group > .btn-link {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e2dd;
	color: #111;
	font: 600 14px/35px "Poppins", Helvetica, sans-serif;
	text-align: left;
}
#form-language .btn-link span, #form-currency .btn-link span {
	color: #111;
	display: inline-block !important;
	font: 600 13px/18px "Poppins", Helvetica, sans-serif;
	margin:0;
}
#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
	padding: 0 10px;
}

/* header user info End*/
.header {
	background: #19191b;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 9;
}
.header-top-cms {
	float: left;
	width: 100%;
	z-index: 3;
	position: relative;
}
.full-header {
	float: left;
	text-align: center;
	width: 100%;
}
.full-header > .container {
	padding: 0;
	width: 1380px;
	position: relative;
}
.headerservice-close .header .full-header {
	top: 0;
}
/* logo */
#logo {
	float: left;
	width: 195px;
	padding: 31px 0 30px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
/* #logo::after {
	content: '';
	position: absolute;
	z-index: 0;
	border-left: 59px solid #c1b197;
	border-right: 0 solid #c1b197;
	border-bottom: 122px solid transparent;
	bottom: 0;
	top: 0;
	right: -58px;
}
#logo::before {
	content: '';
	position: absolute;
	z-index: 0;
	border-right: 60px solid #c1b197;
	border-left: 0 solid #c1b197;
	border-top: 121px solid transparent;
	bottom: 0;
	top: 0;
	left: -60px;
} */
#logo img{
	height:auto;
	width:auto;
}
.header-right {
	float: left;
	padding: 0;
}
.header-left {
	position: absolute;
	left: 90px;
	width: auto;
}
header {
	float:left;
	position: relative;
	width: 100%;
	z-index: 3;
}
.header-middle {
	float: left;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}
/* 2 Level Sub Categories END */
/* content */
.checkout-cart #content{
	margin:0 0 50px;
}
.account-register #content{
	margin:0 0 20px;
}
#content {
	min-height: 600px;
}
.common-home #content {
	position: relative;
	padding: 0px;
}
/* ---------------------------------------------------- cart CSS Start ------------------------------------------------- */
#cart {
	float: right;
	position: relative;
	width: auto;
	z-index: 2;
}
#cart > .btn {
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 50px;
	border: none;
	float: left;
	position: relative;
	background: none;
	width: 100%;
}
#cart > button > i.shopping-cart {
	color: #fff;
	float: left;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	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;
	width: 50px;
	margin: auto;
}
#cart > button:hover > 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.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
.ttcart #cart #cart-total {
	background: #c1b197;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: inline-block;
	height: 16px;
	width: 16px;
	z-index: 1;
	color: #111;
	font: 500 12px/14px "Oswald",Helvetica,sans-serif;
	position: absolute;
	left: auto;
	right: -2px;
	top: 18px;
	bottom: auto;
	margin: auto;
}
.cart-heading {
	color: #111;
	font: 600 16px/20px "Poppins",Helvetica,sans-serif;
	float: right;
	letter-spacing: 1px;
	display: none;
}
#cart .dropdown-menu {
	border: 1px solid #e9e2dd;
	border-bottom: 3px solid #545a3e;
	min-width: 300px;
	padding: 15px 10px;
	top: 86px;
	left: auto;
	z-index: 1001;
	display: none;
	right: 0;
}
#cart .dropdown-menu p {
	margin: 0;
}
#cart .dropdown-menu .cart-btn {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	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;
	float: right;
	text-align: center;
	position: absolute;
	left: 30px;
	right: auto;
	color: #000;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	font-size: 16PX;
	padding: 0px;
	width: 22px;
	height: 22px;
	line-height: 23px;
	top: 40px;
}
#cart .dropdown-menu .cart-btn i {
	font-size: 18PX;
	padding: 0px;
	width: 22px;
	height: 22px;
	line-height: 24px;
	font-weight: 500;
}
#cart .dropdown-menu .cart-btn:hover {
	color: #000;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
#cart .dropdown-menu li.cart-product {
	max-height: 400px;
	overflow-y: auto;
	float: left;
	width: 100%;
	min-height: 50px;
	overflow-x: visible;
	max-width: 300px;
}
#cart .dropdown-menu li {
	float: left;
	width: 100%;
}
#cart .dropdown-menu li.cart-product::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
#cart .dropdown-menu li.cart-product::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#cart .dropdown-menu li.cart-product::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#cart .dropdown-menu .btn.btn-danger {
	height: auto;
	padding: 0px;
}
#cart .dropdown-menu .btn.btn-danger i {
	font-size: 16px;
	padding: 0 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li.cart-product {
	max-height: 400px;
	overflow-y: auto;
	float: left;
	width: 100%;
	min-height: 50px;
	overflow-x: visible;
	max-width: 350px;
}
#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: #FFF;
	border: none;
	color: #222;
}
#cart .header-cart-toggle .text-right > strong {
	color: #666;
	font-size: 13px;
	font-weight: 400;
}
#cart .dropdown-menu li p a:first-child{
	background: #545a3e;
	color: #fff;
	width: 48%;
	float: left;
}
#cart .dropdown-menu li p a:first-child:hover,
#cart .dropdown-menu li p a:first-child:focus {
	background: #c1b197;
	color: #111;
}
#cart .dropdown-menu li p a {
	background: #c1b197;
	border: none;
	color: #111;
	float: right;
	font: 500 13px/24px "Poppins", Helvetica, sans-serif;
	padding: 8px;
	width: 48%;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	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;
}
#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
	background: #545a3e;
	color: #fff;
}
.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: none;
	padding: 5px;
}
.header-cart-toggle .table.table-bordered tr:first-child td{
	padding-top: 10px !important;
	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: none;
	padding: 1px 0;
	text-align: left;
}
#cart .header-cart-toggle .text-left.name > a {
	color: #222;
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
}
#cart .header-cart-toggle .text-left.name > a:hover {
	color: #000;
}
#cart .header-cart-toggle .table > tbody > tr > td.text-right.amount {
	color: #111;
	text-align: right;
	font: 500 14px/18px "Oswald",Helvetica,sans-serif;
	white-space: nowrap;
	padding: 8px 7px !important;
}
.header-cart-toggle .table .text-center img {
	max-width: none;
	border: 2px solid #e9e2dd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#cart .header-cart-toggle .text-right.price-total {
	color: #111;
	text-align: right;
	font: 500 14px/18px "Oswald",Helvetica,sans-serif;
	white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
	color: #111;
	font: 500 14px/18px "Oswald",Helvetica,sans-serif;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
#cart .header-cart-toggle .table.table-bordered {
	border-top: 1px solid #e9e2dd;
	border-bottom: 1px solid #e9e2dd;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
}
#cart .header-cart-toggle .table > tbody > tr > td {
	border-color: #ebebeb;
	padding:8px 8px !important;
}
#cart .header-cart-toggle .table > tbody > tr > td.text-center.button, #cart .header-cart-toggle .table > tbody > tr > td.text-right {
	padding: 8px 0 !important;
}
#cart .header-cart-toggle .table.table-bordered tbody tr .text-right {
	padding: 8px 0 0 !important;
}
#cart .header-cart-toggle .table.table-bordered tbody tr:last-child .text-right {
	padding: 8px 0 !important;
}
#cart .header-cart-toggle li:first-child tr:first-child td {
	border: 0 none;
	padding: 5px 4px 10px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 14px;
	padding: 4px;
	color:#666;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}
#cart .table.table-striped tr {
	background: none;
}
#cart .header-cart-toggle .table > tbody > tr > td.image{
	padding: 10px 0!important;
}
.table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 10px!important;
}
#cart .header-cart-toggle .table > tbody > tr:first-child > td {
	border-top: none;
	min-width: 20px;
}
.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;
}
/*--------------------------- Start Slider --------------------------*/

#top_column #carousel.homeslider .ttloading-bg {
	background: #fff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
@media (max-width: 543px) {
	.homeslider .carousel-control .icon-prev,
	.homeslider .carousel-control .icon-next {
		float: left;
		width: 100%;
		height: 100%;
		position: static;
		margin: 0;
	}
}
/*--------------------------- End Slider --------------------------*/
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.common-home #page {
	float: left;
	width: 100%;
}
.content-top {
	float: left;
	width: 100%;
}
.slideshow-panel .item > img {
	width: 100%;
}
.swiper-wrapper {
	direction: ltr !important;
}
.slideshow-panel {
	float: left;
	position: relative;
	margin: 0 0 80px;
	width: 100%;
	padding: 0;
}
.slideshow-panel::after {
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center bottom;
	top: auto;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom: -1px;
	z-index: 1;
}
.slideshow-panel .swiper-viewport {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	background:none;
}
.slideshow-panel .ttloader {
	background: #fff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
	background-attachment: scroll;
	-webkit-background-position: center center;
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 999999;
}
.slideshow-panel img {
	width: 100%;
}
.slideshow-panel .swiper-container .swiper-pagination {
	position: absolute;
	bottom: 55px;
	right: 0;
	left: 0;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}
.slideshow-panel .swiper-container .swiper-pagination-bullet{
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	margin: 0 5px;
	opacity: 1;
	width: 18px;
	height: 18px;
	background: none;
	border: 2px solid #c1b197;
}
.slideshow-panel .swiper-pagination-bullet-active,
.slideshow-panel .swiper-container .swiper-pagination-bullet:hover {
	background: #c1b197 !important;
}
.slideshow-panel .swiper-container .swiper-pager {
	position: static;
	line-height: normal;
}
.slideshow-panel .swiper-container .swiper-pager div {
	margin: auto;
	top: 0;
	bottom: 0;
	text-align: center;
	text-shadow: none;
	background: none;
	border: 2px solid #fff;
	cursor: pointer;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	height: 55px;
	width: 55px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	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;
	overflow: hidden;
	z-index: 1;
}
.slideshow-panel .swiper-container .swiper-pager div.swiper-button-prev {
	left: 70px;
	right: auto;
	opacity: 0;
}
.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-prev {
	left: 50px;
	opacity:1;
}
.slideshow-panel .swiper-container .swiper-pager div.swiper-button-next {
	right: 70px;
	left: auto;
	opacity:0;
}
.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-next {
	right: 50px;
	opacity:1;
}
.slideshow-panel .swiper-container .swiper-pager div::after {
	background: #111;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	content: "";
	width: 100%;
	left: 0;
	transition: all 0.3s ease 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;
	position: absolute;
	height: 0;
	z-index: -1;
}
.slideshow-panel .swiper-container .swiper-pager div:hover::after {
	height: 100%;
}
.slideshow-panel .swiper-button-prev::before,
.slideshow-panel .swiper-button-next::before {
	display: none;
}
.slideshow-panel .swiper-container .swiper-pager div .material-icons {
	color: #ffffff;
	font-size: 24px;
	line-height: 52px;
	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;
}
.slideshow-panel .swiper-container .swiper-pager div:hover .material-icons {
	color: #fff;
}
@media (max-width: 1199px) {
	.slideshow-panel {
		margin: 0 0 50px;
	}
}
@media (max-width: 991px) {
	.slideshow-panel {
		margin: 0 0 20px;
	}
	.slideshow-panel .swiper-container .swiper-pager div{
		width:40px;
		height:40px;
	}
	.slideshow-panel .swiper-container .swiper-pager div .material-icons{
		font-size: 22px;
		line-height: 38px;
	}

}
@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 .swiper-pager div.swiper-button-prev, .slideshow-panel .swiper-container .swiper-pager div.swiper-button-next{
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.slideshow-panel .swiper-container .swiper-pager div.swiper-button-prev{
		left: 20px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-prev {
		left: 20px;
	}
	.slideshow-panel .swiper-container .swiper-pager div.swiper-button-next{
		right: 20px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-next {
		right: 20px;
	}
}
@media (max-width: 480px) {
	.slideshow-panel::after {
		background-position: center -119px;
		height: 10px;
	}
	.slideshow-panel .swiper-container .swiper-pager div,
	.slideshow-panel .swiper-container .swiper-pager div:hover{
		background: none;
		border: none;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.slideshow-panel .swiper-container .swiper-pager div::after {
		display: none;
	}
	.slideshow-panel .swiper-container .swiper-pager div:hover .material-icons{
		color: #545a3e;
	}
	.slideshow-panel .swiper-container .swiper-pager div .material-icons {
		font-size: 26px;
		line-height: 32px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
		font-size: 14px;
	}
	.slideshow-panel .swiper-container .swiper-pager div.swiper-button-prev {
		left: 5px;
		right: auto;
	}
	.slideshow-panel .swiper-container .swiper-pager div.swiper-button-next {
		right: 5px;
		left: auto;
	}
	.slideshow-panel .swiper-container .swiper-pagination{
		bottom: 10px;
	}
	.slideshow-panel .swiper-container .swiper-pagination-bullet {
		height: 15px;
		width: 15px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-prev{
		left:5px;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-next{
		right:5px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before {
		left: -2px;
		top: -3px;
		right: auto;
	}
	.slideshow-panel .swiper-pager .swiper-button-next::before {
		left: auto;
		right: -3px;
		top: -2px;
	}
	.slideshow-panel .swiper-container .swiper-pager {
		bottom: 0;
		line-height: 20px;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/

/* Banners Carousel Stylesheet */
.banner-panel .owl-buttons {
	display: none;
}
.banner-panel .owl-buttons > div {
	font-size: 0px;
}
.banner-panel .owl-prev:after,
.banner-panel .owl-next:after {
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 22px;
	width: 22px;
	height: 26px;
	padding: 2px;
	text-align: center;
	float: left;
}
.banner-panel .owl-prev:after {
	content: '\e5cb';
}
.banner-panel .owl-next:after {
	content: '\e5cc';
}
/* OWL Slider Bullets Stylesheet */
.products-list .thumb-items { margin-bottom: 10px; }
.products-list .thumb-items:first-child { padding-left: 0px; }
.products-list .thumb-items:last-child { padding-right: 0px; }
.products-list .thumb-items .product-thumb { margin: 0px; }
/* ------------------------ Satrt custom navigation ------------------------- */

.customNavigation {
	float:none;
	position:static;
	width:auto;
	display:inline-block;
	vertical-align:top;
	margin: 20px 0 0 0;
}
.customNavigation a {
	float:none;
	display:inline-block;
	vertical-align:top;
	font-size:0;
	border:1px solid #e9e2dd;
	color:#666;
	position:relative;
	width:30px;
	height:30px;
	padding: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;
}
.customNavigation a.prev {
	margin:0 4px 0 0;
	padding:0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.customNavigation a.prev i, .customNavigation a.next i {
	font-size: 20px;
	line-height: 28px;
	width: 30px;
}
.customNavigation a.next {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.customNavigation a.prev::before {
	border-top:1px solid #e9e2dd;
	content:"";
	float:left;
	height:1px;
	left:-61px;
	position:absolute;
	text-align:left;
	top:10px;
	width:60px
}
.customNavigation a.prev::after {
	border-bottom:1px solid #e9e2dd;
	content:"";
	height:1px;
	left:-41px;
	position:absolute;
	top:15px;
	width:40px
}
.customNavigation a.next::after {
	border-bottom:1px solid #e9e2dd;
	content:"";
	height:1px;
	position:absolute;
	right:-41px;
	top:15px;
	width:40px
}
.customNavigation a.next::before {
	border-top:1px solid #e9e2dd;
	content:"";
	height:1px;
	position:absolute;
	right:-61px;
	top:10px;
	width:60px
}
.customNavigation a:hover {
	border-color: #c1b197;
	background-color: #c1b197;
	color: #fff;
}
.customNavigation a:hover.prev {
	background-position: -69px -354px;
}
.customNavigation a:hover.next {
	background-position: -11px -386px;
}

/* ------------------------ End custom navigation ------------------------- */
body #page::after{
	background: rgba(0,0,0,0.3);
	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.user-open #page::after, body.search-open #page::after, body.menu_hover #page::after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
/* Home Page */
/* Category Page */
.tt-header-content .header-content-image > img
{
	display: block;
	height: auto;
	max-width: 100%;
}
.header-content-image {
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.tt-header-content.container {
	position: relative;
}
#content h2.category-name {
	margin-top: 0px;
}
#column-left .left-right-inner > div, #column-right .left-right-inner > div {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
#column-left .left-right-inner > div:last-child, #column-right .left-right-inner > div:last-child {
	margin: 0;
}

#column-left .left-right-inner > div, #column-right .left-right-inner > div {
	border: 1px solid #e9e2dd;
	float: left;
	width: 100%;
	padding: 20px;
	margin: 0 0 20px;
	background: #fff none repeat scroll 0 0;
}
#column-left .left-right-inner  .swiper-viewport, #column-right .left-right-inner  .swiper-viewport {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border: none;
	border: none;
}

#column-left  .customNavigation,
#column-right  .customNavigation {
	display: none;
}
.category-list ul {
	padding: 0px;
}
.category-list ul li {
	margin-right: 5px;
	display: inline-block;
	list-style: none;
	text-align: center;
	width: auto;
}
.subcategory-image {
	clear: both;
}
.subcategory-image > a {
	background: #fff;
	border: 1px solid #e9e2dd;
	display: block;
	padding: 6px;
}
.category-list li a {
	color: #666;
	font: 500 13px/18px 'Poppins', sans-serif;
}
.category-list ul li:hover .subcategory-image > a {
	border: 2px solid #111;
	color: #000;
	padding: 5px;
}
.subcategory-image img {
	max-width: 100%;
}
.category-list ul li:hover a{
	color:#111;
}
.category-list h5 {
	float: left;
	color: #666;
	font: 500 13px/18px 'Poppins', sans-serif;
	text-align: center;
	width: 100%;
}
.category-filter label {
	background: none;
	border: none;
	color: #666;
	font: 500 14px/22px "Poppins", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
	width: auto;
}
.category-compare {
	margin: 10px 0;
	float:left;
	width:100%;
	font-size: 14px;
	line-height: 18px;
}
.category-compare #compare-total {
	color: #666;
}
.category-compare #compare-total:hover {
	color: #111;
}
.product-special p.category-compare, #product-manufacturer .category-compare {
	margin: 0;
}
.product-category .category-products {
	float: left;
	width: 100%;
}
.category-treeview ul { margin: 0px; float:left; width: 100%; }
.category-treeview li { position: relative; list-style: none; clear: both; }

.category-treeview li.category-li .list-tree::before {
	content: "\e5cf";
	font-family: "Material Icons";
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	position: absolute;
	cursor: pointer;
	padding: 3px 0;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.category-treeview li.category-li.active .list-tree:before {
	content: "\e5ce";
	color: #111111;
}
.category-treeview li.category-li:hover .list-tree::before {
	color: #111;
}
.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	display: inline-block;
	float: none;
	width: 14px;
	height: 18px;
	vertical-align: middle;
}
.rating .fa-stack i, #review i {
	color: #acacac;
	font-size: 16px;
	width: 14px;
}
.rating .fa-stack i.star_on, #review i.star_on {
	color: #ffbf34;
}
.product-layout.product-grid .product-thumb,
.product-layout.product-grid1 .product-thumb,
.product-layout.product-grid2 .product-thumb,
.product-layout.product-list .product-thumb,
.product-sort .product-thumb {
	margin: 0;
	margin-bottom: 30px;
}
.product-layout.product-grid .product-thumb .image,
.product-layout.product-grid1 .product-thumb .image,
.product-layout.product-grid2 .product-thumb .image,
.product-layout.product-list .product-thumb .image,
.product-sort .product-thumb .image {
	padding: 0;
}
.product-layout.product-grid1 .product-thumb .image {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.product-list .product-thumb .caption .description {
	display: block;
	font-family: "Poppins", Helvetica, sans-serif;
	color: #555;
	margin: 5px 0 10px;
	font-size: 14px;
	float: left;
	width: 100%;
	font-weight: 400;
}
.product-list .product-thumb .price {
	margin: 0 0 8px;
	text-align:left;
}
.product-list .product-thumb:hover .price {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-list .product-thumb:hover .rating,
.product-sort .product-thumb:hover .rating {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-thumb .percent, .product-percent {
	position: absolute;
	top: 15px;
	padding: 0;
	color: #ec2d48;
	font: 500 13px/20px "Poppins", Helvetica, sans-serif;
	right: -15px;
	left: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	vertical-align: top;
	z-index: 1;
	text-transform: capitalize;
	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:hover .percent {
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	right: 15px;
}
.product-thumb .sale-icon, .product-sale-icon {
	color: #111;
	font: 500 13px/20px "Poppins", Helvetica, sans-serif;
	right: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	left: -15px;
	text-transform: capitalize;
	top: 15px;
	vertical-align: top;
	z-index: 1;
	transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}
.product-thumb:hover .sale-icon {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	left: 15px;
}
.special-carousel.products-list {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 0 80px;
	overflow: hidden;
}
.product-product .thumbnails{
	overflow-x:hidden;
}
.product-sale-icon {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	left: 20px;
	right: auto;
}
.product-percent {
	right: 20px;
	left:auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-options .product-quantity {
	clear: both;
	float: left;
	width: 100%;
}
.zoomContainer {
	overflow: hidden;
}
.container .row {
	clear: both;
}
.ttcat-main {
	float: left;
	width: 100%;
	margin: 0 0 90px 0;
	position: relative;
	text-align: center;
}
.ttcat-main .tab-content{
	width:75%;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li {
	width: 100%;
	margin: 5px 0;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li a{
	border-radius: 5px;
	padding: 15px;
	position: relative;
	background: #faf7f2;
	color: #111;
	border: none;
	text-align: center;
	text-transform: capitalize;
	font: italic 700 18px/20px "Poppins", Helvetica, Sans-serif;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li a h3{
	padding:0;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li a::after{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	opacity:0
}
.ttcat-main .TTProduct-Tab .nav-tabs > li a::before {
	color: #f7f7f7;
	content: "\e1b9";
	font-family: "Material Icons";
	font-size: 12px;
	left: auto;
	position: absolute;
	right: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 45px;
	line-height: 45px;
	font-style: normal;
	width: auto;
	opacity: 1;
	z-index: 9;
	background: none;
	transform: rotate(315deg);
}
.ttcat-main .TTProduct-Tab .nav-tabs > li.active a::before{
	color: #c1b197;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li a:hover::before{
	transition:none !important;
	color: #c1b197;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li > a .tab-title{
	transition:none;

}
.ttcat-main .TTProduct-Tab .nav-tabs > li.active > a{
	background: #c1b197;
}
.ttcat-main .TTProduct-Tab .nav-tabs > li > a:hover{
	background: #c1b197;
}
/* Column Left - Right Product List */
#column-left { clear: left;}
#column-right { clear: right;}
#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 {
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 100%;
}
#column-left  .product-thumb .button-group .btn-cart::before{
	display: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 {
	border: 0 none;
	margin: 0;
	padding: 0 0 10px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
	border: 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 #e9e2dd;
	max-width: 70px;
	float: left;
	margin: 0;
	padding: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon, #column-left .product-thumb .percent, #column-right .product-thumb .percent  {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating, #column-right .product-thumb .rating, #header-left .product-thumb .rating, #header-right .product-thumb .rating, #footer-left .product-thumb .rating, #footer-right .product-thumb .rating {
	position: static;
	margin: 0 0 4px;
	padding: 0;
	display: block;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	width: 100%;
}
#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 {
	background: none;
	border: none;
	float: left;
	padding: 0;
	display: block;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	width: 100%;
	height: auto;
}
#column-right .products-list .row > div .button-group .btn-cart::after, #column-left .products-list .row > div .button-group .btn-cart::after {
	display: none;
}
#column-right .products-list .row > div .button-group .btn-cart, #column-left .products-list .row > div .button-group .btn-cart {
	border: none;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
	display: none;
}
#column-left .product-thumb .button-group button.btn-cart, #column-right .product-thumb .button-group button.btn-cart, #header-left .product-thumb .button-group button.btn-cart, #header-right .product-thumb .button-group button.btn-cart, #footer-left .product-thumb .button-group button.btn-cart, #footer-right .product-thumb .button-group button.btn-cart {
	background: none;
	padding: 0px;
	margin: 0;
	line-height: 18px;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	display: block;
	width: auto;
	position: static;
	color: #333;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	visibility: visible;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#column-left .product-thumb .button-group .btn-cart span::before,
#column-right .product-thumb .button-group .btn-cart span::before {
	color: #666;
}
#column-left .product-thumb .button-group button.btn-cart span,
#column-right .product-thumb .button-group button.btn-cart span,
#header-left .product-thumb .button-group button.btn-cart span,
#header-right .product-thumb .button-group button.btn-cart span,
#footer-left .product-thumb .button-group button.btn-cart span,
#footer-right .product-thumb .button-group button.btn-cart span {
	display: block;
}
#column-left .sidebar.panel.panel-default.information-list .list-group, #column-right .sidebar.panel.panel-default.information-list .list-group {
	float: left;
	width: 100%;
	padding: 0;
}
/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,#column-right .list-group-item,
#column-left .panel-heading, #column-right .panel-heading
{
	border:medium none;
}
#column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover {
	background: none;
	color: #555;
}
#column-left .left-right-inner > div, #column-right .left-right-inner > div {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #e9e2dd;
	padding: 15px;
}
#column-left .category-treeview.panel-default .list-group, #column-right .category-treeview.panel-default .list-group {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
	width: 100%;
	padding: 0;
}
#column-left .category-treeview .list-group .list-group-item,
#column-right .category-treeview .list-group .list-group-item {
	background: transparent;
}
#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 {
	color: #666;
	cursor: pointer;
	padding: 0 !important;
	font: 500 13px/28px "Poppins", Helvetica, sans-serif;
	background: none;
	z-index: 1;
}
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover,
#column-left .list-group .list-group-item:focus,
#column-right .list-group .list-group-item:focus,
#column-left .category-treeview .list-group a:hover.current-child-item,
#column-right .category-treeview .list-group a:hover.current-child-item,
#column-left .category-treeview .list-group a:focus.current-child-item,
#column-right .category-treeview .list-group a:focus.current-child-item{
	color: #111;
}
#column-left .category-treeview .list-group .list-group-item:hover, #column-right .category-treeview .list-group .list-group-item:hover, #column-left .category-treeview .list-group a.current-child-item:hover, #column-right .category-treeview .list-group a.current-child-item:hover, #column-left .category-treeview .list-group a.current-child-item:focus, #column-right .category-treeview .list-group a.current-child-item:focus {
	color: #111;
}
.category-treeview .list-group a.child-item,
.category-treeview .list-group a.current-child-item {
	margin-left: 20px;
	padding: 0 0 5px !important;
	line-height: 24px !important;
}
#column-left .category-treeview .list-group a.current-child-item, #column-right .category-treeview .list-group a.current-child-item {
	color: #666;
	margin: 0 0 0 10px;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
	float: left;
	width: 100%;
	text-align: left;
}
#column-left .panel-heading, #column-right .panel-heading, #column-left .box-heading > h3, #column-right .box-heading > h3 {
	color: #111111;
	font: 500 16px/22px "Oswald", Helvetica, sans-serif;
	position: relative;
	margin: 0 0 10px;
	background: none;
	text-transform: uppercase;
	padding: 0;
}
#column-left .panel-heading::before, #column-right .panel-heading::before, #column-left .box-heading > h3::before, #column-right .box-heading > h3::before {
	background: none;
	float: left;
	left: 0;
	right: auto;
	height: 0;
	display: none;
}
#column-left .products-list .box-heading h3::after,
#column-right .products-list .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-right .option-filter .panel-heading,
#column-right .option-filter .list-group-item,
#column-right .option-filter-box a.list-group-item {
	border: none;
}
#column-right .option-filter .panel-footer,
#column-left .option-filter .panel-footer {
	float: left;
	width: 100%;
	background: none;
	padding:10px 0;
}
#column-left .option-filter .checkbox > label, #column-right .option-filter .checkbox > label {
	color: #666;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
}
#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: #111;
}
#column-left .option-filter .list-group-item .checkbox,
#column-right .option-filter .list-group-item .checkbox {
	margin:0px;
	padding: 0;
}
#column-left .option-filter .list-group-items .list-group-item, #column-right .option-filter .list-group-items .list-group-item {
	color: #111111;
	padding: 2px 0;
	float: left;
	width: 100%;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 3px;
}
#column-left .list-group-items, #column-right .list-group-items {
	float: left;
	width: 100%;
}
#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover {
	color: #111;
}
#column-left .product-thumb .ttproducthover,
#column-right .product-thumb .ttproducthover {
	display: none;
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
	padding: 0 0 0 10px;
}
.option-filter .list-group { margin: 0px; }
.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
	text-transform: capitalize;
}
.option-filter-box a.list-group-item::after {
	font-family: "Material Icons";
	content:"\e5ce";
	font-size: 16px;
	color: #555555;
	position: absolute;
	right: 0;
	top: 2px;
	font-weight: 400;
}
.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;
}
#content .category-filter {
	padding: 10px;
	margin: 20px 0 30px;
	width: 100%;
	float: left;
	border: 1px solid #e9e2dd;
	background: #fff;
}
.category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
}
.category-filter .filter-text {
	float: left;
}
.category-filter .filter-show .filter-selection {
	width: 80px;
	float: right;
}
.category-filter .filter-sort-by .filter-selection {
	width: 150px;
	float: left;
}
.category-filter .filter-sort-by {
	width: 100%;
	max-width: 240px;
}
.category-filter .filter-show {
	min-width: 120px;
}
.category-filter .filter-sort-by {
	display: flex;
	justify-content: space-between;
	margin-right: 30px;
}

.category-filter .filter-text {
	padding: 10px 10px 0 0;
	text-align:left;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 0;
	width: auto;
	float: left;
}
.category-filter .filter-grid-list button {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #777777;
	height: 25px;
	margin: 0 5px;
	padding: 0;
	width: 25px;
}
.category-filter .filter-grid-list button {
	background:none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #777777;
	height: 25px;
	margin: 9px 10px 0;
	padding: 0;
	width: 25px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.category-filter .filter-grid-list button#grid-view2 {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -87px -62px;
}
.category-filter .filter-grid-list button#grid-view1 {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -168px -62px;
}
.category-filter .filter-grid-list button#grid-view {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -126px -62px;
}
.category-filter .filter-grid-list button#list-view {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -210px -62px;
}
.category-filter .filter-grid-list button#short-view {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -290px -62px;
}

.category-filter .filter-grid-list button#grid-view2.active,
.category-filter .filter-grid-list button#grid-view2:hover,
.category-filter .filter-grid-list button#grid-view2:active {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -87px -92px;
}
.category-filter .filter-grid-list button#grid-view1.active,
.category-filter .filter-grid-list button#grid-view1:hover,
.category-filter .filter-grid-list button#grid-view1:active {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -168px -92px;
}
.category-filter .filter-grid-list button#grid-view.active,
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view:active {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -126px -92px;
}
.category-filter .filter-grid-list button#list-view.active,
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view:active {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -210px -92px;
}
.category-filter .filter-grid-list button#short-view.active,
.category-filter .filter-grid-list button#short-view:hover,
.category-filter .filter-grid-list button#short-view:active {
	background: url("TemplateTrip/images/gride-filled.png") repeat scroll -290px -92px;
}
.category-filter .filter-grid-list button i.material-icons {
	display: none;
}
.category-filter .filter-grid-list button::before {
	display: none;
}
.product-category .category-description {
	float: left;
	margin: 0;
	width: 100%;
}
.product-category .category-list {
	float: left;
	width: 100%;
}
.category-filter .filter-grid-list button::after {
	display: none;
}
.category-filter .filter-grid-list button .material-icons.list-on {
	font-size: 24px;
	line-height: 24px;
}
.category-filter .filter-grid-list button:hover, .category-filter .filter-grid-list button.active {
	background: none;
	border: none;
	color: #222222;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content p {
	color: #666;
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	margin: 7px 0 0;
}
.category-pagination {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #e9e2dd;
	background: #fff;
	padding: 10px;
}
.category-pagination .pagination {
	margin:0;
	vertical-align:top;
}
.category-pagination div.text-left {
	line-height: 34px;
	padding: 0;
	color: #555555;
}
.category-pagination div.text-right {
	padding: 0px 0;
}
.category-list > h3 {
	color: #111;
	font: 500 16px/22px "Oswald", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
}
.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::after {
	content: "\e317";
	font-family: "Material Icons";
	font-size: 18px;
	left: 0;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
#product-category .content_wrap #content .category-name {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;font-weight:400;}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background: #545a3e;
	border-color: #545a3e;
	color: #fff;
}
.pagination > li > a:focus{
	border-color:#e5e5e5;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover {
	background: #c1b197;
	border-color: #c1b197;
	color: #111;
}
.pagination > li > a, .pagination > li > span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e9e2dd;
	color: #000;
	width: 34px;
	height: 34px;
	padding: 0;
	line-height: 34px;
	text-align: center;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-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;
	overflow: hidden;
	z-index: 1;
}
.pagination li:last-child > a, .pagination li:first-child > a {
	font-size:0px;
	padding: 0;
}
/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}
#column-left .product-thumb .caption {
	text-align: left;
	border: none;
}
#column-left .products-list .row > div .caption h4, #column-right .products-list .row > div .caption h4 {
	width: 100%;
	margin: 0 0 5px;
	text-align: left;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
	margin: 0;
	border:none;
}
#column-left .products-list .row > div .caption .price,
#column-right .products-list .row > div .caption .price,
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
	font: 500 14px/18px "Oswald",Helvetica,sans-serif;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	margin: 0 0 3px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	text-align: left;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 13px;
}
#column-left .products-list .row > div .button-group .btn-cart::after{
	display:none;
}
#column-left .products-list .row > div .button-group .btn-cart {
	border: none;
}
#column-left .product-thumb .button-group .btn-cart i,
#column-right .product-thumb .button-group .btn-cart i {
	display: none;
}
#column-left .bestseller-carousel .product-thumb .caption .price,
#column-right .bestseller-carousel .product-thumb .caption .price {
	padding: 10px 0 0;
}
#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 .button-group .btn-cart span, #column-right .products-list .button-group .btn-cart span {
	display: block !important;
	color: #666;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 500;
	font-family: "Poppins", Helvetica, sans-serif;
}
#column-left .products-list .button-group .btn-cart span:hover,
#column-right .products-list .button-group .btn-cart span:hover {
	color: #000;
}
#column-left .thumb-description .button-group .btn-cart:hover span,
#column-left .product-thumb .button-group .btn-cart:hover span::before,
#column-right .product-thumb .button-group .btn-cart:hover span::before {
	color: #222;
}
#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;
}
/* Product page stylesheet */
.product-images .additional-images-container {
	direction: ltr;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	width: 90%;
	overflow: hidden;
	text-align: center;
}
.additional-images .image-additional img {
	cursor: pointer;
	max-width: 100%;
}
.additional-images .owl-wrapper-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.product-thumb .thumb-description .button-group button.btn-cart span.loading {
	display: none !important;
}
.product-details .product-info td {
	padding: 3px;
}
.product-details .product-info .product-info-value {
	color: #666;
	padding: 3px 3px 3px 10px;
	font-weight:400;
}
.product-details .product-info .product-info-value a {
	color: #111;
	font-weight: 500;
}
.product-details .product-info .product-info-value a:hover {
	color: #000;
}
.product-details .product-info tr td {
	color: #666;
	font: 400 14px/20px "Poppins", Helvetica, sans-serif;
	/* text-transform: capitalize; */
}
.product-product .product-info-value > a {
	color:#666;
}
.product-product .product-info-value > a:hover {
	color: #111;
}
.product-product .tab-content {
	padding:20px 0 0 0;
}
p {
	margin: 0 0 10px;
	font-size: 13px;
	color: #666;
	font-weight: 400;
}
.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 5px 0 0;
	float: left;
}
.product-quantity #input-quantity {
	border: 1px solid #e9e2dd;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	font-size: 14px;
	float: left;
	height: 44px;
	line-height: 27px;
	padding: 0 6px;
	text-align: center;
	width: 60px;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e9e2dd;
	color: #111;
	margin: 0 auto 15px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
	font: 500 16px/24px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price {
	border-top: 1px solid #e9e2dd;
	border-bottom: 1px solid #e9e2dd;
	padding: 15px 0;
	margin: 15px 0 20px;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
	font: 600 18px/22px "Poppins", Helvetica, sans-serif;
	color: #111;
}
.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;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	color: #666;
	font-weight: 500;
	font-family: "Poppins", Helvetica, sans-serif;
}
.product-details .btn.btn-default.product-btn-compare{
	text-transform: capitalize;
}
.product-details .btn.btn-default.product-btn-wishlist:hover,
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	border: none;
	color: #111;
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
}
.product-details .rating > a {
	border-right: 1px solid #e9e2dd;
	color: #666;
	float: left;
	font-size: 14px;
	margin: 2px 10px 0 0;
	padding: 0 10px 0 0;
	height: 20px;
}
.product-total-review i, .product-write-review i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
.product-options .alert-info i.info-circle {
	font-size: 18px;
	line-height: 18px;
	vertical-align: top;
}
.product-details .btn-group .btn-default i {
	font-size: 18px;
	vertical-align: top;
	line-height:20px;
}
.product-details .rating > a:last-child {
	border-right: none;
}
.product-details .rating > a:hover {
	color: #111;
}
.rating .product-rating {
	border-right: 1px solid #e9e2dd;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 10px 0 0;
	height :20px;
}
.product-details .price-new {
	float: left;
	margin:0 10px 0 0;
}
.product-details .price-old {
	color: #555;
	white-space: nowrap;
	text-decoration: line-through;
	font: 400 14px/16px "Poppins",Helvetica,sans-serif;
}
.product-details .product-tax {
	margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2 {
	color: #333;
	font: 500 18px/20px "Oswald",Helvetica,sans-serif;
	margin: 0 10px 0 0;
}
.product-options .product-quantity {
	clear: both;
}
#quickview-content .btn-group {
	margin: 0 0 10px;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.btn.btn-default.product-btn-wishlist:hover{
	color:#fff;
}
.btn.btn-default.product-btn-compare:hover{
	color:#fff;
}
#button-upload222:active:focus {
	color: #fff;
	background-color: #111;
	border-color:#111;
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0px;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	margin: 50px 0 40px;
	float: left;
	width: 100%;
	clear: both;
}
.product-tabs .tab-inner {
	background: #fff;
	border: 1px solid #e9e2dd;
	padding: 0 20px;
	float: left;
	width: 100%;
}
#tab-review label.control-label {
	font:500 13px/20px "Poppins", Helvetica, sans-serif;
	color:#666;
	margin-bottom:10px;
}
.product-product .nav-tabs > li > a {
	background: none;
	border: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	color: #111;
	font: 500 16px/20px "Poppins", Helvetica, sans-serif;
	margin: 0 5px;
	padding: 10px 18px;
	position: relative;
	z-index: 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;
}
.product-product .nav.nav-tabs li.active a,
.product-product .nav.nav-tabs li:hover a {
	border: medium none;
}
.product-product .nav-tabs > li > a::after {
	background-color: #111;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 10px;
	transition: all 400ms ease-in-out 0s;
	width: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	z-index: 1;
}
.product-product .nav.nav-tabs li.active a::after,
.product-product .nav.nav-tabs li:hover a::after {
	width: 50px;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: 600;
}
.product-product .nav-tabs > li {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}
.product-product .nav-tabs {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	border-bottom: 1px solid #e9e2dd;
}
#product-product .layout-desc .image img {
	margin: 0;
	float: right;
}
#product-product .layout-desc td.col-sm-4 .image img {
	float: left;
}
#product-product .layout-desc {
	margin: 0 0 40px;
}
#product-product .layout-desc h2 {
	font-size: 25px;
	line-height: 44px;
	font-weight: 400;
	color: #000;
}
#product-product .layout-desc p {
	line-height: 24px;
}
.checkout-cart #accordion .panel-heading {padding: 0px; border-color:#f1e8db; background: #fff;}
.checkout-cart #accordion .panel-heading a {
	padding: 12px 15px;
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:#666;
	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%;
}
.checkout-checkout #content .panel.panel-default {
	float:left;
	width:100%;
}
.checkout-checkout #accordion .panel-default .panel-heading {
	background: #fff;
	border-color: #333;
	padding: 12px 15px;
}
#accordion .panel-heading h4.panel-title a:hover {
	color: #000;
}
.table.table-bordered {
	border-color: #e5e5e5;
}
#product-compare .table-bordered > tbody > tr > td:first-child {
	font-weight: 500;
	color: #111;
}
.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 #e9e2dd;
	background: #fff;
	color: #666;
	padding: 10px;
}
#checkout-cart .btn.btn-primary.main {
	position: relative;
}
.cart-form .cart_input_block .input-group-btn .btn-primary {
	padding: 10px 14px;
	line-height: 20px;
}
.cart-form .input-group-btn button i {
	font-size: 18px;
	vertical-align: top;
}
#checkout-cart .text-left a {
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
#product-compare #content tr .price {
	color: #111;
	font: 700 16px/20px "Poppins", Helvetica, sans-serif;
}
#product-compare #content tr .price strike {
	color: #666;
	font: 700 14px/18px "Poppins", Helvetica, sans-serif;
	text-decoration: line-through;
}
#product-compare #content .table.table-bordered strong {
	font: 700 16px/26px "Poppins", Helvetica, sans-serif;
	color: #111;
}
#product-compare #content .table.table-bordered strong:hover {
	color: #000;
}
.sub-total-table .table-bordered tbody tr td:first-child strong{
	font-weight: 400;
}
.product-product #review .table.table-striped.table-bordered p {
	margin: 0;
}
#account-wishlist #content tr .price {
	color: #111;
	font: 700 16px/20px "Poppins", Helvetica, sans-serif;
}
#account-wishlist #content tr .price s {
	color: #555;
	font: 700 14px/18px "Poppins", Helvetica, sans-serif;
	text-decoration: line-through;
}
#account-wishlist #content tr .price b {
	color: #111;
	font: 700 16px/20px "Poppins", Helvetica, sans-serif;
}
#account-wishlist .table-bordered > tbody > tr > td .btn.btn-primary {
	padding: 8px 13px;
}
#information-contact i.material-icons.location-on {
	font-size: 18px;
	vertical-align: middle;
	line-height: 20px;
}
.checkout-cart .sub-total-table { float: right; }
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
	background: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.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: #545a3e;
	color: #fff;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover{background:#545a3e;}
.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #222;}
.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.expand-more {
	float: right;
	font-size: 18px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.product-search #content .search-criteria {
	border: 1px solid #ebebeb;
	padding: 10px;
}
.search-criteria .checkbox-inline{
	padding:12px 0;
}
.product-compare #content .table .btn {
	display: inline-block;
	text-transform: capitalize;
	width: auto;
	margin: 0 0 5px;
	padding: 6px 15px;
	line-height: 24px;
	color: #fff;
	border-radius: 25px;
}
.product-compare #content .table .btn.btn-primary.btn-block:hover, .product-compare #content .table .btn.btn-primary.btn-wishlist:hover {
	background: #c1b197;
	color: #fff;
}
.product-compare #content .table .btn.btn-primary.btn-block:active, .product-compare #content .table .btn.btn-primary.btn-block:focus{
	background: #c1b197;
	color: #fff;
}
.product-compare #content .table .btn.btn-primary.btn-wishlist:active, .product-compare #content .table .btn.btn-primary.btn-wishlist:focus{
	background: #c1b197;
	color: #fff;
}
.product-compare #content .table .btn.btn-primary::before {
	display: none;
}
.product-compare #content .table .btn i {
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}
.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;
	color: #666;
}
.information-sitemap ul li a:hover {
	color: #111;
}


body.product-compare .table-product-image {
	padding: 3%;
}
body.product-compare .table-product-image .img-thumbnail {
	border: none;
	border-radius: 25px;
}
/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
	font-weight: 600;
	font-size: 14px;
	color: #111;
}
.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;
	display: block;
}
.information-contact #content > h3 {
	clear: both;
	color: #111;
	font-size: 18px;
	font-weight: 600;
}
#account-return #content .buttons.clearfix .pull-right .btn.btn-primary{
	transition:all 400ms;
}
#account-return #content .buttons.clearfix .pull-right .btn.btn-primary:hover, #account-return #content .buttons.clearfix .pull-right .btn.btn-primary:active, #account-return #content .buttons.clearfix .pull-right .btn.btn-primary:focus {
	background: #c1b197;
}
.information-contact .contact-location .location-title i {
	background: #111;
	border: 2px solid #111;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	height: 35px;
	margin: 10px 5px 10px 0;
	padding: 7px;
	text-align: center;
	width: 35px;
}
/* extra page stylesheet  */
.table-bordered tr:last-child > td.text-right.total-amount {
	color: #111;
	font: 500 14px/20px "Poppins", Helvetica, sans-serif;
}
.table-bordered tr td.text-right.total-amount {
	color: #111;
	font: 500 14px/18px "Oswald",Helvetica,sans-serif;
	text-align: right;
}
.product-quickview .product-details .btn-default::before, #product-product .product-details .btn-default::before{
	display:none;
}
.buttons.clearfix {
	margin: 15px 0 0;
}
.table > thead > tr > td.text-right, .table > thead > tr > td.text-left {
	font-weight: 700;
}
.table-bordered .text-right .btn i {
	font-size: 18px;
	line-height: 18px;
	vertical-align: top;
}
.table-bordered .text-right .btn i.material-icons.shopping-cart {
	line-height: 24px;
}
.fa-mail-reply::before, .fa-reply::before {
	content: "";
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font-family: "Poppins", Helvetica, sans-serif; font-size: 20px;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px "Poppins", Helvetica, sans-serif;
	color: #555454;
	text-transform: capitalize;
}
#content .sub-total-table .table-bordered tbody tr:last-child td, #content .sub-total-table .table-bordered tbody tr:last-child td strong {
	text-transform: capitalize;
	color: #111;
	font: 500 16px/18px "Oswald",Helvetica,sans-serif;
}
.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 #e9e2dd;
	color: #333;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	/* text-transform: capitalize; */
	vertical-align: middle;
}
.checkout-cart #content .table-responsive .table-bordered thead tr td {
	font-family: "Poppins", Helvetica, sans-serif;
	color: #111;
	font-size: 14px;
	font-weight: 500;
}
.cart-form .table-bordered tbody td.text-right.total-price {
	color: #111;
	font: 500 14px/18px "Oswald",Helvetica,sans-serif;
}
.checkout-checkout h4 {
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 500;
	color: #111;
}
.affiliate-login > h2, .account-login > h2, .checkout-checkout > h2, .product-search > h2 {color: #333333;font: 500 23px/25px "Poppins", Helvetica, sans-serif;}
/* brand page */
.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;
}
#checkout-checkout .form-horizontal .checkbox, .form-horizontal .radio label {
	font-weight: 500;
}
/* about-us  */
/*about-us*/
.main-about-history .title_block .ttblock-heading {color:#222;margin:0 0 25px;}
.history-image {padding: 0;}
.main-about-history .box-heading::before{left:0;right:auto;}
.main-about-history .box-heading::after{right:0;left:auto;}
.history-image > img {width: 100%;}
.pull-right.block-right.history-block {padding: 0;}
.about-us {
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 22px;
}
.service-name > h4, .team-caption > h4 {
	color:#666;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.module.about-our-service .item:hover .icon{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
}
.social-member .social-icon a:hover { background-color: #000;}
.team-image,.team-caption { margin: 0 auto;text-align: center;}
.banner-product-1 {list-style: outside none none;}
.block-button.social-icons {padding-top: 7px;}
.block-button.social-icons > a > span > i {
	font-size: 18px;
	padding: 0 4px;
}
.services-group {margin-bottom: 12px;}
.team-group {margin-bottom: 45px;}
.social-member {list-style: outside none none;}
.social-member .social-icon {
	display: inline-block;
	margin: 0 3px;
}
.social-member .social-icon a span {display: none;}
.social-member .social-icon a  {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ff3000;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.social-member .social-icon.rss a {background-color: #f8bc2e;}
.social-member .social-icon.facebook a {background-color: #39599f;}
.social-member .social-icon.twitter a {background-color: #45b0e3;}
.social-member .social-icon.google a {background-color: #1872bf;}
.job-member::before,.job-member::after {
	content: "---";
	margin: 0 5px;
}
.main-history-data {
	margin-bottom: 40px;
}
.module.about-our-service .item .icon {
	display: block;
	margin:0 0 10px
}
.main-about-service.col-lg-15 {
	float: left;
	width: 20%;
}
.module.about-our-service .item h3.title {
	color: #000;
	font-size: 13px;
	margin: 0 0 3px;
	font-family: "Poppins", Helvetica, sans-serif;
}
.module.about-our-service .item:hover h3.title {color:#222;}
.module.about-our-service .item .content {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	font-family:"Poppins", Helvetica, sans-serif;
}
.main-about-service .item {text-align: center;}
.module.about-our-service {
	float: left;
	width: 100%;
	margin-bottom:40px;
}
.team-image > img {width: 100%;height:80px;}
.module.about-our-service .item .icon { display: block;margin: 0 0 20px;}
.module.about-our-service .item .icon > i{font-size:24px;}
.team-image{
	width:90px;
	border:5px solid #eee;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.main-about-history .title_block {
	float: left;
	text-align: center;
	width: 100%;
}
.main-about-history .title_block .ttblock-heading {
	color: #333;
	display: inline-block;
	float: none;
	font: 700 18px/26px "Poppins", Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}
.terms-condition h3 {
	font: 500 18px/22px "Poppins", Helvetica, sans-serif;
	color:#000;
}
/* 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: none;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #e9e2dd;
}
.a-link-heading {
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 10px;
}
.a-link-heading p, .a-link-heading h2 {
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #111;
}
#account-account .a-link-list .a-link-content li a {
	color: #666;
	font-weight: 400;
	line-height: 20px;
}
#account-account .a-link-list .a-link-content li a:hover{
	color: #111;
}
.a-link-content {
	padding: 8px;
	font-size: 14px;
	line-height: 22px;
}
.modal-header {
	background: #f5f5f5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
	opacity:1;
}
.modal-title {
	font-weight: bold;
}
/*--------------------------------- Brand CSS Strat ----------------------------------------*/
.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 0px;
}
.common-home .brand-carousel {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 40px;
}
.brand-carousel .brand-items .img-responsive {
	display: inline-block;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .swiper-slide:hover .img-responsive {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.brand-carousel .swiper-viewport .swiper-pager div {
	height: 31px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 31px;
	border: 1px solid #edeae2;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background: #fff;
}
.brand-carousel .swiper-viewport:hover .swiper-pager div {
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.brand-carousel .swiper-pager .swiper-button-prev::before {
	content: "\e408";
	font-family: "Material Icons";
	color: #111111;
	font-size: 18px;
	float: left;
	line-height: 28px;
	height: 100%;
	width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-next::before {
	content: "\e409";
	font-family: "Material Icons";
	color: #111;
	font-size: 18px;
	float: left;
	line-height: 28px;
	height: 100%;
	width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before, .brand-carousel .swiper-pager .swiper-button-next:hover::before {
	color: #ffffff;
}
.brand-carousel .swiper-viewport .swiper-slide.text-center {
	padding: 15px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 0;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 0;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background: #545a3e !important;
	border-color: #545a3e;
}
@media (max-width: 767px) {
	.brand-carousel .swiper-viewport .swiper-pager div {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}
@media (max-width: 480px) {
	.brand-carousel .swiper-pager .swiper-button-prev {
		left: 0;
	}
	.ttcat-main .TTProduct-Tab .nav-tabs > li a{
		padding:10px 15px;
	}
	.customNavigation{
		margin: 10px 0 0 0;
	}
	.brand-carousel .swiper-pager .swiper-button-next {
		right: 0;
	}
	.brand-carousel .swiper-viewport .swiper-slide.text-center {
		padding: 0 15px;
	}
	.brand-carousel .swiper-viewport .swiper-pager div {
		width: 30px;
		height: 30px;
	}
	.brand-carousel .swiper-pager .swiper-button-prev::before,
	.brand-carousel .swiper-pager .swiper-button-next::before {
		font-size: 18px;
		line-height: 30px;
	}
}
/*--------------------------------- Brand CSS End ----------------------------------------*/
/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
/* checkout success - Stylesheet */
body.checkout-success #content {
	background: url("TemplateTrip/images/checkout-success.png") no-repeat scroll center bottom / contain;
}
body.account-download #content {
	background: url("TemplateTrip/images/checkout-success.png") no-repeat scroll center bottom / contain;
}
body.account-success #content {
	background: url("TemplateTrip/images/account-success.png") no-repeat scroll center bottom / contain;
}
body.product-compare #content.no-compare-products {
	background: url("TemplateTrip/images/no-compare-products.png") no-repeat scroll center bottom / contain;
}
#content.request-ntt-found {
	background: url("TemplateTrip/images/request-ntt-found.png") no-repeat scroll center bottom / contain;
}
#content.no-manufacture-products {
	background: url("TemplateTrip/images/no-manufacture-products.png") no-repeat scroll center bottom / contain;
}
#content.no-wishlist-products {
	background: url("TemplateTrip/images/no-wishlist-products.png") no-repeat scroll center bottom / contain;
}
body #error-not-found  #content {
	background: url("TemplateTrip/images/request-not-found.png") no-repeat scroll center bottom / contain;
	min-height: 600px !important;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* ------------------------------------ footer CSS Start ---------------------------------------- */
.bottomfooter {
	float: right;
	width: 30%;
}
.contact-us ul li i{
	font-size: 18px;
	color: #fff;
}
.follow-us ul li a::after{
	display:none;
}
.topfooter {
	float: left;
	padding: 60px 0 80px;
	width: 70%;
}
.footer-container {
	float: left;
	position: relative;
	background: #1b1b1b;
	width: 100%;
}
.common-home footer {
	margin: 0;
}
footer {
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0 0;
}
.footer-top {
	background: #545a3e;
	float: left;
	width: 100%;
}
.footer-top-cms {
	float: left;
	padding: 40px 115px;
	width: 100%;
}
footer .footer-column ul {
	margin: 0;
	float: left;
	width: 100%;
}
.follow-us .list-unstyled {
	margin: 0;
	text-align: right;
}
.ttfotter-logo {
	float: left;
	width: 100%;
}
.ttfotter-logo img {
	max-width: 100%;
}
.ttfotter-logo .ttdesc {
	margin: 20px 0;
	color: #ccc;
	font-size: 13px;
}
.footer-column li{
	float: left;
	position: relative;
	cursor: pointer;
	font: 500 13px/26px "Poppins", Helvetica, sans-serif;
	margin: 0 0 5px;
	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;
	width: 100%;
}
.footer-column ul li a {
	color: #ccc;
	position: relative;
}
.footer-column ul li a:hover,
.footer-column ul li > a:hover:after {
	color:#c1b197;
}
.footer-column ul li > a::after {
	color: #ccc;
	content: "\e409";
	float: left;
	font-family: "Material Icons";
	font-size: 15px;
}
.footer-column.footer-customer-service {
	float: left;
	margin: 0;
	padding: 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666666;
}
.footer-bottom a::before {
	content: "";
}
#ttcmsfooter  .footerlogo{
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
}
#ttcmsfooter .footerlogo-img {
	position: relative;
	margin: 0 0 20px;
	cursor: pointer;
}
footer .footer-column h5,
.footer-right-cms h5 {
	color: #fff;
	cursor: pointer;
	font: 400 18px/22px "Oswald",Helvetica,sans-serif;
	position: relative;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.footer-column {
	float: left;
	padding: 80px 15px 50px;
}
.footer-bottom {
	float: left;
	border-top: 2px solid #222;
	text-align: center;
	width: 100%;
}
.footer-bottom-cms {
	float: left;
	width: 100%;
	text-align: center;
}
.bottom-footer {
	float: left;
	width: 100%;
	position: relative;
}
.footer-bottom > p {
	float: left;
	color: #ccc;
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	font-weight: 400;
	padding: 10px 0;
}
.footer-bottom p a {
	color: #ccc;
}
.footer-bottom p a:hover {
	color: #c1b197;
}
#ttcmsfooter {
	float: left;
	width: 100%;
}
#ttcmsfooter .ttfooter-logo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 25px;
	padding: 0 0 15px;
	position: relative;
}
#ttcmsfooter .ttfooter-logo::after {
	content: '';
	position: absolute;
	width: 60%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#ttcmsfooter .ttfooter-logo img{
	max-width: 100%;
}
#footer-right {
	float: left;
	width: 100%;
}
#footer-top {
	float: left;
	width: 100%;
}
footer .contact-us ul li {
	float: left;
	width: 100%;
	padding: 0 0 5px;
}
footer .contact-us{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
footer .contact-us ul li .contact-title{
	display: none;
}
.contact-us .data {
	color: #ccc;
	font: 500 14px/22px "Poppins", Helvetica, sans-serif;
	position: relative;
}
footer .contact-us ul li i {
	color: #ccc;
	float: left;
	font-size: 18px;
	margin: 0 10px 0 0;
	width: auto;
	line-height: 23px;
	vertical-align: middle;
}
footer .contact-us ul li:hover .contact i,
footer .contact-us ul li:hover .fax i,
footer .contact-us ul li:hover .email i {
	color: #c1b197;
}
.contact-us .contact-address {
	display: inline-block;
	float: none;
	vertical-align: top;
}
@media (max-width: 1199px) {
	#ttcmsfooter .ttfooter-logo {
		margin: 0 0 20px;
	}
}

@media (max-width:991px){
	#ttcmsfooter .ttfooter-logo::after {
		display: none;
	}
	#ttcmsfooter .ttfooter-logo {
		margin: 0 0 15px;
		padding: 0;
	}
	footer .contact-us ul {
		padding: 0 10px;
	}
	#footer-right {
		padding: 0;
	}
	footer .contact-us, footer .contact-us ul{
		margin:0;
	}
	.follow-us .list-unstyled{
		padding: 0 0 20px;
		text-align: center;
	}
	footer .footer-column h5:hover, footer .footer-column1 h5:hover {
		background: rgba(0,0,0,.7);
	}
	footer .footer-column ul{
		padding:0 0 0 10px;
	}
	footer .footer-column > div.active h5.toggle::after, .footer-right-cms .contact-us.active > h5.toggle::after, footer .footer-column.footer-left-cms .contact-us.active h5.toggle::after {
		content: "\e15b";
		font-weight: 500;
	}
	.footer-column ul li, .footer-column ul li{
		width:100%;
		text-align:left;
	}
	.footer-column ul li::after, .footer-column ul li::after{
		display:none;
	}
	.footer-column.footer-extras{
		margin:0;
		float:left;
		width:100%;
	}
	footer .contact-us .footer-column h5 {
		display:block;
	}
	.footer-container .container .row {
		margin: 0;
	}
	.footer-column.footer-my-account {
		margin: 0;
		width: 100%;
		float: left;
	}
	.footer-column.footer-left-cms {
		padding: 25px 0 0;
		width: 100%;
		float: left;
	}
	footer .footer-column h5,
	footer .footer-column.footer-information h5 {
		float: left;
		width: 100%;
		cursor: pointer;
		margin: 0;
		font: 500 16px/22px "Oswald",sans-serif;
		padding: 10px;
		display: block;
		text-align: left;
	}
	.footer-column .list-unstyled li a::after, .footer-column1 .list-unstyled li a::after {
		display: none;
	}
	.footer-top-cms {
		width: 100%;
	}
	.footer-column {
		float: left;
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0 0 5px;
	}
	.bottom-footer {
		margin: 10px 0 0;
	}
	.footer-bottom {
		float: left;
		text-align: center;
		width: 100%;
	}
	.footer-bottom-cms {
		text-align: center;
		width: 100%;
	}
	.ttfotter-logo .ttdesc {
		margin: 10px 0;
	}
}
@media (max-width:543px){
	.footer-bottom-cms {
		float: none;
		width: auto;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		padding:0;
	}
	.footer-bottom, .footer-bottom{
		padding:0;
	}
}
@media (max-width: 480px) {
	#ttcmsfooter .ttfooter-logo {
		margin: 0 0 15px;
	}
}
/* ------------------------------------ footer CSS end ---------------------------------------- */
#goToTop:before {
	color: #fff;
	content: "\e316";
	font-family: "Material Icons";
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	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 {
	background: #545a3e;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 50px;
	cursor: pointer;
	height: 40px;
	padding: 5px 7px;
	position: fixed;
	right: 25px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	z-index: 9;
	overflow: hidden;
	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: #c1b197;
}
#goToTop:hover:before {
	color: #111;
}

.alert .check-circle, .alert .error-outline, .alert i.material-icons.info-circle{
	font-size: 18px;
	vertical-align: middle;
}

/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
}
.alert {
	clear: both;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 15px;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
	color: #000000;
	right: 0;
	top: 0;
}
.product-options .alert-info {
	float: left;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: right;
	font-size: 14px;
	line-height: 32px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
	display: flex;
	overflow-x: auto;
}
.breadcrumb a, .breadcrumb > li + li::before {
	color: #555555;
}
ul.breadcrumb.qc-breadcrumb{
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
}
@media (max-width: 992.98px){
	ul.breadcrumb.qc-breadcrumb{
		align-items: center;
		width: 100%;
	}
}
.page-title-wrapper .breadcrumb a {
	color: #111;
	display: inline-block;
	padding: 0;
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
}
.page-title-wrapper .breadcrumb a:hover{
	color:  #111;
}
.breadcrumb i {
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}
.breadcrumb i:hover {
	color: #111;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
	min-width: fit-content;
}
.page-title-wrapper .breadcrumb > li + li::before {
	color: #111;
	content: "\e5cc";
	float: left;
	font-family: "Material Icons";
	font-size: 16px;
	margin: 0 8px;
}
.main-breadcrumb
{
	background: none;
	color: #666;
	display: inline-block;
	font: 400 15px/18px "Poppins", Helvetica, sans-serif;
	min-width: 60%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1;
}
.page-title-wrapper .breadcrumb-wrapper h2 {
	float: left;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}
#add-comment .alert.alert-info a {
	color: #666;
}
#add-comment .alert.alert-info a:hover {
	color: #000;
}
/* buttons */
.btn {
	font-size: 14px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 20px;
	font-size: 15px;
}
.product-product .btn-lg {
	padding: 7px 20px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-block {
	width: auto;
}
.product-product .btn.btn-default::before, .product-quickview .btn.btn-default::before {
	display: none;
}
.product-product .btn.btn-default, .product-quickview .btn.btn-default {
	background-color: #fff;
	border: 1px solid #e9e2dd;
	color: #666;
}
.product-product .btn.btn-default:hover, .product-quickview .btn.btn-default:hover {
	background-color: #545a3e;
	border: 1px solid #545a3e;
	color: #fff;
}
.product-product .form-group.required #button-upload222 .btn.btn-default:active, .product-product .form-group.required #button-upload222 .btn.btn-default:focus{
	background-color: #545a3e;
	border: 1px solid #545a3e;
	color: #fff;
}
.product-product .btn-group .btn.btn-default:active, .product-product .btn-group .btn.btn-default:focus{
	background:none;
	border: none;
	color: #111;
}
.btn-default {
	background: #545a3e;
	border: none;
	color: #fff;
	padding: 12px 20px;
	font: 500 13px/18px 'Poppins', sans-serif;
	letter-spacing: 1px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	cursor: pointer;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	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;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #111;
	background: #c1b197;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active:hover, .btn-default:active, .btn-default:active:focus {
	background: #c1b197;
	color: #111;
	border-color: transparent;
}
.btn-primary {
	background: #c1b197;
	border: none;
	color: #111;
	padding: 12px 20px;
	font: 500 13px/18px 'Poppins', sans-serif;
	display: inline-block;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	/* border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px; */
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-details #button-cart {
	background: #545a3e;
	border: medium none;
	letter-spacing: 1px;
	margin: 0 10px;
	padding: 12px 20px 12px 45px;
	color: #fff;
	font: 500 13px/20px "Poppins", Helvetica, sans-serif;
	position: relative;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-product #button-cart::after {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 22px;
	height: 45px;
	left: 0;
	position: absolute;
	right: auto;
	width: 56px;
	top: 0;
	bottom: 0;
	line-height: 43px;
	font-weight: 400;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-details #button-cart.btn:hover,
.product-details #button-cart.btn:focus,
.product-details #button-cart.btn:active:focus {
	background: #c1b197;
	color: #111;
}
.product-details .fa.fa-shopping-cart { padding-right: 5px; font-size: 17px;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-position: 0 -15px;
}
/* button-effect*/
/*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-method.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-coupon.btn.btn-primary:focus, #button-voucher.btn.btn-primary:focus, #button-quote.btn.btn-primary:focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus,  .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background: #545a3e;
	color: #fff;
	border: none;
}
.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: #545a3e;
	color: #fff;
	border: none;
}
#checkout-cart .btn.btn-primary.main::before {
	border-radius: 0;
}
.btn-warning {
	color: #111;
	background-color: #faa732;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	text-transform: uppercase;
	padding: 10px 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	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;
}
.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: #fff;
	background-color: #111;
	border: none;
	padding: 10px 12px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}
.btn-info:hover, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.focus, .btn-info:focus  {
	color: #fff;
	background-color: #111;
	border: none;
}
.btn-info::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c1b197;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.btn-info:hover::before, .btn-info:focus::before, .btn-info.active::before  {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scaleX(1);
}
.table-bordered .btn i.visibility {
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #666;
}
.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;
}
#account-wishlist .table-bordered > thead > tr:first-child > td {
	color: #111;
	font-size: 16px;
	font-weight: 600;
}
.well {
	background: #fff;
	min-height: 274px;
	border: 1px solid #e9e2dd;
	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: 10px;
	padding-top: 10px;
	margin: 0;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	line-height: 30px;
	font-family: "Poppins", Helvetica, sans-serif;
}
#account-login .new-customer .bottom-form {
	background: #f5f5f5;
	height: 60px;
	border: 1px solid #e9e2dd;
	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 #e9e2dd;
	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 .form-group {
	margin: 0;
}
#account-login strong {
	font-weight: 600;
}
#account-login .new-customer {
	margin: 0 0 15px;
}
#account-wishlist .table.table-bordered img {
	border: none;
	border-radius: 10px;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #666;
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
.option-filter-box .list-group .list-group-items {
	padding: 10px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e2dd;
}
.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;
}
/* 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-layout, .product-layouts {
	padding: 0 15px;
	position: relative;
}
.product-layout.product-list {
	float: left;
}
.related-carousel.products-list {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.product-thumb {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}
.product-layouts .product-thumb .thumb-description {
	padding: 0 10px;
}
.product-thumb .thumb-description .caption {
	float: left;
	position: relative;
	width: 100%;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100% !important;
}
.product-thumb h4 {
	float: left;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	/* text-transform: capitalize; */
	width: 100%;
	text-align:center;
}
.product-thumb h4 a {
	color: #444;
	font: 500 13px/18px "Poppins",Helvetica,sans-serif;
	text-decoration: none;
	white-space: nowrap;
}
.product-thumb h4 a:hover, .product-thumb:hover h4 a {
	color: #000;
}
.product-list .product-thumb .thumb-description {
	text-align: left;
	padding: 15px 30px;
}
.product-list .product-thumb .thumb-description .caption {
	border: 0;
}
.product-thumb .rating {
	float: left;
	width: 100%;
	position: absolute;
	top: -35px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 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;
}
.product-thumb:hover .rating {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-list .product-thumb h4,
.product-sort .product-thumb h4  {
	text-align: left;
	margin: 13px 0 10px;
}
.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: #c5c5c5;
	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: #ffbf34;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #545a3e;
	font: 500 16px/18px "Oswald",Helvetica,sans-serif;
	width: 100%;
	text-align: center;
	float: left;
}
#column-left .price {
	font-size: 14px;
}
.product-thumb .price-old {
	color: #666;
	font: 400 15px/18px "Oswald",Helvetica,sans-serif;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #888;
	font-size: 13px;
	display: none;
	margin: 5px 0 0;
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 500;
}
.product-list .product-thumb .price-tax {
	display: block;
	margin: 10px 0 0;
	text-align: left;
}
/*----------------------button css start----------------------*/
.product-list .product-thumb .button-group,
.product-sort .product-thumb .button-group {
	position: static;
	width: 100%;
	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;
	height: auto;
	float: left;
}
.product-sort .product-thumb .button-group {
	width: 22%;
	float: right;
}
.product-thumb .button-group button {
	float: none;
	background-color: #545a3e;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	height: 42px;
	width: 42px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	z-index: 2;
}
.product-thumb .button-group button:hover {
	background-color: #c1b197;
}
.product-thumb .button-group {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 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;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	width: 100%;
}
.product-thumb:hover .button-group {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	bottom: 20px;
}
.product-thumb button.disabled {
	cursor: not-allowed;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}
.product-thumb .image .btn-cart.disabled:hover {
	background: #c1b197;
	box-shadow: 0 0 0 25px #111 inset;
	-moz-box-shadow: 0 0 0 25px #111 inset;
	-webkit-box-shadow: 0 0 0 25px #c1b197 inset;
}
.product-list  .product-thumb .button-group .btn-cart i,
.product-sort .product-thumb .button-group .btn-cart i {
	width: 25px;
}
.product-list .product-thumb .button-group i,
.product-sort .product-thumb .button-group i {
	color: #fff;
}
.product-list .product-thumb .button-group button.btn-cart span, .product-sort .product-thumb .btn-cart span {
	color: #ffffff;
	display: inline-block !important;
	font: 500 13px/42px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	vertical-align: top;
	letter-spacing: 1px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-list .product-thumb .button-group .btn-cart,
.product-sort .product-thumb .button-group button.btn-cart{
	padding: 0 15px;
	margin: 0 0 7px;
	width: auto;
}
.product-list .product-thumb .button-group button.btn-cart:hover span,
.product-sort .product-thumb .button-group button.btn-cart:hover span {
	color: #111;
}
.product-thumb .button-group i {
	float: left;
	height: 42px;
	width: 42px;
	line-height: 42px;
	margin: 0;
	font-size: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb .button-group button:hover i, .product-thumb .button-group button:active i, .product-thumb .button-group button:focus i{
	color:#111;
}
.product-thumb .button-group button i::before,
.product-thumb .button-group button i::after {
	position: absolute;
	font-size: 20px;
	line-height: 42px;
	font-family: "Material Icons";
	height: 42px;
	width: 42px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	-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: 300;
}
.product-thumb .button-group button i::before {
	left: 10px;
	right: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.product-thumb .button-group button:hover i::before {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	left: 0;
	color: #111;
}
.product-thumb .button-group button:hover i::after {
	left: -17px;
	right: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.product-thumb .button-group .btn-cart i::before {
	content: '\e854';
}
.product-thumb .button-group .btn-cart i::after {
	content: '\e854';
}
.product-thumb .button-group .btn-wishlist i::before {
	content: '\e87e';
}
.product-thumb .button-group .btn-wishlist i::after {
	content: '\e87e';
}
.product-thumb .button-group .btn-compare i::before {
	content: '\e627';
}
.product-thumb .button-group .btn-compare i::after {
	content: '\e627';
}
.product-thumb .button-group .btn-quickview i::before {
	content: '\e8f4';
}
.product-thumb .button-group .btn-quickview i::after {
	content: '\e8f4';
}
.product-list .product-thumb .button-group button.btn-cart i::before,
.product-list .product-thumb .button-group button.btn-cart i::after,
.product-sort .product-thumb .button-group button.btn-cart i::before,
.product-sort .product-thumb .button-group button.btn-cart i::after {
	width: 25px;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
	display: none;
}
.product-sort .image {
	width: 25%;
}
.product-sort .product-thumb .thumb-description {
	width: 75%;
	padding: 15px 0 15px 30px;
}
.product-sort  .product-thumb .thumb-description .caption {
	width: 60%;
	text-align: left;
	border: none;
}
.product-sort .product-description {
	width: 47%;
	float: left;
	padding: 0;
	text-align: left;
}
.product-sort .product-thumb .thumb-description .caption .description {
	display: block;
	transition: none;
	transform: none;
	float: left;
	margin: 0 0 10px 0;
}
.product-sort .product-description h4 {
	width: 100%;
}
.product-sort .product-thumb .product-price-and-shipping {
	width: 15%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0;
	padding: 0;
}
.product-sort .product-thumb .product-price-and-shipping .price {
	transform: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	display: block;
	text-align: center;
}
.product-sort .product-thumb .product-price-and-shipping .price .price-new {
	display: block;
}
.product-sort .product-thumb .thumb-description .caption h4 a{
	text-align: left;
	margin:0;
}
.product-sort .product-thumb .thumb-description .rating,
.product-list .product-thumb .rating {
	float: left;
	width: 100%;
	text-align: left;
	position: static;
	transition: none;
	padding: 0;
}
.product-sort .product-thumb .ttcart {
	float: none;
	position: static;
	margin: 0 0 8px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: 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;
	display: none !important;
}
.product-thumb .ttcart button.btn-cart span.loading {
	display: none !important;
}
.product-thumb .button-group button.loading > i{
	color: #fff;
}
.product-thumb .button-group button:hover.loading > i{
	color: #fff;
}
.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)
	}
}

/*----------------------------button css end----------------------*/
/*----------------------------Quickview css start----------------------*/
#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-content::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #000;
}
#quickview-content::-webkit-scrollbar {
	width: 5px;
}
.quickview-load-img {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 99999;
	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;
}
.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: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: none;
	height: 76%;
	left: 0;
	margin: 0 auto;
	overflow: auto !important;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 99;
}
.form-group .input-group-btn .btn-default {
	padding: 9px 12px;
}
#account-return .form-group .input-group-btn .btn-default {
	padding: 8px 12px;
}
.form-group .btn-default i.calendar-today {
	font-size: 20px;
	vertical-align: top;
}
.form-group .btn-block i.file-upload {
	font-size: 20px;
	vertical-align: top;
	line-height: 16px;
}
.product-quickview .product-image .thumbnail {
	border: 2px solid #e9e2dd;
	margin: 0;
	padding: 0;
}
.button-group button.btn-quickview span{
	display: none;
}
.product-quickview #quick-cart {
	float: left;
	padding: 12px 15px 12px 40px;
	position: relative;
	text-transform: capitalize;
	margin: 0 0 0 8px;
	letter-spacing: 1px;
}
.product-quickview #quick-cart::after {
	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: 480px) {
	#quickview-content {
		width: 90%;
	}
}
/*----------------------------Quickview css end----------------------*/
.product-block {
	float: left;
	width: 100%;
}
.product-image {
	float: left;
	width: 100%;
	margin-bottom:25px;
}
#product-product .product-image {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.product-product .product-image .thumbnail{
	background: none;
	border: none;
	padding: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
}
.product-product .product-images .additional-images-container {
	direction: ltr;
	position: relative;
	margin: 0 auto;
	padding: 0 45px;
	width: 90%;
	overflow: hidden;
	text-align: center;
}
#product-product #content .thumbnails .product-image .thumbnail .product-percent {
	top: 15px;
	right: 15px;
}
.product-product .additional-images .image-additional {
	cursor: pointer;
	display: block;
	margin: 5px;
	text-align: center;
	border: none;
}
.additional-images .owl-item,.related-items .owl-item {
	float:left;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.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 {
	padding: 0;
	float: left;
	width: 100%;
}
.additional-images .owl-nav button.owl-prev {
	left: -40px;
	right: auto;
}
.additional-images .owl-nav button.owl-next {
	right: -40px;
	left: auto;
}
.additional-images .owl-stage-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.product-quickview .product-images .owl-carousel .owl-nav.disabled {
	display: inline-block;
}
.owl-carousel .owl-wrapper {
	position: relative;
}
.products-list .customNavigation > .btn,
.additional-images-container .customNavigation > .btn {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
}
.additional-images .thumbnail{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin: 5px;
	padding: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.products-list .owl-carousel {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 15px 0 0;
	width: auto;
}
.image-additional {
	cursor: pointer;
	display: block;
	margin: 5px;
	text-align: center;
	border: 2px solid #e9e2dd;
}
.product-quickview .additional-images .image-additional img:hover, .product-quickview .image-additional img.selected {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.additional-images .image-additional img:hover, .image-additional img.selected {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.product-small-view {
	float: left;
	width: 100%;
	margin: 0 0 80px;
}
.product-small-view > .container {
	padding: 0 60px;
}
@media (max-width: 1600px) {
	.product-quickview .product-images .additional-images-container {
		width: 100%;
	}
}
@media (max-width: 1499px) {
	.full-header > .container {
		/* width: 1170px; */
		width: 1260px;
		padding: 0 15px;
	}
}
@media (max-width: 1399px) {
	.header-left {
		padding: 0 15px;
	}
	#logo {
		width: 165px;
		padding: 35px 0;
	}
}
@media (min-width:1351px) {
	.product-list .product-thumb .image {
		width: auto;
	}
}
@media (min-width:1200px) and (max-width:1350px) {
	.container {
		width: 1170px;
	}
	.product-sort .product-thumb .thumb-description .caption {
		width: 55%;
	}
	.product-sort .product-thumb .product-price-and-shipping {
		width: 10%;
	}
	.product-sort .product-thumb .button-group {
		width: 25%;
	}
}
@media (max-width: 1299px) {
	.full-header > .container {
		width: 1170px;
	}
}
@media (max-width: 1199px) {
	.header-right {
		margin: 0;
	}
	.full-header > .container {
		/* width: 950px; */
		width: auto;
		max-width: 1180px;
		padding: 0 10px;
	}
	#logo::after {
		border-left: 52px solid #c1b197;
		right: -52px;
	}
	#logo::before {
		border-right: 52px solid #c1b197;
		left: -52px;
	}
	.ttcat-main {
		margin: 0 0 50px 0;
	}
	.common-home .brand-carousel {
		margin: 0 0 30px 0;
	}
	.header-content-title .parallex {
		padding: 30px 0 0;
	}
	.product-small-view > .container {
		padding: 0;
	}
	.ttproduct-main {
		margin: 0 0 50px;
	}
	.special-carousel.products-list {
		margin: 0 0 50px;
	}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
		margin: 0 0 0 3px;
	}
	.product-sort .product-thumb .thumb-description {
		padding: 15px 0 15px 15px;
	}
	.product-sort .product-thumb .thumb-description .caption {
		width: 50%;
	}
	.product-sort .product-thumb .product-price-and-shipping {
		width: 15%;
	}
	.product-sort .product-thumb .button-group {
		width: 30%;
	}
	.product-product .product-images .additional-images-container {
		width: 80%;
	}
	.product-quickview .product-images .additional-images-container {
		position: static;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
	.product-quickview .product-image {
		margin-bottom: 20px;
	}
	.category-filter .filter-grid-list #grid-view2,
	.category-products .product-grid2	 {
		display: none;
	}
	.footer-top-cms {
		padding: 49px 20px;
	}
}
@media (min-width:992px) and (max-width:1201px) {
	#search .ttsearch_button .icon-search{
		width: 30px;
		margin-left: 5px;
	}
	.header_user_info .dropdown-toggle > i{
		width: 30px;
	}
	#logo {
		/* width: 135px; */
		width: 125px;
		padding: 40px 0;
	}
	.header-left {
		/* padding: 0 40px; */
		padding: 0;
	}
	.page-title-wrapper .breadcrumb-wrapper .container {
		width: 100%;
	}
	#column-left .left-right-inner > div, #column-right .left-right-inner > div {
		padding: 15px;
	}

	.product-sort .product-description{
		width: 42%;
	}
}
@media (min-width: 992px) {
	.header {
		min-height: 120px;
	}
	footer .footer-column ul {
		display: block !important;
	}
}
@media (max-width: 991px) {
	.header {
		background: #c1b197;
	}
	.special-carousel.products-list {
		margin: 0 0 40px;
	}
	#column-left .products-list .row > div .caption .price, #column-right .products-list .row > div .caption .price{
		width:auto;
	}
	#top-links > ul {
		padding: 20px 0;
	}
	.common-home header{
		position: static;
	}
	.header-content-title {
		margin: 0px 0px 20px;
	}
	.header-top {
		padding: 0;
	}
	#form-currency .btn-link.dropdown-toggle::after, #form-language .btn-link.dropdown-toggle::after{
		display:none;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle {
		top: 33px;
		margin: 0;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle{
		left: 0;
		right: auto;
	}
	.title_block h3 {
		margin: 0;
		font-size: 26px;
		line-height: 30px;
	}
	.header-top-left {
		float: left;
		width: auto;
		padding: 20px 0;
	}
	.tt-home .nav-tabs {
		margin: 0 0 20px;
	}
	.header-top-right .pull-left {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
	.full-header > .container {
		width: 100%;
		padding: 0 25px;
	}
	#top {
		text-align: center;
		padding: 0 5px;
	}
	.lang-curr {
		float: none;
		width: auto;
		text-align: center;
		padding: 0 0 15px;
	}
	.search {
		left: auto;
		border: none;
		bottom: 0px;
		float: left;
		position: absolute;
		right: 10px;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.position-static {
		float: left;
		width: 100%;
	}
	.header-left {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 171px;
		padding: 15px 0;
	}
	#logo {
		background: none;
		padding: 0;
		width: 100%;
	}
	#logo::after,
	#logo::before {
		display: none;
	}
	#top .btn-group.open .btn.btn-link.dropdown-toggle:hover,
	#top .btn-group.open .btn.btn-link.dropdown-toggle:focus,
	#top-links .list-inline > li.account-nav:hover > a,
	#top-links .list-inline > li.account-nav > a:focus,
	#top .btn-group.open .btn.btn-link.dropdown-toggle:hover::after,
	#top-links .dropdown.open > a:hover::after, #top .btn-group.open .btn.btn-link.dropdown-toggle:focus::after,
	#top-links .dropdown.open > a:focus::after {
		color: #111;
	}
	#top-links .list-inline > li.account-nav > a,
	#cart > button > i.shopping-cart {
		color: #111111;
	}
	#top-links .header_user_info ul.dropdown-menu {
		top: 70px;
	}
	#cart .dropdown-menu {
		top: 70px;
	}
	.ttcart #cart #cart-total {
		background: #111;
		color: #fff;
	}
	.TTProduct-Tab .tab-box-heading {
		margin:0;
	}
	.common-home .brand-carousel {
		margin: 0 0 50px 0;
	}
	.header-right {
		float: left;
		width: 100%;
		border-top: 1px solid #ededed;
	}
	.header-middle {
		width: 100%;
		padding: 0 130px 0 0;
		margin: auto auto 20px;
	}
	.header-middle .menu-container {
		float: left;
		width: 100%;
	}
	.ttproduct-main {
		margin: 0 0 10px;
	}
	#column-left .category-treeview.panel-default .list-group, #column-right .category-treeview.panel-default .list-group {
		margin: 0 0 5px;
		padding: 0 15px;
	}
	#product-product .layout-desc h2 {
		font-size: 20px;
		line-height: 32px;
		margin: 10px 0;
	}
	.layout-desc tr td.col-sm-4 {
		width: 45%;
		float: left;
	}
	.layout-desc tr td.col-sm-7 {
		float: left !important;
		width: 55%;
	}
	.ttcat-main {
		margin: 0 0 40px 0;
	}
	.product-thumb .rating,
	.product-thumb:hover .rating {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		top: -80px;
	}
	.product-thumb:hover .price {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.product-thumb .ttcart {
		position: static;
		margin: 5px 0 0;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.product-list .product-thumb .thumb-description .ttcart {
		margin: 0;
	}
	.product-tabs {
		margin: 30px 0;
	}
	.option-filter .btn-primary {
		border-radius:25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
	}
	.page-title-wrapper .page-title {
		font-size: 14px;
	}
	.page-title-wrapper .breadcrumb a {
		font-size: 13px;
	}
	.footer-top-cms {
		padding: 20px 0;
	}
	footer .footer-column ul, footer .footer-column1 ul {
		float: left;
		width: 100%;
		padding: 0 10px;
		margin: 0;
		text-align: left;
		display: none;
	}
	.footer-column li, .footer-column1 li {
		text-align: left;
		display: block;
		padding: 0;
	}
	.footer-column .list-unstyled li a::after, .footer-column1 .list-unstyled li a::after {
		display: none;
	}
	footer .footer-column h5:hover, footer .footer-column1 h5:hover {
		background:rgba(255,255,255,.1);
	}
	footer .footer-column h5::before {
		display: none;
	}
	#ttcmsfooter .footerlogo {
		margin: 0 0 20px 0;
		float: none;
		width: auto;
		text-align: center;
	}
	.bottomfooter {
		width: 100%;
		float: left;
		padding: 0;
		background: none;
	}
	.topfooter {
		width: 100%;
		padding: 0;
	}
	footer .footer-column h5.toggle::after, footer .footer-column1 h5.toggle::after {
		content: "\e145";
		display: block;
		font-family: "Material Icons";
		font-size: 18px;
		font-weight: 600;
		position: absolute;
		right: 10px;
		left: auto;
		top: 8px;
		font-style: normal;
	}
	#ttcmsfooter .footerlogo-img {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	footer .footer-column.active h5.toggle:after,
	footer .footer-column1.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer .follow-us.active h5.toggle:after,
	footer #ttcmsfooter.active h5.toggle:after,
	footer .footer-column .follow-us.active h5.toggle::after,
	.footer-right-cms .contact-us.active > h5.toggle:after{
		content: "\e15b";
		font-weight:500;
	}
	.footer-section {
		width: 100%;
		border: none;
	}
	.checkout-cart #content{
		margin:0 0 30px;
	}
	.information-contact footer{ margin:10px 0 0;}

	.option-filter-box .list-group-items div.list-group-item {
		display: none;
		padding: 0;
	}
	.option-filter-box a.list-group-item:after {
		top: 5px;
		content: "\e5cf";
	}
	.option-filter-box a.list-group-item.collapsed::after {
		content: "\e5ce";
	}
	.option-filter-box a.list-group-item {
		padding: 5px 0 10px;
	}
	/*------------------------------------- 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;
		margin: 0 0 70px 0;
	}
	#column-left .panel-default,
	#column-right  .panel-default,
	#column-left .left-right-inner > div,
	#column-right .left-right-inner > div,
	#column-left  .category-treeview.panel-default,
	#column-right  .category-treeview.panel-default {
		padding: 0;
		cursor: pointer;
		margin: 0 0 20px;
		border-bottom: none;
		border: 1px solid #e9e2dd;
	}
	#column-left  .panel-heading::before,
	#column-right  .panel-heading::before,
	#column-left  .box-heading > h3::before,
	#column-right  .box-heading > h3::before {
		border: none;
		position: static;
		display: none;
	}
	.close-filter{
		display:none;
	}
	#column-left  .panel-heading,
	#column-right  .panel-heading,
	#column-left  .box-heading > h3,
	#column-right  .box-heading > h3 {
		padding:15px;
		margin: 0;
		float: left;
		width: 100%;
		background: none;
	}
	#column-left .toggle::after, #column-right .toggle::after {
		content: "\e145";
		float: right;
		font-family: "Material Icons";
		color: #111;
		font-size: 16px;
		font-weight: 500;
		left: auto;
		position: absolute;
		right: 15px;
		left: auto;
		top: 15px;
		display: block;
		background: none;
		font-style: normal;
	}
	#column-left .panel-default.active > div.toggle:after,
	#column-left .products-list.active > div.toggle:after,
	#column-right .panel-default.active > div.toggle:after,
	#column-right .products-list.active > div.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 {
		float: left;
		width: 100%;
		padding:0 15px 15px;
	}

	#column-left .list-group .list-group-item,
	#column-right .list-group .list-group-item {
		float: left;
		width: 100%;
	}
	#column-left .panel > .list-group,
	#column-right .panel > .list-group {
		float: left;
		width: 	100%;
		margin: 0 0 0;
		padding:0 15px 15px;
	}
	#column-left .sidebar.panel.panel-default.information-list .list-group, #column-right .sidebar.panel.panel-default.information-list .list-group {
		padding: 0 15px;
		margin: 0 0 10px;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
	#column-left .panel-default.option-filter,
	#column-right .panel-default.option-filter {
		display: none;
	}
	.category-treeview ul {
		float: left;
		width: 100%;
		margin: 0;
	}
	.option-filter-box {
		background: #fff;
		border: 1px solid #ebebeb;
		float: left;
		padding: 15px;
		width: 100%;
		margin: 20px 0 0;
	}
	.option-filter-box .list-group .list-group-item, .option-filter-box .radio, .option-filter-box .checkbox {
		width: 100%;
		float: left;
		border: none;
		color: #414141;
		margin-top: 0;
		background: #fff;
		font-weight: 600;
	}
	.option-filter-box .list-group .list-group-item {
		color: #000;
	}
	.option-filter-box .checkbox:hover {
		color: #111;
	}
	.option-filter-box .list-group {
		float: left;
		width: 100%;
		margin: 0;
	}
	.option-filter-box .panel-footer {
		float: left;
		width: 100%;
		background:none;
		padding: 0;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
	/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
	body > .container > .row > #content {
		float: left;
		width: 100%;
	}
	body > .container > .row > #column-left {
		float: left;
		width: 100%;
	}
	#tab-description .layout-col-01, #tab-description .layout-col-02,
	#tab-description .layout-col-03, #tab-description .layout-col-04 {
		padding: 0 15px !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.product-product #content{
		width: 100%;
	}
	.product-details .rating > a {
		font-size: 13px;
		padding: 0 5px 0 0;
	}
	#ttcmsheader .ttcmsheader .container {
		width: 700px;
	}
}
@media (max-width: 767px) {
	.header-top-left .pull-left {
		margin: 0 10px 0 0;
	}
	.categoryslider-content{
		display: inline-block;
	}
	.ttcat-tab{
		width:100%;
	}
	.ttcat-main .tab-content{
		width:100%;
	}
	.tt-home .nav-tabs{
		width: 80%;
	}
	.page-title-wrapper .container {
		padding: 0;
	}
	.page-title-wrapper .breadcrub {
		padding: 10px 15px;
	}
	#tab-review .form-group.required {
		margin-left: -10px;
		margin-right: -10px;
	}
	.contact-link ul li {
		float: none;
		width: auto;
		vertical-align: top;
		display: inline-block;
		text-align: center;
	}
	.header-right #top-links .ttcart {
		margin: 0;
	}
	.option-filter-box .list-group .list-group-item,
	.option-filter-box .radio, .option-filter-box .checkbox {
		width: 100%;
		float: left;
	}
	.product-category #content {
		float: left;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		padding: 15px;
		float: left;
	}
	.information-contact .store-contact {
		clear: both;
	}
	footer .footer-column h5.toggle {
		float: left;
		width: 100%;
		padding: 10px;
		cursor: pointer;
	}
	#quickview-content {
		height: 84%;
		padding: 25px 20px;
		padding-top: 35px;
	}
	.product-product .product-images {
		width: 100%;
	}
	.checkout-cart #content .input-group input {
		min-width: 20px;
	}
	.category-filter .filter-grid-list #grid-view,
	.category-products .product-grid	 {
		display: none;
	}
	.product-list .product-thumb .thumb-description .caption .ttproducthover .btn-cart {
		margin: 0 0 5px;
		padding: 8px 15px 8px 12px;
	}
	#cart .dropdown-menu {
		max-width: 320px;
	}
	.product-product .product-images .additional-images-container {
		width: 440px;
	}
	.product-quickview .product-images .additional-images-container {
		width: 90%;
	}
	#product-product .layout-desc tr td.col-sm-6 {
		float: left;
		width: 50%;
	}
	#product-product .layout-desc tr td.col-sm-7 div.col-sm-4{
		padding: 0 !important;
	}
	#product-product .layout-desc tr td.col-sm-4 {
		width: 100%;
	}
	.footer .footer-column h5.toggle{margin-bottom:2px;padding:10px;display:block;text-transform:uppercase;}
	.product-category .list-group-item{border:none;}
	.product-category .list-group{margin-bottom:0px;}
	.product-category .option-filter-box {
		margin-top: 10px;
	}
	.product-thumb .button-group,
	.product-thumb:hover .button-group {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		bottom: 20px;
	}
	.product-thumb .sale-icon {
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		left: 15px;
	}
	.product-thumb .percent {
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		right: 15px;
		left: auto;
	}
	.product-list .product-thumb .image img {
		width: 100%;
	}
	.related-carousel.products-list .product-thumb .image {
		float: none;
		width: auto;
		display: inline-block;
	}
	.product-thumb .ttproducthover{
		right: 25px;
	}
	.category-products .product-grid,
	.category-products .product-grid1 {
		width: 50%;
		float: left;
		text-align: center;
	}
	.category-products .product-grid {
		width: 33.33%;
	}
	body > .container > .row > #column-left {
		display: block;
	}
	.contact-link > ul {
		display: inline-block;
		float: none;
	}
	.bottom-footer {
		text-align: center;
	}
	#goToTop {
		right: 20px;
	}
	.checkout-cart .sub-total-table {
		float: none;
	}
	.checkout-cart h2 {
		font-size: 16px;
	}
	.checkout-cart #accordion .panel-heading a {
		font-size: 14px;
	}
	.checkout-checkout h4 {
		font-size: 15px;
	}
	.header-content-title .parallex {
		padding: 10px 0;
	}
	#content .category-filter {
		margin: 20px 0 20px;
	}
	.product-thumb .image img {
		width: 100%;
	}
	.common-home .brand-carousel {
		margin: 0 0 20px 0;
	}
}
@media (min-width:481px) and (max-width:767px) {
	#product-product .product-image {
		margin: 0 auto;
		width: 80%;
		position: relative;
		float: none;
	}
}
@media (max-width:650px) {
	.ttproduct-main {
		margin: 0 0 30px;
	}
}
@media (max-width:650px) {
	.header-left {
		width: 135px;
		padding: 21px 0;
	}
	#product-product .layout-desc tr td.col-sm-6 {
		width: 100%;
	}
	#product-product .layout-desc .image img {
		width: 100%;
	}
	body {
		font-size: 13px;
	}
	.ttcat-main {
		margin: 0 0 20px;
	}
	#quickview-content {
		width: 90%;
	}
	.products-list{
		margin-bottom:20px;
	}
	#column-left .left-right-inner > div:last-child {
		margin-bottom: 0;
	}
	#cart .header-cart-toggle .text-left.name > a, #cart .header-cart-toggle .text-right.amount {
		font-size: 13px;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle {
		top: 28px;
	}
	footer a,.contact-us .data{
		font-size: 13px;
	}
	.product-tabs {
		border: none;
	}
	.product-small-view {
		margin: 0;
	}
	.nav-tabs {
		text-align: center;
	}
	.product-product .nav-tabs > li > a {
		margin: 0 0 5px;
	}
	.contact-link > ul {
		padding: 8px 0;
	}
	.category-description .category-content p {
		font-size: 13px;
		margin: 10px 0 0;
	}
	.page-title-wrapper .page-title {
		text-align: center;
		width: 100%;
	}
	.breadcrumb {
		float: left;
		width: 100%;
	}
	.header-mail {
		display: none;
	}
	#top .container {
		padding: 0;
	}
	.TTProduct-Tab .nav.nav-tabs {
		width: 60%;
		margin: 0 0 15px;
	}
	.TTProduct-Tab .nav-tabs > li {
		margin: 0 0 5px;
		width: 100%;
	}
	.product-product .product-images .additional-images-container {
		width: 270px;
	}
	.additional-images .image-additional img {
		width: auto;
	}
	#cart .dropdown-menu li.cart-product {
		max-height: 270px;
		max-width: 270px;
	}
	#cart .header-cart-toggle .table.table-bordered {
		width: 270px;
	}
	#cart .dropdown-menu li p {
		margin: 0px;
		width: 270px;
	}
	#cart .header-cart-toggle .table > tbody > tr > td.image {
		width: auto;
	}
	.table {
		overflow: scroll;
		display: inline-block;
	}
	#checkout-cart .sub-total-table .table.table-bordered {
		border: transparent;
	}
	.table td {width: 100%;}
	#cart .dropdown-menu li > div { min-width: 100%;}
	.product-tabs .nav-tabs li {
		width: 100%;
	}
	.category-pagination .text-left,.category-pagination .text-right {width: 100%;}
	.category-pagination .text-right{float:none;}
	.category-pagination .text-left{margin-bottom:10px;}
	.category-pagination div.text-left, .category-pagination div.text-right{margin:0;}
	.category-pagination{margin:20px 0px 30px;}
	.category-pagination .text-left,.category-pagination .text-right {width: 100%; text-align:center;}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #ebebeb;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
	.product-product .nav-tabs > li{margin-left:0px;}

	.product-list .product-thumb .image,
	.product-sort .image {
		width: 100%;
	}
	.product-layout.product-list .product-thumb .image::after,
	.product-sort .product-thumb .image::after {
		display: none;
	}
	.product-list .product-thumb .thumb-description,
	.product-sort .product-thumb .thumb-description {
		width: 100%;
		padding: 15px 0 0;
	}
	.product-sort .product-thumb .thumb-description .caption {
		width: 100%;
		text-align: center;
	}
	.product-sort .product-thumb .thumb-description .rating {
		text-align: center;
	}
	.product-sort .product-thumb h4{
		text-align: center;
	}
	.product-sort .product-thumb .product-price-and-shipping {
		float: left;
		margin: 8px 0;
		width: 100%;
	}
	.product-sort .product-thumb .button-group {
		width: 100%;
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.product-list .product-thumb .button-group .btn-cart, .product-sort .product-thumb .button-group button.btn-cart {
		padding: 0;
		width: 42px;
	}
	.product-list .product-thumb .button-group .btn-cart i,
	.product-sort .product-thumb .button-group .btn-cart i {
		width: 42px;
	}
	.product-list .product-thumb .button-group button.btn-cart i::before,
	.product-list .product-thumb .button-group button.btn-cart i::after,
	.product-sort .product-thumb .button-group button.btn-cart i::before,
	.product-sort .product-thumb .button-group button.btn-cart i::after {
		width: 42px;
	}
	.product-list .product-thumb .button-group button.btn-cart span, .product-sort .product-thumb .btn-cart span {
		display: none !important;
	}
	#product-product .layout-desc {
		margin: 0 0 20px;
	}
	#product-product .layout-desc h2 {
		font-size: 20px;
		line-height: 32px;
		margin: 5px 0;
	}
	.product-details .rating > a {
		margin:5px 8px 0 0;
		padding:0 8px 0 0;
		border-right:none;
	}
	.rating .product-rating {
		margin: 0;
		width: 100%;
		border-right:none;
	}
	.form-horizontal .control-label {
		width: 100%;
	}
	.checkout-cart .buttons .pull-left {
		text-align: center;
		width: 100%;
	}
	.checkout-cart .buttons .pull-right {
		margin-top: 15px;
		text-align: center;
		width: 100%;
	}
	#top .fa.fa-caret-down {
		padding:0;
	}
	.checkout-cart #content .input-group input {
		width: 100%;
	}
	.checkout-cart #content .input-group .input-group-btn {
		display: table;
	}
	.checkout-cart #content .input-group {
		display: inline-block;
		vertical-align: top;
		float: left;
		width: 100%;
	}
	.checkout-cart #content .input-group .input-group-btn #button-voucher, .checkout-cart #content .input-group #button-coupon {
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		margin: 5px 0 0;
	}
	.category-list h5 {
		margin: 5px 0 10px;
	}
	.category-list li a {
		font-size: 13px;
	}
	.category-filter .filter-sort-by, .category-filter .filter-show {
		float: left;
		clear: both;
		margin: 5px 0;
	}
}
@media (max-width: 480px) {
	.full-header > .container {
		padding: 0 15px;
	}
	#top-links > ul > li {
		padding: 0;
	}
	.header_user_info .dropdown-toggle > i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 26px;
	}
	#cart > button > i.shopping-cart {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	#cart > .btn {
		height: 40px;
	}
	.ttcart #cart #cart-total {
		font-size: 10px;
		line-height: 12px;
		top: 12px;
		height: 14px;
		width: 14px;
	}
	#cart .dropdown-menu,
	#top-links .header_user_info ul.dropdown-menu {
		top: 55px;
	}
	#top-links > ul > li.wishlist a .wishlist-total {
		top: -5px;
	}
	.header-left {
		left: 50px;
		right: auto;
		width: 100px;
		padding: 15px 0;
	}
	#top-links > ul {
		padding: 10px 0;
	}
	.header-top-left {
		padding: 10px 0;
	}
	.brand-carousel .brand-items .img-responsive {
		width: 90%;
	}
	.category-description .category-image {
		text-align: center;
	}
	.category-description .category-image .category-bg {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.category-filter .filter-show, .category-filter .filter-sort-by {
		margin: 5px 0;
		float: left;
		clear: both;
	}
	.category-products .product-grid1 {
		width: 100%;
	}
	#tab-description .layout-col-01, #tab-description .layout-col-02,
	#tab-description .layout-col-03, #tab-description .layout-col-04,
	#tab-description .layout-col-05, #tab-description .layout-col-06 {
		float: left;
		margin: 0 0 20px;
		width: 100%;
	}
}

@media (max-width:360px) {
	.category-products .product-grid {
		width: 100%;
	}
}
/*-------------------------------------------- Common Title CSS Start -------------------------------------------------*/
.box-heading h3, .title_block h3 {
	color: #111111;
	font: 500 34px/40px "Oswald",Helvetica,sans-serif;
	text-align: center;
	display: inline-block;
	float: none;
	margin: 0 0 15px;
	position: relative;
	vertical-align: top;
	width: 100%;
	cursor: pointer;
	padding: 0 0 45px;
	text-transform: uppercase;
}
.box-heading h3::after {
	background: rgba(0,0,0,0) url("TemplateTrip/images/separator.png")no-repeat scroll center bottom;
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: auto;
	bottom: 0;
	margin: 0 auto;
	height: 33px;
	width: 100%;
}
.products-list .box-heading {
	text-align: center;
	position: relative;
}
@media (max-width: 991px) {
	.box-heading h3, .title_block h3 .title_block .ttblock-heading {
		font-size: 26px;
		line-height: 32px;
	}
}
@media (max-width: 480px) {
	.box-heading h3, .title_block h3 .title_block .ttblock-heading {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 15px;
	}
}

/*-----------------Start TT - CMS- About US------------------------*/
#ttcmsaboutus {
	float: left;
	margin: 0 0 120px;
	position: relative;
	width: 100%;
}
#ttcmsaboutus .content {
	float: left;
	width: 100%;
	padding: 20px 0;
}
#ttcmsaboutus .image_border img {
	max-width: 100%;
}
#ttcmsaboutus .ttaboutus-desc {
	text-align: center;
	float:left;
}
#ttcmsaboutus .ttaboutus .ttcmsaboutus-banner {
	float:right;
}
#ttcmsaboutus .ttabout-desc {
	color: #666;
	display: inline-block;
	float: none;
	font: 400 16px/20px "Poppins",sans-serif;
	margin: 0 0 25px;
	vertical-align: top;
	width: auto;
	text-align: center;
}
#ttcmsaboutus .tt-hex-main,
#ttcmsaboutus .tt-hex {
	width: 500px;
	height: 600px;
	border-radius: 16px;
}
#ttcmsaboutus .tt-hex {
	width: 500px;
	height: 600px;
}
#ttcmsaboutus .tt-hex-main {
	z-index: -1;
	position: absolute;
	top: 0;
	left: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:0;
	margin:auto;
	right:-50%;
}
#ttcmsaboutus .tt-hex-shadow {
	top: 15px;
	left: 0;
	position: absolute;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	zoom: 1;
	filter: alpha(opacity=10);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#ttcmsaboutus .tt-hex-shadow .tt-hex-bottom::before {
	background-color: #5a3733;
}
#ttcmsaboutus .tt-hex-white {
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tt-hex {
	overflow: hidden;
	display: inline-block;
	width: 154px;
	height: 133.364px;
	transform: rotate(-30deg) skewX(30deg);
	border-radius: 14px;
}
#ttcmsaboutus .tt-hex-white .tt-hex-bottom::before {
	background-color: #f8f7f1;
}
.tt-hex .tt-hex-bottom::before {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	background-color: #eb6d2f;
	content: '';
	transition: all .3s ease;
}
.tt-hex .tt-hex-bottom {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.tt-hex > .tt-hex-bottom, .tt-hex > .tt-hex-bottom::before {
	display: block;
	overflow: hidden;
	width: inherit;
	height: inherit;
	border-radius: inherit;
}
#ttcmsaboutus .tt-hex-gray {
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 420px;
	height: 480px;
	right: 0;
	bottom: 0;
	margin: auto;
}
#ttcmsaboutus .tt-hex-gray .tt-hex-bottom::before {
	background-color: #fff;
}
#ttcmsaboutus .aboutus-title  {
	color: #e55915;
	font: 400 46px/48px "Dancing Script",helvetica,sans-serif;
	padding: 0 0 10px;
}
#ttcmsaboutus .aboutus-heading {
	color: #413023;
	margin: 0 0 25px;
	font: 400 42px/46px "Poppins",helvetica,sans-serif;
}
#ttcmsaboutus .aboutus-content {
	padding: 0;
	margin:10px 0 25px;
}
#ttcmsaboutus .ttaboutus-desc .btn-explore{
	float:left;
	width:100%;
}
#ttcmsaboutus .ttaboutus-desc .btn-explore a {
	border: 2px solid #c1b197;
	border-radius: 25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
	color: #111;
	display: inline-block;
	float: none;
	font: 600 14px/20px "Poppins",sans-serif;
	letter-spacing: 1.4px;
	padding: 10px 25px;
	text-transform: capitalize;
	vertical-align: top;
	width: auto;
	background: #c1b197 none repeat scroll 0 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#ttcmsaboutus .ttaboutus-desc .btn-explore > a:hover {
	background: #ff6a19 none repeat scroll 0 0;
	border-color: #ff6a19;
	color: #ffffff;
}
#ttcmsaboutus .text {
	color: #333;
	float: left;
	font: 400 43px/46px "Dancing Script",helvetica,sans-serif;
	width: 100%;
	margin:0 0 30px;
}
#ttcmsaboutus .main_image img {
	max-width: 100%;
	transition: all 0.9s ease 0s;
	-webkit-transition:  all 0.9s ease 0s;
	-moz-transition:all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition:all 0.9s ease 0s;
}
#ttcmsaboutus:hover .main_image img {
	transform: scale(0.9,0.9);
}
@media(max-width:1780px) {
	#ttcmsaboutus .tt-hex-main {
		right:-30%;
	}
}
@media(max-width:1500px) {
	#ttcmsaboutus .tt-hex-main {
		right:-22%;
	}
	#ttcmsaboutus .main_image img {
		max-width:95%;
	}
}
@media(max-width:1400px) {
	#ttcmsaboutus .tt-hex-main {
		display:none;
	}
	#ttcmsaboutus {
		margin:0 0 80px;
	}
}
@media(max-width:1199px) {
	#ttcmsaboutus .ttcmsaboutus-banner{
		padding:0 15px;
	}
	#ttcmsaboutus{
		margin: 0 0 50px;
	}
	#ttcmsaboutus .ttabout-desc{
		background-size: 100%;
		margin:0 0 30px;
		width:100%;
	}
	#ttcmsaboutus .content {
		padding: 0;
	}
	#ttcmsaboutus .aboutus-heading {
		margin:0 0 30px;
	}
}
@media(max-width:991px) {
	#ttcmsaboutus .aboutus-heading {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 20px;
	}
	#ttcmsaboutus .ttabout-desc	{
		margin: 0 0 20px;
	}
	#ttcmsaboutus .ttaboutus-desc {
		width:100%;
	}
	#ttcmsaboutus .ttaboutus-desc .btn-explore a{
		padding: 6px 16px;
		font-size:13px;
	}
	#ttcmsaboutus .aboutus-title {
		font-size: 40px;
		line-height: 42px;
		padding: 0 0 10px;
	}
	#ttcmsaboutus .text	{
		font-size:43px;
		line-height:45px;
	}
	#ttcmsaboutus .content {
		padding: 40px 0 0;
	}
	#ttcmsaboutus .ttaboutus .ttcmsaboutus-banner {
		width:100%;
		text-align: center;
	}
	#ttcmsaboutus .main_image img {
		max-width: 80%;
	}
}
@media(max-width:767px) {
	#ttcmsaboutus .ttcmsaboutus-banner .main_image{
		text-align:center;
	}
	#ttcmsaboutus .ttaboutusblock{
		text-align:center;
	}
	#ttcmsaboutus .ttcmsaboutus-banner {
		padding: 0;
	}
	#ttcmsaboutus {
		margin: 0 0 40px;
	}
	#ttcmsaboutus .ttaboutus-desc {
		padding: 0;
	}
	#ttcmsaboutus .aboutus-heading {
		margin: 0 0 10px;
	}
}
@media(max-width:543px) {
	#ttcmsaboutus .ttaboutus{
		padding:0;
	}
	#ttcmsaboutus .content {
		padding: 20px 0 0;
	}
	#ttcmsaboutus .ttaboutus-desc {
		float: none;
		display: inline-block;
		width: auto;
		vertical-align: top;
	}
}
/*-----------------End TT - CMS- About US------------------------*/
/* ----------------- Start TT - CMS testimonial ------------------- */
#ttcmsparallax {
	float: left;
	text-align: center;
	width: 100%;
	position: relative;
}
#ttcmsparallax .parallex {
	background-color: #111111;
	float: left;
	height: 550px;
	width: 100%;
}
#ttcmsparallax .testimonial-block {
	float: left;
	width: 100%;
	padding: 98px 0;
}
#ttcmsparallax .tt-testimonial {
	float: none;
	width: 72%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#ttcmsparallax .tt-testimonial .testimonial-img {
	float: none;
	display:inline-block;
	vertical-align:top;
	width: auto;
	margin:10px 0;
}
#ttcmsparallax .tt-testimonial .testimonial-img img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	max-width: 100%;
	border:5px solid #fff;
}
#ttcmsparallax .tt-testimonial .testimonial-desc {
	font: Italic 400 16px/30px 'Poppins', Helvetica, sans-serif;
	padding:50px 0 25px;
	color:#fff;
}
#ttcmsparallax .tt-testimonial .testimonial-desc::before {
	content: "\e244";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	font-family: material icons;
	font-size: 50px;
	color: #c1b197;
	text-align: center;
	bottom: auto;
	font-style: normal;
}
#ttcmsparallax .tt-testimonial .testimonial-content {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 10px 0;
}
#ttcmsparallax .tt-testimonial .testimonial-content .testimonial-title {
	font:400 14px/28px 'Poppins', Helvetica, sans-serif;
	margin:0;
	font-weight:20;
	color:#c1b197;
}
#ttcmsparallax .tt-testimonial .testimonial-content .testimonial-subtitle {
	font-size:12px;
	color:#fff;
	font:italic 400 12px/14px 'Poppins', Helvetica, sans-serif;
}
#ttcmsparallax .tttestimonial-carousel .owl-dots {
	margin: 15px 0 0 0;
	float: left;
	width: 100%;
}
.tttestimonial-carousel .owl-dots .owl-dot span{
	background: #d3d3d3;
}
.tttestimonial-carousel .owl-dots .owl-dot:hover span, .tttestimonial-carousel .owl-dots .owl-dot.active span{
	background: #c1b197;
}
@media(max-width:991px)
{
	#ttcmsparallax .testimonial-block {
		padding: 68px 0;
	}
	#ttcmsparallax .tt-testimonial .testimonial-desc {
		width: 100%;
		padding: 50px 0 20px;
	}
	#ttcmsparallax .parallex {
		height:530px;
	}
}

@media(max-width:767px)
{
	#ttcmsparallax .tt-testimonial .testimonial-desc {
		width: 100%;
	}
	#ttcmsparallax .tt-testimonial {
		width: 82%;
	}
	#ttcmsparallax .testimonial-block {
		padding: 83px 0;
	}
}
@media(max-width:543px) {
	#ttcmsparallax .parallex {
		height:100%;
	}
	#ttcmsparallax .testimonial-block {
		padding: 48px 0;
	}
	#ttcmsparallax .tt-testimonial {
		width: 100%;
	}
	#ttcmsservices .service::after {
		display:none;
	}
	#ttcmsparallax .tt-testimonial .testimonial-desc {
		font-size: 14px;
	}
}
@media (max-width: 320px){
	#ttcmsparallax .testimonial-block {
		padding: 38px 0;
	}
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ------------------ Strat TT - CMS Services block --------------------- */
#ttcmsservices {
	float: left;
	margin:0 0 40px;
	width: 100%;
}
#ttcmsservices .ttcmstopservice-content .service {
	padding: 10px 0;
	text-align:center;
}
#ttcmsservices .ttcmstopservice-content .service .service-icon {
	float: left;
	height: 60px;
	width: 60px;
	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;
}
#ttcmsservices .ttcmstopservice-content .service .ttsupport_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -30px -10px;
}
#ttcmsservices .ttcmstopservice-content .service:hover .ttsupport_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -135px -10px;
}
#ttcmsservices .ttcmstopservice-content .service .ttshare_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -30px -110px;
}
#ttcmsservices .ttcmstopservice-content .service:hover .ttshare_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -135px -110px;
}
#ttcmsservices .ttcmstopservice-content .service .ttsaving_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -30px -200px;
}
#ttcmsservices .ttcmstopservice-content .service:hover .ttsaving_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -135px -200px;
}
#ttcmsservices .ttcmstopservice-content .service .ttsmart_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -29px -298px;
}
#ttcmsservices .ttcmstopservice-content .service:hover .ttsmart_img.service-icon{
	background:url("TemplateTrip/images/store-services.png") repeat scroll -134px -298px;
}
#ttcmsservices .ttcmstopservice-content .service .service-desc {
	color: #666;
	font: 400 13px/20px "poppins",Helvetica,sans-serif;
	width: auto;
}
#ttcmsservices .service .service-content .service-title {
	color: #111;
	font: 500 18px/20px "Oswald",Helvetica,sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#ttcmsservices .service:hover .service-content .service-title {
	color:#545a3e;
}
#ttcmsservices .service .service-icon-background {
	display: inline-block;
	float: none;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
}
#ttcmsservices .service .service-content {
	cursor: pointer;
	display: inline-block;
	float: none;
	padding: 15px 0 15px 0;
	text-align: center;
	vertical-align: top;
	width:100%;
}
#ttcmsservices .ttcmstopservice-content .owl-item {
	float:left;
	position:relative;
}
#ttcmsservices .ttcmstopservice-content .owl-item:last-child::after {
	border-right: none;
}
@media(min-width:992px){
	#ttcmsservices .ttcmstopservice-content .owl-item::after {
		border-right: 1px solid rgba(0,0,0,0.1);
		bottom: 0;
		content: "";
		height: 100px;
		left: auto;
		position: absolute;
		right: 0;
		top: 0;
		margin: auto;
	}
}
@media(max-width:1200px){
	#ttcmsservices .ttcmstopservice-content .service {
		padding: 0;
	}
	#ttcmsservices {
		margin: 0 0 30px;
	}
}
@media(max-width:1199px){
	#ttcmsaboutus .tttrendsdesc .ttcmsaboutusblock .ttcmsaboutus-content {
		padding: 0;
	}
	#ttcmsservices .service .service-icon-background {
		float: left;
		text-align: center;
		width: 100%;
	}
	#ttcmsservices .ttcmstopservice-content .service .service-icon {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	#ttcmsservices .service .service-content {
		float: none;
		text-align: center;
		width: 100%;
	}
	#ttcmsservices .ttcmstopservice-content .service::before {
		top: 55px;
	}
}
@media(max-width:991px){
	#ttcmsservices .service .service-content .service-title {
		font-size:14px;
	}
	#ttcmsservices {
		margin: 0 0 10px;
	}
}
@media(max-width:543px){
	#ttcmsservices .service .service-content {
		padding: 5px 0;
	}
}
/* ------------------ End TT - CMS Services block --------------------- */
/*-------------------start ot-cmsoffer block------------------------*/
#ttcmsoffer {
	position: relative;
	float: left;
	width: 100%;
	background: #e8e1da;
	margin:0 0 65px;
}
#ttcmsoffer .ttoffer-parallax .parallex {
	float: left;
	height: 780px;
	background-size: cover;
	width: 100%;
}
#ttcmsoffer .ttoffer-content .ttoffer-image a {
	position: relative;
	overflow: hidden;
	display: block;
}
#ttcmsoffer .ttoffer-content .ttoffer-image img {
	max-width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 100%;
}
#ttcmsoffer .ttoffer-content .ttoffer-image:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
#ttcmsoffer::after{
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center bottom;
	background-size: auto;
	top: auto;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom:-1px;
	z-index: 1;
}
#ttcmsoffer::before{
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center top;
	background-size: auto;
	top: -1px;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom:auto;
	z-index: 1;
}
#ttcmsoffer .main-content {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
#ttcmsoffer .main-content .ttoffer-parallax {
	padding: 0;
	background: #413016;
}
#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
	color: #222;
	font: 500 46px/56px 'Oswald',Helvetica,sans-serif;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 50px;
	text-transform: uppercase;
	background:rgba(0, 0, 0, 0) url("TemplateTrip/images/separator-cms.png") no-repeat scroll center bottom;
}
#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p{
	color: #666;
	font: 400 14px/24px 'poppins',Helvetica,sans-serif;
	text-align: center;
	padding: 0 0;
	width: 55%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc{
	float:left;
	width:100%;
}
#ttcmsoffer .content .ttoffer-main {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsoffer .content .ttoffer-btn a {
	font: 500 14px/26px "Poppins",helvetica,sans-serif;
	color: #fff;
	padding: 9px 25px;
	background: #545a3e;
	margin: 30px 0 0;
	cursor: pointer;
	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;
}
#ttcmsoffer .content .ttoffer-btn:hover a ,
#ttcmsoffer .content .ttoffer-btn:active a ,
#ttcmsoffer .content .ttoffer-btn:focus a {
	background: #c1b197;
	color: #000;
}
#ttoffer-desc {
	float: left;
	width: 100%;
}
#ttoffer-desc .content {
	float: left;
	width: 100%;
}
#ttoffer-desc .content .ttoffer-main .ttoffer-right {
	float: left;
	width: 100%;
}
#ttcmsoffer .content .ttoffer-btn{
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0;
	float:none;
}
#ttcmsoffer .ttoffer-content .ttoffer-image {
	padding: 0;
}
@media (max-width:1600px) {
	#ttcmsoffer .content .ttoffer-main {
		float: left;
		width: 100%;
		text-align: center;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		color: #666;
		font: 400 16px/24px 'poppins',Helvetica,sans-serif;
		text-align: center;
		padding: 0 0;
		width:95%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}
}
@media (max-width:1200px) {
	#ttcmsoffer {
		margin: 0 0 50px;
	}
	#ttcmsoffer .ttoffer-parallax .parallex {
		height: 720px;
	}
}
@media (max-width:1199px) {
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
		font-size:34px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		width: 100%;
	}
	#ttcmsoffer .ttoffer-content {
		padding: 30px 0;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		font-size:14px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc {
		float: none;
		width: 80%;
		display: inline-block;
		vertical-align: top;
	}
	#ttcmsoffer .ttoffer-parallax .parallex {
		height: 620px;
	}
}
@media (max-width:991px) {
	#ttcmsoffer .ttoffer-parallax .parallex {
		height: 500px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
		font-size:28px;
		line-height: 40px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
		margin: 0 0 15px;
		padding: 0 0 40px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		font-size:14px;
		line-height:22px;
	}
	#ttcmsoffer .content .ttoffer-btn {
		margin: 20px 0 0;
		padding: 6px 0;
	}
	#ttcmsoffer {
		margin:0 0 35px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		width: 80%;
	}
}
@media (max-width:767px) {
	#ttcmsoffer .ttoffer-content {
		padding: 60px 0;
		width: 100%;
	}
	#ttcmsoffer .ttoffer-content .ttoffer-image {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 0 15px;
	}
	#ttcmsoffer .ttoffer-content {
		padding:15px 0 60px;
		text-align: center;
		float: left;
		display:table;
	}
	#ttcmsoffer .ttoffer-parallax .parallex {
		height: 100%;
	}
	#ttcmsoffer .ttoffer-content .ttoffer-inner {
		width: 100%;
	}
	#ttcmsoffer {
		margin:0 0 25px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		width: 80%;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
		margin: 10px 0 15px;
	}
	#ttcmsoffer .main-content {
		display: block;
	}
	#ttcmsoffer .main-content .ttoffer-parallax {
		width: 100%;
		height: 400px;
	}
	#ttcmsoffer .ttoffer-content {
		width: 100%;
	}
}
@media (max-width:543px) {
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
		font-size: 24px;
		line-height: 40px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-title {
		margin:10 0 15px;
	}
	#ttcmsoffer {
		margin:0 0 15px;
	}
	#ttcmsoffer .ttoffer-inner .content .ttoffer-main .ttoffer-right .ttoffer-desc p {
		width:90%;
	}
}
/*-------------------end ot-cmsoffer block------------------------*/
/*  ------- End  OT-CMStestimonial block ----------*/
#ttcmstestimonial {
	float: left;
	text-align: center;
	width: 100%;
	margin:0 0 60px;
	background: #e8e1da;
	position: relative;
}
#ttcmstestimonial::after{
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center bottom;
	background-size: auto;
	top: auto;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom:-1px;
	z-index: 1;
}
#ttcmstestimonial .tttestimonial-parallax {
	padding: 0;
}
#ttcmstestimonial img {
	width: auto;
}
#ttcmstestimonial {
	float: left;
	margin: 0 0 80px;
	position: relative;
	width: 100%;
	text-align:center;
}
#ttcmstestimonial::before{
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center top;
	background-size: auto;
	top: -1px;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom:auto;
	z-index: 1;
}
#ttcmstestimonial .owl-dots {
	float: left;
	width: 100%;
}
#ttcmstestimonial .owl-dots button {
	border: none;
	font-size: 0;
	height: 10px;
	width: 10px;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	vertical-align:middle;
}
#ttcmstestimonial .owl-theme .owl-dots .owl-dot span {
	display: none;
}
#ttcmstestimonial .owl-dots button.active {
	height: 12px;
	width: 12px;
	background:#c1b197;
}
#ttcmstestimonial .parallex {
	height: 570px;
	float:left;
	width:100%;
	background:#413016;
}
#ttcmstestimonial .ttclient-content .ttclient-image {
	padding: 0;
	float:right;
}
#ttcmstestimonial .ttclient-content .ttclient-image a {
	position: relative;
	overflow: hidden;
	display: block;
}
#ttcmstestimonial .ttclient-content .ttclient-image img {
	max-width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 100%;
}
#ttcmstestimonial .ttclient-content .ttclient-image:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content {
	float: none;
	width:67%;
	position: relative;
	padding: 0 18px;
	display: inline-block;
	vertical-align:top;
	text-align:center;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-image {
	margin: 15px auto 0;
	display: table;
	position:relative;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-image img {
	border-radius:50%;
	float: left;
	height: 100px;
	width: 100px;
	border:5px solid #c1b197;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content {
	margin:20px 0 0 0px;
	text-align: center;
	float:left;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title > h4 {
	color: #111;
	font: 500 18px/20px 'Oswald',helvetica,sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title .user-designation {
	color:#666;
	font:400 14px/16px 'poppins',helvetica,sans-serif;
	padding: 0 0 20px;
	text-transform: capitalize;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc {
	float: none;
	margin: 0;
	width:62%;
	display:inline-block;
	vertical-align:top;
}
#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc p {
	color: #666;
	font: 400 14px/24px "Poppins",Helvetica,sans-serif;
}
#ttcmstestimonial .owl-pagination {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	z-index: 99;
}
#ttcmstestimonial .owl-pagination .owl-page {
	display: inline-block;
	height: 12px;
	width: 12px;
	background:#d7d7d7;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-khtml-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	border: 1px solid white;
	vertical-align: middle;
	margin: 0 8px 0 0;
	cursor: pointer;
	border-radius:50px;
}
#ttclient-carousel .owl-numbers {
	display: none;
}
#ttcmstestimonial .owl-pagination .owl-page.active {
	height: 14px;
	width: 14px;
	background: #fe4c6c;
	border: 1px solid #fe4c6c;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-khtml-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	border-radius:50px;
	opacity:1;
}
#ttcmstestimonial .owl-pagination .owl-page:hover {
	background: #fe4c6c;
	border-color: #fe4c6c;
	opacity:1;
}
#ttcmstestimonial .owl-nav {
	display: none;
}
@media (max-width:1500px) {
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content {
		width: 80%;
	}
}
@media (max-width:1300px) {
	#ttcmstestimonial .ttclient-content {
		padding:40px 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title {
		margin: 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc {
		width: 94%;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title .user-designation {
		padding: 0 0 13px;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title .user-designation {
		margin:0;
	}
}
@media (max-width:1200px) {
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content {
		width: 100%;
	}
	#ttcmstestimonial {
		margin: 0 0 50px;
	}
}
@media (max-width:1199px) {
	#ttcmstestimonial {
		margin: 0 0 50px;
		overflow: hidden;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title .user-designation {
		padding: 0 0 30px;
	}
	#ttcmstestimonial .parallex {
		height: 500px;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc p {
		color: #666;
		font-size:14px;
	}
}
@media(min-width:768px){
	#ttcmstestimonial .main-content-testimonial{
		float: left;
		width: 100%;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 991px) {
	#ttcmstestimonial .ttclient-content .ttclient-image{
		padding:0 15px;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title {
		margin: 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content {
		margin: 15px 0 0 0px;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-user-title .user-designation {
		padding: 0 0 15px;
	}
	#ttcmstestimonial .owl-dots {
		margin: 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner::before {
		left: 0;
		right: 0;
		top: auto;
		bottom: -75%;
		margin: 0 auto;
	}
	#ttcmstestimonial .ttclient-content .ttclient-image {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 30px 0 0;
		width: auto;
	}
	#ttcmstestimonial .ttclient-content {
		padding: 40px 0;
		display: block;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-image {
		margin: 0 auto;
	}
	#ttcmstestimonial .ttclient-content {
		padding: 50px 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content {
		width: auto;
	}
	#ttcmstestimonial {
		margin:0 0 25px;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc {
		width: 54%;
	}
}
@media (max-width: 767px) {
	#ttcmstestimonial {
		margin:0 0 15px;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc {
		width: 61%;
	}
	#ttcmstestimonial .parallex {
		height: 430px;
	}
}
@media (max-width: 543px) {
	#ttcmstestimonial {
		margin: 0;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner #ttclient-carousel .content .client-content .client-desc {
		width: 90%;
	}
	#ttcmstestimonial .ttclient-content .ttclient-image {
		width: 100%;
	}
	#ttcmstestimonial .ttclient-content .ttclient-inner::before {
		bottom: -65%;
	}
	#ttcmstestimonial .parallex {
		height: 350px;
	}
	#ttcmstestimonial .ttclient-content,
	#ttcmstestimonial .tttestimonial-parallax {
		width: 100%;
	}
}
/*  ------- End  OT-CMStestimonial block ----------*/
/*  ------- Start  OT-CMS parallex block ----------*/
#ttcmsparallax {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	margin:0 0 60px;
}
#ttcmsparallax::after{
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center bottom;
	background-size: auto;
	top: auto;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom:-1px;
	z-index: 1;
}
#ttcmsparallax::before{
	background: rgba(0,0,0,0) url("TemplateTrip/images/pattern.png") repeat-x scroll center top;
	background-size: auto;
	top: -1px;
	content: "";
	height: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
	bottom:auto;
	z-index: 1;
}
#ttcmsparallax .parallex {
	float: left;
	height: 588px;
	width: 100%;
	background:#413016;
}
#ttcmsparallax .cmsparallax-content .parallax-desc {
	float: left;
	width: 100%;
	color: #9f0c29;
	font: 300 60px/64px "Poppins",Helvetica,sans-serif;
	margin: 0 0 30px;
}
#ttcmsparallax .cmsparallax-content .parallax-title1 {
	float: left;
	width: 100%;
	font:italic 300 20px/30px "Poppins",Helvetica,sans-serif;
	color: #fff;
	position: relative;
	padding:0 0 35px;
}
#ttcmsparallax .parallax-maintitle {
	font: 400 40px/44px "Oswald",Helvetica,sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#ttcmsparallax .cmsparallax-content .parallax-titlespan {
	font: 500 30px/32px "Oswald",Helvetica,sans-serif;
}
#ttcmsparallax .cmsparallax-content .parallax-description {
	color: #c1b197;
	font: 500 80px/82px "Oswald",Helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	float:left;
	width:100%;
	margin:30px 0 35px;
}
#ttcmsparallax .cmsparallax-content .parallax-title {
	float: left;
	width: 100%;
}
#ttcmsparallax .cmsparallax-content .btn {
	padding: 0;
	width: 100%;
}
#ttcmsparallax .cmsparallax-content .parallax-btn a , #ttcmsparallax .cmsparallax-content .parallax-btn div{
	font: 500 14px/20px "Poppins",Helvetica,sans-serif;
	color: #000;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	background: #c1b197;
	padding: 11px 25px;
	text-transform: capitalize;
	display: inline-block;
	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;
}
#ttcmsparallax .cmsparallax-content .parallax-btn:hover a ,
#ttcmsparallax .cmsparallax-content .parallax-btn:active a ,
#ttcmsparallax .cmsparallax-content .parallax-btn:focus a {
	background:#545a3e;
	color:#fff;
}
#ttcmsparallax .cmsparallax-content .parallax-btn {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#ttcmsparallax .cmsparallax-content {
	float: right;
	padding:144px 0;
}
#ttcmsparallax .owl-pagination .owl-page {
	background: #ccc;
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	transition: 400ms ease-in-out 0s;
	-webkit-transition: 400ms ease-in-out 0s;
	-moz-transition: 400ms ease-in-out 0s;
	-o-transition: 400ms ease-in-out 0s;
	-ms-transition: 400ms ease-in-out 0s;
	-khtml-transition: 400ms ease-in-out 0s;
	width: 10px;
	cursor: pointer;
	float: none;
	vertical-align: middle;
	transform:rotate(45deg);
}
#ttcmsparallax .owl-pagination .owl-page span {
	display: none;
}

#ttcmsparallax .owl-pagination .owl-page.active {
	background: #9f0c29;
	height: 12px;
	width: 12px;
}
#ttcmsparallax .owl-pagination .owl-page:hover {
	background: #9f0c29 ;
}
#ttcmsparallax .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	max-width: 100%;
}
#ttcmsparallax #tttestimonial-carousel{
	float:left;
	width:100%;
	margin:0;
}
#ttcmsparallax .tttestimonial-content .tttestimonial-inner .customNavigation {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-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;
	-khtml-transition: all 400ms ease-in-out;
}
#ttcmsparallax .tttestimonial-content .tttestimonial-inner .customNavigation a {
	background: #333;
}
#ttcmsparallax .tttestimonial-content .tttestimonial-inner .customNavigation a:hover {
	background: #ffc301;
}
#ttcmsparallax:hover .tttestimonial-content .tttestimonial-inner .customNavigation {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
}
#ttcmsparallax .owl-pagination {
	float: left;
	text-align: center;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	z-index: 1;
}
#ttcmsparallax .owl-buttons {
	display: none;
}
@media (max-width: 1300px) {
	#ttcmsparallax .parallax-maintitle{
		font-size:50px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title1 {
		font-size:17px;
		padding: 0 0 20px;
	}
}
@media (max-width: 1200px) {
	#ttcmsparallax {
		margin: 0 0 40px;
	}
}
@media (max-width: 1199px) {
	#ttcmsparallax {
		margin: 0 0 50px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title {
		font-size: 57px;
	}
	#ttcmsparallax .parallex {
		height: 530px;
	}
	#ttcmsparallax .parallax-maintitle {
		font-size: 40px;
		line-height: 42px;
	}
	#ttcmsparallax .cmsparallax-content {
		padding: 135px 0;
	}
	#ttcmsparallax .cmsparallax-content .parallax-description{
		font-size: 68px;
		line-height: 70px;
		margin: 20px 0 25px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-titlespan {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax .cmsparallax-content .parallax-desc {
		color: #9f0c29;
		font: 300 50px/54px "Poppins",Helvetica,sans-serif;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title {
		font-size: 44px;
		line-height: 40px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title1 {
		font-size: 14px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-description {
		font-size: 58px;
		line-height: 64px;
		margin: 18px 0 20px;
	}
	#ttcmsparallax .parallex {
		height: 460px;
	}
	#ttcmsparallax .cmsparallax-content {
		padding: 116px 0;
	}
	#ttcmsparallax .parallax-maintitle {
		font-size: 32px;
		line-height: 34px;
	}
	#ttcmsparallax {
		margin:0 0 25px;
	}
}
@media (max-width: 767px) {
	#ttcmsparallax {
		margin:0 0 20px;
	}
	#ttcmsparallax .parallex {
		height: 100%;
		padding: 45px 0;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title {
		font-size: 31px;
		line-height: 27px;
	}
	#ttcmsparallax .cmsparallax-content {
		padding: 35px 0;
		width: 70%;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title1 {
		padding: 0 0 15px;
	}
	#ttcmsparallax .parallax-maintitle {
		font-size: 27px;
		line-height: 29px;
	}
	#ttcmsparallax .cmsparallax-content .btn {
		margin-top: 0;
	}
}
@media (max-width: 543px) {
	#ttcmsparallax {
		margin:0;
		font-size: 45px;
		line-height: 44px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-desc {
		font-size: 40px;
		line-height:44px;
		margin: 0 0 15px;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title {
		font-size: 30px;
		line-height:40px;
		padding: 0 0 10px;
	}
	#ttcmsclient .Client-block .client-content .client-desc {
		font-size: 14px;
	}
	#ttcmsparallax .cmsparallax-content {
		width: 100%;
		text-align: center;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title1 {
		padding: 0;
	}
	#ttcmsparallax .cmsparallax-content .parallax-description {
		font-size: 46px;
		line-height: 55px;
		margin: 15px 0;
	}
	#ttcmsparallax .cmsparallax-content .parallax-title1 {
		font-size: 14px;
		line-height:25px;
	}
}
@media (max-width: 510px) {
	#ttcmsparallax .cmsparallax-content {
		width: 100%;
	}
}
/*  ------- End  OT-CMStestimonial block ----------*/
/*----------------------------------------------Start css for cmsbanners----------------------------------------------*/

#ttcmsbanner {
	float: left;
	padding:0 0 75px;
	width: 100%;
}
#ttcmsbanner img {
	max-width: 100%;
}
#ttcmsbanner .ttbanner-image {
	float: left;
	width: 100%;
}
#ttcmsbanner .ttbanner > a {
	display: block;
	overflow: hidden;
	position: relative;
}
#ttcmsbanner .ttbanner > a::before {
	background: rgba(255,255,255,.41) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
#ttcmsbanner .ttbanner > a::after {
	background: rgba(255,255,255,.41) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}
#ttcmsbanner .ttbanner:hover > a::after {
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}
#ttcmsbanner .ttbanner:hover > a::before {
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}
#ttcmsbanner .ttbanner {
	float: left;
	position: relative;
	width: 100%;
}
#ttcmsbanner .ttbanner .ttbanner-description {
	position: absolute;
	left: auto;
	right: 10px;
	top: 26%;
	bottom: auto;
	margin: auto;
	width: 50%;
	text-align: center;
}
#ttcmsbanner .ttbanner .ttbanner-description .banner-subtitle {
	font: 400 14px/20px "Poppins", Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 10px;
	position: relative;
}
#ttcmsbanner .ttbanner .ttbanner-description .banner-title {
	font: 500 44px/46px "Oswald", Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.2px;
	margin: 0 0 20px;
	float: right;
	width: 100%;
}
@media(max-width:1300px){
	#ttcmsbanner .ttbanner .ttbanner-description .banner-title {
		font-size: 38px;
		line-height: 40px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description .banner-subtitle {
		font-size: 13px;
		line-height: 16px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description .banner-title {
		font-size: 30px;
		line-height: 32px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description a {
		padding: 8px 15px;
		font-size: 11px;
		line-height: 16px;
	}
}
@media(max-width:1200px){
	#ttcmsbanner {
		padding: 0 0 60px;
	}
}
@media(max-width:991px){
	#ttcmsbanner {
		padding: 0 0 20px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description {
		top: 22%;
	}
	#ttcmsbanner .ttbanner .ttbanner-description .banner-subtitle {
		font-size: 11px;
		line-height: 14px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description .banner-title {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 15px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description a {
		padding: 8px 10px;
		font-size: 10px;
		line-height: 10px;
	}
}
@media(min-width:544px) and (max-width:630px){
	#ttcmsbanner .ttbanner .ttbanner-description .banner-subtitle {
		font-size: 9px;
		line-height: 14px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description .banner-title {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description {
		top: 11%;
	}
}
@media(max-width:543px){
	#ttcmsbanner .left-banner.ttcmsbanners {
		margin-bottom: 15px;

	}
	#ttcmsbanner .ttcmsbanners {
		width: 100%;
	}
	#ttcmsbanner {
		padding: 0 0 20px;
	}
}
@media(max-width:480px){
	#ttcmsbanner .ttbanner .ttbanner-description .banner-subtitle {
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 5px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description .banner-title {
		font-size: 16px;
		line-height: 20px;
	}
	#ttcmsbanner .ttbanner .ttbanner-description a {
		padding: 6px 10px;
		font-size: 10px;
		line-height: 10px;
	}
}
/*----------------------------------------------End css for cmsbanners----------------------------------------------*/
/*----------------------------------------------start css for offer----------------------------------------------*/
#ttcmsbottombanner {
	float: left;
	width: 100%;
	margin-bottom:90px;
}
#ttcmsbottombanner img {
	max-width: 100%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row {
	float: left;
	width: 100%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-row2.banners-bottom {
	padding: 0;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-row2 .bannercolumn2.banners-column {
	margin-top:30px;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-column > a,
#ttcmsbottombanner .ttbannerbottom .banners-row .banner1 > a {
	display: block;
	position: relative;
	overflow: hidden;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-column > a::before,
#ttcmsbottombanner .ttbannerbottom .banners-row .banner1 > a::before {
	background: rgba(255,255,255,.41) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-column > a::after,
#ttcmsbottombanner .ttbannerbottom .banners-row .banner1 > a::after {
	background: rgba(255,255,255,.41) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-column > a:hover::after,
#ttcmsbottombanner .ttbannerbottom .banners-row .banner1 > a:hover::after {
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .banners-column > a:hover::before,
#ttcmsbottombanner .ttbannerbottom .banners-row .banner1 > a:hover::before {
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .bottom-description {
	position: absolute !important;
	float: left;
	width: 100%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row1 .bottom-description {
	top: auto;
	bottom: 35px;
	left: 0;
	right: 0;
	text-align: center;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description {
	top: 50px;
	bottom: auto;
	left: 0;
	right: 0;
	text-align: center;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description {
	top: 35px;
	bottom: auto;
	left: auto;
	right: 10px;
	text-align: center;
	width: 50%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description {
	top: 35px;
	bottom: auto;
	left: 60px;
	right: auto;
	text-align: left;
	width: 50%;
}
#ttcmsbottombanner .ttbannerbottom .banners-row .bottom-description .bottom-title {
	font: 500 46px/50px "Oswald", Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.6px;
	margin: 0 0 10px;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description .bottom-title {
	font-size: 34px;
	line-height: 42px;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description .bottom-title {
	font-size: 36px;
	line-height: 42px;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-title {
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 20px;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-subtitle {
	background: none;
	font: 400 26px/32px "Poppins", Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 5px;
}
#ttcmsbottombanner .ttbannerbottom .banners-row1 .bottom-description .bottom-button a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description .bottom-button a,
#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description .bottom-button a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

@media (max-width:1200px) {
	#ttcmsbottombanner .ttbannerbottom .banners-row .banners-row2 .bannercolumn2.banners-column {
		margin-top: 25px;
	}
	#ttcmsbottombanner {
		margin-bottom: 70px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description .bottom-title {
		font-size: 30px;
		line-height: 40px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description {
		top: 40px;
	}
}
@media(max-width:1199px){
	#ttcmsbottombanner .banners-bottom {
		padding: 0 11px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .banners-row2 .bannercolumn2.banners-column {
		padding: 0 11px;
		margin-top: 20px;
	}
	#ttcmsbottombanner .banner1 {
		padding: 0 11px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .bottom-description .bottom-title {
		font-size: 36px;
		line-height: 40px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .bottom-description .bottom-subtitle {
		font-size: 13px;
		line-height: 16px;
		padding: 8px 20px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description .bottom-title {
		font-size: 22px;
		line-height: 30px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description .bottom-title {
		font-size: 26px;
		line-height: 32px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-subtitle {
		font-size: 24px;
		line-height: 28px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-title {
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 10px;
	}
}
@media(max-width:991px){
	#ttcmsbottombanner .banners-bottom {
		padding: 0 10px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .banners-row2 .bannercolumn2.banners-column {
		padding: 0 10px;
		margin-top: 16px;
	}
	#ttcmsbottombanner .banner1 {
		padding: 0 10px;
	}
	#ttcmsbottombanner {
		margin-bottom:50px;
	}
	#ttcmsbottombanner .ttbannerbottom .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .bottom-description .bottom-title {
		font-size: 26px;
		line-height: 30px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description .bottom-title {
		font-size: 14px;
		line-height: 20px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description {
		top: 20px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description .bottom-title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 7px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description {
		top: 15px;
		left: 40px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-subtitle {
		font-size: 20px;
		line-height: 22px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description {
		top: 30px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-title {
		font-size: 22px;
		line-height: 25px;
	}
	#ttcmsbottombanner .ttbannerbottom .bottom-description a {
		padding: 6px 10px;
		font-size: 10px;
	}
}
@media(min-width:544px) and (max-width:650px){
	#ttcmsbottombanner .ttbannerbottom .banners-row1 .bottom-description {
		bottom: 15px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .bottom-description .bottom-title {
		font-size: 20px;
		line-height: 22px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row2 .bottom-description .bottom-title {
		font-size: 16px;
		line-height: 22px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description .bottom-title {
		font-size: 12px;
		line-height: 18px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-subtitle {
		font-size: 14px;
		line-height: 16px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-title {
		font-size: 16px;
		line-height: 18px;
	}
	#ttcmsbottombanner .ttbannerbottom .bottom-description a {
		padding: 0 7px;
		font-size: 7px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description {
		top: 15px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description {
		top: 10px;
		left: 30px;
	}
}
@media(max-width:543px){
	#ttcmsbottombanner .ttbannerbottom .banners-row a {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row {
		text-align: center;
	}
	#ttcmsbottombanner .banner1 {
		margin-top: 15px;
		padding: 0 15px;
		width: 100%;
	}
	#ttcmsbottombanner .banners-bottom {
		padding: 0 15px;
		width: 100%;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row .banners-row2 .bannercolumn2.banners-column {
		padding: 0 15px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn1-row1 .bottom-description {
		top: 50px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description {
		top: 5px;
		left: 30px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-subtitle {
		font-size: 12px;
		line-height: 16px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description .bottom-title {
		font-size: 12px;
		line-height: 14px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description a {
		padding: 5px 15px;
		font-size: 10px;
	}
	#ttcmsbottombanner .ttbannerbottom .banners-row2 .bannercolumn2 .bottom-description a {
		padding: 2px 15px;
		font-size: 10px;
	}
}
/*----------------------------------------------End css for offer----------------------------------------------*/
/*---------------- Start Gallery Block Css -------------------*/
#ttcmsgallery {
	float: left;
	width: 100%;
}
#ttcmsgallery .ttcmsgalleryblock .owl-wrapper-outer {
	background: transparent;
}
#ttcmsgallery .ttcmsgalleryblock {
	float:left;
	width:100%;
	text-align: center;
}
#ttcmsgallery .ttcmsgalleryblock .ttcmsgallery1 {
	padding: 5px;
}
#ttcmsgallery .ttgallery-img {
	position: relative;
	display: block;
	overflow: hidden;
	float:right;
	width:100%;
}
#ttcmsgallery .ttcmsgallery1 .ttimg {
	float: left;
	width: 100%;
}
#ttcmsgallery .ttgallery-img > a {
	float: left;
	overflow: hidden;
	position: relative;
	width:100%;
}
#ttcmsgallery .ttcmsgallery1 .gallerrycontent {
	float: left;
	text-align: center;
	width: 100%;
	position: relative;
}
#ttcmsgallery .galarrytext {
	float: left;
	position: absolute;
	top: auto;
	bottom: 30px;
	margin: 0 auto;
	text-align: left;
	padding: 0 30px;
}
#ttcmsgallery .ttimg img {
	max-width: 100%;
	height: 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;
}
#ttcmsgallery .ttimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#ttcmsgallery .ttimg a .blog-hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width: 100%;
}
#ttcmsgallery .ttimg:hover .blog-hover {
	background: rgba(0,0,0,.4);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#ttcmsgallery .ttimg .galleryicons {
	bottom: 0;
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-khtml-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}
#ttcmsgallery .ttimg:hover .galleryicons {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#ttcmsgallery .ttgallery-img .galleryicons .icon.zoom {
	display: inline-block;
	height: 40px;
	position: relative;
	width: 40px;
}
#ttcmsgallery .ttgallery-img .galleryicons .icon::before {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #111;
	content: "\E8B6";
	font-family: "Material Icons";
	font-size: 19px;
	height: 45px;
	left: 0;
	margin: auto;
	padding: 12px;
	position: absolute;
	top: 0;
	width: 45px;
	border: transparent;
	background: #fff;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);

}
#ttcmsgallery .ttgallery-img:hover .galleryicons .icon::before {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
#ttcmsgallery .ttgallery-img:hover .galleryicons .icon:hover:before {
	background: #c1b197;
	color: #111;
}
#ttcmsgallery .ttgallery-block {
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
#ttcmsgallery h5 {
	display: block;
	float: left;
	width: 20%;
	background: #444;
	padding: 33px 10px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	word-break: break-all;
	letter-spacing: 4px;
	text-align: center;
	color: #ccc;
}
#ttcmsgallery .ttcmsgalleryblock .ttcmsgallery1 {
	padding: 0;
	float: left;
	width: 100%;
}
@media (max-width: 767px) {
	#ttcmsgallery .ttimg .galleryicons {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	#ttcmsgallery .ttgallery-img .galleryicons .icon::before {
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}
/*---------------- End Gallery Block Css -------------------*/
/* ---------------- Start TT - CMS Footer-Payment-logo Css ------------- */
#ttcmspaymentlogo {
	float: left;
	width: 100%;
	margin: 10px 0 18px;
}
#ttcmspaymentlogo h5 {
	display: none;
}
#ttcmspaymentlogo .payment_logo_block .payment-title {
	color: #000000;
	float: left;
	font: 400 14px/18px "Poppins", Helvetica, sans-serif;
	padding: 20px 0 10px;
	text-align: center;
	vertical-align: middle;
	display: none;
	width: 100%;
}
#ttcmspaymentlogo .payment_logo_block ul {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: auto;
}
#ttcmspaymentlogo .payment_logo_block ul li {
	display: inline-block;
	float: none;
	list-style: outside none none;
	padding: 0 5px;
	vertical-align: top;
	width: auto;
}
#ttcmspaymentlogo .payment_logo_block ul li a::before {
	display: none;
}
#ttcmspaymentlogo .payment_logo_block img {
	max-width: 100%;
}
@media (max-width: 1199px) {
	#ttcmspaymentlogo .payment_logo_block ul li {
		padding: 0 2px;
	}
}
@media (max-width: 991px) {
	#ttcmspaymentlogo .payment_logo_block ul li {
		padding: 0;
	}
}
/* -------------------- End TT - CMS Footer-Payment-logo Css ------------------- */
#product #tt-jqzoom .owl-nav {
	display: block;
}
/* product page countdown css */
#product .pb-right-column .ttproductcountdown {
	display:block;
	text-align:left;
	float:left;
	width:100%;
}
#product .pb-right-column .ttproductcountdown .ttpc-main {
	border:1px solid #e9e2dd;
}
#product .pb-right-column .ttpc-main::before {
	left: 10px;
}
/*------------------------------End TT-CMS footer-logo-----------------------*/
/* ------------------------------------------ TT-FollowUs CMS Start -------------------------------------------*/
.follow-us h5 {
	display: none;
	cursor: pointer;
}
.bottom-footer .block-social {
	padding: 0;
}
.follow-us {
	float: left;
	padding: 0 0 10px;
	width: 100%;
}
#footer-bottom .follow-us .list-unstyled {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.follow-us ul.list-unstyled li {
	display: inline-block;
	margin: 0 7px 0 0;
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	vertical-align: top;
	padding:0;
}
.follow-us ul.list-unstyled li:last-child {
	margin: 0;
}
.follow-us ul li a {
	color: #ccc;
	padding: 0;
	float: left;
	margin: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.follow-us ul li a i {
	font-size: 17px;
	font-weight: 500;
}
.follow-us ul.list-unstyled li.facebook a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent 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: transparent 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.rss a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -185px;
}
.follow-us ul.list-unstyled li.rss a:hover::before {
	background-position: -105px -185px;
}
.follow-us ul.list-unstyled li.youtube a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent 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.instagram a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -585px;
}
.follow-us ul.list-unstyled li.instagram a:hover::before {
	background-position: -105px -585px;
}
.follow-us ul.list-unstyled li.pinterest a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent 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.list-unstyled li.vimeo a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -505px;
}
.follow-us ul.list-unstyled li.vimeo a:hover::before {
	background-position: -105px -505px;
}
.follow-us ul.list-unstyled li.linkedin a::before {
	float: left;
	height: 30px;
	width: 30px;
	content: "";
	background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -653px;
}
.follow-us ul.list-unstyled li.linkedin a:hover::before {
	background-position: -105px -653px;
}
.follow-us ul li a p {
	display: none;
}
@media (max-width: 543px) {
	.follow-us {
		float: left;
		width: 100%;
		text-align: center;
	}
	.follow-us ul.list-unstyled li {
		margin: 0 2px 0 0;
	}
}
/* ------------------------------------------ TT-FollowUs CMS 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 0px -256px;
	width: 15px;
	height: 19px;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.checkbox-wrapper:hover {
	background-position: -30px -256px;
}
.checkbox-wrapper.active {
	background-position: -15px -256px;
}
.checkbox-wrapper input {
	background: none;
	border: 1px solid #eee;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.radio-wrapper {
	background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.radio-wrapper:hover,
.radio-wrapper.active {
	background-position: -13px -243px;
}
.radio-wrapper input {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
/*-------------------------------------------- Boootstrp Extra CSS Start --------------------------------------*/
.list-group-item {
	background-color: #FFF;
}
.panel {
	background-color: #fff;
	border: 1px solid #e9e2dd;
}
.panel-default {
	border-color: #e5e5e5;
}
.form-control:focus {
	border-color: #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #e5e5e5;
}
/*-------------------------------------------- Boootstrp Extra CSS End --------------------------------------*/
.full-header.fixed {
	animation: 1s ease 0s normal both 1 running fixedmenu;
	-webkit-animation: 1s ease 0s normal both 1 running fixedmenu;
	-moz-animation: 1s ease 0s normal both 1 running fixedmenu;
	-o-animation: 1s ease 0s normal both 1 running fixedmenu;
	background: #19191b;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: none;
	float: left;
	left: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.full-header.fixed #menu .nav > li > a::before {
	display: none;
}
@-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;
	}
}
.checkout-checkout .panel-group {
	float: left;
	width: 100%;
}
#checkout-checkout #content #collapse-checkout-option h2 {
	font-size: 20px;
}
#at15s .at-label {
	margin: 0 5px;
}
.checkout-cart .panel-collapse .input-group .form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.material-icons.cancel-circle{
	font-size: 19px;
}


#checkout-cart .table-responsive tr td:nth-child(4){
	width: 15%;
}

#d_quickcheckout a{
	color: #545a3e !important;
}

#d_quickcheckout a:hover{
	opacity: 0.8;
}


#d_quickcheckout input[type="checkbox"],
#d_quickcheckout .radio input[type=radio],
#d_quickcheckout .radio-input input[type=radio]{
	accent-color: #545a3e;
}

.ttlanguage .selected, .ttlanguage .btn img{
	display: none !important;
}


.ttlanguage .language-select{
	font: 400 14px/20px "Oswald",Helvetica,sans-serif !important;
	color: #fff !important;
}
.ttlanguage{
	align-items: center !important;
	height: 44px !important;
	margin-right: 20px;
	display: none !important;
}

@media (min-width: 767px){
	.tt-menu .ttlanguage{
		display: none !important;
	}
	.header-top-right .ttlanguage{
		display: flex !important;
	}
}
@media (min-width: 767px) and (max-width: 991px){
	.ttlanguage .language-select{
		color: #000 !important;
	}
}
@media (max-width: 991px){
	#logo img{
		filter: invert(1);
	}
}
@media (max-width: 766.98px){
	.tt-menu .ttlanguage{
		display: flex !important;
		width: 100%;
		padding-left: 15px;
	}
	#form-language .btn-link{
		color: #555555 !important;
	}

	.header-top-left .ul-top-items .li-top-item:last-child .ul-second-items{
		display: flex;
		flex-direction: column;
	}
	.ttlanguage{
		height: auto !important;
	}
}

.ttfotter-logo .ttdesc {
	margin: 20px 0;
	color: #ccc;
	font-size: 13px;
}

.ttfotter-logo a img{
	max-width: 200px;
}


#form-review .form-control.error{
	border-color: red;
}

.radio-block.error{
	color: red !important;
}

#d_quickcheckout .qc-quantity{
	width: 18% !important;
}

#d_quickcheckout .qc-image {
	width: 15% !important;
}

@media (max-width: 650px){
	.qc-checkout-product .table{
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}
}

#product-product .btn-group{
	margin-top: 10px;
}

.telegram a:before{
	float: left;
	height: 24px;
	width: 24px;
	margin-top: 4px;
	content: "";
	background-image: url('../image/telegram.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.tiktok a:before{
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 5px;
	content: "";
	background-image: url('../image/tiktok.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.common-home .brand-carousel{
	display: none;
}

@media (max-width: 767px){
	.ttlanguage .btn-group > ul, .ttcurrency .btn-group > ul{
		padding: 6px 0 0;
	}
}

#content > .theiaStickySidebar{
	margin-bottom: 50px;
}

.theiaStickySidebar .category-treeview + .swiper-viewport{
	margin: 0 !important;
}
@media (max-width: 767px){
	.category-products .product-grid{
		display: block;
		width: 50%;
	}
}

@media (max-width:576px){
	.category-products .product-grid{
		width: 100%;
	}
	.product-quickview .product-quantity{
		display: flex;
	}
}



@media (max-width: 1050px) and (min-width: 991px){
	.tt-menu ul li > .a-top-link{
		font-size: 13px !important;
	}
	.ttlanguage .language-select{
		font-size: 13px !important;
	}
}


@media (max-width: 992.98px){
	#d_quickcheckout .col-md-8 {
		max-height: 11px !important;
	}
}

.banners-row2 .banner1[class*="bannercolumn1"] img {
	aspect-ratio: 39 / 25;
	object-fit: cover;
}

@media (max-width: 992.98px){
	#hipping_method,
	#payment_method {
    display: block;
    position: relative;
    z-index: 4;
}
}

.text-input .text-danger ~ .text-danger,
.form-group .text-danger ~ .text-danger,
[id*="telephone-error"] ~ [id*="telephone-error"] {
	display: none !important;
}

#shipping_method_form {
    z-index: 4;
    position: relative;
}