 body {
	background: #FFF;
	font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	line-height:24px;
	color: #777;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	color: #444444;
}

/* 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: #000;}
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: #333333;
}
.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: 12px;
}
.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;
}
/* ------------------------------ CartTooltip CSS Start -------------------------------*/
.product-grid .product-thumb .button-group .btn-cart  span.tooltip-cart {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: none;
    font-size: 12px;
    font-weight: normal;
    left: -27px;
    line-height: 17px;
    min-width: 100px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: -30px;
    z-index: 999;
    opacity: 0.9;
	-moz-opacity: 0.9;  /* Netscape */
	-khtml-opacity: 0.9; /* Safari 1.x */
	-webkit-opacity: 0.9;/* other webkit*/
}
.tooltip-cart::before {
    bottom: -7px;
    color: #000000;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 45%;
    position: absolute;
}
.product-grid .product-thumb .button-group {
	overflow: visible;
}
.product-grid .product-thumb .button-group .btn-cart:hover span.tooltip-cart {
	display: block !important;
}
.product-list .product-thumb .button-group .btn-cart span.tooltip-cart {
	display: none !important;
}
/*----------------------------------- CartTooltip CSS Start -----------------------------*/
/* ------------------------------- Special small-Product CSS Start ------------------------------------------- */
.common-home .container.special-product-main {
	clear: both;
}
.common-home .special-product-main .small_product {
	margin: 40px auto 20px;
}
.common-home .special-product-main .special-carousel .box-heading {
	margin: 0 0 40px;
}
.common-home .special-product-main .products-carousel .owl-wrapper-outer {
	margin: 0 0 40px;
}
.common-home .small_product .product-thumb .rating {
    display: block;
    padding: 10px 0 0;
    position: static;
    text-align: left;
}
.common-home .small_product .product-thumb .button-group {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 5px 0 0;
    position: static;
    transform: none;
	float: left;
    transition: none 0s ease 0s ;
}
.common-home .small_product .product-thumb .button-group button + button, .common-home .small_product .product-thumb .button-group .btn-wishlist, .common-home .small_product .product-thumb .button-group .btn-compare {
    display: none;
}
.common-home .small_product .product-thumb .button-group .btn-cart {
    height: auto;
    width: auto;
}
.common-home .small_product .product-thumb .btn-cart .fa-shopping-cart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: none;
}
.common-home .small_product .product-thumb .button-group .btn-cart span::before {
    color: #555555;
    content: "+";
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: text-bottom;
}
.common-home .small_product .product-thumb .button-group .btn-cart > span {
    color: #555555;
    display: block;
    font: 400 13px/18px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}
.common-home .small_product .product-thumb:hover .price {
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.common-home .small_product .product-thumb .thumb-description {
	padding: 30px 0 0;
}
.common-home .special-product-main .product-thumb .image {
	margin: 0;
}
.common-home .special-product-main .product-thumb .image img {
	height: 100%;
}
.common-home .special-product-main .product-thumb {
	padding: 10px 0;
}
.common-home .small_product .product-thumb .caption {
	text-align: left;
}
.common-home .small_product .product-thumb .price {
	padding: 0;
}
@media (max-width: 767px) {
	.common-home .small_product .product-thumb .thumb-description {
		padding: 10px;
	}
	.common-home .special-product-main .product-thumb {
		border: none;
	}
	.common-home .special-product-main .product-thumb {
		padding: 0;
	}
}
@media (max-width: 480px) {
	.common-home .special-product-main .small_product {
		margin: 30px auto 20px;
	}
	.common-home .small_product .box-heading > h3 {
		margin: 0 0 30px;
	}
	.common-home .special-product-main .products-carousel .owl-wrapper-outer {
		margin: 0 0 25px;
	}
}
/* ------------------------------- Special small-Product 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;
}
#top > .container {
	position: relative;
}
.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;
}
.common-home #content .ttleft-bg-2 {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/left-bg-02.png") no-repeat scroll 0 0;
    bottom: 0;
    height: 700px;
    left: -16%;
    position: absolute;
    transition: all 2s ease-in-out 0s;
	-webkit-transition: all 2s ease-in-out 0s;
-moz-transition: all 2s ease-in-out 0s;
-o-transition: all 2s ease-in-out 0s;
-ms-transition: all 2s ease-in-out 0s;
    width: 648px;
    z-index: -1;
}
/* TTproduct tab*/
.ttproduct-main {
	float: left;
	width: 100%;
}
.tthometab-subtitle {
    color: #999999;
    font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    font-style: italic;
	margin: 0 0 9px;
	position: relative;
    text-align: center;
    text-transform: capitalize;
}
/*.tthometab-subtitle::before {
    border-bottom: 1px solid #bababa;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 170px;
}
.tthometab-title h3 {
	background: none;
    color: #232323;
    font: 500 24px/26px "PingFang SC","Helvetica Neue",sans-serif;
	letter-spacing: 1px;
    margin: 0 auto;
	padding: 60px 0 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}*/
.TTProduct-Tab .tab-box-heading h3 {
	margin: 0px;
}
.TTProduct-Tab .tab-content {
	padding: 0px;
	margin-bottom: 40px;
	margin-top: 15px;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li.active > a:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    color:#232323;
}
.TTProduct-Tab .nav-tabs > li > a{
 	border: medium none;
	background: none;
    color: #999;
    font: 400 15px/24px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    margin: 0;
    outline: medium none;
    padding: 10px 15px;
    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 > a > h3
{
   	color: #999;
    font: 400 15px/24px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	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;
}
.product-thumb .image {
	margin: 0 0 13px;
}
.product-thumb .thumb-description {
    float: none;
	display: inline-block;
	vertical-align: top;
    padding: 0 0 20px;
    margin: auto;
	overflow: hidden;
}
.TTProduct-Tab .nav.nav-tabs {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 10px 0 auto;
    text-align: center;
    width: auto;
}
.TTProduct-Tab .tab-box-heading {
    float: left;
    text-align: center;
    width: 100%;
}
.TTProduct-Tab .products-carousel .owl-wrapper-outer {
	margin: 0 0 40px;
}
.TTProduct-Tab .nav-tabs > li {
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
    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.active > a > h3, .TTProduct-Tab .nav-tabs > li:hover > a > h3 {
    background: none;
    color:#232323;
}
/*----------------------owl-button-------------------------*/
.TTProduct-Tab .owl-carousel .owl-buttons div,
.products-carousel.owl-carousel .owl-buttons div,
#ttsmartblog-carousel.owl-carousel .owl-buttons div,
#testimonial-carousel.owl-carousel .owl-buttons div,
.TTProduct-Tab .owl-carousel .owl-buttons div,
.related-items.owl-carousel .owl-buttons div {
    display: inline-block;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
    position: static;
	border: 1px solid #777777;
    color: #222222;
    font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    height: auto;
    letter-spacing: 0.4px;
    padding: 9px 13px 7px;
    text-transform: uppercase;
    width: auto;
	text-shadow:none;
}
/*.owl-carousel .owl-buttons .owl-prev,
.products-carousel .owl-buttons .owl-prev {
	margin:0 4px 0 0;
}*/
.products-carousel.owl-carousel .owl-buttons .owl-prev::before,
#testimonial-carousel.owl-carousel .owl-buttons .owl-prev::before,
#ttsmartblog-carousel.owl-carousel .owl-buttons .owl-prev::before {
 	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -17px -359px;
    content: "";
    float: left;
    height: 15px;
    text-align: left;
    width: 24px;
}
.brand-carousel .owl-controls .owl-buttons .owl-prev::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -12px -354px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .owl-controls .owl-buttons .owl-prev:hover::before  {
	background-position: -70px -354px;
}
.brand-carousel .owl-controls .owl-buttons .owl-next::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -12px -386px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .owl-controls .owl-buttons .owl-next:hover::before {
	background-position: -70px -386px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next::before,
#ttsmartblog-carousel.owl-carousel .owl-buttons .owl-next::before,
#testimonial-carousel.owl-carousel .owl-buttons .owl-next::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -8px -392px;
    content: "";
    float: right;
    height: 15px;
    text-align: right;
    width: 24px;
}
.product-product .owl-carousel .owl-buttons div {
    display: inline-block;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
    position: static;
	cursor:pointer;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:hover::before,
#ttsmartblog-carousel.owl-carousel .owl-buttons .owl-prev:hover::before,
#testimonial-carousel.owl-carousel .owl-buttons .owl-prev:hover::before {
  background-position: -75px -359px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next:hover::before,
#ttsmartblog-carousel.owl-carousel .owl-buttons .owl-next:hover::before,
#testimonial-carousel.owl-carousel .owl-buttons .owl-next:hover::before {
   background-position: -66px -392px;
}
.products-carousel.owl-carousel .owl-buttons div:hover,
#ttsmartblog-carousel.owl-carousel .owl-buttons div:hover,
#testimonial-carousel.owl-carousel .owl-buttons div:hover,
.brand-carousel .owl-carousel .owl-buttons div:hover,
.purchage-theme:hover > a {
	background: #222222 none repeat scroll 0 0;
    border-color: #222222;
    color: #ffffff;
	text-shadow:none;
}
.products-carousel .owl-buttons,
#ttsmartblog-carousel .owl-buttons,
#testimonial-carousel .owl-buttons {
    text-align: center;
    width: 100%;
}
#ttsmartblog-carousel.owl-carousel .owl-buttons div,
#testimonial-carousel.owl-carousel .owl-buttons div,
.products-carousel.owl-carousel .owl-buttons div {
	margin: 0 4px 0 0;
}
.additional-images .owl-controls .owl-buttons .owl-prev::before {
    color: #FFF;
    content: "\f104";
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: -1px;
    margin-top:1px;
    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 #222;
	background: #222;
    color: #FFF;
    font-size: 0;
    height: 25px;
    padding-right: 0;
    position: absolute;
    top: 50px;
    width: 25px;
}
.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: 14px;
    margin-right: -2px;
    margin-top:1px;
    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:#222;}
.additional-images .owl-controls .owl-buttons .owl-prev:hover,
.additional-images .owl-controls .owl-buttons .owl-next:hover {
	background: #ffc547;
	border-color: #ffc547;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.page-title-wrapper {
	background: #f5f5f5 url("TemplateTrip/images/breadcrumb-bg.png") no-repeat scroll 0 0 / cover;
	margin: 0 0 30px;
	padding: 60px 0 0;
	width: 100%;
	min-height: 200px;
	float: left;
}
.page-title {
	color:#fff;
}
.page-title-wrapper .page-title {
	 color: #232323;
    float: left;
    font: 600 21px/26px "PingFang SC","Helvetica Neue",sans-serif;
    letter-spacing: 1px;
    margin: 25px 0 18px;
    text-transform: uppercase;
}
.ttbreadcrumb-bg .page-title-wrapper .page-title {
	color: #222222;
    font: 400 48px/54px "Abril Fatface",Raleway,Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}
.ttbreadcrumb-bg .page-title-wrapper .page-title::before
{
    border-bottom: 1px solid;
    bottom: 16px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}
a:hover, a:focus{color:#000;}
/* 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;
		width: 100%;
		padding: 34px 0;
	}
/* top */
.header-top-left {float: left;padding:0px;
	margin: 10px 0 0;
}
.header-top-right {float: right;padding:0px;}
.header-right {
	float: right;
}
#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: #509ac8;
	color: #FFFFFF;
}
#top .btn-link,
#top-links li,
#top-links a {
	color: #777;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	border: 0px;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
.header_user_info .account-link-toggle li #wishlist-total {
	margin: 0 0 10px;
}
.header-top-left #form-currency {
	margin: 0 15px 0 0;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before {
	content: '\f107';
	font-size: 13px;
	line-height: 18px;
	padding-left: 2px;
	color: #777;
	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 #e5e5e5;
    padding: 10px 15px 15px;
	text-transform: capitalize;
	min-width: 200px;
	position: absolute;
	top: 66px;
	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: none;
}
#top #form-currency .currency-select:hover, #top ul > li > .language-select:hover {
    background-color: #ffffff;
    color: #ffc446;
}
#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 {text-shadow: none;}
#top-links .dropdown-menu a:hover {color: #FFFFFF;}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	font-weight:normal;
}
#top-links > ul {
	float: left;
	width: 100%;
	margin: 0px;
}
#top-links > ul > li {
	padding: 0;
	vertical-align:top;
}
#top-links > ul > li:last-child {padding-right: 0px;}
#top-links a + a {margin-left: 15px;}
#top-links .dropdown-menu a { padding: 0; line-height: 24px; }
#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: 0 0 0 16px;
    padding: 12px 0 7px 30px;
    position: relative;
	color: #CCC;
	display: none;
}
.header-phone.pull-left > span
{
    color: #CCC;
    font: 400 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.header-top-left .header-phone .fa.fa-phone{display:none;}

./*header-phone > a > .fa.fa-phone,#top-links .dropdown.open a > .fa.fa-caret-down{display:none;}
#top .btn-group.open .fa.fa-caret-down,#top-links .dropdown.open a > .fa.fa-caret-down {
    display: none;
    font-size: 13px;
    padding: 2px 0 2px 2px;
}*/
#top .fa.fa-caret-down{font-size: 13px;padding: 2px 0 2px 2px;}
/*#top .btn-group.open .btn.btn-link.dropdown-toggle:after,#top-links .dropdown.open> a:after
{
    color: #777777;
    content: '\f106';
	font-family: fontawesome;
	font-size:13px;
	cursor:pointer;
	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 #d5d5d5;
   min-width: 150px;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #ffc446;
	background:none;
}
.header-top-left .header-phone::before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);

}
.header-top-left .btn.btn-link.dropdown-toggle > span{text-transform:uppercase;}
.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 #wishlist-total i::before,
.header-top-right #search .ttsearchtoggle  i::before{ content:"";}
.header-top-right #top-links #cart i.fa.fa-shopping-cart
{
 	background-position:-43px -183px;
   color: #777777;
    display: block;
    font-size: 0;
    height: 27px;
    overflow: hidden;
    padding: 0;
    width: 30px;
}
.header-top-right #wishlist-total > span {display: none;}
.header-top-right .wishlist-nav
{

    height: 50px;
    margin: 0;
    padding: 15px 0 0;
    position: relative;
    width: 40px;
}
.header-top-right #wishlist-total i
{
    background-position:-6px -328px;
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 0;
    width: 100%;
}
/* cart */
.header-right #top-links .ttcart {
    height: 50px;
    margin-right: 10px;
    margin-top: 0;
    padding: 3px 0 0;
    width: 42px;
}
.header-right #top-links .ttcart #cart i.fa-shopping-cart {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -33px -172px;
    display: block;
    font-size: 0;
    height: 50px;
    width: 41px;
}
.header-right #top-links .ttcart:hover #cart i.fa-shopping-cart,
.ttcart #cart.btn-group.open i.fa-shopping-cart {
	background-position: -33px -111px;
}
/* Extra cart CSS Start*/
#cart .dropdown-menu > li {
    padding: 0 20px;
}
#cart .dropdown-menu li tr td.text-center.image {
    padding: 0 15px 0 0;
}
#cart .dropdown-menu .table-striped td.text-center {
    padding: 0 0 0 15px;
}
#cart .dropdown-menu li > div {
    background: #f3f3f3 none repeat scroll 0 0;
    margin: 18px 0 10px;
    padding: 10px 30px;
}
#cart .dropdown-menu .table-bordered tr td.text-right {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 0;
}
#cart .header-cart-toggle li p.text-right {
    padding: 30px 0 0;
	float: left;
	width: 100%;
}
#cart .text-right > a:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #222222;
}
#cart .text-right > a:hover:first-child, #cart .text-right > a:focus:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
#cart .dropdown-menu > li:last-child {
	padding: 0;
}
/* Extra cart CSS End*/

#cart > .btn {
	color: #FFFFFF;
	padding:0px;
	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%;
    bottom: 0;
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: auto;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -2px;
    width: 16px;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e5e5e5;
	min-width: 300px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	width: 100%;
	padding: 20px 0;
	top: 63px;
	z-index: 1001;
}
#cart .header-cart-toggle .text-center.image img,
.cart-form .table-responsive .table-bordered td.text-center img {
	border: 1px solid #e5e5e5;
}
#cart .dropdown-menu .btn.btn-danger {
	height: auto;
	padding: 0px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	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 strong i.fa { padding: 0 3px 0 0; }
#cart .dropdown-menu li p a:last-child {margin: 0 6px;}
#cart .header-cart-toggle .btn-danger {
    background-color: #ffffff;
    border: medium none;
    color: #777777;
}
#cart .header-cart-toggle .text-right > strong {
	color: #222;
    font-size: 13px;
    font-weight: normal;
}
#cart .dropdown-menu li p a {
    background: #222  none repeat scroll 0 0;
    border: 1px solid #222;
    color: #ffffff;
    font-size: 13px;
	line-height: normal;
    padding: 8px 15px;
    text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}
#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
	background: #ffc547;
	border-color: #ffc547;
	color: #232323;
}
.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;
}
#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: #232323;
    font: 16px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    text-align: left;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #222;
	text-align: right;
    font: 16px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #444;
    font: 700 16px/26px "PingFang SC","Helvetica Neue",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: 0;
	border: none;
}
#cart .dropdown-menu table {margin-bottom: 0px;}
#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:#999;
}
#cart .dropdown-menu li tr td {
    padding: 2px;
	line-height: 24px;
}
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td, .header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
	padding:5px;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #000;
}
#cart
{
    /*float: right;
	margin: 9px 0 0;*/
	float: left;
	position: relative;
	height: 100%;
	width: 100%;
}
.header-top-right #top-links #cart:hover i.fa.fa-shopping-cart
{
  background-position:-43px -128px;
}

/* search */
.ttsearch #search,
#header-search {
	/*float: right;
    height: 90px;
    width: 42px;
	position:static;
    z-index: 99;*/
	padding: 16px 0 0;
}
#search.input-group.active.container {
	 position: absolute;
	 left: 0;
	 right: 0;
}
#header-search .select-wrapper {
	max-width: 160px;
}
#header-search .select-wrapper select {
	height: 40px;
	margin: 0 -1px 0 0;
}
#header-search .select-wrapper::after {padding: 3px;}
#search .input-lg {float: right;}
#search .input-lg,
#header-search .input-lg {
	width:100%;
	float:left;}
#search .ttserach-bg {
	background: #FFF;
	height: 0;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;  /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-opacity: 0; /* other webkit*/
	position: fixed;
	right: 0;
	top: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	width: 100%;
}
#search .btn-lg,#header-search .btn-lg{
	background:rgba(0, 0, 0, 0) url("TemplateTrip/images/search-sprite.png") no-repeat scroll 0 -81px;
    bottom: 0;
    color: #ffffff;
    display:none;
    height: 45px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 27px;
    width: 42px;
    z-index: 99;
	border:none;
	opacity:0;
	-moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
}
#search.input-group.active .btn-lg,#header-search#search.input-group.active .btn-lg{opacity:1;	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/ display: block;}
#search .search_block_top_form .input-group-btn {
	position: static;
}
#search.input-group.active .search_block_top_form
{
	display: table;
	float: none;
	height: 37px;
	margin: auto;
	padding: 0;
	position:relative;
}
#header-search .input-group-btn {display: table;}
.ttsearch_button .fa.fa-search{display:none;}
#search .ttsearch_button
{
    background:rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -6px -242px;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 32px;
    position: relative;
    right: 0;
    width: 36px;
    z-index: 99;
}
#search .ttsearchtoggle {
    display: block !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 9999;
}
#search.active .ttsearch_button {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/search-sprite.png") no-repeat scroll 0 0;
    cursor: pointer;
    font-size: 0;
    height: 45px;
    /*position: relative;
    right: -90px;*/
	position: absolute;
	right: 10px;
	top: 60px;
    text-align: center;
    width: 42px;
    z-index: 99999;
}
#search.active .ttsearch_button:hover{background: rgba(0, 0, 0, 0) url("TemplateTrip/images/search-sprite.png") no-repeat scroll 0 0;}
#search .input-lg, #header-search .input-lg {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #333333;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	bottom: 0;
	color: #333;
	display:none;
	font-size: 48px;
	height: 85px;
	margin: auto;
	padding: 0 5px;
	position: static;
	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;
	opacity:0;
	-moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
}
#search .form-control::-moz-placeholder {
	color: 	#333;
}
#search.input-group.active .input-lg, #header-search#search.input-group.active .input-lg{opacity:1;	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/ display: inline;}
#search .ttsearch_button:hover
{
   background-position:-66px -242px;
}
#search.active .ttserach-bg
{
	bottom: 0;
	height: 100%;
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
#top-links .account-nav.dropdown
{
	display: inline-block;
	float: none;
	padding: 13px 0;
	border-right:1px solid #d5d5d5;
}
#top-links .list-inline > li.account-nav > a
{
    color: #888888;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
	 margin: 0 10px;
}
/* header user info Start*/
/*#top-links .header_user_info .dropdown-toggle > span {
	float: right;
    height: 43px;
    margin: 0;
    padding: 11px 0 0;
    position: relative;
    width: 40px;
}*/
.header_user_info .fa-user  {
	display: none;
}
#top-links ul li.ttlanguage {
	 float: left;
	 width: 49%;
}
#form-language .btn-link span,
#form-currency .btn-link span {
	display: block;
	float: 	left;
}
#top-links ul li.ttcurrency {
	 float: right;
	 width: 48%;
}
.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,
.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 {
	color: #000;
	text-decoration: none;
}
.pull-left #form-language .btn-group ul.dropdown-menu.language-toggle {
    border: 1px solid #e5e5e5;
    min-width: 150px;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 47px;
}
.pull-left #form-currency .btn-group ul.dropdown-menu.currency-toggle {
    border: 1px solid #e5e5e5;
    left: 0;
	right: auto;
    min-width: 150px;
    padding: 8px 15px;
    position: absolute;
    top: 47px;
}
.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: #777;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    text-align: left;
}
.ttlanguage #form-language .language-toggle .language-select > img {
	padding: 0 5px 0 0;
}
.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: #ffc446;
}
.ttlanguage #form-language .dropdown-toggle > img,
.ttcurrency #form-currency .dropdown-toggle > strong {
	display: none;
}
.header-top-left #form-currency strong,
.header-top-left #form-language img {
	display: none;
}
#form-language .btn-link.dropdown-toggle {
    border: 1px solid #e5e5e5;
    color: #777;
    float: left;
    font-size: 13px;
    /*padding: 6px 4px;*/
	padding: 5px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
#form-currency .btn-link.dropdown-toggle {
	border: 1px solid #e5e5e5;
    color: #777;
    float: left;
    font-size: 13px;
	padding: 5px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.header_user_info .dropdown-toggle > span.ttuserheading {
	font-size: 0;
}
#top-links li.header_user_info {
    float: none;
    padding: 16px 0 0;
    position: relative;
}
.header_user_info .ttuserheading {
    background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -7px -285px;
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 0;
    width: 35px;
}
.header_user_info .ttuserheading:hover,
.header_user_info:hover .ttuserheading {
	background-position: -67px -285px;
}
/* header user info End*/
/* -------------- logo CSS Start --------------------------*/
header .header-left {
	float: left;
	margin: 31px 0;
	padding: 0;
}
#logo {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 204px;
}
/* -------------- logo CSS End --------------------------*/
/*------------------------ Mega Menu Stylesheet START --------------------------------*/
.header-middle {
    float: left;
    margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	text-align: center;
    width: 204px;
}
#menu.mega-menu ul.nav ul.list-unstyled li {display: table;}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {color: #777;}
.menu-container {
	background: #222;
	margin-bottom: 0px;
	position: relative;
	clear: both;
}
#menu {
    margin: 0;
	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: #777;
    font: 700 13px/22px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    padding-left: 31px;
    text-transform: uppercase;
    width: 100%;
	text-align:left;
}
#menu .list-unstyled.childs_2 {
    padding-left: 21px;
    padding-top: 14px;
	padding-bottom:0px;
}
#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: #232323;
}
#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,
#menu ul.nav ul.list-unstyled.childs_1.single-dropdown-menu li.dropdown:hover > a {
	color: #232323;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a{color:#777;}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after{display:none;}
#menu .collapse .dropdown i.fa:hover {background: rgba(0, 0, 0, 0.1);}
/*
#menu .collapse .dropdown i.fa {
	font-family: "FontAwesome";
	content:"\f107";
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 4px;
	top: 17px;
}
#menu .navbar-collapse ul.navbar-nav li.dropdown:after {
	font-family: "FontAwesome";
	content:"\f107";
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 4px;
	top: 12px;
}
#menu .navbar-collapse ul.navbar-nav li.dropdown:hover:after {
	content:"\f106";
}
*/
#menu .nav > li > span {
	cursor: pointer;
}
#menu .nav > li.dropdown > a,
#menu .nav > li.dropdown > span {
	padding: 22px 30px;
}
#menu .nav > li > a,
#menu .nav > li > span {
	 color: #FFF;
    display: block;
    font: 400 14px/22px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 1px;
	padding: 22px 20px;
    position: relative;
    text-transform: uppercase;
	background: none;
}
#menu .dropdown-menu {padding: 0;}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 22px 0;
}
#menu .dropdown-inner ul:last-child {border: 0 none;}
#menu .dropdown-inner a {
	color: #777;
    display: block;
    font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 22px;
    min-width: 160px;
    padding: 0 10px;
    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;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#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,
#menu .more-menu .list-unstyled.childs_1 > li > a::after {
    border-top: 1px solid #e5e5e5;
    bottom: -5px;
    content: "";
    float: left;
    height: 1px;
    left: 31px;
    position: absolute;
    width: 17%;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
    line-height: 28px;
    padding: 0 15px;
	color: #777;
}
#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:#ffc547;
}

/* 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 .dropdown-inner ul.list-unstyled.mega-dropdown-menu:last-child {border-right: 0;}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
    left: 162px;
    top: 0;
    position: absolute;
	display: none;
}
#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu .nav > li.dropdown::after {
    bottom: auto;
    color: #FFF;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
    top: 22px;
	right:10px;
}
#menu .nav > li.dropdown:hover::after
{
    bottom: auto;
    color:#ffc547;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
    top: 22px;
	right: 10px;
}
#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: 4px;
}
#menu .single-dropdown-menu .list-unstyled.childs_2 {
    padding: 10px 0;
}

/* 2 Level Sub Categories END */
/* content */
#content {min-height: 500px;}
.common-home #content {
	position: relative;
	overflow: hidden;
	padding:0px;
}

/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;}
.slideshow-panel {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 60px;
}
#slideshow0
{
  background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:none;
  box-shadow:none;
  -moz-box-shadow: none;
-webkit-box-shadow: none;
  position:relative;
  margin-bottom:0px;
}
.slideshow-panel .tthomeslider-description
{
     position: absolute;
    text-align: center;
      width: 63%;
	  left:0px;
	  top:32%;
}
.slideshow-panel .tthomeslider-description .tt-title::before {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
}
.slideshow-panel .tthomeslider-description .ttsub-title,.slideshow-panel .tthomeslider-description a .ttsub-title
{
   float: left;
    font: 400 16px/58px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 400ms ease-in-out 0s;
	-webkit-transition:  all 400ms ease-in-out 0s;
-moz-transition:  all 400ms ease-in-out 0s;
-o-transition:  all 400ms ease-in-out 0s;
-ms-transition:  all 400ms ease-in-out 0s;
    width: 100%;
}
.slideshow-panel .shop-btn
{
  float: left;
    text-align: center;
    width: 100%;
}
.slideshow-panel .shop-btn > a.shop-now
{
  border: 1px solid #222222;
    display: inline-block;
    float: none;
    font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 8px 22px;
    text-transform: uppercase;
	color:#222;
}
.slideshow-panel .tthomeslider-description .ttsub-title:hover{color:#777;}
.slideshow-panel .owl-wrapper-outer:hover .tthomeslider-description .tt-title, .slideshow-panel .owl-wrapper-outer:hover .tthomeslider-description a .tt-title{letter-spacing:6px;}

.slideshow-panel .img-responsive{width:100%;}
.slideshow-panel .tthomeslider-description .tt-title,.slideshow-panel .tthomeslider-description a .tt-title
{
    color: #222222;
    font: 400 48px/55px "Abril Fatface",Raleway,Helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    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;
}
#slideshow0 .owl-wrapper-outer
{
   border: medium none;
    border-radius: 0;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slideshow-panel .owl-carousel .owl-buttons div
{
  cursor: pointer;
    display: block;
    font-size: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 175px;
    z-index: 99;
}
.slideshow-panel .owl-wrapper-outer:hover .tthomeslider-description .ttsub-title{letter-spacing:4px;}
.slideshow-panel .ttloader {
  background: whitesmoke url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.slideshow-panel .owl-buttons > div {
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
.slideshow-panel .owl-pagination{display: block;}
.slideshow-panel .owl-pagination .owl-page.active > span {
    background: #ffc446;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slideshow-panel .slideshow-main .owl-controls .owl-page {
	margin: 0 4px;
}
.slideshow-panel .owl-pagination .owl-page > span {
		width: 12px;
		height: 12px;
		border-radius: 0px;
		background: #222;
		border-radius: 50%;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		transform-style: preserve-3d;
		transition:	transform 0.3s ease 0s, opacity 0.3s ease 0s;
		-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
		-moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
		-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
		-ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;

}
.slideshow-panel .owl-pagination .owl-page > span::after, .slideshow-panel .owl-pagination .owl-page > span::before {
    backface-visibility: hidden;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slideshow-panel .owl-pagination .owl-page > span:hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	background: #ffc446;
}
.slideshow-panel .owl-carousel .owl-buttons div
{
  background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
  text-shadow:none;
}
.slideshow-panel .owl-carousel .owl-buttons div i{display:none;}
.slideshow-main.owl-carousel .owl-buttons .owl-prev
{
   cursor: url("TemplateTrip/images/prev.png"), pointer;
    left: 0;
    right: auto;
}
.slideshow-main.owl-carousel .owl-buttons .owl-next {
    cursor: url("TemplateTrip/images/next.png"), pointer;
    left: auto;
    right: 0;
}
/* Banners Carousel Stylesheet */
.banner-panel .owl-buttons {
	display: none;
}
.banner-panel .owl-buttons > div {
	font-size: 0px;
}
.banner-panel .owl-prev:after,
.banner-panel .owl-next:after {
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-family: 'fontawesome';
	font-size: 14px;
	line-height: 22px;
	width: 22px;
	height: 26px;
	padding: 2px;
	text-align: center;
	float: left;
}
.banner-panel .owl-prev:after {
	content: '\f104';
}
.banner-panel .owl-next:after {
	content: '\f105';
}

/* OWL Slider Bullets Stylesheet */
.owl-pagination {
	position: absolute !important;
	top: auto !important;
	bottom: 20px;
	width: 100%;
}
.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; }

.customNavigation {
    display: table;
    float: none;
    position: static;
    width: auto;
	margin: 0  auto;
}
.customNavigation a {
    border: 1px solid #777777;
    color: #222222;
    float: left;
    font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    height: auto;
    letter-spacing: 0.4px;
    padding: 9px 13px 7px;
    text-transform: uppercase;
    width: auto;
}
.customNavigation a.prev {
    margin: 0 4px 0 0;
}
.customNavigation a.prev::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -17px -359px;
    content: "";
    float: left;
    height: 15px;
    text-align: left;
    width: 24px;
}
.customNavigation a.next::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -8px -392px;
    content: "";
    float: right;
    height: 15px;
    text-align: right;
    width: 24px;
}
.customNavigation a:hover {
    background: #222 none repeat scroll 0 0;
    border-color: #222;
    color: #ffffff;
}
.customNavigation a.next:hover::before {
    background-position: -66px -392px;
}
.customNavigation a.prev:hover::before {
    background-position: -75px -359px;
}
/* Home Page */
#slideshow0 .item > img {
	width: 100%;
}
/* Category Page */
.product-category .category-description {
    float: left;
    width: 100%;
}
.category-list {
    float: left;
    width: 100%;
}
.category-products {
    float: left;
    width: 100%;
}

.ttbreadcrumb-bg {
    background: #e1e1e1 none repeat scroll 0 0;
    margin: 0 0 50px;
    min-height: 320px;
    padding: 6% 0 0;
}
.common-home .ttbreadcrumb-bg{display:none;}
.ttbreadcrumb-bg .img-thumbnail
{
    display: block;
    height: auto;
    max-width: 100%;
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.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%;
}
#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 "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.category-filter label {
    color: #333333;
    font: 500 13px/20px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
   	margin: 1px 0;
}
.category-compare { margin: 0px; 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: "\f107";
    font-family: "FontAwesome";
	font-size: 12px;
	font-weight: bold;
	color: #777;
    position: absolute;
	cursor: pointer;
	padding: 8px 10px;
    right: 0px;
	top: 0px;
    z-index: 9;
}
.category-treeview li.category-li.active .list-tree:before {
	content: "\f106";
}
.category-treeview li.category-li .list-tree:hover:before {
	color: #333333;
}
/*.category-treeview a.list-group-item:before {
	font-family: 'FontAwesome';
	content:'\f0da';
	padding-right: 5px;
}*/
/*.category-treeview a.list-group-item.child-item:before,
.category-treeview a.current-child-item:before {
	content:'\f105';
}*/
.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 13px;
	margin: 0 1px 0 0;
}
.product-list .product-thumb .caption .description {
	margin: 0px;
	display: block;
	font-family:"PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	color: #777777;
	letter-spacing:0;
	margin: 5px 0;
	font-size:14px;
}
.product-list .product-thumb .price {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 10px 0;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.product-list .product-thumb:hover .price {
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.product-list .product-thumb .price-new {
	font-weight: bold;
}
.product-thumb, .product-layout, .product-layouts { position: relative; }
.product-thumb .sale-icon,
.product-sale-icon
 {
 	background-color: #f1f1f1;
    color: #222;
    font-size: 13px;
	font-weight: 400;
	opacity: 0;
    line-height: 18px;
    padding: 2px 11px 4px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;

}
.product-thumb:hover .sale-icon {
     opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.product-sale-icon {
    right: 20px;
    top: 10px;
}
/* Column Left - Right Product List */
#column-left { clear: left; }
#column-right { clear: right; }
#column-left .products-list > .row,
#column-right .products-list > .row,
#header-left .products-list > .row,
#header-right .products-list > .row,
#footer-left .products-list > .row,
#footer-right .products-list > .row {
	margin: 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: 70px;
	float: left;
}
#column-left .product-thumb .sale-icon, #column-right .product-thumb .sale-icon {
    border-radius: 0;
    font-size: 12px;
    height: 15px;
    left: 0;
    line-height: 12px;
    padding: 1px 4px;
    right: auto;
    width: 37px;
	top:3px;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
	position: static;
	line-height: normal;
}
#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;
	width: auto;
    padding: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
	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;
}
#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;
}
/* 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 {
 background: none;
 border:medium none;
}
#column-left .list-group .list-group-item{border:none;}
#column-left .panel-default.category-treeview,
#column-right .panel-default.category-treeview {
	background: #f0f0f0  none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
	border: none;
}
#column-left .category-treeview .list-group-item,
#column-right .category-treeview .list-group-item,
#column-left .category-treeview .panel-heading,
#column-right .category-treeview .panel-heading {
	 background: #f0f0f0  none repeat scroll 0 0;
	 border:medium none;
}
#column-left .panel-default,
#column-right .panel-default {
	background: none;
    float: left;
    padding: 15px;
    width: 100%;
	border: none;
}
#column-left .category-li.category-active .list-group-item.current-child-item {line-height: 25px;}
#column-left .list-group .list-group-item,#column-right .list-group .list-group-item {
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
	margin-bottom:0px;
}
#column-left .list-group .list-group-item:hover, #column-right .list-group .list-group-item:hover,#column-left .list-group a.list-group-item.active{color:#000;}
.category-treeview .list-group a.child-item, .category-treeview .list-group a.current-child-item {
    margin-left: 20px;
}
#column-left .panel-heading,
#column-right .panel-heading,#column-left .box-heading > h3 {
	padding:0 0 10px;
	color: #232323;
    font: 700 16px/18px "PingFang SC","Helvetica Neue",sans-serif;
    position: relative;
	text-transform:uppercase;
	margin: 0 0 20px;
}
#column-left .panel-heading::before,
#column-right .panel-heading::before,#column-left .box-heading > h3::before
{
    border-top: 1px solid #cccccc;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    position: absolute;
    width: 12%;
}

#column-left .panel.panel-default.option-filter,#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 .panel.panel-default.option-filter,#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;
}
#column-left .option-filter,
#column-right .option-filter {
	padding: 0;
}
#column-left .option-filter .checkbox > label {
    color: #333;
    font-size: 14px;
	text-transform:capitalize;
}
.product-product .nav-tabs > li:first-child {
	margin: 0;
}
#column-left .option-filter .checkbox > label:hover {
	color: #000;
}
#column-left .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
#column-left .option-filter-box div.list-group-items {
	margin: 0 0 9px;
}
#column-left .option-filter .list-group-items .list-group-item {
	text-transform: uppercase;
}
#column-left .option-filter .list-group-items > a.list-group-item
{
    color: #454545;
	font: 500 13px/28px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	padding: 5px 0;
}
#column-left .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;
}
.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: 12px;
	color: #777;
	position: absolute;
	right: 10px;
	top: 5px;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\f107";
}
/*#column-left .account-list .list-group a.list-group-item:before,
#column-right .account-list .list-group a.list-group-item:before,
#column-left .affiliate-list .list-group a.list-group-item:before,
#column-right .affiliate-list .list-group a.list-group-item:before,
#column-left .information-list .list-group a.list-group-item:before,
#column-right .information-list .list-group a.list-group-item:before {
	font-family: "FontAwesome";
	content:"\f105";
	padding: 0 5px 0 0;
	float: left;
}*/
.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 #CCCCCC; }*/
#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 {
	width: 150px;
	float: left;
}

.category-filter .filter-sort-by {
	width: 100%;
	max-width: 240px;
}
.category-filter .filter-show {
	min-width: 120px;
}

.category-filter .filter-text {
	padding: 5px 5px 0 0;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 3px 0 0;
	width: 70px;
	float: left;
}
.category-filter .filter-grid-list button {
	background: url("TemplateTrip/images/sprite.png");
	width: 25px;
	height: 25px;
	margin-right:10px;
	padding: 0;
}
.category-filter .filter-grid-list button#grid-view {
	background-position: -8px -18px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
	background-position: -8px -67px;
	border:none;
}
.category-filter .filter-grid-list button#list-view {
	background-position: -67px -18px;
	border:none;
}
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
	background-position: -67px -67px;
	border:none;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content {
	text-align: justify;
	margin-top: 10px;
}
.category-image > img{width:100%;}
.category-pagination {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.category-pagination div.text-left {
    padding: 10px 0;
}
.category-pagination div.text-right {
    padding: 0px 0;
}
.category-list > h3 {
    color: #777777;
    font: 700 16px/26px "Raleway",sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}
.pagination li:last-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 13px;
    position: static;
    right: 0;
}
.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, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > li > a:hover, .pagination > li > span:hover {
    background: #777777 none repeat scroll 0 0;
    border-color: #777777;
    color: #ffffff;
	padding:6px 12px;
}
.pagination li:last-child > a, .pagination li:first-child > a{font-size:0px; padding: 6px 10px;}
.pagination > li > a, .pagination > li > span {color: #777777;padding:6px 12px;}

/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}
#column-left .product-thumb .image {
	margin: 0;
}
#column-left .products-carousel .owl-buttons,
#column-right .products-carousel .owl-buttons {
	display: none;
}
#column-left .products-list .row > div,
#column-right .products-list .row > div {
	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: 0px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom:0px;
}
#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a
{
 color: #777777;
 font: 400 15px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
 text-transform: capitalize;
}
#column-left .products-list .row > div .caption .price,
#column-right .products-list .row > div .caption .price {
	margin: 0px;
	font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	padding-bottom:2px;
}
#column-left .product-thumb .price-new,
#column-left .product-thumb .price-old{font: 400 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-cart span,
#column-right .products-list .row > div .button-group .btn-cart span {
	display: block !important;
	color: #777;
	text-transform: capitalize;
	font-size: 14px;
}

#column-left .thumb-description .button-group .btn-cart:hover span,
#column-left .product-thumb .button-group .btn-cart:hover span::before,
#column-right .product-thumb .button-group .btn-cart:hover span::before {
	color: #444 !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:#333;}
#column-left .product-thumb .button-group .btn-cart > span{font-size:13px;letter-spacing:0;}

/* 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: 80.4%;
	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;
}
.product-details .product-info tr td {
	color: #222;
    font: 500 13px/20px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
}
.product-product .product-info-value > a{color: #333;}
.product-product .product-info-value > a:hover{color:#000;}

.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 #e5e5e5 !important;
    border-radius: 0;
	font-size: 14px;
    float: left;
    height: 40px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
    color: #444;
    font-size: 18px;
    margin: 0 0 16px;
    padding-bottom: 16px;
	font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price
 {
 	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 15px 0;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 400 20px/22px "PingFang SC","Helvetica Neue",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;
}
.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;
}
.product-details .rating > a {
    border-right: 1px solid #d5d5d5;
    color: #999;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.product-details .rating > a:last-child {
    border-right: medium none;
}
.product-details .rating > a:hover{color:#232323;}
.rating .product-rating {
    border-right: 1px solid #d5d5d5;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px 0 0;
}
.product-product .product-details .price-new
{
 color: #222;
 font:700 18px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
 margin: 0;
}
.product-details .price-old
{
 color: #777;
 font: 16px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
 white-space: nowrap;
 text-decoration: line-through;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2
{
    color: #222222;
    font-size: 18px;
    font-weight: bold;
	font-family: "PingFang SC","Helvetica Neue",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: #eee;
    border-color: #ccc;
    color: #777777;
}
.product-product .btn.btn-default:hover {
	background-color: #ebebeb;
}
.product-product .btn.btn-default:hover {
    color: #232323;
}
/*.product-details .rating > a::before {
    color: #999999;
    content: "|";
    font-size: 13px;
    margin: 0 5px 0 0;
}*/
.product-product .product-details .btn-group > button {
	margin: 0 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-top: 30px;
	clear: both;
}
.table.table-bordered thead tr {
	background: #eee;
}
#tab-review label.control-label {
	font-weight: bold;
}
.product-product .nav.nav-tabs li.active a, .product-product .nav.nav-tabs li:hover a {
    background: none;
    color: #232323;
	border: none;
}
.product-product .nav-tabs > li > a
{
	border: none;
	border-radius: none;
    color: #999;
    font: 700 16px/22px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    margin: 0;
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
}
.product-product .nav-tabs > li.active > a::before {
    background: #232323;
    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: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.product-product .nav-tabs > li { margin: 0 20px;}
.product-product .nav-tabs > li:first-child {margin-left: 0;}
.product-product .nav.nav-tabs {border-bottom: 1px solid #dddddd;}
.related-items.owl-carousel
{
	overflow:hidden;
	margin: 0 0 30px;
}
.related-carousel .box-heading > h3
{
	color: #232323;
    float: none;
    font: 500 24px/26px "PingFang SC","Helvetica Neue",sans-serif;
	margin: 20px 0 50px;
	padding: 0 0 8px;
	letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	position: relative;
}
.related-carousel .box-heading > h3:before {
    border-bottom: 1px solid #bababa;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 15%;
}
.related-carousel .box-heading{text-align:center;}
/* Checkout Page CSS Start */
.checkout-cart #accordion .panel-heading {padding: 0px;}
.checkout-cart #accordion .panel-heading a {padding: 10px 15px;font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
}
.checkout-cart #accordion .form-group {
	margin: 0px;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin-bottom: 5px;
}
.checkout-cart .sub-total-table { float: right; }
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
	background: none;
}
.checkout-cart #content .buttons {
	float: left;
	width: 100%;
}
.checkout-checkout #accordion .panel.panel-default {
	float: left;
	width: 100%;
}
.checkout-checkout #accordion .panel .panel-heading {
    float: left;
    width: 100%;
}
.checkout-checkout #accordion .panel .panel-collapse {
    float: left;
    width: 100%;
}
/* Checkout Page CSS End */
.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: #ffc547;}
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:#ffc547;}

.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #ffc547;}
.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 #CCCCCC;
	padding: 10px;
}
.product-compare #content .table .btn {
	margin: 2px 0;
}

.information-sitemap .col-sm-6 > ul {
	padding-left: 15px;
}
.information-sitemap #content ul ul {
	padding-left: 30px;
	margin-bottom: 5px;
}

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 #AAAAAA;
    border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
	margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}

/* extra page stylesheet  */
.table-bordered tr:last-child > td.text-right.total-amount {
    color: #272727;
    font: 700 21px/25px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.table-bordered tr td.text-right.total-amount {
	color: #444;
	font: 700 16px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	text-align: right;
}
.btn.btn-primary.checkout {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.pull-right .btn-primary.checkout {
    background: #222 none repeat scroll 0 0;
    border-color: #222;
    color: #ffffff;
}
.pull-right .btn-primary.checkout:hover,
.pull-right .btn-primary.checkout:focus {
	background: #ffc547 ;
	border-color: #ffc547;
	color: #232323;
}
.checkout-cart h2 {font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px "PingFang SC","Helvetica Neue",Helvetica,sans-serif !important;
	color: #555454;
	text-transform: uppercase;
}
.checkout-cart .table-bordered > thead > tr > th,
.checkout-cart .table-bordered > tbody > tr > th,
.checkout-cart .table-bordered > tfoot > tr > th,
.checkout-cart .table-bordered > thead > tr > td,
.checkout-cart .table-bordered > tbody > tr > td,
.checkout-cart .table-bordered > tfoot > tr > td
{
	background: #FFF;
	border: 1px solid #d6d4d4;
    color: #444;
	font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	text-align: center;
	vertical-align: middle;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #333;
	font: 700 16px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.checkout-checkout h4 {font-family: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #333333;font: 400 23px/25px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;}
/* 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: Roboto;
    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: "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}
.service-name > h4, .team-caption > h4 {
    color: #777777;
    font-family: "PingFang SC","Helvetica Neue",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: #ffc547!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%;
    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: #ffc547;
    font-size: 13px;
    margin: 0 0 3px;
	font-family: "PingFang SC","Helvetica Neue",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:"PingFang SC","Helvetica Neue",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:80px;}
.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 "PingFang SC","Helvetica Neue",Helvetica,sans-serif;color: #ffc547;}



/* 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;
   text-align: center;
   width: 30px;
   border: 1px solid #777777;
   color: #222222;
   font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
   opacity:0;
   	-moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
}
.brand-carousel .owl-carousel:hover .owl-buttons div{ opacity:1; 	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/}
.brand-carousel .owl-carousel .owl-buttons div i{display:none;}
.brand-items .item.text-center img {
    cursor: pointer;
    opacity: 0.6;
	margin: 0 auto;
	-moz-opacity: 0.6;  /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	-webkit-opacity: 0.6; /* other webkit*/
    transition: all 500ms ease 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;
}
.brand-detail .owl-carousel .owl-item {padding: 15px;}
.brand-items .item.text-center:hover img
{
opacity: 1;
-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
}

.brand-carousel .owl-controls .owl-buttons .owl-prev,
.brand-carousel .owl-controls .owl-buttons .owl-next { top: 34%; }
.brand-carousel .owl-controls .owl-buttons .owl-prev{left:10px;}

/* 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;
}
.container.brand-items-main {
	clear: both;
}
.common-home .brand-carousel {
	float: none;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
/* footer */
	footer .footer-column {
	min-height: 280px;
	text-align: center;
	padding: 0;
}
/*--------------------------------------- Footer Left CMS Start -------------------------------*/
#ttcmsfooter {
    float: left;
    margin: 0;
	padding: 52px 10% 0;
	min-height: 280px;
	border-right: 1px solid #dfdfdf;
    text-align: center;
}
#ttcmsfooter .ttfooter-logo {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
#ttcmsfooter .ttfooter-desc {
    float: left;
    margin: 20px 0 0;
    width: 100%;
	color: #777;
}
/*---------------------------------------- Footer Left CMS End ----------------------------------*/
/*---------------------------------------- Footer Theme Block Start -----------------------------*/
news-letter-inner > h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #939393;
    display: block;
    font: 400 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    text-transform: none;
}
.purchase-theme > a {
	background: #ffc23d;
    border: 1px solid #ffc23d;
    color: #222;
    font: 400 14px/24px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.tt-theme-content {
	padding: 6% 6% 0;
	min-height: 300px;
}
.news-letter-inner > p {
	color: #777;
	margin: 0 0 40px;
}
.purchase-theme > a:hover {
    background: #222222 none repeat scroll 0 0;
    border-color: #222222;
    color: #ffffff;
}
/*---------------------------------------- Footer Theme Block End -----------------------------*/
/*---------------------------------------- Footer Social Block Start -----------------------------*/
.footer-left-content .follow-us .social-info {
    color: #777;
    display: block;
    font-size: 13px;
    margin: 0 0 30px;
    text-align: center;
}
.footer-left-content {
    min-height: 280px;
    padding: 52px 6% 0;
	border-right: 1px solid #dfdfdf;
}
.footer-left-content .follow-us ul li {
    display: inline-block;
    float: none;
    margin: 0 5px 0 0;
	padding: 0 !important;
}
.footer-left-content .follow-us ul li a {
    border: 1px solid #dfdfdf;
    color: #000;
    display: inline-block;
    height: 48px;
	padding: 15px;
    text-align: center;
    width: 48px;
}
.footer-left-content .follow-us .social-info {
	width: 100%;
}
.footer-left-content .follow-us ul li a:hover {
	background: #ffc547;
	color: #000;
	border-color: #ffc547;
}
/*---------------------------------------- Footer Social Block End -----------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
.contact-us {
    min-height: 280px;
    padding: 52px 6% 0;
}
#footer-right .contact-us ul li i {
	float: none;
    font-size: 14px;
	padding: 5px 0 0;
	margin: 0 10px 0 0;
	display: inline-block;
    text-align: center;
	color: #777;
	width: 8px;
	vertical-align: top;
}
.footer-right-cms .phone{color:#aaa;}
footer .footer-bottom {
	border-top: 1px solid #dfdfdf;
	text-align: center;
	padding: 0;
}
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;
	text-align: center;
	color: #777;
}
.contact-us .contact-info a:hover {
	color: #000;
}
/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/*---------------------------------------- Footer Bottom Extra Links start -----------------------------*/
.footer-bottom .footer-extra-link > h5 {
	display: none;
}
.footer-bottom .footer-extra-link .list-unstyled > li {
	display: inline-block;
	border-right: 1px solid #777;
	line-height: 10px;
	padding: 0 8px 0 5px;
}
.footer-bottom .footer-extra-link .list-unstyled > li:last-child {
	border: none;
}
.footer-bottom .footer-column {
	 min-height: auto;
	 padding: 25px 0 0;
	 margin: 0 0 2px;
	 float: left;
	 width: 100%;
}
footer .footer-bottom > p {
    color: #777777;
    margin: 0;
    padding: 0 0 28px;
	float: left;
	width: 100%;
}
.footer-bottom .footer-extra-link ul.list-unstyled {
	margin: 0;
}
@media (max-width: 991px) {

	footer .footer-extra-link ul.list-unstyled {
		margin: 20px auto 10px;
		padding: 0 10px;
	}
	.footer-bottom .footer-extra-link .list-unstyled > li {
		border: medium none;
		display: block;
		line-height: 24px;
		padding: 0;
	}
	footer .footer-bottom .footer-column h5 {
		display: block;
	}
	footer .footer-bottom .footer-column {
		float: left;
		width: 100%;
		padding: 0;
	}
	footer .footer-bottom > p {
		color: #777;
		text-align: center;
		float: left;
		width: 100%;
		padding: 20px 0;
		margin: 0;
		border-top: 1px solid #e5e5e5;
	}
	footer .footer-bottom {
		border: none;
	}
}
/*---------------------------------------- Footer Bottom Extra Links End -----------------------------*/
footer {
	float: left;
	width: 100%;
	color: #fff;
	margin: 30px 0 0;
}
.common-home footer {
	margin: 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666666;
}
footer hr.seperator {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    margin-top: 0;
}
footer a {
	color: #777;
    font: 400 14px/22px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	line-height: 10px;
}
footer a:hover,
footer a:focus {
	color: #000;
}
footer .footer-column h5 {
	font: 500 18px/22px "PingFang SC","Helvetica Neue",sans-serif;
	color: #232323;
	cursor: pointer;
	letter-spacing: 0.8px;
	margin: 0 0 25px;
	text-transform: uppercase;
	position: relative;
}
.footer-left-cms .follow-us ul li
{
    display: inline-block;
    float: none;
    margin: 0 5px 0 0;
    text-align: left;
}
.footer-left-cms .follow-us ul li a
{
 	color: #ffffff;
    display: inline-block;
    height: 35px;
    padding: 9px;
    text-align: center;
    width: 35px;
}
.footer-left-cms .follow-us ul li a i
{
    font-size: 18px;
    font-weight: normal;
}
.footer-logo {
    margin: 0 0 35px;
    text-align: left;
}
.footer-left-cms .follow-us{margin: 0 auto; text-align: center;}
footer #footer-right ul a::before {display: none;}
.footer-left-cms .follow-us ul li a:hover
{
    color: #ffffff;
}
/*footer .footer-column ul a:before {
	font-family: "FontAwesome";
	content:"\f105";
	padding: 0 5px 0 0;
	float: left;
}*/

/* Footer right Contact us Stylesheet */
.footer-top-cms .tt-content{padding:56px 0px;}
.footer-top-cms .news-letter-inner
{
    display: inline-block;
    float: none;
    text-align: center;
   padding-right: 5%;
}
/*.footer-column.footer-information {padding-left: 120px;}*/
/*.footer-column.footer-extras {padding: 0 30px 0 0;}*/
/*.footer-left-content {padding-left: 105px;}*/

#goToTop {
	background: #ffc547;
	border: 2px solid #ffc547;
    bottom: 20px;
    cursor: pointer;
    height: 38px;
    position: fixed;
    right: 20px;
    width: 38px;
	border-radius: 50%;
    z-index: 999;
	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;
}
#goToTop::before {
    color: #232323;
    content: "\f106";
    float: left;
    font-family: "fontawesome";
    font-size: 16px;
    padding: 3px 12px;
}
#goToTop:hover {
    background: #ffa500 none repeat scroll 0 0;
    border-color: #ffa500;
}
.backtotop-img {position: relative;}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	clear: both;
}
.alert {
    margin: 10px auto;
	position: static;
}
.common-home .alert.alert-success {
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	bottom: auto;
	max-width: 1170px;
	z-index: 999;
}
.alert.alert-success {
	position: static;
}
/* breadcrumb */
.breadcrumb {
	float:  right;
	margin: 21px 0 0;
	list-style: outside none none;
}
.breadcrumb a:hover,
.breadcrumb i:hover {
	color: #000;
}
.page-title-wrapper .breadcrumb a {
	color:#666;
}
.page-title-wrapper .breadcrumb a:hover,
.page-title-wrapper .breadcrumb a:focus {
	color: #000;
}
.breadcrumb a {
 	color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0;
	text-transform: capitalize;
}
.breadcrumb i {
	font-size: 15px;
	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;
}
.breadcrumb a.last-breadcrumb { color: #000; }
.main-breadcrumb
{
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #777777;
    display: inline-block;
    font: 400 14px/18px "PingFang SC","Helvetica Neue",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;
}
.btn-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #555555;
    letter-spacing: 1px;
	color:#555;
	 text-transform: uppercase;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus {
    background: #555555 none repeat scroll 0 0;
    border: 1px solid #555;
    color: #ffffff;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}
.btn-primary {
	background: #222 none repeat scroll 0 0;
    border: 1px solid #222;
    color: #ffffff;
	/*font-family: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-details #button-cart.btn.btn-primary {
	background: #222;
	border: 1px solid #222;
    letter-spacing: 0;
    padding: 9px 10px 9px 5px;
	color: #ffffff;
	font: 13px/20px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-details #button-cart.btn.btn-primary:hover {
    background: #ffc547 none repeat scroll 0 0;
    border-color: #ffc547;
	color: #000;
}
.product-details #button-cart.btn.btn-primary:hover .fa.fa-shopping-cart,
.product-details #button-cart.btn.btn-primary:active .fa.fa-shopping-cart,
.product-details #button-cart.btn.btn-primary:focus .fa.fa-shopping-cart {
	background-position: -60px -425px;
}
.product-details .fa.fa-shopping-cart {
	font-size: 0;
}
.product-details .fa.fa-shopping-cart {
    background: url("TemplateTrip/images/sprite.png") no-repeat scroll -5px -425px;
    float: left;
    height: 20px;
    width: 35px;
}
/*.product-details .fa.fa-shopping-cart::before {
    background: url("TemplateTrip/images/sprite.png") no-repeat scroll 6px -420px;
    bottom: 0;
    color: #ffffff;
    content: "";
	font-size: 17px;
    left: 0;
    line-height: 31px;
    position: absolute;
    top: 4px;
    width: 56px;
    z-index: 2;
}*/
.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, .open .dropdown-toggle.btn-primary,#button-login.btn.btn-primary:focus,.btn-primary:active,#button-account.btn.btn-primary:focus,#button-register.btn.btn-primary:focus,#button-shipping-method.btn.btn-primary:focus,#button-payment-address.btn.btn-primary:focus,#button-shipping-address.btn.btn-primary:focus,#button-payment-method.btn.btn-primary:focus,#button-guest.btn.btn-primary:focus,#button-review.btn.btn-primary:focus,#button-coupon.btn.btn-primary:focus,#button-voucher.btn.btn-primary:focus,#button-quote.btn.btn-primary:focus,#button-confirm.btn.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover
{
	background: #ffc547  none repeat scroll 0 0;
	border: 1px solid #ffc547;
	color: #232323;
	font-family: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-product #button-cart.btn-primary:focus,
.product-product #button-cart.btn-primary:active
{
 	background: #ffc547 none repeat scroll 0 0;
	border: 1px solid #ffc547;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.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-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[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-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: #df5c39;
	border-color: #df5c39;
}
.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.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
}

.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-layout,
.product-layouts {
	/*padding: 10px 10px 20px;*/
	padding: 10px;
}
.product-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 3px solid transparent;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover {
	border-color: #eee;
}
.product-list .product-thumb {
	text-align: left;
	border: none;
}
.product-list .product-thumb.row {
	margin: 0;
}
.product-list .product-thumb .image {
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
}
.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-list .product-thumb .button-group button {
	width: 50px;
	height: 45px;
}
.product-thumb .image a {
	display: block;
}
.product-list .product-thumb .image a {
	width: 100%;
	float: left;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
    transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
    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;  /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-opacity: 0; /* other webkit*/
	position: absolute;
    right: 0;
    top: 0;
    transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
    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;  /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-opacity: 0; /* other webkit*/
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
#column-left .product-thumb .image img,
#column-right .product-thumb .image img {
	float: left;
	border: 1px solid #e5e5e5;
}
#column-left .product-thumb .image img.image_thumb_swap,
#column-right .product-thumb .image img.image_thumb_swap {
	max-width: 100%;
}
.product-grid .product-thumb .image{padding: 0px;}
.product-grid .product-thumb.row {margin: 0;}
.product-list .sale-icon {
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
	transition: none;
	-moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
-o-transition: none;
}
.product-thumb h4 {
	font:400 15px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0px;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-transform:capitalize;
}
.product-thumb h4 a {
	text-transform: capitalize;
	white-space: nowrap;
	color: #555555;
    font-size: 15px;
    line-height: 18px;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a,
.product-thumb h4 a:focus {
	color:#000;
}
.product-thumb .rating {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	line-height: normal;
	bottom: 80px;
}
.product-layout.product-list {
	padding: 10px 10px 20px;
}
.product-list .product-thumb .rating {
	position: static;
	line-height: normal;
	padding: 5px 0 0;
}
.rating .fa-stack {
	font-size: 8px;
}
#review .fa-star,
.rating .fa-star {
	color: #ffc84f;
	font-size: 13px;
}
.rating .fa-star.off{
	color: #d7d7d7;
	font-size: 13px;
}
#review .fa-star + .fa-star-o {color: #ffc84f;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	padding: 2px 10px;
	display: inline-block;
	color: #272727;
	font: 400 16px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.product-thumb .price-new {
	font:400 16px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	color: #272727;
}
.product-thumb .price-old
{
	color: #777;
	text-decoration: line-through;
	font:400 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-list .product-thumb .price-tax {
	display: block;
}
.product-thumb .button-group {
   	background: none;
    bottom: 20px;
    float: none;
    left: 0;
    margin: 0 auto;
    opacity: 0;
	-moz-opacity: 0;  /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-opacity: 0; /* other webkit*/
	overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
	width: 150px;
}
.product-thumb:hover .button-group {
	  opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.product-list .product-thumb .button-group {
	border: 0 none;
	background: none;
	float:left;
	width: 280px;
	padding-top: 10px;
	position: static;
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
}
.product-list .button-group .btn-wishlist > span,
.product-list .button-group .btn-compare > span {
	display: none;
}
.product-list .product-thumb .button-group .btn-wishlist,
.product-list .product-thumb .button-group .btn-compare {
    border: 1px solid #e5e5e5;
    margin: 0 0 0 -1px;
}
.product-list .product-thumb .button-group .btn-wishlist:hover i.fa-heart {
	background-position: 12px 9px;
}
.product-list .product-thumb .button-group i.fa-heart {
	background-position: -30px 9px;
	height: 44px;
}
.product-list .product-thumb .button-group .btn-compare i {
	background-position: -30px -83px;
	height: 44px;
}
.product-list .product-thumb .button-group .btn-compare:hover i.fa-exchange {
	background-position: 13px -83px;
}
.product-list .button-group .btn-wishlist:hover,
.product-list .button-group  .btn-compare:hover {
	background: #ffc547;
	border-color: #ffc547;
}
.product-list .product-thumb .thumb-description {
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
    padding: 30px 30px 0;
    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;
}
.product-list .product-thumb:hover .thumb-description {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}

/**button group effect---*/
.product-thumb .button-group .btn-cart .tooltip {
	display: none;
}
/*.product-thumb .btn-compare .tooltip,
.product-thumb .btn-wishlist .tooltip {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #ffffff !important;
    display: none;
    font-size: 12px;
    font-weight: normal;
    left: 0;
	text-transform: capitalize;
    line-height: 16px;
    min-width: 115px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -30px;
}
.btn-wishlist .tooltip::before,
.btn-compare .tooltip::before{
    color: #000000;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
    position: absolute;
	bottom:-10px;
	left:17px;
}*/
.product-thumb .button-group .btn-cart span {
	background: none;
	color: #FFF;
	font: 400 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*.btn-compare .tooltip{left:auto;right:-7px;}
.product-grid .btn-compare .tooltip {
	right: -7px;
}
.btn-wishlist .tooltip{left: 6px;right:8px;width:100px;}
.btn-wishlist .tooltip::before{left:50px;}
.btn-compare .tooltip::before{left:auto;right:22px;}
.product-list .btn-wishlist .tooltip::before{left:82px;}
.product-list .btn-wishlist .tooltip{left: 110px;right:98px;}*/

/*.product-grid .product-thumb .button-group button:hover > span.tooltip,
.product-list .button-group button.btn-wishlist:hover > span.tooltip,
.product-list .button-group button.btn-compare:hover > span.tooltip {
opacity:1;	-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
display:block;
}
.product-list .product-thumb .button-group button.btn-cart:hover > span.tooltip,
#column-left .products-carousel .product-thumb .button-group button:hover > span.tooltip	{
	opacity:0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}*/
.product-thumb .button-group button {
	width: auto;
	height: 30px;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	color: #888;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;

}
.product-thumb .button-group .btn-cart > span,
.product-thumb .button-group .btn-wishlist > span,
.product-thumb .button-group .btn-compare > span {
	display: none;
}
.product-thumb .button-group button + button {
	width: auto;
	padding: 0;
}
.product-list .product-thumb .button-group button + button {
	border: 0 none;
	float:left;
}
.product-thumb .button-group button:hover {
	color: #444444;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group i::before {content: "";}
.product-thumb .button-group i {
    background:url("TemplateTrip/images/product-sprite.png") no-repeat scroll 0 0;
}
.product-thumb .button-group .btn-cart i.fa-shopping-cart {
	background-position: 13px -43px;
	width: 50px;
	height: 30px;
}
.product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
	background-position: -29px -43px;
}
.product-thumb .button-group i.fa-heart {
    background-position: 11px 4px;
    height: 30px;
    width: 50px;
}
.product-thumb .button-group .btn-compare i {
    background-position: 11px -89px;
    height: 30px;
    width: 50px;
}
.product-thumb .button-group .btn-wishlist:hover i.fa-heart {background-position:-31px 4px;}
.product-thumb .button-group .btn-compare:hover i.fa-exchange {background-position:-31px -89px;}
.product-grid .button-group .btn-cart {padding: 0;}
.product-list .product-thumb .button-group .btn-cart > span
{
  	display: inline-block !important;
	vertical-align: top;
    font-weight: normal;
	color: #333;
    margin: 0px;
	font: 400 13px/47px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
}
.product-list .product-thumb .button-group .btn-cart span::before {
	color: #222;
}
.product-list .product-thumb .button-group .btn-cart{padding-left:0px;}
.product-list .product-thumb .button-group .btn-cart {
	border: 1px solid #e5e5e5;
    padding: 0 15px 0 5px;
	float:left;
	height: 45px;
	width: auto;
}
.product-list .product-thumb .button-group .btn-cart i.fa-shopping-cart {
	height: 45px;
	width: 45px;
	background-position: 10px -35px;
}
.product-list .product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
	background-position: -32px -35px;
}
.product-list .product-thumb .button-group .btn-cart:hover
{
	background: #ffc547;
	border-color: #ffc547;
}
/*product-page */
.product-product .product-image .thumbnail
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:none;
  padding: 0;
  transition: none;
  -moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
-o-transition: none;
}
.product-product .product-image .thumbnail img
{
	border:1px solid #e5e5e5;
}
.product-product .product-image .thumbnail:hover img {
	border: 1px solid #CCC;
}
.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 20px;
}
.thumbnails .additional-images {
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
}
.products-list .customNavigation > .btn,
.additional-images-container .customNavigation > .btn {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
}
.products-list .customNavigation,
.product-images .customNavigation {display: none;}
.products-list .customNavigation.owl-navigation,
.product-images .customNavigation.owl-navigation {display: block;}
.product-images .customNavigation.owl-navigation { width: 100%; }
.products-carousel .owl-buttons .owl-prev,
.products-list .customNavigation .btn.prev,
.products-list .customNavigation .btn.tt-prod-tab-prev {
	background-position: -16px 215px;
}
.products-carousel .owl-prev:hover,
.products-list .customNavigation .btn.prev:hover,
.products-list .customNavigation .btn.tt-prod-tab-prev:hover {
	background-position: -70px 215px;
}

.products-carousel .owl-buttons .owl-next,
.products-list .customNavigation .btn.next,
.products-list .customNavigation .btn.tt-prod-tab-next {
	background-position: 40px 156px;
}
.products-carousel .owl-next:hover,
.products-list .customNavigation .btn.next:hover,
.products-list .customNavigation .btn.tt-prod-tab-next:hover {
	background-position: 94px 156px;
}
.additional-images .thumbnail:hover img {
	border: 1px solid #CCC;
}
/*.additional-images-container .additional-images .owl-buttons > div,
.additional-images-container .additional-images .customNavigation > .btn {
	background: url("TemplateTrip/images/sprite.png");
	font-size: 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 48px;
}*/
.additional-images .thumbnail
{
  background:none;
  border: none;
  padding: 0;
  margin: 5px;
  transition: none;
  -moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
-o-transition: none;
}
.additional-images .thumbnail img {
	border:1px solid #e5e5e5;
}
/*.additional-images-container .additional-images .owl-buttons > .owl-prev {
	background-position: -20px 97px;
	left: 0;
}
.additional-images-container .additional-images .owl-buttons > .owl-prev:hover {
	background-position: -70px 97px;
}
.additional-images-container .additional-images .owl-buttons > .owl-next {
	background-position: -70px 53px;
	right: 0;
}
.additional-images-container .additional-images .owl-buttons > .owl-next:hover {
	background-position: -20px 53px;
}*/

.products-list .owl-carousel {
	background: none;
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: auto;
}
.additional-images > .image-additional {
	float: left;
}
/* Animate inview CSS START */
.hb-animate-element {
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -webkit-opacity: 0;
}
.hb-animate-element.left-to-right.hb-in-viewport {
  animation: 0.6s ease 0s normal none 1 fadeInLeft;
  -webkit-animation: 0.6s ease 0s normal none 1 fadeInLeft;
  -moz-animation: 0.6s ease 0s normal none 1 fadeInLeft;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.right-to-left {
  animation: 0.6s ease 0s normal none 1 fadeInRight;
  -webkit-animation: 0.6s ease 0s normal none 1 fadeInRight;
  -moz-animation: 0.6s ease 0s normal none 1 fadeInRight;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.top-to-bottom {
  animation: 0.6s ease 0s normal none 1 fadeInDown;
  -webkit-animation: 0.6s ease 0s normal none 1 fadeInDown;
  -moz-animation: 0.6s ease 0s normal none 1 fadeInDown;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.bottom-to-top {
  animation: 0.6s ease 0s normal none 1 fadeInUp;
  -webkit-animation: 0.6s ease 0s normal none 1 fadeInUp;
  -moz-animation: 0.6s ease 0s normal none 1 fadeInUp;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.modal-content{display:table;}
/* Animate inview CSS END */

@media (max-width: 1200px) {
#search.active .ttsearch_button {
	right: 1%;
}
.product-grid .product-thumb .caption {
/*	min-height: 210px;*/
	padding: 0 10px;
}
#header-search .select-wrapper {
	max-width: 130px;
}
#search .input-lg, #header-search .input-lg {
	max-width:100%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-img img {
    width: 100%;
  }
  .common-home header {
  	position: relative;
  }
}
@media (max-width:1199px) {
   .row.main-tab{margin:0px;}
  .ttbreadcrumb-bg{position:relative;}
  .tt-header-content.container{position:static;}
  .common-home #content .ttleft-bg-2 {
	background-size: contain;
    height: 250px;
    left: -9%;
    width: 250px;
  }
  .ttproduct-main .ttleft-bg-1 {
	background-size: contain;
    height: 250px;
    left: -10.5%;
    top: 0;
    width: 250px;
  }
  .ttproduct-main .ttright-bg-1 {
    background-size: contain;
    height: 250px;
    right: 0;
    width: 250px;
  }
  /* Footer CSS Strat*/
  	#ttcmsfooter,
	.tt-theme-content,
	.footer-left-content,
	.contact-us {
		padding: 6% 0 0;
		min-height: 150px;
	}
	footer .footer-column {
		min-height: 150px;
	}
   /* Footer CSS End*/
}
@media (min-width:992px) and (max-width:1200px) {
	.menu-container {
		width: 100%;
	}
	#menu .navbar-nav {
		float: left;
		width: 100%;
	}
	header .header-left {
		margin: 30px 0 0;
		width: auto;
	}
	.header-right {
		float: right;
		width: 25%;
	}
	.product-list .product-thumb .image img {
		height: 100%;
		width: 100%;
		max-width: 100%;
	}
.ttsmartblog #ttsmartblog-carousel .owl-controls .owl-pagination {
	bottom: 25px;
}
#testimonial-carousel .testimonial-product .info {
	margin: 20px 0 0;
}
#testimonial-carousel .testimonial-product {
	padding: 30px 0 0;
}
.main-testimonial .content {
	padding: 10px 40px 20px;
}
.ttsmartblog .ttcms-desc{padding:23px 0;}
.ttbreadcrumb-bg .page-title-wrapper .page-title{font-size:38px;}
.related-carousel.products-list {padding: 0;}
.tt-header-content .header-content-image{right:10px;top:auto;bottom:-17px;width:270px;position:absolute;}
#cart .dropdown-menu{min-width:295px;}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
    top: 35px;
}
}
@media (max-width: 991px) {
	.TTProduct-Tab .tab-content {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.TTProduct-Tab .tab-box-heading {
		padding: 30px 0 0;
	}
	.TTProduct-Tab {
		margin: 10px auto 0;
	}
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content {
		min-height: 210px;
		padding: 38px 0;
	}
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content .ttbanner-label {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 6px;
	}
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content .ttbanner-title {
		font-size: 26px;
		line-height: 30px;
	}
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content .ttbanner-desc::before,
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content .ttbanner-desc::after {
		width: 30px;
	}
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content .ttbanner-desc {
		margin: 0 0 15px;
		padding: 0 40px;
	}
	#ttbanners .ttbannerblock .ttbanner2 .banner-inner {
    	min-height: 210px;
	}
	#ttbanners .ttbannerblock .ttbanner2 .banner-inner .ttbanner-img {
    	width: 50%;
	}
	#ttbanners .ttbannerblock .ttbanner2 .banner-inner .ttbanner-img {
		bottom: 0;
		position: absolute;
		right: -40px;
		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;
	}
	#ttbanners .ttbannerblock .ttbanner2 .banner-inner .ttbanner-content {
    	padding: 30px 0 0 20px;
	}
	.ttblog-content li.item .ttblog-content .ttblog-title {
		margin-top: 0px;
	}
	.ttsmartblog .tt-frame {
		padding: 0;
	}
	.ttsmartblog #ttsmartblog-carousel .owl-controls .owl-pagination {
		 bottom: 25px;
	}
	.footer-top-cms {
		min-height: 114px;
	}
	.footer-top-cms .tt-content {
		padding: 38px 0;
	}
   .ttsmartblog {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
	}
	.slideshow-panel{padding:0px;}
	/* ttBlog&Testimonial CMS Strat */
	.main-blog.col-sm-8 {
		width: 50%;
	}
	.main-testimonial.col-sm-4 {
		width: 50%;
	}
	/* ttBlog&Testimonial CMS End */
	/* ttCMSoffers Start*/
	#ttbanners .ttbannerblock .ttbanner .ttbanner-img a img {
    	width: 240px;
	}
	/* ttCMSoffers End*/
	.menu-container #menu {
		background: #000;
		margin: 10px 0;
	}
	.menu-container .navbar {
		min-height: 40px;
		width: 100%;
	}
	.menu-container #menu .navbar-header {
		width: 100%;
	}
	#menu .more-menu .list-unstyled.childs_1 a,
	#menu .nav > li.dropdown > a, #menu .nav > li.dropdown > span {
	    padding: 0;
	}
	#menu #category
	{
		display: block;
		font: 700 14px/18px "PingFang SC","Helvetica Neue",sans-serif;
		text-transform: uppercase;
		color: #FFF;
		display: block;
		padding: 12px 15px;
		position: relative;
	}
	#menu .navbar-collapse {
		background:#ffffff none repeat scroll 0 0;
		padding:0px;
		position: absolute;
		width: 100%;
		z-index: 99;
		margin:0px;
		border:1px solid #e5e5e5;
		top:100%;
	}
	#menu .navbar-nav {
    float: none;
    margin: 0;
    padding: 15px;
    }
	#menu div.navbar-header:after,
	#menu .navbar-header i.fa {
	display: block;
    font-family: "FontAwesome";
    content: "\f0c9";
    position: absolute;
    right: 17px;
    font-weight: normal;
    top: 10px;
    font-size: 14px;
	color:#FFF;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		text-align:left;
		  padding: 0;
         color: #999;
         text-transform: capitalize;
    	line-height: 26px;
    	font-weight: normal;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .nav > li > a:hover, #menu .nav.navbar-nav > li:hover > a, #menu li:hover > span, #menu .nav > li.dropdown:hover::after, #menu .nav > li.dropdown:focus::after, #menu .nav > li > a:focus, #menu .nav > li > a:active, #menu li.more-menu > span:hover, #menu li.more-menu > span:focus, #menu li.more-menu > span:active {
		color: #000;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 2px;
	}
	#menu .navbar-nav > li{display:block;}
	#menu .nav > li.dropdown:hover::after,#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{display:none;}
	#menu .nav > li > a:hover, #menu .nav.navbar-nav > li:hover > a, #menu .nav > li.dropdown:hover::after, #menu .nav > li.dropdown:focus::after, #menu .nav > li > a:focus, #menu .nav > li > a:active,#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus,#menu .collapse .dropdown i.fa:hover{background:none;}
	#menu .navbar-collapse li.dropdown > i::before
	{
		content: "\f067";
		color:#999;
		font-size:14px;
	}
	#menu .navbar-collapse li.dropdown > i {
		font-size: 0;
	}
	#menu .navbar-collapse li.dropdown.active > i::before{content: "\f068"}
	#menu .nav > li.dropdown::after,#menu ul.nav ul.list-unstyled li.dropdown > a::after{display:none;}
	#menu ul.nav > li.dropdown > .dropdown-menu{border:medium none !important;width:100%;}
	#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a{text-transform:capitalize;color:#999;padding-left:0px;}
	#menu .list-unstyled.childs_1.mega-dropdown-menu,#menu .list-unstyled.childs_2{padding:0px;}
	#menu .dropdown-inner a{line-height:22px;}
	#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a{color:#777;}
	#menu .navbar-collapse li.dropdown > .dropdown-menu, #menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu{padding:5px 15px;}
	.navbar-nav {
		margin: 7px 0px;
	}
	#menu .navbar-collapse li.dropdown {
		clear: both;
	}
	#menu .navbar-collapse li.dropdown > i {
		font-size: 14px;
		position: absolute;
		color: #FFFFFF;
		right:-3px;
		top:0px;
		cursor: pointer;
		padding: 7px;
		text-align: center;
		display: inline-block !important;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		position: relative;
		width: 100%;
	}
	#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 ul.list-unstyled li {
		float: left;
		width: 100%;
	}
	#menu .single-dropdown-menu .list-unstyled.childs_2{padding:0px;}
	#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {line-height:23px;padding:0px;}
	#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover{color:#232323;}
	#menu .dropdown-inner ul{padding:0px;}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		border: 0;
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #777;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	#menu #category {
			display:block !important;
	}
	#menu ul.nav ul.list-unstyled li.dropdown > a::after, #menu .more-menu .list-unstyled.childs_1 > li > a::after {
		border: none;
	}
	.header-left .menu-container {
		float:left;
		width:100%;
	}
	header .header-left {
		display: inline-block;
		float: none;
		margin: 30px auto 0;
		width: 100%;
	}
	#logo {
    	float: none;
	}
	#logo > a {
		padding: 0;
	}
	.product-thumb .image img {
		max-width: 100%;
	}
	.product-list .product-thumb .image img {
		height: 100%;
	}
	.product-list .product-thumb .thumb-description {
		padding: 5px 20px 0;
	}
	/*----------------------------------------------- Responsive Footer Start ----------------------------------------------------- */
	footer .footer-column {
		border: none;
		min-height: 100%;
		text-align: left;
		width: 100%;
		padding: 0;
	}
	#ttcmsfooter, .tt-theme-content, .footer-left-content, .contact-us {
		min-height: 100%;
		padding: 0;
		float: left;
		width: 100%;
		border: none;
	}
	#ttcmsfooter {
		float: left;
		width: 100%;
		margin: 30px auto;
	}
	#ttcmsfooter .ttfooter-desc {
		display: inline-block;
		float: none;
		padding: 0 20px;
		margin: 0;
		width: 80%;
	}
	footer .footer-column .list-unstyled {
		margin: 20px auto 10px;
		padding: 0 10px;
	}
	#footer-right ul li {
		text-align: left;
	}
	.footer-left-content .follow-us .social-info {
		padding: 0 !important;
		margin: 0 0 30px;
	}
	.contact-us.active  h5.toggle::after,
	.follow-us.active  h5.toggle::after,
	.tt-theme-content.active h5.toggle::after {
		content: "\f068";
	}
	footer .footer-column h5.toggle:after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: normal;
		float: right;
	}
	footer .footer-column.active h5.toggle:after {
		content: '\f068';
	}
	footer .footer-column h5.toggle {
		float: left;
		width: 100%;
		padding: 10px;
		margin: 0 0 2px;
		cursor: pointer;
	}
	footer .footer-column h5.toggle:hover {
		background: #eee;
	}
	footer .footer-column .list-unstyled {
		float: left;
		width: 100%;
	}
	.footer-left-content .follow-us > h5 {
		display:block;
		text-align:left;
	}
	.footer-bottom {
		padding: 25px 0;
	}
	/*-------------------------------------------- Responsive Footer End ------------------------------------------------*/
}
@media (min-width: 992px) {
	#menu ul.nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
	#menu .more-menu .list-unstyled.childs_1 > li > a {
	    padding: 0 10px 0 30px;
		font: 700 13px/22px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.8px;
	}
}
@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%;
    }
	.product-thumb:hover .price {
		 opacity: 0;
		-moz-opacity: 0;  /* Netscape */
		-khtml-opacity: 0; /* Safari 1.x */
		-webkit-opacity: 0; /* other webkit*/
	}

}
@media (min-width:768px) and (max-width:991px) {

	.product-thumb .button-group span {
		display: none;
	}
	#header-search .select-wrapper {
		max-width: 100px;
	}
	#search .input-lg, #header-search .input-lg {
		max-width:100%;
	}
	#column-left .products-carousel .image {
		width: 60px;
	}
	.product-product #content{ width: 100%; }
	.product-details .rating > a { font-size: 13px; padding: 0 5px 0 0; }
#menu .nav > li.dropdown::after,#menu .nav > li.dropdown:hover::after{display:none;}
.header-top-right{width:40%;}
/*.ttsmartblog .tt-frame{padding:3% 8%;}*/
.footer-top-cms .news-letter-inner{width:60%;}
.purchage-theme{width:40%;}
.footer-left-content{padding:0px;}
.footer-right-cms .contact-address{padding:0px;}
.footer-left-cms .follow-us ul li{margin:0 2px 0 0;}
.ttbreadcrumb-bg{min-height:175px;padding:4% 0 0;}
.ttbreadcrumb-bg.ttbreadcrumb-bg .page-title-wrapper .page-title{font-size:28px;padding:0 0 15px;}.ttbreadcrumb-bg .page-title-wrapper .page-title::before{bottom:14px;}
.tt-header-content .header-content-image{max-width:300px;}
.tt-header-content .header-content-image{right:10px;top:auto;}
}
@media (max-width: 767px) {
	.information-contact .row {
		margin: 0;
	}
	.ttproduct-main .ttleft-bg-1,
	.ttproduct-main .ttright-bg-1,
	.common-home #content .ttleft-bg-2 {
		background: none;
	}
	.slideshow-panel {
		margin: 0 0 40px;
	}
	#search .btn-lg, #header-search .btn-lg {
		top: 47px;
	}
	#search.input-group.active .search_block_top_form {
		padding: 0 10px;
		display: block;
	}
	#search.input-group.active.container {
		position: static;
	}
	header .header-left {
		margin: 35px 0;
	}
	header { padding: 20px 0 10px; }
	.header-middle {
		top: -70px;
	}
	.header-phone.pull-left > span {
		display: block !important;
	}
	.header-content-title {
		float: left;
		width: 100%;
	}
	.menu-container {
		margin: 0;
	}
	.product-images .additional-images-container {
		width:400px;
	}
	.page-title-wrapper .page-title {
		float: none;
		margin: 25px 0 10px;
		text-align: center;
	}
	.breadcrumb {
		float: none;
		margin: 0;
		text-align: center;
	}
	.header-right #top-links .ttcart {
		margin: -3px 0 0;
		padding: 0;
		height: 60px;
	}
	.ttcart #cart {
		z-index: 999;
	}
	#cart .dropdown-menu {
		top: 60px;
	}
	#top-links .header_user_info ul.dropdown-menu {
		top: 57px;
	}
	#form-language .btn-link span, #form-currency .btn-link span {
		display: none !important;
	}
	.header-top-left #form-currency strong, .header-top-left #form-language img {
		display: inline !important;
		fl
	}
	#top-links li.header_user_info {
		z-index: 99;
		padding: 10px 0 0;
	}
	.product-list .product-thumb .button-group {
		padding: 0;
	}
	.ttsearch #search, #header-search {
		padding: 10px 0 0;
	}
	header {
		padding: 100px 0 0;
	}
	.header-top-left {
		margin: 5px 0 0;
	}
	.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next { top: 45%; }
	.slideshow-panel .owl-buttons > div { width: 30px; height: 30px; }
	.owl-carousel .owl-buttons div i { font-size: 18px; padding: 7px; }

	.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%;
	}
	.category-products .product-grid {
		width: 50%;
	}
	#content .option-filter-box #button-filter {
		margin-top: 10px;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		padding: 15px;
		float: left;
	}
	.information-contact .store-contact {
		clear: both;
	}
	#content {
		float: left;
		width: 100%;
	}
	.owl-carousel .owl-buttons div {
		opacity: 1 !important;
		-khtml-opacity: 1 !important;
		-moz-opacity: 1 !important;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	#header-search .select-wrapper {
		max-width: 120px;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by
	{
		clear: left;
		margin: 3px 0;
		float: left;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	#content .product-images {
		width: 100%;
	}
	.product-details h1.product-name {
		margin-top: 15px;
	}
	.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-thumb .button-group button,
	.product-thumb .button-group button + button {
		width:auto;
	}
	.product-grid .product-thumb .thumb-description {
		width: 100%;
	}
	.product-grid .product-thumb .thumb-description,
	.related-items .product-thumb .thumb-description,
	.product-thumb .thumb-description
	{
		position: static;
		opacity: 1;
		-moz-opacity: 1;  /* Netscape */
		-khtml-opacity: 1; /* Safari 1.x */
		-webkit-opacity: 1; /* other webkit*/
		padding:0 0 20px;
		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;}

	.footer-top-cms .news-letter-inner{
	display: table;
	float: none;
	margin-bottom: 9px;
	padding: 0 40px 0 30px;
	text-align: center;
	width: 100%;
	}
	#ttcmsservices .services {
		float: none;
		width: 100%;
		display: inline-block;
	}
	.TTProduct-Tab .nav-tabs > li > a {
		font-size: 14px;
	}
/* Homepage CMS Gallary Start*/
	#ttcmsgallery .ttgallary_content ul#ttcmsgallery-carousel li .ttblock-content {
		opacity: 1;
		-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
		transition: none;
		-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	}
	#ttcmsgallery .ttgallary_content ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-name {
		 font-size: 18px;
		 line-height: 20px;
	}
	#ttcmsgallery .ttgallary_content ul#ttcmsgallery-carousel li::before {
		height: 92%;
		width: 92%;
		transition: none;
		-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	}
	/* Homepage CMS Gallary Start*/
	.common-home .brand-carousel {
		padding: 20px 0;
	}
	.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 {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-khtml-transition: none;
		-o-transition: none;
		opacity: 1;
		-moz-opacity: 1;  /* Netscape */
		-khtml-opacity: 1; /* Safari 1.x */
		-webkit-opacity: 1; /* other webkit*/
		position: static;
		padding: 10px 0 0;
	}
	.product-thumb .button-group .btn-wishlist > span,
	.product-thumb .button-group .btn-compare > span {
		display: none;
	}
	.product-thumb .rating {
		bottom:120px;
	}
	.product-category .list-group-item{border:none;}
	.option-filter-box .list-group .list-group-item,.option-filter-box .radio, .option-filter-box .checkbox {width: 100%;float: left;margin:0px;}
	.product-category .option-filter-box a.list-group-item{padding:10px 0;text-transform:uppercase;}
	.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;}
	.product-category .list-group{margin-bottom:0px;}
	.list-group.option-filter-box {border: 1px solid #e5e5e5;padding:10px;}
	.category-compare {margin: 15px 0 0;}
	.category-pagination div.text-left, .category-pagination div.text-right{margin-top:0px;}
	.category-pagination{margin:30px 0px;}

	.product-thumb .sale-icon{opacity:1; 	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/}
	.tt-header-content .header-content-image{max-width:270px;right:10px;top:auto;bottom:-17px;}
	.ttbreadcrumb-bg{min-height:180px;}.ttbreadcrumb-bg .page-title-wrapper .page-title{font-size:20px;line-height:26px;text-align:center;}
	.product-product .additional-images .thumbnail,.product-product .additional-images .thumbnail:hover{border:none;}
	.product-layout, .product-layouts{margin:0 auto;}
	.product-list .product-thumb .btn-wishlist{margin-left:15px;}
	.product-product #form-review .form-group {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width:481px) and (max-width:767px)
{
  #ttcmsservices .services .ttservices-inner .service-title{padding:10px 20px;}
  #ttcmsservices .services .ttservices-inner{padding:20px 0;}
  .TTProduct-Tab{margin-top:20px;}
  .blog-detail-content-1, .blog-detail-content-2{display: table;padding: 10px;}
}
@media (max-width:480px) {
.slideshow-panel {
	margin: 0 0 10px;
}
.tthometab-title {
	padding: 30px 0 8px;
}
#ttcmsservices {
	padding: 20px 10px;
}
#ttcmsservices .col-sm-3 {
	width: 100%;
}
#ttcmsservices .col-sm-3 .ttcontent_inner {
	margin: 0;
}
#ttcmsservices .col-sm-3 .ttcontent_inner .service {
	text-align: center;
}
#ttcmsservices .col-sm-3 .ttcontent_inner .service .service-icon {
	margin: 0 0 15px;
}
.TTProduct-Tab {
	margin: 0;
}
.TTProduct-Tab .nav-tabs > li > a > h3 {
	font-size: 14px;
	padding: 5px 15px;
}
.TTProduct-Tab .nav-tabs > li > a {
	padding: 0;
}
.TTProduct-Tab .nav-tabs > li::before {
	border: none;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next { top: 35% !important; }
.slideshow-panel .owl-buttons > div { width: 25px; height: 25px; }
.owl-carousel .owl-buttons div i { font-size: 14px !important; padding: 6px !important; }
#cart .dropdown-menu {
    left: auto;
    min-width:300px;
    right: 0;
    width: 100%;
}
#cart .header-cart-toggle .text-right.amount{font: 700 13px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;}
#cart .dropdown-menu li p {
	margin: 0px;
}
header #search, header #header-search,
#header-search .select-wrapper {
	max-width: 220px;
}
#search .btn-lg, #header-search .btn-lg {
	top: 37px;
}
#search.active .ttsearch_button {
	right: 4%;
	top: 20px;
}
#search .input-lg, #header-search .input-lg {
	max-width:100%;
	font-size: 28px;
	height: 65px;
}.ttbreadcrumb-bg .page-title-wrapper .page-title,
.breadcrumb {
	text-align: center;
	width: 100%;
	float: none;
}
.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; }
.product-list .product-thumb .image a,
.product-list .product-thumb .image img,
.product-list .product-thumb .button-group button { float: none; }
.product-list .product-thumb .thumb-description {
	padding: 30px;
}
.table {
	overflow: scroll;
	display: inline-block;
}
.TTProduct-Tab .nav.nav-tabs > li {width: 100%;}
.table td {width: 100%;}
#cart .dropdown-menu li > div {min-width: 100%;}
.product-tabs .nav-tabs li {
	width: 100%;
	float: left;
}
.ttthemeblock-div .parallex {
	height: 280px;
}
.category-products .product-grid {width: 100%;}
.information-contact .contact-location .col-sm-3 {
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
.information-contact .contact-location .col-sm-3:last-child {
	border-bottom: 0 none;
}
.ttsmartblog .ttblog-detail {
	width: 100%;
	text-align: center;
}
#ttbanners .ttbannerblock .ttbanner {
	width: 290px;
	height: 570px;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-desc {
	padding: 0 20px;
}
.ttproduct-main {
	margin: 0 0 30px;
}
.ttsmartblog {
	margin: 0;
}
#ttsmartblog-carousel .owl-item > li {
	padding: 0;
}
#ttcmsgallery .ttgallary_content ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-name {
	font-size: 16px;
	line-height: 18px;
}
#ttcmsgallery .ttgallary_content ul#ttcmsgallery-carousel li .ttblock-content {
	height: 25%;
}
body.product-compare .table-product-image > img { width: 100%; }
.account-nav .dropdown-toggle > span,.header-top-left .header-phone{display:none;}
#ttcmsservices .services .ttservices-inner .service-title{float:left;width:100%;padding:10px 20px;}
#ttcmsservices .services .ttservices-inner{padding:10px 0px;}
.TTProduct-Tab .nav.nav-tabs > li{margin-bottom:-1px;}
.blog-detail-content-1, .blog-detail-content-2 {display: table;padding: 10px 10px 25px;}
.footer-top-cms .news-letter-inner{padding:0px;}
.ttbreadcrumb-bg{ min-height: 300px;padding: 40px 0;}
 .rating .product-rating{width:100%; border: none; margin: 0;}
 .product-product .nav-tabs > li{margin-left:0px;}
 .slideshow-panel .owl-carousel .owl-buttons div{height:50%;width:10%;}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
	padding: 20px;
}
#ttbanners .ttbannerblock .ttbanner2 .banner-inner .ttbanner-content {
	padding: 25px;
}
#ttcmstestimonial .ttcms-desc .tttestimonial-content ul li .testimonial-image {
	width: 100%;
	text-align: center;
}
#ttcmstestimonial .ttcms-desc .tttestimonial-content ul li .testimonial-content {
	width: 100%;
	text-align: center;
	padding: 10px;
	margin: 20px 0 0;
}
#ttcmstestimonial .ttcms-desc .tttestimonial-content ul li .testimonial-content .testimonial-user-title > h4::before {
	right: 0;
}
.ttsmartblog #ttsmartblog-carousel .owl-controls .owl-pagination {
		 bottom: 65%;
}
.ttblog-content li.item .ttblog_image_holder {
	width: 100%;
}
.ttblog-content li.item .ttblog-content .ttblog-title,
.ttblog-content li .ttblog-content .ttblog-desc,
.ttblog-content li.item .ttblog-content .ttblog_date {
	text-align: center;
}
.footer-top-cms .tt-content {
	padding: 30px 0;
}
.product-list .product-thumb .button-group {
	float: none;
	display: inline-block;
	margin: 0;
}
.product-list .btn-wishlist .tooltip::before {
	left: 95px;
}
.product-thumb .image img{width:auto;}
.product-images .additional-images-container {
		width:200px;
}
.ttproduct-main .ttleft-bg-1 {
	height:150px;
	width:150px;
}
}
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search, #header-search { width: 100%; }
}
.tthometab-title {
  color: #232323;
  font: 500 24px/26px "PingFang SC","Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  margin: 0 auto 0;
  padding: 60px 0 8px;
  text-align: center;
  text-transform: uppercase;
}
.TT-product-carousel .box-heading > h3,
.common-home .small_product .box-heading > h3 {
    color: #232323;
    font: 700 30px/26px "PingFang SC","Helvetica Neue",sans-serif;
    letter-spacing: 0.6px;
    margin: 0 auto;
    padding: 0 0 12px;
    text-align: center;
	position: relative;
    text-transform: uppercase;
}
.title_block {
    float: left;
    width: 100%;
}
.title_block .ttblock-heading {
    color: #232323;
    float: left;
    font: 700 30px/26px "PingFang SC","Helvetica Neue",sans-serif;
    letter-spacing: 0.6px;
    padding: 0 0 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.title_block .ttblock-heading::before {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.tttab-desc {
    color: #c78b2b;
    float: left;
	text-align: center;
    font: 34px/50px Arial,sans-serif;
    position: relative;
    text-transform: capitalize;
    width: 100%;
}
.TTProduct-Tab .box-heading > h3::before,
.common-home .small_product .box-heading > h3::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.title_block .tttab-desc {
    float: left;
	color: #c78b2b;
	margin: 0;
    font: 34px/50px Arial,sans-serif;
    position: relative;
    width: 100%;
}
/* ------------------------------------ Start TT - CMS about us block ------------------------------- */
#ttcmsaboutus {
  float: left;
  width: 100%;
}
#ttcmsaboutus .ttaboutusblock.container {
	padding: 0;
}
@media (max-width: 767px) {
  #ttcmsaboutus .ttaboutusblock .ttaboutus {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #ttcmsaboutus .ttaboutusblock .ttaboutus {
    padding: 0;
  }
}
#ttcmsaboutus .ttaboutusblock .ttaboutus .ttaboutus-img {
  text-align: center;
  position: relative;
}
#ttcmsaboutus .ttaboutusblock .ttaboutus .ttaboutus-img img {
  max-width: 100%;
}
#ttcmsaboutus .ttaboutusblock .ttaboutus .ttaboutus-img:before {
  border: 6px solid #eeeeee;
  bottom: 0;
  content: "";
  height: 85%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  z-index: -1;
}
#ttcmsaboutus .ttaboutusblock .ttcms-desc {
  float: left;
  padding: 70px 7% 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcmsaboutus .ttaboutusblock .ttcms-desc {
    padding: 0px 10px 0;
  }
}
@media (max-width: 767px) {
  #ttcmsaboutus .ttaboutusblock .ttcms-desc {
    padding: 30px 20px 0;
  }
}
@media (max-width: 480px) {
  #ttcmsaboutus .ttaboutusblock .ttcms-desc {
    padding: 30px 0px 0;
  }
}
#ttcmsaboutus .ttaboutusblock .ttcms-desc .title_block {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
#ttcmsaboutus .ttaboutusblock .ttcms-desc .ttabout-desc {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#ttcmsaboutus .ttaboutusblock .ttcms-desc .shop-btn {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
#ttcmsaboutus .ttaboutusblock .ttcms-desc .shop-btn a {
  font: 400 14px/18px "PingFang SC","Helvetica Neue", sans-serif;
  color: #232323;
  text-transform: uppercase;
  background: #fdc957 none repeat scroll 0 0;
  border-radius: 25px;
  display: inline-block;
  float: none;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
#ttcmsaboutus .ttaboutusblock .ttcms-desc .shop-btn a:hover {
  background: #222222;
  color: white;
}

/* ------------------------------------ End TT - CMS about us block ------------------------------- */
/* ------------------------------------ Start TT - CMS Gallary ------------------------------- */
#ttcmsparallax {
  float: left;
  width: 100%;
  margin: 30px 0;
}
#ttcmsparallax .owl-pagination {
	display: none;
}
@media (max-width: 991px) {
  #ttcmsparallax {
    margin: 70px 0 60px 0;
  }
}
#ttcmsparallax .col-xs-12 {
  padding: 0;
}
#ttcmsparallax .parallex-inner {
  background: transparent url("TemplateTrip/images/pattern-bg.jpg") no-repeat scroll 0 bottom/cover;
  float: left;
  box-shadow: 0 0 6px 0 rgba(100, 100, 100, 0.2) inset;
  height: 558px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmsparallax .parallex-inner {
    height: 475px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcmsparallax .parallex-inner {
    height: 472px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner {
    height: 318px;
  }
}
@media (max-width: 480px) {
  #ttcmsparallax .parallex-inner {
    height: 534px;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content {
  display: block;
  margin: 4% auto;
}
@media (max-width: 480px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content {
    margin: 40px auto;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner {
  float: left;
  width: 100%;
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel {
  float: left;
  width: 100%;
  list-style: none;
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-image {
  text-align: right;
  margin: 7% 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-image {
    margin: 14% 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-image {
    margin: 8% 0;
    width: 210px;
  }
}
@media (max-width: 480px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-image {
    width: 63%;
    text-align: center;
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-image img {
    max-width: 100%;
    float: none;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content {
  float: left;
  text-align: center;
  margin: 7% 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content {
    margin: 8% 0;
    width: 53%;
  }
}
@media (max-width: 480px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content {
    width: 100%;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-tag {
  float: left;
  width: 100%;
  color: #de6a03;
  font: bold 36px/40px Arial, sans-serif;
  margin: 0 0 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-tag {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-title {
  float: left;
  width: 100%;
  color: #232323;
  font: 500 42px/46px "PingFang SC","Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-title {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-subtitle {
  background: #ffffff;
  display: inline-block;
  float: none;
  font: 400 15px/18px "PingFang SC","Helvetica Neue", Helvetica, sans-serif;
  padding: 8px 8%;
  text-transform: uppercase;
  color: #232323;
  margin: 0 0 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 6px 8%;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-desc {
  float: left;
  width: 100%;
  color: #777777;
  font: italic 400 16px/18px "PingFang SC","Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 5px 0 16px;
  padding: 0 16%;
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-desc {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
    padding: 0;
  }
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-btn {
  float: left;
  width: 100%;
  text-align: center;
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-btn a {
  display: inline-block;
  float: none;
  border: 1px solid #232323;
  color: #232323;
  font: 400 15px/18px "PingFang SC","Helvetica Neue", Helvetica, sans-serif;
  padding: 8px 20px;
  text-transform: uppercase;
}
#ttcmsparallax .parallex-inner .ttcmsparallex-content .ttcmsparallex-inner #ttcmsparallex-carousel li .cmsparallex-content .cmsparallex-btn a:hover {
  background: #222222;
  color: white;
}

/* ---------------------- End TemplateTrip - CMS Gallary --------------------------*/

/* ----------------------------- Start TT - CMS Counter block ----------------------- */
#ttcounter {
  float: left;
  width: 100%;
  margin: 40px 0 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcounter {
    margin: 30px 0px;
  }
}
@media (max-width: 480px) {
  #ttcounter {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  #ttcounter .ttcmscounter.container {
    padding: 0;
  }
}
#ttcounter .ttcmscounter.container .ttcmscounter-content {
  margin: 20px auto 40px;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #ttcounter .ttcmscounter.container .ttcmscounter-content {
    padding: 0;
  }
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content {
  float: left;
  text-align: center;
  width: 100%;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter-title {
  color: #232323;
  float: left;
  font: 500 24px/26px "PingFang SC","Helvetica Neue", sans-serif;
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
  position: relative;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter-title:before {
  border-bottom: 1px solid #bababa;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter-content {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter-content {
    width: 100%;
  }
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter-desc {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480px) {
  #ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter {
    margin: 20px 0 30px;
    width: 100%;
  }
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter span {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter .counter-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  font: 600 42px "PingFang SC","Helvetica Neue", sans-serif;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter .counter-desc {
  color: #777;
  float: left;
  width: 100%;
  letter-spacing: 1px;
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter2 .ttcounterimg:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter2 .ttcounterimg.counterimg2:before {
  background: transparent url("TemplateTrip/images/store-services-icon.png") no-repeat scroll -30px -48px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter2:hover .ttcounterimg.counterimg2:before {
  background-position: -122px -48px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter3 {
  margin: 0;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter3 .ttcounterimg:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter3 .ttcounterimg.counterimg3:before {
  background: transparent url("TemplateTrip/images/store-services-icon.png") no-repeat scroll -30px -175px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter3:hover .ttcounterimg.counterimg3:before {
  background-position: -122px -175px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter4 {
  margin: 0;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter4 .ttcounterimg:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter4 .ttcounterimg.counterimg4:before {
  background: transparent url("TemplateTrip/images/store-services-icon.png") no-repeat scroll -30px -303px;
}
#ttcounter .ttcmscounter.container .ttcmscounter-content .counter-content .ttcounter.counter4:hover .ttcounterimg.counterimg4:before {
  background-position: -122px -303px;
}

/* ----------------------------- End TT - CMS Counter block ----------------------- */

/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
  float: left;
  margin: 0 0 70px;
  position: relative;
  text-align: center;
}
#ttcmstestimonial .tttestimonial-content {
  background-color: #f4f6f8;
  padding: 25px 45px 55px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block {
  margin: 0;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading {
  border: medium none;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 20px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .tttestimonial-subtitle {
  font-family: "PingFang SC","Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}
#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 .tttestimonial-content .tttestimonial-inner ul li {
  list-style: none;
  position: relative;
  padding: 0;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: table;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
   border: 4px solid #ffffff;
    box-shadow: 0 0 4px 3px rgba(170, 170, 170, 0.1);
	-moz-box-shadow: 0 0 4px 3px rgba(170, 170, 170, 0.1);
	-webkit-box-shadow: 0 0 4px 3px rgba(170, 170, 170, 0.1);
    height: 86px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 86px;
    z-index: 9;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
  margin: 10px 0;
  text-align: center;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 {
	color: #000;
    font: 400 15px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    position: relative;
    text-transform: uppercase;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 i {
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  color: #888888;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc {
  margin: 0 0 10px;
}
#ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
  bottom: -25px;
  position: absolute;
  right: -10px;
  z-index: 9999;
}
#ttcmstestimonial .owl-pagination {
  float: left;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 99;
}
#tttestimonial-carousel {
	margin: 0;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  height: 10px;
  margin: 0 10px 1px 0;
  width: 10px;
  border-radius: 50%;
  background: #b5b5b5;
  transition: background 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;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page.active {
  background: #222222;
  height: 12px;
  width: 12px;
  margin: 0 10px 0 0;
}
#ttcmstestimonial .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page:hover {
  background: #222222;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 15px auto 20px;
  }
  #ttcmstestimonial .tttestimonial-content {
  	padding: 12px 45px 35px;
  }
   #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0px;
  }
}
@media (max-width: 1170px) {
	#ttcmstestimonial .owl-pagination {
		bottom: -10px;
	}
	#ttcmstestimonial .tttestimonial-content {
		padding: 5px 45px 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 25px;
  }
   #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 15px auto 20px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 992px) {
 #ttcmstestimonial .tttestimonial-content {
	padding: 10px 25px 20px 25px;
  }
  #ttcmstestimonial .owl-pagination {
  	 bottom: -10px !important;
  }
  .common-home #ttspeciallist .specials-carousel .product-layouts.odd, .common-home #ttspeciallist .specials-carousel .product-layouts.even {
  		padding: 30px;

  }
  .product-thumb .button-group i.fa-heart {
  	width: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
	#ttcmstestimonial .tttestimonial-content {
		padding: 25px 45px 35px;
	}
	 #ttcmstestimonial .owl-pagination {
        bottom: -30px !important;
  	}
	.common-home #ttspeciallist .specials-carousel .product-layouts.odd, .common-home #ttspeciallist .specials-carousel .product-layouts.even {
  		padding: 0;
  	}
}
@media (max-width: 991px) {
  #ttcmstestimonial {
    width: 100%;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  #ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
    right: 0;
  }
   #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 30px;
  }
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
    padding: 30px 10px 40px;
  }
}

@media (max-width: 480px) {
  #ttcmstestimonial {
    padding: 0;
  }
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */

/* -------------------------------------- Start TT - CMS Blog block  --------------------------------------------------*/
	.ttsmartblog.container {
		clear: both;
		float: none;
		overflow: hidden;
		padding: 20px 0;
		position: relative;
	}
	.ttblog_image_holder img {
		width: 100%;
		max-width: 100%;
		height: auto;
		transition: all 400ms ease-in-out 0s;
		 -moz-transition: all 400ms ease-in-out 0s;
		  -webkit-transition: all 400ms ease-in-out 0s;
		  -khtml-transition: all 400ms ease-in-out 0s;
		  -o-transition: all 400ms ease-in-out 0s;
	}
	#ttsmartblog-carousel li:hover .ttblog_image_holder img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}
	#ttsmartblog-carousel .owl-wrapper-outer {
		border: 1px solid #e5e5e5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	 -khtml-border-radius: 0;

	}
	.ttsmartblog .blog-content {
		float: left;
		width: 100%;
	}
	.ttsmartblog .title_block {
		float: left;
		margin: 0 0 60px;
		text-align: center;
		width: 100%;
	}
	.ttblog-content .ttblog_date .ttday_date
	{
		color: #232323;
		display: inline-block;
		float: none;
		letter-spacing: 1px;
		font: 700 18px/26px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	}
	.ttblog-content .ttblog_date .ttday_date:before {
		content: "/";
		float: right;
		font-size: 18px;
		font-weight: normal;
		height: 10px;
		line-height: 24px;
		width: 10px;
	}
	.ttsmartblog .ttblog-content {
		margin-top: 0px;
		padding: 28px 20px;
		text-align:center;
	}
	.ttsmartblog .ttblog-content .ttblog-title {
		margin: 0 0 9px;
	}
	#ttsmartblog-carousel {
		list-style-type: none;
	}
	.ttblog-content .ttblog_date .ttday_month,
	.ttblog-content .ttblog_date .ttday_year
	{
	 	color: #232323;
		display: inline-block;
		float: none;
		font: 400 13px/20px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
		margin: 0 0 0 2px;
		text-transform: uppercase;
		vertical-align: top;
		letter-spacing: 1px;
		text-align: center;

	}
	.ttsmartblog .ttblog-title > a {
		color: #232323;
		font: 700 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
		text-transform: uppercase;
		letter-spacing:1px;
	}
	.ttblog-content .post-content-top .ttblog_date {
		display: inline-block;
		float: none;
		margin: 0 0 30px;
		vertical-align: top;
	}
	.ttblog-desc > p {
		color: #777;
		font-size: 14px;
		margin: 0 0 30px;
		line-height: 20px;
	}
	.tthover-content .ttviews > a, .tthover-content .ttviews > i,.ttblog-content .tthover-content .ttcomment > a, .ttblog-content .tthover-content .ttcomment > i, 			.tthover-content .ttpostby, .ttblog-content .tthover-content .ttblog-detail {
		color: #232323;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.4px;
		line-height: 18px;
		margin: 0 10px 0 0;
		text-transform: capitalize;
	}
	.tthover-content .ttviews, .tthover-content .ttcomment, .tthover-content .ttauthor, .ttblog-content li .ttblog-content .tthover-content .ttcategory, .ttblog-content .tthover-content .ttpostby {
		float: none;
		display:inline;
	}
	.ttblog_image_holder {
		float: left;
		padding: 0;
		position: relative;
	}
	#ttsmartblog-carousel .ttblog_image_holder .image-block {
		position: relative;
		overflow: hidden;
		padding: 0;
	}
	.ttblog-hover {
		height: 100%;
		position: absolute;
		top: 0;
		transition: all 0.4s ease-in-out 0s;
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	-ms-transition:all 0.4s ease-in-out 0s;
		width: 100%;
	}
	.ttblog_image_holder .ttbloglinks {
		bottom: -15px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		text-align:center;
		top:auto;
		z-index:9;
	}
	#ttsmartblog-carousel .even .ttblog_image_holder .ttbloglinks {
		bottom: auto;
		top: -15px;
	}
	.ttbottombannerblock .ttbottombanner1.ttbottombanner {
		padding:0;
	}
	.ttblog_image_holder .ttbloglinks a {
	   background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	   border:1px solid #222;
		color: #ffffff;
		display: inline-block;
		letter-spacing: 2px;
		float: none;
		text-transform: uppercase;
		padding: 8px 20px;
		font: 600 14px/18px "PingFang SC","Helvetica Neue",sans-serif;
		display:inline-block;
		transition: all 0.4s ease-in-out 0s;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-moz-transition:all 0.4s ease-in-out 0s;
		-o-transition:all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		opacity:0;
		-moz-opacity: 0;  /* Netscape */
		-khtml-opacity: 0; /* Safari 1.x */
		-webkit-opacity: 0; /* other webkit*/
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-khtml-border-radius: 0;
	}
	#ttsmartblog-carousel .owl-controls .owl-buttons {
		margin-top: 50px;
	}
	.ttsmartblog {
		margin: 0 0 20px;
		float:left;
		width:100%;
	}
	#ttsmartblog-carousel .owl-item > li:hover .ttblog_image_holder .ttbloglinks a
	{
	opacity:1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/

	}
	.ttsmartblog .customNavigation.owl-navigation {
		position: static;
		text-align: center;
	}
	.ttsmartblog .customNavigation a
	{
	 background: #eeeeee none repeat scroll 0 0;
		color: #777777;
		font: 400 13px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
		height: auto;
		letter-spacing: 0.4px;
		padding: 7px 13px;
		text-transform: uppercase;
		width: auto;
	}
	.ttsmartblog .customNavigation a:hover
	{
		background:#e99700;
		color:#fff;
	}
	.ttblog_image_holder .ttbloglinks a:hover {
		background-color: #222;
		border-color: #222;
	}
	.tthover-content .ttviews > i, .ttblog-content .tthover-content .ttcomment > i {
		margin:0 6px 0 0;
	}
	.tthover-content .ttviews:hover i, .tthover-content .ttcomment:hover i, .tthover-content .ttviews:hover a, .tthover-content .ttcomment:hover a {
	color:#555;
	}
	.ttblog_image_holder .ttbloglinks a i {
		float: left;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		margin: 0 7px 0 0;
	}
	.ttblog_image_holder .ttbloglinks a.ttreadmore-link
	{
	padding:12px;
	display:none;
	}
	@media (max-width: 1199px) {
	.ttsmartblog .ttblog-content {
	padding:18px 0;
	}
	}
	@media (max-width: 991px) {
	.ttsmartblog .ttblog-content {
			padding: 18px 0;
	}
	}
	@media (max-width: 767px) and (min-width: 481px) {
	.ttsmartblog .ttblog-content {
			padding: 25px 0;
			float:left;
	}
	.ttsmartblog .ttblog-content .ttblog-title {
		   margin: 15px 0;
	}
	.ttblog-desc > p {
		   margin: 0 0 15px;
	   padding:0;
	}
	.ttblog_image_holder .ttbloglinks a {
	opacity:1;
	-khtml-opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
	}
	}
	@media (max-width: 767px) {
		.ttsmartblog {
			margin: 0;
		}
	}
	@media (max-width: 480px) {
	.ttsmartblog {
		margin: 15px 0;
	}
	.ttsmartblog .ttblog-content {
		float: left;
		width: 100%;
	}
	.ttsmartblog .title_block {
		margin: 0 0 30px;
	}
	#ttsmartblog-carousel .owl-controls .owl-buttons {
		margin-top: 40px;
	}
	.ttblog_image_holder .ttbloglinks a {
	opacity:1;
	-khtml-opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
	}
	}
/* -------------------------------------- End TT - CMS Blog block  --------------------------------------------------*/
/* --------------------------------------- Homepage ThemeBlock  CMS Start --------------------------------------------*/
.mainthemeblock {
	float: left;
    margin: 0 0 70px;
	overflow: hidden;
    text-align: center;
}
.ttthemeblock-div .parallex {
    background-image: url(TemplateTrip/images/parallax.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    float: left;
    height: 290px;
    margin: 0;
    padding: 20px;
    position: relative;
    width: 100%;
}
#theme_block_left .parallex .ttthemeblock-border {
    background: rgba(249, 245, 236, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    height: 100%;
    padding: 30px;
    width: 100%;
}
#theme_block_left .tt-content {
    display: inline-block;
    float: left;
    padding: 0 40px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
#theme_block_left .block_content {
    display: inline-block;
    float: none;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 300px;
}
#theme_block_left h4::after {
    color: #cdcbca;
    content: "\f087";
    font-family: "FontAwesome";
    font-size: 28px;
    height: 18px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
}
#theme_block_left h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #232323;
    display: block;
    float: left;
    font: 400 18px/40px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 40px 0 0;
    text-transform: uppercase;
    width: 100%;
}
#theme_block_left .ttdesc {
    color: #777777;
    float: left;
    font: 400 14px/18px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 0;
    margin: 0 0 30px;
    width: 100%;
}
#theme_block_left .purchage-theme {
	border: 1px solid #888888;
    display: inline-block;
    float: none;
	font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
    width: 150px;
}
#theme_block_left .purchage-theme:hover {
    background: #222222 none repeat scroll 0 0;
    border-color: #222222;
    color: #ffffff;
}
@media (min-width:768px) and (max-width:991px) {
	.mainthemeblock {
		float: left;
		width: 100%;
		margin: 30px 0 0;
		padding: 0;
	}
}
@media (max-width: 767px) {
	#theme_block_left h4,
	#theme_block_left .tt-content {
		padding: 0;
	}
	.ttthemeblock-div .parallex {
		height: 220px;
	}
	#theme_block_left h4::after {
		display: none;
		content: "";
	}
	#theme_block_left .ttdesc {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	#theme_block_left .parallex .ttthemeblock-border {
		padding: 15px 0;
	}
	#theme_block_left .purchage-theme {
		 padding: 5px 0;
	}
	#theme_block_left h4 {
		font: 400 14px/24px "PingFang SC","Helvetica Neue",Helvetica,sans-serif;
	}
}
/*--------------------------------------------- Homepage ThemeBlock  CMS End ----------------------------------------*/

/* ------------------------------------ Start TT - CMS app store block ------------------------------- */
#ttcmsappstore {
  float: left;
  margin: 0 0 80px;
  width: 100%;
}
@media (max-width: 767px) {
  #ttcmsappstore {
    margin: 0 0 30px;
  }
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp {
  float: left;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  #ttcmsappstore .ttcmsappstore-content .ttcmsapp {
    padding: 0;
  }
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-img {
  position: relative;
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-img:before {
  border: 6px solid #eeeeee;
  bottom: 0;
  content: "";
  height: 85%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  z-index: -1;
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-img img {
  max-width: 100%;
  margin: 0 0 -20px;
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content {
  text-align: left;
  padding: 100px 20px 0;
}
@media (max-width: 991px) {
  #ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content {
    padding: 20px 20px 0;
  }
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-title {
  color: #111111;
  font: 700 26px/48px "PingFang SC","Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 480px) {
  #ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0;
  }
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-title:before {
  border-bottom: 2px solid #000000;
  bottom: -10px;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-desc {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  #ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-desc {
    margin: 0px;
  }
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-icon {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-offer {
  float: left;
  width: 100%;
  font: 12px/28px "PingFang SC","Helvetica Neue", sans-serif;
  letter-spacing: 0.6px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttcmsapp-offer {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttappstore-btn {
  float: left;
  margin: 30px 0 0;
  width: 100%;
}
#ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttappstore-btn a {
  margin: 0 10px 0 0;
}
@media (max-width: 480px) {
  #ttcmsappstore .ttcmsappstore-content .ttcmsapp .ttcmsapp-content .ttappstore-btn a {
    margin: 0;
  }
}

/* ------------------------------------ End TT - CMS app store block ------------------------------- */

/* ----------------------------- Start TemplateTrip Banner ------------------------------ */
@media (max-width: 991px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-1 {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-1 {
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-1 .banner-row-2.row {
    margin: 0 -5px;
  }
}
@media (max-width: 480px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-1 .banner-row-2.row .ttbanner1-img, #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-1 .banner-row-2.row .ttbanner2-img {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-2 {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner-col-2 {
    padding: 0 5px;
  }
}
#ttbanners .ttbanner .ttbannerblock .banner-row-1 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #ttbanners .ttbanner .ttbannerblock .banner-row-1 {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #ttbanners .ttbanner .ttbannerblock .banner-row-1 {
    padding-bottom: 10px;
  }
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img a, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a, #ttbanners .ttbanner .ttbannerblock .ttbanner2-img a {
  position: relative;
  display: block;
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img a:before, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:before, #ttbanners .ttbanner .ttbannerblock .ttbanner2-img a:before {
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0.2;
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  -webkit-opacity: 0.2;
  /* other webkit*/
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img a:after, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:after, #ttbanners .ttbanner .ttbannerblock .ttbanner2-img a:after {
  background-color: #ffffff;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  -webkit-opacity: 0.2;
  /* other webkit*/
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
@media (min-width: 768px) {
  #ttbanners .ttbanner .ttbannerblock .ttbanner-img a:hover:before, #ttbanners .ttbanner .ttbannerblock .ttbanner-img a:hover:after, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:hover:before, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:hover:after, #ttbanners .ttbanner .ttbannerblock .ttbanner2-img a:hover:before, #ttbanners .ttbanner .ttbannerblock .ttbanner2-img a:hover:after {
    height: 100%;
    transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width: 100%;
  }
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img img, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img img, #ttbanners .ttbanner .ttbannerblock .ttbanner2-img img {
  max-width: 100%;
}

/* ----------------------------- End TemplateTrip Banner ------------------------------ */
/* ------------------------------------ Start TT - Footer-Top CMS Purchase block ------------------------------- */
footer .footer-top-cms {
    float: left;
    width: 100%;
}
#ttcmspurchase {
  float: left;
  padding: 50px 0;
  width: 100%;
  background: #222222;
}
@media (max-width: 991px) {
  #ttcmspurchase {
      margin: 0 0 30px !important;
  }
}
@media (max-width: 480px) {
  #ttcmspurchase {
    margin: 0 0 10px !important;
  }
}
@media (max-width: 991px) {
  #ttcmspurchase .footer-container {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  #ttcmspurchase .footer-container {
    padding: 20px 10px;
  }
}
#ttcmspurchase .ttcmspurchase-subtitle {
  float: left;
  font: 400 16px/24px "PingFang SC","Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 6px;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  #ttcmspurchase .ttcmspurchase-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}
#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: 400 22px/38px "PingFang SC","Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  clear: left;
  color: white;
}
@media (max-width: 991px) {
  #ttcmspurchase .ttcmspurchase-title {
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  #ttcmspurchase .ttcmspurchase-title {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  #ttcmspurchase .ttcmspurchase-title {
    font-size: 12px;
    line-height: 18px;
  }
}
#ttcmspurchase .ttcmspurchase-btn {
  float: right;
}
@media (max-width: 480px) {
  #ttcmspurchase .ttcmspurchase-btn {
    float: left;
    clear: left;
    margin: 5px 0 0;
  }
}
#ttcmspurchase .ttcmspurchase-btn a {
  padding: 10px 20px;
  font: 400 16px/18px "PingFang SC","Helvetica Neue", sans-serif;
  border: 1px solid #ffd26f;
  text-transform: uppercase;
  background: #ffd26f;
  color: #212121;
}
#ttcmspurchase .ttcmspurchase-btn a:hover {
  background: #ffb520 none repeat scroll 0 0;
  border-color: #ffb520;
}
@media (max-width: 767px) {
  #ttcmspurchase .ttcmspurchase-btn a {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 6px;
  }
}

/* ------------------------------------ End TT - Footer-Top CMS Purchase block ------------------------------- */

/* --------------------------------------- 自定义样式 ---------------------------------------------*/
.push-up-10 {
    margin-top: 10px!important;
}