body {
	background: #FFF;
	font-family: "Poppins",Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	line-height:22px;
	color: #414141;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins",Helvetica,sans-serif;
	color: #333333;
}

/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover, a:focus,#column-left .checkbox > label:hover {
    color: #fac045;}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
    background: #ffffff none repeat scroll 0 0;
    color: #9c9b9b;
	border:1px solid #e9e9e9;
	margin:0 0 5px;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control,.filter-show .filter-selection .form-control
{background-color: #ffffff;}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb .image img.image_thumb_swap {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.nav-tabs {
	border: 0 none;
	text-align:left;
}
.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;
}
.table.table-striped.table-bordered {
	border:1px solid #e9e9e9;
}
/*--------------------------- home page special products css start--------------------------------*/
.common-home .special-carousel.products-list {
  margin: 0 auto 30px;
}
.common-home .special-carousel .box-heading {
    text-align: center;
}
.common-home .special-carousel .box-heading h3:after {
	border-bottom:1px solid #e1e1e1;
	bottom: auto;
	top:63px;
	content:"";
	position:absolute;
	left:0;
	margin:0 auto;
	right:0;
	width:50px;
}
.common-home .special-carousel .box-heading h3{
	color:#222;
	font:500 32px/34px "Poppins",sans-serif;
	letter-spacing:0;
	text-transform:capitalize;
}
.common-home #ttspeciallist .specials-carousel {
    margin: 0;
}
@media (max-width: 991px){
	.common-home .special-carousel.products-list {
	  margin: 0 auto 10px;
	}
	.common-home .special-items .product-layouts.odd .product-thumb .button-group {
		top:60px;
	}
	.common-home #ttspeciallist .products-list {
		padding:50px 0 0;
	}
}
@media (max-width: 767px){
.common-home .special-carousel .box-heading h3:after { 
	top: 40px;
}

}
@media (max-width: 480px){
.common-home .special-carousel .box-heading h3{
	font-size:24px;
}
}
/*--------------------------- home page special products css end--------------------------------*/
/* TTproduct tab*/
.ttproduct-main {
	
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tthometab-title h3 {
    color: #222;
    font:500 32px/34px "Poppins",sans-serif;
	letter-spacing:0;
    margin: 0 auto;
	padding: 0 0 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.TTProduct-Tab .tab-box-heading a {
	margin: 0px;
}
.TTProduct-Tab .tab-content {
	border: 0px none;
	padding: 0px;
	margin-bottom: 60px;
	margin-top:18px;
}
.TTProduct-Tab .nav-tabs > li > a {
	padding: 10px;
	border-radius:0;
	-moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;

}
.TTProduct-Tab .nav-tabs > li.active > a, 
.TTProduct-Tab .nav-tabs > li:hover > a{
	background:#111;
	color:fff;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li.active > a:focus,
.TTProduct-Tab .nav-tabs > li > a:hover,
.TTProduct-Tab .nav-tabs > li > a:focus {
	background: #111;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    color:#fff;
	border-color: #111;
}
.TTProduct-Tab .nav-tabs > li > a{
	border:1px solid #ddd;
	background: none;
    color: #999;
    font: 400 15px/27px "Poppins",Helvetica,sans-serif;
	letter-spacing: 0;
    margin: 0;
    outline: medium none;
    padding:4px 15px;
	position:relative;
    text-transform: capitalize;
    transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.TTProduct-Tab .nav-tabs li:first-child::before{
	border-top:1px solid #dddddd;
	content:"";
	left:-81px;
	position:absolute;
	top:18px;
	width:80px;
}
.TTProduct-Tab .nav-tabs li:last-child::before{
	border-top:1px solid #dddddd;
	content:"";
	right:-81px;
	position:absolute;
	top:18px;
	width:80px;
}
.nav-tabs > li {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    transition: all 400ms ease-in-out 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;
    vertical-align: top;
}
.TTProduct-Tab .tab-box-heading a {
    border: medium none;
    color: #999999;
    font: 400 15px/27px "Poppins",Helvetica,sans-serif;
    margin: 0;
	padding:4px 15px;
    outline: medium none;
    text-transform: capitalize;
    transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
-khtml-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
}
.TTProduct-Tab .nav.nav-tabs {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.TTProduct-Tab .tab-box-heading {
    float: left;
    text-align: center;
    width: 100%;
}
	.TTProduct-Tab .nav-tabs > li > a::before {
	  bottom: 0;
	  content: "";
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  transform: scaleX(0);
	  -webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-o-transform: scaleX(0);
		-ms-transform: scaleX(0);
	  transform-origin: 50% 50% 0;
	   -webkit-transform-origin: 50% 50% 0;
		-moz-transform-origin: 50% 50% 0;
		-o-transform-origin: 50% 50% 0;
		-ms-transform-origin: 50% 50% 0;
	  transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	  transition-property: transform;
		  -webkit-transition-property: transform;
		-moz-transition-property: transform;
		-o-transition-property: transform;
		-ms-transition-property: transform;
	  transition-timing-function: ease-out;
			-webkit-transition-timing-function: transform;
		-moz-transition-timing-function: transform;
		-o-transition-timing-function: transform;
		-ms-transition-timing-function: transform;
		z-index: -1;
	}
.TTProduct-Tab .nav-tabs > li > a::before {
		background: #111;
}
.TTProduct-Tab .nav-tabs > li:hover > a:before,
.TTProduct-Tab .nav-tabs > li.active > a:before
{
	  background: #111111;
	  transform: scaleX(1);
	  -webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
	
}
/*------------------------------------- Next-Prev Owl Button CSS Start ------------------------------------------*/
.products-carousel.owl-carousel .owl-buttons div {
    display: inline-block;
	border: 1px solid #e9e9e9;
    color: #222222;
    font-size: 0;
    height: 31px;
    padding: 0;
    width: 31px;
	text-shadow:none;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
    opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	margin:0 8px 0 0;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev{
 	background: url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -404px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:hover{
	background-position: -67px -404px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:before{ 
	border-top: 1px solid #d6d6d6; 
    content: "";
    height: 1px;
    left: -61px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 60px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:after{ 
 	border-bottom: 1px solid #d6d6d6; 
    content: "";
    height: 1px;
    left: -41px;
    position: absolute;
    top: 15px;
    width: 40px;
}

.products-carousel.owl-carousel .owl-buttons .owl-next {
    background: url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -437px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next:hover {
	background-position: -69px -437px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next:before{
    border-top: 1px solid #d6d6d6; 
    content: "";
    height: 1px;
    position: absolute;
    right: -61px;
    top: 10px;
    width: 60px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next:after {
    border-bottom: 1px solid #d6d6d6; 
    content: "";
    height: 1px;
    position: absolute;
    right: -41px;
    top: 15px;
    width: 40px;
}

.products-carousel.owl-carousel .owl-buttons .owl-prev:hover,
.products-carousel.owl-carousel .owl-buttons .owl-next:hover { 
  background-color: #ff2525;
  border-color: #ff2525;
  color: #FFF;
  opacity: 1;
-moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 

}
.products-carousel .owl-buttons {
    text-align: center;
    width: 100%;
	float:left;
}
/*------------------------------------- Next-Prev Owl Button CSS End ------------------------------------------*/
.product-product .product-tabs ul li {
    padding: 0;
}
.additional-images .owl-controls .owl-buttons div {
    background: #000000 none repeat scroll 0 0;
}
.additional-images .owl-controls .owl-buttons div:hover{
	background:#ff2525;
	border-color:#ff2525;
}
.additional-images .owl-controls .owl-buttons .owl-prev::before {
    color: #fff;
    content: "\f104";
    float: right;
    font-family: "FontAwesome";
    font-size: 18px;
	font-weight:500;
	position:absolute;
	right:0;
	left:10px;
	top:3px;
    text-align: left;
    width: 16px;
}
.additional-images .owl-controls .owl-buttons .owl-prev,.additional-images-container .additional-images .owl-buttons > .owl-next{
    border:1px solid #000;
    color: #fff;
    font-size: 0;
    height: 30px;
    padding-right: 0;
    position: absolute;
    top: 50px;
    width: 30px;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;

}
.additional-images.owl-carousel:hover .owl-buttons .owl-prev{left:-17px;top:41%;}
.additional-images.owl-carousel:hover .owl-buttons > .owl-next{right:-17px;top:41%;}
.additional-images-container .additional-images .owl-buttons > .owl-prev{left:-17px;top:41%;}
.additional-images-container .additional-images .owl-buttons > .owl-next{right:-17px;top:41%;}
.additional-images-container .additional-images .owl-buttons > .owl-next::before {
    color: #fff;
    content: "\f105";
    float: right;
    font-family: "FontAwesome";
    font-size: 18px;
	font-weight:500;
	position:absolute;
	left:auto;
	right:0;
	top:3px;
    text-align: left;
    width: 16px;
}
.additional-images .owl-controls .owl-buttons .owl-prev:hover::before,.additional-images-container .additional-images .owl-buttons > .owl-next:hover::before
{ 
	color:#fff;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.page-title-wrapper {
	float: left;
	width: 100%;
	margin:20px 0 30px;
}
.breadcrumb-wrapper{
	width:100%;
	float:left;
	background:#f5f5f5;
	
}
.page-title-wrapper .page-title {
	 color: #414141;
    float: left;
	font-size:14px;
	margin:15px 0;
	padding: 0 15px;
	line-height:22px;
	font-weight:600;
    text-transform: capitalize;
}
.page-title {
    color: #ffffff;
}
a:hover, a:focus{color: #ff2525;}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
/* header */
	/*header {
		float: left;
		position: relative;
		width: 100%;
	}*/

/* top */
#top {
	border-bottom: 1px solid #e9e9e9;
	height: 40px;
}
.header-top-left {float: left;}
.header-top-right {float: right;position: static;}
.header-right { 
	float: right;
	z-index: 9;
	position: static;
}
#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
	padding: 10px 0;
	margin-right: 15px;
}
#top #currency .currency-select,
#top #language .language-toggle a {
	padding: 3px 10px;
	color: #888888;
	font-size: 14px;
	text-align: left;
	height: auto;
}
#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
	background-color: #000;
	color: #FFFFFF;
}
#top .btn-link,
#top-links li,
#top-links a {
	color: #414141;
	font-size: 13px;
	font-weight:normal;
	line-height:20px;
	text-decoration: none;
	text-align: left;
	border: 0px;
}
#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: 16px;
	line-height: 20px;
	font-weight:500;
	color: #414141;
	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:#777;
	text-transform: capitalize;
}
/*#form-language .btn-link > img {
	padding-right: 2px;
	display: none;
}*/
#top-links .header_user_info ul.dropdown-menu {
    border: 1px solid #e9e9e9;
    padding:15px 10px;
	text-transform: capitalize;
	min-width: 150px;
	position: absolute;
	top: 39px;
	right: 0;
	background: #FFF;
}
.header_user_info .account-link-toggle li .fa.fa-sign-in,
.header_user_info .account-link-toggle #wishlist-total .fa-heart{
	display: inline;
}	
#top #form-currency .currency-select:hover, #top ul > li > .language-select:hover {
    background-color: #fff;
    color: #000;
}
#top-links > li:first-child {padding-left: 0px;}
#top-links > li:last-child {padding-right: 0px;}
#top .btn-link:hover,
#top-links a:hover {color: #444444;}
#top-links .dropdown-menu a:hover {color: #FFFFFF;}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	font-weight:normal;
	color: #414141;
}
#top-links > ul {
	float: left;
	width: 100%;
	margin: 0;
}
#top-links > ul > li {
	padding: 0;
	vertical-align:top;
}
#top-links a + a {margin-left: 0px;}
#top-links .dropdown-menu a { padding:2px 10px; text-shadow:none; }
#top-links .account-link-toggle a i.fa { padding: 0 2px }
#top-links li.header-phone span { display: inline !important; }
.header-top-left .header-phone
{
    float: left;
    margin-left: 8px;
    padding: 10px 0 0 15px;
    position: relative;
	color: #414141;
}

.header-phone.pull-left > span
{
    color: #414141;
    font: "Poppins",Helvetica,sans-serif;
}
.header-top-left .header-phone .fa.fa-phone{display:none;}
#top .fa.fa-caret-down{font-size: 13px;padding: 2px 0 2px 2px;}
 #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:#000;
}
.header-top-left  #form-currency > ul > li{}
.header-top-left .dropdown-menu,.header-top-right .account-nav .dropdown-menu.dropdown-menu-right.account-link-toggle
{
   padding:8px 15px;
   border:1px solid #e9e9e9;
   min-width: 150px;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #000;
	background:none;
}
.header-top-left .header-phone::before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 10px;
	color:#414141;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	
}
.header-top-right .dropdown .dropdown-toggle > i,
.ttsearch #search .ttsearchtoggle i {
	background:url('TemplateTrip/images/sprite.png');
	font-size: 0;
}
.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,
.header-top-right #search .ttsearchtoggle  i::before{ content:"";}
.header-top-right #wishlist-total > span {display: block; margin: -19px 22px 0; color: #414141;}
.header-top-right #wishlist-total:hover > span {
	color: #000;
}
.header-top-right #wishlist-total i {
	display: none;
}	
/* cart */
.header-top-right #top-links .ttcart {
    float: left;
	position: relative;
}
.header-top-right #top-links .ttcart #cart i.fa-shopping-cart {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -33px -119px;
    display: block;
    font-size: 0;
    height: 40px;
    width: 50px;
}
.header-top-right #top-links .ttcart:hover #cart i.fa-shopping-cart, .header-top-right #top-links .ttcart #cart.open i.fa-shopping-cart {
	background-position: -33px -173px;
}
#cart > .btn {
	color: #FFFFFF;
	padding: 0;
	border: none;
	background:none;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
.ttcart #cart #cart-total {
	background: #ffc446;
    border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
    bottom: 0;
    color: #000;
    float: right;
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    right: 4px;
    text-align: center;
    top: -1px;
	padding:0 5px;
    width: 16px;
}
.cart-dot.cart-dot-sub
{
   background: #bc3b36 none repeat scroll 0 0;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
    color: #ff0000;
    height: 8px;
    position: absolute;
    right: 7px;
    top: 0px;
    width: 8px;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e9e9e9;
	min-width:320px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	width: 100%;
	padding: 10px;
	top: 39px;
	right: 0;
	z-index: 1001;
	display:none;
}
#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 > div {
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	color: #777;
	padding: 10px 0;
	margin: 0;
}
#cart .dropdown-menu li p a:hover {
	 background: #000000 none repeat scroll 0 0;
    border: 1px solid #000000;
    color: #ffffff;
}
#cart .dropdown-menu li p a strong { font-weight:normal; }
#cart .dropdown-menu > li p > a:first-child:hover strong,
#cart .dropdown-menu > li p > a:first-child:focus strong {
	color: #ff2525;
}
#cart .dropdown-menu li p a strong i.fa { padding: 0 3px 0 0; }
#cart .header-cart-toggle .btn-danger {
    background-color: #ffffff;
    border: medium none;
    color: #222;
}
#cart .header-cart-toggle .text-right > strong {
	color: #777;
    font-size: 13px;
    font-weight: normal;
}
#cart .dropdown-menu li p a:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #222222;
}
#cart .dropdown-menu li p a:first-child:hover,
#cart .dropdown-menu li p a:first-child:focus{
	background:none;
	border:none;
	color:#222;
}
#cart .dropdown-menu li p a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    float: left;
    font:400 13px/18px "Poppins",Helvetica,sans-serif;
    padding: 8px 15px;
    text-transform: capitalize;
	letter-spacing: 1px;
	width:50%;
	text-align:center;
}
#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
	background: #ff2525;
	border-color: #ff2525;
	color: #FFF;
}
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td, .header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 5px;
}
.header-cart-toggle .table.table-bordered tr:first-child td{
	padding-top:10px !important;
}
.header-cart-toggle .table.table-bordered tr:last-child td{
	padding-bottom:10px !important;
}
#cart .table-bordered > thead > tr > th, #cart .table-bordered > tbody > tr > th, #cart .table-bordered > tfoot > tr > th, #cart .table-bordered > thead > tr > td, #cart .table-bordered > tbody > tr > td, #cart .table-bordered > tfoot > tr > td {
    border: medium none;
    padding: 1px 0;
	text-align: left;
}
#cart .header-cart-toggle .text-left.name > a {
    color: #777777;
    font-size: 14px;
    padding-left: 5px;
}
#cart .header-cart-toggle .text-right.amount {
    color: #222;
    font: 500 16px/20px "Poppins",Helvetica,sans-serif;
    text-align: left;
}
.header-cart-toggle .table .text-center img{
	max-width:none;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #222;
	text-align: right;
    font: 500 16px/24px "Poppins",Helvetica,sans-serif;
    white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #333;
    font: 500 16px/20px "Poppins",Helvetica,sans-serif;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
#cart .header-cart-toggle .table.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e9e9e9 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    padding: 10px 0;
}
#cart .dropdown-menu table {margin-bottom: 10px;}
#cart .header-cart-toggle li:first-child tr:first-child td { border: 0 none; }
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px;
	color:#777;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}
#cart .table.table-striped tr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding:5px;
}
/* --------------------------------- search Start------------------------------------------------------------*/
header .ttsearch_active {
	float: none;
	width: 100%;
}
#search .btn-lg,
#header-search .btn-lg {
	 background: url("TemplateTrip/images/sprite.png") no-repeat scroll 0 -234px;
	 border:none;
    font-size: 15px;
    height: 40px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
	margin:0;
}
.ttsearch_button .fa.fa-search{display:none;}
.header-top-right #top-links #search{
	padding:0 10px 0 0;
}
#top #top-links .ttsearch{
	float:left;
}
#search .ttsearch_button
{
    background:rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -4px -232px;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 40px;
    position: relative;
    right: 0;
    width: 40px;
    z-index: 99;
}
#search .ttsearchtoggle {
	background:#fff;
	border:1px solid #e9e9e9;
	height:40px;
	width:320px;
    position: absolute;
    right: 0;
	left:auto;
    top: 39px;
	display:none;
    z-index: 1;
}
#search.active .ttsearch_button {
	background-position:-64px -274px;
	z-index:1px;
	cursor:pointer;
}
#search.active .ttsearch_button:hover{
	background-position:-64px -274px;
}
#search .input-lg,
#header-search .input-lg {
    background: none;
    border: none;
    color: #777777;
    display: inline;
    padding: 10px;
    position: absolute;
    right: 0;
	left:auto;
    top: 0;
	height:auto;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
    width:100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#search .ttsearch_button:hover
{
   background-position:-64px -232px;
}
#search.active .ttserach-bg
{
	bottom: 0;
	height: 100%;
	opacity: 1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}

#search{
    z-index: 9;
	float:left;

}
#search .ttsearch_button .fa.fa-search {
    display: none;
}
.ttsearchtoggle .input-group-btn {
   	float:right;
}
@media (max-width: 767px) {
	.header-top-right #top-links #search {
		padding: 0;
	}	
}
@media (max-width:480px) {
	#search .ttsearchtoggle{
		width:285px;
		right:-90px;
		left:auto;
	}
	.ttsearch-content .ttsearch-title
	{
		font-size:18px;
	}
}
/*--------------------------------------------- Search End --------------------------------------------------------*/
#top-links .list-inline > li.account-nav > a
{
    color: #888888;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
	margin: 0px;
	background:none;
}

.header_user_info .fa-user  {
	display: inline;
}
.header_user_info > a > i, .header_user_info > a > .fa-user {
	display:none !important;
}
#top-links ul li.ttlanguage {
	 float: left;
}
.header-top-left .pull-left .btn-group{
	margin-right:15px;
}
.header-top-left .pull-left #form-language .btn-group{
	margin-left:10px;
}
#form-language .btn-link span,
#form-currency .btn-link span {
	display: inline;
}
#top-links ul li.ttcurrency {
	 float: right;
}
.pull-left #form-currency .btn-group button.btn-link:hover,
.pull-left #form-currency .btn-group.open button.btn-link span,
.pull-left #form-currency .btn-group.open button.btn-link,
.pull-left #form-currency button:hover span,
#form-currency .btn-group .btn-link:hover > strong,
#form-currency .btn-group.open .btn-link strong,
.pull-left #form-language .btn-group button.btn-link:hover,
.pull-left #form-language .btn-group.open button.btn-link,
#form-language .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group.open .fa-caret-down::before,
#form-language .btn-group.open .fa-caret-down::before, 
#form-language .btn-group.open .dropdown-toggle {
	color: #000;
	text-decoration: none;
}
.pull-left #form-language .btn-group ul.dropdown-menu.language-toggle {
    border: 1px solid #e9e9e9;
    min-width: 150px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 39px;
}
.pull-left #form-currency .btn-group ul.dropdown-menu.currency-toggle {
    border: 1px solid #e9e9e9;
    left: 0;
    min-width: 150px;
    padding: 10px;
    position: absolute;
    top: 39px;
}
.pull-left #form-currency .btn-group .dropdown-menu.currency-toggle li button,
.pull-left #form-language .btn-group .dropdown-menu.language-toggle li button {
    color: #414141;
    font-size: 13px;
    padding: 2px 10px;
    text-align: left;
	font-weight:normal;
	line-height:20px;
}
.pull-left #form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
.pull-left #form-language .btn-group .dropdown-menu.language-toggle li:hover button {
		color: #000;
}
#form-language .btn-link.dropdown-toggle {
    /*border: 1px solid #e9e9e9;*/
    color: #414141;
    float: left;
    font-size: 14px;
    /*padding: 6px 4px;*/
	padding:8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
}
#form-currency .btn-link.dropdown-toggle {
	/*border: 1px solid #e9e9e9;*/
    color: #414141;
    float: left;
    font-size: 14px;
	padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
}
.header_user_info .dropdown-toggle > span.ttuserheading {
	font-size: 0;
}
#top-links li.header_user_info {
    float: left;
    padding: 0 10px 0 0;
    position: relative;
}
.header_user_info .ttuserheading {
    background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -5px -317px;
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 0;
    width: 40px;
}
.header_user_info .ttuserheading:hover, .header_user_info.open .ttuserheading {
	background-position: -65px -317px;
}	
/* header user info End*/ 
/* logo */
header {
    float: left;
    width: 100%;
}
.header-middle {
	float: none;
    margin:30px auto;
	max-width:200px;
	text-align: center;
}
.header-middle #logo img{
	display:inline-block;
	vertical-align:middle;
}
/* menu */
header .header-left {
	z-index: 9;
}
/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {display: table;}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {color: #777;}
.menu-container {
	box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	margin: 0 auto;
	border-top:1px solid #e9e9e9;
	clear: both;
}
#menu {
    margin: 0 auto;
    min-height: auto;
    text-align: center;
    width: 100%;
}
#menu .navbar-collapse {padding: 0px;}
#menu div.navbar-header {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
    color:#414141;
    font: 400 14px/22px "Poppins",Helvetica,sans-serif;
    padding:0;
	margin:0 0 5px;
    text-transform: capitalize;
    width: 100%;
	text-align:left;
}
#menu .dropdown-inner .list-unstyled.childs_2.single-dropdown-menu a {
	padding:0 0 0 20px;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {color: #000;}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
	color:#000;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after{display:none;}
#menu .nav > li > span { 
	cursor: pointer;
}
#menu .nav > li > a,
#menu .nav > li > span {
	 color: #414141;
    display: block;
    font: 400 15px/22px "Poppins",Helvetica,sans-serif;
	padding: 17px 15px;
    position: relative;
    text-transform: capitalize;
	background: none;
}
#menu .navbar-nav > li.dropdown > span{
	padding:17px 20px 17px 10px;
}
#menu .nav > li > a {
    padding: 18px 20px;
	font-weight:normal;
}
#menu .list-unstyled.childs_2{
	padding:0;
}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 22px 0;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu{
		padding:20px 0;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu{
	padding:20px;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child{
	padding:20px 0 20px 20px;
}
#menu .dropdown-inner a {
	color: #414141;
    display: block;
    font-family: "Poppins",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 160px;
    padding: 0;
    text-transform: capitalize;
	text-align:left;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #777;
}
#menu #category {
	float: left;
	font-weight:normal;
	color: #414141;
	line-height:40px;
	text-transform: capitalize;
}
#menu #category:hover {
	color:#000;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #777;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #777;
}
#menu .navbar-nav > li{display:inline-block;float:none;}
#menu .navbar-nav{float: none;}
#menu ul.nav ul.list-unstyled li.dropdown > a::after {
    border-top: 1px solid #eeeeee;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    left:0;
    position: absolute;
    width: 20%;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
    padding: 0 20px;
	color: #414141;
}
#menu .nav > li > a:hover, 
#menu .nav.navbar-nav > li:hover > a,
#menu li:hover > span,
#menu .nav > li.dropdown:hover::after,
#menu .nav > li.dropdown:focus::after,
#menu .nav > li > a:focus,
#menu .nav > li > a:active,
#menu li.more-menu > span:hover,
#menu li.more-menu > span:focus,
#menu li.more-menu > span:active
{color:#000000;}

/* 2 Level Sub Categories START */
#menu ul.nav ul.list-unstyled li {
    position: relative;
	min-width: 160px;
}
#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
	border: 0;
	position: static;
	display: block;
	width:150px;
}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
    left: 160px;
    top: 0;
    position: absolute;
	display: none;
	border-color:#e9e9e9;
}
#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu .nav > li.dropdown::after {
    bottom: auto;
    color: #414141;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
    top: 19px;
	right: 5px;
}
#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span {

    color: #000;
}
#menu .nav > li.dropdown:hover::after
{
    color:#414141;
    content: "\f106";
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after
{
   content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 0;
}
#menu .single-dropdown-menu .list-unstyled.childs_2 {
    padding: 10px 0;
	max-width:100px;
}

/* 2 Level Sub Categories END */
/* content */
.account-register #content{
	margin:0 0 20px;
}
#content {min-height: 500px;}
.common-home #content {
	position: relative;
	overflow: hidden;
	padding:0px;
}

/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.slideshow-panel {
	position: relative;
	float:left;
	padding:0;
	width:100%;
}
.slideshow-panel .owl-carousel{
	margin:0;
}
.slideshow-panel .ttloader {
   background: whitesmoke url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.slideshow-panel img{
	width:100%;
	height:auto;
}
.slideshow-panel .item > img {
	width: 100%;
	height:auto;
}
.slideshow-panel .owl-carousel .owl-pagination {
    display: none;
}
	.slideshow-panel .owl-carousel .owl-buttons div {
			background:#000;
			border: 2px solid #000;
			height: 60px;
			width: 60px;
			border-radius: 50%; 
			-moz-border-radius: 50%; 
			-webkit-border-radius: 50%; 
			-khtml-border-radius: 50%;
			text-shadow: none;
			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;
		}
		.slideshow-panel .owl-carousel .owl-buttons .owl-prev {
			left:50px;
			right: auto;
			margin: auto;
			top: 0;
			bottom: 0;
			padding:16px 21px;
		}
		.slideshow-panel .owl-carousel .owl-buttons .owl-next {
			right: 50px;
			left: auto;
			margin: auto;
			top: 0;
			bottom: 0;
			padding:16px 25px;
		}
		.slideshow-panel .owl-carousel .owl-buttons i {
			display: inline-block;
			margin: 0;
			font-size: 24px;
			line-height: 22px;
			font-weight:bold;
		}
		.slideshow-panel .owl-carousel .owl-prev i::before,
		.slideshow-panel .owl-carousel .owl-next i::before {
			color: #fff;
		}
		.slideshow-panel .owl-carousel .owl-buttons div:hover {
			background: #ffc446;
			border-color: #ffc446;
			opacity: 1;
			-moz-opacity: 1; 
			-khtml-opacity: 1; 
			-webkit-opacity: 1; 
		}
		.slideshow-panel .owl-carousel .owl-buttons  .owl-prev:hover i::before,
		.slideshow-panel .owl-carousel .owl-buttons  .owl-next:hover i::before {
			color: #000;
		}
		.slideshow-panel .owl-carousel .owl-prev i.fa-arrow-left::before 
		{
    		content: "\f104";
			color:#fff;
		}
		.slideshow-panel .owl-carousel .owl-next i.fa-arrow-right::before{
			content: "\f105";
			color:#fff;
		}

/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/

.products-list {
	position: relative;
	width: 100%;
	float: left;
}
.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; }

/*-------------------------custome navigation button css start--------------------------*/
.customNavigation {
  float: left;
  display: inline-block;
  position: static;
  text-align: center;
  width: 100%;
  margin: 0;
}
.customNavigation {
    display: inline-block;
    float: left;
    position: absolute;
	left:0;
	right:0;
	top:auto;
	bottom:-30px;
    text-align: center;
    width: 100%;
}

.customNavigation a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  -moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
  color: #222;
  position: relative;
  width: 31px;
  height: 31px;
  z-index:999;
}
.customNavigation a.prev {
  background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -404px;
  margin: 0 4px 0 0;
  padding: 0;
}
.customNavigation a.prev:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  float: left;
  height: 1px;
  left: -61px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 60px;
}
.customNavigation a.prev:after {
  border-bottom: 1px solid #e9e9e9;
  content: "";
  height: 1px;
  left: -41px;
  position: absolute;
  top: 15px;
  width: 40px;
}
.customNavigation a.next {
  background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -437px;
}
.customNavigation a.next:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  height: 1px;
  right: -61px;
  position: absolute;
  top: 10px;
  width: 60px;
}
.customNavigation a.next:after {
  border-bottom: 1px solid #e9e9e9;
  content: "";
  height: 1px;
  right: -41px;
  position: absolute;
  top: 15px;
  width: 40px;
}
.customNavigation a:hover {
  border-color: #ff2525;
  background-color: #ff2525;
  color: #fff;
}
.customNavigation a:hover.prev {
  background-position: -67px -404px;
}
.customNavigation a:hover.next {
  background-position: -69px -437px;
}

/*-------------------------custome navigation button css end--------------------------*/


/* Home Page */
#slideshow0 .item > img {
	width: 100%;
}
/* 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-bottom: 20px;
    width: 100%;
	border:1px solid #e9e9e9;
	padding:20px;
}
#column-left .customNavigation,
#column-right .customNavigation {
	display: none;
}
.category-list ul {
	padding: 0px;
}
.category-list ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.category-list a {
	background: #f0f0f0;
	padding: 5px 10px;
	float: left;
	font: 400 13px/18px "poppins",Helvetica,sans-serif;
}
.category-filter label {
    color: #222;
    font: 500 13px/20px "Poppins",Helvetica,sans-serif;
   	margin: 1px 0;
	white-space:nowrap;
}
.category-compare {
 	margin: 0px; 
	float:left;
	width:100%;	
}
.product-category .category-products {
    float: left;
    width: 100%;
}
.category-treeview ul { margin: 0px; }
.category-treeview li { position: relative; list-style: none; }

.category-treeview li.category-li .list-tree:before {
	content: "\f106";
    font-family: "FontAwesome";
	font-size: 14px;
	font-weight:normal;
	color: #414141;
    position: absolute;
	cursor: pointer;
	padding: 8px 10px;
    right: 0px;
	top: 0px;
    z-index: 9;
}
.category-treeview li.category-li.active .list-tree:before {
	content: "\f107";
}
.category-treeview li.category-li .list-tree:hover:before {
	color: #414141;
}

.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 13px;
	height:13px;
}
.product-list .product-thumb .caption .description {
	margin: 0px;
	display: block;
	font-family:"poppins",Helvetica,sans-serif;
	color: #777777;
	letter-spacing:0;
	margin: 0 0 15px;
	font-size:14px;
}
.product-thumb, .product-layout, .product-layouts { position: relative; }
.product-thumb .sale-icon,.product-sale-icon
 {
    color: red;
    font-size: 13px;
	line-height:18px;
    letter-spacing: 1px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: capitalize;
    top: 14px;
	overflow:hidden;
}
.product-sale-icon{
	right:20px;
}
.header-content-title{
	width:100%;
	float:left;
}
/* Column Left - Right Product List */
#column-left { clear: left; margin-bottom:90px; }
#column-right { clear: right; }
#column-left .products-list > .row,
#column-right .products-list > .row,
#header-left .products-list > .row,
#header-right .products-list > .row,
#footer-left .products-list > .row,
#footer-right .products-list > .row {
	margin: 0px;
}
#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 0 15px;
	padding: 7px;
}
#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: 80px;
	float: left;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon {
	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: relative;
	line-height: normal;
	padding: 0;
	bottom:5px;
	display:block;
}
#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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    padding: 0;
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
	transform: none;
	-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
	position: static;
    transition: none 0s ease 0s ;
	-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
-ms-transition: none 0s ease 0s;
}
#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: 3px 0 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: auto;
	height: auto;
	border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
}
#column-left .product-thumb .button-group .btn-cart span::before,
#column-right .product-thumb .button-group .btn-cart span::before {
	color: #777;
}
#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 .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
	display: none;
}
.product-list .product-thumb:hover h4 a{color:#000;}
/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,#column-right .list-group-item,
#column-left .panel-heading, #column-right .panel-heading
{
 border:medium none;
}
#column-left .list-group a.active, 
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	background: none;
}
#column-left .category-treeview.panel-default,
#column-right .category-treeview.panel-default {
	background: none;
    float: left;
    padding:20px;
	margin:0 0 20px;
    width: 100%;
	border: 1px solid #e9e9e9;
}
#column-left a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover
#column-right a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover{
background:none;
}

#column-left .category-li.category-active .list-group-item.current-child-item {line-height: 25px; color:#888;}
#column-left .list-group .list-group-item,#column-right .list-group .list-group-item {
    color: #414141;
    cursor: pointer;
	font-family:"Poppins",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0 0;
	margin-bottom:0px;
}
#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover{
	color:#000;
}
#column-left .panel-default > .panel-heading,
#column-right .panel-default > .panel-heading {
	background: none;
}
.category-treeview .list-group a.child-item, .category-treeview .list-group a.current-child-item {
    margin-left: 10px;
}
#column-left .panel-heading,
#column-right .panel-heading,#column-left .box-heading > h3 {
	padding:0;
 	color: #333;
    font: 400 16px/18px "Poppins",sans-serif;
    position: relative;
	text-transform: capitalize;
	margin:0 0 15px;
}
#column-left .option-filter .panel-heading,#column-left .option-filter .list-group-item,#column-left .option-filter-box a.list-group-item,#column-left .option-filter .panel-footer,#column-right .option-filter .panel-heading,#column-right .option-filter .list-group-item,#column-right .option-filter-box a.list-group-item,#column-right .option-filter .panel-footer
{
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 border:none;
}
.option-filter .btn-primary{
	margin-top:10px;
}
#column-left .option-filter,
#column-right .option-filter {
	padding: 20px;
	border:1px solid #e9e9e9;
}
#column-left .option-filter .checkbox > label,
#column-right .option-filter .checkbox > label {
    color: #888;
    font-size: 13px;
	line-height:20px;
	text-transform:capitalize;
	font-weight:normal;
}

#column-left .option-filter .checkbox > label:hover,
#column-right .option-filter .checkbox > label:hover {
	color: #000;
}
#column-left .option-filter .list-group-items .list-group-item:hover, #column-left .option-filter .list-group-items .list-group-item:hover:after,
#column-right .option-filter .list-group-items .list-group-item:hover, #column-right .option-filter .list-group-items .list-group-item:hover:after {
    color: #222222;
}
#column-left .option-filter .list-group-item .checkbox,
#column-right .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
#column-left .option-filter-box div.list-group-items,
#column-right .option-filter-box div.list-group-items {
	margin: 0 0 9px;
}
#column-left .option-filter .list-group-items .list-group-item,
#column-right .option-filter .list-group-items .list-group-item
{
    color: #333333;
	font:400 13px/28px "Poppins",Helvetica,sans-serif;
	padding:2px 0;
	float:left;
	width:100%;
	position:relative;
	text-transform:capitalize
}
#column-left .option-filter .panel-heading,
#column-right .option-filter .panel-heading {margin-top: 0;}

#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
    padding: 0 15px;
    position: static;
	float: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: #333;
	position: absolute;
	right: 10px;
	top: 2px;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\f107";
}
.store-list .store-tags {
	padding: 5px 15px;
}
.store-list .store-tags > a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
	font-weight: bold;
	position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
/*.category-filter, .category-pagination { border: 1px solid #e9e9e9; }*/
#content .category-filter {
	padding: 12px 0;
	width: 100%;
	float: left;
}
.category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
}
.category-filter .filter-text {
	float: left;
}
.category-filter .filter-show .filter-selection {
	width: 80px;
	float: left;
}
.category-filter .filter-sort-by .filter-selection {
	float: left;
	width:150px;
}

.category-filter .filter-sort-by {
	width: 100%;
	max-width: 240px;
}
.category-filter .filter-show {
	min-width: 120px;
}
.category-filter .filter-show .filter-text{
	margin:0 5px;
}
.category-filter .filter-text {
	padding: 5px 5px 0 0;
	margin:0 5px;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 0;
	width: 90px;
	float: left;
}
.category-filter .filter-grid-list button {
	width: 25px;
	height: 25px;
	padding:8px 15px;
	margin:5px 0 0;
}
.category-filter .filter-grid-list button#grid-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -6px -18px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
	background-position: -6px -67px;
	border:none;
}
.category-filter .filter-grid-list button#list-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -65px -18px;
	border:none;
}
.product-category .category-list {
    float: left;
    width: 100%;
}
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
	background-position: -65px -67px;
	border:none;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content {
	margin-top: 20px;
}
.category-pagination {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding:10px;
	border:1px solid #e9e9e9;
}
.category-pagination div.text-left {
    padding: 10px 0;
	color:#888;
}
.category-pagination div.text-right {
    padding: 0px 0;
}
.category-list > h3 {
    color: #333;
    font:400 16px/18px "Poppins",sans-serif;
    margin-top: 20px;
    text-transform: capitalize;
}
.pagination li:last-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    right: auto;
	left:12px;
}
.pagination li:first-child > a::before {
	content: "\f177";
	font-family: fontawesome;
    font-size: 13px;
    position: static;
    right: 0;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background: #ff2525;
    border-color: #ff2525;
    color: #ffffff;
	padding:8px 13px;
	border-radius:0;
	-moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
	width:36px;
	height:36px;
}
.pagination > .active > span,
.pagination > .active > a{
	background:#000;
	border-color:#000;
}
.pagination li:last-child > a, .pagination li:first-child > a{font-size:0px; padding: 9px 11px;}
.pagination > li > a, .pagination > li > span {
	color: #777777;
	padding:8px 13px; 
	border-radius:0; 
	-moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
	width:36px; 
	height:36px;
	border-color:#e9e9e9;
}

/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}
#column-left .products-list .row > div,
#column-right .products-list .row > div {
	float: left;
	width: 100%;
	padding: 0px;
}
#column-left .products-list .row > div .image,
#column-right .products-list .row > div .image,
#column-left .products-list .row > div .caption,
#column-right .products-list .row > div .caption {
	text-align: left;
	padding:0;
}
#column-left .products-list .row > div .caption h4,
#column-right .products-list .row > div .caption h4 {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 13px;
	padding:0px;
}
#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a
{
 color: #444;
 font: 400 14px/18px "Poppins",Helvetica,sans-serif;
 text-transform: capitalize;
 white-space:nowrap;
 text-overflow:ellipsis;
}
#column-left .products-list .row > div .caption .price,
#column-right .products-list .row > div .caption .price {
	margin: 0;
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
}
#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-new,
#column-left .product-thumb .price-old{
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
}
#column-left .product-thumb .price-old{
	font-weight:normal;
	font-size:14px;
}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-cart span,
#column-right .products-list .row > div .button-group .btn-cart span {
	display: block !important;
	color: #444;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing:0;
}
#column-left .product-thumb .image, 
#column-right .product-thumb .image {
	border:1px solid #f0f0f0;
}
#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: #000 !important;
}
#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
	display: none;
}
#column-left .product-thumb:hover h4 a,
#column-left .product-thumb .button-group .btn-cart:hover > span {color:#000;}
#column-left .product-thumb .button-group .btn-cart > span{font-size:13px;}
#column-left .product-thumb h4 a:hover {
	color:#000;
}
/* Product page stylesheet */
#content .product-images,
#content .product-details {
	float: left;
}
.product-images .additional-images-container {
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	width:100%;
	text-align:center;
	overflow: hidden;
}
.additional-images .owl-wrapper-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.product-details .product-info td {
	padding: 3px;
}
.product-details .product-info .product-info-value {
	 color: #777;
	 padding: 3px 3px 3px 10px;
	 font-weight:normal;
}
.product-details .product-info tr td {
	color: #414141;
    font:400 13px/20px "Poppins",Helvetica,sans-serif;
    text-transform: capitalize;
}
.product-product .product-info-value > a{color: #ff2525;}
.product-product .product-info-value > a:hover{color:#222;}
.product-product .tab-content {
	padding:20px 0 0 0;
}
.cpt_product_description strong {
    font-size: 14px;
}
.product-quantity label {
	padding: 10px 0;
}
.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 5px 0 0;
	float: left;
}
.product-quantity #input-quantity 
{
	border: 1px solid #e9e9e9;
	font-size: 14px;
    float: left;
    height: 43px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e9e9e9;
    color: #222;
    font-size: 22px;
	line-height:24px;
	font-weight:500;
    margin: 0 0 16px;
    padding-bottom: 16px;
	text-transform:capitalize;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price
 {
 	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0;
	margin: 15px 0 20px;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 500 18px/24px "Poppins",Helvetica,sans-serif;
}
.product-details .rating{display:table;}
.product-total-review .fa.fa-comment, .product-write-review .fa.fa-pencil {
    margin-right: 5px;
}
.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
    font-size: 13px;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
	border:none;
	background:  none;
	padding:0 15px 0 0;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, 
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
	font-size:13px;
}
.product-price .product-reward-points{
	font-size:13px;
}
.product-details .rating > a {
    border-right: 1px solid #e9e9e9;
    color: #777777;
    float: left;
    font-size: 14px;
    margin: 2px 10px 0 0;
    padding: 0 10px 0 0;
	height:20px;
}
.product-details .rating > a:last-child {
    border-right: medium none;
}
.product-details .rating > a:hover{color:#444;}
.rating .product-rating {
    border-right: 1px solid #e9e9e9;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px 0 0;
	height:20px;
}
.product-details .price-new {
    float: left;
	margin:0 8px 0 0;
}
.product-details .price-old
{
 color: #ababab;
 font-size:14px;
 font-weight:normal;
 white-space: nowrap;
 text-decoration: line-through;
}
.product-details .product-tax {
    margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2
{
    color: #333;
	font:500 18px/20px "Poppins",Helvetica,sans-serif;
}
.product-options .product-quantity {
	clear: both;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.product-product .btn.btn-default {
    background-color: #fff;
    border-color: #e9e9e9;
    color: #777777;
	padding:7px 15px;
}
.product-product .btn.btn-default:hover {
	background-color: #ff2525;
	border-color:#ff2525;
}
.product-product .btn.btn-default:hover {
    color: #fff;
}
.product-product .btn.btn-default.product-btn-wishlist:hover{
	color:#000;
}
.product-product .btn.btn-default.product-btn-compare:hover{
	color:#000;
}
.product-product .product-details .btn-group > button {
	margin: 10px 5px 5px 0;
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0px;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	padding:15px 20px;
	clear: both;
	border:1px solid #e9e9e9;
	margin:40px 0;
}
#tab-review label.control-label {
	font:500 13px/20px "Poppins",Helvetica,sans-serif;
	color:#222;
	margin-bottom:10px;
}
.product-product .nav.nav-tabs li.active a, .product-product .nav.nav-tabs li:hover a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
	border:medium none;
}
.product-product .nav-tabs > li > a
{
  border: medium none;
    color: #878787;
    margin: 0;
    padding: 8px 0;
    position: relative;
    text-transform: capitalize;
	border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
}
.product-product .nav-tabs > li.active > a::before {
    background: #000 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
    font-family: "Poppins",Helvetica,sans-serif;
	font-size:18px;
	color:#777;
}
.product-product .nav-tabs > li { margin: 0 15px;}
.product-product .nav-tabs > li:first-child {margin-left: 0;}
.product-product .nav.nav-tabs {border-bottom: 1px solid #dddddd;}
.tab-content #tab-description b{
	font-weight:600;
	color:#414141;
}
.related-carousel .products-carousel .owl-buttons {
	margin: 20px auto auto;
}
.related-carousel .box-heading > h3:after {
	border-bottom:1px solid #e1e1e1;
	bottom: auto;
	top:60px;
	content:"";
	position:absolute;
	left:0;
	margin:0 auto;
	right:0;
	width:50px;
}
.related-carousel .box-heading > h3
{
	color: #222;
    float: none;
    font: 500 32px/34px "Poppins",sans-serif;
	margin: 20px 0 10px;
    text-align: center;
    text-transform: capitalize;
}
.related-carousel .box-heading{text-align:center;}
.checkout-cart #accordion .panel-heading {padding: 0px; border-color:#e9e9e9;}
.checkout-cart #accordion .panel-heading a {padding: 10px 15px;font-family:"Poppins",Helvetica,sans-serif; font-weight:normal;}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:#444;
	font-size:14px;
}
.checkout-cart #accordion .form-group {
	margin: 15px 0;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.checkout-cart #content > .buttons {
    float: left;
    width: 100%;
}
.checkout-checkout #accordion .panel-default .panel-heading{
	border-color :#e9e9e9;
}
.table.table-bordered {
   border-color :#e9e9e9;
}
.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 #e9e9e9;
	color:#222;
}

.sub-total-table .table-bordered tbody tr td:first-child strong{
    font-weight: normal;
}

.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
.checkout-cart .sub-total-table { float: right; }
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
	background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
	color: #FFFFFF;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
	background: #777;
}
.datepicker .datepicker-days .table-condensed .day.active,.bootstrap-datetimepicker-widget td span.active,.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover, .bootstrap-datetimepicker-widget .timepicker td a span:hover,.bootstrap-datetimepicker-widget td span.active,.datepicker-months .table-condensed .month.active, .datepicker-years .table-condensed .year.active {background-color:#ff2525;}
s.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover, {background:#bc3b36 ;}

.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #ff2525;}
.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 #e9e9e9;
	padding: 10px;
}
.search-criteria > p{
	margin:10px 0;
}
.search-criteria .checkbox-inline{
	padding:0;
}
.product-search .product-layout.product-list{
	padding:10px 0 5px;
}

.product-compare #content .table .btn {
	margin: 2px 0;
	text-transform:capitalize;
}

.information-sitemap .col-sm-6 > ul {
	padding-left: 15px;
}
.information-sitemap #content ul ul {
	padding-left: 30px;
	margin: 5px 0 10px;
}
.information-sitemap ul li a{
	line-height:22px;
}
body.product-compare .table-product-image {
	padding: 3%;
}

/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
	font-weight: bold;
}
.information-contact .panel.google-map, .information-contact .panel.google-map iframe {
    float: left;
    width: 100%;
}
.information-contact .contact-location .location-detail {
	margin: 0 0 20px 0;
}
.information-contact .contact-location .location-title i.fa {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
	margin: 10px 5px 10px 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}

/* extra page stylesheet  */
.table-bordered tr td.text-right.total-amount {
	color: #414141;
	text-align: right;
}
.btn.btn-primary.checkout {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px 8px;
    text-transform: capitalize;
}

.btn.btn-primary.checkout:hover,
.btn.btn-primary.checkout:focus,
.btn.btn-primary.checkout:active {
	background:#000;
	border:1px solid #000;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font-family: "Poppins",Helvetica,sans-serif;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px "Poppins",Helvetica,sans-serif !important;
	color: #555454;
	text-transform: capitalize;
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #FFF;
	border: 1px solid #e9e9e9;
    color: #444;
	font-family:"Poppins",Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.6px;
	text-transform:capitalize;
	vertical-align: middle;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #222;
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
}
.checkout-checkout h4 {font-family: "Poppins",Helvetica,sans-serif;}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #333333;font: 400 23px/25px "Poppins",Helvetica,sans-serif;}
.well {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #e9e9e9;
}
/* brand page */
.product-manufacturer .a-link-list {border: medium none;}
.product-manufacturer .a-link-heading {padding: 5px 16px;}
.product-manufacturer .a-link-heading p, .product-manufacturer .a-link-heading h2 {line-height: 38px;}
.product-manufacturer .a-link-group {
    color: #222222;
    font-family: Poppins;
    font-size: 16px;
    margin-bottom: 10px;}
	
	
/* about-us  */
/*about-us*/
	
.main-about-history .title_block .ttblock-heading {color:#222;margin:0 0 25px;}
.history-image {padding: 0;}
.main-about-history .box-heading::before{left:0;right:auto;}
.main-about-history .box-heading::after{right:0;left:auto;}
.history-image > img {width: 100%;}
.pull-right.block-right.history-block {padding: 0;}
.about-us {
     font-family: "Poppins",Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}
.service-name > h4, .team-caption > h4 {
    color: #777777;
    font-family: "Poppins",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.module.about-our-service .item:hover .icon{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
	-webkit-transform: scale(-180deg);
-moz-transform: scale(-180deg);
-o-transform: scale(-180deg);
-ms-transform: scale(-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: #bc3b36!important;}
.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: #fff;
    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: #bc3b36;
    font-size: 13px;
    margin: 0 0 3px;
	font-family: "Poppins",Helvetica,sans-serif;
}
.module.about-our-service .item:hover h3.title {color:#222;}
.module.about-our-service .item .content {
    color: #666666;
    font-size: 13px;
    line-height: 16px;
	font-family:"Poppins",Helvetica,sans-serif;
}
.main-about-service .item {text-align: center;}
.module.about-our-service {
    float: left;
    width: 100%;
	margin-bottom:40px;
}
.team-image > img {width: 100%;height:80px;}
.module.about-our-service .item .icon { display: block;margin: 0 0 20px;}
.module.about-our-service .item .icon > i{font-size:24px;}
.team-image{
	width:90px;
	border:5px solid #eee;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
}
.main-about-history .title_block {
    float: left;
    text-align: center;
    width: 100%;
}
.main-about-history .title_block .ttblock-heading {
	color: #333;
    display: inline-block;
    float: none;
    font: 700 18px/26px "Raleway",sans-serif;
    letter-spacing: 0.4px;
    margin: 0 0 40px;
	text-align: center;
    text-transform: uppercase;
}
.terms-condition h3{font: 400 18px/22px "Poppins",Helvetica,sans-serif;color:#bc3b36;}



/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */
.a-link-group { margin-bottom: 10px; }
.a-link-group a { font-weight: bold; }
.a-link-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.a-link-heading {
    background: none repeat scroll 0 0 #F5F5F5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#222;
}
.a-link-content {
    padding: 8px;
	font-size: 14px;
}
.modal-header {
	background: #F5F5F5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
}
.modal-title {
	font-weight: bold;
}
.brand-carousel .owl-pagination {
	display: none;
}
.brand-carousel .owl-carousel .owl-buttons div {
   height: 30px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: center;
   width: 30px;
   border: 1px solid #e9e9e9;
   color: #FFF;
   font: 400 13px/18px "Poppins",Helvetica,sans-serif;
   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: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.brand-carousel .owl-carousel:hover .owl-buttons div {
	opacity:1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .owl-carousel .owl-buttons div i {
	display:none;
}
.brand-carousel .owl-controls .owl-buttons .owl-prev::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -404px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .owl-controls .owl-buttons .owl-prev:hover::before  {
	background-position: -69px -404px;
}
.brand-carousel .owl-controls .owl-buttons .owl-next::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -437px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .owl-controls .owl-buttons .owl-next:hover::before {
	background-position: -69px -437px;
}
.brand-carousel .owl-carousel .owl-buttons div:hover {
	background: #ff2525;
	color: #FFF;
	border-color: #ff2525;
}


/* 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;
}
.common-home .brand-carousel {
	float: left;
    margin: 30px auto auto;
    position: relative;
    width: 100%;

}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6; 
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
/* footer */
.common-home footer {
	margin: 40px 0 0;
}
footer {
	float: left;
	width: 100%;
	background:#171717;
	color: #fff;
	margin: 70px 0 0;
	background-size:cover;
	
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666666;
}
footer .footer-column {
    margin: 52px 0 40px;
}
footer a {
	color: #878787;
}
footer a:hover,
footer a:focus {
	color: #fff;
}
footer .footer-column h5 {
	font:400 18px/22px "Poppins",sans-serif;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.6px;
	margin: 0 0 20px;
	text-transform: capitalize;
	position: relative;
}
.footer-top-block .news-letter .news-letter-inner{
    background: #ff8960 none repeat scroll 0 0;
    padding: 55px;
}
.footer-top-block .news-letter-inner > h4 {
    color: #ffffff;
    float: left;
   	font:700 22px/30px "Poppins",sans-serif;
    letter-spacing: 0.4px;
    margin: -14px 0 0;
    text-transform: uppercase;
}
.purchage-theme > a {
    background: #000;
    border-radius: 5px;
	-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-khtml-border-radius: 5px;
    color: #ffffff;
    font:400 13px/18px "Poppins",Helvetica,sans-serif;
    letter-spacing: 1px;
	text-transform: capitalize;
    padding: 11px 20px;
    transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
}
.news-letter{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px 2px rgba(233, 210, 185, 0.3);
    float: left;
    margin: -75px 0 0;
    overflow: hidden;
    padding: 20px;
    text-align: center;
	width:100%;
}
.purchage-theme {
    float: right;
    margin: -8px 0;
}
.footer-logo {
    margin: 0 0 35px;
    text-align: left;
}
footer #footer-right ul a::before {display: none;}

/* Footer right Contact us Stylesheet */
footer #footer-right ul a::before {
	display: none;
}
#footer-right ul li {
    list-style: outside none none;
	position: relative;
	line-height: 20px;
    overflow: hidden;
    padding: 0 0 8px;
}
#footer-right .contact-us ul li i {
	float: left;
    font-size: 14px;
    margin-right: 12px;
    padding-right: 0;
    padding-top: 4px;
    text-align: center;
    width: 20px;
	color:#777;
}
#footer-right .contact-us .fa-envelope::before {
	content: "\f003";
}
.footer-right-cms .contact-address{padding: 0 0 0 20px;color:#878787;}
.footer-right-cms .phone{color:#878787;}
.footer-bottom {
	padding: 17px 0 10px;
	margin: 0;
	background:#000;
	float:left;
	width:100%;
}
.footer-top-cms {
	float: left;
	width: 100%;
   	padding: 0;
}
.footer-top-cms .tt-content{padding:56px 0px;}

.footer-column .list-unstyled > li
{
    line-height: 24px;
    padding: 0;
	margin:2px 0 0;
    text-align: left;
    vertical-align: middle;
}
/*.footer-column.footer-information {padding-left: 120px;}*/
/*.footer-column.footer-extras {padding: 0 30px 0 0;}*/
/*.footer-left-content {padding-left: 105px;}*/
.footer-bottom > p {
    color: #878787;
	font-size:13px;
    text-align: center;
	margin: 0;
}
.footer-bottom p a {
    color: #878787;
}
.footer-bottom p a:hover {
    color: #fff;
}

#goToTop:before {
  color: white;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
}
#goToTop {
   background: #ff2525;
    border: 2px solid #ff2525;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
#goToTop:hover {
  background: #f0c708;
  border-color: #f0c708;
}
#goToTop:hover:before {
  color: #000;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	clear: both;
}
.alert {
    margin: 0 auto 10px;
    /*max-width: 1170px;*/
}
.common-home .alert {
    margin: 10px auto;
    max-width: 1180px;
}
/* breadcrumb */
.breadcrumb {
	float:  right;
	margin: 15px 0;
	padding:0 15px;
	color: #bc3b36;
	list-style: outside none none;
}
.breadcrumb i:hover {
	color: #000;
}
.breadcrumb a {
 	color: #414141;
    display: inline-block;
	font-weight:normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
	text-transform: capitalize;
}
.breadcrumb i {
	font-size: 16px;
	vertical-align: baseline;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #333;
    content: "\f105";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0px 8px;
}
.main-breadcrumb
{
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #777777;
    display: inline-block;
    font: 400 14px/18px "Poppins",Helvetica,sans-serif;
    min-width: 60%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

/* 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;
}
.form-group .input-group-btn .btn-default{
	padding:7px 12px;
}
.btn-default {
	background:#000;
    border: 1px solid #000;
    letter-spacing: 1px;
	color:#fff;
	text-transform: capitalize;
	padding:10px 20px 8px;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background: #ff2525;
    border: 1px solid #ff2525;
    color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.btn-primary {
	background: #ff2525;
    border: 1px solid #ff2525;
    color: #fff;
	font-family: 400 13px/18px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.product-details #button-cart.btn.btn-primary {
	background:#ff2525;
	border: 1px solid #ff2525;
    letter-spacing: 0;
	margin:0 10px;
    padding:8px 22px 8px 45px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size:13px;
	line-height:24px;
	position:relative;
}
.product-product #button-cart::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -28px -47px;
    content: "";
    font-size: 17px;
    position: absolute;
    width: 40px;
	height:40px;
	left:0;
	right:auto;
}
.product-details #button-cart.btn.btn-primary:hover {
    border-color:#222;
	background:#222;
}
.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, .open .dropdown-toggle.btn-primary,#button-login.btn.btn-primary:focus,.btn-primary:active,#button-account.btn.btn-primary:focus,#button-register.btn.btn-primary:focus,#button-shipping-method.btn.btn-primary:focus,#button-payment-address.btn.btn-primary:focus,#button-shipping-address.btn.btn-primary:focus,#button-payment-method.btn.btn-primary:focus,#button-guest.btn.btn-primary:focus,#button-review.btn.btn-primary:focus,#button-coupon.btn.btn-primary:focus,#button-voucher.btn.btn-primary:focus,#button-quote.btn.btn-primary:focus,#button-confirm.btn.btn-primary:focus
{
 	background: #000;
	border: 1px solid #000;
}
.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: #ff2525;
	border: 1px solid #ff2525;
}
.product-product #button-cart.btn-primary:focus,
.product-product #button-cart.btn-primary:active
{
 	background: #ff2525;
	border: 1px solid #ff2525;
	color: #ffffff;
	text-transform: capitalize;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #ff8960;
    border-color: #ff8960;
}
.btn-info:hover{
	background:#000;
	border-color:#000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #777;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-category .category-description{
	width:100%;
	float:left;
}
.product-layout,
.product-layouts {
	padding:15px;
	margin:0 0 10px;
}
.product-thumb {
	
	position: relative;
	text-align: center;
}
.product-list .product-thumb .thumb-description{
	text-align:left;
}
.product-layout.product-list {
    margin: 0;
	padding:10px 15px 5px;
}

.product-grid.product-layout {
	/*padding: 10px;*/
	padding: 0 15px 20px;
	margin:10px 0 0;
}
.product-grid .product-thumb .button-group{
	transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.product-grid .thumb-description {
	padding: 0px;
}
.products-carousel .image, .products-carousel .thumb-description,
.product-grid .product-thumb .image,
.product-grid .product-thumb .thumb-description,
.related-items .product-thumb .image,
.related-items .product-thumb .thumb-description {
	text-align: center;
}
.product-thumb .image {
    overflow: hidden;
	margin-bottom:13px;
}
.product-thumb .image a {
	display: block;
	position:relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
#column-left .product-thumb .image img,
#column-right .product-thumb .image img {
	float: left;
}
.product-grid .product-thumb .image{padding: 0px;}
.product-grid .product-thumb.row {margin: 0;}
.product-list .sale-icon {
    left: auto;
    right:23px;
	transition: none;-moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
-o-transition: none;
}
.product-thumb h4 {
	font:400 14px/18px "Poppins",Helvetica,sans-serif;
	overflow: hidden;
	margin: 0px;
	padding: 8px 0 10px;
	text-transform:capitalize;
	text-overflow:ellipsis;
}
.product-thumb h4 a {
	text-transform: capitalize;
	color: #777;
	font-size:14px;
	font-weight:400;
	text-transform: capitalize;
	white-space:nowrap;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color:#000;
}
.product-thumb .rating {
	position: absolute;
	left: 0;
	right: 0;
	line-height: normal;
	bottom: 80px;
}
.product-thumb:hover .rating {
    display: none;
}
.product-list .product-thumb .rating {
	position: static;
	line-height: normal;
	/*padding: 12px 0 5px;*/
	display:block;
	margin:0 0 8px;
}
.product-list .product-thumb h4
{
	font: 400 14px/26px "Poppins",sans-serif;
    margin: 5px 0;
    padding: 0;
   
}
.product-list .product-thumb h4 a
{
 color:#414141;
 text-transform: capitalize;
 letter-spacing: 1px;
 white-space:nowrap;
 
}
.product-special .product-thumb .image{
	padding:0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star.off,
 #tab-review .fa-star.off {
	color: #c5c5c5;
}
.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:#ff2525;
	font-size: 13px;
	position:relative;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #ff2525;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #333;
   font: 500 16px/18px "Poppins",Helvetica,sans-serif;
}
.product-thumb .price-new {
	margin: 0;
	font:500 16px/18px "Poppins",Helvetica,sans-serif;
}
.product-thumb .price-old
{
	color: #777;
	text-decoration: line-through;
	font-size:14px;
	font-weight:500;
	line-height:16px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-list .product-thumb .price-tax {
	display: block;
}
.product-manufacturer-info-8 .product-layout.product-list{
	padding:10px 0 5px;
}
/*----------------------button css start----------------------*/
.product-thumb .button-group {
	 background-color: rgba(0, 0, 0, 0);
    bottom: 72px;
    float: none;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
	opacity:0;
	-moz-opacity: 0; 
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
    
}
.product-thumb:hover .button-group {
	transform: translateX(0%) translateY(0%) scale(1);   
	-webkit-transform: translateX(0%) translateY(0%) scale(1);
	-ms-transform: translateX(0%) translateY(0%) scale(1);
	-o-transform: translateX(0%) translateY(0%) scale(1);
	opacity:1; 
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.product-list .product-thumb .button-group {
	
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
	width:auto;
    position: static;
    text-align: left;
	margin:15px 0;
	float:left;
    transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	height:auto;
	opacity:1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
	transition:none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
}
.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;
	
}
.product-list .button-group button.btn-cart:hover span{
	color:#000;
}
.product-list .product-thumb .button-group .btn-cart
{
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	padding:0 20px;
	color:#fff;
	border-color:#000000;
	background:#000000;
	position:relative;
	z-index:1;
	border-radius: 25px; 
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	width:auto;
}
.product-list .product-thumb .button-group button:hover {
	background: #ff2525;
	color:#fff;
}
.product-list .product-thumb .button-group button
{
	margin: 0 5px;
	transition:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition:none;
	float:left;
	opacity:1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}

.product-list .button-group button.btn-cart span {
   
    color: #fff;
    display: inline-block !important;
	vertical-align:top;
    font:400 13px/30px "Poppins",Helvetica,sans-serif !important;
}

.product-list .button-group button.btn-cart:hover span {
	color:#fff;
}
/*.product-list .button-group .btn-cart:hover i.fa-shopping-cart {
    background-position: -37px -44px;
}*/

.product-thumb .button-group button {
	margin: 0;
	background-color: #000;
    border: medium none;
    color: #777676;
    display: inline-table;
    float: none;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
	height:44px;
  	width: 44px;
	padding:0;
	position:relative;
	border-radius:50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
		
}
.product-thumb .button-group button:hover {

	background-color:#ff2525;
	text-decoration: none;
	cursor: pointer;
}


.product-thumb .button-group i
{
	background-image:url("TemplateTrip/images/product-sprite.png");
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
    display: none !important;
}
.product-thumb .button-group i::before
{
	content:"";
}

.product-thumb .button-group i.fa-shopping-cart {
    background-position: -33px -36px;
}
.product-list .button-group i.fa-shopping-cart{
	height:30px;
	width:30px;
	float:left;
	background-position: -42px -44px;
}
.product-thumb .button-group i.fa-heart {
    background-position: -33px 10px;
}
.product-thumb .button-group .btn-compare i {
    background-position: -33px -82px;
}

/*----------------------------button css end----------------------*/
.common-home .body-left-gb-image {
    bottom: 0;
    left: 0;
    position: absolute;
	
}
.common-home .body-right-gb-image {
    position: absolute;
    right: 0;
    top: 0;
}
/*product-page */
.product-product .product-image .thumbnail
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #FFF;
  padding: 0;
  transition: none;
  -moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
-o-transition: none;
}
.additional-images .owl-item,.related-items .owl-item{float:left;}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}

.thumbnails > img {
	width: 100%;
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.thumbnails .additional-images {
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	display:inline-block;
}
.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:none;
  border: none;
  margin: 0;
  padding:0;
  transition: none;
  -moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
-o-transition: none;
}
.products-list .owl-carousel {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: auto;
}
.additional-images > .image-additional {
	float: left;
	padding: 0 10px;
}
.related-carousel .related-items .product-layouts {
    margin: 10px 0 0;
}

@media (max-width: 1200px) {
.ttcart #cart #cart-total{
		padding:0;
}
}
@media (max-width:1199px)
{
   .row.main-tab{margin:0px;}
  .tt-header-content.container{position:static;}
}
@media (min-width:992px) and (max-width:1200px) {
	#logo > a {
		margin: 0  auto;
	}
	header .header-left {
		float: left;
		width: 75%;
	}
	.header-right {
		float: right;
		width: 25%;
	}
.related-carousel.products-list {padding: 0;}
#cart .dropdown-menu{min-width:295px;}
}
@media (max-width:992px){
	.TTProduct-Tab .tab-content{
		margin-bottom:50px;
	}
}
@media (max-width: 991px) {
	#menu .navbar-collapse {
		background:#fff;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border:1px solid #e9e9e9;
		top:50px;
		left:auto;
		right:0;
	}	
	#menu .navbar-header.collapsed, #menu #category {
		display:block !important;
		position:relative;
		width:100%;
		text-align:left;
	}
	#menu {
 	   padding: 5px;
	   position:unset;
	   
	}
	.menu-container .left {
		position:unset;
	}
	#menu div.navbar-header:after,
	#menu .navbar-header i.fa {
		font-family: "FontAwesome";
		content:"\f0c9";
		font-size: 14px;
		position: absolute;
		right: 5px;
		top: 9px;
		font-weight:normal;
		color:#414141;
	}
	#menu .nav > li.dropdown:hover::after{
		display:none;
	}
	#menu .dropdown-inner ul{
		padding:0;
	}
	#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;
	}
	/*#menu ul.nav > li.dropdown:hover > .dropdown-menu{
		display:none;
	}*/
	#ttcmsfooter.block.footer-block {
		border:none;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		padding: 7px 15px;
		letter-spacing: 0.6px;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu a {
		padding:0 15px;
	}
	.navbar-nav {
		margin:0px;
		padding: 10px 20px;
	}
	#menu .nav li.dropdown > a, 
	#menu .nav > li.dropdown > span {
    padding: 0;
	}
	#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span{
		color:#000;
	}
	#menu .nav > li.dropdown::after {
    	content: "";
	}
	#menu .nav > li.dropdown::before {
    	content: "";
	}
	#menu .navbar-collapse li.dropdown {
		clear: both;
	}
	#menu .navbar-collapse li.dropdown > i {
		background:none;
		font-size: 20px;
		position: absolute;
		color: #414141;
		right: 0;
		top: 0;
		padding:5px;
		cursor: pointer;
		text-align: center;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		position: relative;
		width: 100%;
		top:0;
	}
	#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;
	}
	#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
		padding: 0 15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		border: 0;
		margin-left: 0;
		background-color: rgba(0, 0, 0, 0);
	}
	#menu .dropdown-inner {
		display: block;
	}
		#menu .dropdown-inner a{
		font-size:14px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	.menu-container > .container {
		position:relative;
	}
	#menu .nav.navbar-nav > li
	{
		display:block;
		text-align:left;
	}
	#menu .nav > li > a, #menu .nav > li > span
	{
		color:#414141;
		text-transform:capitalize;
		padding:0;
		line-height:26px;
		font-size:14px;
	}
	/*#menu .navbar-collapse li.dropdown > i::before {
		content: "\f106";
		font-family: fontawesome;
    }*/
	#menu .navbar-collapse li.dropdown.active > i::before{
		content:"\f106";
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a,#menu .dropdown-inner a
	{
		color:#414141;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after
	{
		display:none;
	}	
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a, #menu .dropdown-inner a,#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu
	{
		padding:0 0 0 15px !important;
	}
	.list-unstyled.childs_2
	{
		padding:6px 0;
	}
	#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 {
		padding:7px 0;
		float:left;
		width:100%;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu .dropdown-menu .childs_2 a {
		line-height:23px;
		padding:0;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#000;
	}
	.slideshow-panel .owl-carousel .owl-buttons div{
		height:50px;
		width:50px;
	}
	.slideshow-panel .owl-carousel .owl-buttons .owl-prev{
		padding:11px 17px;
	}
	.slideshow-panel .owl-carousel .owl-buttons .owl-next{
		padding:11px 20px;
	}
	
	.TTProduct-Tab {
		margin: 10px auto 0;
	}
	footer {
		margin: 20px 0 0;
	}
	footer .footer-column {
        float: left;
    	margin: 0;
 	   width: 100%;
	}
	footer .footer-column ul{
		padding:0 10px;
	}
	footer .footer-column:last-child {
    	padding-bottom: 15px;
	}
	footer .footer-column:first-child {
    	padding-top: 15px;
	}
	.footer-bottom{
		border-top:1px solid #1a1a1a;
	}
	footer .footer-column h5{
		letter-spacing:1px;
	}
	footer .footer-column h5.toggle:hover, .follow-us > h5:hover {
		cursor:pointer;
	}
	footer .footer-column h5, footer .footer-column .contact-us h5 {
		padding:12px 10px;
		margin:0;
	}
	footer .footer-column h5.toggle:hover {
		background: rgba(0, 0, 0, 0.8);
	}
	#footer-right ul li {
		margin:0 0 10px;
	}
	footer .footer-column h5.toggle:after,.follow-us > h5.toggle:after {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 18px;
		font-weight: 500;
		float: right;
	}
	footer .footer-column.active h5.toggle:after,
	.follow-us.active > h5.toggle:after,
	.footer-right-cms .contact-us.active > h5.toggle:after {
		content: '\f106';
	}	
	footer .follow-us ul {
		 margin-bottom:0;
	}
	.related-items.owl-carousel{
		margin:0 0 20px;
	}
	.information-contact footer{ margin:10px 0 0;}
	.products-list .box-heading{
		position:relative;
	}
	

/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
body > .container > .row > #content {
float: left;
width: 100%;
}
body > .container > .row > #column-left,
body > .container > .row > #column-right {
float: left;
width: 100%;
display: block !important;
margin:0;
}
#column-left .panel-default,
#column-right .panel-default,
#column-left > div,
#column-right > div,
#column-left .category-treeview.panel-default,
#column-right .category-treeview.panel-default {
padding: 15px;
cursor: pointer;
}
#column-left .panel-heading::before,
#column-right .panel-heading::before,
#column-left .box-heading > h3::before,
#column-right .box-heading > h3::before {
border: none;
position: static;
display: none;
}
#column-left .panel-heading,
#column-right .panel-heading,
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
padding: 0;
margin: 0;
float: left;
width: 100%;
}
#column-left .toggle:after,
#column-right .toggle:after {
content: "\f067";
float: right;
font-family: "FontAwesome";
font-size: 14px;
font-weight: 400;
left: auto;
position: absolute;
right: 0;
left: auto;
top: 0;
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%;
margin: 15px 0 0;
}
#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: 15px 0 0;
}
/*-------------------------------- 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%;
}
.option-filter-box {
border: 1px solid #e9e9e9;
float: left;
padding: 20px;
width: 100%;
}
.option-filter-box a.list-group-item::after{
top:9px;
}
.option-filter-box .list-group .list-group-item,
.option-filter-box .radio,
.option-filter-box .checkbox {
width: 100%;
float: left;
margin:0px;
background: #FFF;
border: none;
}
.option-filter-box a.list-group-item {
padding: 10px 0;
text-transform: uppercase;
}
.option-filter-box .list-group {
float: left;
width: 100%;
margin: 0;
}
.option-filter-box .panel-footer {
float: left;
width: 100%;
background: #FFF;
}

/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/

/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
	
}
@media (min-width: 992px) {
	#menu ul.nav > li.dropdown:hover > .dropdown-menu {
		display: block;
		padding:0;
		border-color:#e9e9e9;
	}
		#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
}
@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%;
    }
}
@media (min-width:768px) and (max-width:991px) {
	#logo > a {
		margin: 0  auto;
	}
	header .header-left {
		float: left;
		width: 75%;
	}
	.header-right {
		float: right;
		width: 25%;
	}
	.product-thumb .button-group span {
		display: none !important;
	}
	.product-thumb .button-group .btn-cart span {
		display: inline;
	}
	#column-left .option-filter, #column-right .option-filter,
	#column-right .option-filter, #column-right .option-filter{
		padding:10px;
	}
	#column-left .featured-carousel, #column-right .featured-carousel,
	#column-right .featured-carousel, #column-right .featured-carousel{
		padding:10px;
	}
	.product-product #content{ width: 100%; }
	.product-details .rating > a { font-size: 13px; padding: 0 5px 0 0; }
	.header-top-left,.header-top-right{ 
		padding: 0;
	}
.footer-left-content{padding:0px;}
#footer-right ul li{padding:0 0 4px;}
}
@media (min-width: 768px) {
	#menu .more-menu .list-unstyled.childs_1 a {
 	   padding: 0 0 0 20px;
	}
}
@media (max-width: 767px) {
	.header-top-left .pull-left .btn-group {
		margin: 0;
	}
	#top-links li.header_user_info {
		padding: 0;
	}
	#tab-review .form-group.required {
    	margin-left: -10px;
 	   margin-right: -10px;
	}
	#menu div.navbar-header::after, #menu .navbar-header i.fa{
		right:5px;
	}
	.header-middle {
		float: none;
		margin: 18px auto;
		position: static;
		width: 100%;
	}
	#logo > a {
		margin: 0 auto;
	}
	header .header-left {
		float: left;
		width: 64%;
		position: absolute;
		left: 0;
		right: 0;
		top: 130px;
	}
	header .header-right {
		float: right;
		width: 36%;
	}
	#logo img { float: none; }
	.header-content-title {
		float: left;
		width: 100%;
	}
	.page-title-wrapper {
		margin: 15px 0;
	}
	.header-right #top-links .ttcart {
		margin: 0;
	}
	#cart .dropdown-menu {
		min-width:315px;
		padding:5px;
	}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next { top: 45%; }
.slideshow-panel .owl-buttons > div { width: 30px; height: 30px; }

.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-thumb .rating{
	bottom:130px;
}
.category-products .product-grid {
	width: 50%;
}
#content .option-filter-box #button-filter {
	margin-top: 10px;
}
.product-list .product-thumb .button-group {
	margin-bottom: 15px;
}
.information-contact .contact-location .col-sm-3 {
	width: 50%;
	padding: 15px;
	float: left;
}
.information-contact .store-contact {
	clear: both;
}
#content {
    float: left;
    width: 100%;
	
} 
.product-product .product-image{
	width:90%;
	margin:0 auto;
}
.owl-carousel .owl-buttons div {
	opacity: 1
	-khtml-opacity: 1 
	-moz-opacity: 1
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#header-search .select-wrapper {
	max-width: 120px;
}
footer .footer-column h5.toggle {
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0 0 2px;
	cursor: pointer;
}
footer {
	background-size:initial;
}
footer .footer-column .list-unstyled {
	float:left;
	width:100%;
}
.category-filter .filter-show,
.category-filter .filter-sort-by
{
	margin: 0 5px 0 0;
	float: right;
	width:auto;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 15px;
}
.product-list .product-thumb h4{
	margin:0;
	padding:0 0 5px;
}
.product-list .product-thumb .button-group {
	padding: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
.product-details h1.product-name {
	margin-top: 15px;
}
/*.option-filter-box a.list-group-item::after{
	top:9px;
}*/
.product-tabs {
	width: 100%;
	float: left;
}
.account-wishlist #content td .btn {
	margin: 2px 0;
}
.checkout-cart #content .input-group input {
	min-width: 20px;
	padding: 7px 10px;
}

.product-list .product-thumb .button-group {
	border-left: none;
}

.product-grid .product-thumb .thumb-description {
	width: 100%;
}
.product-grid .product-thumb .thumb-description,
.related-items .product-thumb .thumb-description, .product-thumb .thumb-description
{
opacity: 1;
-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
padding:0px;
transition:none 0s ease 0s;
-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
-ms-transition: none 0s ease 0s;
}
.product-grid .product-thumb:hover .thumb-description, .related-items .product-thumb:hover .thumb-description, .product-thumb:hover .thumb-description{background:none;}

.product-images .additional-images-container {
	width: 380px;
}
.product-product .product-sale-icon{
		right:30px;
}
.additional-images .thumbnail > img{
	width:auto;
}
.related-items .product-layouts{
	margin:20px 0;
}
.common-home footer{
	margin:10px 0 0;
}

footer .footer-column {
		float:left;
		width:100%;
		margin:1px 0;
}
footer .footer-column ul{
	padding:0;
}
.footer-content {
   height: auto;
}
.footer-logo {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-bottom {
	 margin: 0;
	 float:left;
	 width:100%;
}
.footer .footer-column h5.toggle{margin-bottom:2px;padding:10px;display:block;text-transform:uppercase;}
.product-category .list-group .list-group-item,.product-category .option-filter-box a.list-group-item,.product-category .panel-footer{
	background:none; 
	color:#333;
	border: none;
}
.product-thumb .button-group {
	opacity: 1;
	-moz-opacity: 1;
-khtml-opacity: 1; 
-webkit-opacity: 1;
}
.product-thumb .button-group .btn-wishlist > span,
.product-thumb .button-group .btn-compare > span {
	display: none;
}
.product-thumb:hover .rating{
	display:block;
}
.product-thumb h4 a{
	font-size:14px;
}
.product-thumb h4{
	padding:8px 0 10px;
}
.category-compare {margin: 15px 0 0;}
footer li > a, #footer-right ul li{padding:0 10px;}
.product-thumb .sale-icon{opacity:1; 	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
}
.product-product .additional-images .thumbnail > img,.product-product .additional-images .thumbnail > img:hover{border:none;}
.product-grid.product-layout{
	margin-bottom:10px;
}
.product-list .product-thumb .btn-wishlist{margin-left:15px;}
.page-title-wrapper .page-title{
	width:100%;
	text-align:center;
	float:none;
	margin: 10px 0;
}
.breadcrumb{
	width:100%;
	text-align:center;
	margin: 0 0 10px;
	float:none;
}
/* HomePage Special Products */
#menu ul.nav ul.list-unstyled li {
	float:left;
	width:100%;
}
}
@media (min-width:481px) and (max-width:767px)
{
  .product-list .product-thumb .button-group .btn-cart{padding:0 15px;margin-left:15px;}
  
}
@media (max-width:480px) {
.slideshow-panel .owl-carousel .owl-buttons div{
	width:40px;
	height:40px;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-prev{
	left:20px;
	padding:6px 13px;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-next{
	right:20px;
	padding:6px 15px;
}
.tthometab-title h3{
	font-size:24px;
	padding:0 0 10px;
}
.TTProduct-Tab .nav.nav-tabs{
	width:100%;
	text-align:center;
}
.TTProduct-Tab .nav-tabs > li::before {
	border: none !important;
}
.TTProduct-Tab .nav.nav-tabs > li {width: 100%;}
.TTProduct-Tab .nav.nav-tabs > li{margin:0 0 10px;}
.TTProduct-Tab .product-layouts{
	margin:10px 0 0;
}
.product-layout, .product-layouts{
	margin-bottom:0;
}
header .header-left {
	width: 48%;
	padding-right: 0;
}
header .header-right {
	width: 52%;
}
.product-images .additional-images-container {
	width: 200px;
}
.additional-images .thumbnail > img {
	width: auto;
}
.slideshow-panel .owl-buttons > div { width: 25px; height: 25px; }
.owl-carousel .owl-buttons div i { padding: 6px; }
#cart .dropdown-menu {
    left: auto;
    min-width:280px;
    right: 10px;
    width: 100%;
}
#cart .header-cart-toggle .text-right.amount{font: 700 13px/26px "Poppins",Helvetica,sans-serif;}
#cart .dropdown-menu li p {
	margin: 0px;
}
.breadcrumb > li, .breadcrumb > li + li::before { float: none; }
.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 !important; }
.product-list .product-thumb .image a,
.product-list .product-thumb .image img { float: none; }
.table {
	overflow: scroll;
	display: inline-block;
}
.product-thumb .image{margin-bottom:0;}
.table td {width: 100%;}
#cart .dropdown-menu li > div {min-width: 100%;}
.product-tabs .nav-tabs li {
	width: 100%;
	float: left;
}
.category-products .product-grid {width: 100%;}
.category-pagination .text-left,.category-pagination .text-right {width: 100%; text-align:center;}
.category-pagination .text-left,.category-pagination .text-right {width: 100%; text-align:center;}
.category-pagination .text-right{float:none;}
.category-pagination .text-left{margin-bottom:10px;}
.information-contact .contact-location .col-sm-3 {
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
}
.information-contact .contact-location .col-sm-3:last-child {
	border-bottom: 0 none;
}
.TTProduct-Tab .product-thumb {
	display: block;
}
body.product-compare .table-product-image > img { width: 100%; }
.header-top-left .header-phone{display:none;}
/* .rating .product-rating{width:100%;}*/
.product-product .nav-tabs > li{margin-left:0px;}
.product-list .product-thumb .button-group {
	float: none;
	display: inline-block;
	margin: 20px 0;
}
.product-list .btn-wishlist .tooltip::before {
	left: 95px;
}
.product-thumb .image img{width:auto;}
.common-home .brand-carousel {
	margin:0;
}
.product-details .rating > a {
	margin:5px 8px 0 0;
	padding:0 8px 0 0;
	border-right:none;
 }
.slideshow-panel .owl-carousel .owl-buttons div,
.slideshow-panel .owl-carousel .owl-buttons div:hover {
 	background: none;
	border: none;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-prev {
	padding: 0 10px;
	left: 10px;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-next{
	padding: 0 10px;
	right: 10px;
}
.rating .product-rating {
    margin: 0;
    width: 100%;
	border-right:none;
}
.form-horizontal .control-label {
    width: 100%;
}
.related-carousel .box-heading > h3{
	font-size:26px;
}
#goToTop{
	right:8px;
}
#cart .dropdown-menu table{
	margin-bottom:0;
	padding:0;
}
.checkout-cart #content > .buttons{
	text-align:center;
}
.checkout-cart #content .pull-left {
	float: none !important;
	margin: 0;
}
.checkout-cart #content .pull-right {
	float: none !important;
	margin: 10px 0;
}
.category-filter .filter-show, .category-filter .filter-sort-by{
	margin-top:5px;
}
#cart .header-cart-toggle .text-left.name > a {
	font-size: 12px;
}
.product-thumb .rating{
	bottom:120px;
}
.product-thumb .button-group {
	bottom: 60px;
}
} 
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search, #header-search { width: 100%; }
}

.html-content{
	width:100%;
	float:left;
}
/* ---------------------- End TT - CMS  Banner block  --------------------------*/
.product-small-view{
	width:100%;
	float:left;
}
/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom:40px;
}
#ttcmstestimonial .ttcmstestimonial {
  width: 100%;
  float: left;
  background: url("TemplateTrip/images/testimonial-bg.jpg");
  background-attachment: fixed;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content {
  position: relative;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-inner .owl-carousel{
	margin:0;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block {
  margin: 0;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading {
  border: medium none;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 20px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner .tttestimonial-subtitle {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner .tttestimonial-subtitle:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li {
  display: table;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  width: 60%;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
  margin: 50px auto 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.18);
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0 20px 0 0;
  position: relative;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title:after {
  color: white;
  content: "-";
  position: absolute;
  right: 5px;
  top: 14px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title h4 {
  color: white;
  font: 400 18px/20px "Oswald", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.4px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-desc {
  font: 300 14px/16px "Poppins", Helvetica, sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  float: none;
  width: auto;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
  margin: 20px 0 60px;
  text-align: center;
  position: relative;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content:before {
  border-top: 1px solid #747572;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 8%;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 {
  color: #684002;
  font: 14px/18px "Poppins", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 i {
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  color: #777777;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc {
  margin: 40px 0;
  font: 300 15px/28px "Poppins", Helvetica, sans-serif;
  letter-spacing: 0.4px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc > p {
  color: #bbbbbb;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-sign {
  text-align: right;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation {
  margin: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position:static;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a {
  border: none;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev {
  position: absolute;
  top: 50%;
  left: 80px;
  background-position: -67px -403px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev:before, #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev:after {
  display: none;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next {
  position: absolute;
  top: 50%;
  margin:0;
  padding:0;
  right: 80px;
  background-position: -67px -436px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next:before, #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next:after {
  display: none;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a:hover {
  background-color: #f0c708;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a:hover.tttestimonial_prev {
  background-position: -9px -403px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a:hover.tttestimonial_next {
  background-position: -9px -436px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
  bottom: -25px;
  position: absolute;
  right: -10px;
}
#ttcmstestimonial .ttcmstestimonial .tttestimonial-content:hover .customNavigation {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#ttcmstestimonial .ttcmstestimonial .owl-pagination {
  float: left;
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}
#ttcmstestimonial .ttcmstestimonial .owl-pagination .owl-page {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: white;
  transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -khtml-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  border: 1px solid #bababa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin: 0 10px 0 0;
  cursor: pointer;
}
#ttcmstestimonial .ttcmstestimonial .owl-pagination .owl-page.active {
  background: #f7941d;
  height: 10px;
  width: 10px;
  border: 1px solid #f7941d;
}
#ttcmstestimonial .ttcmstestimonial .owl-pagination .owl-page:hover {
  background: red;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmstestimonial {
    padding: 0;
	margin-bottom:30px;
  }
   #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li {
    width: 70%;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li {
    padding: 0;
    width: 80%;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next {
    top: 190px;
    right: 60px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev {
    top: 190px;
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next {
    top: 190px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev {
    top: 190px;
  }
}
@media (max-width: 767px) {
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 30px;
  }
  #ttcmstestimonial .ttcmstestimonial {
    padding: 0 15px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
    right: 0;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation{
  	opacity: 1;
-moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev {
    left: 10px;
    top: 180px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next {
    right: 10px;
    top: 180px;
  }
}
@media (max-width: 481px) {
	#ttcmstestimonial{
		margin-bottom:20px;
	}
}
@media (max-width: 480px) {
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li {
    padding: 0;
    width: 100%;
  }
  #ttcmstestimonial .ttcmstestimonial {
    padding: 0 15px 20px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-title h4 {
  	font-size: 16px;
	line-height: 18px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-user-desc {
  	font-size: 12px;
	line-height: 14px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 10px 0;
  }
    #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content:before {
    top: -10px;
    width: 5%;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc {
    margin: 20px 0;
    font-size: 13px;
    line-height: 22px;
  }
   #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_prev {
    left: 0px;
    top: 180px;
  }
  #ttcmstestimonial .ttcmstestimonial .tttestimonial-content .customNavigation a.tttestimonial_next {
    right: 0px;
    top: 180px;
  }
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/*---------------------------- Start TT - CMS Services block ----------------------------*/

#ttcmsservices {
    float: left;
    width: 100%;
	margin: 0 0 40px;
    background: white;
}
@media (max-width: 543px) {
    #ttcmsservices {
        margin: 0 0 20px;
    }
}
#ttcmsservices .title_block {
    display: none;
}
#ttcmsservices .block_content {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    #ttcmsservices .block_content {
        margin: 0;
    }
}
#ttcmsservices .block_content > div {
    float: left;
    position: relative;
    padding: 20px 0;
}
@media (max-width: 543px) {
    #ttcmsservices .block_content > div {
        width: 100%;
    }
}
#ttcmsservices .block_content > div:after {
     border-top: 1px solid #e1e1e1;
    content: "";
    width:50px;
    position: absolute;
    right: -25px;
    top: 94px;
}

@media (max-width: 543px) {
    #ttcmsservices .block_content > div:after {
        border-top: none;
        border-bottom: 1px solid #f0f0f0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 70%;
        top: auto;
        transform: none;
    }
}
#ttcmsservices .block_content > div:last-child:after {
    border: none;
}
#ttcmsservices .block_content > div .ttcontent_inner {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
}
#ttcmsservices .block_content > div .ttcontent_inner .service .service-icon {
	width: 62px;
	height: 52px;
	float: none;
	margin:0 auto;
	display: inline-block;
	text-align: center;
	transition:all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#ttcmsservices .block_content > div:hover .ttcontent_inner .service .service-icon{
	transform:rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform: rotateY(180deg);
}



#ttcmsservices .block_content > div .ttcontent_inner .service .service-icon.ttshipping_img {
    background: transparent url("TemplateTrip/images/services-sprite.png") no-repeat scroll -4px -14px;
}
#ttcmsservices .block_content > div .ttcontent_inner .service .service-icon.ttsaving_img {
    background: transparent url("TemplateTrip/images/services-sprite.png") no-repeat scroll -4px -205px;
}
#ttcmsservices .block_content > div .ttcontent_inner .service .service-icon.ttmoneyback_img {
    background: transparent url("TemplateTrip/images/services-sprite.png") no-repeat scroll -4px -110px;
}
#ttcmsservices .block_content > div .ttcontent_inner .service .service-content {
    float: left;
    width: 100%;
    padding: 0 15px;
}
@media (min-width: 544px) {
    #ttcmsservices .block_content > div .ttcontent_inner .service .service-content {
        padding: 5px 0 0;
    }
}
#ttcmsservices .block_content > div .ttcontent_inner .service .service-content .service-title {
    font: 400 16px/24px "Poppins", Helvetica, sans-serif;
    color: #666666;
    margin: 0 0 5px;
}
#ttcmsservices .block_content > div .ttcontent_inner .service .service-content .service-desc {
    font: 300 13px/18px "Poppins", Helvetica, sans-serif;
    color: #888888;
    text-transform: capitalize;
}
#ttcmsservices .block_content > div:hover .ttcontent_inner .service .service-content .service-title {
    color: black;
}
/*---------------------------- End TT - CMS Services block ----------------------------*/
/* ------------------ Start TT - CMS banner block --------------------- */

#ttcmsbanner {
    float: left;
	width: 100%;
    overflow: hidden;
    margin: 0 auto 50px;
    position: relative;
    display: inline-block;
}
#ttcmsbanner .col-sm-6,
#ttcmsbanner .col-sm-12 {
    padding: 0;
    text-align: center;
}
#ttcmsbanner .ttbanner img {
    max-width: 100%;
    height: auto;
}
#ttcmsbanner .ttbanner a {
    display: block;
    position: relative;
    overflow: hidden;
}
#ttcmsbanner .ttbanner a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
#ttcmsbanner .ttbanner a img {
    max-width: 100%;
	width: 100%;
}

#ttcmsbanner .ttbanner:hover a:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@media (max-width: 992px) {
    #ttcmsbanner {
        margin: 0 auto 40px;
    }
}
@media (max-width: 991px) {
    #ttcmsbanner {
        margin: 0 auto 30px;
    }
}
/* ------------------ End TT - CMS banner block --------------------- */
/* ----------------------------------------------- TT-Theme-Block CSS Start ------------------------------------------*/
.footer-top-cms {
    float: left;
    width: 100%;
} 
#ttcmspurchase {
  float: left;
  padding: 40px 0;
  width: 100%;
  height: 123px;
  background: #f5f5f5;
}
#ttcmspurchase .ttcmspurchase-subtitle {
  float: left;
  font: 400 16px/24px "Roboto",sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 6px;
  color: white;
  position: relative;
}
#ttcmspurchase .ttcmspurchase-subtitle:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 35px;
}
#ttcmspurchase .ttcmspurchase-title {
  float: left;
  font: 500 32px/43px "Poppins",Helvetica,sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  clear: left;
  color: #222;
}
#ttcmspurchase .ttcmspurchase-btn {
  float: right;
}
#ttcmspurchase .ttcmspurchase-btn a {
  padding: 10px 20px;
  font: 400 13px/24px "Poppins",Helvetica,sans-serif;
  letter-spacing: 1px;
  position:relative;
  border: 1px solid #000;
  text-transform: capitalize;
  background: #000;
  color: #fff;
  float: left;
}
#ttcmspurchase .ttcmspurchase-btn a:hover {
  background: #ff2525;
  border-color: #ff2525;
  color:#fff;
}
@media (max-width: 991px) {
	#ttcmspurchase {
		height:200px;
	}
	#ttcmspurchase .ttcmspurchase-btn{
		margin:0;
	}
  .ttcmspurchase-content{
  	width:100%;
	float:left;
	text-align:center;
  }
  #ttcmspurchase .ttcmspurchase-title{
  	width:100%;
	margin:0 0 30px;
	text-align:center;
  }
  #ttcmspurchase .ttcmspurchase-btn{
  	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
  }
}
@media (min-width:768px) and (max-width:991px) {
	.ttcmspurchase-content.container{
		padding:0;
	}
}
@media (max-width: 767px) {
  #ttcmspurchase .footer-container {
    padding: 20px 10px;
  }
  .ttcmspurchase-content{
  	width:100%;
	float:left;
	text-align:center;
  }
  #ttcmspurchase .ttcmspurchase-title{
  	width:100%;
	margin:0 0 30px;
	text-align:center;
  }
}
@media (max-width: 480px) {
	#ttcmspurchase {
	  height: 180px;
	  padding: 30px 0;
	}
	#ttcmspurchase .ttcmspurchase-title{
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 15px;
	}
}
/* ----------------------------------------------- TT-Theme-Block CSS End ------------------------------------------*/
/*------------------------ follow us CSS Start -----------------------------------------*/
.footer-bottom {
	margin: 0;
	float:left;
	width:100%;
}
.footer-bottom-cms{
	width:100%;
	float:left;
}
.footer-bottom .follow-us {
    text-align: center;
	margin:0 auto;
}
.footer-bottom .follow-us > h5 {
    display: none;
}
.footer-bottom .follow-us-outer {
    float: left;
    text-align: center;
    width: 100%;
	padding:5px 0 0;
}
.footer-bottom .follow-us ul {
	 text-align: center;
	 float: left;
	 width: 100%;
	 margin-bottom:0;
}
.footer-bottom .follow-us ul li {
    display: inline-block;
    float: none;
    margin: 0;
	text-align:left;
}
.footer-bottom .follow-us ul li a {
    color: #878787;
    display: inline-block;
    height: 30px;
	padding: 2px;
    text-align: center;
    width: 30px;
}
.footer-bottom .follow-us ul li a i {
	font-size: 14px;
}
.footer-bottom .follow-us ul li.facebook a:hover {
	color:#145ab1;
}
.footer-bottom .follow-us ul li.twitter  a:hover {
	color:#44d3d8;
}
.footer-bottom .follow-us ul li.rss a:hover {
	color:#ff6600;
}
.footer-bottom .follow-us ul li.google-plus a:hover {
	color:#ff0000;
}
/*------------------------ follow us CSS Start -----------------------------------------*/

/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
margin-top: 0px;
cursor: pointer;
}
.checkbox-wrapper {
background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -257px;
width: 15px;
height: 15px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.checkbox-wrapper:hover {
background-position: -30px -257px;
}
.checkbox-wrapper.active {
background-position: -15px -257px;
}
.checkbox-wrapper input {
background: none;
border: none;
box-shadow: none;
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;
position: relative;
opacity: 0;
-moz-opacity: 0; 
-khtml-opacity: 0; 
-webkit-opacity: 0; 
}	
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
.menu-container.fixed {
	  transition: all 400ms ease 0s;
	  -webkit-transition: all 400ms ease;
	  -moz-transition: all 400ms ease;
	  -ms-transition: all 400ms ease;
	  -o-transition: all 400ms ease;
	  animation: fixedmenu 1s ease 0s normal both 1 running;
	  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
	  position: fixed;
	  width: auto;
	  left: 0;
	  right: 0;
	  top: 0;
	  box-shadow: 0 1px 3px #e5e5e5;
	  z-index: 9;
	  background: #FFF;
	}
	@-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;
	  }
	}
