@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Raleway:ital,wght@0,100..900;1,100..900&family=Tangerine:wght@400;700&display=swap');

:root{
	--bg-color: #15392b;
	--light-bg-color:#4b5a44;
	--light-grey-color: #c3ac7d;
	--primary-color: #f8d397;
	--light-color:#ede8c0;
	--text-color:#333;
	--text-dark: #000;
	--heading-font: 'woodland', sans-serif;
	--sub-heading-font: "Cardo", serif;
	--text-font: "Raleway", sans-serif;
}
@font-face {
	font-family: 'woodland';
	src: url('../fonts/PPWoodland-Ultralight.otf') format('opentype');
	font-weight: 400; /* Light weight */
	font-style: normal;
  }
  
  @font-face {
	font-family: 'woodland';
	src: url('../fonts/PPWoodland-Bold.otf') format('opentype');
	font-weight: 700; /* Bold weight */
	font-style: normal;
  }
/* font-family: 'woodland', sans-serif;
font-family: "Cardo", serif;
font-family: "Tangerine", cursive;
font-family: "Raleway", sans-serif; */
body,html {
    height: 100%;
	scroll-behavior: smooth;
}
img {
	height: auto;
}
body {
	color: #000;
	/* font-family: 'Montserrat',Helvetica,sans-serif; */
	font-family: var(--text-font);
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
}
body > .container {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: var(--text-font); */
	font-family: 'woodland', sans-serif;
	color: var(--text-dark);
}
/* default font size */
.fa {
	font-size: 13px;
	vertical-align: baseline;
}
.fa.fa-close {
	color: var(--text-dark);
}
.fa.fa-close:hover {
	color: #fff;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--text-dark);
}
.html-content .col-md-4.col-xs-12 {
	padding: 0;
	width: auto;
}
a:hover {
	text-decoration: none;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: var(--light-bg-color);	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: var(--text-dark);
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: 500;
}
.checkbox label, .radio label {
	font-weight: 500;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
	color: var(--text-dark);
	border: 1px solid #e5e5e5;
	margin: 0 0 5px;
	height: 42px;
	word-break: break-all;
}
.form-control:hover, .form-control:focus, .form-control:active, #input-name:active {
	border: 1px solid #ccc !important;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control, .filter-show .filter-selection .form-control {
	background-color: #fff;
	margin: 0;
	border: 1px solid #e5e5e5;
}
.col-md-9.text-right.filter-selection .select-wrapper {
	position: relative;
	margin: 0 0 0 5px;
}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 12px;
	pointer-events: none;
}
#checkout-cart .input-group .form-control, #checkout-cart .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 1;
    position: static;
}
#checkout-cart .btn.btn-primary.main {
	position: relative;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
}
.input-group .form-control {
	height: auto;
	padding: 7px 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
	position: relative;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.product-thumb .image img.image_thumb_swap {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	-webkit-transition: opacity 0.7s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	-o-transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {
	color: var(--text-dark);
	font: 600 20px/25px var(--text-font);
}
.checkout-success #content p > a, .account-success #content p > a {
	font-weight: 600;
	font-size: 14px;
	color: var(--text-dark);
}
.account-order-info #page .header-content-title h2, .account-address-edit #page .header-content-title h2 {
	color: #000;
	font: 600 16px/34px var(--text-font);
	text-transform: capitalize;
	margin: 0 0 5px;
	float: left;
	width: auto;
	text-align: center;
}
#account-order h3 {
	color: var(--text-dark);
	font-size: 16px;
	font-weight: 600;
}
.well strong {
	font-weight: 500;
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}
a:active,
a:hover,
a:focus {
	color: var(--text-dark);
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}
#wishlist-total span {
	display: inline-block !important; 
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
	list-style:none;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.tt-home .nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	margin: 0 0 30px;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.nav-tabs > li {
    float: none;
	vertical-align:top;
	display:inline-block;
}
.tab-content {
	padding:15px 0;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.tab-content ul, .tab-content ol {
	padding: 0 0 0 15px;
	font-size: 13px;
	color: var(--text-dark);
	font-weight: 500;
}
/* TTproduct tab*/
.ttproduct-main {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 0 90px;
}
.ttproduct-main .container {
	position: relative;
}
.homebg-main {
	float: left;
	width: 100%;
}
.TTProduct-Tab .tab-content {
	border: none;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}
.TTProduct-Tab .nav-tabs > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 15px;
    padding: 5px 0;
    position: relative;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
    vertical-align: top;
}
.TTProduct-Tab .nav-tabs > li > a {
	border: medium none;
	line-height: 32px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	overflow: hidden;
	background: none;
}
.TTProduct-Tab .nav-tabs > li > a .tab-title {
	color: var(--text-dark);
	font: 500 16px/18px var(--text-font);
	margin: 0;
	outline: medium none;
	padding: 10px 20px;
	position: relative;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.TTProduct-Tab .nav-tabs > li > a::after, .TTProduct-Tab .nav-tabs > li.active > a::after{
	background: var(--light-bg-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
}
.TTProduct-Tab .nav-tabs > li:hover > a::after, .TTProduct-Tab .nav-tabs > li.active > a::after{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.TTProduct-Tab .nav-tabs > li:hover > a .tab-title, .TTProduct-Tab .nav-tabs > li.active > a .tab-title {
	color: #fff;
}
.TTProduct-Tab .nav-tabs > li.active > a {
	color: #fff;
	border: none;
}
.TTProduct-Tab .tab-box-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
}
.owl-stage-outer .owl-stage {
	position: relative;
}
.owl-stage-outer .owl-stage .owl-item {
	float: left;
}
/*------------------------------------- Next-Prev Owl Button CSS Start ------------------------------------------*/
.owl-carousel .owl-nav button.owl-prev span{
	border: none;
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	display: inline-block;
	vertical-align: top;
}
.ttproduct-main:hover .products-carousel.owl-carousel .owl-nav button.owl-prev span, .special-carousel.products-list:hover .products-carousel.owl-carousel .owl-nav button.owl-prev span, .related-carousel.products-list:hover .products-carousel.owl-carousel .owl-nav button.owl-prev span, #blog_latest_new_home:hover .products-carousel.owl-carousel .owl-nav button.owl-prev span{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	border: none;
	border-bottom: 2px solid #000;
	display: inline-block;
	float: left;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev {
	margin: 0 20px 0 0;
	padding: 0 0 5px 30px !important;
	color: var(--text-dark);
}
.owl-carousel .owl-nav button.owl-next {
	padding: 0 30px 5px 0 !important;
	color: var(--text-dark);
}
.owl-carousel .owl-nav button.owl-prev::before, .owl-carousel .owl-nav button.owl-next::before {
	/* background: rgba(0,0,0,0) url("TemplateTrip/images/sprite.png") repeat scroll 0 0; */
	bottom: 0;
	content: "";
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 20px;
}
.owl-carousel .owl-nav button.owl-prev::before{
	/* background-position: -19px -360px; */
	left: 3px;
	top: -5px;
}
.owl-carousel .owl-nav button.owl-next::before{
	/* background-position: -69px -393px; */
	right: 3px;
    top: -5px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	color: #000;
}
.owl-carousel .owl-nav button.owl-prev:hover {
	background-position: -68px -404px;
	background-color: #fff;
}
.owl-carousel .owl-nav button.owl-next:hover {
	background-position: -69px -437px;
	background-color: #fff;
}
.owl-carousel .owl-nav button.owl-prev::after {
	border-bottom: 3px solid #000;
	bottom: -2px;
	content: "";
	left: auto;
	position: absolute;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 0;
}
.owl-carousel .owl-nav button.owl-next::after {
	border-bottom: 3px solid #000;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover::after, .owl-carousel .owl-nav button.owl-next:hover::after {
	width: 30px;
}
.ttproduct-main:hover .products-carousel.owl-carousel .owl-nav button.owl-prev::before, .ttproduct-main:hover .products-carousel.owl-carousel .owl-nav button.owl-next::before, .special-carousel.products-list:hover .products-carousel.owl-carousel .owl-nav button.owl-prev::before, .special-carousel.products-list:hover .products-carousel.owl-carousel .owl-nav button.owl-next::before, .related-carousel.products-list:hover .products-carousel.owl-carousel .owl-nav button.owl-prev::before, .related-carousel.products-list:hover .products-carousel.owl-carousel .owl-nav button.owl-next::before, #blog_latest_new_home:hover .products-carousel.owl-carousel .owl-nav button.owl-prev::before, #blog_latest_new_home:hover .products-carousel.owl-carousel .owl-nav button.owl-next::before{
     opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-nav {
	margin: 10px 0 0;
	float: none;
	position: static;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
/*------------------------------------- Next-Prev Owl Button CSS End ------------------------------------------*/
.additional-images .owl-nav button.owl-prev:hover, .additional-images .owl-nav button.owl-next:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
}
.additional-images .owl-nav button.owl-prev::before {
    color: var(--text-dark);
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 16px;
   	font-weight: 600;
	display: block;
	text-align: center;
	line-height: 26px;
	padding: 0 9px;
}
.additional-images .owl-nav button.owl-prev {
	left: 0;
	right: auto;
}
.additional-images .owl-nav button.owl-next {
	right: 0;
	left: auto;
}
.additional-images .owl-nav button.owl-prev, .additional-images .owl-nav button.owl-next {
	border: 1px solid #e5e5e5;
	color: var(--text-dark);
	font-size: 0;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	background-color: var(--light-color);
}
.additional-images-container .additional-images .owl-nav > button.owl-next::before {
    color: var(--text-dark);
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
	font-weight: 600;
    text-align: center;
	line-height: 26px;
	display: block;
}
.additional-images .owl-nav button.owl-prev:hover::before,
.additional-images-container .additional-images .owl-nav > button.owl-next:hover::before
{ 
	color: #000;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.header-content-title {
	background: #e5e5e5 none repeat scroll 0 0;
	float: left;
	margin: 0px 0px 30px;
	padding: 0;
	width: 100%;
	position: relative;
}
.header-content-title .parallex {
	background-color: #6d6d74;
	padding: 250px 15px 0;
	float: left;
	width: 100%;
}
.common-home .header-content-title {
	display: none;
}
.page-title-wrapper {
	float: left;
	width: 100%;
}
.page-title-wrapper .breadcrumb-wrapper {
	float: left;
	width: 100%;
}
.page-title-wrapper .page-title {
	color: #000;
	font: 600 16px/34px var(--text-font);
	text-transform: capitalize;
	float: left;
	width: auto;
	text-align: center;
	margin: 0;
}
.page-title {
	color: #fff;
	font-size: 16px;
}
.page-title-wrapper .breadcrub {
	background: #fff;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 15px 30px;
	box-shadow: 0 -5px 6px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 -5px 6px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 -5px 6px 0 rgba(0,0,0,.1);
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	position: relative;
}
.page-title-wrapper .breadcrub::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
	width: 100;
	height: 1;
	left: 15px;
	right: 15px;
	top: auto;
	bottom: 0;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
#top {
	float: left;
	width: 100%;
	max-width: 100%;
	background: #82052d none repeat scroll 0 0;
}
.header-top-left {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.header-top-right {
    float: right;
	width: auto;
}
.header-top-left .pull-left {
	margin: 0 20px 0 0;
}
.container.fixed .full-header .header-right {
	margin: 15px 0;
}
#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
	padding: 10px 0;
	margin-right: 15px;
}
#top #currency .currency-select,
#top #language .language-toggle a {
	padding: 3px 10px;
	color: var(--text-dark);
	font-size: 14px;
	text-align: left;
	height: auto;
}
#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
	background-color: #509ac8;
	color: #FFFFFF;
}
#top-links > ul > li {
	position: relative;
	float: left;
	padding: 0;
}
#top-links > ul > li.header_user_info {
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 2;
	float: left;
	margin: 0 10px;
}
#top-links > ul > li:last-child::before {
  display: none;
}
#top .btn-link, #top-links li, #top-links a {
	color: var(--text-dark);
	text-align: left;
	font: 500 13px/24px var(--text-font);
}
.dropdown-menu .ttcurrency{
	display: none;
}
.ttlanguage .pull-left, .ttcurrency .pull-left {
	width: 100%;
}
.btn-group {
	float: left;
	width: 100%;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before {
	content: '\f107';
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	vertical-align: 0;	
}
#form-currency .btn-group.open .fa-caret-down:before,
#form-language .btn-group.open .fa-caret-down:before {
	content: "\f106";
}
#top ul.dropdown-menu .btn-link {
	padding: 0px;
	line-height:24px;
	color:var(--text-dark);
	text-transform: capitalize;
}
#top-links .header_user_info ul.dropdown-menu {
	padding: 15px;
	text-transform: capitalize;
	min-width: 180px;
	position: absolute;
	top: 80px;
	right: 0;
	left: auto;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-top: 3px solid var(--primary-color);
}
#top #form-currency .currency-select:hover,
#top ul > li > .language-select:hover {
    color: #000;
}
#top-links > li:first-child { 
	padding-left: 0px;
}
#top-links > li:last-child {
	padding-right: 0px;
}
#top .btn-link:hover, #top-links a:hover, #top-links .result-text:hover a {
	color: var(--text-dark);
}
#top-links .dropdown-menu a:hover {
	color: var(--text-dark);
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	font-weight:500;
	color: var(--text-dark);
}
#top-links > ul {
	float: left;
	width: 100%;
	margin: 38px 0;
}
#top-links a + a {
	margin-left: 0px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
   }
#top-links .account-link-toggle a i.fa { 
	padding: 0;
	font-weight: 500;
}
#top-links .header_user_info ul.dropdown-menu li a{
		padding:0;
}
.header-phone > span {
    color: #fff;
    font: 500 14px/24px var(--text-font);
	position: relative;
	padding: 0 0 0 30px;
}
 #top .btn-group.open .btn.btn-link.dropdown-toggle:hover,
 #top .btn-group.open .btn.btn-link.dropdown-toggle:focus,
 #top-links .list-inline > li.account-nav:hover > a,#top-links .list-inline > li.account-nav > a:focus,#top .btn-group.open .btn.btn-link.dropdown-toggle:hover::after, #top-links .dropdown.open > a:hover::after,#top .btn-group.open .btn.btn-link.dropdown-toggle:focus::after, #top-links .dropdown.open > a:focus::after {
  color: var(--text-dark);
}
#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
    color: var(--text-dark);
	background:none;
}
.header-top-right #wishlist-total:hover i {
	background-position:-66px -328px;
}
.header-top-right #wishlist-total i {
	background-position:-4px -285px;
}
.header-top-right .dropdown .dropdown-toggle > i::before { 
	content:"";
}
.header_user_info .dropdown-toggle > span.ttuserheading {
	font-size: 0;
}
.header_user_info .ttuserheading {
	/* background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -4px -275px; */
	cursor: pointer;
	float: left;
	height: 40PX;
	margin: 0;
	width: 40px;
}
#compare-wrapper{
	position: fixed;
    z-index: 999;
    bottom: 110px;
    right: 40px;

}
#compare-wrapper .compare-btn{
	color: #fff;
	background-color: var(--light-bg-color);
    padding: 20px 17px;
    /* border-radius: 10px 0 0 10px; */
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
	width: 60px;
    height: 60px;
	display: block;
}

.header_user_info #user{
	fill: #fff;
	transition: transform 400ms ease-in-out 0s;
	-webkit-transition: transform 400ms ease-in-out 0s;
	-moz-transition: transform 400ms ease-in-out 0s;
	-o-transition: transform 400ms ease-in-out 0s;
	-ms-transition: transform 400ms ease-in-out 0s;
	width: 35px;
	height: 35px;
}
.header_user_info:hover #user{
	fill: var(--primary-color);
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
/* --------------------------------- search Start------------------------------------------------------------*/
		.search {
			display: inline-block;
			float: none;
			margin: 8px 0;
			position: relative;
			vertical-align: top;
		}
		.ttsearch {
			display: inline-block;
			float: none;
			position: relative;
			vertical-align: top;
		}
		/* .ttsearch_button {
			background: url(TemplateTrip/images/sprite.png) no-repeat scroll -4px -232px;
			color: #fff;
			z-index: 1;
			cursor: pointer;
			float: right;
			height: 40px;
			width: 40px;
			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;
			fill: #fff;
		}
		.ttsearch_button:hover {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
			fill: var(--light-color);
		}
		#search.active .ttsearch_button {


			background-position: -65px -316px;
		} */
		.ttsearch_button{
			display: inline-block;
		}
		.ttsearch_button #search_icon{
			width: 30px;
			height: 30px;
			fill: #fff;
			padding: 5px 0px 2px;		
			transition: transform 400ms ease-in-out 0s;
			-webkit-transition: transform 400ms ease-in-out 0s;
		}
		.ttsearch_button #search_icon:hover{
			fill: var(--primary-color);
			transform: rotateY(180deg);
    		-webkit-transform: rotateY(180deg);
		}
		.ttsearchtoggle {
			display: none;
			height: 41px;
			padding: 0;
			position: absolute;
			right: 0;
			top: 80px;
			width: 320px;
			z-index: 99;
		}
		.ttsearchtoggle .input-group-btn {
			float: right;
		}
		#search.active button .fa.fa-search {
			display: block;
			font-size: 16px;
			color: var(--text-dark);
		}
		#search.active button:hover .fa.fa-search {
			color: #000;
		}
		#search .ttsearch_button .fa-search,
		#search button .fa-search {
			 display: none;
		}
		#search {
			width: 40px;
			height: 40px;
			cursor: pointer;
			float: left;
		}
		#search .select-wrapper {
			max-width: 160px;
		}
		#search .select-wrapper select {
			height: 40px;
			margin: 0 -1px 0 0;
		}
		#search .select-wrapper::after {
			padding: 3px;
		}
		#search .input-lg {
			float: right;
			height: 41px;
			line-height: 20px;
			padding: 5px 35px 5px 10px;
			width: 100%;
			background: transparent none repeat scroll 0 0;
			border: none;
			color: #000;
			font-size: 14px;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			letter-spacing: 1px;
			border: 1px solid #e5e5e5;
			border-top: 3px solid var(--primary-color) !important;
			background: #ffffff none repeat scroll 0 0;
		}
		#search .form-control::-moz-placeholder {
			color: var(--text-dark);
			text-indent: 0.625rem;
		}
		#search .form-control {
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}
		#search .btn-lg {
			font-size: 13px;
			color: #000;
			line-height: 18px;
			padding: 0;
			width: 30px;
			height: 30px;
			background: none;
			border: none;
			position: absolute;
			left: auto;
			right: 5px;
			top: -35px;
			left: auto;
			z-index: 9999;
			border-radius: 0; 
			-moz-border-radius: 0; 
			-webkit-border-radius: 0; 
			-khtml-border-radius: 0;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}
		#search .btn-lg::after {
			display: none;
		}
		@media (max-width: 991px) { 
			.ttsearchtoggle { 
				top: 75px;
			}
		}
		@media (max-width: 767px) {  
			#search .input-lg {
				background: #fff;
				z-index: 9999;
			}
			.ttsearchtoggle {
				right: auto;
				right: 0;
				width: 300px;
			}	
			.ttsearchtoggle::after{
				right: 15px;
			}
			.float{
				right: 10px !important;
			}
			#compare-wrapper{
				right: 10px;
			}
			
		}
		
/*--------------------------------------------- Search End --------------------------------------------------------*/

/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width: 100%;
			position: absolute;
			z-index: 1000;
			padding:10px;
			margin-top: 39px;
			background-color: #FFF;
			border: 1px solid #e5e5e5;
			left: 0;
			display: none;
		}
		.live-search .loading{
			display:block;
			margin-left:auto;
			margin-right:auto;
		}
		.live-search ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		.live-search ul li {
			background-color: #ffffff;
			cursor: pointer;
			float: left;
			width: 100%;
		}
		.live-search ul li a{
			display: block;
			float: left;
			padding: 10px;
			text-decoration: none;
			width: 100%;
		}
		.live-search ul li:hover a {
			background: #f5f5f5;
		}
		.live-search ul li .product-image {
			float: left;
			padding: 0;
			width: auto;
			margin: 0;
		}
		.live-search ul li .product-name p{
			color: #555555;
			font-size: 12px;
			font-weight: 500;
			margin: 0;
			padding: 10px 0 0;
		}
		.live-search ul li .search-description {
			float: left;
			text-align: left;
			padding: 2px 0 2px 8px;
		}
		.live-search ul li .product-name {
			padding: 0;
			font: 500 13px/18px var(--text-font);
			color: var(--text-dark);
			margin: 0 0 5px;
		}
		.live-search ul li .product-price {
			color: #000;
			font: 600 15px/20px var(--text-font);
		}
		.live-search ul li .product-price .price {
			display: block;
			color: #000;
			font: 600 15px/20px var(--text-font);
			float: left;
			width: auto;
			margin: 0 0 0 5px;
		}
		.live-search ul li .product-price .special {
			display: block;
			color: var(--text-dark);
			text-decoration: line-through;
			font: 500 13px/22px var(--text-font);
			float: left;
			width: auto;
		}
		.live-search .result-text{
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			text-align: center;
			padding: 8px 0;
			text-transform: capitalize;
			width: 100%;
		}
		.live-search .view-all-results:hover {
			color: #000000;
		}
		.live-search .view-all-results {
			color: var(--text-dark);
		}
		.live-search .product-image img {
			width: auto;
			max-width: 100%;
		}
		.live-search .result-text:hover{
			background: #f5f5f5;
        }
		@media (max-width: 1199px) {
			.live-search ul li {
				width: 100%;
			}
		}
		@media (max-width: 481px) {
			.live-search ul li .product-image {
				width: auto;
			}
		}
/* ------------------------------------ ajex search CSS end -----------------------------------*/
#top-links .list-inline > li.account-nav > a {
	float: left;
	width: 100%;
	background: none;
}
.header_user_info > a > i,
.header_user_info > a > .fa-user {
	display:none !important;
}
.ttlanguage .btn-group > ul, .ttcurrency .btn-group > ul {
	clear: both;
	float: left;
	padding: 7px 0 0;
	width: 100%;
	list-style: none;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
		color: #000;
		text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none;
}
#form-currency .btn-link, #form-language .btn-link {
	color: var(--text-dark);
	display: block;
	float: left;
	font: 500 13px/22px var(--text-font);
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
	letter-spacing: 1px;
}
#form-currency .btn-link:hover, #form-language .btn-link:hover {
	color: var(--text-dark);
}
#form-language .btn-group > .btn-link, #form-currency .btn-group > .btn-link {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	color: var(--text-dark);
	font: 600 14px/35px var(--text-font);
	text-align: left;
	text-transform: capitalize;
}
#form-language .btn-link span, #form-currency .btn-link span {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	display: inline-block !important;
}
#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
	padding: 0 10px;
}
/* header user info End*/ 
	.header {
		float: left;
		width: 100%;
		z-index: 999;
		margin: auto;
		text-align: center;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.full-header {
		float: left;
		width: 100%;
		padding: 0 40px;
	}
/* logo */
#logo {
	float: left;
	padding: 10px 0;
    width: auto;
    height: 115px;
    display: flex;
    align-items: center;
}
#logo .img-responsive {
	max-width: 225px;
	max-height: 100%;
	height: auto;
	width: auto;
}
.header-right {
	float: left;
	padding: 0;
}
.header-left {
	float: left;
	width: auto;
}
header {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.header-middle {
	float: left;
    margin: 30px auto;
	padding: 0;
	text-align: center;
}
/* menu */
/*-------------------------------------- Mega Menu CSS Strat --------------------------------------*/
.left-main-menu {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.main-category-list.left-main-menu{
	display: none;
}
.main-category-list .menu-category .dropmenu li.TT-Sub-List .dropdown-menu .dropdown-inner,
.main-category-list .menu-category .dropmenu li.more-menu .dropdown-menu .dropdown-inner {
    float: left;
    width: 100%;
}
.mega-dropdown-menu .dropdown {
    float: left;
	padding: 0 10px;
}
.mega-dropdown-menu li.dropdown .dropdown-menu {
    border: none;
	display: block;
    position: static;
	padding: 0;
}
#column-left .left-main-menu {
	background: none;
	border: none;

    float: left;
	margin: -88px 0 0;
	padding: 0;
    width: 100%;
}
.left-main-menu .childs_1 .child-columns {
    float: left;
    width: 100%;
}
.main-category-list .cat-menu {
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .TT-panel-heading {
	border: 2px solid #eeeeee;
	color: var(--text-dark);
	cursor: pointer;
	font-size: 13px;
	height: 48px;
	letter-spacing: 1.8px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 24px;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	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;
	display: none;
}
.main-category-list.left-main-menu .TT-panel-heading:hover {
	border-color: #000000;
}
.main-category-list.left-main-menu .dropmenu > li {
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 36px 20px;
	width: auto;
}
.main-category-list .menu-category ul.dropmenu li a, .main-category-list .menu-category ul li.more-menu > span {
	background: rgba(0, 0, 0, 0);
	color: #ffffff;
	display: block;
	font: 600 16px/28px var(--text-font);
	padding: 8px 0;
	position: relative;
	text-transform: capitalize;
}
.main-category-list .menu-category ul li > .more-menu.active::before {
	border-top: 1px solid #e5e5e5 !important;
	top: 0;
}
.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a {
	color: #000000;
	font: 600 14px/20px var(--text-font);
	padding: 0 0 8px;
	margin: 0 0 8px;
	text-transform: capitalize;
}
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
	border: 1px solid #e5e5e5;
	border-top: 3px solid var(--primary-color);
	display: block;
	float: left;
	left: 100%;
	max-width: 200px;
	padding: 0;
	position: absolute;
	right: auto;
	top: 50%;
	width: 100%;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
}
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after, .main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List > a::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
	left: auto;
    right: 15px;
    top: 3px;
	color: var(--text-dark);
}
.single-dropdown-menu .dropdown-inner ul.childs_2 {
	float: left;
	width: 100%;
	padding: 10px 20px;
}
.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after, .main-category-list .menu-category ul li.more-menu > span::after {
	bottom: auto;
	color: #fff;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 12px;
	padding: 0 4px;
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after,
.main-category-list .menu-category ul li.more-menu:hover > span::after {
	content: "\f106";
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
.main-category-list .menu-category ul li:hover .more-menu:hover::after,
.main-category-list .menu-category > ul.dropmenu > li > a:hover, 
.main-category-list .menu-category ul li .more-menu:hover,
.main-category-list .menu-category ul li.more-menu:hover > span,
.main-category-list .menu-category ul li.more-menu:hover > span::after,
.main-category-list .menu-category > ul.dropmenu > li:hover > a {
  color: #ffffff;
} 
.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled a:hover, 
.main-category-list .menu-category ul.dropmenu .dropdown-menu .dropdown-inner ul.list-unstyled a:focus,
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul li:hover a,
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu  li.dropdown:hover > a.single-dropdown::after,
.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List:hover > a::after {
	color: #000000;
}
.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu,
.menu-category ul.dropmenu li.more-menu > .dropdown-menu {
    background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-top: 3px solid var(--primary-color);
	display: block;
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 120%;
	min-width: 180px;
	z-index: 999;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.main-category-list .menu-category .dropdown.more-menu.TT-Sub-List .dropdown-menu {
	padding: 20px 0;
}
.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a {
	color: var(--text-dark);
	font: 500 13px/24px var(--text-font);
	padding: 0 20px;
	margin: 0;
	text-transform: capitalize;
}
.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a:hover {
	color: #000;
}
.main-category-list .menu-category ul.dropmenu li.more-menu:hover > .dropdown-menu ul.list-unstyled.childs_1.single-dropdown-menu li.dropdown.TT-Sub-List1 a:hover, .main-category-list .menu-category ul.dropmenu li.more-menu:hover > .dropdown-menu ul.list-unstyled.childs_1.single-dropdown-menu li.dropdown.TT-Sub-List1:hover > a,
.main-category-list .menu-category ul.dropmenu li.more-menu:hover > .dropdown-menu ul.list-unstyled.childs_1.single-dropdown-menu li.dropdown.TT-Sub-List1:hover > a::after {
	color: #000;
}
.main-category-list .menu-category .dropdown.more-menu li.TT-Sub-List1 > .dropdown-menu, .main-category-list .menu-category .dropdown.more-menu li.TT-Sub-List > .dropdown-menu, .main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List1 > .dropdown-menu, .main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List > .dropdown-menu {
	border: 1px solid #e9e9e9;
	border-top: 3px solid var(--primary-color);
	display: block;
	float: left;
	left: 100%;
	max-width: 200px;
	padding: 0;
	position: absolute;
	right: auto;
	top: 50%;
	width: 100%;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
}
.main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List1:hover > .dropdown-menu, .main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List:hover > .dropdown-menu, .main-category-list .menu-category .dropdown.more-menu li.TT-Sub-List1:hover > .dropdown-menu, .main-category-list .menu-category .dropdown.more-menu li.TT-Sub-List:hover > .dropdown-menu {
	top: 0;
	visibility: visible;
}
.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a.TT-Category-List::after {
	color: var(--text-dark);
	content: "\f105";
	font-family: "FontAwesome";
	top: 0;
	background: #fff;
	left: auto;
	right: 12px;
	position: absolute;
}
.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a.TT-Category-List:hover::after {
	color: #000;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
    float: left;
    padding: 20px;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a {
	padding: 3px 20px;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	font-family: var(--text-font);
	color: var(--text-dark);
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown,
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li:hover > a {
	color: #000;
}
.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu {
    padding: 20px 0;
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .dropmenu .active_menu {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	height: 15px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 6px;
}
.main-category-list.left-main-menu .dropmenu > li:hover .active_menu {
	background: #eeeeee;
	height: 35px;
	right: 0;
	top: -3px;
	width: 50px;
	z-index: 1;
	display: none;
}
.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
    display: inline-block;
    font: 500 13px/24px var(--heading-font);
    padding: 8px 0;
	margin: 0 0 15px;
	color: var(--text-dark);
}
.mega-dropdown-menu li.dropdown > a:before {
    background: #e5e5e5;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
	right: auto;
    position: absolute;
    width: 90%;
}
.main-category-list.left-main-menu .dropmenu li li li {
	float: left;
    width: 100%;
}
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
	color: var(--text-dark);
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	font-family: var(--text-font);
	padding: 0;
	text-transform: capitalize;
}
.main-category-list .menu-category .dropmenu {
	float: left;
	list-style: outside none none;
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 99;
}
.left-main-menu .TT-panel-heading:after {
	color: #ffffff;
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 17px;
	position: absolute;
	left: 23px;
	top: 0;
	bottom: 0;
}
.main-category-list .TT-panel-heading > span {
    line-height: 46px;
	padding: 0 0 0 31px;
	white-space: nowrap;
}
.main-category-list .menu-category ul li .more-menu::after {
	color: #414141;
    content: "\f067";
    font-family: fontawesome;
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 22px;
    top: 10px;
}
.main-category-list .menu-category ul li .more-menu.active::after {
    content: "\f068";
    font-family: fontawesome;
}
.main-category-list ul li.dropdown .single-dropdown-menu li {
  float: left;
  width: 100%;
}
@media (min-width: 992px) { 
	.menu-category ul.dropmenu li.TT-Sub-List:hover > .dropdown-menu,
	.main-category-list .menu-category ul > li.more-menu:hover > .dropdown-menu {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		visibility: visible;
		top: 100%;
	}
	.main-category-list .menu-category .dropmenu {
		display: block !important;
	}
	.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		top: 0;
	}
	.main-category-list .menu-category li.dropdown:hover .dropdown-inner ul.single-dropdown-menu {
		display: block !important;
	}
	.menu-category ul.dropmenu > li.TT-Sub-List > .dropdown-menu::after,
	.menu-category ul.dropmenu li.more-menu > .dropdown-menu::after {
		color: var(--primary-color);
		content: "\f0d8";
		font-family: "FontAwesome";
		font-size: 32px;
		right: auto;
		position: absolute;
		top: -17px;
		left: 20px;
	}
	.main-category-list .menu-category ul.dropmenu > li > a::before, 
	.main-category-list .menu-category ul li.more-menu > span::before {
		background: var(--primary-color);
		content: "";
		height: 4px;
		left: 0;
		opacity: 0;
		-moz-opacity: 0; 
		-khtml-opacity: 0; 
		-webkit-opacity: 0;
		margin: auto;
		position: absolute;
		top: auto;
		bottom: 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;
		width: 0;
	}
	.main-category-list .menu-category ul.dropmenu > li:hover > a::before, 
	.main-category-list .menu-category ul li.more-menu:hover > span::before {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1499px) {
	.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		left: auto;
		right: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-top-left {
		margin: 0 0 0 15px;
	}
	.menu-category ul.dropmenu > li.TT-Sub-List > .dropdown-menu {
	  left: -70px;
	  right: auto;
	}
	.menu-category ul.dropmenu > li.TT-Sub-List > .dropdown-menu::after, .menu-category ul.dropmenu li.more-menu > .dropdown-menu::after {
		display: none;
	}
	.main-category-list .menu-category ul.dropmenu li a, .main-category-list .menu-category ul li.more-menu > span {
		font-size: 15px;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		padding: 35px 18px;
	}
	.hidden-md {
        display: none !important;
    }
}
@media (max-width: 991px) {
	.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu, 
	.menu-category ul.dropmenu li.more-menu > .dropdown-menu,
	.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		position: static;
		border: none;
		border-radius: 0; 
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;
		display: block;
		padding: 0;
		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;
		visibility: visible;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.mega-dropdown-menu .dropdown {
		width: 100% !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
		padding: 5px 0;
		display: none;
		width: 100% !important;
	}
	.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu  {
		padding: 0 10px;
		display: none;
	}
	.mega-dropdown-menu li.dropdown > a {
		margin: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		position: static;
		border: none;
		display: block;
	}
	.single-dropdown-menu .dropdown-inner ul.childs_2 {
		padding: 0;
	}
	.left-main-menu {
		float: left;
		width: auto;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, 
	.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a {
		padding: 0;
	}
	.main-category-list .menu-category .dropdown.more-menu.TT-Sub-List .dropdown-menu {
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after {
		display: none;	
	}
	.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a {
		font-weight: 600;
		font-size: 14px;
		padding: 0;
	}
	.main-category-list .menu-category .dropdown.more-menu.TT-Sub-List .dropdown-menu {
		width: 100%;
		visibility: visible;
	}
	.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after, 
	.main-category-list .menu-category ul li.more-menu > span::after,
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
	.main-category-list .menu-category ul li.more-menu:hover > span::after {
		content: "";
	}
	.main-category-list .menu-category .dropdown.more-menu li.TT-Sub-List1 > .dropdown-menu, .main-category-list .menu-category .dropdown.more-menu li.TT-Sub-List > .dropdown-menu, .main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List1 > .dropdown-menu, .main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List > .dropdown-menu {
		position: static;
		visibility: visible;
		border: none;
	}
	.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after, 
	.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List > a::after {
		content: "";
	}
	.main-category-list .TT-panel-heading > span {
	    line-height: inherit;
		padding: 0;
		display: none;
	}
	.main-category-list.left-main-menu .TT-panel-heading {
		border: none;
		color: #ffffff;
		font: 500 16px/18px var(--text-font);
		position: relative;
		cursor: pointer;
		padding: 16px 5px;
		margin: 0;
		height: auto;
		text-align: left;
		display: block;
		width: 30px;
	}
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
	.main-category-list .menu-category ul li:hover .more-menu:hover::after,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown::after,
	.main-category-list .menu-category > ul.dropmenu > li > a:hover, 
	.main-category-list .menu-category ul li .more-menu:hover,
	.main-category-list .menu-category ul li.more-menu:hover > span,
	.main-category-list .menu-category ul li.more-menu:hover > span::after,
	.main-category-list .menu-category > ul.dropmenu > li:hover > a,
	.main-category-list .menu-category ul.dropmenu li.dropdown a, 
	.main-category-list .menu-category ul li.dropdown.more-menu > span, 
	.main-category-list .menu-category ul.dropmenu li a {
	  color: #000000;
	} 
	.left-main-menu .TT-panel-heading::after {
		position: static;
		float: left;
	}
	.left-main-menu .cat-menu.TTactive .TT-panel-heading::after, .left-main-menu .TT-panel-heading:hover::after{
		color: var(--primary-color);
	}
	.main-category-list .menu-category ul.dropmenu li.dropdown a, 
	.main-category-list .menu-category ul li.dropdown.more-menu > span,
	.main-category-list .menu-category ul.dropmenu li a {
		color: var(--text-dark);
		float: left;
		font-size: 14px;
		font-weight: 600;
		line-height: 26px;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	.main-category-list .menu-category ul.dropmenu li:hover a, .main-category-list .menu-category ul li.dropdown.more-menu > span:hover, .main-category-list .menu-category ul.dropmenu li:hover a, .main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a:hover, .main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a:hover{
		color: #000000;
	}
	.main-category-list .menu-category ul li.dropdown.more-menu i.fa-angle-down {
		display: none;
	}
	.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a, .main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a {
		font-size: 13px;
		font-weight: 600;
		margin: 0;
		color: var(--text-dark);
	}
	.mega-dropdown-menu li.dropdown > a::before {
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a,
	.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
		padding: 0 10px;
	}
 	.left-main-menu.dropmenu li a.TT-Category-List {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu .active_menu {
		display: none;
	}
	.left-main-menu .dropmenu li i.fa-angle-down {
		float: right;
		position: relative;
	}
	.left-main-menu .dropmenu li > i.fa-angle-down::before {
		color: #888;
		content: "\f067";
		font-size: 12px;
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		padding: 6px 11px;
		height: 8px;
		width: 8px;
		cursor: pointer;
		z-index: 2;
	}
	.left-main-menu .dropmenu li.active > i.fa-angle-down::before {
		content: "\f068";
		color: #000000;
	}
	.left-main-menu .dropmenu li:hover > i.fa-angle-down::before {
		color: #000000;
	}
	.main-category-list .menu-category .dropmenu {
		background: #ffffff;
		border: 1px solid #e5e5e5;
		bottom: auto;
		left: 0;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 100%;
		display: none;
	}
	.left-main-menu ul.dropmenu .dropdown-menu ul li.dropdown-inner > ul {
		list-style: none;	
		display: none;
	}
	.left-main-menu .dropmenu .TT-Sub-List .dropdown-menu ul .dropdown-inner > ul {
		float: left;
		width: 100%;
		display: block;
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a {
		font-size: 13px;
		font-weight: 600;
		line-height: 24px;
	}
	.main-category-list .menu-category li.dropdown.more-menu.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a {
		font-size: 14px;
		color: var(--text-dark);
	}
	.main-category-list .menu-category li.dropdown.more-menu.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a:hover{
		color: #000;
	}
	.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a.TT-Category-List::after {
		display: none;
	}
    .main-category-list .menu-category li.dropdown ul.single-dropdown-menu li.TT-Sub-List > .dropdown-menu {
		border: none;
		display: block;
		position: static;
	}
	.TT-Sub-List .fa-angle-down{
		display: none;
	}
	.main-category-list.left-main-menu .dropmenu ul {
		float: left;
		width: 100%;
	}
	.mega-dropdown-menu li.dropdown .dropdown-menu {
		display: block;
		padding: 10px 0;
	}
	.main-category-list.left-main-menu .dropmenu .dropdown-inner {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
		margin: 0;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a::before {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu li li li  {
		padding: 0;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		width: 100%;
		padding: 0;
    }
    .main-category-list.left-main-menu .dropmenu > li.more {
		display: none !important;
    }
	.main-category-list .menu-category ul.dropmenu li.more-menu:hover > .dropdown-menu ul.list-unstyled.childs_1.single-dropdown-menu li.dropdown.TT-Sub-List1:hover > a{
		color: var(--text-dark);
	}	
}
@media (max-width: 480px) {
	.main-category-list .menu-category ul.dropmenu li.dropdown a, .main-category-list .menu-category ul li.dropdown.more-menu > span, .main-category-list .menu-category ul.dropmenu li a {
		font-size: 13px;
		font-weight: 500;
	}
	.main-category-list .menu-category ul.dropmenu li.more-menu > .dropdown-menu a, .main-category-list .menu-category li.dropdown.more-menu.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, .main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a {
		font-size: 13px;
		font-weight: 500;
	}
}
/*---------------------------------  Mega Menu CSS End --------------------------------------------*/

/* 2 Level Sub Categories END */
/* content */
.checkout-cart #content{
	margin:0 0 50px;
}
.account-register #content{
	margin:0 0 20px;
}
#content {min-height: 600px;}
#product-category #content {
	padding: 0;
	/* width: 100% !important; */
}
#product-search #content {
	padding-right: 0;
}
.common-home #content {
	position: relative;
	padding: 0px;
}
/* ---------------------------------------------------- cart CSS Start ------------------------------------------------- */
#top-links > ul .ttcart {
	cursor: pointer;
	display: block;
	float: right;
	padding: 0;
	position: relative;
}
#cart {
	float: right;
	padding: 0;
	position: relative;
	width: auto;
}
#cart > .btn {
	padding: 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border: none;
	background: none;
	float: left;
	position: relative;
}
/* #cart > .btn::after {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/cart.svg");
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	right: auto;
	width: 40px;
	
}
#cart:hover > .btn::after {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	background-position: -31px -117px;
} */
#cart #cart-icon{
	width: 30px;
    height: 30px;
    padding: 1px 0;
	fill: #fff;
	transition: transform 400ms ease-in-out 0s;
    -webkit-transition: transform 400ms ease-in-out 0s;
}
#cart:hover #cart-icon{
	fill: var(--primary-color);
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.fa-shopping-cart::before {
	content: "\f07a";
}
#cart i.fa-shopping-cart {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -30px -168px;
	display: none;
	font-size: 0;
	height: 40px;
	width: 40px;
}
#cart.open > .btn {
	color: var(--text-dark);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu li.cart-product {
	max-height: 400px;
	overflow-y: auto;
	float: left;
	width: 100%;
	min-height: 50px;
	overflow-x: visible;
	max-width: 300px;
}
.ttcart #cart #cart-total {
	background: var(--primary-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: block;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 0;
	width: 16px;
	color: #000;
	z-index: 1;
	font-size: 11px;
	font-weight: 600;
}
#cart .dropdown-menu {
	min-width: 300px;
	top: 80px;
	padding: 10px 15px;
	right: 0;
	left: auto;
	z-index: 1001;
	display: block !important;
	border: 1px solid #eee;
	background: white none repeat scroll 0 0;
	border-top: 3px solid var(--primary-color);
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	-o-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
	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;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
#cart:hover .dropdown-menu {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#cart .dropdown-menu li.cart-product {
	max-height: 400px;
	overflow-y: auto;
	float: left;
	width: 100%;
	min-height: 50px;
	overflow-x: visible;
	max-width: 300px;
}
#cart .dropdown-menu li.cart-product::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
#cart .dropdown-menu li.cart-product::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
#cart .dropdown-menu li.cart-product::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #000; 
}
#cart .dropdown-menu .btn.btn-danger {
	height: auto;
	padding: 0px;
}
#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 p {
	float: left;
	width: 100%;
	color: var(--text-dark);
	padding: 0;
	margin: 0;
}
#cart .dropdown-menu li p.text-right {
	margin: 0 0 10px;
}
#cart .dropdown-menu li p a:hover {
	 background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
#cart .dropdown-menu li p a strong { 
	font-weight:500;
	font-size: 13px;
}
#cart .dropdown-menu li p a strong i.fa { 
	padding: 0 3px 0 0;
}
#cart .header-cart-toggle .btn-danger {
	background-color: #FFF;
	border: none;
	color: var(--light-bg-color);
}
#cart .header-cart-toggle .text-right > strong {
	color: var(--text-dark);
    font-size: 13px;
    font-weight: 400;
}
#cart .dropdown-menu li p a:first-child{
	background: var(--light-bg-color);
	border: none;
    color: #fff;
	width:48%;
	float:left;
	z-index: 2;
	position: relative;
}
#cart .dropdown-menu li p a:first-child:hover,
#cart .dropdown-menu li p a:first-child:focus {
	background: var(--light-bg-color);
	border: none;
	color: var(--text-dark);
}
#cart .dropdown-menu li p a {
	background: var(--primary-color);
	border: none;
	color: var(--text-dark);
	float: right;
	font: 500 14px/20px var(--text-font);
	padding: 8px;
	text-transform: capitalize;
	width: 48%;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#cart .dropdown-menu li p a:hover, #cart .dropdown-menu li p a:focus {
	background: var(--primary-color);
	border: none;
	color: #fff;
}
#cart .dropdown-menu li p a::after {
	background: var(--light-bg-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
	cursor: pointer;
}
#cart .dropdown-menu li p a:hover::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
#cart .dropdown-menu li p a:first-child::after {
	background: var(--primary-color);
}
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td,
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: none;
	padding: 5px;
}
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content{
	border: 1px solid #ccc;
    padding: 5px !important;
}
#module-ttblog-details #content .blog-post .blog_image_holder{
	    float: unset !important;
		width: 50% !important;
		margin: 0 auto;	
}
.header-cart-toggle .table.table-bordered tr:first-child td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#cart .table-bordered > thead > tr > th, #cart .table-bordered > tbody > tr > th, #cart .table-bordered > tfoot > tr > th, #cart .table-bordered > thead > tr > td, #cart .table-bordered > tbody > tr > td, #cart .table-bordered > tfoot > tr > td {
    border: none;
    padding: 1px 0;
	text-align: left;
}
.header-content-title .parallex {
	position: relative;
	z-index: 1;
	background-position: center;
  }
  
  .header-content-title .parallex::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5); /* dark overlay */
	z-index: 2;
	pointer-events: none;
  }
  .page-title-wrapper .breadcrub{
	z-index: 9;
  }
#cart .header-cart-toggle .text-left.name > a {
	color: var(--text-dark);
	font-size: 13px;
	text-transform: capitalize;
	line-height: 18px;
	font-family: Montserrat;
}
#cart .header-cart-toggle .text-left.name > a:hover {
	color: var(--text-dark);
}
#cart .header-cart-toggle .table > tbody > tr > td.text-right.amount {
	color: var(--text-dark);
	font: 600 13px/19px var(--text-font);
	text-align: left;
	padding: 7px 8px !important;
}
.header-cart-toggle .table .text-center img {
	max-width: none;
	width: 70px;
	height: 91px;
	object-fit: cover;
}
#cart .header-cart-toggle .text-right.price-total {
	color: var(--text-dark);
	text-align: right;
	font: 600 13px/19px var(--text-font);
	white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
	color: #000;
	font: 600 14px/19px var(--text-font);
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
#cart .header-cart-toggle .table.table-bordered {
 	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
    padding: 10px 0;
}
#cart .header-cart-toggle .table > tbody > tr > td {
  border-color: #e5e5e5;
  padding:8px 8px !important;
}
#cart .header-cart-toggle .table > tbody > tr > td.text-center.button, #cart .header-cart-toggle .table > tbody > tr > td.text-right {
	padding: 7px 0 !important;
}
#cart .header-cart-toggle .table.table-bordered tbody tr .text-right {
	padding: 3px 0 !important;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .header-cart-toggle li:first-child tr:first-child td { 
	border: 0 none; 
	padding: 5px 4px 10px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px;
	color:var(--text-dark);
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: var(--text-dark);
}
#cart .table.table-striped tr {
    background: none;
}
#cart .header-cart-toggle .table > tbody > tr > td.image{
	padding: 10px 0!important;
}
.table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 10px!important;
}
/*--------------------------- Start Slider --------------------------*/

#top_column #carousel.homeslider .ttloading-bg {
	background: #fff url("../img/ajax-loader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
@media (max-width: 543px) {
	.homeslider .carousel-control .icon-prev,
	.homeslider .carousel-control .icon-next {
		float: left;
		width: 100%;
		height: 100%;
		position: static;
		margin: 0;
	}
}
/*--------------------------- End Slider --------------------------*/
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.common-home #page {
  float: left;
  width: 100%;
}
.content-top {
	float: left;
	width: 100%;
}
.slideshow-panel .item > img {
	width: 100%;
}
.swiper-wrapper {
	direction: ltr !important;
}
.slideshow-panel {
	float: left;
	width: 100%;
	position: relative;
}
.slideshow-panel .swiper-viewport {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
	background:none;
}
.slideshow-panel .ttloader {
    background: #fff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    background-attachment: scroll;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
}
.slideshow-panel img {
    width: 100%;
}
.slideshow-panel .swiper-container .swiper-pagination {
    display: none;
}
.slideshow-panel .swiper-container .swiper-pager div {
	border: 2px solid #fff;
	height: 60px;
	width: 60px;
	margin: auto;
	top: 0;
	bottom: 0;
	text-align: center;
	text-shadow: none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	background: #fff;
}
.slideshow-panel:hover .swiper-container .swiper-pager div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.slideshow-panel .swiper-container .swiper-pager div:hover {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	opacity: .9;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	-webkit-opacity: .9;
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
	bottom: 0;
	color: #000;
	font-size: 14px;
	left: -2px;
	line-height: 58px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	padding: 0;
	vertical-align: middle;
}
.slideshow-panel .swiper-pager .swiper-button-next::before {
	left: 2px;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
	left: 60px;
	right: auto;
}
.slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
	left: 40px;
	right: auto;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
	right: 60px;
	left: auto;
}
.slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
	right: 40px;
	left: auto;
}
.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
    color: #000;
}
@media (max-width: 991px) {
	.slideshow-panel .swiper-container .swiper-pager div {
		height: 40px;
		width: 40px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before {
		left: -3px;
		line-height: 27px;
		top: 0;
		padding: 4px 0;
	}
	.slideshow-panel .swiper-pager .swiper-button-next::before {
		left: -1px;
		line-height: 27px;
		top: 0;
		padding: 4px 0;
	}
}
@media (max-width: 767px) {
    .slideshow-panel .swiper-container .swiper-pager div,
    .slideshow-panel .swiper-container .swiper-pager div:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
        left: 10px;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
        right: 10px;
    }
	.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
	font-size: 16px;
}
}
@media (max-width: 480px) {
    .slideshow-panel .swiper-container .swiper-pager div,
    .slideshow-panel .swiper-container .swiper-pager div:hover {
        background: none;
        border: none;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
        left: 0;
		width: 40px;
		height: 40px;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
        right: 0;
		width: 40px;
		height: 40px;
    }
	.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
		top: 0;
		color: #fff;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev:hover::before, .slideshow-panel .swiper-pager .swiper-button-next:hover::before {

		color: var(--primary-color);
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::after, .slideshow-panel .swiper-pager .swiper-button-next::after {
		display: none;
	}
	.header-top-left {
		padding: 5px 0 0;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/

/* Banners Carousel Stylesheet */
.banner-panel .owl-buttons {
	display: none;
}
.banner-panel .owl-buttons > div {
	font-size: 0px;
}
.banner-panel .owl-prev:after,
.banner-panel .owl-next:after {
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-family: 'fontawesome';
	font-size: 14px;
	line-height: 22px;
	width: 22px;
	height: 26px;
	padding: 2px;
	text-align: center;
	float: left;
}
.banner-panel .owl-prev:after {
	content: '\f104';
}
.banner-panel .owl-next:after {
	content: '\f105';
}
/* OWL Slider Bullets Stylesheet */
.products-list .thumb-items { margin-bottom: 10px; }
.products-list .thumb-items:first-child { padding-left: 0px; }
.products-list .thumb-items:last-child { padding-right: 0px; }
.products-list .thumb-items .product-thumb { margin: 0px; }
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/
.customNavigation {
	float: none;
	position: static;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.customNavigation a {
	border: none;
	border-bottom: 2px solid #000;
	display: inline-block;
	float: left;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.customNavigation a.prev {
	margin: 0 20px 0 0;
	padding: 0 0 5px 30px;
	color: var(--text-dark);
}
.customNavigation a.next {
	padding: 0 30px 5px 0;
	color: var(--text-dark);
}
.customNavigation a.prev::before, .customNavigation a.next::before {
	background: rgba(0,0,0,0) url("TemplateTrip/images/sprite.png") repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 20px;
}
.customNavigation a.prev::before {
	background-position: -19px -360px;
	left: 0;
}
.customNavigation a.next::before {
	background-position: -69px -393px;
	right: 0;
}
.customNavigation a.prev:hover {
	background-position: -68px -404px;
}
.customNavigation a.prev:hover, .customNavigation a.next:hover {
	color: #000;
}
.customNavigation a.next:hover {
	background-position: -69px -437px;
}
.customNavigation a.prev::after {
	border-bottom: 3px solid #000;
	bottom: -2px;
	content: "";
	left: auto;
	position: absolute;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 0;
}
.customNavigation a.next::after {
	border-bottom: 3px solid #000;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 0;
}
.customNavigation a.prev:hover::after, .customNavigation a.next:hover::after {
	width: 75px;
}
/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/* Home Page */
/* Category Page */
.tt-header-content .header-content-image > img
{
  	display: block;
    height: auto;
    max-width: 100%;
}
.header-content-image {
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.tt-header-content.container {
    position: relative;
}
#content h2.category-name {
	margin-top: 0px;
}
/* #column-left > div, #column-right > div {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
} */
/* #column-left > div:last-child, #column-right > div:last-child {
	margin: 0;
} */
/* #column-left .left-right-inner > div:last-child, #column-right .left-right-inner > div:last-child {
	margin-bottom: 10px;
} */
/* #column-left .left-right-inner .left-inner, #column-right .left-right-inner .left-inner{
	float: left;
	width: 100%;
} */
#column-left .left-right-inner .left-inner > div, #column-right .left-right-inner .left-inner > div {
	border: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	padding: 20px;
	margin: 0 0 20px;
	background: #fff none repeat scroll 0 0;
}
#column-left .swiper-viewport, #column-right .swiper-viewport {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	padding: 0;
	/* float: left; */
	width: 100%;
	position: relative;
	border: none;
	margin-bottom: 20px;
}
#column-left .customNavigation,
#column-right .customNavigation {
	display: none;
}
.category-list ul {
	padding: 0px;
}
.category-list ul li {
	margin-right: 5px;
	display: inline-block;
	list-style: none;
	text-align: center;
	width: 145px;
}
.subcategory-image {
  clear: both;
}
.subcategory-image > a {
	border: 1px solid #e5e5e5;
	display: block;
	padding: 6px;
}
.category-list li a {
	color: var(--text-dark);
	font: 500 14px/22px var(--heading-font);
}
.category-list ul li:hover .subcategory-image > a {
	border: 2px solid var(--text-dark);
	color: #000;
	padding: 5px;
}
.subcategory-image img {
	max-width: 100%;
}
.category-list ul li:hover a{
	color:var(--text-dark);
}
.category-list h5 {
	float: left;
	color: var(--text-dark);
	font: 400 15px/22px var(--text-font);
	text-align: center;
	width: 100%;
}
.category-filter label {
	background: none;
	border: none;
	color: var(--text-dark);
	font: 400 13px/20px var(--text-font);
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
	width: auto;
}
.category-compare {
 	margin: 0; 
	width:100%;	
	font-size: 13px;
	line-height: 18px;
	padding: 10px 0;
}
.category-compare #compare-total {
	color: var(--text-dark);
}
.category-compare #compare-total:hover {
	color: var(--text-dark);
}
.product-special p.category-compare, #product-manufacturer .category-compare {
    margin: 0;
}
.product-category .category-products {
    float: left;
    width: 100%;
}
.category-treeview ul { margin: 0px; float:left; width: 100%; }
.category-treeview li { position: relative; list-style: none; clear: both; }

.category-treeview li.category-li .list-tree::before {
	content: "\f107";
	color: var(--text-dark);
	right: 0;
	left: auto;
	float: right;
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	cursor: pointer;
	padding: 0;
	top: 5px;
	z-index: 8;
}
.category-treeview li.category-li.active .list-tree:before {
	content: "\f106";
}
.category-treeview li.category-li:hover .list-tree::before {
	color: var(--text-dark);
}
.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 14px;
	height: 14px;
}
.category-products .product-layout.product-grid .product-thumb, .category-products .product-layout.product-list .product-thumb {
	margin: 0;
	margin-bottom: 30px;
}
.category-products .product-layout.product-grid .product-thumb .image, .category-products .product-layout.product-list .product-thumb .image {
	padding: 0;
}
.product-list .product-thumb .caption .description {
	display: block;
	font-family: var(--text-font);
	color: var(--text-dark);
	margin: 0 0 10px;
	font-size: 13px;
	float: left;
	width: 100%;
}
.product-list .product-thumb .price {
	margin: 0 0 5px;
}
.product-list .product-thumb .rating {
	position: static;
	margin: 0 0 8px;
	visibility: hidden;
}
.product-add-to-cart .btn-buy-now.disabled{
	display: none;
}
.product-list .product-thumb:hover .rating {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-thumb .percent, .product-percent {
	position: absolute;
	top: 15px;
	padding: 0;
	color: #e81010;
	font: 600 13px/18px var(--text-font);
	left: 15px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	vertical-align: top;
	z-index: 1;
	text-transform: capitalize;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-thumb:hover .percent {
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-thumb .sale-icon, .product-sale-icon {
	color: var(--text-dark);
	font: 500 13px/18px var(--text-font);
	left: auto;
	letter-spacing: 1px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 15px;
	text-transform: capitalize;
	top: 15px;
	vertical-align: top;
	z-index: 1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-thumb:hover .sale-icon {
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.special-carousel.products-list {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 0 60px;
}
.special-carousel.products-list .container{
	position: relative;
}
.product-product .thumbnails{
	overflow-x:hidden;
}
.product-sale-icon{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	right: 20px;
}
.product-percent {
	left: 20px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-options .product-quantity {
  clear: both;
  /* float: left; */
  width: 100%;
}
.zoomContainer {
	overflow: hidden;
}
/* Column Left - Right Product List */
#column-left { clear: left; padding-left: 0;}
#column-right { clear: right; padding-right: 0;}
#column-left .products-list > .row, #column-right .products-list > .row, #header-left .products-list > .row, #header-right .products-list > .row, #footer-left .products-list > .row, #footer-right .products-list > .row {
	margin: 10px 0;
	padding: 0;
	/* float: left; */
	width: 100%;
}
#column-left .product-thumb:first-child,
#column-right .product-thumb:first-child {
	padding-top:0px;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#column-left  .product-thumb .button-group .btn-cart::before{
	display:none;
}
#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
	border: 0 none;
	margin: 0;
	padding: 15px 12px;
	border-bottom: 1px solid #e5e5e5;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
	border: 0;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
	max-width: 70px;
	float: left;
	margin: 0;
	padding: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon, #column-left .product-thumb .percent, #column-right .product-thumb .percent  {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating, #column-right .product-thumb .rating, #header-left .product-thumb .rating, #header-right .product-thumb .rating, #footer-left .product-thumb .rating, #footer-right .product-thumb .rating {
	position: static;
	margin: 0 0 5px;
	display: block;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	width: 100%;
}
#column-left .product-thumb .caption .sale-icon,
#column-right .product-thumb .caption .sale-icon,
#header-left .product-thumb .caption .sale-icon,
#header-right .product-thumb .caption .sale-icon,
#footer-left .product-thumb .caption .sale-icon,
#footer-right .product-thumb .caption .sale-icon {
	font-size: 11px;
	padding: 0 5px;
	left: 0;
	right: auto;
}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group, #header-left .product-thumb .button-group, #header-right .product-thumb .button-group, #footer-left .product-thumb .button-group, #footer-right .product-thumb .button-group {
	background: none;
	border: none;
	float: left;
	padding: 0;
	display: block;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	width: 100%;
	height: auto;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
	display: none;
}
#column-left .product-thumb .button-group button.btn-cart, #column-right .product-thumb .button-group button.btn-cart, #header-left .product-thumb .button-group button.btn-cart, #header-right .product-thumb .button-group button.btn-cart, #footer-left .product-thumb .button-group button.btn-cart, #footer-right .product-thumb .button-group button.btn-cart {
	background: none;
	padding: 0px;
	margin: 0;
	line-height: 18px;
	text-transform: none;
	text-align: left;
	font-weight: 500;
	display: block;
	width: auto;
	position: static;
	color: var(--text-dark);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	visibility: visible;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#column-left .product-thumb .button-group .btn-cart span::before,
#column-right .product-thumb .button-group .btn-cart span::before {
	color: var(--text-dark);
}
#column-left .product-thumb .button-group button.btn-cart span,
#column-right .product-thumb .button-group button.btn-cart span,
#header-left .product-thumb .button-group button.btn-cart span,
#header-right .product-thumb .button-group button.btn-cart span,
#footer-left .product-thumb .button-group button.btn-cart span,
#footer-right .product-thumb .button-group button.btn-cart span {
	display: block;
}
#column-left .sidebar.panel.panel-default.information-list .list-group, #column-right .sidebar.panel.panel-default.information-list .list-group {
	float: left;
	width: 100%;
	padding: 0;
}
/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,#column-right .list-group-item,
#column-left .panel-heading, #column-right .panel-heading
{
 border:medium none;
}
#column-left .list-group a.active, 
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	background: none;
	color:#000 !important; 
}
#column-left .category-treeview.panel-default, #column-right .category-treeview.panel-default {
	background: #fff none repeat scroll 0 0;
	/* float: left; */
	margin: 0 0 20px;
	width: 100%;
	/* padding: 15px; */
}
#column-left .category-treeview.panel-default .list-group, #column-right .category-treeview.panel-default .list-group {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
	width: 100%;
}
#column-left .category-treeview .list-group .list-group-item,
#column-right .category-treeview .list-group .list-group-item {
	background: transparent;	
}
#column-left a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover
#column-right a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover{
	background:none;
}
#column-left .list-group .list-group-item, #column-right .list-group .list-group-item {
	color: var(--text-dark);
	cursor: pointer;
	padding: 0 !important;
	font: 500 13px/28px var(--text-font);
	text-transform: capitalize;
	background: none;
}
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover,
#column-left .list-group .list-group-item:focus,
#column-right .list-group .list-group-item:focus,
#column-left .category-treeview .list-group a:hover.current-child-item,
#column-right .category-treeview .list-group a:hover.current-child-item,
#column-left .category-treeview .list-group a:focus.current-child-item,
#column-right .category-treeview .list-group a:focus.current-child-item{
	color: var(--text-dark);
}
#column-left .category-treeview .list-group .list-group-item:hover, #column-right .category-treeview .list-group .list-group-item:hover, #column-left .category-treeview .list-group a.current-child-item:hover, #column-right .category-treeview .list-group a.current-child-item:hover, #column-left .category-treeview .list-group a.current-child-item:focus, #column-right .category-treeview .list-group a.current-child-item:focus {
	color: var(--text-dark);
}
.category-treeview .list-group a.child-item,
.category-treeview .list-group a.current-child-item {
    margin-left: 20px;
	padding: 0 0 5px !important;
	line-height: 24px !important;
}
#column-left .category-treeview .list-group a.current-child-item, #column-right .category-treeview .list-group a.current-child-item {
	color: var(--text-dark);
	margin: 0 0 0 10px;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
	float: left;
	width: 100%;
	text-align: left;
}	
#column-left .panel-heading, #column-right .panel-heading, #column-left .box-heading > h3, #column-right .box-heading > h3 {
	color: var(--text-dark);
	font: 600 16px/18px var(--text-font);
	/* position: relative; */
	/* margin: 0 0 10px; */
	background: none;
	padding: 0;
	text-transform: capitalize;
}
#column-left .panel-heading{
	padding: 12px;
	background-color: var(--bg-color);
	color: #fff;
	font-family: var(--sub-heading-font);
}
#column-left .panel .list-group{
	padding: 12px;
}
#column-left .panel-heading::before, #column-right .panel-heading::before, #column-left .box-heading > h3::before, #column-right .box-heading > h3::before {
	background: none;
	/* float: left; */
	left: 0;
	right: auto;
	height: 0;
}
#column-left .products-list .box-heading h3::after,
#column-right .products-list .box-heading h3::after {
	display: none;
}
#column-left .option-filter .panel-heading,
#column-left .option-filter .list-group-item,
#column-left .option-filter-box a.list-group-item,
#column-right .option-filter .panel-heading,
#column-right .option-filter .list-group-item,
#column-right .option-filter-box a.list-group-item {
 border: none;
}
#column-right .option-filter .panel-footer,
#column-left .option-filter .panel-footer {
	/* float: left; */
	width: 100%;
	background: none;
	padding:10px 0 0;
}
#column-left .option-filter .checkbox > label, #column-right .option-filter .checkbox > label {
	color: var(--text-dark);
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
}
#column-left .option-filter .checkbox > label:hover,
#column-right .option-filter .checkbox > label:hover {
	color: var(--text-dark);
}
#column-left .option-filter .list-group-items .list-group-item:hover,
#column-left .option-filter .list-group-items .list-group-item:hover:after,
#column-right .option-filter .list-group-items .list-group-item:hover,
#column-right .option-filter .list-group-items .list-group-item:hover:after {
    color: var(--text-dark);
}
#column-left .option-filter .list-group-item .checkbox,
#column-right .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
#column-left .option-filter .list-group-items .list-group-item, #column-right .option-filter .list-group-items .list-group-item {
	color: var(--text-dark);
	padding: 2px 0;
	/* float: left; */
	width: 100%;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 3px;
}
#column-left .list-group-items, #column-right .list-group-items {
	/* float: left; */
	width: 100%;
}
#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
	font: 500 13px/18px var(--text-font);
	white-space: nowrap;
	color: var(--text-dark);
	text-overflow: ellipsis;
}
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover {
	color: var(--text-dark);
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    background: none;
    opacity: 1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
    padding: 0 0 0 10px;
    position: static;
	text-align: left;
}
.option-filter .list-group { margin: 0px; }
.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
	text-transform: capitalize;
}
.option-filter-box a.list-group-item:after {
	font-family: "FontAwesome";
	content:"\f106";
	font-size: 14px;
	color: #000;
	position: absolute;
	right: 10px;
	top: 0;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\f107";
}
.store-list .store-tags {
	padding: 5px 15px;
}
.store-list .store-tags > a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
	font-weight: bold;
	position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
#content .category-filter {
	padding: 10px;
	margin: 0px 0 30px;
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
}
/* .category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
} */
/* .category-filter .filter-text {
	float: left;
} */
 .catsort_outer{
	display: flex;
    justify-content: end;
	column-gap: 15px;
 }
 .catsort_inner{
	display: flex;
	column-gap: 3px;
	align-items: center;
 }
.category-filter .filter-show .filter-selection {
	width: 80px;
	/* float: right; */
}
.category-filter .filter-sort-by .filter-selection {
	width: 150px;
	/* float: left; */
}
.category-filter .filter-sort-by {
	width: 100%;
	max-width: 240px;
}
.category-filter .filter-show {
	min-width: 120px;
}

.category-filter .filter-text {
	/* padding: 10px 10px 0 0; */
	text-align:left;
}
.category-filter .filter-selection {
	padding: 0;
}
/* .category-filter .filter-grid-list {
	padding: 0;
	width: 90px;
	float: left;
} */
#content .category-filter .leftbar {
	float: left;
	width: auto;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 25px 10px 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#content .category-filter .leftbar::before {
	content: '\f0c9';
	font-family: 'fontawesome';
	vertical-align: top;
	color: var(--text-dark);
	margin: 0 5px 0 0;
	font-size: 17px;
}
#content .category-filter:hover .leftbar::before {
	color: #000;
}
#content .category-filter .leftbar::after {
	content: "";
	position: absolute;
	width: 1px;
	background: #e5e5e5;
	height: 62px;
	top: -20px;
	left: auto;
	right: -15px;
	bottom: 0;
}
.block-description{
	margin-bottom: 20px;
}
.category-filter .row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.category-filter .filter-grid-list button {
	background: url("TemplateTrip/images/sprite.png");
	width: 32px;
	height: 25px;
	padding:0;
	/* margin:10px 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;
	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;
}
.category-filter .filter-grid-list button#grid-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -8px -26px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover, .category-filter .filter-grid-list button#grid-view.active {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -10px -74px;
	border: none;
}
.category-filter .filter-grid-list button#list-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -67px -23px;
	border:none;
}
.product-category .category-description {
    float: left;
    width: 100%;
}
.product-category .category-list {
    float: left;
    width: 100%;
}
.product_not_found{
	margin-bottom: 30px;
}
.product_not_found img{
	width: 100px;
    padding: 50px 0;
}
p.text-empty {
    font-size: 20px;
	color: var(--text-dark);
	font-family: var(--heading-font);
	font-weight: 700;

}
.category-filter .filter-grid-list button::after {
	display: none;
}
.category-filter .filter-grid-list button#list-view:hover, .category-filter .filter-grid-list button#list-view.active {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -67px -75px;
	border: none;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content p {
	color: var(--text-dark);
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	margin: 7px 0 0;
	text-transform: capitalize;
}
.category-pagination {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.category-pagination .pagination {
    margin:0;
	vertical-align:top;
}
.category-pagination div.text-left {
	line-height: 34px;
	padding: 0;
	color: var(--text-dark);
}
.category-pagination div.text-right {
    padding: 0px 0;
}
.category-list > h3 {
	color: var(--text-dark);
	font: 600 15px/18px var(--text-font);
	margin: 10px 0;
	text-transform: capitalize;
}
.pagination li:last-child > a::after, .pagination li:first-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 14px;
	line-height: 15px;
	position: absolute;
	left: 9px;
	right: auto;
}
.pagination li:first-child > a::after {
	content: "\f177";
}
#product-category .content_wrap #content .category-name {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;font-weight:400;}

.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background:#fff;
	border-color:#e5e5e5;
	color: #000;
}
.pagination > .active > a, .pagination > .active > span {
	background:#000;
	border-color:#000;
	color: #fff;
}
.pagination > .active > span:hover, .pagination > li > span:hover{
	background:#000;
	border-color:#000;
	color: #fff;
}
.pagination > li > a, .pagination > li > span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #000;
	width: 34px;
	height: 34px;
	padding: 6px 12px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.pagination li:last-child > a, .pagination li:first-child > a {
	font-size:0px;
	padding: 9px 11px;
}
.pagination > li > a::before {
	background: var(--primary-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.pagination > li > a:hover::before{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
/* Left Column stylesheet */
/* #column-left .products-list .row > div,
#column-right .products-list .row > div {
	float: left;
	width: 100%;
} */
#column-left .products-list .row > div .caption,
#column-right .products-list .row > div .caption {
	padding:0;
	margin: 0;
}
#column-left .product-thumb .caption {
	text-align: left;
	/* float: left; */
	width: 100%;
}
#column-left .products-list .row > div .caption h4,
#column-right .products-list .row > div .caption h4 {
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	margin: 0 0 5px;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
	margin: 0;
	border:none;
}
#column-left .products-list .row > div .caption .price, #column-right .products-list .row > div .caption .price, #column-left .product-thumb .price-new, #column-right .product-thumb .price-new {
	font: 600 14px/18px var(--sub-heading-font);
	color: #000;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	/* float: left; */
	margin: 0;
}
#column-left .products-list .row > div .caption .price, #column-right .products-list .row > div .caption .price{
	margin: 0 0 3px;
}
#column-left .bestseller-carousel .product-thumb .caption .price,
#column-right .bestseller-carousel .product-thumb .caption .price {
    padding: 10px 0 0;
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
	font: 400 13px/16px var(--text-font);
	margin: 0 0 0 6px;
}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .button-group .btn-cart span, #column-right .products-list .button-group .btn-cart span {
	display: block !important;
	color: var(--text-dark);
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight:500;
}
#column-left .products-list .button-group .btn-cart span:hover,
#column-right .products-list .button-group .btn-cart span:hover {
	color: #000;
}
#column-left .thumb-description .button-group .btn-cart:hover span,
#column-left .product-thumb .button-group .btn-cart:hover span::before,
#column-right .product-thumb .button-group .btn-cart:hover span::before {
	color: #444;
}
#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
	display: none;
}
/* Product page stylesheet */
.product-images .additional-images-container {
	direction: ltr;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	width: 70%;
	overflow: hidden;
	text-align: center;
}
.product-quickview .product-images .additional-images-container {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, visibility 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-quickview .product-images:hover .additional-images-container {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	bottom: 11%;
	visibility: visible;
	display: block;
}
.additional-images .image-additional img {
	cursor: pointer;
	max-width: 100%;
}
.video-additional img{
	margin: 0 auto;
}
.product-quickview .additional-images .image-additional img {
	cursor: pointer;
	max-width: 100%;
}
.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: var(--text-dark);
	 padding: 3px 3px 3px 10px;
	 font-weight:400;
}
.product-details .product-info .product-info-value a {
	color: var(--text-dark);
}
.product-details .product-info .product-info-value a:hover {
	color: #000;
}
.product-details .product-info tr td {
	color: var(--text-dark);
	font: 500 13px/20px var(--text-font);
	text-transform: capitalize;
}
.product-product .product-info-value > a {
	color:var(--text-dark);
}
.product-product .product-info-value > a:hover {
	color: var(--text-dark);
}
.product-product .tab-content {
	padding:20px 0 0 0;
}
p {
	margin: 0 0 10px;
	font-size: 13px;
	color: var(--text-dark);
	font-weight: 500;
}

.cpt_product_description strong {
    font-size: 14px;
}
.product-quantity label {
	padding: 13px 0;
}
.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 8px 0 0;
	float: left;
}
.product-quantity #input-quantity {
	border: 1px solid #e5e5e5;
	font-size: 14px;
    float: left;
    height: 44px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
	color: var(--text-dark);
	margin: 0 auto 20px;
    padding-bottom: 20px;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font: 700 18px/20px var(--sub-heading-font);
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
    margin: 20px 0 25px;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 600 16px/18px var(--text-font);
	color: var(--text-dark);
}
.product-details .rating{
	display:table;
	margin: 20px 0;
}
.product-total-review .fa.fa-comment, .product-write-review .fa.fa-pencil {
	margin-right: 5px;
}
.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	color: var(--text-dark);
	font-weight: 500;
}
.product-details .btn.btn-default.product-btn-wishlist:hover,.product-details .btn.btn-default.product-btn-wishlist:focus, .product-details .btn.btn-default.product-btn-wishlist:active, .product-details .btn.btn-default.product-btn-wishlist:active:focus, .product-details .btn.btn-default.product-btn-compare:hover, .product-details .btn.btn-default.product-btn-compare:focus, .product-details .btn.btn-default.product-btn-compare:active, .product-details .btn.btn-default.product-btn-compare:active:focus {
	background: none;
	border: none;
	color: var(--text-dark);
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
}
.product-details .rating > a {
	border-right: 1px solid #e5e5e5;
	color: var(--text-dark);
	float: left;
	font-size: 13px;
	margin: 2px 10px 0 0;
	padding: 0 10px 0 0;
	height: 20px;
}
.product-details .rating > a:last-child {
    border-right: none;
}
.product-details .rating > a:hover {
	color: var(--text-dark);
}
.rating .product-rating {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0 10px 0 0;
    padding: 0px 10px 0 0;
	height :20px;
}
.product-details .price-new {
    float: left;
	margin:0 10px 0 0;
}
.product-details .price-old {
	color: var(--text-dark);
	white-space: nowrap;
	text-decoration: line-through;
	font: 500 15px/20px var(--text-font);
}
.product-details .product-tax {
    margin-top: 10px;
	font-family: var(--sub-heading-font);
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2 {
	color: var(--text-dark);
	font: 600 18px/20px var(--sub-heading-font);
	margin: 0 10px 0 0;
}
.product-options .product-quantity {
	clear: both;
	margin-bottom: 20px;
}
.product-quickview .product-options{
	display: inline-block;
}
.product-quickview .product-quantity{
	margin-bottom: 10px;
	display: inline-block;
}
#quickview-content .btn-group {
	margin: 10px 0 10px;
}
#quickview-content .product-options .alert-info{
	margin-top: 10px;
	display: inline-block;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.product-product .btn.btn-default:hover {
	background-color:var(--light-bg-color);
	border-color:var(--light-bg-color);
	color: #fff;
}
.wishlist-compare-btns{
	padding: 10px 0;
}
.product-details .btn.btn-default.product-btn-wishlist{
	border-right: 1px solid #e5e5e5;
}
.product-details .btn.btn-default.product-btn-wishlist:hover{
	border-right: 1px solid #e5e5e5;
}
.product-details .btn.btn-default.product-btn-compare{
	padding-left: 15px;
}
.btn.btn-default.product-btn-wishlist:hover{
	color:#fff;
}
.btn.btn-default.product-btn-compare:hover{
	color:#fff;
}
#button-upload222:active:focus {
	color: #fff;
	background-color: var(--light-bg-color);
	border-color: var(--light-bg-color);
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0px;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	margin: 50px 0 40px;
	float: left;
	width: 100%;
	clear: both;
	padding: 0 20px;
}
#tab-review label.control-label {
	font:500 13px/20px var(--text-font);
	color:var(--text-dark);
	margin-bottom:10px;
}
.product-product .nav-tabs > li > a {
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: var(--text-dark);
	font: 500 15px/18px var(--text-font);
	margin: 0;
	padding: 12px 18px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	overflow: hidden;
}
.product-product .nav.nav-tabs li:hover a {
	color: #fff;
	border: none;
}
.product-product .nav.nav-tabs li.active a {
	color: #fff;
	border: medium none;
}
.product-product .nav-tabs > li > a::after, .product-product .nav.nav-tabs li.active a::after {
	background: var(--bg-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
}
.product-product .nav-tabs > li:hover > a::after, .product-product .nav.nav-tabs li.active a::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
	font-family: var(--text-font);
	font-size: 16px;
	color: var(--text-dark);
	font-weight: 600;
}
.product-product .nav-tabs > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0 10px 0 0;
}
.product-product .nav-tabs {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.checkout-cart #accordion .panel-heading {padding: 0px; border-color:#f1e8db;}
.checkout-cart #accordion .panel-heading a {
	padding: 12px 15px;
	font-family: var(--text-font);
	font-weight: 600;
	font-size: 15px;
}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:var(--text-dark);
	font-size:13px;
}
.checkout-cart #accordion .form-group {
	margin: 15px 0;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.checkout-cart #content > .buttons {
    float: left;
    width: 100%;
}
.checkout-checkout #content .panel.panel-default {
	float:left;
	width:100%;
}
.checkout-checkout #accordion .panel-default .panel-heading {
	border-color: var(--text-dark);
	padding: 12px 15px;
}
#accordion .panel-heading h4.panel-title a:hover {
	color: #000;
}
.table.table-bordered {
	border-color: #e5e5e5;
}
#product-compare .table-bordered > tbody > tr > td:first-child {
    font-weight: 500;
	color: var(--text-dark);
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border: 1px solid #e5e5e5;
	color: var(--text-dark);
}
#checkout-cart .text-left a {
	font-family: var(--text-font);
	font-size: 13px;
	font-weight: 500;
	color: var(--text-dark);
}
#collapse-checkout-confirm .table > thead > tr > td.text-left {
	font-weight: 600;
}
#product-compare #content tr .price {
	color: #000;
	font: 600 16px/19px var(--text-font);
}
#product-compare #content tr .price strike {
	color: var(--text-dark);
	font: 500 14px/20px var(--text-font);
	text-decoration: line-through;
}
#product-compare #content .table.table-bordered strong {
	font: 600 14px/18px var(--text-font);
	color: var(--text-dark);
}
#product-compare #content .table.table-bordered strong:hover {
	color: #000;
}
.sub-total-table .table-bordered tbody tr td:first-child strong{
    font-weight: 500;
}
.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
#account-wishlist #content tr .price {
	color: var(--light-bg-color);
	font: 600 14px/18px var(--text-font);
}
#account-wishlist #content tr .price s {
	color: var(--text-dark);
	font: 500 13px/18px var(--text-font);
	text-decoration: line-through;
}
#account-wishlist #content tr .price b {
	color: var(--light-bg-color);
	font: 600 14px/18px var(--text-font);
}
#account-wishlist .table-bordered > tbody > tr > td .btn.btn-primary {
	padding: 8px 13px;
}
.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: var(--light-bg-color);
	color: #fff;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover{background:var(--light-bg-color);}
.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid var(--light-bg-color);}
.datepicker-days .table-condensed .day.active.today::before {
	border-bottom: 7px solid #fff;
}
/* Extra pages Stylesheet */
#accordion .panel-heading h4.panel-title a {
	display: block;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.product-search #content .search-criteria {
	border: 1px solid #ebebeb;
	padding: 10px;
}
.search-criteria .checkbox-inline{
	padding:12px 0;
}
.product-compare #content .table .btn {
	display: inline-block;
	text-transform: capitalize;
	width: auto;
	margin: 0 0 5px;
	padding: 6px 15px;
	line-height: 24px;
	color: #fff;
}
.product-compare #content .table .btn.btn.btn-primary.btn-block:hover,.product-compare #content .table .btn.btn.btn-primary.btn-block:focus, .product-compare #content .table .btn.btn.btn-primary.btn-block:active,.product-compare #content .table .btn.btn-primary.btn-wishlist:hover, .product-compare #content .table .btn.btn-primary.btn-wishlist:focus, .product-compare #content .table .btn.btn-primary.btn-wishlist:active{
	background: var(--primary-color);
	color: #000;
}
.product-compare #content .table .btn.btn-danger.btn-block:hover {
	color: #fff;
}
.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;
	text-transform: capitalize;
	color: var(--text-dark);
}
.information-sitemap ul li a:hover {
	color: var(--text-dark);
}
.product-compare #content .table .btn::after {
	display: none;
}


body.product-compare .table-product-image {
	padding: 3%;
}
body.product-compare .table-product-image .img-thumbnail {
	border: none;
}
/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
	font-weight: 600;
	font-size: 14px;
}
.information-contact .panel.google-map, .information-contact .panel.google-map iframe {
    float: left;
    width: 100%;
}
.information-contact .contact-location .location-detail {
	margin: 15px 0;
}
.information-contact #content > h3 {
	clear: both;
	color: var(--text-dark);
	font-size: 18px;
}
.information-contact .contact-location .location-title i.fa {
	border: 1px solid var(--light-bg-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	font-size: 16px;
	height: 35px;
    margin: 10px 5px 10px 0;
    padding: 6px;
    text-align: center;
    width: 35px;
	background: var(--light-bg-color);
}
/* extra page stylesheet  */
.table-bordered tr:last-child > td.text-right.total-amount {
    color: var(--text-dark);
	font: 500 14px/20px var(--text-font);
}
.table-bordered tr td.text-right.total-amount {
	color: #000;
	font: 600 14px/19px var(--text-font);
	text-align: right;
}
.btn.btn-primary.checkout {
	font-size: 13px;
	text-transform: capitalize;
	background: var(--light-bg-color);
	border: none;
	color: #fff;
}
.pull-right .btn-primary.checkout:hover, .pull-right .btn-primary.checkout:focus, .pull-right .btn-primary.checkout:active {
	background: var(--light-bg-color);
	color: var(--text-dark);
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font-family: var(--text-font); font-size: 20px;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px var(--text-font);
	color: #555454;
	text-transform: capitalize;
}
#content .sub-total-table .table-bordered tbody tr:last-child td, #content .sub-total-table .table-bordered tbody tr:last-child td strong {
	text-transform: capitalize;
	color: #000;
	font: 600 14px/19px var(--text-font);
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: var(--text-dark);
	font-family: var(--text-font);
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: capitalize;
	vertical-align: middle;
}
.checkout-cart #content .table-responsive .table-bordered thead tr td {
	font-family: var(--text-font);
	color: var(--text-dark);
	font-size: 13px;
	font-weight: 600;
}
.cart-form .table-bordered tbody td.text-right.total-price {
	color: #000;
	font: 600 14px/19px var(--text-font);
}
.checkout-checkout h4 {font-family: var(--text-font); font-weight: 600;}
.affiliate-login > h2, .account-login > h2, .checkout-checkout > h2, .product-search > h2 {color: var(--text-dark);font: 500 23px/25px var(--text-font);}
/* brand page */
.product-manufacturer .a-link-heading {padding: 5px 16px;}
.product-manufacturer .a-link-heading p, .product-manufacturer .a-link-heading h2 {line-height: 38px;}
.product-manufacturer .a-link-group {
    color: var(--light-bg-color);
    font-family: Montserrat;
    font-size: 16px;
    margin-bottom: 10px;
}
#checkout-checkout .form-horizontal .checkbox, .form-horizontal .radio label {
	font-weight: 500;
}	
/* about-us  */
/*about-us*/	
.main-about-history .title_block .ttblock-heading {color:var(--light-bg-color);margin:0 0 25px;}
.history-image {padding: 0;}
.main-about-history .box-heading::before{left:0;right:auto;}
.main-about-history .box-heading::after{right:0;left:auto;}
.history-image > img {width: 100%;}
.pull-right.block-right.history-block {padding: 0;}
.about-us {
     font-family: var(--text-font);
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}
.service-name > h4, .team-caption > h4 {
    color:var(--text-dark);
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: bold;
}
.module.about-our-service .item:hover .icon{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
}
.social-member .social-icon a:hover { background-color: #000;}
.team-image,.team-caption { margin: 0 auto;text-align: center;}
.banner-product-1 {list-style: outside none none;}
.block-button.social-icons {padding-top: 7px;}
.block-button.social-icons > a > span > i {
    font-size: 18px;
    padding: 0 4px;
}
.services-group {margin-bottom: 12px;}
.team-group {margin-bottom: 45px;}
.social-member {list-style: outside none none;}
.social-member .social-icon {
    display: inline-block;
    margin: 0 3px;
}
.social-member .social-icon a span {display: none;}
.social-member .social-icon a  {
    border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
    color: #ff3000;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social-member .social-icon.rss a {background-color: #f8bc2e;}
.social-member .social-icon.facebook a {background-color: #39599f;}
.social-member .social-icon.twitter a {background-color: #45b0e3;}
.social-member .social-icon.google a {background-color: #1872bf;}
.job-member::before,.job-member::after {
    content: "---";
    margin: 0 5px;
}
.main-history-data {
    margin-bottom: 40px;
}
.module.about-our-service .item .icon {
    display: block;
    margin:0 0 10px
}
.main-about-service.col-lg-15 {
    float: left;
    width: 20%;
}
.module.about-our-service .item h3.title {
    color: #000;
    font-size: 13px;
    margin: 0 0 3px;
	font-family: var(--text-font);
}
.module.about-our-service .item:hover h3.title {color:var(--light-bg-color);}
.module.about-our-service .item .content {
    color: var(--text-dark);
    font-size: 13px;
    line-height: 16px;
	font-family:var(--text-font);
}
.main-about-service .item {text-align: center;}
.module.about-our-service {
    float: left;
    width: 100%;
	margin-bottom:40px;
}
.team-image > img {width: 100%;height:80px;}
.module.about-our-service .item .icon { display: block;margin: 0 0 20px;}
.module.about-our-service .item .icon > i{font-size:24px;}
.team-image{
	width:90px;
	border:5px solid #eee;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
}
.main-about-history .title_block {
    float: left;
    text-align: center;
    width: 100%;
}
.main-about-history .title_block .ttblock-heading {
	color: var(--text-dark);
    display: inline-block;
    float: none;
    font: 700 18px/26px var(--text-font);
    letter-spacing: 1px;
    margin: 0 0 40px;
	text-align: center;
    text-transform: uppercase;
}
.terms-condition h3 {
	font: 500 18px/22px var(--text-font);
	color:#000;
}
/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */
#column-left .sidebar.panel, #column-right .sidebar.panel {
	border: none;
}
.table > thead > tr > td.text-right {
	font-weight: 600;
}
.buttons.clearfix {
	margin: 15px 0 0;
}
.a-link-group { margin-bottom: 10px; }
.a-link-group a { font-weight: bold; }
.a-link-list {
	border: none;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #e5e5e5;
}
.a-link-heading {
	background: var(--light-color);
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 10px;
}
.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:var(--text-dark);
}
#account-account .a-link-list .a-link-content li a {
	color: var(--text-dark);

	font-weight: 500;
	line-height: 20px;
}
#account-account .a-link-list .a-link-content li a:hover{
	color: var(--text-dark);
}
.acco-row a{
	padding: 20px;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	column-gap: 20px;
	font-size: 14px;
    font-weight: 600;
}
#account-account .a-link-heading{
	margin: 10px;
}
#content i.fa-solid{
	font-size: 30px;
    color: #4b5a44;
}
.mb-3{
	margin-bottom: 20px;
}

.a-link-content {
    padding: 8px;
	font-size: 13px;
	line-height: 22px;
}
.modal-header {
	background: #e5e5e5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
}
.modal-title {
	font-weight: bold;
}
/*--------------------------------- Brand CSS Strat ----------------------------------------*/
.brand-carousel .swiper-viewport {
    background: none;
    border: none;
    border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    margin: 0 0 0px;
}
.common-home .brand-carousel {
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6; 
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .swiper-viewport .swiper-pager div {
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 30px;
	border: 1px solid #e5e5e5;
	color: #000;
	font: 500 13px/18px var(--text-font);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background: #fff;
}
.brand-carousel .swiper-viewport:hover .swiper-pager div {
	opacity:1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .swiper-pager .swiper-button-prev::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -354px;
	content: "";
	float: left;
	height: 100%;
	width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before {
	background-position: -69px -354px;
}
.brand-carousel .swiper-pager .swiper-button-next::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -69px -386px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
	background-position: -11px -386px;
}
.brand-carousel .swiper-viewport .swiper-slide.text-center {
	padding: 10px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 10px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 10px;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
@media (max-width: 767px) {
.brand-carousel .swiper-viewport .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
}
@media (max-width: 480px) {
.brand-carousel .swiper-pager .swiper-button-prev {
	left: 0;
}
.brand-carousel .swiper-pager .swiper-button-next {
	right: 0;
}
.brand-carousel .swiper-viewport .swiper-slide.text-center {
	padding: 0 15px;
}
}
/*--------------------------------- Brand CSS End ----------------------------------------*/
/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
/* checkout success - Stylesheet */
body.checkout-success #content {
	background: url("TemplateTrip/images/checkout-success.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; */
	display: block;
}
#common-success p{
	font-size: 14px;
	text-align: center;
}
/* ------------------------------------ footer CSS Start ---------------------------------------- */
.common-home footer{
	margin: 0;
}
.footer-container {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 120px 0 0;
	background: var(--bg-color);
}
footer {
	float: left;
	width: 100%;
	margin: 30px 0 0;
	position: relative;
}
.footer-top {
	float: left;
	width: 100%;
}
.footer-top-cms {
	float: left;
	text-align: center;
	width: 100%;
}
.footer-container .container {
	padding: 0;
}
.footer-column {
	text-align: left;
	margin: 60px 0 40px;
}
.footer-column.footer-right-cms {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.footer-column.footer-left-cms {
	float: left;
}
footer .footer-column ul, footer .footer-column1 ul {
	margin: 0;
}
/* .footer-column.footer-customer-service {
	float: left;
	margin: 0;
	padding: 0;
} */
.footer-column {
	border-left: 1px solid rgba(255,255,255,.1);
	padding: 20px 15px 20px 30px;
}
.footer-column.footer-left-cms {
	float: left;
	border-left: none;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid var(--text-dark);
}
.footer-bottom a::before {
	content: "";
}
#ttcmsfooter  .footerlogo{
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
}
#ttcmsfooter .footerlogo-img {
	position: relative;
	margin: 0 0 20px;
	cursor: pointer;
}
footer a {
	color: #ccc;
	cursor: pointer;
	font: 500 13px/24px var(--text-font);
}
footer a:hover,
footer a:focus, footer a:active {
	color: #fff;
}
footer .footer-column h5 {
	color: #fff;
	cursor: pointer;
	font: 600 16px/22px var(--text-font);
	margin: 0 0 20px;
	text-transform: capitalize;
}
.footer-bottom {
	float: left;
	padding: 20px 0 5px;
	width: 100%;
}
.footer-bottom-cms {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.bottom-footer {
	float: left;
	width: 100%;
	position: relative;
	background: var(--bg-color);
}
.bottom-footer .container {
	border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom > p {
	float: left;
	color: #ccc;
	text-align: center;
	margin: 0;
	font-size: 13px;
	width: 100%;
	line-height: 18px;
}
.footer-bottom a {
	color: #ccc;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
}
#goToTop:before {
  color: #fff;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
#goToTop {
	background: var(--light-bg-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 115px;
	cursor: pointer;
	height: 40px;
	padding: 7px 10px;
	position: fixed;
	right: 48px;
	line-height: 30px;
	text-align: center;
	width: 40px;
	z-index: 9;
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
}
body:has(.compare-btn) #goToTop{
	bottom: 180px;
}
#goToTop:hover, #goToTop:focus, #goToTop:active, #goToTop:active:focus {
	color: var(--text-dark);
	background: var(--primary-color);
}
#goToTop:hover:before, #goToTop:focus:before, #goToTop:active:before, #goToTop:active:focus:before {
  color: #000;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 15px;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #000000;
  right: 0;
  top: 0;
}
.product-options .alert-info {
    /* float: left; */
	margin-top: 0;
	margin-bottom: 15px;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: right;
	font-size: 16px;
	line-height: 32px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}
.breadcrumb i:hover {
	color: #000;
}
.breadcrumb a, .breadcrumb > li + li::before {
	color: #fff;
}
.page-title-wrapper .breadcrumb a {
	color: #000;
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
	font: 500 13px/34px var(--text-font);
}
.page-title-wrapper .breadcrumb a:hover{
	color: #000;
}
.breadcrumb i {
	font-size: 14px;
	vertical-align: baseline;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.page-title-wrapper .breadcrumb > li + li::before {
	color: #000;
	content: "\f105";
	float: left;
	font-family: "FontAwesome";
	font-size: 14px;
	margin: 0 8px;
	line-height: 34px;
	display: inline-block;
}
.main-breadcrumb{
	background: none;
    color: var(--text-dark);
    display: inline-block;
    font: 400 15px/18px var(--text-font);
    min-width: 60%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-title-wrapper .breadcrumb-wrapper h2 {
	float: left;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}
#add-comment .alert.alert-info a {
    color: var(--text-dark);
}
#add-comment .alert.alert-info a:hover {
    color: #000;
}
/* buttons */
.btn {
	font-size: 13px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 20px;
	font-size: 15px;
}
.product-product .btn-lg {
	padding: 7px 20px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-block {
  width: auto;
}
.product-product .btn.btn-default, .product-quickview .btn.btn-default {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: var(--text-dark);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-product .btn.btn-default:hover, .product-product .btn.btn-default:focus, .product-product .btn.btn-default:active:focus, .product-quickview .btn.btn-default:hover, .product-quickview .btn.btn-default:focus{
	background-color: var(--light-bg-color);
	border-color: transparent;
	color: #fff;
}
.product-product .btn.btn-default::after, .product-quickview .btn.btn-default::after {
	display: none;
}
.btn-default {
	background: var(--primary-color);
	border: medium none;
	color: var(--text-dark);
	text-transform: capitalize;
	padding: 8px 20px;
	font: 500 13px/24px var(--text-font);
	letter-spacing: 1px;
	z-index: 2;
	position: relative;
}
.btn-default::after {
	background: var(--light-bg-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0; 
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
	cursor: pointer;
}
.btn-default:hover::after, .btn-default:focus::after, .btn-default:active::after, .btn-default:active:focus::after{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.btn-primary {
	background: var(--light-bg-color);
	border: medium none;
	color: #fff;
	padding: 8px 20px;
	font: 500 13px/24px var(--text-font);
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.btn-primary::after {
	background: var(--primary-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
	cursor: pointer;
}
.btn-primary:hover::after, .btn-primary:focus::after, .btn-primary:active::after, .btn-primary:active:focus::after{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.product-details #button-cart,.product-details #button-checkout {
	background: var(--bg-color) none repeat scroll 0 0;
	border: medium none;
	letter-spacing: 1px;
	margin: 0 10px;
	padding: 12px 20px 12px 40px;
	color: #fff;
	text-transform: capitalize;
	font: 500 13px/20px var(--text-font);
	position: relative;
	display: inline-block;
}
.product-product #button-cart::before ,.product-details #button-checkout::before{
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -30px -36px;
	content: "";
	font-size: 17px;
	position: absolute;
	width: 40px;
	height: 44px;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
}
.product-details #button-checkout::before{
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite1.png") no-repeat scroll -30px -9px;
}
.product-product #button-cart:hover::before, .product-product #button-cart:active::before, .product-product #button-cart:focus::before {
	background-position:13px -36px;
}
#button-checkout:hover::before {
	background-position:13px -9px;
}
.product-details #button-cart.btn:hover, .product-details #button-checkout.btn:hover, .product-details #button-cart.btn:active, .product-details #button-cart.btn:focus {
	color: #000;
	background: var(--light-bg-color);
}
.product-details .fa.fa-shopping-cart { padding-right: 5px; font-size: 17px;} 
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {

	background-position: 0 -15px;
}
/*button-color-*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus,.btn-primary:active:hover, .btn-primary.active, .open .dropdown-toggle.btn-primary, #button-login.btn.btn-primary:focus, .btn-primary:active, #button-account.btn.btn-primary:focus, #button-register.btn.btn-primary:focus, #button-shipping-method.btn.btn-primary:focus, #button-payment-method.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-coupon.btn.btn-primary:focus, #button-voucher.btn.btn-primary:focus, #button-quote.btn.btn-primary:focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus,  .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
	background: var(--light-bg-color);
	color: #fff;
	border-color: transparent;
}
.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(--primary-color);
	color: #000;
	border-color: transparent;
}
#button-payment-address.btn-primary:hover, #button-payment-address.btn-primary:focus, #button-payment-address.btn-primary:active, #button-payment-address.btn-primary:active:focus, #information-contact .btn.btn-primary:hover, #information-contact .btn.btn-primary:focus, #information-contact .btn.btn-primary:active, #account-edit .btn.btn-primary:hover, #account-edit .btn.btn-primary:focus, #account-edit .btn.btn-primary.active, #account-password .btn.btn-primary:hover, #account-password .btn.btn-primary:focus, #account-newsletter .btn.btn-primary.active, #account-newsletter .btn.btn-primary:hover, #account-newsletter .btn.btn-primary:focus, #account-address.btn.btn-primary.active, #account-address .btn.btn-primary:hover, #account-address .btn.btn-primary:focus, #account-address .btn.btn-primary.active, #account-affiliate .btn.btn-primary:hover, #account-affiliate .btn.btn-primary:focus, #account-affiliate .btn.btn-primary.active, #button-shipping-address.btn-primary:hover, #button-shipping-address.btn-primary:focus, #button-shipping-address.btn-primary:active, #button-shipping-address.btn-primary:active:focus, #button-account.btn.btn-primary:hover, #button-account.btn.btn-primary:focus, #button-account.btn.btn-primary.active, #button-login.btn.btn-primary:focus, #button-login.btn.btn-primary:hover, #button-login.btn.btn-primary.active, #button-shipping-method.btn.btn-primary:hover, #button-shipping-method.btn.btn-primary:focus, #button-shipping-method.btn.btn-primary.active, #button-payment-method.btn.btn-primary:hover, #button-payment-method.btn.btn-primary:focus, #button-payment-method.btn.btn-primary.active, #button-confirm.btn.btn-primary:hover, #button-confirm.btn.btn-primary:focus, #button-confirm.btn.btn-primary.active, #button-coupon.btn.btn-primary:hover, #button-coupon.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-guest.btn.btn-primary:hover, #button-guest.btn.btn-primary.active, #button-coupon.btn.btn-primary.active, #button-voucher.btn.btn-primary:hover, #button-voucher.btn.btn-primary:focus, #button-voucher.btn.btn-primary.active, #checkout-cart.btn.btn-primary.main:hover, #checkout-cart.btn.btn-primary.main:focus, #checkout-cart.btn.btn-primary.main.active, #button-search:hover, #button-search:focus, #button-search.active, #account-return .btn.btn-primary:hover, #account-return .btn.btn-primary:focus, #account-return .btn.btn-primary:active, #affiliate-login .btn.btn-primary:hover, #affiliate-login .btn.btn-primary:focus, #affiliate-login .btn.btn-primary:active, #affiliate-login .btn.btn-primary:active:focus, #account-voucher .btn.btn-primary:active, #account-voucher .btn.btn-primary:hover, #account-voucher .btn.btn-primary:focus, #account-voucher .btn.btn-primary:active:focus, #checkout-checkout #button-register:hover, #checkout-checkout #button-register:focus, #checkout-checkout #button-register:active, #checkout-checkout #button-register:active:focus{
	background: var(--primary-color);
	color: #000;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-radius: 30px;
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	-khtml-border-radius: 30px;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	text-transform: uppercase;
	padding: 10px 13px;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #fff;
	background-color: var(--light-bg-color);
	border: none;
	padding: 10px 12px;
	position: relative;
	z-index: 2;
}
.btn-info:hover, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.focus, .btn-info:focus  {
	color: var(--text-dark);
	background-color: var(--light-bg-color);
	border-color:var(--light-bg-color);
}
.btn-info::after {
	background: var(--primary-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0; 
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
	cursor: pointer;
}
.btn-info:hover::after, .btn-info:focus::after, .btn-info:active::after, .btn-info:active:focus::after{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--text-dark);
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--text-dark);
}
.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: var(--light-bg-color);
}
#account-wishlist .table-bordered > thead > tr:first-child > td {
	color: var(--text-dark);
	font-size: 14px;
	font-weight: 600;
}
.well {
	background: #fff;
	min-height: 274px;
	border: 1px solid #e5e5e5;
	margin: 0;
	line-height: 23px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#account-login .well h2 {
	padding-bottom: 5px;
    /* padding-top: 10px; */
    margin: 0;
    font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-weight: 600;
	line-height: 30px;
	font-family: Montserrat;
}
#account-login .well{
	padding: 15px;
}
#account-login .well h2 + p{
	padding-top: 5px;
}
#account-login .new-customer .bottom-form {
	background: var(--light-color);
	height: 60px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
#account-login .new-customer .bottom-form a {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}
#account-login .customer-login .bottom-form {
	background:var(--light-color);
	height: 60px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
#account-login .customer-login .bottom-form a {
	padding-left: 16px;
	line-height: 60px;
	color: var(--text-dark);
}
#account-login .customer-login .bottom-form a:hover {
	color: var(--text-dark);
}
#account-login .customer-login .bottom-form input {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}
#account-login .customer-login .bottom-form input.btn.btn-primary:hover, #account-login .customer-login .bottom-form input.btn.btn-primary:focus {
	background: var(--primary-color);
	color: #000;
}

#account-login .login-mobile .bottom-form {
	background: var(--light-color);
	height: 60px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 10px;
	padding: 0 10px;
}
.login-page .col-md-1{
	padding-left: 5px;
	padding-right: 5px;
}
.login-page .or-with{
	font-size: 14px;
	margin: 0;
}
.login-page#content{
	min-height: 400px;
}

.otp-input-fields{
	display: flex;
	column-gap: 10px;
	justify-content: center;
    margin-top: 34px;
}
.otp-input-fields input{
	width: 40px;
	padding: 5px;
	font-size: 16px !important;
	text-align: center;
	margin: 0;
}
/* .d-none{
	display: none;
} */
#account-login .customer-login .form-group {
	margin: 0;
}
#account-login strong {
    font-weight: 600;
}
/* #account-login .new-customer {
	margin: 0 0 15px;
} */
#account-wishlist .table.table-bordered img {
	border: none;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: var(--text-dark);
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
.option-filter-box .list-group .list-group-items {
	padding: 10px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.option-filter-box .list-group .list-group-items:first-child {
	padding: 0 0 10px;
}
.option-filter-box .list-group .list-group-items:last-child {
	border: medium none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-layout, .product-layouts {
	padding: 0 15px;
	position: relative;
}
.product-layout .product-thumb, .product-layouts .product-thumb{
	padding: 15px 15px;
	border: 1px solid #ddd;
	transition: all .4s ease-in-out 0s;
	border-radius: 5px;
}
.product-layout .product-thumb:hover{
	border-color: var(--bg-color);
    box-shadow: 0px 0 6px 0 rgba(0, 0, 0, .3);
}
.product-layouts .product-thumb:hover{
	border-color: var(--bg-color);
    box-shadow: 0px 0 6px 0 rgba(0, 0, 0, .3);
}
.product-layout.product-list {
	float: left;
	width: 100%;
}
.related-carousel.products-list {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.product-thumb {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-thumb .thumb-description .caption {
	float: left;
	width: 100%;
	padding: 0 5px;
	position: relative;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100% !important;
}
.product-thumb h4 {
	color: var(--text-dark);
	float: left;
	font-size: 12px;
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	width: 100%;
}
.product-thumb h4 a {
	color: var(--text-dark);
	font: 500 14px/18px var(--text-font);
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
}
.product-thumb h4 a:hover, .product-thumb:hover h4 a {
	color: #000;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color: #000;
}
.product-list .product-thumb .thumb-description {
	text-align: left;
}
.product-list .product-thumb .thumb-description .caption {
	padding: 10px 0 0;
}
.product-thumb .rating {
	float: left;
	position: static;
	width: 100%;
	display: block;
	margin: 5px 0 0;
	visibility: hidden;
}
.product-list .product-thumb h4{
	margin: 10px 0 8px;
}
.product-list .product-thumb h4 a {
	font-size: 15px;
	color: var(--text-dark);
	font-weight: 500;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star.off,
 #tab-review .fa-star.off {
	color: #d9d9d9;
}
.rating .fa-star-o, #review .fa-star-o {
   color: #c5c5c5;
    font-size: 13px;
}
.fa-star-o::before{
	content:"\f005";
}
.rating .fa-star, #review .fa-star {
	color: #fbaf5d;
	font-size: 13px;
	position:relative;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #ffbf34;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font: 600 16px/22px var(--sub-heading-font);
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
#column-left .price {
	font-size: 14px;
}
.product-thumb:hover .rating, .product-thumb:hover .price {
	display: none;
}
#column-left .product-thumb:hover .rating, #column-left .product-thumb:hover .price, #column-right .product-thumb:hover .rating, #column-right .product-thumb:hover .price{
	display: block;
}
.product-thumb .price-old {
	color: var(--text-dark);
	font: 500 14px/18px var(--text-font);
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: var(--text-dark);
	font-size: 13px;
	display: none;
	margin: 5px 0 0;
	font-family: Montserrat;
	font-weight: 500;
}
.product-list .product-thumb .price-tax {
	display: block;
	margin: 5px 0;
}
/*----------------------button css start----------------------*/
.product-thumb .button-group {
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: 1;
	left: 0;
	width: 150px;
	margin: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.product-thumb:hover .button-group {
	bottom: 10px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.ttcat-main {
	float: left;
	width: 100%;
}
.product-list .product-thumb .button-group {
	position: static;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	margin: 0 5px 0 2px;
}
.product-list .product-thumb .button-group .btn-bg,
.product-list .product-thumb .button-group:hover .btn-bg {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  padding: 0;
	  border-radius: 0;
	  -moz-border-radius: 0; 
	  -webkit-border-radius: 0; 
	  -khtml-border-radius: 0;
}
.product-list .product-thumb .button-group .btn-cart {
	height: 40px;
	width: auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 0 15px;
	background: #3f2923;
}
.product-list .button-group button.btn-cart span {
	display: inline-block !important;
	color: #fff;
	font: 500 14px/40px var(--text-font);
	vertical-align: top;
	letter-spacing: 1px;
}
.product-list .product-thumb .button-group .btn-cart:hover {
	background: #ff579a;
}
.product-list .button-group button.btn-cart:hover span {
	color: #fff;
}
.product-list .product-thumb .button-group i.fa-shopping-cart {
 	background-position: -42px -38px;
	height: 40px;
	width: 25px;
	transition:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition:none;
	-ms-transition:none;
}
.product-list .product-thumb:hover  .button-group{
	position:static;
	transition:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition:none;
	-ms-transition:none;
	height:auto;
}
.btn-cart.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	-webkit-opacity: 0.5; 
}
.product-thumb .button-group button {
	border: none;
	height: 45px;
	padding: 0;
	width: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.button-group button.btn-wishlist span,
.button-group button.btn-compare span,
.button-group button.btn-cart span {
    display: none !important;
}
.product-thumb .button-group i::before {
	content: "";
}
.product-thumb .button-group .btn-cart i {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -36px -38px;
	height: 100%;
	width: 100%;
	vertical-align: top;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-list .product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
	background-position:-42px -38px;
}
.product-thumb .button-group .btn-wishlist i {
	width: 100%;
	height: 100%;
	background: var(--bg-color) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -33px 9px;
	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;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.product-thumb .button-group .btn-wishlist:hover i {
	background-position: 11px 9px;
	background-color : var(--primary-color);
}
.product-thumb .button-group .btn-compare i{
	width: 100%;
	height: 100%;
	background: var(--bg-color) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -33px -84px;
	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;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.product-thumb .button-group .btn-compare:hover i{
	background-position: 11px -84px;
	background-color : var(--primary-color);
}
.product-thumb .button-group .btn-quickview i{
	background: var(--bg-color) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -32px -125px;
	height:100%;
	width:100%;
	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;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.product-thumb .button-group .btn-quickview:hover i{
	background-position: 12px -125px;
	background-color : var(--primary-color);
}
.category-bg {
	float: left;
	text-align: center;
	width: 100%;
}
.product-thumb .thumb-description .caption .ttproducthover {
	float: left;
	width: 100%;
	text-align: center;
	display: block;
}
.product-thumb:hover .thumb-description .caption .ttproducthover {
	height: 50px;
	margin: 0;
}
.product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
	position: absolute;
	top: auto;
	bottom: -20px;
	left: 0;
	right: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
.product-thumb:hover .thumb-description .caption .ttproducthover .product-add-to-cart {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	bottom: 0;
}
.product-thumb .thumb-description .caption .ttproducthover .btn-cart,
.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now {
	height: 45px;
	line-height: 18px;
	font-size: 14px;
	width: auto;
	color: #fff;
	background-color: var(--bg-color);
	border-color: transparent;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-list .product-thumb .thumb-description .caption .ttproducthover .btn-cart,
.product-list .product-thumb .thumb-description .caption .ttproducthover .btn-buy-now {
	float: left;
	position: static;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-list .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
	position: static;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-list .product-thumb .thumb-description .caption .ttproducthover {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	height: auto;
}
.product-list .product-thumb:hover .price, .product-list .product-thumb:hover .rating{
	display: block;
}
.product-thumb .ttproducthover i::before{
	content:"";
}
.product-thumb .thumb-description .caption .ttproducthover .btn-cart:hover,
.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now:hover {
	color: var(--text-dark);
	background: var(--primary-color);
	border-color: transparent;
}
.product-thumb .ttproducthover .btn-cart i,
.product-thumb .ttproducthover .btn-buy-now i {
    background: rgba(0, 0, 0, 0) url(TemplateTrip/images/product-sprite.png) no-repeat scroll -46px -38px;
    height: 42px;
    width: 20px;
    vertical-align: top;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.product-thumb .ttproducthover .btn-buy-now i{
	background: rgba(0, 0, 0, 0) url(TemplateTrip/images/product-sprite1.png) no-repeat scroll -44px -10px;
}
.product-thumb .ttproducthover .btn-cart:hover i{
	background-position:-4px -38px;
}
.product-thumb .ttproducthover .btn-buy-now:hover i{
	background-position:-4px -10px;
}
.product-thumb .ttproducthover .btn-cart span,
.product-thumb .ttproducthover .btn-buy-now span {
	display: inline-block !important;
	font-size: 13px;
	line-height: 40px;
	vertical-align: top;
	color: #fff;
	letter-spacing: 1px;
}
.product-thumb .ttproducthover .btn-cart:hover span,
.product-thumb .ttproducthover .btn-buy-now:hover span {
	color: #000;
}
/*----------------------------button css end----------------------*/
/*----------------------------Quickview css start----------------------*/
#quickview-bg-block {
	display: none; 
	background-color : rgba(0,0,0,0.9); 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;  
	margin: auto; 
	position: fixed; 
	z-index: 9;
}
.quickview-load-img {  
	display: none; 
	position: fixed; 
	top: 50%; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	text-align: center; 
	z-index: 99999; 
	margin: auto;
}
.a-qv-close {
    position: absolute;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0;
	right: 2px;
	top: 2px;
}
.bootstrap-datetimepicker-widget.usetwentyfour.dropdown-menu {
    position: absolute !important;
}
#quickview-content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: none;
	height: 76%;
	left: 0;
	margin: 0 auto;
	overflow: auto !important;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 1000;
}
.form-group .input-group-btn .btn-default {
  padding: 7px 12px;
}
.form-group .input-group-btn .btn-default::after {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background: var(--light-bg-color);
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active:hover, .btn-default:active, .btn-default:active:focus {
	background: var(--primary-color);
	color: #fff;
	border-color: transparent;
	text-transform: capitalize;
}

.product-quickview .product-image .thumbnail {
	border: none;
	margin: 0;
	padding: 0;
}
.button-group button.btn-quickview span{
    display: none;
}
.product-quickview #quick-cart {
	background: var(--bg-color);
	border-color: var(--bg-color);
	color: #fff;
	float: left;
	font: 500 13px/20px var(--text-font);
	letter-spacing: 1px;
	padding: 12px 15px 12px 40px;
	position: relative;
	text-transform: capitalize;
	margin: 0 0 0 8px;
}
.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background-color: var(--light-bg-color);
  border-color: var(--light-bg-color);
  color: #000;
}
.product-quickview #quick-cart::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -30px -38px;
	content: "";
	height: 38px;
	left: 0;
	position: absolute;
	right: auto;
	width: 56px;
	top: 0;
}
.product-quickview #quick-cart:hover::before, .product-quickview #quick-cart:focus::before, .product-quickview #quick-cart:active::before {
	background-position: 13px -38px;
}
@media (max-width: 480px) {
	#quickview-content {
		width: 90%;
	}
}
/*----------------------------Quickview css end----------------------*/
.product-block {
	float: left;
	width: 100%;
}
.product-image {
	float: left;
	width: 100%;
	margin-bottom:20px;
}
#product-product .product-image {
	float: left;
	width: 100%;
	padding: 0 15px;
}
#product-product .product-image .outer-img-div{
	padding: 7px 15px;
    border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
}
.easyzoom-flyout img{
	z-index: 5;
}
.product-quickview .product-image {
	margin: 0;
	padding: 8px 15px;
    border: 1px solid #ddd;
}
.product-product .product-image .thumbnail {
	background: none;
	border: none;
	padding: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
	margin: 0;
}
.additional-images .owl-item,.related-items .owl-item {
	float:left;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails .additional-images {
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}
.thumbnails .owl-carousel.additional-images {
	padding: 0;
	float: left;
	width: 100%;
}
.additional-images .owl-nav button.owl-prev {
	left: -40px;
	right: auto;
}
.additional-images .owl-nav button.owl-next {
	right: -40px;
	left: auto;
}
.additional-images .owl-stage-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.product-quickview .product-images .owl-carousel .owl-nav.disabled {
	display: inline-block;
}
.owl-carousel .owl-wrapper {
    position: relative;
}
.products-list .customNavigation > .btn,
.additional-images-container .customNavigation > .btn {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
}
.additional-images .thumbnail{
  	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 5px;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.products-list .owl-carousel {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;

	-webkit-box-shadow: none;
	width: auto;
}
.image-additional {
	cursor: pointer;
	display: block;
	margin: 5px;
	text-align: center;
	padding: 3px;
    border: 1px solid #ddd;
}
.product-quickview .image-additional{
	background-color: #ddd;
}
.product-quickview .additional-images .image-additional img:hover, .product-quickview .image-additional img.selected {
	border: 1px solid #ccc;
}
.additional-images .image-additional img:hover, .image-additional img.selected {
	box-shadow: 0 0 3px 0 #ddd;
    box-shadow: 0 0 3px 0 #ddd;
    -moz-box-shadow: 0 0 3px 0 #ddd;
}
.product-small-view {
	float: left;
	width: 100%;
	margin: 0 0 80px;
}
.product-small-view > .container {
	padding: 0 60px;
}

.popup-video{
	display: flex;
	justify-content: center;
}
.mfp-content:has(.video_pop){
	text-align: center;
}

.mfp-close-btn-in .mfp-close{
	color: white !important;
	border: none !important;
	padding: 5px 10px !important;
	cursor: pointer !important;
}
.product-single-page-video{
	width: 60%;
	max-height: 80vh;
	height: auto;
}


.owl-stage{
	display: flex;
	align-items: center;
}


.header-content-title .parallex{
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: top !important;
}


/* @keyframes appear{
	from{
		opacity: 0;
		scale: 0.5;
	}
	to{
		opacity: 1;
		scale: 1;
	}
}
.product-layout{
	animation: appear 5s linear;
	animation-timeline: view();
	animation-range: entry 0% cover 30%;
} */
.checkout-checkout .qc .ve-btn--primary, 
.checkout-checkout .qc a.ve-btn--primary, 
.checkout-checkout .qc-btn.ve-btn--primary{
	background-color: var(--light-bg-color) !important;
}
.checkout-checkout .qc .ve-btn--primary:hover,
.checkout-checkout .qc a.ve-btn--primary:hover, 
.checkout-checkout .qc-btn.ve-btn--primary:hover{
	background-color: var(--bg-color) !important;
}
.checkout-checkout .qc .ve-btn--primary:active, 
.checkout-checkout .qc .ve-btn--primary.active, 
.checkout-checkout .qc a.ve-btn--primary:active, 
.checkout-checkout .qc a.ve-btn--primary.active,
.checkout-checkout .qc-btn.ve-btn--primary:active, 
.checkout-checkout .qc-btn.ve-btn--primary.active{
	background-color: var(--bg-color) !important;
}
.checkout-checkout .ve-btn,
.checkout-checkout a.ve-btn,
.checkout-checkout a:not([href]):not([tabindex]).ve-btn{
	padding: 5px 12px;
	height: 40px;
	line-height: 30px;
}
.checkout-checkout .ve-input,
.checkout-checkout .ve-input[type=text], 
.checkout-checkout .ve-input[type=email], 
.checkout-checkout .ve-input[type=password], 
.checkout-checkout .ve-input[type=time], 
.checkout-checkout .ve-input[type=date], 
.checkout-checkout .ve-input[type=datetime], 
.checkout-checkout .ve-input[type=tel]{
    height: 40px;
	box-shadow: 0 0px 1px 0 #e6ebf1;
}
.checkout-checkout .qc-select-placeholder{
	height: 40px;
    line-height: 28px;
}
.checkout-checkout .ve-card__header{
	padding: 8px 15px;
}
.checkout-checkout .qc .ve-checkbox [type=checkbox]:checked + i:before{
	border: 1px solid var(--bg-color) !important;
    background-color: var(--bg-color) !important;
}
.checkout-checkout .qc .qc-name a, .checkout-checkout .qc label a{
	color: var(--bg-color) !important;
}
.checkout-checkout .qc .ve-radio--selected{
	color: var(--bg-color) !important;
}
.checkout-checkout .ve-btn--hg, .checkout-checkout a.ve-btn--hg,
.checkout-checkout a:not([href]):not([tabindex]).ve-btn--hg{
	font-size: 16px;
}
.checkout-checkout .qc .ve-btn--primary:hover, 
.checkout-checkout .qc a.ve-btn--primary:hover, 
.checkout-checkout .qc-btn.ve-btn--primary:hover{
    background-color: var(--bg-color) !important;
	cursor: pointer;
}
.checkout-checkout .qc-reward{
	display: none;
}
.qc-voucher{
	display: none;
}


.product-product .main-product-img{
	width: 100%;
}
.product-image .main-product-video{
	height: 600px !important;
}
.TTProduct-Tab .nav-tabs > li > a .tab-title{
	border: 1px solid #bbb;
}


/* #d_quickcheckout > div{
	text-align: center;
} */
.request-not-found{
	text-align: center;
}
.request-not-found p{
	font-size: 16px;
}

.testimonial_div{
	display: flex;
    justify-content: center;
	align-items: center;
    flex-direction: column;
    padding: 80px 100px;
	margin-bottom: 80px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonial-container {
	width: 100%;
	max-width: 80rem;
	padding: 2rem;
  }
 .testimonial-container .testimonial-grid {
	display: grid;
	gap: 5rem;
  }
 .testimonial-container .image-container {
	position: relative;
	width: 100%;
	height: 24rem;
	perspective: 1000px;
  }
 .testimonial-container .testimonial-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.5rem;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
 .testimonial-container .testimonial-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
 .testimonial-container .name {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.25rem;
  }
 .testimonial-container .designation {
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 2rem;
  }
 .testimonial-container .quote {
	font-size: 12px;
	color: #4b5563;
	line-height: 1.75;
  }
 .testimonial-container .arrow-buttons {
	display: flex;
	gap: 10px;
	padding-top: 3rem;
  }
 .testimonial-container .arrow-button {
	background-color: transparent;
    border: 0;
  }
 .testimonial-container .arrow-button svg {
	width: 30px;
    height: 30px;
	fill: var(--bg-color);
	transition: transform 0.3s;
  }
  @media (min-width: 768px) {
	
	.testimonial-container .testimonial-grid {
	  grid-template-columns: 1fr 1fr;
	}
	.testimonial-container .arrow-buttons {
	  padding-top: 0;
	}
  }
  @media (max-width: 768px) {
	.testimonial_div{
		padding: 50px 20px;
	}

	
  }



  /* .qc-shipping-method .qc-title{
	display: none;
  } */

  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #4d4d4d;
  z-index:100;
}

.my-float{
	margin-top:14px;
	font-size: 32px;
	text-align: center;
	margin-left: 3px;
}

.underline {
    text-decoration: underline;
}



  /* Panel Styling */
#information-contact .contact-location {
	background: #fff;
	border: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	margin-bottom: 40px;
	padding: 30px;
  }
  
  #information-contact .location-title {
	font-size: 18px;
	font-weight: 600;
	color: #b08968;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
  }
  
  #information-contact .location-title i {
	margin-right: 8px;
	font-size: 20px;
  }
  
  #information-contact .location-detail {
	font-size: 16px;
	color: #555;
  }
  
  /* Contact Form Section */
  #information-contact form.form-horizontal {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }
  
  #information-contact legend {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	border-bottom: 2px solid #b08968;
	padding-bottom: 8px;
	margin-bottom: 25px;
  }
  
  #information-contact .form-group label {
	color: #333;
	font-weight: 500;
  }
  
  #information-contact .form-control {
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 10px 14px;
	font-size: 15px;
	transition: border-color 0.3s ease;
  }
  
  #information-contact .form-control:focus {
	border-color: #b08968;
	box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.2);
  }
  
  /* Submit Button */
  #information-contact .btn.btn-primary {
	background-color: #b08968;
	border: none;
	padding: 10px 28px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	transition: background-color 0.3s ease;
  }
  
  #information-contact .btn.btn-primary:hover {
	background-color: #a17855;
  }
  





@media screen and (min-width: 1200px) {
	.login-page > .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (max-width: 1600px) {
	.product-quickview .product-images .additional-images-container {
		width: 100%;
	}
	.login-page > .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (min-width: 1500px) {
	/* .product-layout.product-grid{
		width: 20% !important;
	} */
	.product-layout.product-list {
		float: left;
		width: 50%;
	}
}
@media (min-width:1200px) and (max-width:1599px) {
    .container {
        width: 1200px;
    }
	.footer-container .container {
		padding: 0 15px;
	}
	.bottom-footer .container {
		padding: 0 15px;
	}
}
@media (min-width:1200px) and (max-width:1499px) {
	/* .product-layout.product-grid{
		width: 25%;
	} */
	.product-layout.product-list {
		float: left;
		width: 50%;
	}
}
@media (max-width: 1199px) {
	.header-right {
		margin: 0;
	}
	#menu .navbar-nav {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.product-layout.product-list .image {
		padding: 0 10px;
	}
	#menu .nav > li.dropdown > a::after, #menu .nav > li.dropdown > span::after{
		top:20px;
		right:8px;
		left:auto;
		bottom:auto;
	}
	.special-carousel.products-list {
		margin: 0 0 50px 0;
	}
	.product-small-view > .container {
		padding: 0;
	}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
		margin: 0 0 0 3px;
	}
	footer .footer-column h5{
		font-size: 16px;
	}
	.product-images .additional-images-container {
		width: 90%;
	}
	.bottomfooter {
		padding: 70px 15px;
	}
	.bottom-footer .container {
		padding: 0 15px;
	}
	.topfooter {
		padding: 50px 0 60px;
	}
	.ttproduct-main {
		margin: 0 0 70px;
	}
	.full-header {
		padding: 0 20px;
	}
	.product-quickview .product-images .additional-images-container {
		position: static;
		opacity: 1;
		visibility: visible;
	}
	.product-quickview .product-image {
		margin-bottom: 20px;
	}
}
@media (min-width:992px) and (max-width:1201px) {
	.page-title-wrapper .breadcrumb-wrapper .container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
	#menu .dropdown-menu {
		transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
	}
	#menu ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		text-align: left;
		display: block;
	}
	#column-left .left-right-inner > div.left-inner, #column-right .left-right-inner > div.left-inner{
		position: fixed;
		left: -355px;
		right: auto;
		width: 300px;
		transition: all 500ms ease-in-out 0s;
		-webkit-transition: all 500ms ease-in-out 0s;
		-moz-transition: all 500ms ease-in-out 0s;
		-o-transition: all 500ms ease-in-out 0s;
		-ms-transition: all 500ms ease-in-out 0s;
		height: 100%;
		top: 0;
		bottom: 0;
		z-index: 999;
		padding: 20px 10px 10px;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fff;
	}
	body.open #column-left .left-inner, body.open #column-right .left-inner {
		left: 0;
	}
	.nav-open::before {
		position: fixed;
		content: "";
		background: rgba(0,0,0,.5);
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		bottom: 0;
		z-index: 999;
		opacity: .35;
		-moz-opacity: .35; 
		-khtml-opacity: .35;
		-webkit-opacity: .35;
		transition: opacity 0.2s ease-in-out 0s;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		-moz-transition: opacity 0.2s ease-in-out 0s;
		-o-transition: opacity 0.2s ease-in-out 0s;
		-ms-transition: opacity 0.2s ease-in-out 0s;
		display: block;
	}
	#column-left .left-right-inner .close-filter, #column-right .left-right-inner .close-filter {
		display: block;
		position: absolute;
		left: auto;
		top: 0;
		right: 0;
		bottom: auto;
		border-radius: 0;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;
		z-index: 1;
		height: 30px;
		width: 30px;
		background: #262629;
		cursor: pointer;
	}
	#column-left .left-right-inner .close-filter::before, #column-right .left-right-inner .close-filter::before {
		font-family: 'FontAwesome';
		content: '\f00d';
		position: absolute;
		right: 5px;
		top: 2px;
		font-size: 20px;
		line-height: 25px;
		color: #fff;
	}
	#column-left .left-right-inner .left-inner::-webkit-scrollbar, #column-right .left-right-inner .left-inner::-webkit-scrollbar {
		width: 5px;
	}
	#column-left .left-right-inner .left-inner::-webkit-scrollbar-track, #column-right .left-right-inner .left-inner::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	}
	#column-left .left-right-inner .left-inner::-webkit-scrollbar-thumb, #column-right .left-right-inner .left-inner::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px #000; 
	}
}
@media (max-width: 991px) {
	.special-carousel{
		margin:0 0 40px;	
	}
	.header {
		position: relative;
	}
	.menu-container {
		width: 100%;
		position: relative;
		margin: 0;
	}
	.full-header {
		position: static;
		padding: 0 15px;
		background: var(--bg-color);
	}
	.header-top {
		padding: 0;
	}
	#form-currency .btn-link.dropdown-toggle::after, #form-language .btn-link.dropdown-toggle::after{
		display:none;
	}
	.products-list{
		margin-bottom:30px;	
	}
	.related-carousel.products-list .row {
		margin: 0 0 20px;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle {
		top: 33px;
		margin: 0;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle{
		left: 0;
		right: auto;	
	}
	.common-home header::after {
 		 height: 660px;
	}
	.title_block h3 {
		margin: 0;
		font-size: 26px;
		line-height: 30px;
	}
	.header-top-left {
		padding: 18px 0;
		float: left;
		width: 100%;
		text-align: center;
	}
	.header-content-title .parallex {
		padding: 80px 15px 0;
	}
	.product-small-view {
		margin: 0 0 40px;
	}
	.header-top-right .pull-left {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
	header  > .container {
		position: relative;
	}
	#top-links > ul > li::before{
		display:none;
	}
	#top {
		text-align: center;
		padding: 0 5px;
	}
	.lang-curr {
		float: none;
		width: auto;
		text-align: center;
		padding: 0 0 15px;
	}
	.search {
		left: auto;
		border: none;
		bottom: 0px;
		float: left;
		position: absolute;
		right: 10px;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.position-static {
		float: left;
		width: 100%;
	}
	#top-links > ul {
		margin: 5px 0;
	}
	#logo {
		padding: 0;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: auto;
		top: 0;
	}
	#logo > a {
		display: table;
		margin: auto;
	}
	#menu .navbar-collapse.collapse > ul > li:hover {
		background: none;
	}
	#top-links .header_user_info ul.dropdown-menu {
		top: 64px;
		right: 0;
		left: auto;
	}
	#cart i.fa-shopping-cart {
		background-position: -33px -114px;
	}
	.TTProduct-Tab .tab-box-heading {
		margin:0;
	}
	.special-carousel.products-list {
		margin: 0 0 40px 0;
	}
	.header-top-right {
		left: auto;
		top: auto;
		bottom: auto;
		float: right;
		position: absolute;
		right: 15px;
		width: auto;
		z-index: 3;
	}
	.header-right {
		float: left;
		width: 100%;
		border-top: 1px solid #ededed;
	}
	#top-links > ul > li {
		padding: 0;
		margin:0;
	}
	.header-middle {
		width: 100%;
		padding: 0 130px 0 0;
		margin: auto auto 20px;
	}
	.header-middle .menu-container {
		float: left;
		width: 100%;
	}
	#cart .dropdown-menu {
		top: 75px;
	}
	.ttcart #cart #cart-total {
		right: 0;
		left: auto;
		top: 0;
		bottom: 0;
	}
	#top-links > ul > li.ttsearch {
		padding: 0; 
	}
	#column-left .category-treeview.panel-default .list-group, #column-right .category-treeview.panel-default .list-group {
		margin: 0 0 5px;
		padding: 0 15px;
	}
	#menu .navbar-collapse {
		background: #FFF;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 9;
		border: 1px solid #ebebeb;
		top: 50px;
		left:auto;
		right:0;
	}	
	#menu .navbar-header.collapsed, #menu #category {
		display:block !important;
		position:relative;
		width:100%;
		text-align:left;
	}
	#menu #title-menu {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		height: 50px;
		line-height: 45px;
		width: 40px;
		font-size: 0;
		display: block !important;
	}
	#menu #category {
		font-size: 0;
		color: #000;
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		height: 50px;
		line-height: 45px;
		width: 40px;
		font-size: 0;
	}
	#cart {
		padding: 0;
	}
	#menu {
		padding: 0 155px 0 0;
		position: relative;
	}
	.menu-container .left {
		position:unset;
	}
	.products-carousel.owl-carousel .owl-buttons .owl-prev::before, .products-carousel.owl-carousel .owl-buttons .owl-next::before {
		padding: 15px;
	}
	#menu div.navbar-header::after, #menu .navbar-header i.fa {
		font-family: "FontAwesome";
		content: "\f0c9";
		font-size: 18px;
		position: absolute;
		right: 0;
		left: 12px;
		top: 16px;
		color: #fff;
	}
	#menu .dropdown-inner ul {
		padding: 0 0 0 15px;
	}
	#menu .single-dropdown-menu .list-unstyled.childs_2 {
		padding-top:0;
		padding-bottom:0;
	}
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu{
		padding:0;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{
		display:none;
	}
	#ttcmsfooter.block.footer-block {
		border:none;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		letter-spacing: 1px;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		padding: 7px 15px;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu a {
		padding:0 15px;
	}
	#menu .navbar-nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
	}
	#form-currency .btn-link.dropdown-toggle::before {
		border: none;
	}
	#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span{
		color:#000;
	}
	#menu .nav > li.dropdown > a::after,
	#menu .nav > li.dropdown:hover > a::after,
	#menu .nav > li.dropdown > span::after,
	#menu .nav > li.dropdown:hover > span::after {
    	content: "";
	}

	#menu .nav > li.dropdown:hover > a::after, #menu .nav > li.dropdown > span:hover::after, #menu .nav > li.dropdown:active > a::after, #menu .nav > li.dropdown > span:active::after {
		color: #fff;
	}
	#menu .nav > li.dropdown::before {
    	content: "";
	}
	#menu .navbar-collapse li.dropdown > i {
		background:none;
		font-size: 12px;
		position: absolute;
		color: #414141;
		right: 0;
		top: 2px;
		padding:5px;
		cursor: pointer;
		text-align: center;
	}
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu i {
		display: none;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		top: 0;
		padding: 0 0 0 15px;
		position: relative;
		width: 100%;
		float: left;
		display: none;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	#menu .dropdown-inner ul.list-unstyled.mega-dropdown-menu {
		border: 0;
	}
	#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
		position: static;
		display: block;
		padding: 0 15px;
	}
	#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
		padding: 0 15px;
	}
	#menu .nav > li.dropdown > a, #menu .nav > li.dropdown > span {
	  padding: 0;
	  margin: 3px 0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		border: 0;
		margin-left: 0 !important;
		background-color: rgba(0, 0, 0, 0);
	}
	#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
		color: var(--text-dark);
		line-height: 22px;
		padding: 0 !important;
		margin: 0;
	}
	#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu .list-unstyled.childs_2 a {
		color: var(--text-dark);
	}
	#menu ul.nav ul.list-unstyled li {
		float: left;
		width: 100%;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	.menu-container > .container {
		position:relative;
	}
	#menu .nav.navbar-nav > li {
		display:block;
		text-align:left;
		width: 100%;
	}
	#menu .navbar-collapse li.dropdown {
		clear: both;
	}
	#menu .navbar-collapse li.dropdown.more-menu > .dropdown-menu {
	  display: none;
	}
	#menu .more-menu .list-unstyled.childs_1 a {
  		padding: 5px !important;
	}
	#menu .nav > li > a, #menu .nav > li > span, #menu .more-menu .list-unstyled.childs_1 a {
		font: 400 15px/20px var(--text-font);
		margin: 3px 0;
		color: var(--text-dark);
		text-transform: capitalize;
		padding: 0;
	}
	#menu .nav > li > a:hover, #menu .nav.navbar-nav > li:hover > a, #menu li:hover > span, #menu .nav > li.dropdown:hover::after, #menu .nav > li.dropdown:focus::after, #menu .nav > li > a:focus, #menu .nav > li > a:active, #menu li.more-menu > span:hover, #menu li.more-menu > span:focus, #menu li.more-menu > span:active {
		color: #000;
		background: none;
	}
	#menu .nav > li > a::before {
		display: none;
	}
	#menu .dropdown .dropdown-menu::after{
		display:none;
	}
	#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
		color: var(--text-dark);
		padding: 0 !important;
		margin: 0;
		font-weight: 400;
		font-size: 15px;
		line-height: 22px;
		text-transform: capitalize;
	}
	#menu .navbar-collapse li.dropdown > i::before {
		content: "\f415";
		font-family: "Material Design Icons";
    }
	#menu .navbar-collapse li.dropdown.active > i::before {
		content: "\f374";
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a,
	#menu .dropdown-inner a
	{
		color:var(--text-dark);
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after
	{
		display:none;
	}	
	#menu ul.nav ul.list-unstyled.childs_2 li
	{
		padding:0;
	}
	#menu .dropdown-inner ul.list-unstyled.mega-dropdown-menu
	{
		padding:0 !important;
		clear:both;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a
	{
		text-transform:capitalize;
	}
	#menu .list-unstyled.childs_2 {
		float:left;
		width:100%;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu .dropdown-menu .childs_2 a {
		line-height:23px;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#000;
	}
	#menu .more-menu .list-unstyled.childs_1 a:hover {
		color: #000000;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, 
	#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {
	  color: #000;
	}
	.product-tabs {
		margin: 30px 0;
	}
	.option-filter .btn-primary {
		border-radius:25px;
		-moz-border-radius: 25px; 
		-webkit-border-radius: 25px; 
		-khtml-border-radius: 25px;
	}
	footer .footer-column ul, footer .footer-column1 ul {
		float: left;
		width: 100%;
		padding: 0 10px;
		margin: 0;
		text-align: left;
	}
	.footer-column li, .footer-column1 li {
		text-align: left;
		display: block;
		padding: 0;
	}
	.footer-column .list-unstyled li a::after, .footer-column1 .list-unstyled li a::after {
		display: none;
	}
	footer .footer-column h5.toggle, footer .footer-column1 h5.toggle {
		float: left;
		width: 100%;
		cursor: pointer;
		margin: 0;
		font: 500 16px/20px var(--heading-font);
		padding: 10px;
		display: block;
		text-align: left;
		color: #fff;
	}
	footer .footer-column h5:hover, footer .footer-column1 h5:hover {
		background:rgba(255,255,255,.1);
	}
	.footer-container .linklist.links {
		width: 100%;
		padding: 0;
	}	
	.footer-container {
		padding: 140px 0 15px;
	}
	.footer-bottom {
		float: left;
		width: 100%;
		padding: 15px 0 0;
	}
	#ttcmsfooter .footerlogo {
		margin: 0 0 20px 0;
		float: none;
		width: auto;
		text-align: center;
	}
	footer .footer-column {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
	}
	.footer-column.footer-right-cms {
		padding: 0;
		margin: 0;
	}
	.footer-bottom-cms {
		float: left;
		width: 100%;
		padding: 10px 0 15px;
	}
	.footer-column.footer-customer-service .footer-column, .footer-column.footer-extras, .footer-column.footer-right-cms {
		border-left: none;
		padding: 0;
	}
	.bottomfooter {
		width: 100%;
		float: left;
		padding: 0;
		background: none;
	}
	.topfooter {
		width: 100%;
		padding: 0;
	}
	.footer-container .container {
		padding: 0 15px;
	}
	footer .footer-column h5.toggle::after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: 500;
		float: right;
		line-height: 24px;
		background: none;
		top: 0;
		bottom: 0;
		left: auto;
		right: -10px;
		height: 0;
	}
	#ttcmsfooter .footerlogo-img {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	footer .footer-column > div.active h5.toggle::after, .footer-right-cms .contact-us.active > h5.toggle::after {
		content: '\f068';
		font-weight: 500;
	}
	footer .footer-column .follow-us.active h5.toggle::after {
		content: '\f068';
		font-weight: 500;
	}
	footer .footer-column.active > h5.toggle:after,
	.footer-right-cms .contact-us.active > h5.toggle:after {
		content: '\f068';
		font-weight: 500;
	}	
	.checkout-cart #content{
		margin:0 0 30px;
	}
	.information-contact footer{ margin:10px 0 0;}
	
	.option-filter-box .list-group-items div.list-group-item {
		display: none;
		padding: 0;
	}
	.option-filter-box a.list-group-item:after {
		font-family: "FontAwesome";
		content:"\f107";
		font-size: 14px;
		color: var(--text-dark);
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.option-filter-box a.list-group-item {
		padding: 5px 0 10px;
	}
	.option-filter-box a.list-group-item.collapsed:after {
		content:"\f106";
	}
	.mt-sm-2 {
		margin-top: 15px;
	}
/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
#product-category #content {
	padding: 0;
}
#product-search #content {
	padding: 0;
}
body .container > .content_wrap > #content {
	float: left;
	width: 100%;
	padding:0;
}
body .container > .content_wrap > #column-left,
body .container > .content_wrap > #column-right {
	float: left;
	width: 100%;
	display: block !important;
	margin: 10px 0 0;
	padding: 0;
}
body .container > .row > #content {
	float: left;
	width: 100%;
}
body .container > .row > #column-left,
body .container > .row > #column-right {
	float: left;
	width: 100%;
	display: block !important;
	margin: 10px 0 0;
}
#column-left .left-right-inner .left-inner .panel-default,
#column-right .left-right-inner .left-inner .panel-default,
#column-left .left-right-inner .left-inner > div,
#column-right .left-right-inner .left-inner > div,
#column-left .left-right-inner .left-inner .category-treeview.panel-default,
#column-right .left-right-inner .left-inner .category-treeview.panel-default {
	padding: 0;
	cursor: pointer;
	margin: 0 0 20px;
	border-bottom: none;
	border: 1px solid #e5e5e5;
}
#column-left .left-right-inner .left-inner > div:last-child, #column-right .left-right-inner .left-inner > div:last-child {
	border-bottom: none;
	border: 1px solid #e5e5e5;
}
#column-left .left-right-inner .left-inner > div:last-child {
	margin-bottom: 0;
}
#column-left .left-right-inner .panel-heading::before,
#column-right .left-right-inner .panel-heading::before,
#column-left .left-right-inner .box-heading > h3::before,
#column-right .left-right-inner .box-heading > h3::before {
	border: none;
	position: static;
	display: none;
}
#column-left .left-right-inner .panel-heading,
#column-right .left-right-inner .panel-heading,
#column-left .left-right-inner .box-heading > h3,
#column-right .left-right-inner .box-heading > h3 {
	padding:15px;
	margin: 0;
	/* float: left; */
	width: 100%;
	/* background: none; */
}
#column-left .toggle:after,
#column-right .toggle:after {
	content: "\f067";
	float: right;
	font-family: "FontAwesome";
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	left: auto;
	position: absolute;
	right: 15px;
	left: auto;
	top: 15px;
	display:block;
	background:none;
}
#column-left .panel-default.active > div.toggle:after,
#column-left .products-list.active > div.toggle:after,
#column-right .panel-default.active > div.toggle:after,
#column-right .products-list.active > div.toggle:after {
	content:"\f068";
}
#column-left .products-list > .row,
#column-right .products-list > .row,
#header-left .products-list > .row,
#header-right .products-list > .row,
#footer-left .products-list > .row,
#footer-right .products-list > .row {
	float: left;
	width: 100%;
	padding:0 15px 15px;
}
#column-left .list-group .list-group-item,
#column-right .list-group .list-group-item {
	float: left;
	width: 100%;
}
#column-left .panel > .list-group,
#column-right .panel > .list-group {
	float: left;
	width: 	100%;
	margin: 0 0 0;
	padding:0 15px 15px;
}
#column-left .sidebar.panel.panel-default.information-list .list-group, #column-right .sidebar.panel.panel-default.information-list .list-group {
	padding: 0 15px;
	margin: 0 0 10px;
}
#content .category-filter .leftbar {
	display: none;
}
/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
/* #column-left .panel-default.option-filter,
#column-right .panel-default.option-filter {
	display: none;
} */
.category-treeview ul {
    float: left;
	width: 100%;
	margin: 0;
}
.option-filter-box {
	border: 1px solid #ebebeb;
	float: left;
	padding: 15px;
	width: 100%;
	margin: 20px 0 0;
}
.option-filter-box .list-group .list-group-item, .option-filter-box .radio, .option-filter-box .checkbox {
	width: 100%;
	/* float: left; */
	border: none;
	color: #414141;
	margin-top: 0;
	background: #fff;
	font-weight: 600;
}
.option-filter-box .list-group .list-group-item {
	color: #000;
}
.option-filter-box .checkbox:hover {
	color: var(--text-dark);
}
.option-filter-box .list-group {
	float: left;
	width: 100%;
	margin: 0;
}
.option-filter-box .panel-footer {
	float: left;
    width: 100%;
	background:none;
	padding: 0;
}	
.option-filter-box .panel-footer button{
	margin: 5px 0 0;
}
.product-thumb .image img {
	width: 100%;
}		
/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
body > .container > .row > #content {
	float: left;
	width: 100%;
}
body > .container > .row > #column-left {
	float: left;
    width: 100%;
}
}
@media (min-width:768px) and (max-width:991px) {
	.product-product #content{
		width: 100%; 
	}
	.product-details .rating > a { 
		font-size: 13px;
		padding: 0 5px 0 0;
	}
	#ttcmsservices .container {
		width: 710px;
	}
	#ttcmsheader .ttcmsheader .container {
		width: 700px;
	}
	.hidden-sm {
        display: none !important;
    }
	.product-thumb .thumb-description .caption{
		padding: 0 0px;
	}
	.product-grid .product-thumb .thumb-description{
		padding: 0;
	}
	.product-thumb .thumb-description .caption .ttproducthover .btn-cart,
	.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now{
		padding: 0 10px;
		height: 35px;
	}
	.product-thumb .ttproducthover .btn-cart span, .product-thumb .ttproducthover .btn-buy-now span{
		line-height: 20px;
		font-size: 11px;
	}
	.product-thumb .ttproducthover .btn-cart i, .product-thumb .ttproducthover .btn-buy-now i{
		height: 40px;
		background-position: -46px -40px;
		display: none;
	}
	.product-thumb .button-group button{
		height: 35px;
		width: 35px;
	}
	.product-thumb .button-group .btn-wishlist i{
		background-position: -37px 5px;
	}
	.product-thumb .button-group .btn-wishlist:hover i{
		background-position: 7px 5px;
	}
	.product-thumb .button-group .btn-compare i{
		background-position: -37px -86px;
	}
	.product-thumb .button-group .btn-compare:hover i{
		background-position: 7px -85px;
	}
	.product-thumb .button-group .btn-quickview i{
		background-position: -37px -128px;
	}
	.product-thumb .button-group .btn-quickview:hover i{
		background-position: 7px -128px;
	}
	.option-filter-box a.list-group-item {
        padding: 10px 10px 10px;
    }
	.option-filter-box .list-group-items div.list-group-item{
        padding: 10px;
	}
}
@media (min-width: 768px) {
	/* fixed colum left + content + right*/
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	#menu .more-menu .list-unstyled.childs_1 a {
 	   padding: 0 20px;
	}
	.product-thumb:hover .thumb-description .caption .ttproducthover .btn-cart {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.header-top-left .pull-left {
		margin: 0 10px 0 0;
	}
	.full-header {
		padding: 0 10px;
	}
	.page-title-wrapper .container {
		padding: 0;
	}
	.page-title-wrapper .breadcrub {
		padding: 15px;
	}
	#tab-review .form-group.required {
       margin-left: -10px;
 	   margin-right: -10px;
	}
	.contact-link ul li {
		float: none;
		width: auto;
		vertical-align: top;
		display: inline-block;
		text-align: center;
	}
	.header-right #top-links .ttcart {
		margin: 0;
	}
	#top-links > ul > li::before {
		top: 15px;
	}
	.option-filter-box .list-group .list-group-item,
	.option-filter-box .radio, .option-filter-box .checkbox {
		width: 100%;
		/* float: left; */
	}
	.product-category #content {
		float: left;
		width: 100%;
	}
	.product-list .product-thumb .image {
		background: none;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		padding: 15px;
		float: left;
	}
	.information-contact .store-contact {
		clear: both;
	}
	.owl-carousel .owl-buttons div {
		opacity: 1;
		-khtml-opacity: 1 ;
		-moz-opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1; 
		filter: alpha(opacity=100);
	}
	#header-search .select-wrapper {
		max-width: 120px;
	}
	footer .footer-column h5.toggle {
		float: left;
		width: 100%;
		padding: 10px;
		cursor: pointer;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by
	{
		margin: 5px 0;
		float: left;
		clear: both;
	}
	.common-home .brand-carousel {
		margin: 0 0 30px;
	}
	.product-list .product-thumb .button-group .btn-wishlist, .product-list .product-thumb .button-group .btn-compare, .product-list .product-thumb .button-group .btn-quickview{
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.product-product .nav-tabs > li > a {
		padding: 5px 12px;
		line-height: 24px;
	}
	#quickview-content {
		height: 84%;
		padding: 30px 20px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-product .product-images {
		width: 100%;
	}
	.product-details h1.product-name {
		margin-top: 20px;
        font-size: 16px;
	}
	.checkout-cart #content .input-group input {
		min-width: 20px;
	}
	.product-grid .product-thumb .thumb-description {
		width: 100%;
	}
	.product-grid .product-thumb:hover .thumb-description, .related-items .product-thumb:hover .thumb-description, .product-thumb:hover .thumb-description{
	     background:none;
	}
	.product-list .product-thumb .thumb-description .caption {
		padding: 5px 0 0;
	}
	.product-thumb .btn-quickview {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		padding: 0;
		width: 42px;
		position: static;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.product-thumb .rating {
		bottom:60px;
	}
	.product-thumb:hover .rating {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	#cart .dropdown-menu {
		max-width: 320px;
	}
	button.btn-quickview span {
		display: none;
	}
	.product-images .additional-images-container {
		width: 440px;
		margin: 20px auto 0;
	}
	.product-quickview .product-images .additional-images-container {
		width: 90%;
	} 
	.footer .footer-column h5.toggle{margin-bottom:2px;padding:10px;display:block;text-transform:uppercase;}
	.product-thumb:hover .price{
		opacity:1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.product-list .product-thumb .rating {
		position: static;
		margin: 0 0 10px;
		bottom: 0;
	}
	.product-thumb:hover .rating, .product-thumb:hover .price {
		display: block;
	}
	.product-list .product-thumb:hover .rating {
		position: static;
	}
	.products-carousel.owl-carousel .owl-buttons div {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
		position: static;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.product-thumb .button-group {
		/* opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1; */
		bottom: 10px;
		width: auto;
		top: auto;
		height: auto;
	}
	.product-thumb .button-group button {
		visibility: visible;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	.product-list .product-thumb .button-group {
		margin: 0 5px;
	}
	.product-thumb .button-group button.btn-cart, .product-thumb .button-group button.btn-wishlist, .product-thumb .button-group button.btn-compare, .product-thumb .button-group button.btn-quickview {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	.product-thumb .button-group button{
		width: 30px;
		height: 30px;
	}
	.product-thumb .thumb-description .caption .ttproducthover .btn-cart,
	.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now{
		height: 32px;
		line-height: 20px;
		width: 100%;
		margin-bottom: 4px;
		padding: 0 15px;
	}
	.product-thumb .ttproducthover .btn-cart.disabled i, .product-thumb .ttproducthover .btn-buy-now.disabled i{
		height: 30px;
    width: 24px;
	}
	.product-thumb .ttproducthover .btn-cart span,
	.product-thumb .ttproducthover .btn-buy-now span{
		font-size: 12px;
	}
	.product-thumb .ttproducthover .btn-cart.disabled span,
	.product-thumb .ttproducthover .btn-buy-now.disabled span{
		font-size: 12px;
	}
	.product-thumb .ttproducthover .btn-buy-now.disabled{
		display: block;
		visibility: hidden;
	}
	.product-thumb .ttproducthover .btn-cart i, .product-thumb .ttproducthover .btn-buy-now i{
		display: none;
	}
	.product-thumb .rating{
		display: none;
	}
	.product-thumb .thumb-description .caption{
		padding: 0 0px;
	}
	.product-grid .product-thumb .thumb-description{
		padding: 0;
	}
	.product-thumb .button-group .btn-wishlist i{
		background: var(--bg-color) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -40px 3px;
	}
	.product-thumb .button-group .btn-compare i{
		background: var(--bg-color) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -40px -90px;
	}
	.product-thumb .button-group .btn-quickview i{
		background: var(--bg-color) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -40px -130px;
	}
	.product-thumb .button-group .btn-wishlist:hover i {
		background-position: 3px 3px !important;
	}
	.product-thumb .button-group .btn-compare:hover i{
		background-position: 3px -90px !important;
	}
	.product-thumb .button-group .btn-quickview:hover i{
		background-position: 4px -130px !important;
	}
	.product-details .btn.btn-default.product-btn-compare{
		padding-right: 0px;
	}
	.product-thumb .ttproducthover .btn-cart i{
		background: rgba(0, 0, 0, 0) url(TemplateTrip/images/product-sprite.png) no-repeat scroll -46px -45px;
		height: 30px;
		width: 20px;
	}
	.product-thumb .ttproducthover .btn-buy-now i{
		background: rgba(0, 0, 0, 0) url(TemplateTrip/images/product-sprite1.png) no-repeat scroll -46px -16px;
	}
	.product-thumb .ttproducthover .btn-cart span,
	.product-thumb .ttproducthover .btn-buy-now span{
		line-height: 28px;
	}
	.product-thumb .ttproducthover .btn-cart:hover i{
		background-position: -4px -45px;
	}
	.product-thumb .ttproducthover .btn-buy-now:hover i{
		background-position: -4px -16px;
	}
	.product-thumb .thumb-description .caption .ttproducthover {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		margin: 5px 0 0;
	}
	.product-thumb:hover .thumb-description .caption .ttproducthover {
		margin: 5px 0 0;
		height: auto;
	}
	.product-thumb .thumb-description .caption .ttproducthover .btn-cart,
	.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now{
		position: static;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.product-list .product-thumb .button-group .btn-cart {
		margin: 0 0 5px;
	}
	.product-thumb .button-group .btn-wishlist > span,
	.product-thumb .button-group .btn-compare > span {
		display: none;
	}
	.product-thumb:hover .rating{
		display:none;
	}
	.product-category .list-group-item{border:none;}
	.product-category .list-group{margin-bottom:0px;}
	.product-category .option-filter-box {
		margin-top: 10px;
		display:block !important;
	}
	.product-thumb .sale-icon {
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		right: 10px;
	}
	.product-thumb .percent {
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		left: 10px;
	}
	.product-thumb:hover .percent {
		left: 10px;
	}
	.product-thumb:hover .sale-icon {
		right: 10px;
	}
	.product-list .product-thumb .image img {
		width: 100%;
	}
	.category-products .product-grid .product-thumb .image {
		float: none;
		width: auto;
		display: inline-block;
	}
	.related-carousel.products-list .product-thumb .image {
		float: none;
		width: auto;
		display: inline-block;
	}
	.category-products .product-grid {
		width: 50%;
		float: left;
		text-align: center;
	}
	body > .container > .row > #column-left {
		display: block;
	}
	.product-thumb .button-group .btn-cart span{
		color:#000;
	}
	.common-home .product-thumb .image {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.product-list .product-thumb .thumb-description {
		padding: 0 15px;
	}
	#tttestimonial-carousel {
		margin: 0;
	}	
	.contact-link > ul {
		display: inline-block;
		float: none;
	}
		/* .category-filter .filter-grid-list {
		width: 70px;
	} */
	.category-filter .filter-show, .category-filter .filter-sort-by {
		margin: 0;
		float: left;
		clear: none;
	}
	.category-filter .filter-show{
		margin: 0 3px 0 0;
		min-width: 60px;
	}
	.category-filter .filter-text {
		padding: 0;
	}
	/* .category-filter .filter-text .input-group-addon.control-label {
		display: none;
	} */
	.category-filter .filter-show .filter-selection {
		width: 60px;
		float: left;
	}
	/* .category-filter .filter-sort-by {
		width: 50%;
		max-width: 200px;
	} */
	/* .category-filter .filter-sort-by .filter-selection {
		width: 138px;
	} */
	.footer-container .container {
		padding: 0 15px;
	}
	.footer-bottom-cms {
		float: none;
		width: 100%;
		vertical-align: top;
		display: inline-block;
		padding: 10px 0 15px;
	}
	.footer-column.footer-left-cms {
		padding: 0 10px;
	}
	.product-thumb, .product-layout, .product-layouts {
		float: none;
		width: auto;
		
	}
	.row:has(.product-layout){
		margin-right: -10px;
    	margin-left: -10px;
	}
	.product-layout, .product-layouts{
		padding: 0 10px;
	}
	.product-layout .product-thumb, .product-layouts .product-thumb{
		padding: 10px 10px;
	}
	.category-products .product-layout.product-grid .product-thumb, .category-products .product-layout.product-list .product-thumb{
		margin-bottom: 20px;
	}
	.product-thumb h4{
		margin: 0;
	}
	.related-carousel.products-list .product-thumb {
		margin: 0;
	}
	.related-carousel.products-list .product-layouts {
		padding: 0;
	}
	.bottom-footer {
		text-align: center;
	}
	#goToTop {
		right: 20px;
	}
	.checkout-cart .sub-total-table {
		float: none;
	}
	.checkout-cart h2 {
		font-size: 16px;
	}
	.checkout-cart #accordion .panel-heading a {
		font-size: 14px;
	}
	.checkout-checkout h4 {
		font-size: 15px;
	}
	.category-list ul li {
		margin-right: 2px;
		width: 140px;
	}
	.category-list li a {
		font-size: 13px;
	}
	.category-list h5 {
		margin: 5px 0 10px;
	}
	.special-carousel.products-list {
		margin: 0 0 30px 0;
	}
	.ttproduct-main {
		margin: 0 0 50px;
	}
	.header-content-title {
		margin: 0 0px 20px;
	}
	.page-title-wrapper .page-title {
		float: none;
		text-align: center;
		font-size: 14px;
		line-height: 22px;
	}
	.breadcrumb {
		float: none;
		line-height: 22px;
	}
	.page-title-wrapper .breadcrumb a {
		font-size: 13px;
		line-height: 22px;
	}
	.page-title-wrapper .breadcrumb > li + li::before {
		line-height: 22px;
	}
	.TTProduct-Tab .nav-tabs > li > a .tab-title {
		font-size: 15px;
	}
	.product-single-page-video{
		width: 100%;
	}
	.product-details #button-cart, .product-details #button-checkout{
		margin: 0 5px;
		padding: 12px 14px 12px 34px;
	}
	.product-product #button-cart::before{
		background-position: -35px -38px;
	}
	.product-details #button-checkout::before{
		background-position: -35px -8px;
	}
	#column-left .featured-carousel{
		display: none;
	}
	#column-left .swiper-viewport{
		display: none;
	}
	.product-image .main-product-video{
		height: 400px !important;
	}
	#cart > .btn{
		width: 35px;
    	height: 40px;
	}
	#cart #cart-icon{
		width: 25px;
        height: 25px;
	}
	#top-links > ul > li.header_user_info{
		height: 35px;
		width: 35px;
	}
	.header_user_info #user{
		width: 30px;
        height: 30px;
        padding-top: 4px;
	}
	#search{
		width: 35px;
		height: 35px;
	}
	.ttsearch_button #search_icon{
		width: 30px;
		height: 30px;
		padding: 9px 0px 0px;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before{
		top: -10px !important;
	}
	.login-page > .row{
		flex-direction: column;
	}
	.login-page .customer-login{
		width: 100%;
	}
}
@media (min-width:481px) and (max-width:767px) { 
	#product-product .product-image {
		margin: 0 auto;
		width: 80%;
		position: relative;
		float: none;
	}
}
@media (max-width:543px) {
	.TTProduct-Tab .nav-tabs > li > a {
		font-size: 14px;
	}
	.header-top-right {
		right: 10px;
	}
	.full-header {
		padding: 0 5px;
	}
	#logo {
		padding: 10px 0;
		max-width: 120px;
		left: 40px;
		right: auto;
	}
	#logo .img-responsive {
		max-width: 120px;
		max-height: 70px;
	}
	.catesort {
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width:480px) {
	.product-quantity #input-quantity {
		width: 40px;
	}
	#quickview-content {
		width: 90%;
	}
	.ttsearchtoggle {
		left: auto;
		right: -100px;
	}
	.products-list{
		margin-bottom:20px;
	}
	.related-carousel.products-list {
		margin: 0;
	}
	.category-bg {
		border-radius: 0;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;
	}
	#cart .header-cart-toggle .text-left.name > a, #cart .header-cart-toggle .text-right.amount {
		font-size: 13px;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle {
		top: 28px;
	}
	.special-carousel.products-list {
		margin: 0 0 20px 0;
	}
	.TTProduct-Tab .nav-tabs > li > a .tab-title{
		padding: 8px 22px;
	}
	.product-list .product-thumb .button-group .btn-cart {
		padding: 0;
		width: 40px;
		height: 40px;
		background: #ff579a;
		border: none;
		margin: 0;
	}
	footer .footer-column h5.toggle {
		font-size: 14px;
	}
	.product-list .product-thumb .button-group i.fa-shopping-cart {
		background-color: #ff579a;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		width: 40px;
		background-position: -35px -38px;
	}
	.product-list .product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
		background-color: #3f2923;
		background-position: -35px -38px;
	}
	.customNavigation a {
		font-size: 12px;
	}
	.product-list .button-group button.btn-cart span {
		display: none !important;
	}
	.product-list .button-group button.btn-cart span::after {
		background: #ff579a none repeat scroll 0 0;
	}
	.product-list .product-thumb .thumb-description .caption .ttproducthover .product-add-to-cart {
		float: none;
		width: auto;
		display: inline-block;
	}
	.product-tabs {
	   border: none;
	}
	.product-small-view {
		margin: 0;
	}
	.nav-tabs {
		text-align: center;
	}
	.product-product .nav-tabs > li > a {
		text-align: center;
		margin: 0 0 5px;
		padding: 5px 12px;
		line-height: 22px;
		font-size: 13px;
	}
	#ttsmartblog-carousel.owl-carousel {
		margin: 0;
	}
	.contact-link > ul {
		padding: 8px 0;
	}
	.ttproduct-main {
		margin: 0 0 40px;
	}
	.category-description .category-content p {
		font-size: 13px;
		margin: 10px 0 0;
	}
	.common-home header::after {
  		height: 260px;
	}
	.header-mail {
		display: none;
	}
	#top .container {
		padding: 0;
	}
	.TTProduct-Tab .nav.nav-tabs {
		width: 70%;
		margin: 0 0 15px;
	}
	.products-list .owl-carousel {
		text-align: center;
		margin: 0;
		float: left;
		width: 100%;
	}
	.product-images .additional-images-container {
		width: 240px;
	}
	.additional-images .image-additional img {
		width: auto;
	}
	#cart .dropdown-menu li p {
		margin: 0px;
	}
	.product-grid .product-thumb .image, .product-list .product-thumb .image,
	.product-grid .product-thumb .thumb-description, .product-list .product-thumb .thumb-description { width: 100%; text-align: center;}
	.product-list .product-thumb .image a,
	.product-list .product-thumb .image img,
	.product-list .product-thumb .button-group button { float: none; }
	.table {
		overflow-y:auto;
		display: inline-block;
	}
	.TTProduct-Tab .nav.nav-tabs > li {
		width: 100%;
		margin: 0 0 5px;
	}
	#checkout-cart .sub-total-table .table.table-bordered {
		border: transparent;
	}
	.table td {width: 100%;}
	#cart .dropdown-menu li > div { min-width: 100%;}
	.product-tabs .nav-tabs li {
		width: 100%;
	}
	#cart .dropdown-menu {
		max-width: 300px;
		min-width: 310px;
		left: auto;
		right: -5px;
	}
	.category-products .product-grid {
		width: 50%;
	}
	.category-pagination .text-left,.category-pagination .text-right {width: 100%;}
	.category-pagination .text-right{float:none;}
	.category-pagination .text-left{margin-bottom:10px;}
	.category-pagination div.text-left, .category-pagination div.text-right{margin:0;}
	.category-pagination{margin:20px 0px 30px;}
	.category-pagination .text-left,.category-pagination .text-right {width: 100%; text-align:center;}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #ebebeb;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
	.product-product .nav-tabs > li{margin-left:0px;}
	
	.product-list .product-thumb .button-group {
		float: none;
		display: inline-block;
		width: auto;
		vertical-align: top;
		height: auto;
		margin: 0;
	}
	.product-list .product-thumb .image::after{

		display:none;
	}
	.product-list .btn-wishlist .tooltip::before {
		left: 95px;
	}
	.product-details .rating > a {
		margin:5px 8px 0 0;
		padding:0 8px 0 0;
		border-right:none;
	 }
	.rating .product-rating {
		margin: 0;
		width: 100%;
		border-right:none;
	}
	.form-horizontal .control-label {
		width: 100%;
	}
	.checkout-cart .buttons .pull-left {
	    text-align: center;
	    width: 100%;
	}
	.checkout-cart .buttons .pull-right {
	   margin-top: 15px;
	   text-align: center;
	   width: 100%;
	}
	#top .fa.fa-caret-down {
		padding:0;
	}
	.checkout-cart #content .input-group input {
		width: 100%;
	}
	.checkout-cart #content .input-group .input-group-btn {
		display: table;
	}
	.checkout-cart #content .input-group {
		display: inline-block;
		vertical-align: top;
		float: left;
		width: 100%;
	}
	.product-list .product-thumb .thumb-description {
		padding: 0 5px;
	}
	.checkout-cart #content .input-group .input-group-btn #button-voucher, .checkout-cart #content .input-group #button-coupon {
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		margin: 5px 0 0;
	}
	.footer-top-cms {
		padding: 0;
	}
}

@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search, #header-search {
	    width: 100%; 
	}
}
/*-------------------------------------------- Common Title CSS Start -------------------------------------------------*/
	.box-heading h3, .title_block h3 {
		color: #000;
		font: 700 38px/40px var(--heading-font);
		text-align: center;
		text-transform: capitalize;
		display: inline-block;
		float: none;
		margin: 0 0 25px;
		padding: 0 0 20px;
		position: relative;
		vertical-align: top;
		width: 100%;
		cursor: pointer;
		letter-spacing: 0;
	}
	.box-heading h3::after {
		background: #d9d9d9;
		content: "";
		height: 2px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 30px;
	}
	.ttdesc {
		color: var(--text-dark);
		float: left;
		font-family: var(--sub-heading-font);
		font-size: 22px;
		font-style: italic;
		font-weight: 400;
		line-height: 28px;
		margin: 0 0 10px;
		text-align: center;
		text-transform: capitalize;
		width: 100%;
	}
	.products-list .box-heading {
		text-align: center;
		position: relative;
	}
	@media (max-width: 1199px) {
		.box-heading h3, .title_block h3 {
			font-size: 34px;
			line-height: 38px;
		}
	}
	@media (max-width: 991px) {
		.box-heading h3, .title_block h3 .title_block .ttblock-heading {
			font-size: 32px;
			line-height: 34px;
		}
		#logo {
			padding: 10px 0;
			left: 40px;
			top:0px;
			right: auto;
			height: 86px;
			/* height: -webkit-fill-available; */
			display: flex;
		}
		#logo .img-responsive {
			max-width: 140px;
			max-height: 70px;
		}
	}
	@media (max-width: 767px) {
		.box-heading h3, .title_block h3 .title_block .ttblock-heading {
			font-size: 24px;
			line-height: 30px;
		}
	}
	@media (max-width: 480px) {
		.box-heading h3, .title_block h3 .title_block .ttblock-heading {
			font-size: 28px;
			line-height: 30px;
		}
	}
/*---------------- Start Gallery Block Css -------------------*/
#ttcmsgallery {
	float:left;
	margin:0 0 80px;
	width:100%;
	padding:0;
}
#ttcmsgallery .ttcmsgalleryblock .owl-wrapper-outer {
    background: var(--text-dark);
}
#ttcmsgallery .ttcmsgalleryblock {
	float:left;
	width:100%;
	text-align: center
}
#ttcmsgallery .ttcmsgalleryblock .ttcmsgallery1 {
	padding: 0;
}
#ttcmsgallery .ttgallery-img {
    position: relative;
    display: block;
   overflow: hidden;
   float:right;
   width:100%;
   	padding:0 0 0 40px;
}
#ttcmsgallery .ttcmsgallery1 .ttimg {
    float: left;
    width: 100%;
}
#ttcmsgallery .ttgallery-img > a {
	float: left;
	overflow: hidden;
	position: relative;
	width:100%;
}
#ttcmsgallery .ttcmsgallery1 .gallerrycontent {
    float: left;
    text-align: center;
	width: 100%;
	position: relative;
}
#ttcmsgallery .galarrytext {
    float: left;
    position: absolute;
    top: auto;
    bottom: 30px;
    margin: 0 auto;
    text-align: left;
    padding: 0 30px;
}
#ttcmsgallery .ttimg img {
	max-width: 100%;
	width: 100%;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#ttcmsgallery .ttimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#ttcmsgallery .ttimg a .blog-hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width: 100%;
}
#ttcmsgallery .ttimg:hover .blog-hover {
	background: rgba(0,0,0,.4);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#ttcmsgallery .ttimg .galleryicons {
	bottom: 0;
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	opacity: 0;
	-moz-opacity:0; 
-khtml-opacity: 0; 
-webkit-opacity: 0; 
}
#ttcmsgallery .ttimg:hover .galleryicons {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
#ttcmsgallery .ttgallery-img .galleryicons .icon.zoom {
	display: inline-block;
	height: 50px;
	position: relative;
	width: 50px;
}
#ttcmsgallery .ttgallery-img .galleryicons .icon::before {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	color: var(--light-bg-color);
	content: "";
	font-family: "fontawesome";
	font-size: 14px;
	height: 45px;
	left: 0;
	margin: auto;
	padding: 12px;
	position: absolute;
	top: 0;
	width: 45px;
}
#ttcmsgallery .ttgallery-img .galleryicons .icon:hover::before {
	background: #face1e none repeat scroll 0 0;
	border: 2px solid #face1e;
	color: var(--light-bg-color);
}
#ttcmsgallery .ttimg .galleryicons .icon.zoom::before {
	content: "\f002";
}
#ttcmsgallery .ttgallery-content {
	float: right;
	padding: 100px 30px 0;
	text-align: left;
	width: 30%;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
#ttcmsgallery .ttgallery-content .ttgallery-title {
	font: 700 40px/46px var(--heading-font);
	color: var(--light-bg-color);
	margin: 0 0 20px;
	width:70%;
}
#ttcmsgallery .ttgallery-content .ttgallery-subtitle {
	color: var(--text-dark);
	float: left;
	font:italic 300 22px/28px var(--sub-heading-font);
	margin: 0 0 20px;
	text-transform: capitalize;
	width: 100%;
}
#ttcmsgallery .ttgallery-content .ttgallery-desc {
	color: var(--text-dark);
	float: left;
	font: 500 16px/24px var(--text-font);
	letter-spacing: 0.8px;
	width: 70%;
	margin: 0 0 20px;
	position: relative;
}
#ttcmsgallery .ttgallery-content .ttgallery-btn{
	float: left;
	width: 100%;
	position: relative;
}
#ttcmsgallery .ttgallery-content .ttgallery-btn > a {
	background: var(--light-bg-color) none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font: 500 16px/18px var(--text-font);
	letter-spacing: 0.6px;
	padding: 12px 20px;
	position: relative;
	vertical-align: top;
	width: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#ttcmsgallery .ttgallery-content .ttgallery-btn > a:hover {
	background: #000;
	color:var(--text-dark);
}
#ttcmsgallery .ttgallery-content .ttgallery-btn > a::after {
	background: var(--primary-color);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	z-index: -1;
}
#ttcmsgallery .ttgallery-content .ttgallery-btn > a:hover::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
#ttcmsgallery .ttgallery-block {
    float: right;
    width: 50%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
@media(max-width:1750px) {
	#ttcmsgallery .ttgallery-img {
		padding:0 0 0 15px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-title {
		width:100%;
	}
}
@media (max-width: 1399px) {
	#ttcmsgallery .ttgallery-content {
		width: 40%;
	}
}
@media (max-width: 1300px){
	#ttcmsgallery .galarrytext{
		padding: 0 20px;
	}
}
@media(max-width:1299px) {
	#ttcmsgallery .ttgallery-content {
		padding: 70px 30px 0;
	}
}
@media (max-width: 1200px) {
	#ttcmsgallery .galarrytext{
		padding: 0 15px;
	}
}
@media (max-width: 1199px) {
	#ttcmsgallery {
		margin: 0 0 70px;
	}
	#ttcmsgallery .ttgallery-content {
		padding: 30px 15px 0;
	}
}
@media (max-width: 991px) {
	#ttcmsgallery .ttcmsgalleryblock {
		padding: 0;
	}
	#ttcmsgallery .ttgallery-content {
		padding: 15px 15px 0;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-desc {
		width: 100%;
		margin: 0 0 15px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-title {
		font-size: 30px;
		line-height: 36px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-title {
		width:80%;
	}
}
@media (max-width: 767px) {
	#ttcmsgallery .ttimg .galleryicons {
		opacity:1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	#ttcmsgallery .ttgallery-block {
		width:100%;
	}
	#ttcmsgallery .ttimg a .blog-hover {
		background:rgba(0,0,0,.3);
	}
	#ttcmsgallery {
		margin: 0 0 40px;
	}
	#ttcmsgallery .ttgallery-img {
		width: 100%;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-title {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-subtitle {
		margin: 0 0 10px;
	}
	#ttcmsgallery .ttgallery-content {
		width: 100%;
	}
	#ttcmsgallery .ttgallery-img {
		padding: 0;
	}
	#ttcmsgallery .ttcmsgalleryblock .ttcmsgallery1 {
		padding: 0 15px;
	}
}
@media (max-width: 543px) {
	#ttcmsgallery {
		margin:0 0 30px;
	}
	#ttcmsgallery .ttcmsgalleryblock .ttcmsgallery1 {
		width: 100%;
		padding: 0 10px;
	}
	#ttcmsgallery .ttcmsgalleryblock {
		padding: 0;
		background: none;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-title {
		font-size: 20px;
		line-height: 26px;
		width: 100%;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-subtitle {
		font-size: 18px;
		line-height: 20px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-desc {
		width: 100%;
		font-size: 13px;
	}
	#ttcmsgallery .ttgallery-img .galleryicons .icon::before {
		font-size: 13px;
		height: 35px;
		padding: 6px;
		width: 35px;
	}
	#ttcmsgallery .ttgallery-img .galleryicons .icon.zoom {
		height: 35px;
		width: 35px;
	}
}
/*---------------- End Gallery Block Css -------------------*/
/* ---------------------- Start TT CMS AboutUS Block --------------------------*/
#ttcmsaboutus {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 90px;
}
#ttcmsaboutus::before {
	position: absolute;
	height: 82%;
	width: 72%;
	right: 0;
	top: 0;
	content: "";
	margin: 0 auto;
	left: auto;
	background: #ede8c0 url("TemplateTrip/images/pattern.png") repeat scroll 0 0;
}
#ttcmsaboutus .ttcmsaboutus {
	float: left;
	width: 100%;
	padding: 200px 100px 0;
}
#ttcmsaboutus .ttabout-banner  {
	float: left;
}
@media(max-width:7001px){
	#ttcmsaboutus::before {
		width: 90%;
	}
}
@media(max-width:5001px){
	#ttcmsaboutus::before {
		width: 85%;
	}
}
@media(max-width:2001px){
	#ttcmsaboutus::before {
		width: 75%;
	}
}
@media (min-width: 1699px) {
	#ttcmsaboutus .ttabout-banner.ttabout1  {
		width: auto;
	}
}
#ttcmsaboutus .ttabout-banner.ttabout1 .about-img{
	overflow: hidden;
}
#ttcmsaboutus .ttabout-banner .about-img a::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
#ttcmsaboutus .ttabout-banner .about-img a {
    position: relative;
    display: block;
}
#ttcmsaboutus .ttabout-banner .about-img:hover a::after {
    opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
#ttcmsaboutus .ttabout-banner.ttabout2 {
	float: left;
	padding: 100px 0 0;
	margin: 0 0 0 -30px;
}
#ttcmsaboutus .ttabout-banner img {
	max-width: 100%;
}
@media (min-width: 992px) {
	#ttcmsaboutus .ttabout-banner img {
		transform: scale(1);
		-moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
		transition: all 600ms ease-in-out 0s;
		-webkit-transition: all 600ms ease-in-out 0s;
		-moz-transition: all 600ms ease-in-out 0s;
		-o-transition: all 600ms ease-in-out 0s;
		-ms-transition: all 600ms ease-in-out 0s;
		width: 100%;
	}
	#ttcmsaboutus .ttabout-banner:hover img {
		transform: scale(1.1);
		-moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
	}
}
#ttcmsaboutus .ttabout-banner .banner-content1.content {
	float: left;
	width: 65%;
	padding: 0 70px;
	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;
}
#ttcmsaboutus:hover .ttabout-banner .banner-content1.content {
	margin:0 0 0 -50px;
}
#ttcmsaboutus .ttabout-banner.ttabout2 .title {
	float: left;
	width: auto;
	background: #fff;
	font: 700 42px/50px var(--heading-font);
	padding: 10px 20px;
	color: var(--light-bg-color);
	letter-spacing:0px;
}
#ttcmsaboutus .ttabout-banner.ttabout2 .desc {
	float: left;
	width: 100%;
	background: #fff;
	font: italic 400 22px/32px var(--sub-heading-font);
	letter-spacing: 0.4px;
	padding: 5px 20px;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content {
	float: left;
	width: 100%;
	margin: 50px 0 0 -20px;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .banner-img {
	float: left;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .banner-img .about-img {
	overflow: hidden;
}
#ttcmsaboutus .ttabout-banner .about-img .big_img{
	max-width: 510px;
    max-height: 770px;
	height: auto;
}
#ttcmsaboutus .ttabout-banner .about-img .small_img{
	max-width: 420px;
    max-height: 588px;
    /* object-fit: none; */
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent {
	float: left;
	margin: 70px 0 0 -50px;
	padding: 15px 20px;
	background:#fff;
	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;
	position: relative;
	width:50%;
}
@media (min-width: 992px) {
	#ttcmsaboutus .ttabout-banner .banner-content2.content:hover .bannercontent {
		margin-left: 0;
		margin-right: 0;
	}
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .banner-title {
	float: left;
	width: 100%;
	font: 700 28px/30px var(--heading-font);
	letter-spacing: 0.2px;
	color: var(--light-bg-color);
	margin: 0 0 10px;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .price {
	float: left;
	width: 100%;
	font: 700 24px/30px var(--heading-font);
	color: var(--light-bg-color);
	margin: 0 0 10px;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .price span {
	color: var(--text-dark);
	font-size: 16px;
	font-weight: 500;
	margin: 0 5px;
	text-decoration: line-through;
	vertical-align: top;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .btn {
	float: left;
	width: auto;
	padding: 0 0 5px;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .btn a {
	padding: 0;
	font-size: 14px;
	position:relative;
}
#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .btn a::after {
	content:"";
	width:85px;
	border-bottom:1px solid #aaa;
	position:absolute;
	top:auto;
	bottom:-5px;
	left:0;
}
@media (max-width: 1599px) {
	#ttcmsaboutus .ttcmsaboutus {
		padding: 120px 50px 0;
	}
}
@media (max-width: 1299px) {
	#ttcmsaboutus .ttabout-banner.ttabout2 {
		padding: 70px 0 0;
	}
	#ttcmsaboutus .ttabout-banner .banner-content1.content {
		width: 85%;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .banner-img {
		width: 35%;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .banner-title {
		font-size:20px;
		line-height:25px;
	}
}
@media (max-width: 1199px) {
	#ttcmsaboutus .ttcmsaboutus {
		padding: 50px 30px 0;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 {
		padding: 30px 0 0;
	}
	#ttcmsaboutus .ttabout-banner .banner-content1.content {
		width: 100%;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 .title {
		font-size: 32px;
		line-height: 38px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content {
		margin: 30px 0 0;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 .desc {
		font-size: 16px;
		line-height: 28px;
	}
	#ttcmsaboutus::before {
		height: 90%;
	}
}
@media (max-width: 991px) {
	#ttcmsaboutus::before {
		height: 78%;
	}
	#ttcmsaboutus {
		margin: 0 0 60px;
	}
	#ttcmsaboutus .ttabout-banner:hover .banner-content1.content,
	#ttcmsaboutus:hover .ttabout-banner .banner-content1.content {
		margin:0;
	}
	#ttcmsaboutus .ttabout-banner .banner-content1.content {
		padding: 0;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent {
		margin: 30px 0 0 -30px;
		width: 65%;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content {
		margin: 20px -15px 0px;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 .title {
		font-size: 22px;
		line-height: 28px;
		padding: 5px 20px;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 .desc {
		font-size: 14px;
		line-height: 24px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .banner-title {
		font-size: 18px;
		line-height: 20px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .price {
		font-size: 18px;
		line-height: 20px;
	}
}
@media(max-width:767px) {
	#ttcmsaboutus .ttcmsaboutus {
		padding:50px 0px 0;
	}
}
@media (max-width: 543px) {
	#ttcmsaboutus {
		margin: 0 0 40px;
		text-align: center;
	}
	#ttcmsaboutus .ttcmsaboutus {
		padding: 15px 0 0;
	}
	#ttcmsaboutus .ttabout-banner {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		text-align: center;
	}
	#ttcmsaboutus .ttabout-banner .about-img .big_img{
		height: 470px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .price {
		font-size: 16px;
		line-height: 18px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .price span {
		font-size: 14px;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 {
		padding: 10px 0 0;
		margin: 0;
		background: #fff;
		float: left;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	#ttcmsaboutus .ttabout-banner.ttabout1 .about-img {
		width: 100%;
		float: left;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content {
		margin: 10px 0 0;
		text-align: center;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 .title {
		text-align: center;
		width: 100%;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .banner-img {
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 15px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent {
		margin: 0;
		width: 100%;
		text-align: center;
		padding: 20px 15px 0;
	}
	#ttcmsaboutus .ttabout-banner .banner-content1.content {
		text-align: center;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .btn {
		width: 100%;
	}
	.product-quickview #product #input-quantity{
		margin-right: 150px;
		margin-bottom: 15px;
	}
}
@media (max-width: 370px) {
	#ttcmsaboutus {
		margin: 0 0 20px;
	}
	#ttcmsaboutus .ttabout-banner {
		width: 100%;
	}
	.category-filter .filter-show, .category-filter .filter-sort-by{
		flex-direction: column;
		justify-content: left;
		align-items: baseline;
	}
	#product #input-quantity{
		margin-right: 150px;
		margin-bottom: 15px;
	}
}
/* ---------------------- Start TT CMS AboutUS Block --------------------------*/
/* ----------------- Start TT - CMS testimonial ------------------- */

#ttcmstestimonial {
	float: left;
	width: 100%;
	margin: 0 0 90px;
	position: relative;
	text-align: center;
}
#ttcmstestimonial .tt-title {
	display: none;
}
#ttcmstestimonial .tttestimonial-inner {
	float: left;
	position: relative;
	width: 100%;
	padding: 50px 20px;
	border: 2px solid #e5e5e5;
}
#tttestimonial-carousel li {
	float: left;
	width: 100%; 
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc{
	display: inline-block;
	float: none;
	margin: 0 0 20px;
	vertical-align: top;
	width: 55%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-image {
	float: none;
	margin: 0 0 20px;
	width:auto;
	display:inline-block;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-image img {
	height: 100px;
	width: 100px;
	border: 5px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
	color: #000;
	float: left;
	font: 600 16px/18px var(--text-font);
	letter-spacing: 1.4px;
	margin: 0;
	padding: 10px 0 5px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
	color: var(--text-color);
	font: italic 400 22px/32px var(--sub-heading-font);
	letter-spacing: 0.6px;
	margin: 0;
}
#dialog-normal .newletter-title h2{
	font: 700 40px/50px var(--heading-font) !important;
	color: var(--light-bg-color) !important;
}
.newletter-subscribe{
	background: var(--light-color) url('/catalog/view/theme/OPC209_01/stylesheet/TemplateTrip/images/pattern.png') repeat scroll center !important;
}
#subscribe .btn{
	background-color: var(--bg-color) !important;
}
#tttestimonial-carousel {
	float: none;
	margin: 0;
	text-align: center;
	width: 75%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content {
	display: inline-block;
	float: left;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .user-designation {
	color: var(--text-dark);
	float: left;
	font: 500 14px/18px var(--text-font);
	letter-spacing: 0.8px;
	margin: 0 0 10px;
	padding: 0 0 60px;
	position: relative;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .user-designation::before {
	background: #ccc;
	top: auto;
	content: "";
	height: 50%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
}
#ttcmstestimonial .tttestimonial-content .owl-dots button {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsoffer .owl-controls .owl-dots button {
	bottom: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}
#ttcmstestimonial .tttestimonial-content .owl-dots button {
	display: inline-block;
	float: none;
	height: 12px;
	cursor: pointer;
	margin: 0 10px 0 0;
	width: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background: var(--text-dark);
	vertical-align:middle;
}
#ttcmsoffer .owl-controls .owl-dots button{
	background: var(--primary-color);
}
#ttcmstestimonial .tttestimonial-content .owl-dots button:hover {
	background: var(--primary-color);
}
#ttcmstestimonial .tttestimonial-content .owl-dots button.active {
	background: var(--primary-color);
	height: 15px;
	vertical-align: middle;
	width: 15px;
	position:relative;
}
@media (max-width: 1199px) {
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
		width: 90%;
	}
}
@media (max-width: 991px) {
    #ttcmstestimonial {
		margin: 0 0 70px;
	}
}
@media (max-width: 767px) {
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
		float: left;
		width: 100%;
	}
	#ttcmstestimonial {
		margin: 0 0 40px;
	}

}
@media (max-width: 543px) {
	#tttestimonial-carousel {
		width: 100%;
	}
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-image {
        margin: 0;
        text-align: center;
    }
	#ttcmstestimonial .tttestimonial-inner {
		padding: 30px 10px;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
		font-size: 16px;
	}
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/*---------------- Start TT - cms Offer block-------------*/
#ttcmsoffer {
	float: left;
	width: 100%;
	margin: 0 0 90px;
	position: relative;
}
#ttcmsoffer .ttcmsofferinner {
	float: left;
	position: relative;
	width: 100%;
}
#ttcmsoffer .ttofferbanner {
	float: left;
	height: 600px;
	padding: 0;
	background-attachment: fixed;
	background-position: bottom !important; 
    background-repeat: no-repeat;
	background-size: cover;
}
#ttcmsoffer .ttoffercontent {
	float: right;
	position: absolute;
	right: 15px;
	text-align: left;
	top: 35%;
	width: 35%;
	background: #fff;
	padding: 30px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
	#ttcmsoffer .ttcmsofferinner:hover .ttoffercontent {
		margin-left: 0;
		margin-right: 40px;
	}
}
#ttcmsoffer .ttcmsoffer-title {
	color: #1e1e1e;
	float: left;
	font: 700 40px/48px var(--heading-font);
	letter-spacing: 0.2px;
	margin: 0 0 20px;
	width: 100%;
}
#ttcmsoffer .ttcmsoffer-desc {
	color: var(--text-dark);
	float: left;
	font: normal 400 22px/32px var(--sub-heading-font);
	letter-spacing: 0.4px;
	margin: 0 0 20px;
	width: 65%;
	padding: 0 0 0 30px;
	position: relative;
}
#ttcmsoffer .ttcmsoffer-desc::after {
	content: "";
	background: #7a7a7a;
	width: 2px;
	height: 100%;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 15px;
	right: auto;
	margin: auto;
}
@media (max-width: 1499px) {
	#ttcmsoffer .ttoffercontent {
		width: 40%;
		top: 30%;
	}
}
@media (max-width: 1299px) {
	#ttcmsoffer .ttoffercontent {
		width: 45%;
	}
}
@media (max-width: 1199px) {
	#ttcmsoffer .ttcmsoffer-desc {
		font-size: 18px;
		line-height: 28px;
	}
	#ttcmsoffer .ttoffercontent {
		width: 50%;
	}
	#ttcmsoffer .ttofferbanner {
		height: 400px;
	}
}
@media (max-width: 991px) {
	#ttcmsoffer {
		margin: 0 0 70px;
	}
	#ttcmsoffer .ttcmsoffer-desc {
		width: 100%;
		margin:0;
	}
	#ttcmsoffer .ttcmsoffer-title {
		font-size: 30px;
		line-height: 38px;
	}
}
@media (max-width: 767px) {
	#ttcmsoffer .ttcmsoffer-title {
		font-size: 24px;
		line-height: 30px;
	}
	#ttcmsoffer .ttofferbanner {
		padding: 0 15px;
		width: 100%;
	}
	#ttcmsoffer .ttoffercontent {
		width: 70%;
		margin: 15px 0 0;
		padding: 20px;
		bottom: 0;
		height: 65%;
		top: auto;
	}
	#ttcmsoffer {
		margin: 0 0 40px;
	}
	#ttcmsoffer .ttcmsoffer-desc {
		width: 100%;
	}
	#ttcmsoffer .ttofferbanner {
		height: 300px;
	}
	#ttcmsaboutus .ttabout-banner .about-img .small_img{
		object-fit: cover;
	}
}
@media (max-width: 543px) {
	#ttcmsoffer .ttcmsoffer-title {
		font-size: 18px;
		line-height: 24px;
	}
	#ttcmsoffer {
		margin: 0 0 20px;
	}
	#ttcmsoffer .ttcmsoffer-desc {
		font-size: 15px;
		line-height: 24px;
		width: 100%;
		padding: 0;
	}
	#ttcmsoffer .ttcmsoffer-desc::after {
		display: none;
	}
	#ttcmsoffer .ttofferbanner {
		height: 270px;
		margin: 0 0 60px;
	}
	#ttcmsoffer .ttoffercontent {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: auto;
		bottom: 0;
		height: auto;
	}
}
/*---------------- End TT - cms Offer block-------------*/
/* ---------------------- Start TT CMS Footer Block --------------------------*/

#ttcmsfooter {
	float: left;
    width: 100%;
	padding: 0;	
}
#ttcmsfooter .ttfooter-logo{
	margin: 10px 0 15px;
}
#ttcmsfooter .ttfooter-logo img{
	max-width: 100%;
}
#ttcmsfooter .ttfooter-desc {
	color: #ccc;
	float: left;
	font: 500 13px/22px var(--text-font);
	margin: 0 auto;
	padding:0 15px 0 0;
}
@media (max-width: 991px) {
    #ttcmsfooter {
        text-align: center;
    }
    #ttcmsfooter .ttfooter-desc {
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
		width: 70%;
		float:none;
		display:inline-block;
    }
}
@media(max-width:543px) {
	    #ttcmsfooter .ttfooter-desc {
		width: 100%;
    }
}
/* ---------------------- End TT CMS Footer Block --------------------------*/
/* ------------------------------------------ TT-FollowUs CMS Start -------------------------------------------*/
	.follow-us h5 {
		display: none;
		cursor: pointer;
	}
	.follow-us {
		float: left;
		width: 100%;
		text-align: center;
		position: relative;
	}
	#footer-bottom .follow-us .list-unstyled {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.follow-us ul.list-unstyled li {
		display: inline-block;
		margin: 0 7px 0 0;
		width: 30px;
		height: 30px;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	.follow-us ul.list-unstyled li:last-child {
		border: none;
	}	
	.follow-us ul li a {
		color: #ccc;
		padding: 6px 6px;
		float: left;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 100%;
	}	
	.follow-us ul li a i {
		font-size: 17px;
		font-weight: 500;
	}
	.fa.fa-facebook::before {
	  content: "\f09a";
	}
	.fa.fa-facebook:hover::before {
	  color: #145ab1;
	}
	.fa.fa-twitter::before {
	  content: "\f099";
	}
	.fa.fa-twitter:hover::before {
	  color: #44d3d8;
	}
	.fa.fa-rss::before {
	  content: "\f09e";
	}
	.fa.fa-rss:hover::before {
	  color: #ff6600;
	}
	.fa.fa-google-plus::before {
	  content: "\f0d5";
	}
	.fa.fa-google-plus:hover::before {
	  color: #ff0000;
	}
	.fa.fa-pinterest-p::before {
	  content: "\f231";
	}
	.fa.fa-pinterest-p:hover::before {
	  color: #ff3635;
	}
	.fa.fa-instagram::before {
	  content: "\f16d";
	}
	.fa.fa-instagram:hover::before {
	  color: #f33857;
	}
	@media (max-width: 767px) {
		.follow-us {
			padding: 0;
		}
	}
/* ------------------------------------------ TT-FollowUs CMS End -------------------------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
		#footer-right {
			float: left;
			width: 100%;
			padding: 0 5px;
		}
		footer .contact-us .email-address > a {
			margin: 0 0 5px;
			color: #ccc;
			font: 500 13px/20px var(--text-font);
		}
		footer .contact-us .email-address > a:hover {
			color: #fff;
		}
		#footer-top {
			float: left;
			width: 100%;
		}
		.html-content {
			float: left;
			width: 100%;
		}
		.contact-us {
			float: left;
			width: 100%;
			color: #ccc;
		}
		footer .contact-us ul {
			margin:	0;
		}
		footer .contact-us ul li {
			color: #ccc;
			line-height: 24px;
			list-style: none;
			overflow: hidden;
			margin: 0 0 5px;
			position: relative;
			font-size: 15px;
			font-weight: 500;
			float: left;
			width: 100%;
		}
		footer .contact-us ul li i {
			color: #ccc;
			float: left;
			font-size: 15px;
			margin-right: 0px;
			padding-right: 0;
			padding-top: 5px;
			width: 22px;
		}
		footer .contact-us .contact-address {
			padding: 0 0 0 20px;
			color: #ccc;
			font: 500 13px/23px var(--text-font);
			text-transform: capitalize;
			margin: 0 0 5px;
		}
		footer .contact-us .phone {
			color: #ccc;
			font: 500 13px/24px var(--text-font);
			margin: 0 0 5px;
		}
		footer .contact-us ul a::before {
			display: none;
		}
		@media (max-width: 991px) {
			footer .contact-us ul {
				padding: 0 10px;
			}
			#footer-right {
				padding: 0;
			}
		}
/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

		input[type="radio"],
		input[type="checkbox"] {
		margin-top: 0px;
		cursor: pointer;
		}
		.checkbox-wrapper {
			background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0px -256px;
			width: 15px;
			height: 19px;
			display: inline-block;
			margin: 0 5px 0 0;
			vertical-align: middle;
		}
		.checkbox-wrapper:hover {
		background-position: -30px -256px;
		}
		.checkbox-wrapper.active {
		background-position: -15px -256px;
		}
		.checkbox-wrapper input {
			background: none;
			border: 1px solid #eee;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			position: relative;
			opacity: 0;
			-moz-opacity: 0; 
			-khtml-opacity: 0; 
			-webkit-opacity: 0;
		}
		.radio-wrapper {
			background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
			width: 13px;
			height: 13px;
			display: inline-block;
			margin: 0 5px 0 0;
			vertical-align: middle;
		}
		.radio-wrapper:hover,
		.radio-wrapper.active {
			background-position: -13px -243px;
		}
		.radio-wrapper input {
			background: none;
			border: none;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			position: relative;
			opacity: 0;
			-moz-opacity: 0; 
			-khtml-opacity: 0; 
			-webkit-opacity: 0; 
		}	
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
/*-------------------------------------------- Boootstrp Extra CSS Start --------------------------------------*/
	.list-group-item {
		background-color: #FFF;
	}
	.panel {
		background-color: #fff;
		border: 1px solid #e5e5e5;
	}
	.panel-default {
		border-color: #e5e5e5;
	}
	.form-control:focus {
		border-color: #e5e5e5;
	}
	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #e5e5e5;
	}
/*-------------------------------------------- Boootstrp Extra CSS End --------------------------------------*/
	.full-header.fixed {
		animation: 1s ease 0s normal both 1 running fixedmenu;
		-webkit-animation: 1s ease 0s normal both 1 running fixedmenu;
		-moz-animation: 1s ease 0s normal both 1 running fixedmenu;
		-o-animation: 1s ease 0s normal both 1 running fixedmenu;
		/* background: #272727; */
		background: var(--bg-color);
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		float: left;
		left: 0;
		position: fixed !important;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	.full-header::after {
		 display:none;
	}
	.full-header.fixed #menu .nav > li > a::before {
		display: none;
	}
	@-webkit-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@-moz-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
.checkout-checkout .panel-group {
	float: left;
	width: 100%;
}
#checkout-checkout #content #collapse-checkout-option h2 {
	font-size: 20px;
}
#at15s .at-label {
	margin: 0 5px;
}
.checkout-cart .panel-collapse .input-group .form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	-khtml-border-radius: 0;
}
.or-text{
	margin-block: 30px 10px;
    font-size: 18px;
    text-transform: uppercase;
	text-align: center;
}

/* css for offcanvas */


/* Offcanvas Base */
.offcanvas-menu {
	position: fixed;
	top: 0;
	left: -995px; /* hidden */
	width: 100%;
	height: 100%;
	background: #15392bcc;
	overflow-y: auto;
	/* transition: all 0.3s ease; */
	z-index: 1045;
	box-shadow: 2px 0 10px rgba(0,0,0,0.3);
	transition: left 1s ease;
}

/* Active */
.offcanvas-menu.active {
	left: 0;
}

/* Header */
.offcanvas-header {
	padding: 15px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
	margin-bottom: 30px;
}
.offcanvas-header img{
	max-width: 200px;
	width: 100%;
	height: auto;
}

/* Overlay */
#offcanvas-overlay {
	display: none;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1040;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
#offcanvas-overlay.active {
	display: block;
}
#menu-toggle{
	background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 16px 5px;
}
.offcanvas-body{
	text-align: left;
    padding-inline: 22px 22px;
}
.offcanvas-body>ul.dropmenu{
	list-style: none;
}
.offcanvas-body>ul.dropmenu a{
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
}
#menu-close{
    opacity: 1;
}
#menu-close i{
	color: #fff;
    font-size: 30px;
	font-family: 'FontAwesome';
}
body.offcanvas-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.social-wrap ul{
	display: flex;
    column-gap: 10px;
}
.social-wrap ul a i{
	color:#fff;
	font-size: 20px;
}


.offcanvas-body > ul > li,
.offcanvas-body > hr,
.offcanvas-body > .social-wrap {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 1s linear, transform 1s linear;
}

/* When menu is active, trigger animation */
.offcanvas-menu.active .offcanvas-body > ul > li,
.offcanvas-menu.active .offcanvas-body > hr,
.offcanvas-menu.active .offcanvas-body > .social-wrap {
	opacity: 1;
	transform: translateX(0);
}

/* Staggered animation delays */
.offcanvas-menu.active .dropmenu > li:nth-child(1) { transition-delay: 0.1s; }
.offcanvas-menu.active .dropmenu > li:nth-child(2) { transition-delay: 0.2s; }
.offcanvas-menu.active .dropmenu > li:nth-child(3) { transition-delay: 0.3s; }
.offcanvas-menu.active .dropmenu > li:nth-child(4) { transition-delay: 0.4s; }
.offcanvas-menu.active .dropmenu > li:nth-child(5) { transition-delay: 0.5s; }
.offcanvas-body > hr { transition-delay: 0.8s; }
.offcanvas-body > .social-wrap { transition-delay: 0.9s; }
/* Add more if you have more menu items */




/* .menu-category ul .TT-Sub-List:first-child,
.menu-category ul .TT-Sub-List:nth-child(2){
	display: none;
} */

@media (max-width: 480px) {
	#search {
		position: static;
	}
	#dialog-normal .newletter-title h2 {
		font-size: 20px !important;
		line-height: 38px;
		margin: 0 0 5px;
	}

}
@media (min-width:1000px) and (max-width:1199px) {
	.product-thumb .thumb-description .caption{
		padding: 0 0px;
	}
	.product-grid .product-thumb .thumb-description{
		padding: 0;
	}
	.product-thumb .thumb-description .caption .ttproducthover .btn-cart,
	.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now{
		padding: 0 8px;
		height: 35px;
	}
	.product-thumb .ttproducthover .btn-cart span, .product-thumb .ttproducthover .btn-buy-now span{
		line-height: 20px;
		font-size: 11px;
	}
	.product-thumb .ttproducthover .btn-cart i{
		height: 40px;
		background-position: -46px -40px;
		display: none;
	}
	.product-thumb .ttproducthover .btn-buy-now i{
		height: 40px;
		background-position: -46px -13px;
		display: none;
	}
	.product-thumb .button-group button{
		height: 35px;
		width: 35px;
	}
	.product-thumb .button-group .btn-wishlist i{
		background-position: -37px 5px;
	}
	.product-thumb .button-group .btn-wishlist:hover i{
		background-position: 7px 5px;
	}
	.product-thumb .button-group .btn-compare i{
		background-position: -37px -86px;
	}
	.product-thumb .button-group .btn-compare:hover i{
		background-position: 7px -85px;
	}
	.product-thumb .button-group .btn-quickview i{
		background-position: -37px -128px;
	}
	.product-thumb .button-group .btn-quickview:hover i{
		background-position: 7px -128px;
	}
}
@media (min-width:1200px) and (max-width:1599px) {
	.product-thumb .thumb-description .caption{
		padding: 0 0px;
	}
	.product-grid .product-thumb .thumb-description{
		padding: 0;
	}
	.product-thumb .thumb-description .caption .ttproducthover .btn-cart,
	.product-thumb .thumb-description .caption .ttproducthover .btn-buy-now{
		padding: 0 8px;
		height: 40px;
	}
	.product-thumb .ttproducthover .btn-cart span, .product-thumb .ttproducthover .btn-buy-now span{
		line-height: 36px;
		
	}
	.product-thumb .ttproducthover .btn-buy-now i{
		height: 40px;
		background-position: -46px -13px;
	}
	.product-thumb .ttproducthover .btn-cart i{
		height: 40px;
		background-position: -46px -40px;
	}
}

@media (min-width:1024px) and (max-width:1499px) {
	#ttcmsaboutus .ttabout-banner.ttabout2 .title{
		font-size: 36px;
		line-height: 40px;
	}
	#ttcmsaboutus .ttabout-banner.ttabout2 .desc{
		font-size: 18px;
		line-height: 28px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .banner-title{
		font-size: 24px;
	}
	#ttcmsaboutus .ttabout-banner .banner-content2.content .bannercontent .price{
		font-size: 18px;
	}
	.ttdesc{
		font-size: 20px;
	}
	.box-heading h3, .title_block h3{
		font-size: 32px;
	}
	
	.TTProduct-Tab .nav-tabs > li > a .tab-title{
		font-size: 14px;
	}
	#ttcmsoffer .ttcmsoffer-title{
		font-size: 32px;
	}
	#ttcmsoffer .ttcmsoffer-desc{
		font-size: 20px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-title{
		font-size: 32px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-desc{
		font-size: 14px;
		line-height: 20px;
	}
	#ttcmsgallery .ttgallery-content .ttgallery-btn > a{
		font-size: 14px;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p{
		font-size: 18px;
		line-height: 26px;
	}
	#dialog-normal .newletter-title h2{
		font-size: 32px;
	}
	.product-images .additional-images-container{
		padding: 0 70px;
	}
}
@media (max-width:991px){
	.desktop-only{
		display: none;
	}
	.header-left-cms{
		display: flex;
	}
}
@media (max-width:767px){
	.or-text{
		margin-block: 20px;
	}
	
}




