:root {
	--primary-bg-color: #222222;
	--primary-text-color: #ffffff;

	--secondary-bg-color: #ec7a5c;
	--secondary-text-color: #ffffff;

	--body-text-color: #666666;
	--body-background-color: #ffffff;

	--header-topbg-color: #191919;
	--header-toptext-color: #fff;
	--header-toptexthr-color: #ffffff;
	
	--header-text-color: #444444;
	--header-text-hover-color: #111111;
	--header-background-color: #ffffff;

	--header-menu-text-color: #777777;
	--header-menu-texthvr-color: #111111;
	--header-menu-bg-color: #ffffff;

	--footer-bg-color: #191919;
	--footer-before-bg-color: #191919;
	--footer-after-bg-color: #191919;

	--footer-title-color: #111111;
	--footer-text-color: #666666;
	--footer-text-hover-color: #ec7a5c;

	--price-color: #333333;
	--border-color: #e5e5e5;
	--main-title-color: #111;

	--primary-font: 'Roboto', Helvetica, sans-serif;
	--secondary-font: 'Cormorant', Helvetica, sans-serif;
}

body {
	background: var(--body-background-color);
	font: 400 14px/24px var(--primary-font);
	letter-spacing: 1px;
	color: var(--body-text-color);
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
	color: #333333;
}

/* default font size */

.fa {
	font-size: 14px;
	vertical-align: baseline;
}

/* Override the bootstrap defaults */

h1 {
	font-size: 33px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: var(--body-text-color);
}

a:hover,
a:focus,
#column-left .checkbox>label:hover {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

small,
.small {
	font-size: 11px;
}

label {
	font-size: 13px;
	font-weight: normal;
}

select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.form-control {
	background: #ffffff;
	color: var(--body-text-color);;
	border: 1px solid var(--border-color);
	margin: 0 0 5px;
	padding: 12px 12px;
	height: auto;
}

.category-filter .hidden-xs {
	display: block !important;
}

.filter-sort-by .form-control,
.filter-show .filter-selection .form-control {
	background-color: #ffffff;
	padding: 4px 12px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.filter-sort-by .select-wrapper::after,
.filter-show .filter-selection .select-wrapper::after {
	top: 4px;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	font-family: "Material Icons";
	content: '\e313';
	font-size: 17px;
	position: absolute;
	right: 5px;
	top: 9px;
	pointer-events: none;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.tt-home {
	width: 100%;
	float: left;
}

/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

.product-thumb .image img.image_thumb_swap {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

/* ------------------------------- Product Rollover CSS End ----------------------- */
/*----------------------fade effect-------------------*/
.product-thumb .image img.image_thumb_swap.fade {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

.product-thumb:hover .image img.image_thumb_swap.fade {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

/*----------------------End of fade effect-------------------*/
/*----------------------zoom effect-------------------*/
.product-thumb .image img.image_thumb_swap.zoom {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.zoom {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

/*----------------------End of zoom effect-------------------*/
/*----------------------horizontal scrolling left to right effect-------------------*/

.product-thumb .image img.image_thumb_swap.horizontal_scrolling_left_to_right {
	position: absolute;
	top: 0;
	left: -100%;
	right: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-webkit-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.horizontal_scrolling_left_to_right {
	left: 0;
}

/*----------------------End of horizontal scrolling left to right effect-------------------*/
/*----------------------horizontal scrolling right to left effect-------------------*/
.product-thumb .image img.image_thumb_swap.horizontal_scrolling_right_to_left {
	position: absolute;
	top: 0;
	right: -100%;
	left: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: right 0.5s ease 0s;
	-moz-transition: right 0.5s ease 0s;
	-webkit-transition: right 0.5s ease 0s;
	-o-transition: right 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.horizontal_scrolling_right_to_left {
	right: 0;
}

/*----------------------End of horizontal scrolling right to left effect-------------------*/
/*----------------------vertical scrolling top to bottom effect-------------------*/

.product-thumb .image img.image_thumb_swap.vertical_scrolling_top_to_bottom {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.vertical_scrolling_top_to_bottom {
	top: 0;
}

/*----------------------End of vertical scrolling top to bottom effect-------------------*/
/*----------------------vertical scrolling bottom to top effect-------------------*/

.product-thumb .image img.image_thumb_swap.vertical_scrolling_bottom_to_top {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.vertical_scrolling_bottom_to_top {
	top: 0;
}

/*----------------------End of vertical scrolling bottom to top effect-------------------*/
/* Fix some bootstrap issues */

a,
a:focus,
a:active,
a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}

.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
}

input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}

.nav-tabs {
	border-bottom: none;
	float: left;
}

.tab-content {
	padding: 15px 0;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.tab-content ul,
.tab-content ol {
	padding: 0 0 0 15px;
}

.table.table-striped.table-bordered {
	border: 1px solid var(--border-color);
}

/*--------------------------- title css start--------------------------------*/

.tt-titletab {
	border-bottom: 1px solid var(--border-color);
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}

.box-heading>h3,
.title_block .ttblock-heading,
.tt-title {
	color: var(--main-title-color);
	float: left;
	font: 600 34px/36px var(--secondary-font);
	margin: 0 0 15px;
	position: relative;
	text-align: center;
	width: 100%;
}

.ttsubtitle {
	border: 1px solid #ccc;
	color: var(--body-text-color);
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	font: 500 13px/16px var(--primary-font);
	padding: 9px 16px;
	margin: 0 0 15px;
}

.box-heading {
	float: left;
	text-align: center;
	width: 100%;
}

.title-disc {
	float: left;
	width: 100%;
	font: 400 14px/16px var(--primary-font);
	margin: 0 0 30px;
} 

.products-list .box-heading {
	width: auto;
	text-align: left;
}
/*--------------------------- title css end--------------------------------*/
/* TTproduct tab*/

.ttproduct-main,
.common-home .special-carousel {
	float: left;
	margin: 0 0 80px;
	width: 100%;
}
.ttproduct-main{
	margin: 0 0 20px;
}
.TTProduct-Tab .tab-content {
	margin: 0;
	padding: 0;
}

.TTProduct-Tab .nav-tabs>li.active>a,
.TTProduct-Tab .nav-tabs>li:hover>a,
.TTProduct-Tab .nav-tabs>li.active>a:hover,
.TTProduct-Tab .nav-tabs>li:focus>a,
.TTProduct-Tab .nav-tabs>li.active>a:focus {
	background: none;
	border: none;
	color: #111111;
	cursor: pointer;
}

.TTProduct-Tab .nav-tabs>li>a {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #666666;
	font: 500 14px/18px var(--primary-font);
	margin: 0;
	padding: 8px 20px;
	position: relative;
	text-transform: capitalize;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
}

.TTProduct-Tab .nav-tabs > li > a::after {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	height: 2px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: 0;
	background: #111;
	margin: 0 auto;
}
.TTProduct-Tab .nav-tabs > li.active > a::after,
.TTProduct-Tab .nav-tabs > li:hover > a::after {
	width: 50%;
}

.nav-tabs>li {
	float: left;
	margin: 0;
	position: relative;
}

.TTProduct-Tab .tab-box-heading {
	float: right;
	width: auto;
}

.TTProduct-Tab .nav.nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 0;
}

.TTProduct-Tab .tthometab {
	float: left;
	width: 100%;
}

.ttcat-main {
	float: left;
	width: 100%;
}

.btn-view {
	float: right;
	width: auto;
}

.btn-view > a {
	font: 500 16px/18px var(--secondary-font);
	color: #666666;
	padding: 8px 0;
	cursor: pointer;
}
.btn-view > a:hover {
	color: #111111;
}

/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/

.additional-images .owl-nav button.owl-prev,
.additional-images .owl-nav button.owl-next {
	background: #fff;
	border: 1px solid var(--border-color);
	direction: ltr;
	bottom: 0;
	font-size: 0;
	height: 30px;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	width: 30px;
}
.additional-images .owl-nav button.owl-prev:hover,
.additional-images .owl-nav button.owl-next:hover {
	background: var(--secondary-bg-color);
	border-color: var(--secondary-bg-color);
}
.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: 400;
	color: #171717;
	padding: 0;
	content: "\e408";
	font-family: "Material Icons";
	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;
}
.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: #ffffff;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.header-content-title .parallex {
	background: #f5f5f5;
	float: left;
	padding: 50px 0;
	position: relative;
	width: 100%;
}

.page-title-wrapper {
	float: left;
	position: relative;
	width: 100%;
}

.header-content-title .parallex::before {
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.breadcrumb-wrapper {
	width: 100%;
	float: left;
	background: #f5f5f5;
}

.page-title-wrapper .page-title {
	color: #ffffff;
	float: left;
	font: 500 20px/22px var(--secondary-font);
	margin: 0;
	width: auto;
}

.page-title {
	color: #ffffff;
}

a:hover,
a:focus {
	color: #333333;
}

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus {
	background: none;
	text-decoration: none;
	color: #000000;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

/* top */

#top {
	background: var(--header-topbg-color);
	float: left;
	padding: 0 15px;
	text-align: center;
	width: 100%;
}

.top-left > div {
	float: left;
	width: auto;
	padding: 0 13px;
	position: relative;
}

.top-left > div:first-child {
	padding-left: 0;
}

.top-left > div:last-child {
	margin: 0;
	padding-right: 0;
}

.top-left > div::after {
	content: "";
	border-right: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 1px;
}

.top-left > div:last-child:after {
	display: none;
}

#top .top-right {
	float: right;
}

.header-top-left {
	float: left;
	width: auto;
}

.header-top-right {
	float: right;
	width: auto;
}

.header-right-cms {
	float: left;
	width: auto;
}

#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
	padding: 10px 0;
	margin-right: 15px;
}

#top #currency .currency-select,
#top #language .language-toggle a {
	padding: 3px 10px;
	color: #888888;
	font-size: 14px;
	text-align: left;
	height: auto;
}

#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
	background-color: #000;
	color: #FFFFFF;
}

#top .btn-link,
#top-links li,
#top-links a {
	background: none;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding: 0;
	text-transform: capitalize;
}

#top-links li .dropdown .dropdown-toggle {
	padding: 8px 0 7px;
}

#top-links .header_user_info .expand-more.ttuserinfo {
	display: none;
}

#form-currency .expand-more::before,
#form-language .expand-more::before {
	content: '\f107';
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #333333;
}

#form-currency .btn-group.open .expand-more:before,
#form-language .btn-group.open .expand-more:before {
	content: "\f106";
}

#top-links .dropdown .dropdown-toggle>span::after {
	content: "\f107";
	font-family: fontawesome;
	font-size: 13px;
	margin: 0 0 0 3px;
}

#top ul.dropdown-menu .btn-link {
	padding: 0px;
	line-height: 24px;
	color: #777;
	text-transform: capitalize;
}

.header-top-right .dropdown a.dropdown-toggle,
.header-top-right #wishlist-total {
	display: block;
	line-height: 24px;
	padding: 8px 0;
}

#top-links .header_user_info ul.dropdown-menu {
	border: 1px solid var(--border-color);
	padding: 10px;
	text-transform: capitalize;
	min-width: 150px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #FFF;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}

#top #form-currency .currency-select:hover,
#top ul>li>.language-select:hover,
#top #form-currency .currency-select.selected,
#top ul>li>.language-select.selected {
	color: #000;
}

#top .btn-link strong {
	color: var(--header-toptext-color);
	font-size: 13px;
	line-height: 14px;
}

#top-links>ul {
	float: left;
	margin: 0;
}

#top-links>ul>li {
	float: left;
	padding: 0 10px;
	position: relative;
}

#top-links>ul>li::after {
	background-color: #c6c6c6;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}

#top-links>ul>li:first-child::after {
	display: none;
}

#top-links .dropdown-menu a {
	padding: 2px 10px;
}

#top-links .account-link-toggle a i.fa {
	padding: 0 2px
}

.contact-link {
	float: left;
	width: 100%;
}

.contact-link>ul {
	margin: 0;
	float: right;
}

.contact-link ul li {
	float: left;
	padding: 9px 0 9px 10px;
	margin-left: 10px;
	position: relative;
	list-style: none;
}

.contact-link ul li:first-child {
	padding-left: 0;
	margin: 0;
}

.contact-link ul li::after {
	content: "";
	border-left: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 1px;
}

.contact-link ul li:first-child:after {
	display: none;
}

.contact-link ul li a {
	color: var(--header-toptext-color);
	font: 400 13px/20px var(--primary-font);
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

.contact-link ul li:hover a {
	color: #ec7a5c;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
	color: #000;
	background: none;
}

.contact-link ul li i {
	float: left;
	font-size: 16px;
	line-height: 24px;
	padding: 0 5px;
}

.header-top-right .dropdown .dropdown-toggle>i::before,
.header-top-right #wishlist-total i::before {
	content: "";
}

.header-top-right .dropdown .dropdown-toggle>i,
.header-top-right #wishlist-total i {
	display: none;
}

.header-right {
	float: right;
	padding: 39px 0;
	width: auto;
}

.right-block {
	float: right;
	position: relative;
	width: auto;
	z-index: 2;
}

#page {
	float: left;
	position: relative;
	width: 100%;
}

#page>.container {
	clear: both;
}

/*----------------------- userinfo ----------------------------------- */

.user-info {
	float: left;
	margin-right: 35px;
	padding: 23px 0;
	width: auto;
}

.user-info .dropdown>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	position: relative;
	width: 100%;
}

.user-info .dropdown>a>.ttuserheading {
	color: var(--header-text-color);
	font: 400 13px/16px var(--primary-font);
}

.user-info .dropdown > a:hover > .ttuserheading,
.user-info .dropdown.open > a > .ttuserheading {
	color: var(--header-text-hover-color);
}	

.user-info .dropdown .expand-more,
.user-info .dropdown .expand-less {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	color: var(--header-text-color);
}

.user-info .dropdown.open .expand-less {
	display: inline-block;
}

.user-info .dropdown .expand-less,
.user-info .dropdown.open .expand-more {
	display: none;
}
.user-info .dropdown > a > svg {
	display: none;
	width: 20px;
	height: 20px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	fill: #444444;
}
.user-info .dropdown>a>.user {
	color: var(--header-text-color);
	float: left;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	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: 40px;
	display: none;
}

.user-info .dropdown>a:hover>.user {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.user-info .dropdown>ul {
	border: 1px solid var(--border-color);
	left: auto;
	min-width: 200px;
	padding: 15px;
	right: 0;
	top: 47px;
}

.user-info .dropdown-menu>li>a {
	color: var(--header-text-color);
	line-height: 18px;
	padding: 3px 0;
	font-size: 13px;
	text-transform: capitalize;
}

.user-info ul.dropdown-menu li>a>i {
	float: left;
	font-size: 18px;
	padding: 0 5px 0 0;
	color: var(--header-text-color);
}

.user-info .dropdown-menu>li>a:hover {
	color: var(--header-text-hover-color);
}

.user-info .dropdown-menu #wishlist-total {
	margin: 0 0 5px;
}

/*----------------------- userinfo ----------------------------------- */

/*-------------- cart -----------------*/

.cart {
	float: left;
	padding: 25px 0;
	width: auto;
}

#cart {
	float: right;
	width: 100%;
}

#cart>button>i.shopping-cart {
	color: #ffffff;
	float: left;
	font-size: 26px;
	height: 100%;
	line-height: 40px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 100%;
	;
}

#cart>button:hover>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: var(--body-text-color);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

#cart button.btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	height: auto;
	padding: 0;
	position: relative;
	width: auto;
}

#cart button.btn svg {
	fill: #444444;
	width: 20px;
	height: 20px;
	float: none;
	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;
}

#cart button.btn:hover svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

#cart .cart-heading {
	color: #ffffff;
	display: none;
	font: 500 16px/16px var(--primary-font);
}

#cart #cart-total {
	background: #111111;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: auto;
	color: #ffffff;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin: auto;
	padding: 0 3px;
	text-align: center;
	width: 18px;
	z-index: 1;
}

#cart.open>.btn:hover {
	color: #444444;
}

#cart .dropdown-menu {
	float: left;
	display: block;
	width: 100%;
	position: static;
	border: none;
	padding: 0;
	margin: 0;
	min-height: auto;
	min-width: auto;
}

#cart .header-cart-toggle {
	background: #ffffff;
	border: 1px solid var(--border-color);
	bottom: 0;
	cursor: pointer;
	display: none;
	left: auto;
	margin: 0;
	max-height: 100%;
	max-width: 450px;
	padding: 30px;
	position: fixed;
	right: 350px;
	top: 0;
	transform: translate(900px, 0px);
	-webkit-transform: translate(900px, 0px);
	-moz-transform: translate(900px, 0px);
	-o-transform: translate(900px, 0px);
	-ms-transform: translate(900px, 0px);
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
	width: 420px;
	z-index: 1001;
}
#cart.open .header-cart-toggle {
	transform: translate(350px, 0px);
	-webkit-transform: translate(350px, 0px);
	-moz-transform: translate(350px, 0px);
	-o-transform: translate(350px, 0px);
	-ms-transform: translate(350px, 0px);
}

#cart .header-cart-toggle .mini-cart-heading {
	float: left;
	width: 100%;
	font: 500 20px/22px var(--secondary-font);
	color: var(--header-topbg-color);
	text-align: left;
	margin: 0 0 50px;
}

#cart .dropdown-menu::after {
	bottom: auto;
	color: #666666;
	content: "\e14c";
	float: left;
	font-family: "Material Icons";
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	left: auto;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 20px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

#cart .dropdown-menu:hover::after {
	color: #000000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	color: #555555;
	padding: 10px 0;
	margin: 0;
}

#cart .dropdown-menu li p a strong {
	font-weight: normal;
}

#cart .dropdown-menu li p a strong i.fa {
	padding: 0 3px 0 0;
}

#cart .header-cart-toggle .btn-danger {
	background-color: #ffffff;
	border: medium none;
	color: #222;
	height: auto;
	padding: 0;
	width: auto;
}

#cart .header-cart-toggle .text-right>strong {
	color: #777777;
	font-size: 13px;
	font-weight: normal;
}

#cart .dropdown-menu li p a {
	float: right;
	font: 400 13px/18px var(--primary-font);
	padding: 10px 15px;
	letter-spacing: 1px;
	margin: 0 0 6px;
	position: relative;
	width: 100%;
	text-align: center;
}

#cart .header-cart-toggle td small {
	display: none;
}

.header-cart-toggle .table>tbody>tr>td,
.table>tbody>tr>th,
.header-cart-toggle .table>tfoot>tr>td,
.table>tfoot>tr>th,
.header-cart-toggle .table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px 4px;
	border-color: #eaeaea;
}

.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>td,
.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>th {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 10px 4px;
}

.header-cart-toggle .table.table-bordered tr:first-child td {
	padding-top: 10px !important;
}

.header-cart-toggle .table.table-bordered tr:last-child td {
	padding-bottom: 10px !important;
}

#cart .table-bordered>thead>tr>th,
#cart .table-bordered>tbody>tr>th,
#cart .table-bordered>tfoot>tr>th,
#cart .table-bordered>thead>tr>td,
#cart .table-bordered>tbody>tr>td,
#cart .table-bordered>tfoot>tr>td {
	border: medium none;
	padding: 1px 0;
	text-align: left;
}

#cart .header-cart-toggle .text-left.name>a {
	color: #555555;
	font-size: 13px;
}

#cart .header-cart-toggle .text-right.amount {
	color: #000000;
	font: 700 14px/20px var(--primary-font);
	text-align: left;
}

.header-cart-toggle .table .text-center img {
	max-width: none;
	border: none;
}

#cart .header-cart-toggle .text-right.price-total {
	color: #222222;
	text-align: right;
	font: 700 14px/18px var(--primary-font);
	white-space: nowrap;
}

.cart-form .table-bordered td.text-right.unit-price {
	color: #333;
	font: 600 14px/20px var(--primary-font);
}

.cart .dropdown-menu .btn>i.close-clear {
	font-size: 20px;
}

.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}

.cart-form .cart_input_block .input-group-btn .btn-primary {
	padding: 12px 14px;
}

.cart-form .cart_input_block .input-group-btn .btn-primary::after {
	display: none;
}

.cart-form .input-group-btn button i {
	font-size: 18px;
	vertical-align: top;
}

#cart .header-cart-toggle .table.table-bordered {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eaeaea -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
	padding: 10px 0;
}

#cart .header-cart-toggle li:first-child tr:first-child td {
	border: 0 none;
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 14px;
	padding: 4px;
	color: #777;
}

#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}

#cart .table.table-striped tr {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#cart .dropdown-menu .table .text-center.image>a {
	padding: 0;
}

/* full-header css */

header .full-header {
	background: var(--header-background-color);
	float: left;
	padding: 0 30px;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 2;
}

/* --------------------------------- search Start------------------------------------------------------------*/
body.search-open {
	overflow: hidden;
}
.search {
	float: left;
	padding: 25px 0;
	margin-right: 35px;
	width: auto;
}

.ttsearch {
	float: left;
}

.ttsearch_button {
	float: left;
	width: 100%;
}

.ttsearchtoggle {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	z-index: -1;
	height: auto;
	background: #fff;
	padding: 60px 0 0;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-webkit-transform: translateY(-685px);
	-ms-transform: translateY(-685px);
	transform: translateY(-685px);
	display: block !important;
	z-index: 9999;
}

#search.active .ttsearchtoggle {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	min-height: 220px;
}

.ttsearchtoggle .close-search {
	position: absolute;
	left: auto;
	right: 122px;
	top: 40px;
	bottom: auto;
	color: #666666;
	z-index: 3;
}

.ttsearchtoggle .close-search:hover {
	color: #111111;
}

.ttsearchtoggle .close-search i {
	float: left;
	font-size: 26px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

.ttsearchtoggle .close-search:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ttsearchtoggle .search-text {
	float: left;
	width: auto;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	margin: 0 0 15px;
}

.ttsearchtoggle .input-group-btn {
	float: right;
}

#search .ttsearch_button .icon-search {
	color: #ffffff;
	float: left;
	font-size: 26px;
	height: 100%;
	line-height: 40px;
	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: 100%;
}

#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 #search.active .ttsearch_button .icon-search {
	display: none;
}

.search .ttsearch_button .icon-close {
	color: #ffffff;
	display: none;
	float: left;
	font-size: 26px;
	height: 100%;
	line-height: 40px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 100%;
}

.search #search.active .ttsearch_button .icon-close {
	display: block;
}

#search {
	width: auto;
	height: auto;
	cursor: pointer;
	float: left;
}

#search .select-wrapper {
	max-width: 160px;
}

.ttsearch_button svg {
	fill: #444444;
	height: 20px;
	width: 14px;
	float: left;
	line-height: 20px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	font-weight: 400;
	margin-right: 8px;
}
.ttsearch_button:hover svg {
	fill: #111111;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.ttsearch_button .serach-title {
	color: var(--header-text-color);
	font: 400 13px/20px var(--primary-font);
	float: right;
	width: auto;
}
#search .select-wrapper select {
	height: 40px;
	margin: 0 -1px 0 0;
}

#search .select-wrapper::after {
	padding: 3px;
}

#search .input-lg {
	float: right;
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	width: 100%;
	background: #ffffff;
	border: none;
	border-bottom: 2px solid var(--border-color);
	letter-spacing: 1px;
	color: #111111;
	font-size: 30px;
	font-weight: 500;
	font-family: var(--secondary-font);
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	margin: 0;
	position: relative;
}

#search .form-control::-moz-placeholder {
	color: #666666;
	text-indent: 0.625rem;
	opacity: 0.6;
}

#search .btn-lg {
	font-size: 30px;
	color: #777777;
	line-height: 18px;
	padding: 0;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	position: absolute;
	left: auto;
	right: 5px;
	top: 65px;
	left: auto;
	z-index: 9999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

#search .btn-lg:hover {
	color: #111111;
}

#search .btn-lg::after {
	display: none;
}

#search .btn-lg i {
	font-size: 30px;
}

#search.active .ttsearch_button {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

@media (max-width: 991px) {
	#search.active .ttsearchtoggle {
		min-height: 160px;
	}
	.ttsearchtoggle {
		padding: 40px 0 0;
	}
	.search {
		padding: 0;
		margin-right: 10px;
	}
	.ttsearch_button .serach-title {
		display: none;
	}
	.ttsearch_button svg {
		width: 16px;
	}
	#search .input-lg {
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}
	#search .btn-lg i {
		font-size: 26px;
	}
	.ttsearchtoggle .close-search {
		top: 25px;
	}
	#search .btn-lg {
		top: 45px;
	}
}

@media (max-width: 767px) {
	.ttsearchtoggle .close-search {
		top: 10px;
		right: 10px;
	}
}

@media (max-width: 480px) {
	#search.active .ttsearchtoggle {
		min-height: 130px;
	}
	.ttsearchtoggle {
		padding: 15px 0 0;
	}
	.ttsearchtoggle .search-text {
		font-size: 10px;
	}
}

/*--------------------------------------------- Search End --------------------------------------------------------*/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/

.live-search {
	width: 100%;
	z-index: 1000;
	padding: 5px 0;
	background-color: #FFF;
	display: none;
	margin: auto;
}

.live-search .loading {
	display: block;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 32px;
	height: 32px;
}

.live-search ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}

.live-search ul li {
	background-color: #ffffff;
	overflow: hidden;
	cursor: pointer;
	float: left;
	width: 13%;
}

.live-search ul li:hover a {
	background-color: #efefef;
}

.live-search ul li a {
	display: block;
	float: left;
	padding: 15px;
	text-decoration: none;
	width: 100%;
}

.live-search ul li .product-image {
	float: left;
	padding: 0;
	width: auto;
}

.live-search ul li .product-name p {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0;
}

.live-search ul li .search-description {
	float: left;
	padding: 10px 0 0;
	text-align: left;
	width: 100%;
}

.live-search ul li .product-name {
	font: 400 14px/16px var(--primary-font);
	color: var(--header-text-color);
}

.live-search ul li .product-price {
	color: #222222;
	font: 600 15px/18px var(--primary-font);
	margin-bottom: 10px;
	margin-top: 15px;
}

.live-search ul li .product-price .price {
	margin: 0 5px;
}

.live-search ul li .product-price .special {
	color: #777777;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: 500;
}

.live-search .result-text {
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 15px 0;
	text-transform: capitalize;
	width: 100%;
}

.live-search .view-all-results:hover {
	color: #000000;
}

.live-search .view-all-results {
	color: #333333;
}

.live-search .product-image img {
	width: auto;
	max-width: 100%;
}
@media (max-width: 1699px) {
	.live-search ul li {
		width: 15%;
	}
}
@media (max-width: 1299px) {
	.live-search ul li {
		width: 17%;
	}
}
@media (max-width: 1199px) {
	.live-search ul li {
		width: 20%;
	}
}
@media (max-width: 991px) {
	.live-search ul li {
		width: 25%;
	}
}
@media (max-width: 600px) {
	.live-search ul li {
		width: 33.33%;
	}
}
@media (max-width: 480px) {
	.live-search ul li {
		width: 50%;
	}
	.live-search ul li a {
		padding: 10px;
	}
	.live-search ul li .product-name {
		font-size: 12px;
	}
	.live-search ul li .product-price {
		font-size: 13px;
		margin-top: 10px;
	}
	.live-search ul li .product-price .special {
		font-size: 13px;
	}
}

/* ------------------------------------ ajex search CSS Start -----------------------------------*/

#top-links .list-inline>li.account-nav>a {
	color: #888888;
	line-height: 24px;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0px;
	background: none;
}

.user-info .ttlanguage,
.user-info .ttcurrency {
	float: left;
	width: 100%;
}

.ttlanguage .pull-left,
.ttcurrency .pull-left {
	width: 100%;
}

#form-currency i::before, 
#form-language i::before {
	content: "\e313";
	font-family: "Material Icons";
	font-size: 14px;
}
#form-currency .btn-group.open i::before, 
#form-language .btn-group.open i::before {
	content: "\e316";
	
}
#form-currency i, 
#form-language i {
	line-height: 10px;
	vertical-align: top;
}

#form-language .btn-group > .btn-link, 
#form-currency .btn-group > .btn-link {
	float: left;
	width: 100%;
	border: none;
	color: var(--header-toptext-color);
	font: 400 13px/20px var(--primary-font);
	text-align: left;
	margin: 0;
	padding: 11px 0;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

#form-currency .btn-link,
#form-language .btn-link {
	border: medium none;
	color: var(--body-text-color);
	display: block;
	float: left;
	font: 400 13px/24px var(--primary-font);
	letter-spacing: 1px;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
}

#form-currency ul,
#form-language ul {
	background: #ffffff;
	border: 1px solid var(--border-color);
	font-size: 13px;
	float: left;
	display: none;
	left: 0;
	right: auto;
	min-width: 160px;
	padding: 10px 16px;
	position: absolute;
	text-align: left;
	top: 100%;
	margin: 0;
	list-style: none;
	z-index: 3;
}

.ttlanguage .btn-link>span,
.ttcurrency .btn-link>span {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	display: inline-block !important;
}

.ttlanguage .btn-group>ul,
.ttcurrency .btn-group>ul {
	clear: both;
	float: left;
	padding: 7px 0;
	width: 100%;
}

.ttlanguage .btn-group ul li,
.ttcurrency .btn-group ul li {
	list-style: outside none none;
}

#form-currency .btn-group,
#form-language .btn-group {
	position: static;
}

#form-currency .btn-group > button.btn-link:hover,
#form-currency .btn-group.open > button.btn-link span,
#form-currency .btn-group.open > button.btn-link,
#form-currency button:hover span,
#form-currency .btn-group > button.btn-link:hover > strong,
#form-currency .btn-group.open > button.btn-link strong,
#form-language .btn-group > button.btn-link:hover,
#form-language .btn-group.open > button.btn-link,
#form-language .btn-group:hover .expand-more::before,
#form-currency .btn-group:hover .expand-more::before,
#form-currency .btn-group.open .expand-more::before,
#form-language .btn-group.open .expand-more::before,
#form-language .btn-group.open .dropdown-toggle {
	color: #ec7a5c;
}

#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle,
#top-links .dropdown .dropdown-menu {
	border: 1px solid var(--border-color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
	margin: 0;
	min-width: 150px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 36px;
}

#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button,
#top-links .dropdown-menu a {
	border: medium none;
	color: #878787;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	text-align: left;
}

#form-language .language-select>img {
	margin: 0 2px 0 0;
}

#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
	color: #000;
}

#form-language .dropdown-toggle>img,
.header-top-right #form-currency .dropdown-toggle>strong {
	margin: 0 2px;
}

.header_user_info>a>i,
.header_user_info>a>.fa-user {
	display: none;
}

/* header user info End*/
/* logo */

#mobile-logo {
	display: none;
}

.header-top-cms {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 9px 0;
}

.header-left {
	float: left;
	text-align: center;
	margin: 25px 0;
	position: relative;
	width: auto;
	z-index: 2;
}

.header-bottom {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}

/* menu */
/* content */

#content {
	min-height: 600px;
}

.tthome {
	float: left;
	width: 100%;
}

.tthome #content {
	padding: 0;
}

/* Slideshow Slider Stylesheet */

.common-home>.row {
	margin: 0;
}

.content-top {
	float: left;
	width: 100%;
}

/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.top-column {
	margin-bottom: 30px;
}

.swiper-wrapper {
	direction: ltr !important;
}

.slideshow-panel {
	position: relative;
	float: left;
	margin: 0 0 100px;
	width: 100%;
}

.slideshow-panel .swiper-viewport {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	float: left;
}

.slideshow-panel .swiper-container {
	width: 100%;
}

.slideshow-panel .ttloader {
	background: #ffffff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.ttloading-bg {
	background: #ffffff none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.slideshow-panel img {
	width: 100%;
	height: auto;
}

.slideshow-main .swiper-pagination {
	display: none;
}

.slideshow-panel .swiper-container .swiper-pager {
	position: static;
	line-height: normal;
}

.slideshow-panel .swiper-container .swiper-pager div {
	background: none;
	border: 2px solid none;
	height: 40px;
	width: 40px;
	text-align: center;
	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;
	text-shadow: none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
	left: 20px;
	right: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}

.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
	right: 20px;
	left: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}

.slideshow-panel .swiper-container:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.slideshow-panel .swiper-pager .swiper-button-prev::before {
	bottom: 0;
	color: #111111;
	content: "\e5cb";
	font-family: "Material Icons";
	font-size: 40px;
	line-height: 42px;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	width: 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;
}

.slideshow-panel .swiper-pager .swiper-button-next::before {
	bottom: 0;
	color: #111111;
	content: "\e5cc";
	font-family: "Material Icons";
	font-size: 40px;
	line-height: 42px;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	width: 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;
}

.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
	color: var(--secondary-bg-color);
}

.slideshow-panel .slider-description {
	float: left;
	width: 100%;
}
.slideshow-panel .slider-content-wrap {
	position: absolute;
	top: auto;
	bottom: 34%;
	left: auto;
	right: 12%;
	margin: auto;
	text-align: center;
	overflow: hidden;
	width: 35%;
	float: left;
	z-index: 1;
}
.slideshow-panel .slider-content-wrap.left {
	left: 12%;
	right: auto;
}
.slideshow-panel .slider-content-wrap .slider-title {
	color: #272727;
	margin: 0 0 20px;
	font: 600 62px/70px var(--secondary-font);
}
.slideshow-panel .slider-content-wrap .slider-subtitle {
	color: #444444;
	font: 400 18px/20px var(--primary-font);
	margin-bottom: 15px;
}
.slideshow-panel .slider-content-wrap .slider-button a.btn {
	background: #272727;
	font: 600 16px/20px var(--secondary-font);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	padding: 12px 28px;
	margin: 0 0 5px;
}
.slideshow-panel .slider-content-wrap .slider-button {
	border-bottom: 1px solid #272727;
	float: none;
	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;
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_left .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_left .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_left .slider-title {
 animation:1.5s ease-in-out 0s normal none 1 running fadeInLeft
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_left .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_left .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_left .slider-subtitle {
 animation:1.7s ease-in-out 0s normal none 1 running fadeInLeft
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_left .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_left .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_left .slider-desc {
 animation:1.5s ease-in-out 0s normal none 1 running fadeInLeft
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_left .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_left .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_left .slider-button {
 animation:1.9s ease-in-out 0s normal none 1 running fadeInLeft
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_right .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_right .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_right .slider-title {
 animation:1.5s ease-in-out 0s normal none 1 running fadeInRight
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_right .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_right .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_right .slider-subtitle {
 animation:1.7s ease-in-out 0s normal none 1 running fadeInRight
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_right .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_right .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_right .slider-desc {
 animation:1.9s ease-in-out 0s normal none 1 running fadeInRight
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_right .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_right .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_right .slider-button {
 animation:1.6s ease-in-out 0s normal none 1 running fadeInRight
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_bottom .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_bottom .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_bottom .slider-title {
 animation:1.5s ease-in-out 0s normal none 1 running fadeInUp
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_bottom .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_bottom .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_bottom .slider-subtitle {
 animation:1.8s ease-in-out 0s normal none 1 running fadeInUp
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_bottom .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_bottom .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_bottom .slider-desc {
 animation:1.9s ease-in-out 0s normal none 1 running fadeInUp
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_bottom .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_bottom .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_bottom .slider-button {
 animation:2s ease-in-out 0s normal none 1 running fadeInUp
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_top .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_top .slider-title,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_top .slider-title {
 animation:1.8s ease-in-out 0s normal none 1 running fadeInDown
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_top .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_top .slider-subtitle,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_top .slider-subtitle {
 animation:1.6s ease-in-out 0s normal none 1 running fadeInDown
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_top .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_top .slider-desc,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_top .slider-desc {
 animation:1.7s ease-in-out 0s normal none 1 running fadeInDown
}
.slideshow-panel .swiper-slide-active .slider-content-wrap.center.effect_top .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.left.effect_top .slider-button,
.slideshow-panel .swiper-slide-active .slider-content-wrap.right.effect_top .slider-button {
 animation:1.9s ease-in-out 0s normal none 1 running fadeInDown
}

@media (max-width: 1600px) {
	.slideshow-panel .slider-content-wrap .slider-title {
		font-size: 54px;
		line-height: 60px;
	}
}
@media (max-width: 1399px) {
	.slideshow-panel {
		margin: 0 0 50px;
	}
	.slideshow-panel .slider-content-wrap .slider-title {
		font-size: 46px;
		line-height: 56px;
	}
}

@media (max-width: 1299px) {
	.slideshow-panel .slider-content-wrap {
		width: 40%;
	}
}

@media (max-width: 1199px) {
	.slideshow-panel .slider-content-wrap {
		bottom: 17%;
	}
	.slideshow-panel .slider-content-wrap .slider-subtitle {
		font-size: 16px;
	}
	.slideshow-panel .slider-content-wrap .slider-title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 991px) {
	.slideshow-panel .slider-content-wrap .slider-title {
		font-size: 34px;
		line-height: 42px;
	}
	.slideshow-panel .slider-content-wrap .slider-subtitle {
		font-size: 16px;
	}
	.slideshow-panel .slider-content-wrap .slider-button a.btn {
		padding: 18px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.slideshow-panel .swiper-container .swiper-pager div {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		height: 40px;
		width: 40px;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev {
		left: 10px;
		right: auto;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
		left: auto;
		right: 10px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before,
	.slideshow-panel .swiper-pager .swiper-button-next::before {
		font-size: 26px;
		line-height: 36px;
	}
	.slideshow-panel {
		margin: 0 0 40px;
	}
	.slideshow-panel .slider-content-wrap .slider-title {
		font-size: 22px;
		line-height: 28px;
	}
	.slideshow-panel .slider-content-wrap .slider-subtitle {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.slideshow-panel .slider-content-wrap .slider-button a.btn {
		padding: 14px;
		font-size: 12px;
		line-height: 16px;
	}
	.slideshow-panel .slider-content-wrap {
		bottom: 20%;
	}
}

@media (max-width: 480px) {
	.slideshow-panel .swiper-container .swiper-pager div {
		background: none;
		border: none;
		height: 25px;
		width: 25px;
	}
	.slideshow-panel {
		margin: 0 0 30px;
	}
	.slideshow-panel .slider-content-wrap {
		width: 60%;
	}
	.slideshow-panel .slider-content-wrap .slider-subtitle {
		display: none;
	}
	.slideshow-panel .slider-content-wrap .slider-title {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.slideshow-panel .slider-content-wrap .slider-button a.btn {
		padding: 8px;
		font-size: 10px;
		line-height: 12px;
	}
	.slideshow-panel .slider-content-wrap {
		bottom: 12%;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/*--------------------owl nav css------------------------*/
.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;
	height: 40px;
	width: 40px;
	text-shadow: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: auto;
	bottom: 50%;
	margin: auto;
	overflow: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.products-carousel.owl-carousel:hover .owl-nav button, 
.tt-category-featured .owl-carousel:hover .owl-nav button, 
.ttblog-content.owl-carousel:hover .owl-nav button {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.products-carousel.owl-carousel .owl-nav button.owl-prev, 
.tt-category-featured .owl-carousel .owl-nav button.owl-prev, 
.ttblog-content.owl-carousel .owl-nav button.owl-prev {
	background: none;
	left: -30px;
	right: auto;
}
.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 {
	background: none;
	left: auto;
	right: -30px;
}
.products-carousel.owl-carousel .owl-nav .owl-prev::before, 
.products-carousel.owl-carousel .owl-nav .owl-next::before, 
.tt-category-featured .owl-carousel .owl-nav button.owl-prev::before, 
.tt-category-featured .owl-carousel .owl-nav button.owl-next::before, 
.ttblog-content.owl-carousel .owl-nav .owl-prev::before, 
.ttblog-content.owl-carousel .owl-nav .owl-next::before {
	background: none;
	font-size: 40px;
	line-height: 40px;
	color: #111111;
	content: "\e314";
	font-family: "Material Icons";
	font-weight: 300;
	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;
}
.products-carousel.owl-carousel .owl-nav .owl-next::before, 
.tt-category-featured .owl-carousel .owl-nav button.owl-next::before, 
.ttblog-content.owl-carousel .owl-nav .owl-next::before {
	content: "\e315";
}
.owl-carousel .owl-nav .disabled {
	cursor: not-allowed;
}
.owl-carousel .owl-nav .owl-prev.disabled::before,
.owl-carousel .owl-nav .owl-next.disabled::before {
	opacity: 0.5;
}

#column-left .products-carousel.owl-carousel .owl-nav, 
#column-right .products-carousel.owl-carousel .owl-nav { 
	float: left;
	width: auto;
	position: absolute;
	left: auto;
	right: 15px;
	top: 16px;
	bottom: auto;
}
#column-left .products-carousel.owl-carousel .owl-nav button, 
#column-right .products-carousel.owl-carousel .owl-nav button {
	position: relative;
	width: 25px;
	height: 30px;
	left: 0;
	right: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#column-left .products-carousel.owl-carousel .owl-nav .owl-prev::before, 
#column-right .products-carousel.owl-carousel .owl-nav .owl-prev::before,
#column-left .products-carousel.owl-carousel .owl-nav .owl-next::before, 
#column-right .products-carousel.owl-carousel .owl-nav .owl-next::before {
	font-size: 24px;
	line-height: 30px;
}
#column-left .products-list:hover .products-carousel.owl-carousel .owl-nav .owl-prev::before, 
#column-right .products-list:hover .products-carousel.owl-carousel .owl-nav .owl-prev::before,
#column-left .products-list:hover .products-carousel.owl-carousel .owl-nav .owl-next::before, 
#column-right .products-list:hover .products-carousel.owl-carousel .owl-nav .owl-next::before {
	color: #ffffff;
}
@media(max-width:1600px) {
	.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 {
		left: auto;
		right: -20px;
	}
	.products-carousel.owl-carousel .owl-nav button.owl-prev, 
	.tt-category-featured .owl-carousel .owl-nav button.owl-prev, 
	.ttblog-content.owl-carousel .owl-nav button.owl-prev {
		left: -20px;
		right: auto;
	}
}
@media(max-width:1299px) {
	.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 {
		left: auto;
		right: -10px;
	}
	.products-carousel.owl-carousel .owl-nav button.owl-prev, 
	.tt-category-featured .owl-carousel .owl-nav button.owl-prev, 
	.ttblog-content.owl-carousel .owl-nav button.owl-prev {
		left: -10px;
		right: auto;
	}
	.products-carousel.owl-carousel .owl-nav button, 
	.tt-category-featured .owl-carousel .owl-nav button, 
	.ttblog-content.owl-carousel .owl-nav button {
		width: 30px;
	}
}
@media(max-width:991px) {
	.products-carousel.owl-carousel .owl-nav,
	.tt-category-featured .owl-carousel .owl-nav,
	.ttblog-content.owl-carousel .owl-nav {
		width: 100%;
	}
	.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 {
		left: auto;
		right: 0;
	}
	.products-carousel.owl-carousel .owl-nav button.owl-prev, 
	.tt-category-featured .owl-carousel .owl-nav button.owl-prev, 
	.ttblog-content.owl-carousel .owl-nav button.owl-prev {
		left: 0;
		right: auto;
	}
	.products-carousel.owl-carousel .owl-nav button, 
	.tt-category-featured .owl-carousel .owl-nav button, 
	.ttblog-content.owl-carousel .owl-nav button {
		width: 30px;
		height: 30px;
		position: relative;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.products-carousel.owl-carousel .owl-nav .owl-prev::before, 
	.products-carousel.owl-carousel .owl-nav .owl-next::before, 
	.tt-category-featured .owl-carousel .owl-nav button.owl-prev::before, 
	.tt-category-featured .owl-carousel .owl-nav button.owl-next::before, 
	.ttblog-content.owl-carousel .owl-nav .owl-prev::before, 
	.ttblog-content.owl-carousel .owl-nav .owl-next::before {
		font-size: 30px;
		line-height: 30px;
	}
	#column-left .products-carousel.owl-carousel .owl-nav, 
	#column-right .products-carousel.owl-carousel .owl-nav {
		right: 30px;
		top: 10px;
	}
}
/*--------------------owl nav css------------------------*/
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/

.customNavigation {
	float: left;
	direction: ltr;
	text-align: center;
	width: 100%;
}

.customNavigation a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	border: 1px solid var(--border-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #777777;
	position: relative;
	padding: 0;
	width: 31px;
	height: 31px;
}

.customNavigation a span {
	font-size: 17px;
	line-height: 29px;
}

.customNavigation a.prev:before {
	border-top: 1px solid var(--border-color);
	content: "";
	float: left;
	height: 1px;
	left: -61px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 60px;
}

.customNavigation a.prev:after {
	border-bottom: 1px solid var(--border-color);
	content: "";
	height: 1px;
	left: -41px;
	position: absolute;
	top: 15px;
	width: 40px;
}

.customNavigation a.next:before {
	border-top: 1px solid var(--border-color);
	content: "";
	height: 1px;
	right: -61px;
	position: absolute;
	top: 10px;
	width: 60px;
}

.customNavigation a.next:after {
	border-bottom: 1px solid var(--border-color);
	content: "";
	height: 1px;
	right: -41px;
	position: absolute;
	top: 15px;
	width: 40px;
}

.customNavigation a:hover {
	border-color: #000000;
	background-color: #000000;
	color: #fff;
}

#column-left .customNavigation,
#column-right .customNavigation {
	display: none;
}

/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/* Category Page */

#content h2.category-name {
	margin-top: 0;
}

#column-left .left-right-inner>div,
#column-right .left-right-inner>div {
	background: #ffffff;
	border: 1px solid var(--border-color);
	float: left;
	margin: 0 0 25px;
	padding: 10px;
	width: 100%;
}

#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;
	border: none;
}

#column-left .swiper-wrapper,
#column-right .swiper-wrapper {
	height: auto;
}

.block-description,
.cat-list {
	float: left;
	width: 100%;
}

.category-list ul {
	padding: 0;
	float: left;
	width: 100%;
}

.category-list ul li {
	display: inline-block;
	list-style: none;
	padding: 0 15px;
	width: auto;
}

.subcategory-image {
	clear: both;
	padding: 0 0 8px;
}

.subcategory-image>a {
	display: block;
}

.subcategory-image img {
	max-width: 100%;
}

.category-list h5 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.category-list h5 a {
	color: #111111;
	display: inline-block;
	font: 400 14px/16px var(--primary-font);
	word-break: break-all;
}

.category-list li:hover h5 a,
.category-list li:focus h5 a {
	color: #333;
}

.category-filter label {
	color: #222;
	font: 500 13px/20px var(--primary-font);
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: none;
	border: none;
	width: auto;
}

.category-compare {
	margin: 0;
	float: left;
	width: 100%;
}

.category-products {
	float: left;
	width: 100%;
}

.category-treeview ul {
	margin: 0px;
}

.category-treeview li {
	position: relative;
	list-style: none;
}

.category-treeview li.category-li .list-tree:before {
	content: "\e5cf";
	font-family: "Material Icons";
	font-size: 16px;
	font-weight: normal;
	color: #555555;
	position: absolute;
	cursor: pointer;
	padding: 2px 5px;
	right: 0px;
	top: 0px;
	z-index: 2;
}

.category-treeview li.category-li.category-active.active .list-tree:before {
	content: "\e5ce";
	color: #111111;
}

.category-treeview li.category-li .list-tree:hover:before {
	color: #414141;
}

#column-left .list-group .category-li.category-active a.list-group-item.active,
#column-right .list-group .category-li.category-active a.list-group-item.active {
	color: #111111;
}

.product-thumb .caption .description {
	display: none;
}

.products-list,
.list-products {
	position: relative;
	width: 100%;
	float: left;
}

.owl-carousel .owl-stage-outer {
	direction: ltr;
}

.products-list>.row {
	clear: both;
}

.product-list .product-thumb .caption .description {
	display: block;
	margin: 0 0 10px;
	clear: both;
}

.product-thumb,
.product-layout,
.product-layouts {
	position: relative;
}

.product-thumb {
	overflow: hidden;
	position: relative;
}

.product-thumb .sale-icon,
.product-sale-icon {
	color: #444444;
	font: 400 13px/20px var(--primary-font);
	left: -25px;
	letter-spacing: 1px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: auto;
	text-align: center;
	top: 10px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	z-index: 1;
}

.product-thumb:hover .sale-icon {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	left: 10px;
}

.product-sale-icon {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	left: 15px;
}

.product-thumb .percent,
.product-percent {
	color: #ff0000;
	font: 400 13px/20px var(--primary-font);
	left: auto;
	letter-spacing: 1px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: -25px;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	z-index: 1;
}

.product-thumb:hover .percent {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	right: 10px;
}

.product-percent {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	right: 15px;
}

.header-content-title {
	float: left;
	padding: 0 0 50px;
	width: 100%;
}

.common-home .header-content-title {
	display: none;
}

/* Column Left - Right Product List */

#column-left .products-list .container,
#column-left .list-products .container {
	padding: 0;
	width: 100%;
}

#column-left {
	clear: left;
}

#column-left .panel-default>.list-group,
#column-right .panel-default>.list-group {
	float: left;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

#column-left .products-carousel,
#column-right .products-carousel {
	float: left;
	margin: 0;
	position: static;
	width: 100%;
}

#column-left .product-thumb:hover,
#column-right .product-thumb:hover,
#header-left .product-thumb:hover,
#header-right .product-thumb:hover,
#footer-left .product-thumb:hover,
#footer-right .product-thumb:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid var(--border-color);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
	border: none;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
	float: left;
	margin: 0;
	padding: 0;
	max-width: 80px;
}

#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon,
#column-left .product-thumb .percent,
#column-right .product-thumb .percent {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}

#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}

#column-left .rating .fa-star,
#column-left #review .fa-star,
#column-right .rating .fa-star,
#column-right #review .fa-star {
	font-size: 14px;
}

#column-left .product-thumb .caption .sale-icon,
#column-right .product-thumb .caption .sale-icon,
#header-left .product-thumb .caption .sale-icon,
#header-right .product-thumb .caption .sale-icon,
#footer-left .product-thumb .caption .sale-icon,
#footer-right .product-thumb .caption .sale-icon {
	font-size: 11px;
	padding: 0 5px;
	left: 0;
	right: auto;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
	float: left;
	height: auto;
	position: static;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	width: 100%;
}

#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i {
	display: none;
}

#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
	background: none;
	color: var(--body-text-color);
	padding: 0;
	margin: 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
	display: none;
}

.product-list .product-thumb:hover h4 a {
	color: #000;
}

/* Column Left Right - Product Option Filter Style */

#column-left .list-group-item,
#column-right .list-group-item,
#column-left .panel-heading,
#column-right .panel-heading {
	border: medium none;
}

#column-left .list-group a.active,
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	background: none;
}

#column-left a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover #column-right a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	background: none;
}

#column-left .category-li.category-active .list-group-item.current-child-item {
	line-height: 25px;
	color: #777777;
}

#column-left .list-group .list-group-item,
#column-right .list-group .list-group-item {
	background: none;
	color: #777777;
	cursor: pointer;
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	padding: 2px 0 0;
	margin-bottom: 0;
	z-index: 1;
}

#column-left .option-filter .option-filter-box .list-group .list-group-item,
#column-right .option-filter .option-filter-box .list-group .list-group-item {
	font-weight: 500;
	color: #111111;
}

#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover {
	color: #000;
}

.category-treeview .list-group a.child-item,
.category-treeview .list-group a.current-child-item {
	margin-left: 10px;
}

#column-left .panel-heading,
#column-right .panel-heading,
#column-left .box-heading,
#column-right .box-heading,
#column-left .panel-heading,
#column-right .panel-heading,
#ttcmstestimonial .title_block {
	background: #f5f5f5;
	color: #222222;
	float: left;
	font: 500 15px/20px var(--secondary-font);
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: 100%;
}

#column-left .left-right-inner > div:hover .panel-heading,
#column-right .left-right-inner > div:hover .panel-heading,
#column-left .left-right-inner > div:hover .box-heading,
#column-right .left-right-inner > div:hover .box-heading,
#column-left .left-right-inner > div:hover .panel-heading,
#column-right .left-right-inner > div:hover .panel-heading {
	background: #222222;
	color: #ffffff;
}

#column-left .left-right-inner > div:hover .box-heading>h3,
#column-right .left-right-inner > div:hover .box-heading>h3 {
	color: #ffffff;
}

#column-left .title_block a,
#column-right .title_block a {
	color: #222;
}

#column-left .box-heading > h3, #column-right .box-heading > h3 {
	background: none;
	color: #111;
	font: 700 16px/20px var(--secondary-font);
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.option-filter .panel-heading,
.option-filter .list-group-item,
.option-filter-box a.list-group-item,
.option-filter .panel-footer,
.option-filter .panel-heading,
.option-filter .list-group-item,
.option-filter-box a.list-group-item,
.option-filter .panel-footer {
	float: left;
	width: 100%;
}

.option-filter .panel-footer,
.option-filter .panel-footer {
	background: none;
	padding: 15px 0 10px;
}

.option-filter .checkbox>label,
.option-filter .checkbox>label {
	color: #777777;
	font: 400 13px/22px var(--primary-font);
}

.option-filter .checkbox>label:hover,
.option-filter .checkbox>label:hover {
	color: #000;
}

.option-filter .list-group-items .list-group-item:hover,
.option-filter .list-group-items .list-group-item:hover:after,
.option-filter .list-group-items .list-group-item:hover,
.option-filter .list-group-items .list-group-item:hover:after {
	color: #222222;
}

.option-filter .list-group-item .checkbox,
.option-filter .list-group-item .checkbox {
	margin: 0px;
	padding: 0;
}

.option-filter-box .list-group .list-group-items {
	border-bottom: 1px solid var(--border-color);
	padding: 10px 0;
	float: left;
	width: 100%;
}

.option-filter-box .list-group .list-group-items:first-child {
	padding-top: 0;
}

.option-filter-box .list-group .list-group-items:last-child {
	border: medium none;
}

.option-filter .list-group-items .list-group-item {
	color: #222222;
	background: none;
	font: 500 13px/28px var(--primary-font);
	padding: 2px 0;
	float: left;
	width: 100%;
	position: relative;
	text-transform: capitalize
}

#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
	float: left;
	text-align: left;
	padding: 0 10px;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0;
}

.option-filter .list-group {
	margin: 0px;
}

.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
	text-transform: capitalize;
}

.option-filter-box a.list-group-item:after {
	font-family: "Material Icons";
	content: "\e5ce";
	font-size: 16px;
	color: #555555;
	position: absolute;
	right: 10px;
	top: 2px;
}

.option-filter-box a.list-group-item.collapsed:after {
	content: "\e5cf";
}

.store-list .store-tags {
	padding: 5px 15px;
}

.store-list .store-tags>a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}

.store-list .store-tags>a.active-store {
	font-weight: bold;
	position: relative;
}

.store-list .store-tags>a.active-store>i {
	bottom: -4px;
	color: #00bb00;
	font-size: 16px;
	left: -4px;
	position: absolute;
}

/*.category-filter, .category-pagination { border: 1px solid var(--border-color); }*/

#content .category-filter {
	background: #ffffff;
	border: 1px solid var(--border-color);
	float: left;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}

.category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
	padding: 11px 0;
}

.category-filter .filter-text {
	float: left;
}

.category-filter .filter-show .filter-selection {
	width: 70px;
	float: right;
}

.category-filter .filter-sort-by .filter-selection {
	float: left;
	width: 160px;
}

.category-filter .filter-sort-by {
	width: 100%;
	max-width: 260px;
}

.category-filter .filter-show {
	max-width: 140px;
	padding-right: 10px;
}

.category-filter .filter-show .filter-text {
	margin: 0 5px;
}

.category-filter .filter-text {
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: left;
}

.category-filter .filter-selection {
	padding: 0;
}

.category-filter .filter-grid-list {
	float: left;
	padding: 14px 10px;
	width: auto;
}

.category-filter .filter-grid-list button {
	width: 25px;
	height: 25px;
	padding: 8px 15px;
	margin: 4px 0 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.category-filter .filter-grid-list button {
	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 10px;
	padding: 0;
	width: 25px;
}

.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::after {
	display: none;
}

.category-filter .filter-grid-list button .grid-on {
	font-size: 21px;
	line-height: 26px;
}

.category-filter .filter-grid-list button .list-on {
	font-size: 24px;
	line-height: 26px;
}

.category-filter .filter-grid-list button .sort-on {
	font-size: 23px;
	line-height: 28px;
}

.product-category .category-list {
	float: left;
	width: 100%;
}

.category-filter .filter-grid-list button i.fa {
	font-size: 0px;
}

.category-description .category-content {
	margin-top: 20px;
	display: none;
}

.row-pagination-container {
	float: left;
	display: none;
	text-align: center;
	margin-top: 15px;
	width: 100%;
}

.load_more .row-pagination-container {
	display: block;
}

#custom-pagination-button {
	display: inline-block;
	float: none;
	vertical-align: top;
}

#custom-pagination-button .load-pagination {
	display: none;
}

.category-pagination {
	background: #ffffff;
	border: 1px solid var(--border-color);
	float: left;
	margin: 15px 0 0;
	padding: 5px 15px;
	width: 100%;
}

.load_more #product-category .category-pagination {
	display: none;
}

.row-pagination-container .pagination-text-justify {
	border: 1px solid var(--border-color);
	float: left;
	padding: 10px;
	width: 100%;
}

#custom-pagination-button>span#number-products {
	float: right;
	font-size: 16px;
	padding: 5px 25px;
	width: auto;
}

.category-pagination div.text-left {
	padding: 8px 0;
}

.category-pagination div.text-right {
	padding: 0;
}

.category-pagination .pagination {
	margin: 3px 0 0;
	vertical-align: top;
}

.category-list>h3 {
	color: #333333;
	font: 500 16px/26px var(--primary-font);
	margin: 0 0 10px;
	display: none;
}

.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;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin: 0 2px;
}

.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	background: var(--secondary-bg-color);
	border-color: var(--secondary-bg-color);
	cursor: pointer;
	color: #ffffff;
}

.pagination>.active>span,
.pagination>.active>a {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.pagination li:last-child>a,
.pagination li:first-child>a {
	font-size: 0px;
	padding: 7px 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #000000;
	padding: 7px 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
	border-color: #dddddd;
	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;
}

/* Left Column stylesheet */

#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}

#column-left .products-list .row>div,
#column-right .products-list .row>div {
	float: left;
	width: 100%;
}

#column-left .products-list .row>div .caption h4,
#column-left .list-products .row>div .caption h4,
#column-right .products-list .row>div .caption h4,
#column-right .list-products .row>div .caption h4 {
	font-size: 13px;
	margin: 0 0 10px;
	line-height: 18px;
}

#column-left .products-list .row>div .caption .price,
#column-left .list-products .row>div .caption .price,
#column-right .products-list .row>div .caption .price,
#column-right .list-products .row>div .caption .price {
	margin: 0;
	padding: 2px 0;
}

#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 13px;
}

#column-left .products-list .row>div .caption .price .price-tax,
#column-right .products-list .row>div .caption .price .price-tax {
	display: none;
}

#column-left .products-list .row>div .button-group .btn-wishlist,
#column-right .products-list .row>div .button-group .btn-wishlist {
	display: none;
}

#column-left .products-list .row>div .button-group .btn-compare,
#column-right .products-list .row>div .button-group .btn-compare {
	display: none;
}

#column-left .product-thumb:hover h4 a,
#column-right .product-thumb:hover h4 a,
#column-left .product-thumb .button-group .btn-cart:hover>span,
#column-right .product-thumb .button-group .btn-cart:hover>span {
	color: #000;
}

#column-left .product-thumb .button-group .btn-cart>span,
#column-right .product-thumb .button-group .btn-cart>span {
	display: block !important;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
	color: #000;
}

/* Product page stylesheet */

.product-images .additional-images-container {
	direction: ltr;
	position: relative;
	margin: 20px auto 0;
	padding: 0 40px;
	width: 80%;
	overflow: hidden;
	text-align: center;
}

.additional-images .owl-wrapper-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}

.product-details .product-info td {
	padding: 3px;
}

.product-details .product-info .product-info-value {
	color: #777;
	padding: 3px 3px 3px 10px;
	font-weight: normal;
}

.product-details .product-info tr td {
	color: #222222;
}

.product-details .product-info-value>a {
	color: #000000;
}

.product-details .product-info-value>a:hover {
	color: #222;
}

.product-product .tab-content {
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
	margin: 0;
	text-align: left;
}

.cpt_product_description strong {
	font-size: 14px;
}

.product-quantity label {
	padding: 9px 0;
}

.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 10px 0 0;
	float: left;
}

.product-quantity #input-quantity {
	border: none;
	cursor: pointer;
	font-size: 14px;
	float: left;
	line-height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	outline: none;
	width: 40px;
}

.product-details h1.product-name {
	border-bottom: 1px solid var(--border-color);
	color: var(--main-title-color);
	margin: 0 0 16px;
	padding-bottom: 16px;
	font: 500 20px/32px var(--secondary-font);
}

.product-details table.product-info {
	margin: 15px 0;
}

.product-details .product-price {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	padding: 15px 0;
	margin: 15px 0 20px;
}

.product-details .addthis_toolbox {
	width: 100%;
	float: left;
}

.product-details .product-options h3 {
	font: 500 18px/24px var(--primary-font);
}

.product-details .rating {
	display: table;
}

.product-total-review i,
.product-write-review i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.product-details .btn.btn-default.product-btn-wishlist,
.product-details .btn.btn-default.product-btn-compare {
	font-size: 14px;
	color: #777777;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	margin: 15px 5px 15px 0;
}

.product-details .btn.btn-default.product-btn-wishlist:hover,
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	color: #000000;
}

.product-details .btn.btn-default.product-btn-wishlist::after, 
.product-details .btn.btn-default.product-btn-compare::after {
	display: none;
}

.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
	font-size: 13px;
}

.product-price .product-reward-points {
	font-size: 13px;
}

.product-details .rating>a {
	border-right: 1px solid var(--border-color);
	color: #777777;
	float: left;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 2px 10px 0 0;
	line-height: 18px;
	height: 20px;
}

.product-details .rating>a:last-child {
	border-right: medium none;
	margin-right: 0;
}

.product-details .rating>a:hover {
	color: #444;
}

.rating .product-rating {
	border-right: 1px solid var(--border-color);
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 10px 0 0;
	line-height: 18px;
	height: 20px;
}

.product-details .price-new {
	float: left;
	margin: 0 8px 0 0;
}

.product-details .price-old {
	text-decoration: line-through;
	font: 500 13px/16px var(--primary-font);
}

.product-details .product-tax {
	margin-top: 10px;
}

.product-details .product-options h3 {
	margin: 10px 0;
}

.product-details ul.product-price h2 {
	color: var(--price-color);
	font: 600 15px/22px var(--primary-font);
	margin: 0;
}

.product-options .product-quantity {
	border: 1px solid var(--border-color);
	float: left;
	margin: 0;
	box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-moz-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-ms-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-o-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	width: auto;
}

.product-options .radio,
.product-options .checkbox {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

.product-options .alert-info i.info-circle {
	font-size: 18px;
	line-height: 24px;
	vertical-align: top;
}

.form-group .btn-block i.file-upload {
	font-size: 20px;
	vertical-align: top;
}

.form-group .btn-default i.calendar-today {
	font-size: 20px;
	vertical-align: top;
}

.form-group .btn-default::after {
	display: none;
}

.product-details .btn-group .btn-default i {
	font-size: 22px;
	vertical-align: top;
}

.product-product .btn.btn-default {
	background-color: #ffffff;
	border: 1px solid var(--border-color);
	color: #777777;
	padding: 7px 15px;
	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 .btn.btn-default:hover {
	background-color: #000000;
	border-color: #000000;
}

.product-product .btn.btn-default:hover {
	color: #ffffff;
}

.product-product .product-details .addthis_toolbox>a:first-child {
	margin: 0;
}

.product-product .product-details .addthis_toolbox>a {
	margin: 0 5px;
}

.product-tabs {
	clear: both;
	margin: 50px 0;
	text-align: center;
}

#tab-review label.control-label {
	font: 500 13px/20px var(--primary-font);
	color: #222;
	margin-bottom: 10px;
}

.product-product .nav.nav-tabs li.active a,
.product-product .nav.nav-tabs li:hover a {
	border: none;
	background: none;
	color: #111111;
	cursor: pointer;
}

.product-product .nav-tabs {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-product .nav-tabs > li {
	margin: 0 10px 0 0;
	padding: 0;
}

.product-product .nav-tabs>li>a {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #777777;
	font: 500 18px/20px var(--secondary-font);
	margin: 0 0 -1px;
	padding: 15px;
	position: relative;
	text-transform: capitalize;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	z-index: 1;
}

.product-product .nav-tabs > li > a::after {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	height: 2px;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: 0;
	background: #111;
	margin: 0 auto;
}

.product-product .nav-tabs > li.active > a::after,
.product-product .nav-tabs > li:hover > a::after {
	width: 60%;
}

.product-product #tab-description>h3,
.product-product #form-review>h2 {
	font-family: var(--primary-font);
	font-size: 18px;
	color: #777;
}

.tab-content #tab-description b {
	font-weight: 600;
	color: #414141;
}

#checkout-cart #accordion>.panel-default,
#checkout-cart #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	margin-top: 10px;
}

.checkout-cart #accordion .panel-heading {
	padding: 0px;
	border-color: #eaeaea;
	background: #f5f5f5;
}

.checkout-cart #accordion .panel-heading a {
	padding: 10px 20px;
	font-family: var(--primary-font);
	font-weight: normal;
}

.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color: #444;
	font-size: 14px;
}

.checkout-cart #accordion .form-group {
	margin: 15px 0;
}

.checkout-cart #accordion .form-group>div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}

.checkout-cart #content>.buttons {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.checkout-checkout #accordion .panel-default .panel-heading {
	border-color: #eaeaea;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 15px;
}

#checkout-checkout #accordion .panel-default {
	border: none;
	margin-top: 10px;
}

#checkout-checkout #accordion .panel-default .panel-body {
	border: none;
	padding: 15px 15px 25px;
}

#checkout-cart #content .cart-form {
	float: left;
	width: 100%;
}

.table.table-bordered {
	border-color: #eaeaea;
	background: #ffffff;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid var(--border-color);
	color: #222;
}

.table-bordered .text-right .btn i {
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}

.sub-total-table .table-bordered tbody tr td:first-child strong {
	font-weight: normal;
}

.product-product #review .table.table-striped.table-bordered p {
	margin: 0;
}

.checkout-cart .sub-total-table {
	float: right;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
	background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
	color: #FFFFFF;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
	background: #777;
}

.datepicker .datepicker-days .table-condensed .day.active,
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover,
.bootstrap-datetimepicker-widget td span.active,
.datepicker-months .table-condensed .month.active,
.datepicker-years .table-condensed .year.active {
	background-color: #000000;
	color: #ffffff;
}

s.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn {
	background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
	color: #FFFFFF;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
	background: var(--secondary-bg-color);
}

.datepicker-days .table-condensed .day.today::before {
	border-bottom: 7px solid #000000;
}

.datepicker-days .table-condensed .day.active.today::before {
	border-bottom: 7px solid #FFF;
}


/*--------- Extra pages Stylesheet ---------------*/

#accordion .panel-heading h4.panel-title a {
	display: block;
}

#accordion .panel-heading h4.panel-title a i.expand-more {
	float: right;
	font-size: 18px;
	line-height: 26px;
}

.product-search #content .search-criteria {
	background: #ffffff;
	border: 1px solid var(--border-color);
	padding: 10px;
}

.search-criteria>p {
	margin: 10px 0;
}

.search-criteria .checkbox-inline {
	padding: 0;
}

.product-compare #content .table .btn {
	display: inline-block;
	margin: 2px 0;
	text-transform: capitalize;
	width: auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}

#product-compare .btn-primary .icon-favorite {
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
}

.information-sitemap .col-sm-6>ul {
	padding-left: 15px;
}

.information-sitemap #content ul ul {
	padding-left: 30px;
	margin: 5px 0 10px;
}

.information-sitemap ul li a {
	line-height: 22px;
}

body.product-compare .table-product-image {
	padding: 10px;
}

/* information/contact - Location Icons Stylesheet */

.information-contact .contact-location .location-title {
	font-weight: bold;
}

.information-contact .panel.google-map,
.information-contact .panel.google-map iframe {
	float: left;
	width: 100%;
}

.information-contact .contact-location .location-detail {
	margin: 0 0 20px 0;
}

.information-contact .contact-location .location-title i {
	background: #000000;
	border: 2px solid #000000;
	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;
}

.contact-location .store-address a i.location-on {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
}

.information-contact #content>h3 {
	clear: both;
}

/*------------- extra page stylesheet  ------------------*/

#product-compare .table tr .price,
#account-wishlist .price b {
	color: #222222;
	font: 600 18px/20px var(--primary-font);
}

#product-compare .table tr .price strike,
#account-wishlist .price s {
	color: #777777;
	font: 300 13px/16px var(--primary-font);
}

#common-success #content>p>a {
	color: #000000;
	font-size: 16px;
}

body #content>.buttons.clearfix {
	margin: 20px 0 0;
}

.table-bordered tr td.text-right.total-amount {
	color: #000000;
	font-weight: 600;
}

.information-contact #content .form-horizontal {
	float: left;
	width: 100%;
}

.checkout-cart h2 {
	font: 500 22px/34px var(--primary-font);
}

.checkout-cart tr:last-child>td.text-right.heading-title {
	font: 700 18px/22px var(--primary-font) !important;
	color: #555454;
	text-transform: capitalize;
}

.cart-form .table-bordered>thead>tr>th,
.cart-form .table-bordered>tbody>tr>th,
.cart-form .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.cart-form .table-bordered>tbody>tr>td,
.cart-form .table-bordered>tfoot>tr>td {
	background: #FFF;
	border: 1px solid var(--border-color);
	color: #444444;
	font-family: var(--primary-font);
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	vertical-align: middle;
}

.table-bordered>thead>tr>td {
	font-weight: 700;
}

.cart-form .table-bordered tbody td.text-right.total-price {
	color: #222222;
	font: 600 14px/20px var(--primary-font);
}

.checkout-checkout h4 {
	font-family: var(--primary-font);
	font-weight: 600;
}

.affiliate-login h2,
.account-login h2,
.checkout-checkout h2,
.product-search h2 {
	color: #333333;
	font: 400 23px/25px var(--primary-font);
}

.well {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid var(--border-color);
}

/*----------- brand page ---------------*/

.product-manufacturer .a-link-list {
	border: medium none;
}

.product-manufacturer .a-link-heading {
	padding: 5px 16px;
}

.product-manufacturer .a-link-heading p,
.product-manufacturer .a-link-heading h2 {
	line-height: 38px;
}

.product-manufacturer .a-link-group {
	color: #222222;
	font-family: Open Sans;
	font-size: 16px;
	margin-bottom: 10px;
}

.terms-condition h3 {
	font: 400 18px/22px var(--primary-font);
	color: var(--secondary-bg-color);
}

/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */

.a-link-group {
	margin-bottom: 10px;
}

.a-link-group a {
	font-weight: bold;
}

.a-link-list {
	border: 1px solid #dbdee1;
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
	float: left;
}

.a-link-heading {
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}

.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #222;
}

.a-link-content {
	padding: 8px;
	font-size: 14px;
}

.modal-header {
	background: #F5F5F5;
}

.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
}

.modal-title {
	font-weight: bold;
}

.table-hover>tbody>tr:hover {
	background: none;
}
/*----------------------- Brand Carousel CSS Start ------------------------*/

.brand-carousel .box-heading {
	display: none;
}

.brand-carousel .swiper-viewport {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.common-home .brand-carousel {
	float: left;
	position: relative;
	margin: 0 0 80px;
	width: 100%;
}

.brand-carousel .brand-items .img-responsive {
	display: inline-block;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	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;
}

.brand-carousel .brand-items .img-responsive:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.brand-carousel .swiper-viewport .swiper-pager div {
	background: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 30px;
	border: none;
	color: #FFF;
	font: 400 13px/18px var(--primary-font);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.brand-carousel .swiper-viewport:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.brand-carousel .swiper-pager .swiper-button-prev::before,
.brand-carousel .swiper-pager .swiper-button-next::before {
	content: "\e314";
	font-family: "Material Icons";
	color: #777777;
	font-size: 40px;
	float: left;
	line-height: 27px;
	height: 100%;
	width: 100%;
}

.brand-carousel .swiper-pager .swiper-button-prev:hover:before,
.brand-carousel .swiper-pager .swiper-button-next:hover:before {
	color: #111111;
}

.brand-carousel .swiper-pager .swiper-button-next::before {
	content: "\e315";
}

.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background: none;
}

.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 0;
}

.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 0;
}
@media (min-width:1300px) {
	.brand-carousel .container {
	 	max-width:1260px
	}
}
@media (max-width:1300px) {
	.common-home .brand-carousel {
		margin: 0 0 50px;
	}
}

@media(max-width:991px) {
	.brand-carousel .swiper-pager .swiper-button-prev::before, 
	.brand-carousel .swiper-pager .swiper-button-next::before {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.brand-carousel .swiper-viewport .swiper-pager div {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.common-home .brand-carousel {
		margin: 0 0 40px;
	}
}

@media (max-width: 480px) {
	.common-home .brand-carousel {
		margin: 0 0 30px;
	}
}
/*----------------------- Brand Carousel CSS Start ------------------------*/
/* checkout/cart - cart-form Stylesheet */

.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.cart-form .input-group-btn {
	display: table;
	float: left;
}

.checkout-checkout .panel-group {
	clear: both;
}

/* checkout success - Stylesheet */

body.checkout-success #content {
	background: url("TemplateTrip/images/checkout-success.jpg") no-repeat scroll center bottom;
}

body.account-success #content {
	background: url("TemplateTrip/images/account-success.jpg") no-repeat scroll center bottom;
}

body.product-compare #content.no-compare-products {
	background: url("TemplateTrip/images/no-compare-products.jpg") no-repeat scroll center bottom;
}

#content.request-not-found {
	background: url("TemplateTrip/images/request-not-found.jpg") no-repeat scroll center bottom;
}

#content.no-manufacture-products {
	background: url("TemplateTrip/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
}

#content.no-wishlist-products {
	background: url("TemplateTrip/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* footer */
footer {
	float: left;
	margin: 30px 0 0;
	width: 100%;
}

.common-home footer {
	margin: 0;
}

footer .footer-top {
	float: left;
	width: 100%;
}

.footer-container {
	border-top: 1px solid var(--border-color);
	float: left;
	width: 100%;
}

.footer-container .footer-column {
	margin: 80px 0;
}

footer .footer-column .list-unstyled {
	margin: 0;
}

footer a {
	color: var(--footer-text-color);
	cursor: pointer;
	font: 400 13px/20px var(--primary-font);
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	margin: 0 0 5px;
}

footer a:hover,
footer a:focus {
	color: var(--footer-text-hover-color);
	letter-spacing: 1.5px;
}

footer .footer-column h5 {
	color: var(--footer-title-color);
	font: 600 20px/22px var(--secondary-font);
	margin: 0 0 30px;
}
/* Footer right Contact us Stylesheet */
.footer-bottom {
	background: #222222;
	float: left;
	width: 100%;
}

.footer-bottom .bottom-block {
	float: left;
	padding: 12px 0;
	width: 100%;
}

.footer-bottom-cms {
	float: right;
	padding: 0;
}

.footer-bottom-link {
	float: left;
	padding: 0;
}

.footer-bottom p {
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

.footer-top-cms {
	float: left;
	width: 100%;
	padding: 0;
}

.footer-bottom p a {
	color: #ffffff;
}

.footer-bottom p a:hover {
	color: var(--secondary-bg-color);
}

.image-additional-container {
	float: left;
	width: 100%;
}

#goToTop:before {
	color: #ffffff;
	content: "\e5d8";
	font-family: "Material Icons";
	font-size: 22px;
}

#goToTop {
	background: var(--secondary-bg-color);
	border: 2px solid var(--secondary-bg-color);
	bottom: 50px;
	direction: ltr;
	cursor: pointer;
	height: 40px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	padding: 6px 8px;
	position: fixed;
	right: 40px;
	text-align: center;
	width: 40px;
	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: 9;
}

#goToTop:hover {
	background: #111111;
	border-color: #111111;
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
}

#goToTop:hover:before {
	color: #ffffff;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

.alert {
	clear: both;
	padding: 15px;
}

.alert .check-circle,
.alert .error-outline {
	font-size: 20px;
	vertical-align: middle;
}

.alert-danger {
	padding: 10px 15px;
}

.alert .close {
	color: #000000;
	right: 0;
	top: 0;
	font-size: 24px;
}

.product-options .alert-info {
	float: left;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: right;
	font-size: 13px;
	line-height: 24px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}

.breadcrumb i:hover {
	color: var(--secondary-bg-color);
}

.breadcrumb a {
	color: #ffffff;
}

.breadcrumb i {
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}

.breadcrumb>li {
	white-space: nowrap;
	display: inline-block;
}

.breadcrumb>li+li:before {
	color: #ffffff;
	content: "\e5cc";
	float: left;
	font-family: "Material Icons";
	font-size: 16px;
	margin: 0 8px;
}
/* buttons */
.btn {
	font-size: 14px;
	border: none;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 8px 20px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 14px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.form-group .input-group-btn .btn-default {
	padding: 12px 12px;
}

.btn-group {
	float: left;
	width: 100%;
}

.btn-default {
	background: var(--secondary-bg-color);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	font: 400 13px/20px var(--primary-font);
	letter-spacing: 1px;
	color: #ffffff;
	position: relative;
	padding: 12px 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;
	overflow: hidden;
	z-index: 1;
}

.btn.btn-default.cnt:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.btn-default:active:focus {
	background: var(--primary-bg-color);
	color: #ffffff;
	letter-spacing: 1px;
}

.btn.active,
.btn:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-primary {
	background: var(--primary-bg-color);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #ffffff;
	font: 400 13px/20px var(--primary-font);
	letter-spacing: 1px;
	padding: 12px 24px;
	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;
	overflow: hidden;
	z-index: 1;
}

.btn-primary::after,
.btn-default::after {
	background: var(--secondary-bg-color);
	content: "";
	height: 100%;
	width: 0;
	position: absolute;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}

.btn-default::after {
	background: var(--primary-bg-color);
}

.btn-primary:hover::after,
.btn-default:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.btn-block {
	width: auto
}

.product-details #button-cart {
	float: left;
	font-family: var(--primary-font);
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 7px 25px 6px 65px;
	position: relative;
	margin: 0 20px;
}

.product-details #button-cart::before {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 22px;
	height: 35px;
	left: 15px;
	position: absolute;
	right: auto;
	width: 56px;
}

.product-details #button-checkout {
	float: left;
	width: auto;
	padding: 7px 55px;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	background: var(--secondary-bg-color);
	color: #fff;
	border: var(--secondary-bg-color);
}
/*button-color-*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
#button-login.btn.btn-primary:focus,
.btn-primary:active,
#button-account.btn.btn-primary:focus,
#button-register.btn.btn-primary:focus,
#button-shipping-method.btn.btn-primary:focus,
#button-payment-address.btn.btn-primary:focus,
#button-shipping-address.btn.btn-primary:focus,
#button-payment-method.btn.btn-primary:focus,
#button-guest.btn.btn-primary:focus,
#button-review.btn.btn-primary:focus,
#button-coupon.btn.btn-primary:focus,
#button-voucher.btn.btn-primary:focus,
#button-quote.btn.btn-primary:focus,
#button-confirm.btn.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background: var(--secondary-bg-color);
	color: #ffffff;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background: var(--secondary-bg-color);
	color: #ffffff;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 12px;
}

.input-group.btn-block .btn-danger {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	background-color: var(--primary-bg-color);
	border-color: var(--primary-bg-color);
}

.btn-info:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info,
.btn-info.focus,
.btn-info:focus {
	background: var(--secondary-bg-color);
	border-color: var(--secondary-bg-color);
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #777;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}

.table-bordered .btn i.visibility {
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
}

.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
/* product list */
.product-category .category-description {
	width: 100%;
	float: left;
}
.category-image {
	display: none;
}
.products-list .owl-item {
	padding: 0 15px;
}
.product-layout,
.product-layouts {
	margin: 0 0 30px;
}

#content .product-layouts.product-thumb .thumb-description, 
#content .product-layout.product-grid .product-thumb .thumb-description {
	width: 100%;
	position: relative;
}

#content .product-thumb .thumb-description {
	float: left;
}

.product-thumb .image {
	overflow: hidden;
	text-align: center;
	margin: 0 0 15px;
	position: relative;
}

.product-thumb .image a {
	display: block;
	overflow: hidden;
	position: relative;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}

.product-grid .product-thumb .image {
	padding: 0px;
}

.product-grid .product-thumb.row {
	margin: 0;
}

.product-list .product-thumb .caption {
	float: left;
	padding: 30px 0 0;
	width: 100%;
}

.product-list .product-thumb .rating,
.product-list .product-thumb:hover .rating,
.product-sort .product-thumb .rating,
.product-sort .product-thumb:hover .rating {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0 0 15px;
	text-align: left;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	float: left;
	width: 100%;
	max-width: 100%;
	top: 0;
	left: 30px;
}

.product-sort .product-thumb .rating,
.product-sort .product-thumb:hover .rating {
	position: static;
}

.product-list .product-thumb .price,
.product-list .product-thumb:hover .price,
.product-sort .product-thumb .price,
.product-sort .product-thumb:hover .price {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

#content .product-list .product-thumb .thumb-description,
#content .product-sort .product-thumb .thumb-description {
	padding: 0 30px;
}

.product-list .product-thumb .image,
.product-sort .product-thumb .image {
	padding: 0;
}

.product-list .product-thumb.row,
.product-sort .product-thumb.row {
	margin: 0;
}

.product-sort .product-thumb .caption {
	float: left;
	width: 40%;
}

.product-sort .product-thumb .price {
	float: left;
	width: 30%;
}

.product-sort .product-thumb .button-group {
	float: right !important;
	width: 18% !important;
	text-align: center;
}

.product-sort .product-thumb .button-group button.btn-cart {
	margin: 0 0 10px;
}

.product-thumb h4 {
	float: left;
	font: 400 14px/16px var(--primary-font);
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.product-thumb h4 a {
	color: #555555;
	white-space: nowrap;
}

.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color: #000;
}

.product-thumb .rating {
	float: left;
	line-height: 0;
	width: 100%;
	position: absolute;
	top: -55px;
	bottom: auto;
	left: 0;
	right: 0;
	max-width: 110px;
	margin: auto;
	background: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	padding: 5px 0;
	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;
	box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-moz-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-ms-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
	-o-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
}

.rating span.fa-stack,
#review span.fa-stack {
	display: inline-block;
	float: none;
	vertical-align: baseline;
}

.rating .fa-stack i,
#review i {
	color: #fec500;
	font-size: 17px;
	width: 13px;
}

.rating .fa-stack i.star_on,
#review i.star_on {
	color: #ffbf34
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: var(--price-color);
	font: 600 15px/18px var(--primary-font);
	float: left;
	letter-spacing: 1px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	margin: 2px 0 7px;
	width: 100%;
}

.product-thumb .price-new {
	font: 600 15px/18px var(--primary-font);
}

.product-thumb .price-old {
	color: #777777;
	text-decoration: line-through;
	font: 500 13px/16px var(--primary-font);
}

.product-thumb .price-tax {
	color: #888888;
	font-size: 13px;
	display: none;
}

.product-list .product-thumb .price-tax,
.product-sort .product-thumb .price-tax {
	display: block;
	margin: 10px 0;
}
/*----------------------product_btn_style1 css start----------------------*/
.product-thumb .button-group {
	float: left;
	width: 100%;
}

.product-list .product-thumb .button-group,
.product_btn_style2 .product-list .product-thumb .button-group,
.product_btn_style2 .product-sort .product-thumb .button-group {
	float: left;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	visibility: visible;
	width: 100%;
}

.product-thumb .button-group button {
	background: none;
	border: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	text-align: center;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
	height: 45px;
	width: 45px;
}

.product-thumb button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
	-webkit-opacity: 0.45;
}

.product-thumb .button-group i {
	background: #111111;
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 40px;
}

.product-thumb .button-group button:hover i {
	background: rgba(0,0,0,.1);
}

.product-thumb .button-group button::after {
	background: #111111;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
	width: 0;
	z-index: -1;
}

.product-thumb .button-group button:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

@keyframes spin {
	0% {
	 -webkit-transform:rotate(0);
	 transform:rotate(0)
	}
	100% {
	 -webkit-transform:rotate(359deg);
	 transform:rotate(359deg)
	}
   }
   @-moz-keyframes fillToRight {
	to {
	 width:100%
	}
   }
   @keyframes fillToRight {
	to {
	 width:100%
	}
   }

.product-thumb .button-group button svg {
	fill: #111111;
	width: 14px;
	height: 45px;
	line-height: 45px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

.product-thumb .button-group button:hover svg {
	fill: #ffffff;
}

.product-list .product-thumb .button-group button.btn-cart span.hidden-sm,
.product-sort .product-thumb .button-group button.btn-cart span.hidden-sm,
.product-list .product-thumb .button-group button.btn-cart span.hidden-xs,
.product-sort .product-thumb .button-group button.btn-cart span.hidden-xs {
	color: #222222;
	display: inline-block !important;
	font: 400 13px/40px var(--primary-font);
	letter-spacing: 1px;
	vertical-align: top;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

.product-list .product-thumb .button-group button,
.product-sort .product-thumb .button-group button {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	height: 45px;
	width: 45px;
	z-index: 1;
}

.product-list .product-thumb .button-group .btn-cart,
.product-sort .product-thumb .button-group .btn-cart {
	padding: 0 15px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	width: auto !important;
}

.product-list .product-thumb .button-group button.btn-cart:hover span,
.product-sort .product-thumb .button-group button.btn-cart:hover span {
	color: #ffffff;
}

.product-list .product-thumb .button-group i.shopping-cart,
.product-sort .product-thumb .button-group i.shopping-cart {
	background: none;
	border: none;
	line-height: 42px;
	width: 25px;
}

.product-list .product-thumb .button-group .btn-cart.loading i.shopping-cart,
.product-sort .product-thumb .button-group .btn-cart.loading i.shopping-cart {
	opacity: 0;
}

.product-list .product-thumb .button-group button.btn-cart .loading>i,
.product-sort .product-thumb .button-group button.btn-cart .loading>i {
	background: none;
	line-height: 42px;
	width: 25px;
}

.ttcart button.btn-cart span.loading,
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span {
	display: none;
}

#column-left .product-thumb .btn-cart>span.loading,
#column-right .product-thumb .btn-cart>span.loading {
	display: none !important;
}

.ttcart>button.btn-cart.loading>span.loading,
.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;
}

.ttcart button .loading,
.button-group button .loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ttcart button .loading {
	left: 0;
	right: auto;
}

.product-list button.btn-cart .loading {
	left: 13px;
	right: auto;
}

.ttcart button .loading i,
.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)
	}
}
.ttcart button {
	background: none;
	border: none;
	padding: 0;
}
.ttcart button i.shopping-cart,
.product-list button i.shopping-cart,
.product-sort button i.shopping-cart {
	font-size: 0;
}
.ttcart button i.shopping-cart::before,
.product-list button i.shopping-cart::before,
.product-sort button i.shopping-cart::before {
	font-family: 'Material Icons';
	content: '\e145';
	font-size: 16px;
	color: #222222;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}
.product-list button:hover i.shopping-cart::before,
.product-sort button:hover i.shopping-cart::before {
	color: #fff;
}
.ttcart button span.hidden-xs {
	font: 400 13px/18px var(--primary-font);
	color: #222222;
	letter-spacing: 1px;
	float: none;
	display: inline-block !important;
	vertical-align: top;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}
.product_btn_style3 button.btn-cart i.shopping-cart {
	display: none;
}
.product_btn_style1 .ttcart svg,
.product_btn_style2 .ttcart svg,
.product-list .btn-cart svg,
.product-sort .btn-cart svg {
	display: none;
}
/*----------------------------product_btn css end----------------------*/
/*----------------------------product_btn_style1 css start----------------------*/
.product_btn_style1 #content .product-thumb:hover .rating {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.product_btn_style1 #content .product-thumb .button-group,
.product_btn_style3 #content .product-thumb .button-group {
	background: #ffffff;
	bottom: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: -60px;
	transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-o-transform: translateX(150px);
	-ms-transform: translateX(150px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	float: left;
	width: auto;
}

.product_btn_style1 #content .product-thumb:hover .button-group,
.product_btn_style3 #content .product-thumb:hover .button-group {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

#content .product-thumb .button-group button::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	right: auto;
	height: 20px;
	width: 1px;
	background: rgba(0,0,0,.1);
	content: '';
	margin: auto;
	z-index: 1;
}

#content .product-thumb .button-group button:first-child:before,
#content .product-list .product-thumb .button-group button::before,
#content .product-sort .product-thumb .button-group button::before {
	display: none;
}

.product_btn_style1 .product-thumb .ttcart {
	float: left;
	width: auto;
	position: absolute;
	bottom: 0;
	top: auto;
	transform: translateX(-110px);
	-webkit-transform: translateX(-110px);
	-moz-transform: translateX(-110px);
	-o-transform: translateX(-110px);
	-ms-transform: translateX(-110px);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

.product_btn_style1 .product-thumb:hover .ttcart {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	opacity: 1;
	visibility: visible;
}

.product_btn_style1 .product-thumb .ttcart::after {
	content: "";
	left: 0;
	right: auto;
	position: absolute;
	background: #222;
	top: auto;
	bottom: 0;
	height: 2px;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: 0;
}

.product_btn_style1 .product-thumb .ttcart:hover:after { 
	width: 100%;
}

.product_btn_style1 #content .product-thumb:hover .price,
.product_btn_style2 #content .product-thumb:hover .price {
	transform: translateX(140px);
	-webkit-transform: translateX(140px);
	-moz-transform: translateX(140px);
	-o-transform: translateX(140px);
	-ms-transform: translateX(140px);
	opacity: 0;
	visibility: hidden;
}

.product_btn_style1 #content .product-list .product-thumb .button-group,
.product_btn_style3 #content .product-list .product-thumb .button-group,
.product_btn_style1 #content .product-sort .product-thumb .button-group,
.product_btn_style3 #content .product-sort .product-thumb .button-group {
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	margin: 0 0 5px;
}

@media (max-width: 767px) {
	.product_btn_style1 #content .product-thumb:hover .rating {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.product_btn_style1 #content .product-thumb:hover .price,
	.product_btn_style2 #content .product-thumb:hover .price {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		opacity: 1;
		visibility: visible;
	}
	.product_btn_style1 #content .product-thumb .button-group,
	.product_btn_style3 #content .product-thumb .button-group {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.product_btn_style1 #content .product-thumb .button-group button,
	.product_btn_style3 #content .product-thumb .button-group button {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.product_btn_style1 .product-thumb .ttcart,
	.product_btn_style1 .product-thumb:hover .ttcart {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		opacity: 1;
		visibility: visible;
		position: relative;
	}
}
@media (max-width: 480px) {
	.product_btn_style1.responsive_style2 #content .product-thumb .button-group {
		top: -45px;
	}
}
/*----------------------------product_btn_style1 css end----------------------*/
/*----------------------product_btn_style2 css start----------------------*/
.product_btn_style2 #content .product-thumb .thumb-description {
	text-align: center;
	padding-bottom: 10px;
}
.product_btn_style2 #content .product-list .product-thumb .thumb-description,
.product_btn_style2 #content .product-sort .product-thumb .thumb-description {
	text-align: left;
}
.product_btn_style2 .product-thumb .button-group {
	position: absolute;
	bottom: 0;
	top: auto;
	transform: translateX(-110px);
	-webkit-transform: translateX(-110px);
	-moz-transform: translateX(-110px);
	-o-transform: translateX(-110px);
	-ms-transform: translateX(-110px);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}
.product_btn_style2 .product-thumb:hover .button-group {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.product_btn_style2 .product-thumb .button-group button {
	height: 35px;
	width: 35px;
}
.product_btn_style2 .product-thumb .button-group button svg {
	height: 35px;
	line-height: 35px;
}
.product_btn_style2 .ttcart {
	position: absolute;
	top: -55px;
	bottom: auto;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 400ms ease-in-out;
}
.product_btn_style2 .product-thumb:hover .ttcart {
	opacity: 1;
	top: -70px;
}
.product_btn_style2 .ttcart button {
	padding: 12px 28px 5px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.product_btn_style2 .ttcart button::after {
	background: #111111;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
	width: 0;
	z-index: -1;
}
.product_btn_style2 .ttcart button:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}
.product_btn_style2 .ttcart button:hover i.shopping-cart::before,
.product_btn_style2 .ttcart button:hover span.hidden-xs {
	color: #ffffff;
}
.product_btn_style2 .colorswatch {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 40px;
	top: auto;
	transform: translateX(-110px);
	-webkit-transform: translateX(-110px);
	-moz-transform: translateX(-110px);
	-o-transform: translateX(-110px);
	-ms-transform: translateX(-110px);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}
.product_btn_style2 .product-thumb:hover .colorswatch {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.product_btn_style2 .product-list .product-thumb .button-group button,
.product_btn_style2 .product-sort .product-thumb .button-group button {
	height: 45px;
	width: 45px;
}
.product_btn_style2 .product-list .product-thumb .button-group button svg,
.product_btn_style2 .product-sort .product-thumb .button-group button svg {
	height: 45px;
	line-height: 45px;
}
@media (min-width: 768px) {
	.product_btn_style2 .product-thumb:hover .rating {
		opacity: 0;
	}
}
@media (max-width: 767px) {
	.product_btn_style2 .product-thumb .rating {
		text-align: center;
	}
	.product-list .product-thumb .rating, 
	.product-sort .product-thumb .rating {
		text-align: left;
	}
	.product_btn_style2 .ttcart, 
	.product_btn_style2 .product-thumb:hover .ttcart {
		opacity: 1;
		top: -65px;
	}
	.product_btn_style2 .ttcart button {
		padding: 12px 15px 5px;
	}
	.product_btn_style2 .product-thumb .button-group {
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 480px) {
	.product-list .product-thumb .rating, 
	.product-list .product-thumb:hover .rating, 
	.product-sort .product-thumb .rating, 
	.product-sort .product-thumb:hover .rating {
		text-align: center;
	}
	.product_btn_style2.responsive_style2 .ttcart,
	.product_btn_style2.responsive_style2 .product-thumb:hover .ttcart {
		top: -60px;
	}
	.product_btn_style2.responsive_style2 .ttcart button {
		padding: 8px 10px 3px;
	}
	.product_btn_style2.responsive_style2 .ttcart button span.hidden-xs {
		font-size: 13px;
	}
	.product_btn_style2 #content .product-list .product-thumb .thumb-description, 
	.product_btn_style2 #content .product-sort .product-thumb .thumb-description {
		text-align: center;
	}
}
/*----------------------product_btn_style2 end----------------------*/
/*----------------------product_btn_style3 css start----------------------*/
.product_btn_style3 #content .product-layouts.product-thumb .caption,
.product_btn_style3 #content .product-layout.product-grid .product-thumb .caption {
	float: left;
	text-align: center;
	width: 100%;
}
.product_btn_style3 .product-thumb .button-group {
	bottom: -60px;
	top: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.product_btn_style3 #content .product-thumb .button-group {
	bottom: 0;
	top: auto;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-ms-transform: translateX(200px);
}
.product_btn_style3 #content .product-thumb:hover .button-group {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}
.product_btn_style3 #content .product-list .product-thumb:hover .button-group,
.product_btn_style3 #content .product-sort .product-thumb:hover .button-group {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.product_btn_style3 #content .product-list .product-thumb h4 a,
.product_btn_style3 #content .product-sort .product-thumb h4 a {
	color: #555555;
}
.product_btn_style3 #content .product-list .product-thumb:hover h4 a,
.product_btn_style3 #content .product-sort .product-thumb:hover h4 a {
	color: #111111;
}
.product_btn_style3 #content .product-list .product-thumb .price, 
.product_btn_style3 #content .product-sort .product-thumb .price {
	color: var(--price-color);
}
.product_btn_style3 #content .product-list .product-thumb .price-old,
.product_btn_style3 #content .product-sort .product-thumb .price-old {
	color: #777777;
}
.product_btn_style3 .product-list button.btn-cart i.shopping-cart,
.product_btn_style3 .product-sort button.btn-cart i.shopping-cart {
	display: inline-block;
}
@media (min-width: 1200px) {
	.product_btn_style3 #content .product-thumb h4 a {
		color: #ffffff;
		white-space: normal;
	}
	.product_btn_style3 #content .product-thumb .price,
	.product_btn_style3 #content .product-thumb .price-old {
		color: #ffffff;
	}
	.product_btn_style3 #content .product-layouts.product-thumb .thumb-description, 
	.product_btn_style3 #content .product-layout.product-grid .product-thumb .thumb-description {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0;
		width: 220px;
		height: 220px;
		background: rgba(0,0,0,.6);
		border-radius: 50%;
		display: flex;
		align-items: center;
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		padding: 0;
		transition: all .4s ease-in-out 0s;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-o-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
	}
	.product_btn_style3 #content .product-layouts.product-thumb:hover .thumb-description, 
	.product_btn_style3 #content .product-layout.product-grid .product-thumb:hover .thumb-description {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.product_btn_style3 .product-layouts.product-thumb .rating,
	.product_btn_style3 .product-grid .product-thumb .rating {
		position: static;
		max-width: 100%;
		background: none;
		padding: 0;
		margin: 0 0 15px;
		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	}
}
@media (max-width: 1199px) {
	.product_btn_style3 .product-thumb:hover .rating {
		opacity: 0;
	}
}
@media (max-width: 991px) {
	.product_btn_style3 #content .product-layouts.product-thumb h4,
	.product_btn_style3 #content .product-layout.product-grid .product-thumb h4 {
		font-size: 13px;
	}
	.product_btn_style3 .product-thumb .rating {
		text-align: center;
		margin: 0 auto 9px;
	}
}
@media (max-width: 767px) {
	.product_btn_style3 #content .product-thumb .button-group {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		bottom: 5px;
		right: 5px;
	}
	.product_btn_style3 #content .product-thumb .button-group button {
		height: 40px;
		width: 40px;
	}
	.product_btn_style3 .product-thumb .button-group button svg {
		height: 40px;
	}
	.product_btn_style3 .product-thumb:hover .rating {
		opacity: 1;
		margin: 0 auto 9px;
	}
}
@media (max-width: 480px) {
	.product_btn_style3.responsive_style2 #content .product-thumb .button-group button {
		height: 27px;
		width: 27px;
	}
	.product_btn_style3.responsive_style2 .product-thumb .button-group button svg {
		height: 27px;
	}
}
/*----------------------product_btn_style3 end----------------------*/
/*----------------------------Quickview css start----------------------*/
.bootstrap-datetimepicker-widget.usetwentyfour.dropdown-menu {
	position: absolute !important;
}
#quickview-bg-block {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 99;
}
.quickview-load-img {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
}
.a-qv-close {
	position: absolute;
	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;
}
.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;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}
.a-qv-close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#quickview-content {
	background-color: #ffffff;
	border: 2px solid #000000;
	display: none;
	height: 90%;
	left: 0;
	margin: 0 auto;
	overflow: auto !important;
	padding: 30px 20px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 999;
}
.product-quickview .btn.btn-default {
	background-color: #fff;
	border: 1px solid var(--border-color);
	color: #777777;
	padding: 12px 15px;
}
.product-quickview .btn.btn-default:hover {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}
.product-quickview .product-image .thumbnail {
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.product-quickview {
	float: left;
	width: 100%;
}
.product-quickview .product-images .additional-images-container {
	margin: 8px 0 0;
	width: auto;
}
button.btn-quickview span {
	display: none;
}
.product-quickview #quick-cart {
	float: left;
	font-family: var(--primary-font);
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 7px 25px 6px 65px;
	position: relative;
	margin: 0 20px 10px;
}
.product-quickview #quick-cart::before {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 22px;
	height: 35px;
	left: 15px;
	position: absolute;
	right: auto;
	width: 56px;
}
@media (max-width: 991px) {
	#quickview-content {
		height: 70px;
	}
}
@media (max-width: 1350px) {
	.product-quickview .product-images .additional-images-container {
		width: 100%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-quickview .product-images .additional-images-container {
		width: 85%;
	}
}
@media (max-width: 480px) {
	#quickview-content {
		width: 90%;
	}
	.product-quickview #quick-cart {
		margin-top: 5px;
	}
}
/*----------------------------Quickview css end----------------------*/
/*product-page */
.zoomContainer {
	overflow: hidden;
}
.product-block {
	float: left;
	width: 100%;
}
.product-product .product-image .thumbnail {
	background: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	margin: 0 0 5px;
	overflow: hidden;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails>li {
	margin-left: 20px;
}
.image-additional>img {
	max-width: 100%;
	border: none;
}
.image-additional>img:hover,
.image-additional>img.selected {
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 0;
}
.additional-images .image-additional {
	display: block;
	margin: 5px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.products-list .owl-carousel,
.list-products .owl-carousel {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	clear: both;
	width: auto;
}
/*----------------product count--------------------*/
.product-countdown {
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
	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-countdown .item-countdown {
	float: none;
	margin: 0;
	float: none;
	width: auto;
	border: none;
	background: none;
	height: 40px;
	padding: 0 0 0 30px;
	display: inline-block;
	vertical-align: top;
}
#column-left .product-countdown,
#column-right .product-countdown {
	display: none;
}
.product-list .product-countdown .item-countdown, 
.product-sort .product-countdown .item-countdown {
	float: left;
	width: auto;
	border: 1px solid var(--border-color);
	margin: 5px 0 10px;
}
.product-list .product-countdown,
.product-sort .product-countdown {
	position: static;
}
@media (min-width: 768px) {
	.product-thumb:hover .product-countdown {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
	}
	.product-list .product-thumb:hover .product-countdown,
	.product-sort .product-thumb:hover .product-countdown {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}
@media (max-width: 480px) {
	.product-list .product-countdown,
	.product-sort .product-countdown {
		float: none;
		display: inline-block;
		vertical-align: top;
		height: auto;
	}
}
/*----------------product count--------------------*/
@media (min-width: 1400px) and (max-width: 1499px) {
	.container {
		width: 1360px;
	}
}
@media (min-width: 1300px) {
	.ttproduct-main .container {
		width: 1260px;
	}
	.product-sort .product-thumb .image {
		width: auto;
	}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	.container {
		width: 1260px;
	}
}
@media (max-width: 1300px) {
	.ttproduct-main, .common-home .special-carousel {
		margin: 0 0 50px;
	}
	.product-sort .product-thumb .button-group {
		width: 22% !important;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.container {
		width: 1170px;
	}
	.product-list .product-thumb .caption .description {
		font-size: 12px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#column-left .left-right-inner>div,
	#column-right .left-right-inner>div {
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.header_style2 .full-header {
		min-height: 140px;
	}
	footer .footer-column ul {
		display: block !important;
	}
}
@media (max-width: 1199px) {
	#top {
		padding: 0;
	}
	#form-language .btn-group > .btn-link, #form-currency .btn-group > .btn-link {
		font-size: 11px;
	}
	.contact-link ul li a {
		font-size: 11px;
	}
	header .full-header {
		padding: 0 15px;
	}
	.product-images .additional-images-container {
		width: 90%;
	}
	#content .product-sort .product-thumb .thumb-description {
		padding: 0 15px;
	}
	.product-sort .product-thumb .button-group {
		width: 29% !important;
	}
	.product-sort .product-thumb .price {
		width: 25%;
	}
	.tt-title {
		font-size: 22px;
		line-height: 34px;
	}
	.product-list .product-thumb .rating, 
	.product-list .product-thumb:hover .rating {
		position: static;
	}
}
@media (max-width: 991px) {
	.header-top-cms {
		width: 100%;
	}
	.top-left {
		float: left;
		border-top: 1px solid var(--border-color);
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
	.top-left > div {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
	.top-left > div::after,
	.contact-link ul li::after {
		border-right: 1px solid rgba(0,0,0,0.2);
	}
	#form-language .btn-group > .btn-link, #form-currency .btn-group > .btn-link {
		font-size: 13px;
		color: #111;
	}
	#form-currency .btn-group > button.btn-link:hover, 
	#form-currency .btn-group.open > button.btn-link span, 
	#form-currency .btn-group.open > button.btn-link,
	#form-currency button:hover span, 
	#form-currency .btn-group > button.btn-link:hover > strong, 
	#form-currency .btn-group.open > button.btn-link strong, 
	#form-language .btn-group > button.btn-link:hover, 
	#form-language .btn-group.open > button.btn-link, 
	#form-language .btn-group:hover .expand-more::before, 
	#form-currency .btn-group:hover .expand-more::before, 
	#form-currency .btn-group.open .expand-more::before, 
	#form-language .btn-group.open .expand-more::before, 
	#form-language .btn-group.open .dropdown-toggle {
		color: #000000;
	}
	.tt-menu .contact-link > ul {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	.contact-link ul li a {
		font-size: 13px;
		color: #111111;
	}
	.top-right {
		width: 100%;
	}
	.right-block {
		margin: 0 5px;
		padding: 27px 0;
	}
	.header-left {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 27px;
		width: 80px;
	}
	.user-info {
		padding: 0;
		margin-right: 15px;
	}
	.user-info .dropdown > a > svg {
		display: block;
	}
	.user-info .dropdown > a > .ttuserheading,
	.user-info .dropdown .expand-more, 
	.user-info .dropdown .expand-less,
	.user-info .dropdown.open .expand-less {
		display: none;
	}
	.cart {
		padding: 0;
	}
	#cart #cart-total {
		position: absolute;
		height: 15px;
		width: 15px;
		top: -8px;
		bottom: auto;
		right: -8px;
		left: auto;
		margin: 0;
		float: right;
		font-size: 11px;
		line-height: 14px;
	}
	.header-left-cms {
		float: left;
	}
	#top-links {
		float: left;
		width: 100%;
	}
	#top-links>ul {
		display: inline-block;
		float: none;
		margin: 0;
		vertical-align: top;
	}
	.box-heading>h3,
	.title_block .ttblock-heading,
	.tt-title {
		font-size: 24px;
		line-height: 28px;
	}
	.ttsubtitle {
		font-size: 12px;
		line-height: 14px;
		padding: 6px 12px;
	}
	.title-disc {
		font-size: 13px;
		margin: 0 0 20px;
	}
	footer .footer-top {
		text-align: center;
	}
	.footer-top-block {
		display: inline-block;
		float: none;
		padding: 20px 0 0;
		vertical-align: top;
	}
	.footer-container .footer-column {
		float: left;
		margin: 0;
		width: 100%;
	}
	.footer-right {
		margin: 20px 0 0;
		padding: 0;
		float: left;
		width: 100%;
	}
	.footer-container {
		padding: 40px 0 0;
	}
	footer .footer-column .list-unstyled {
		float: left;
		margin: 0;
		text-align: left;
		display: none;
		width: 100%;
	}
	footer .footer-column ul {
		padding: 0 10px;
	}
	footer .footer-column h5.toggle:hover {
		cursor: pointer;
	}
	footer .footer-column h5.toggle {
		padding: 10px;
		margin: 0 0 2px;
		position: relative;
		font: 600 16px/20px var(--secondary-font);
		display: block;
		text-align: left;
	}
	footer .footer-column h5.toggle:hover {
		background: rgba(0, 0, 0, 0.03);
	}
	footer .footer-column h5.toggle:after {
		content: "\e145";
		display: block;
		font-family: "Material Icons";
		font-size: 19px;
		font-weight: 100;
		position: absolute;
		right: 10px;
		left: auto;
		top: 10px;
	}
	footer .footer-column.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer .social-icon.active h5.toggle:after {
		content: '\e15b';
	}
	.footer-bottom-link {
		text-align: center;
		width: 100%;
	}
	.footer-bottom-cms {
		width: 100%;
		text-align: center;
	}
	.product-images .additional-images-container {
		width: 85%;
	}
	.header-content-title .parallex {
		padding: 50px 0;
	}
	/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
	body .container>.row>#content,
	body .container-fluid>.row>#content {
		float: left;
		width: 100%;
	}
	body .container>.row>#column-left,
	body .container>.row>#column-right,
	body .container-fluid>.row>#column-left,
	body .container-fluid>.row>#column-right {
		float: left;
		width: 100%;
		display: block !important;
	}
	#column-left .left-right-inner .swiper-viewport,
	#column-right .left-right-inner .swiper-viewport {
		padding: 15px;
		border: 1px solid var(--border-color);
	}
	#column-left .left-right-inner>div,
	#column-right .left-right-inner>div {
		margin-bottom: 20px;
		cursor: pointer;
		overflow: hidden;
		padding: 0;
	}
	#column-left .panel-default,
	#column-right .panel-default,
	#column-left .category-treeview.panel-default,
	#column-right .category-treeview.panel-default,
	#ttcmstestimonial .title_block,
	#column-left .box-heading,
	#column-right .box-heading,
	#column-left .panel-heading,
	#column-right .panel-heading {
		background: #ffffff;
		cursor: pointer;
		font: 500 15px/20px var(--secondary-font);
		color: #000000;
		padding: 15px;
		margin: 0 0 -1px;
	}
	#column-left .panel-default.category-treeview,
	#column-right .panel-default.category-treeview {
		margin: 20px 0;
		padding: 0;
	}
	#column-left .box-heading>h3,
	#column-right .box-heading>h3 {
		font: 500 15px/20px var(--secondary-font);
		color: #000000;
	}
	#column-left .toggle:after,
	#column-right .toggle:after {
		content: "\e145";
		font-family: "Material Icons";
		float: right;
		color: #333333;
		font-size: 18px;
		font-weight: 400;
		left: auto;
		position: absolute;
		right: 15px;
		left: auto;
		top: 15px;
		display: block;
		background: none;
	}
	#column-left .left-right-inner > div:hover .toggle:after,
	#column-right .left-right-inner > div:hover .toggle:after {
		color: #fff;
	}
	#column-left .panel-default.active>div.toggle:after,
	#column-left .products-list.active>div.toggle:after,
	#column-left .list-products.active>div.toggle:after,
	#column-right .panel-default.active>div.toggle:after,
	#column-right .products-list.active>div.toggle:after,
	#column-right .list-products.active>div.toggle:after,
	#ttcmstestimonial.active .title_block.toggle:after,
	#ttcmsservices.active .box-heading.toggle:after {
		content: "\e15b";
		color: #fff;
	}
	#column-left .products-list>.row,
	#column-right .products-list>.row,
	#header-left .products-list>.row,
	#header-right .products-list>.row,
	#footer-left .products-list>.row,
	#footer-right .products-list>.row,
	#column-left .products-carousel,
	#column-right .products-carousel {
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	#column-left .list-group .list-group-item,
	#column-right .list-group .list-group-item {
		float: left;
		width: 100%;
	}
	#column-left .panel>.list-group,
	#column-right .panel>.list-group {
		float: left;
		width: 100%;
		padding: 15px;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
	#column-left .panel-default.option-filter,
	#column-right .panel-default.option-filter {
		display: none;
	}
	.option-filter-box .list-group .list-group-items {
		float: left;
		width: 100%;
	}
	.category-treeview ul {
		float: left;
		width: 100%;
	}
	.option-filter-box {
		background: #ffffff;
		border: 1px solid var(--border-color);
		float: left;
		margin: 20px 0 0;
		padding: 20px;
		width: 100%;
	}
	.option-filter-box .list-group-items>div.list-group-item {
		padding: 5px 0;
		display: none;
	}
	.option-filter-box a.list-group-item:after {
		top: 0;
	}
	.option-filter-box .list-group .list-group-item,
	.option-filter-box .radio,
	.option-filter-box .checkbox {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
		background: #FFF;
		border: none;
	}
	.option-filter-box a.list-group-item {
		color: #000000;
		padding: 10px 0;
	}
	.option-filter-box .list-group {
		float: left;
		width: 100%;
		margin: 0;
	}
	.option-filter-box .panel-footer {
		float: left;
		width: 100%;
		background: #FFF;
		padding: 0;
		margin: 10px 0 0;
	}
	.option-filter-box .btn.btn-primary {
		padding: 7px 18px;
	}
	.option-filter-box .checkbox>label:hover,
	.option-filter-box .checkbox>label:hover {
		color: #000;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
	/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
}
@media (min-width: 768px) {
	.product-extended.design-2 .main_content {
		display:flex;
		align-items:center
	}
	/* fixed colum left + content + right*/
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}
	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
	.column_3 .product-layout.product-grid:nth-child(3n+1)::after {
		border: none;
	}
}
@media (max-width: 767px) {
	#page>.row {
		clear: both;
	}
	#content .product-list .product-thumb .thumb-description {
		padding: 0 15px;
	}
	.header-content-title .parallex {
		padding: 50px 0;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by {
		clear: left;
		margin: 3px 0;
		padding: 7px;
		float: left;
	}
	.category-description .category-image {
		float: left;
		text-align: center;
		width: 100%;
	}
	.category-description .block-description {
		float: left;
		width: 100%;
	}
	.product-tabs {
		width: 100%;
		float: left;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		float: left;
	}
	.header-top-right .dropdown span.hidden-xs,
	.header-top-right #wishlist-total span {
		display: block !important;
	}
	.product-thumb .percent {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		right: 10px;
	}
	.product-thumb .sale-icon {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		left: 10px;
	}
	.product-thumb .rating {
		top: -100px;
	}
	.product-thumb h4 {
		margin: 0 0 2px;
	}
	.product-thumb .price,
	.product-thumb:hover .price {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		opacity: 1;
	}
	.page-title-wrapper .container {
		padding: 0;
	}
	.header-content-title .parallex {
		padding: 15px 0;
	}
	#page .page-title-wrapper {
		text-align: center;
	}
	.page-title-wrapper .page-title {
		float: left;
		width: 100%;
		font-size: 16px;
		text-align: center;
		margin: 0 0 5px;
	}
	.header-content-title {
		padding: 0 0 20px;
	}
	.breadcrumb {
		float: none;
		margin: 0 auto;
		display: inline-block;
		font-size: 13px;
	}
	.container,
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	#goToTop {
		right: 20px;
	}
	.product-extended.design-1 .content {
		padding:0
	}
}
@media (min-width: 660px) and (max-width: 767px) {
	.category-products .product-layout.product-grid {
		width: 33.33%;
	}
}
@media (max-width: 749px) {
	.product-sort .product-thumb .caption {
		float: left;
		width: 100%;
	}
	.product-sort .product-thumb .price {
		width: 100%;
		margin: 10px 0;
	}
	.product-sort .product-thumb .button-group {
		width: 100% !important;
		text-align: left;
	}
}
@media (max-width: 659px) {
	.category-products .product-layout.product-grid {
		width: 50%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
		margin: 0 auto;
		width: 76%;
	}
	.product-images .additional-images-container {
		width: 400px;
	}
}
@media (max-width: 480px) {
	.header-left {
		left: 45px;
		right: auto;
		top: 17px;
	}
	#mobile-logo {
		display: block;
	}
	img.mobile-logo {
		max-width: 100%;
	}
	#logo {
		display: none;
	}
	.right-block {
		padding: 20px 0;
	}
	.top-left > div {
		padding: 11px 10px 12px 0;
	}
	#form-language .btn-group > .btn-link, #form-currency .btn-group > .btn-link {
		font-size: 12px;
	}
	.user-info .dropdown > ul {
		min-width: 160px;
		top: 40px;
	}
	#cart .dropdown-menu {
		max-width: 280px;
		padding: 20px;
	}
	#cart .dropdown-menu::after {
		right: 20px;
		top: 20px;
	}
	#cart .header-cart-toggle .text-right.price-total {
		font-size: 14px;
	}
	#cart .header-cart-toggle .text-left.name>a,
	#cart .header-cart-toggle .text-right.amount,
	#cart .dropdown-menu .btn.btn-danger i.fa-times {
		font-size: 12px;
	}
	.header-cart-toggle .table>tbody>tr>td,
	.header-cart-toggle .table>tbody>tr>th,
	.header-cart-toggle .table>tfoot>tr>td,
	.header-cart-toggle .table>tfoot>tr>th,
	.header-cart-toggle .table>thead>tr>td,
	.header-cart-toggle .table>thead>tr>th,
	.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>td,
	.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>th {
		padding: 8px 4px;
	}
	.contact-link ul li {
		padding: 0 0 0 10px;
	}
	.box-heading>h3,
	.title_block .ttblock-heading,
	.tt-title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.btn-view > a {
		font-size: 14px;
		padding: 4px 0;
	}
	.products-list .tthometab .box-heading {
		width: 100%;
		text-align: center;
	}
	.TTProduct-Tab .nav.nav-tabs {
		float: left;
		width: 100%;
		text-align: center;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.TTProduct-Tab .nav-tabs>li>a {
		padding: 8px 10px;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li:last-child {
		margin: 0;
	}
	.TTProduct-Tab .tab-box-heading {
		margin: 0 0 15px;
		width: 100%;
	}
	.TTProduct-Tab .tthometab,
	.tt-titletab {
		background: none;
	}
	.banner-panel img {
		display: inline-block;
		text-align: center;
	}
	#column-left .banner-panel,
	#column-right .banner-panel {
		text-align: center;
	}
	.category-products .product-layout.product-grid {
		width: 100%;
	}
	#content .product-list .product-thumb .thumb-description, 
	#content .product-sort .product-thumb .thumb-description {
		padding:5px;
		text-align: center;
		width: 100%;
	}
	.product-list .product-thumb .button-group .btn-cart, 
	.product-sort .product-thumb .button-group .btn-cart {
		padding: 0 10px;
	}
	.product-list .product-thumb .image, 
	.product-sort .product-thumb .image {
		float: left;
		margin: 0 0 10px;
		width: 100%;
	}
	.product-list .product-thumb .button-group i.shopping-cart, 
	.product-sort .product-thumb .button-group i.shopping-cart {
		width: 20px;
	}
	.product-list .product-thumb .button-group button.btn-cart span.hidden-sm, 
	.product-sort .product-thumb .button-group button.btn-cart span.hidden-sm,
	.product-list .product-thumb .button-group button.btn-cart span.hidden-xs, 
	.product-sort .product-thumb .button-group button.btn-cart span.hidden-xs {
		font-size: 13px;
	}
	.page-title-wrapper .breadcrumb>li {
		float: none;
		display: inline-block;
	}
	.category-filter .filter-text.filter-text {
		width: auto;
	}
	.header-top-left .dropdown-toggle span,
	.header-top-left .phone-number {
		display: none !important;
	}
	.product-product .product-details .rating .product-rating::after {
		display: none;
	}
	.table {
		display: inline-block;
	}
	.table td {
		width: 100%;
	}
	.product-images .additional-images-container {
		width: 270px;
	}
	.product-tabs .nav-tabs {
		width: 100%;
		padding: 0;
	}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #eeeeee;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
	#content .category-list h3 {
		font-size: 17px;
	}
	.option-filter-box .btn.btn-primary {
		padding: 5px 10px;
	}
	.category-pagination div.text-left,
	.category-pagination div.text-right {
		float: left;
		width: 100%;
		text-align: center;
	}
	#custom-pagination-button>span#number-products {
		float: left;
		width: 100%;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}
	.product-details #button-cart {
		margin: 10px 0;
	}
	.product-details .btn.btn-default.product-btn-compare {
		margin-top: 0;
		width: 100%;
	}
	.product-product .product-tabs .nav-tabs li {
		float: none;
		width: 100%;
	}
	.product-product .nav-tabs>li>a {
		margin: 0 0 5px;
	}
	.image-additional a.thumbnail {
		margin: 5px;
	}
	.product-list .thumb-description {
		padding: 0;
	}
	.product-product #form-review .form-group label.control-label {
		float: left;
		width: 100%;
	}
	.checkout-cart #content>.buttons {
		text-align: center;
		margin: 0 0 20px;
	}
	.checkout-cart .sub-total-table {
		width: 100%;
	}
	#checkout-cart .pull-left {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	#checkout-cart .pull-right {
		float: none;
		width: 100%;
	}
	footer .footer-column h5.toggle {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-container {
		padding: 20px 0 0;
	}
	.footer-bottom .bottom-block div {
		padding: 0;
	}
	.responsive_style2 .product-countdown {
		display: none;
	}
	.responsive_style2 #content .product-layouts.product-thumb .thumb-description,
	.responsive_style2 #content .product-grid .product-thumb .thumb-description {
		padding: 0;
	}
	.responsive_style2 #content .product-layouts.product-thumb .button-group button>i,
	.responsive_style2 #content .product-grid .product-thumb .button-group button>i {
		background: none;
		color: #111111;
		font-size: 18px;
		line-height: 29px;
		height: 28px;
		width: 28px;
	}
	.responsive_style2 #content .product-thumb .button-group button .loading i {
		background: #ffffff;
		color: #111111;
		font-size: 18px;
		line-height: 29px;
		height: 28px;
		width: 28px;
	}
	.responsive_style2 .category-products .product-layout.product-grid {
		width: 50%;
	}
	.responsive_style2 .product-thumb .button-group button {
		height: 30px;
		width: 30px;
	}
	.responsive_style2 .product-thumb .button-group button svg {
		width: 12px;
		height: 30px;
	}
}
@media (max-width: 319px) {
	header #logo,
	#logo .img-responsive,
	#search {
		width: 100%;
	}
}
#content .html-content {
	float: left;
	width: 100%;
}
/*---------------------------------------- TT CMS Offer Start -----------------------------*/
#ttcmsoffer {
	float: left;
	padding: 11px 0;
	width: 100%;
}
#ttcmsoffer .offer-content {
	color: #ec7a5c;
	font: 400 13px/19px var(--primary-font);
	float: left;
	position: relative;
	padding-left: 20px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	width: 100%;
}
#ttcmsoffer .offer-content:hover {
	color: #ffffff;
}
#ttcmsoffer .offer-content::after {
	content: "%";
	font-size: 18px;
	line-height: 15px;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 15px;
}
@media (min-width: 992px) and (max-width: 1199px)  {
	#ttcmsoffer .offer-content {
		font-size: 11px;
	}
}
@media (max-width: 480px) {
	#ttcmsoffer .offer-content {
		font-size: 11px;
	}
}
/*---------------------------------------- TT CMS Offer End -----------------------------*/
/*---------------------------------------- TT CMS header Start -----------------------------*/
#ttcmsheader {
	float: left;
	width: 100%;
}
#ttcmsheader svg {
	fill: #fff;
	float: none;
	display: inline-block;
	vertical-align: baseline;
	width: 15px;
	height: 15px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}
#ttcmsheader:hover svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#ttcmsheader .destination {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	color: var(--header-toptext-color);
	font: 400 13px/22px var(--primary-font);
}
@media (min-width: 992px) and (max-width: 1199px) {
	#ttcmsheader .destination {
		font-size: 11px;
	}
}
@media (max-width: 480px) {
	#ttcmsheader .destination {
		font-size: 9px;
	}
}
/*---------------------------------------- TT CMS header End -----------------------------*/
/*---------------------------------------- TT CMS Services Start -----------------------------*/
#ttcmsservices {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 80px;
}
#ttcmsservices .ttcontent .service-title {
	color: #111111;
}
#ttcmsservices .ttcontent:hover .content .service-title {
	color: var(--secondary-bg-color);
}
#ttcmsservices .block_content .ttcontent:hover .service .ttshipping_img.service-icon {
	background: var(--secondary-bg-color);
}
#ttcmsservices .ttcontent .service-desc {
	color: #777777;
}  
#ttcmsservices .block_content .ttcontent .service .service-icon {
	color: #111111;
	background: #111111;
}  	
#ttcmsservices .block_content {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
#ttcmsservices .block_content .ttcontent {
  float: left;
  width: 100%;  
  position: relative;
  text-align: center;
  margin: 20px 0;
}
#ttcmsservices .block_content .ttcontent .service {
  float: none;
  width: auto;
  cursor: pointer;
  white-space: pre-line;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#ttcmsservices .block_content .ttcontent .service .ttshipping_img.service-icon {
  float: none;
  display:inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
#ttcmsservices .block_content .ttcontent:hover .service .ttshipping_img.service-icon{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
#ttcmsservices .block_content .ttcontent.service-1 .service .service-icon {
	mask-image: url(TemplateTrip/images/services-01.png);
	-webkit-mask-image: url(TemplateTrip/images/services-01.png);
}
#ttcmsservices .block_content .ttcontent.service-2 .service .service-icon {
	mask-image: url(TemplateTrip/images/services-01.png);
	-webkit-mask-image: url(TemplateTrip/images/services-02.png);
}
#ttcmsservices .block_content .ttcontent.service-3 .service .service-icon {
	mask-image: url(TemplateTrip/images/services-01.png);
	-webkit-mask-image: url(TemplateTrip/images/services-03.png);
}
#ttcmsservices .block_content .ttcontent.service-4 .service .service-icon {
	mask-image: url(TemplateTrip/images/services-01.png);
	-webkit-mask-image: url(TemplateTrip/images/services-04.png);
}
#ttcmsservices .block_content .ttcontent .service .content {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 20px 0;
}
#ttcmsservices .ttcontent .service-title{
    font: 600 18px/22px var(--secondary-font);
	color: #111111;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    margin: 0 0 8px;
}
#ttcmsservices .ttcontent .service-desc{
  font: 400 13px/16px var(--primary-font);
  color: #777777;
}
#ttcmsservices .block_content .owl-item {
  position: relative;
}
@media (min-width:1300px) {
	#ttcmsservices .container {
	 	max-width:1260px
	}
}
@media (max-width: 1300px) {
	#ttcmsservices {
		margin: 0 0 50px;
	}
}
@media(max-width: 1199px){
	#ttcmsservices .block_content .ttcontent{
	  margin: 15px 0;
	}
	#ttcmsservices .block_content .ttcontent .service .content{
	  padding: 15px 0 0;
	}
	#ttcmsservices .ttcontent .service-title{
	  margin: 0 0 5px;
	}
}
@media (max-width: 767px) {
	#ttcmsservices {
		margin: 0 0 40px;
	}
}
@media(min-width: 481px){
	#ttcmsservices .block_content .owl-item .ttcontent::after {
		position: absolute;
		top: 0;
		content: '';
		bottom: 0;
		left: auto;
		right: 0;
		margin: auto;
		height: 100%;
		width: 1px;
		background: var(--border-color);
	}
	#ttcmsservices .block_content .owl-item.active:last-child .ttcontent::after{
		display: none;
	}
}
@media(max-width: 480px){
  #ttcmsservices .block_content .ttcontent .service .content {
    padding: 10px 0 0;
  }
  #ttcmsservices .block_content .ttcontent {
    margin: 10px 0;
  }
}
/*---------------------------------------- TT CMS Services End -----------------------------*/
/*----------------------------------------TT CMS Banner Start------------------------------*/
#ttcmsbanner {
	float: left;
	margin: 0 0 80px;
	width: 100%;
}
.cms-banner .banner .banner-content1 .title {color: #fff;}
.cms-banner .banner .banner-content2 .title {color: #222222;}
.cms-banner .banner .banner-content3 .title {color: #ffffff;}
.cms-banner .banner .banner-content1 .subtitle {color: #fff;}
.cms-banner .banner .banner-content2 .subtitle {color: #111111;}  	
.cms-banner .banner .banner-content3 .subtitle {color: #ffffff;}
.cms-banner .banner .banner-content1 .desc {color: #fff;}  	 
.cms-banner .banner .banner-content3 .desc {color: #ffffff;}
.cms-banner .banner a {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.cms-banner .banner .banner-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	text-align:center;
}
.cms-banner .banner .banner-content.left {
	left: 8%;
	right: auto;
	text-align: left;
}
.cms-banner .banner .banner-content.banner-content2{
	top: 7%;
	bottom: auto;
	width: 90%;
}
.cms-banner .banner .banner-content.banner-content2.left {
	left: 40px;
	right: auto;
}
.cms-banner .banner .banner-content.banner-content2.right {
	right: 40px;
	left: auto;
}
.cms-banner .banner .banner-content .ttbanner-btn {
	padding: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	background: #974e40;
	border-color: #974e40;
	line-height: 18px;
	overflow: hidden;
}
.cms-banner .banner .banner-content .ttbanner-btn:hover {
	border-color: #222222;
}
.cms-banner .banner .banner-content .btn-default::after {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.cms-banner .banner .banner-content .banner-inner{
	float: left;
	width: 100%;
}
.cms-banner .banner .banner-content.right {
	right: 10%;
	left: auto;
	text-align: right;
}
.cms-banner .banner .banner-content .subtitle {
	font: 400 18px/20px var(--primary-font);
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 20px;
}
.cms-banner .banner .banner-content.banner-content2 .subtitle{
	padding: 0;
	margin: 0 0 10px;
}
.cms-banner .banner3 {
	margin: 30px 0 0;
}
.cms-banner .banner .banner-content .subtitle::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #fff;
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
}
.cms-banner .banner .banner-content.banner-content3 .subtitle::after{
	margin: auto;
	left: 0;
}
.cms-banner .banner .banner-content.banner-content2 .subtitle::after{
	display:none;
}
.cms-banner .banner .banner-content .title {
	float: left;
	width: 100%;
	font: 600 38px/46px var(--secondary-font);    
	margin: 0 0 12px;
}
.cms-banner .banner .banner-content .desc {
	float: left;
	width: 100%;
	font: 500 16px/18px var(--primary-font);
}
.cms-banner .banner a img {
	transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	transition-delay: .1s;
	position: relative;
	max-width: 100%;
}
.cms-banner .banner a:after{
	content: '';
	background: none repeat scroll 0 0 rgba(0,0,0,.07);
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	-webkit-transform: rotate(-180deg) scale(0);
	-moz-transform: rotate(-180deg) scale(0);
	-ms-transform: rotate(-180deg) scale(0);
	-o-transform: rotate(-180deg) scale(0);
	transform: rotate(-180deg) scale(0);
}
.cms-banner .banner a:hover::after {
	-webkit-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	opacity: 1;
}
.cms-banner .banner a:hover img {
	transform: scale(1.1);
}
@media (min-width:1300px) {
	#ttcmsbanner .container {
	 	max-width:1260px
	}
}
@media (max-width:1300px) {
	#ttcmsbanner {
		margin: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	.cms-banner .banner .banner-content .title{
		margin: 0 0 10px;
		font-size: 30px;
		line-height: 36px;
	}
	.cms-banner .banner .banner-content .subtitle{
		padding: 0 0 12px;
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 18px;
	}
	.cms-banner .banner .banner-content .desc{
		font-size: 14px;
		line-height: 16px;
	}
	.cms-banner .banner .banner-content.banner-content2{
		top:8%;
	}
	.cms-banner .banner .banner-content .ttbanner-btn {
		padding: 14px;
		font-size: 12px;
		line-height: 16px;
	}
}
@media (max-width: 991px) {
	.cms-banner .banner .banner-content .title {
		margin: 0 0 8px;
		font-size: 25px;
		line-height: 30px;
	}
	.cms-banner .banner .banner-content .subtitle {
		padding: 0 0 10px;
		margin: 0 0 12px;
		font-size: 14px;
		line-height: 16px;
	}
	.cms-banner .banner .banner-content .desc {
		font-size: 12px;
		line-height: 14px;
	}
	.cms-banner .banner .banner-content.right{
		right:4%;
	}
	.cms-banner .banner .banner-content.banner-content2 {
		top: 6%;
	}
}
@media (max-width: 690px) {
	.cms-banner .banner.banner1, .cms-banner .banner.banner2{
		width: 100%;
		text-align: center;
	}
	.cms-banner .banner a{
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	.cms-banner .banner3,.cms-banner .banner2{
		margin: 20px 0 0;
	}
	.cms-banner .banner .banner-content.banner-content2{
		width:60%;
	}
}
@media (max-width: 450px) {
	.cms-banner .banner .banner-content .subtitle {
		padding: 0 0 6px;
		margin: 0 0 6px;
		font-size: 13px;
		line-height: 16px;
	}
	.cms-banner .banner .banner-content .title {
		margin: 0 0 5px;
		font-size: 22px;
		line-height: 24px;
	}
	.cms-banner .banner .banner-content .desc {
		font-size: 11px;
		line-height: 12px;
	}
	.cms-banner .banner .banner-content .title{
		font-size: 18px;
		line-height: 20px;
	}
	.cms-banner .banner .banner-content3 .desc {
		display: none;
	}
}
/*----------------------------------------TT CMS Banner Start------------------------------*/
/*---------------------------------------TT CMS Gallery Start----------------------------------*/
#cmsgallery {
	float: left;
	margin: 0 0 80px;
	text-align: center;
	width: 100%;
}
#cmsgallery svg{
	height: 32px;
	width: 32px;
}
#cmsgallery .row {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery .image-content .gallery-img {
	float: left;
	width: 100%;
	padding: 0 5px;
}
.gallery .image-content .gallery-img > a::before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.gallery .image-content .gallery-img:hover > a::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.gallery .image-content .gallery-img span.bloglinks {
	bottom: 0;
	height: 42px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 1;
}
.gallery .image-content .gallery-img span.bloglinks a {
	border: 2px solid #fff;
	float: left;
	width: 40px;
	padding: 9px 10px;
	height: 40px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	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;
}
.gallery .image-content .gallery-img a {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gallery .image-content .gallery-img span.bloglinks a i {
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
}
.gallery .image-content .gallery-img span.bloglinks a:hover {
	background: var(--secondary-bg-color);
	color: var(--secondary-text-color);
	border-color: var(--secondary-bg-color);
}
.gallery .image-content .gallery-img:hover span.bloglinks a {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
#cmsgallery .image-content {
	margin: 15px 0 0;
	float: left;
}
#cmsgallery .owl-carousel .owl-stage-outer {
	direction: ltr;
}
#cmsgallery > i{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 5px;
}
#cmsgallery .box-heading h3::after {
	position: absolute;
	content: "\e895";
	font-family: 'Material Icons';
	top: -8px;
	bottom: 0;
	left: auto;
	right: auto;
	font-size: 20px;
	margin-left: 10px;
	color: #777;
}
#cmsgallery .subtitle{
	float: left;
	width: 100%;
	text-align: center;
	font: 400 14px/16px var(--primary-font);
	margin: 0 0 15px;
	color : #666666;
}
@media (max-width: 1300px) {
	#cmsgallery {
		margin: 0 0 50px;
	}
}
@media (max-width: 1299px) {
	#cmsgallery .box-heading h3 {
		margin: 0 0 12px;
		font-size: 30px;
		line-height: 32px;
	}
}
@media (max-width: 1199px) {
	#cmsgallery .image-content {
		margin: 5px 0 0;
	}
}
@media (max-width: 991px) {
	.gallery .image-content .gallery-img span.bloglinks a {
		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;
	}
	.gallery .image-content .gallery-img > a::before {
		opacity: 0.7;
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		-webkit-opacity: 0.7;
	}
	#cmsgallery .box-heading h3 {
		margin: 0 0 8px;
		font-size: 28px;
		line-height: 30px;
	}
	#cmsgallery .subtitle{
		margin: 0 0 10px;
		font-size: 12px;
		line-height: 14px;
	}
}
@media (max-width: 880px) {
	#cmsgallery .box-heading h3::after{
		top: -6px;
		font-size: 18px;
		margin-left: 6px;
	}
	#cmsgallery .box-heading h3 {
		font-size: 24px;
		line-height: 26px;
	}
	#cmsgallery .subtitle {
		margin: 0 0 8px;
	}
}
/*--------------------------------------TT CMS Gallery End------------------------------------*/
/*------------------------------------- Testimonial css------------------------------------ */
#tttestimonial {
	background: #f1ece8;
	float: left;
	margin: 0 0 80px;
	padding: 95px 0;
	width: 100%;
}
#tttestimonial .testimonial-block {
	float: left;
	text-align: center;
	width: 100%;
}
#tttestimonial .box-heading > h3 {
	text-align: left;
	font-weight: 500;
	margin: 0 0 40px;
}
#tttestimonial .testimonial-block ul {
	padding: 0;
	margin: 0;
}
#tttestimonial .owl-carousel .owl-stage-outer {
	direction: ltr;
}
#tttestimonial .testimonial-block ul li {
	list-style: none;
	display: flex;
	align-items: center;
}
#tttestimonial .testimonial-block ul li .testimonial-image {
	padding: 0;
	order: 2;
}
#tttestimonial .testimonial-block ul li .testimonial-content {
	padding: 70px 0 0;
	text-align: left;
}
#tttestimonial .testimonial-block ul li .testimonial-content::before {
	position: absolute;
	content: '\e244';
	font-family: 'Material Icons';
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto 0;
	font-size: 70px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	color: #666;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
#tttestimonial .testimonial-block ul li .testimonial-image a {
	float: right;
}
#tttestimonial .testimonial-user-title h4 {
	float: none;
	font: 600 16px/18px var(--primary-font);
	color: #222222;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
	padding-right: 15px;
}
#tttestimonial .testimonial-user-title h4::after {
	content: "/";
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	font-size: 20px;
	font-weight: 400;
}
#tttestimonial .testimonial-user-title .user-designation {
	float: none;
	font: italic 400 13px/18px var(--primary-font);
	color: #111111;
	display: inline-block;
	vertical-align: top;
}
#tttestimonial .testimonial-description {
	float: left;
	font: 400 16px/30px var(--primary-font);
	color: #444444;
	margin: 0 0 40px;
	width: 77%;
}
#tttestimonial .testimonial-user-title {
	float: left;
	width: 100%;
}
#tttestimonial .owl-dots {
	text-align: center;
	counter-reset: slides-num;
	position: absolute;
	bottom: 46px;
	top: auto;
	left: 20px;
	right: auto;
}
#tttestimonial .owl-dots button {
	display: inline-block;
	counter-increment: slides-num;
	margin-right: 5px;
}
#tttestimonial .owl-dot.active::before {
	content: counter(slides-num) "/";
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: 0;
}
#tttestimonial .owl-dots::after {
	content: counter(slides-num);
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding-left: 18px;
}
#tttestimonial .owl-dots button span {
	display: none;
}
#tttestimonial .owl-carousel .owl-dots.disabled, 
#tttestimonial .owl-carousel .owl-nav {
	display: inline-block !important;
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: 44px;
	margin: 0;
}
#tttestimonial .owl-carousel .owl-nav .owl-next, 
#tttestimonial .owl-carousel .owl-nav .owl-prev {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: none;
	font-size: 0;
	margin: 0;
	height: 30px;
	width: 30px;
}
#tttestimonial .owl-carousel .owl-nav .owl-next::before, 
#tttestimonial .owl-carousel .owl-nav .owl-prev::before {
	background: none;
	font-size: 30px;
	line-height: 30px;
	color: #666666;
	content: "\e314";
	font-family: "Material Icons";
	font-weight: 300;
	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;
}
#tttestimonial .owl-carousel .owl-nav .owl-next::before {
	content: "\e315";
}
#tttestimonial .owl-carousel .owl-nav .owl-prev {
	margin-right: 30px;
}
#tttestimonial .owl-carousel .owl-nav .owl-next span, 
#tttestimonial .owl-carousel .owl-nav .owl-prev span {
	display: none;
}
@media (max-width: 1300px) {
	#tttestimonial {
		margin: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	#tttestimonial .testimonial-description {
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 20px;
	}
	#tttestimonial .box-heading > h3 {
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 30px;
	}
	#tttestimonial .testimonial-user-title h4 {
		font-size: 14px;
	}
	#tttestimonial .testimonial-user-title .user-designation {
		font-size: 12px;
	}
	#tttestimonial .testimonial-user-title {
		margin: 0 0 40px;
	}
}
@media (max-width: 991px) {
	#tttestimonial {
		padding: 45px 0;
	}
	#tttestimonial .testimonial-block ul li .testimonial-image {
		margin: 0 0 20px;
	}
	#tttestimonial .testimonial-description {
		font-size: 12px;
		width: 95%;	
	}
	#tttestimonial .owl-carousel .owl-dots.disabled, 
	#tttestimonial .owl-carousel .owl-nav {
		bottom: 10px;
	}
	#tttestimonial .owl-dots {
		bottom: 12px;
	}
}
@media (max-width: 543px) {
	#tttestimonial {
		padding: 20px 0;
	}
	#tttestimonial .testimonial-block ul li {
		display: block;
	}
	#tttestimonial .testimonial-block ul li .testimonial-image a {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#tttestimonial .testimonial-block ul li .testimonial-content::before {
		font-size: 60px;
		height: 70px;
		width: 50px;
	}
	#tttestimonial .box-heading > h3 {
		font-size: 24px;
		line-height: 26px;
	}
}
@media (max-width: 480px) {
	#tttestimonial .testimonial-user-title {
		margin: 0 0 50px;
	}
}
/*------------------------------------- Testimonial css------------------------------------ */
/*-------------------------------------TT-Featured category----------------------------------*/
.collection_cms_slider_wrap  .cat-content .collection_title {color:#111111;} 
.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title:hover,
.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title.active {
	color:#974e40;
} 
.collection_cms_slider_wrap  .section-header .ttsubtitle {color:#777777;}
.collection_cms_slider_wrap  .section-header .desc {color:#777777;}
.tt-collection-slider-wrap { 
	background:#f1ece8; 
	float: left; 
	margin: 0 0 80px;
	width: 100%;
}
.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-btn a:hover { 
	color:#974e40; 
	border-bottom: 1px solid #974e40; 
}
.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-btn a{border-bottom: 1px solid #111111;}
.collection_cms_slider_wrap img {max-width: 100%;}
.tt-collection-slider-wrap .collection_cms_slider_wrap {
	float:left;
	width:100%;
	margin:100px 0;
	position:relative;
	text-align:center
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	align-items:center;
	z-index:1
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .section-header {
	margin:0 0 20px
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-title {
	float:left;
	width:100%;
	margin:0 0 30px
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-btn {
	float:left;
	width:100%
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-btn a {
	float:none;
	display:inline-block;
	vertical-align:top;
	font:italic 500 16px/20px var(--secondary-font);
	color: #111;
   }
   .tt-collection-slider-wrap .collection_cat_item {
	float:left;
	width:100%;
	display:none
   }
   .tt-collection-slider-wrap .collection_cat_item.active {
	display:block
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content.img1 {
	text-align:left
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content.img2 {
	float:right
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content .collection_img1,
   .tt-collection-slider-wrap .collection_cat_item .category_content .collection_img4 {
	float:left;
	width:100%;
	position:relative;
	animation:2s ease 0s normal none 1 fadeInUp;
	-webkit-animation:2s ease 0s normal none 1 fadeInUp;
	-moz-animation:2s ease 0s normal none 1 fadeInUp;
	-o-animation:2s ease 0s normal none 1 fadeInUp
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content .collection_img2 {
	float:none;
	width:auto;
	position:absolute;
	top:auto;
	bottom:-59px;
	left:auto;
	right:0;
	display:inline-block;
	vertical-align:top;
	animation:3s ease 0s normal none 1 fadeInUp;
	-webkit-animation:3s ease 0s normal none 1 fadeInUp;
	-moz-animation:3s ease 0s normal none 1 fadeInUp;
	-o-animation:3s ease 0s normal none 1 fadeInUp
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content .collection_img3 {
	float:left;
	width:100%;
	margin:30px 0 0 30px;
	animation:4s ease 0s normal none 1 fadeInUp;
	-webkit-animation:4s ease 0s normal none 1 fadeInUp;
	-moz-animation:4s ease 0s normal none 1 fadeInUp;
	-o-animation:4s ease 0s normal none 1 fadeInUp
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content .collection_img5 {
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	position:absolute;
	left:0;
	right:auto;
	top:auto;
	bottom:-30%;
	animation:4s ease 0s normal none 1 fadeInUp;
	-webkit-animation:4s ease 0s normal none 1 fadeInUp;
	-moz-animation:4s ease 0s normal none 1 fadeInUp;
	-o-animation:4s ease 0s normal none 1 fadeInUp
   }
   .tt-collection-slider-wrap .collection_cat_item .category_content .collection_img4 {
	text-align:right
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title {
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	position:relative;
	padding:0 0 5px;
	font: italic 500 28px/30px var(--secondary-font);
	color: #111111;
	margin:0 0 24px;
	text-align:center;
	transition:all .4s ease-in-out 0s;
	-webkit-transition:all .4s ease-in-out 0s;
	-moz-transition:all .4s ease-in-out 0s;
	-o-transition:all .4s ease-in-out 0s;
	-ms-transition:all .4s ease-in-out 0s
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title::after {
	content:'';
	left:0;
	right:auto;
	position:absolute;
	top:auto;
	bottom:0;
	height:2px;
	-webkit-transition:all .4s ease-in-out 0s;
	-moz-transition:all .4s ease-in-out 0s;
	-ms-transition:all .4s ease-in-out 0s;
	-o-transition:all .4s ease-in-out 0s;
	transition:all .4s ease-in-out 0s;
	width:0;
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .cat-content.active .collection_title::after {
	width:100%
   }
   .tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .cat-content {
	float:left;
	width:100%;
	text-align:center
   }
   @media (max-width:1299px) {
	.tt-collection-slider-wrap .collection_cms_slider_wrap {
	 margin:80px 0
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .section-header {
	 margin:0 0 10px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-title {
	 margin:0 0 20px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title {
	 font-size:26px;
	 line-height:28px;
	 margin:0 0 18px
	}
   }
   @media (max-width:1199px) {
	.tt-collection-slider-wrap .collection_cms_slider_wrap {
	 margin:60px 0
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title {
	 font-size:20px;
	 line-height:24px;
	 margin:0 0 15px
	}
	.tt-collection-slider-wrap .collection_cat_item .category_content .collection_img2 {
	 right:-40%
	}
	.tt-collection-slider-wrap .collection_cat_item .category_content .collection_img5 {
	 left:-40%
	}
   }
   @media (max-width:991px) {
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .section-header {
	 	margin:0
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-title {
	 	margin:0 0 10px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title {
		font-size:20px;
		line-height:22px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail {
		width: 100%;
	}
   }
   @media (max-width:767px) {
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title {
	 font-size:18px;
	 line-height:20px;
	 margin:0 0 10px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-btn a {
	 font-size:13px;
	 line-height:16px
	}
	.tt-collection-slider-wrap .collection_cat_item .category_content .collection_img2 {
	 display:none
	}
	.tt-collection-slider-wrap .collection_cat_item .category_content .collection_img5 {
	 bottom:-80%
	}
	.tt-collection-slider-wrap .collection_cat_item .category_content .collection_img3 {
	 margin:15px 0 0 15px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap {
	 margin:30px 0
	}
   }
   @media (max-width:480px) {
	.tt-collection-slider-wrap {
		margin: 0 0 40px;
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .category-title {
	 margin:0 0 5px
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .section-header .ttsubtitle {
	 display:none
	}
	.tt-collection-slider-wrap .collection_cms_slider_wrap .category-detail .collection_title {
	 font-size:16px;
	 line-height:18px;
	 margin:0 0 5px
	}
   }
/*-------------------------------------TT-Featured category----------------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
footer .contact-us,
footer .contact-us ul {
	float: left;
	width: 100%;
	margin: 0;
}
.contact-us .data {
	color: var(--footer-text-color);
	font: 400 13px/20px var(--primary-font);
	position: relative;
	margin: 0 0 10px;
}

footer .contact-us ul li i {
	float: left;
	font-size: 18px;
	height: 25px;
	line-height: 22px;
	margin: 0 10px 0 0;
	width: 15px;
}
.contact-us .contact-address {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.contact-us .data .icon > i {
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}
.contact-us .data:hover .icon > i {
	color: var(--secondary-bg-color);
}
/*---------------------------------------- Footer social Block Start ---------------------------*/
.social-block {
	float: right;
	text-align: right;
	width: auto;
}
.social-block .title {
	display: none;
}
.social-block .social-list li.follow-desc {
	font: 400 13px/22px var(--primary-font);
	color: var(--footer-text-color);
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
.social-block .social-list {
	margin: 0;
	list-style: none;
}
.social-block .social-list li {
	float: left;
	width: auto;
}
.social-block .social-list a {
	margin: 0 12px;
	padding: 5px 0;
	height: 24px;
	width: 24px;
	float: left;
}
.social-block .social-list a span {
	float: left;
	font-size: 0;
	letter-spacing: 1px;
	position: relative;
	width: auto;
}
.social-block .social-list a span::before {
	content: "";
	float: right;
	height: 15px;
	width: 15px;
	background-color: #fff;
	mask-size: cover;
	-webkit-mask-size: cover;
	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;
}
.social-block .social-list a span:hover:before {
	background-color: var(--secondary-bg-color);
}
.social-block .social-list a span.icon_twitter::before {
	mask-image: url("TemplateTrip/images/Social/twitter.svg");
	-webkit-mask-image: url("TemplateTrip/images/Social/twitter.svg");
}
.social-block .social-list a span.icon_facebook::before {
	mask-image: url("TemplateTrip/images/Social/facebook.svg");
	-webkit-mask-image: url("TemplateTrip/images/Social/facebook.svg");
}
.social-block .social-list a span.icon_pinterest::before {
	mask-image: url("TemplateTrip/images/Social/pinterest.svg");
	-webkit-mask-image: url("TemplateTrip/images/Social/pinterest.svg");
}
.social-block .social-list a span.icon_youtube::before {
	mask-image: url("TemplateTrip/images/Social/youtube.svg");
	-webkit-mask-image: url("TemplateTrip/images/Social/youtube.svg");
}
.social-block .social-list a span.icon_linkedin::before {
	mask-image: url("TemplateTrip/images/Social/linkedin.svg");
	-webkit-mask-image: url("TemplateTrip/images/Social/linkedin.svg");
}
@media (max-width: 991px) {
	.social-block {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.social-block .social-list a {
		margin: 10px 10px 0;
	}
}
/*---------------------------------------- Footer social Block End -----------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.checkbox-wrapper {
	background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -257px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.checkbox-wrapper:hover {
	background-position: -30px -257px;
}
.checkbox-wrapper.active {
	background-position: -15px -257px;
}
.checkbox-wrapper input {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.radio-wrapper {
	background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.radio-wrapper:hover,
.radio-wrapper.active {
	background-position: -13px -243px;
}
.radio-wrapper input {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
.header_sticky_on .full-header.fixed {
	transition: all .6s ease-in-out 0s;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	position: fixed;
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}
@-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;
	}
}
#at15s .at-label {
	margin: 0 5px;
}
#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.nav-open #page::after, 
body.user-open #page::after, 
body.cart-open #page::after,
body.language-open #page::after, 
body.currency-open #page::after, 
body.menu-hover2 #page::after, 
body.menu_hover #page::after, 
body.menu-current-open #page::after, 
body.search-open #page::after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}