body {
	background: white none repeat scroll 0 0;
	font-family: "PT Sans",Helvetica,sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #777777;
	height:100%;
	float: left;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "PT Sans",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: #ae832b;}
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;
}
.owl-item > li {
    list-style: outside none none;
}

/* ------------------------------ CartTooltip CSS Start -------------------------------*/
.tooltip-cart {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: none;
    font-size: 12px;
    font-weight: normal;
    left: -30px;
    line-height: 17px;
    min-width: 100px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: -30px;
    z-index: 999;
}
.tooltip-cart::before {
    bottom: -7px;
    color: #000000;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 45%;
    position: absolute;
}
.product-grid .product-thumb .button-group {
	overflow: inherit;
}
.product-grid .product-thumb .button-group button.btn-cart {
	position: relative;
}
.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 -----------------------------*/
/* 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;
}
/* Special small-Product CSS Start */
.common-home .small_product .product-thumb .image {
	float: left;
}
.common-home .small_product .box-heading > h3 {
    color: #232323;
	font-family: "PT Sans",Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
	margin: 0;
	padding: 0 0 10px;
    text-transform: capitalize;
}
.common-home .special-carousel {
    padding-top: 30px;
}
.common-home .small_product .ttspecial-subtitle {
    font-family: "PT Sans",Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding: 0 0 10px;
	margin: 0 0 40px;
    position: relative;
    text-transform: capitalize;
	text-align: center;
}
.common-home .small_product .ttspecial-subtitle::after {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}
.common-home .small_product .product-thumb .button-group {
    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*/
    position: static;
	padding: 5px 0 0 0;
    transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
    transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.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,
.common-home .small_product .product-thumb .sale-icon {
	display: none;
}	
.common-home .small_product .product-thumb .btn-cart .fa-shopping-cart {
	background: none;
	display: none;
}
.common-home .small_product .product-thumb .button-group .btn-cart > span {
    color: #ae832b;
    display: block;
    font: 400 13px/18px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.common-home .small_product .product-thumb .button-group .btn-cart:hover > span,
.common-home .small_product .product-thumb .button-group .btn-cart:hover span::before {
	color: #777;
}
.common-home .small_product .product-thumb .button-group .btn-cart {
	width: auto;
	height: auto;
}
.common-home .small_product .product-thumb .button-group .btn-cart span::before {
    color: #ae832b;
    content: "+";
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: text-bottom;
}
.common-home .small_product .product-thumb .thumb-description {
    float: left;
	text-align: left;
    padding: 0 15px;
    width: auto;
}
.common-home .small_product .product-thumb .rating {
	position: static;
	padding: 8px 0 0 0;
	text-align: left;
}
.common-home .small_product .owl-buttons > div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
	opacity: 0;
	-moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
}
.common-home .small_product .owl-pagination {
    display: none;
}
.common-home .small_product .owl-carousel .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-shadow: none;
	font-size: 0;
}
.common-home .small_product .owl-carousel .owl-buttons div i {
    display: none;
}
.common-home .special-items.owl-carousel .owl-buttons .owl-prev {
    background : rgba(0, 0, 0, 0) url("TemplateTrip/images/prev.png") no-repeat scroll 0 0;
    left: 0;
    right: auto;
	top: 40%;
}
.common-home .special-items.owl-carousel .owl-buttons .owl-next {
    background : rgba(0, 0, 0, 0) url("TemplateTrip/images/next.png") no-repeat scroll 0 0;
    left: auto;
    right: 0;
	top: 40%;
}
/* Special small-Product CSS Start */
/* TTproduct tab*/
.tthometab-title h3 {
    color: #232323;
    font: 600 24px/26px "Raleway",sans-serif;
	letter-spacing: 0.4px;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
.tthometab-subtitle {
    color: #999999;
    font-family: "PT Sans",Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 12px;
    position: relative;
    text-transform: capitalize;
	text-align: center;
}
.tthometab-subtitle::after {
    border-bottom: 1px solid #e5e5e5;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 140px;
}
.TTProduct-Tab .tab-pane .products-carousel.owl-carousel {
	margin:0;	
}
.TTProduct-Tab {
	margin: 38px auto 0;
}
.TTProduct-Tab .tab-box-heading h3 {
	margin: 0px;
}
.TTProduct-Tab .tab-content {
	border: 0px none;
	padding: 0px;
	margin-bottom: 45px;
	margin-top:35px;
}
.TTProduct-Tab .nav-tabs > li > a {
	padding: 10px;
}
.TTProduct-Tab .nav-tabs > li.active a::after,
.TTProduct-Tab .nav-tabs > li:hover a::after,
.TTProduct-Tab .nav-tabs > li:hover a:hover::after {
	width: 50px;
}
.TTProduct-Tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}
.TTProduct-Tab .nav-tabs > li > a{
 	border: medium none;
	background: none;
    color: #222222;
    font: 400 18px/24px "PT Sans",Helvetica,sans-serif;;
    margin: 0;
    outline: medium none;
    padding: 5px 15px;
	text-transform: capitalize;
    transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.TTProduct-Tab .nav-tabs > li > a > h3
{
   	color: #222222;
    font: 400 18px/24px "PT Sans",Helvetica,sans-serif;
	 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.nav-tabs {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 20px auto auto; 
    text-align: center;
    width: auto;
}
.TTProduct-Tab .tab-box-heading {
    float: left;
    text-align: center;
    width: 100%;
}
.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 a::after {
   	background-color: #ae832b;
    bottom: 0;
    content: "";
    height: 1px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
    width: 0;
}
.TTProduct-Tab .nav-tabs > li:last-child::before {
	border-left: none;
}
.TTProduct-Tab .nav-tabs > li.active > a > h3, .TTProduct-Tab .nav-tabs > li:hover > a > h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#ae832b;
}
/*----------------------owl-button*/
.TTProduct-Tab .owl-carousel .owl-buttons div,.ttsmartblog .customNavigation a,.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 "PT Sans",Helvetica,sans-serif;
    height: auto;
    letter-spacing: 0.4px;
    padding: 9px 13px 7px;
    text-transform: uppercase;
    width: auto;
	text-shadow:none;
}
.TTProduct-Tab .owl-carousel .owl-buttons .owl-prev,.related-items.products-carousel .owl-buttons .owl-prev{ margin:0 4px 0 0;}
.TTProduct-Tab .owl-carousel .owl-buttons .owl-prev::before,.customNavigation .btn.prev.blog_prev::before,.brand-carousel .owl-controls .owl-buttons .owl-prev::before,.related-items.products-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{margin-left: 5px;margin-top: 5px;}
.brand-carousel .owl-controls .owl-buttons .owl-next::before{margin-right: 5px;margin-top: 5px;}
.TTProduct-Tab .owl-carousel .owl-buttons .owl-next::before,.customNavigation .btn.next.blog_next::before,.brand-carousel .owl-controls .owl-buttons .owl-next::before,.related-items.products-carousel.owl-carousel .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;
}
.related-items .owl-buttons {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.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;
}
.TTProduct-Tab .owl-carousel .owl-buttons .owl-prev:hover::before,.customNavigation .btn.prev.blog_prev:hover::before,.brand-carousel .owl-controls .owl-buttons .owl-prev:hover::before,.related-items.products-carousel .owl-buttons .owl-prev:hover::before
{ 
  background-position: -75px -359px;
}
.TTProduct-Tab .owl-carousel .owl-buttons .owl-next:hover::before,.customNavigation .btn.next.blog_next:hover::before,.brand-carousel .owl-controls .owl-buttons .owl-next:hover::before,.related-items.products-carousel.owl-carousel .owl-next:hover::before
{ 
   background-position: -66px -392px;
}
.TTProduct-Tab .owl-carousel .owl-buttons div:hover,.ttsmartblog .customNavigation a:hover,.brand-carousel .owl-carousel .owl-buttons div:hover,.purchage-theme > a:hover,.related-items.owl-carousel .owl-buttons div:hover
{
   background: #222222 none repeat scroll 0 0;
    border-color: #222222;
    color: #ffffff;
	text-shadow:none;
}
.TTProduct-Tab .owl-buttons {
    text-align: center;
    width: 100%;
}
.TTProduct-Tab .owl-carousel .owl-buttons div{margin-top:30px;}
.additional-images .owl-controls .owl-buttons .owl-prev::before {
    color: #000;
    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 #e5e5e5;
    color: #333;
    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: #000;
    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:#ae832b;}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.page-title-wrapper {
	background: #e1e1e1;
}
.ttbreadcrumb-bg .container {
	position: relative;
}
.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;*/
	 color: #232323;
    float: none;
    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:#ae832b;}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
/* header */
	header {
		border-top: 4px solid #cecece;
		position: relative;
		padding: 10px 0;
		float: left;
		width: 100%;
		z-index: 99;
	}

/* top */
/*#top {
	min-height: 40px;
}*/
.header-top-left {float: left;padding:0px;}
.menu-container {
    float: left;
    width: 100%;
}
.header-right { 
	float: right;
	margin: 0;
	padding: 0;
}
#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
	padding: 10px 0;
	margin-right: 15px;
}
#top #currency .currency-select,
#top #language .language-toggle a {
	padding: 3px 10px;
	color: #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;
}
#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
    color: #888;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
}
#form-language .btn-link.dropdown-toggle{
	float: left;
	margin:0 0 0 15px;
	position: relative;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before,
#top-links .fa-caret-down::before {
	content: '\f107';
	font-size: 13px;
	line-height: 18px;
	padding-left: 2px;
	color: #888;
	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:#888;
	text-transform: capitalize;
}
#form-language .btn-link > img {
	padding-right: 2px;
}
#top-links .header_user_info ul.dropdown-menu {
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
	text-transform: capitalize;
	min-width: 150px;
}
#top #form-currency .currency-select:hover, #top ul > li > .language-select:hover {
    background-color: #ffffff;
    color: #ae832b;
}
#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 {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: 10px 0 10px 30px;
    position: relative;
	color: #888;
}
.header-phone.pull-left > span
{
    color: #888;
    font: 400 14px/18px "PT Sans",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;
}*/
#form-currency 	.btn-link.dropdown-toggle:hover,
#form-currency 	.btn-link.dropdown-toggle:focus, 
#form-currency  .btn-link.dropdown-toggle:hover .fa-caret-down::before,
#form-language  .btn-link.dropdown-toggle:hover .fa-caret-down::before,
#form-currency .btn-group.open strong,
#form-currency .btn-group.open .btn-link.dropdown-toggle:hover .fa-caret-down::before {
	color: #ae832b;
}

#form-language .btn-link.dropdown-toggle:hover
#top .btn-group.open .btn.btn-link.dropdown-toggle:hover,
#form-language .btn-link.dropdown-toggle:focus,
#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:#FFF;
}
.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 #e5e5e5;
   min-width: 150px;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #ae832b;
	background:none;
}
.header-top-right #wishlist-total > span {
	display: block;
	padding: 13px 0;
}
.header-top-right #wishlist-total > span:hover {
	color: #ae832b;
}
.header-top-right #wishlist-total > span::after {
    border-right: 2px solid #e5e5e5;
    content: "";
    height: 20px;
    padding: 0 0 0 15px;
}
#top-links #wishlist-total {
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-left .header-phone::before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    position: absolute;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.header-top-left .header-phone:after {
	border-left: 2px solid #e5e5e5;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 10px;
}
.header-top-left .btn.btn-link.dropdown-toggle > span {
	/*text-transform:uppercase;*/
	display: none;
}
.header-top-right .dropdown .dropdown-toggle > i, .header-top-right #cart > button i, .header-top-right #wishlist-total i,.header-top-right #search .ttsearchtoggle i {background:url('TemplateTrip/images/sprite.png');}
.header-top-right #wishlist-total:hover i{background-position:-74px -329px}
.header-top-right #wishlist-total i{ background-position:-14px -329px}
.header-top-right .dropdown .dropdown-toggle > i::before, .header-top-right #cart > button 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: 21px;
    overflow: hidden;
    padding: 0;
    width: 30px;
}
.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:-14px -329px;
    cursor: pointer;
    float: left;
    width: 20px;
    height: 17px;
    margin: 0;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding:0px;
	height: 50px;
	width: 40px;
	background:none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart-total.cart-dot {
	font-size: 0;
}
#cart-total.cart-dot.cart-dot-sub {
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-dot.cart-dot-sub
{
 	background: #ae832b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 16px;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
    position: absolute;
    right: 5px;
    top: -7px;
    width: 16px;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e5e5e5;
	min-width:350px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	width: 100%;
	padding: 10px;
	top: 34px;
	z-index: 1001;
}
#cart .dropdown-menu .btn.btn-danger {
	height: auto;
	padding: 0px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	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: #888;
    font-size: 13px;
    font-weight: normal;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #ae832b;
    font: 700 14px "PT Sans",Helvetica,sans-serif;
    white-space: nowrap;
}
#cart .dropdown-menu li p a {
    background: #ae832b none repeat scroll 0 0;
    border: 1px solid #ae832b;
    color: #ffffff;
    float: right;
    font-size: 14px;
    padding: 4px 8px;
    text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}
#cart .dropdown-menu li p a:hover {
	background: #222;
	border-color: #222;
}
.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: 4px;
	text-align: left;
}
#cart .header-cart-toggle .text-left.name > a {
    color: #888;
    font-size: 14px;
    padding-left: 5px;
}
#cart .header-cart-toggle .text-right.amount {
    color: #232323;
    font: 700 14px/26px "PT Sans",Helvetica,sans-serif;
    text-align: left;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #ae832b;
	text-align: right;
    font: 700 14px/26px "PT Sans",Helvetica,sans-serif;
    white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #333333;
    font: 700 16px/26px "PT Sans",Helvetica,sans-serif;
}
.checkout-cart #content .buttons {
    float: left;
    width: 100%;
}
.checkout-checkout #accordion .panel.panel-default {
    float: left;
    width: 100%;
}
.checkout-checkout #accordion .panel-heading {
	 float: left;
	 width: 100%;
}
.checkout-checkout #accordion .panel .panel-collapse {
    float: left;
    width: 100%;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
	background: none;
}
#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: #e5e5e5 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    padding: 10px 0;
}
#cart .dropdown-menu table {margin-bottom: 10px;}
#cart .header-cart-toggle li:first-child tr:first-child td { border: 0 none; }
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px;
	color:#777;
}
#cart-total {
    font-size: 0;
    position: absolute;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}
.header-top-right #top-links #cart:hover i.fa.fa-shopping-cart
{
  background-position:-43px -128px;
}

/* search */
#search,
#header-search {
	float: right;
	height: 50px;
	width: 40px;
	z-index: 99;
	position:static;
	display: flex;
	align-items: center;
	justify-content: center;
}
#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: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	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 -14px -244px;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 18px;
    position: relative;
    right: 0;
    width: 18px;
    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;
    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: 49px;
	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;
	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:-74px -244px;
}
#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 #e5e5e5;
}
#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 .dropdown-toggle .fa-caret-down {
	display: none;
}
.header_user_info .dropdown-toggle > span {
	font-size: 0;
	display: none;
}
.header-top-right .header_user_info .dropdown-toggle i {
	background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -14px -285px;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 20px;
}
.header-top-right .header_user_info .dropdown-toggle i:hover {
	background-position: -74px -285px;
}
/* header user info End*/ 
/* logo */
.header-top-middle {
	float: none;
	margin: auto;
	text-align: center;
}
#logo {
    float: none;
    margin: 0 auto;
	text-align: center;
}
#logo a {
	display: block;
}
#logo a img {
	display: block;
	height: 60px;
}
#menu * {
	text-transform: uppercase !important;
}
/* menu */
/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {display: table;}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {color: #777;}
#menu {
    margin: auto;
    text-align: center;
    width: 100%;
}
#menu .navbar-collapse {padding: 0px;}
#menu div.navbar-header {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
    color: #232323;
    font: 400 13px/22px "PT Sans",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: #ae832b;}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
	color: #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 > a,
#menu .nav > li > span {
	 color: #000000;
    display: block;
    font: 14px/22px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 1px;
    padding:20px 30px 20px 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: #333333;
    display: block;
    font-family: "PT Sans",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 {
    border-top: 1px solid #e9e9e9;
    bottom: -5px;
    content: "";
    float: left;
    height: 1px;
    left: 31px;
    position: absolute;
    width: 15%;
}
#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 .nav > li.dropdown:hover::after,#menu .nav > li.dropdown:focus::after,#menu .nav > li > a:focus,#menu .nav > li > a:active, #menu .nav.navbar-nav > li:hover > span{color:#ae832b;}

/* 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: 160px;
    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 {
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #333;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
	right:12px;
}
#menu .nav > li.dropdown:hover::after
{
    color:#ae832b;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
	right:12px;
}
#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{padding:0px;}

/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;}
.slideshow-panel {position: relative;}
#slideshow0
{
  background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:none;
  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 "PT Sans",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 "PT Sans",Helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 8px 22px;
    text-transform: uppercase;
	color:#222;
}
.slideshow-panel .shop-btn > a.shop-now:hover
{ 
    border-color: #ae832b;
    color: #ae832b;
}
.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:none;}
.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: 15px;
	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 {
	float: none;
	text-align: center;
	width: auto;
	display: inline-block;
	position:static;
}
.customNavigation a {
    border: 1px solid #777777;
    color: #222222;
    float: left;
    font: 400 13px/18px "PT Sans",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:hover {
    background: #222222 none repeat scroll 0 0;
    border-color: #232323;
    color: #ffffff;
}
.customNavigation a.prev:hover::before {
	background-position: -75px -359px;
}
.customNavigation a.next:hover::before {
	background-position: -66px -392px;
}
.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;
}
/* Home Page */
#slideshow0 .item > img {
	width: 100%;
}
/* Category Page */
.product-category .category-description {
    float: left;
    width: 100%;
}
.product-category .category-list {
    float: left;
    width: 100%;
} 
.product-category .category-products {
    float: left;
    width: 100%;
}
.ttbreadcrumb-bg {
	text-align:center;
	padding: 80px 0;
	width: 100%;
	background: #e1e1e1 none repeat scroll 0 0;
	margin: 0 0 50px;
	overflow: hidden;
}
.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: #e1e1e1;
	padding: 5px 10px;
	float: left;
	font: 400 13px/18px "PT Sans",Helvetica,sans-serif;
}
.category-filter label {
    color: #333333;
    font: 500 13px/20px "PT Sans",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;
	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;
}
.product-list .product-thumb .caption .description {
	margin: 0px;
	display: block;
	font-family:"PT Sans",Helvetica,sans-serif;
	color: #777777;
	letter-spacing:0;
	margin:5px 0;
	font-size:13px;
}
.product-thumb, .product-layout, .product-layouts { position: relative; }
.product-thumb .sale-icon,
.product-sale-icon
 {
	position: absolute;
	top:10px;
	right:10px;
	padding:0 6px 2px;
	opacity:0;
	-moz-opacity: 0;  /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-opacity: 0; /* other webkit*/
	color:#232323;
	text-transform:uppercase;
	line-height:18px;
	font-size: 10px;
	z-index:9;
	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;
	
}
.sale-icon {
	background: #ff6c6c;
	color: #fff !important;
	border-radius: 10px;
	opacity: 1 !important;
}
.product-sale-icon {
	opacity:1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
.product-thumb:hover .sale-icon
{
  opacity:1;
  	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
}
/* 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: 80px;
	float: left;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
	position: static;
	line-height: normal;
	padding: 4px 0 0;
}
#column-left .product-thumb .caption .sale-icon,
#column-right .product-thumb .caption .sale-icon,
#header-left .product-thumb .caption .sale-icon,
#header-right .product-thumb .caption .sale-icon,
#footer-left .product-thumb .caption .sale-icon,
#footer-right .product-thumb .caption .sale-icon {
	font-size: 11px;
	padding: 0 5px;
	left: 0;
	right: auto;
}
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    padding: 0;
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 1;
    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 button.btn-cart span,
#column-right .product-thumb .button-group button.btn-cart span,
#header-left .product-thumb .button-group button.btn-cart span,
#header-right .product-thumb .button-group button.btn-cart span,
#footer-left .product-thumb .button-group button.btn-cart span,
#footer-right .product-thumb .button-group button.btn-cart span {
	display: block;
}
#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
	display: none;
}
.product-list .product-thumb:hover h4 a{color:#ae832b;}
/* 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: #e1e1e1  none repeat scroll 0 0;
 border:medium none;
}
#column-left .list-group .list-group-item{border:none;}
#column-left .panel-default,
#column-right .panel-default {
	background: #e1e1e1   none repeat scroll 0 0;
    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:#ae832b;}
.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 "Raleway",sans-serif;
    position: relative;
	text-transform:uppercase;
	margin:18px 0px;
}
#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: 13px;
	text-transform:capitalize;
}
#column-left .option-filter .checkbox > label:hover {
	color: #ae832b;
}
#column-left .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
#column-left .option-filter .list-group-items .list-group-item
{
    color: #454545;
	font: 500 13px/28px "PT Sans",Helvetica,sans-serif;
	padding:2px 0;
	text-transform: uppercase;
	position: relative;
	float: left;
	width: 100%;
}
#column-left .option-filter .panel-heading {margin-top: 0;}
#column-left .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;
    position: static;
}
.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: 0px;
}
.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: 0;
	width: 90px;
	float: left;
}
.category-filter .filter-grid-list button {
	background: url("TemplateTrip/images/sprite.png");
	width: 25px;
	height: 25px;
	margin-right:10px;
}
.category-filter .filter-grid-list button#grid-view {
	background-position: -10px -15px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
	background-position: -10px -64px;
	border:none;
}
.category-filter .filter-grid-list button#list-view {
	background-position: -69px -15px;
	border:none;
}
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
	background-position: -69px -64px;
	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: #888;
    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 .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 "PT Sans",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 "PT Sans",Helvetica,sans-serif;
	padding-bottom:2px;
}
#column-left .product-thumb .price-new,#column-left .product-thumb .price-old{font: 400 13px/18px "PT Sans",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;
}
#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;}

/* Product page stylesheet */
#content .product-images,
#content .product-details {
	float: left;
}
.product-images .additional-images-container {
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	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: #232323;
    font: 500 13px/20px "PT Sans",Helvetica,sans-serif;
    text-transform: uppercase;
}
.product-product .product-info-value > a{color:#ae832b;}
.product-product .product-info-value > a:hover{color:#333;}


.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: #232323;
    font-size: 18px;
    margin: 0 0 16px;
    padding-bottom: 16px;
	font-family: "PT Sans",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 0;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 400 20px/22px "PT Sans",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 #e5e5e5;
    color: #777777;
    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 #e5e5e5;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px 0 0;
}
.product-product .product-details .price-new 
{
 color: #232323;
 font:700 18px/26px "PT Sans",Helvetica,sans-serif;
 margin: 0;
}
.product-details .price-old
{
 color: #ae832b;
 font: 400 14px/26px "PT Sans",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: "PT Sans",Helvetica,sans-serif;
}
.product-options .product-quantity {
	clear: both;
	padding:15px 0 0;
}
.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: #888;
}

.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 none repeat scroll 0 0;
}
#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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #232323;
	border:medium none;
}
.product-product .nav-tabs > li > a
{
  border: medium none;
    color: #888;
    font: 700 16px/22px "PT Sans",Helvetica,sans-serif;
    margin: 0;
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
}
.product-product .nav-tabs > li.active > a::before {
    background: #232323 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
    font-family: "PT Sans",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 #ddd;}
.related-items.owl-carousel
{
	overflow:hidden;
	margin-bottom: 50px;
	margin-top: 10px;
}
.related-carousel .box-heading > h3
{
	color: #232323;
    float: none;
    font: 600 24px/26px "Raleway",sans-serif;
	margin: 10px 0 45px;
    text-align: center;
    text-transform: capitalize;
}
/*.related-carousel .box-heading > h3:before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/seperator.png") no-repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -2px;
    width: 40px;
}*/
.related-carousel .box-heading{text-align:center;}
.checkout-cart #accordion .panel-heading {padding: 0px;}
.checkout-cart #accordion .panel-heading a {padding: 10px 15px;font-family: "PT Sans",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; }
.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:#ae832b;}
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:#ae832b ;}
.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #ae832b ;}
.datepicker-days .table-condensed .day.active.today::before {
    border-bottom: 7px solid #ffffff;
}

/* 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: #ae832b;
    font: 700 21px/25px "PT Sans",Helvetica,sans-serif;
}
.table-bordered tr td.text-right.total-amount {
	color: #333;
	font: 700 16px/26px "PT Sans",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 {
	background: #ae832b ;
	border-color: #ae832b;
}
.checkout-cart h2 {font-family: "PT Sans",Helvetica,sans-serif;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px "PT Sans",Helvetica,sans-serif;
	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: #333;
	font: 400 13px/18px "PT Sans",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 "PT Sans",Helvetica,sans-serif;
}
.checkout-checkout h4 {font-family: "PT Sans",Helvetica,sans-serif;}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #333333;font: 400 23px/25px "PT Sans",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: "PT Sans",Helvetica,sans-serif;
    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: "PT Sans",Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}
.service-name > h4, .team-caption > h4 {
    color: #777777;
    font-family: "PT Sans",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:#ae832b!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: #ae832b;
    font-size: 13px;
    margin: 0 0 3px;
	font-family: "PT Sans",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:"PT Sans",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 "PT Sans",Helvetica,sans-serif;color:#ae832b;}



/* 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 "PT Sans",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;
	margin: 0 auto;
    opacity: 0.6;
		-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;
}
.common-home .brand-carousel {
	float: none;
    margin: 0 auto 30px;
    overflow: hidden;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}

/* footer */
footer {
	float: left;
	width: 100%;
	background:#222222 none repeat scroll 0 0;
	color: #fff;
	margin: 0;
	padding: 50px 0 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666666;
}
footer a {
	color: rgb(170, 170, 170);
    font: 400 14px/22px "PT Sans",Helvetica,sans-serif;
	line-height: 10px;
}
footer a:hover,
footer a:focus {
	color: #FFFFFF;
}
.footer-left-content .follow-us > h5 {
	display: none;
}
footer .footer-column h5 {
	font:600 16px/22px "Raleway",sans-serif;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.4px;
	margin: 0 0 14px;
	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
{
 	background: #ae832b;
    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 #footer-right ul a::before {
	display: none;
}
#footer-right ul li {
    list-style: outside none none;
	position: relative;
	line-height: 20px;
    overflow: hidden;
    padding: 0 0 8px;
}
#footer-right .contact-us ul li i {
	float: left;
    font-size: 14px;
    margin-right: 12px;
    padding-right: 0;
    padding-top: 5px;
    text-align: center;
    width: 8px;
	color:#aaa;
}
.footer-right-cms .contact-address{padding: 0 0 0 20px;color:#aaa;}
.footer-right-cms .phone{color:#aaa;}
.footer-bottom {
	float: left;
	width: 100%;
	padding: 25px 0;
	margin: 20px 0 0;
	border-top: 1px solid #333333;
}
.footer-top-cms {
	background-color: #ffce64;
   	height: 100px;
	padding: 0;
	margin: 30px 0 0 0;
}
.footer-top-cms .tt-content{padding:30px 0px;}
.footer-top-cms .news-letter-inner
{
    display: inline-block;
    text-align: center;
}
.news-letter-inner > h4
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #232323;
    display: block;
    float:right;
    font: 400 14px/35px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: auto;
	position:relative;
}
.news-letter-inner > h4::before
{
    bottom: 0;
    color: #333;
    content: "\f26c";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 18px;
    left:-31px;
    margin: auto 0;
    position: absolute;
    top:-13px;
}
.purchage-theme {
   padding-left: 2%;
    display: inline-block;
    float: right;
	margin: 9px 0 0;
}
.purchage-theme > a {
    border: 1px solid #222;
    color:#232323;
	background: none;
	letter-spacing: 1px;
    text-transform: uppercase;
    font: 600 13px/18px "Raleway",sans-serif;
    padding:12px 30px;
}
.purchage-theme > a:hover,
.purchage-theme > a.active,
.purchage-theme > a:focus {
	 background: #222;
	 border-color: #222;
	 color: #FFF;
}
.cart-empty {
	display: none;
}
.footer-column .list-unstyled > li
{
    line-height: 22px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
/*.footer-column.footer-information {padding-left: 120px;}*/
/*.footer-column.footer-extras {padding: 0 30px 0 0;}*/
/*.footer-left-content {padding-left: 105px;}*/
.footer-left-content .follow-us ul {
	 text-align: left;
	 float: left;
	 width: 100%;
}
.footer-bottom > p {
    color: #aaaaaa;
    text-align: center;
	margin: 0;
}
/*#goToTop {
	background: #ae832b;
	border: 2px solid #ae832b;
    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: #ffffff;
    content: "\f106";
    float: left;
    font-family: "fontawesome";
    font-size: 16px;
    padding: 6px 12px;
}
#goToTop:hover {
    background: #6f2200 none repeat scroll 0 0;
    border-color: #6f2200;
}*/
.backtotop-img {
	float: left;
	width: 100%;
	position: relative;
}
#goToTop {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/back-top.png") no-repeat scroll 0 0;
    bottom: 33px;
    cursor: pointer;
    height: 42px;
    position: fixed;
    right: 62px;
    width: 32px;
    z-index: 999;
}
.ttbox {
    bottom: 34px;
    height: 42px;
    position: absolute;
	cursor: pointer;
    right: 62px;
    width: 32px;
    z-index: 9999;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	clear: both;
}
.alert {
    margin: 10px auto;
    max-width: 1170px;
}


/* breadcrumb */
.breadcrumb {
	float:  none;
	margin: 0;
	color: #ae832b;
	list-style: outside none none;
}
.breadcrumb a:hover,
.breadcrumb i:hover {
	color: #ae832b;
}
.breadcrumb a {
 	color: #232323;
    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: #232323;
    content: "\f105";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0px 8px;
}
.breadcrumb a.last-breadcrumb { color: #888; }
.main-breadcrumb
{
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #777777;
    display: inline-block;
    font: 400 14px/18px "PT Sans",Helvetica,sans-serif;
    min-width: 60%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.header-content-image1 {
	width: 199px;
    position: absolute;
    right: 210px;
    top: 0;
}
.header-content-image2 {
	width: 199px;
    position: absolute;
    right: 10px;
    top: 0;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
/* 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: #ae832b none repeat scroll 0 0;
    border: 1px solid #ae832b;
    color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-details .btn.btn-primary {
	background: #222;
	border-color: #222;
    letter-spacing: 0;
    padding: 9px 20px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-details .btn.btn-primary:hover {
    background: #ae832b none repeat scroll 0 0;
    border-color: #ae832b;
}
.product-details .fa.fa-shopping-cart {padding-right: 5px; font-size: 17px;} 
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-position: 0 -15px;
}

/*button-color-*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,#button-login.btn.btn-primary:focus,.btn-primary:active,#button-account.btn.btn-primary:focus,#button-register.btn.btn-primary:focus,#button-shipping-method.btn.btn-primary:focus,#button-payment-address.btn.btn-primary:focus,#button-shipping-address.btn.btn-primary:focus,#button-payment-method.btn.btn-primary:focus,#button-guest.btn.btn-primary:focus,#button-review.btn.btn-primary:focus,#button-coupon.btn.btn-primary:focus,#button-voucher.btn.btn-primary:focus,#button-quote.btn.btn-primary:focus,#button-confirm.btn.btn-primary:focus
{
 	background: #222222 none repeat scroll 0 0;
	border: 1px solid #222222;
	color: #ffffff;
	font-family: 400 13px/18px "PT Sans",Helvetica,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-product #button-cart.btn-primary:focus, .btn-primary:active
{
 	background: #ae832b none repeat scroll 0 0;
	border: 1px solid #ae832b;
	color: #ffffff;
	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;
}
.product-thumb {
	overflow: hidden;
	position: relative;
}

.product-thumb {
	text-align: center;
}
.product-list .product-thumb {
	text-align: left;
}
.product-grid.product-layout {
	/*padding: 10px;*/
	padding: 10px 10px 20px;
}
.product-grid .thumb-description {
	padding: 0px;
}
.products-carousel .image, .products-carousel .thumb-description,
.product-grid .product-thumb .image,
.product-grid .product-thumb .thumb-description,
.related-items .product-thumb .image,
.related-items .product-thumb .thumb-description {
	text-align: center;
}
.product-grid .product-thumb .thumb-description,.related-items .product-thumb .thumb-description,.product-thumb .thumb-description{
    padding: 10px 0;
}
/*.product-grid .product-thumb .thumb-description {
	width: auto;
}*/
/*.product-grid .product-thumb:hover .thumb-description,.related-items .product-thumb:hover .thumb-description,.product-thumb:hover .thumb-description
{
  background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
   opacity: 1;
   bottom: 5px;
   -moz-opacity: 1;
-khtml-opacity: 1; 
-webkit-opacity: 1; 
	
}*/
.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;
}
#column-left .product-thumb .image img,
#column-right .product-thumb .image img {
	float: left;
}
.product-list .product-thumb .image img {
/*	float: left;*/
}
.product-grid .product-thumb .image{padding: 0px;}
.product-grid .product-thumb.row {margin: 0;}
.product-list .sale-icon {
    left: auto;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
    right:23px;
	transition: none;
}
.product-thumb h4 {
	font:400 15px/26px "PT Sans",Helvetica,sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0px;
	padding: 0;
	text-transform:capitalize;
}
.product-thumb h4 a {
	white-space: nowrap;
	color: #555555;
    font-size: 15px;
    line-height: 18px;
}
.product-thumb h4 a:hover{color:#000;}
.product-thumb .rating {
    bottom: 75px;
    left: 0;
    line-height: normal;
    position: absolute;
    right: 0;
}
.product-list .product-thumb .rating {
	position: static;
}
.product-list .product-thumb h4
{
	font: 400 15px/26px "PT Sans",Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}
.product-list .product-thumb h4 a
{
	 color:#232323;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o, #review .fa-star-o {
   color: #f7af14;
    font-size: 13px;
}
.rating .fa-star, #review .fa-star {
	color: #f7af14;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #f7af14;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #ae832b;
   font: 400 16px/26px "PT Sans",Helvetica,sans-serif;
}
.product-thumb .price-new {
	margin: 0 10px 0 0;
	font:400 16px/26px "PT Sans",Helvetica,sans-serif;
}
.product-thumb .price-old
{
	color: #777;
	text-decoration: line-through;
	font:400 16px/26px "PT Sans",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 {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
    vertical-align: top;
    width:auto;
	padding:0px;
	display:inline-table;
	padding:0;
	position:relative;
}*/
/* Button CSS Start */
.product-thumb .button-group {
    background: #ae832b none repeat scroll 0 0;
    bottom: 72px;
    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;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
    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 .button-group button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #888888;
    display: inline-table;
    font-weight: bold;
    height: 50px;
	margin: 0;
    text-align: center;
    text-transform: uppercase;
	vertical-align: middle;
	width: 17%;
    /*width: 60%;*/
}
.product-thumb .button-group .btn-cart {
    float: none;
    padding: 0;
}
.product-thumb .button-group button + button {
	/*width:auto;*/
	width: 17%;
	padding:0;
}
/* Button CSS End */
.product-list .product-thumb .button-group button {width: auto;}
.product-list .product-thumb .button-group {
	position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
	border: 0 none;
	background: none;
}
.product-list .thumb-description {
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
    padding:0 15px;
    position: static;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-list .product-thumb:hover .thumb-description {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.product-list .product-thumb .button-group{float:left;padding-top: 10px;}
.product-list .product-thumb:hover .button-group {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
/**button group effect---*/
.btn-cart .tooltip, .btn-compare .tooltip,.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-cart .tooltip, .btn-compare .tooltip,.btn-wishlist .tooltip{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    height: 33px;
    left: -36px;
    margin-left: 0;
    min-width: 115px;
    padding: 20px 0;
    position: absolute;
    right: -36px;
    text-align: center;
    top: -38px;
	
}*/
.btn-cart .tooltip::before,.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;  /* Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	-webkit-opacity: 0.7; /* other webkit*/
    position: absolute;
	bottom:-10px;
	left:17px;
}
.btn-cart .tooltip{left: 0;right: auto;}
.btn-compare .tooltip{left:auto;right:-7px;}
.product-grid .btn-compare .tooltip {
	right: -7px;
}
.btn-wishlist .tooltip{left: 6px;right:8px;width:100px;}
.btn-cart .tooltip::before{left: 14px;}
.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,
.products-carousel .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;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/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;  /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-opacity: 0; /* other webkit*/
}
/*.product-grid .button-group .btn-wishlist {
    padding-left: 13px;
	 padding-right: 3px;
}
.product-thumb .button-group .btn-compare {
    padding-left: 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 .btn-cart > span {display: none;}
.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 i.fa-shopping-cart {
    background-position: 8px -42px;
    float: left;
    height: 30px;
    width: 30px;
}
.product-thumb .button-group i.fa-heart {
    background-position: 1px 5px;
    height: 30px;
    width: 30px;
}
.product-thumb .button-group .btn-compare i {
    background-position: 4px -87px;
    height: 30px;
    width: 30px;
}
.product-thumb .button-group .btn-cart:hover i.fa-shopping-cart { background-position:-35px -42px;}
.product-thumb .button-group .btn-wishlist:hover i.fa-heart {background-position:-42px 5px;}
.product-thumb .button-group .btn-compare:hover i.fa-exchange {background-position:-39px -87px;}
.product-grid .button-group .btn-cart {padding: 0;}

.product-list .product-thumb .button-group .btn-cart > span
{
  	display:inline-block !important;
    font-weight: normal;
	color: #777676;
    margin-left:9px;
	font: 400 13px/18px "PT Sans",Helvetica,sans-serif;
}
.product-list .product-thumb .button-group .btn-cart{padding-left:0px;}
.product-list .product-thumb .button-group .btn-cart {
	border: 1px solid #e5e5e5;
    line-height: 37px;
    padding: 0 20px;
	float:left;
}
.product-list .product-thumb .button-group .btn-cart:hover
{
   border-color: #454545;
   background: #454545;
}
.product-list .product-thumb .button-group .btn-cart:hover > span
{
  color: #FFF;
}
.product-list .product-thumb .button-group i.fa-shopping-cart {
	background-position: -40px -41px;
}
.product-list .product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
	background-position: 5px -41px;
}
.product-list .product-thumb .button-group i.fa-heart {
	background-position: -40px 5px;
}
.product-list .product-thumb .button-group .btn-wishlist:hover i.fa-heart {
	background-position: 3px 5px;
}
.product-list .product-thumb .button-group .btn-compare i {
	background-position: -40px -87px;
}
.product-list .product-thumb .button-group .btn-compare:hover i.fa-exchange {
	background-position: 3px -87px;
}
.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;
	padding: 0 10px;
}
.product-list .product-thumb .button-group .btn-wishlist:hover,
.product-list .product-thumb .button-group .btn-compare:hover {
	background: #454545;
}
/*product-page */
.product-product .product-image .thumbnail
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #FFF;
  padding: 0;
  transition: none;
  -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-product .product-image .thumbnail:hover {
	border: 1px solid #e5e5e5;
}
.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-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: 5px;
  margin-bottom: 0px;
}
/*.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;
}
/*service-block-css Start */
#ttcmsservices {
	float: left;
    width: 100%;
}
#ttcmsservices .services .ttservices-inner {
	float: left;
	width: 100%;
}
#ttcmsservices .services .ttservices-inner .service-title {
    color: #232323;
    float: left;
    font: 400 14px/18px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
}
#ttcmsservices .services .ttservices-inner .service-title::before {
    content: "";
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 30px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 45px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttdelivery::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/services-icon.png") no-repeat scroll -9px -9px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttdelivery:hover::before {
    background-position: -89px -9px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttpayment::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/services-icon.png") no-repeat scroll -9px -75px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttpayment:hover::before {
    background-position: -89px -75px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttsaving::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/services-icon.png") no-repeat scroll -9px -138px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttsaving:hover::before {
    background-position: -89px -138px;
}
#ttcmsservices .services .ttservices-inner .service-title.ttdelivery:hover,
#ttcmsservices .services .ttservices-inner .service-title.ttpayment:hover,
#ttcmsservices .services .ttservices-inner .service-title.ttsaving:hover {
    color: #ae832b;
}
/*service-block-css End */
/*--subbanner---*/
/* Homepage_Banner_css Start */
#ttbanners {
    float: left;
    margin: 0 auto 30px;
    padding-right: 0;
    width: 100%;
}
#ttbanners .ttbannerblock {
    overflow: hidden;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-img::before {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    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: 0;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner1 .ttbanner-img::before {
    height: 95%;
    width: 90%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-img img {
    width: 100%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
    bottom: 120px;
    margin: auto;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
    position: absolute;
    text-align: center;
    top: 120px;
    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: 300px;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner1 .ttbanner-content {
	left: 0;
	right: 0;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-title {
    color: #232323;
    float: left;
    font: 400 30px/50px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 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%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-desc {
    color: #4b4b4b;
    float: left;
    letter-spacing: 0;
    padding-top: 10px;
    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%;
}
#ttbanners .ttbannerblock .ttbanner {
	position: relative;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-img::before {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    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: 0;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-img img {
	width: 100%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
    bottom: 120px;
    margin: auto;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
    position: absolute;
    text-align: center;
    top: 120px;
    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: 300px;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner2 .ttbanner-content {
    left: 50px;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-title {
    color: #232323;
    float: left;
    font: 400 30px/50px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 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%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-desc {
    color: #4b4b4b;
    float: left;
    letter-spacing: 0;
    padding-top: 10px;
    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%;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner2:hover .ttbanner-content .ttbanner-title {
	letter-spacing: 4px;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner1:hover .ttbanner-img::before {
	background: #FFF;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-desc:hover {
    color: #ae832b;
}
@media (max-width: 767px) {
 	#ttcmsservices {
		text-align: center;
	}
	#ttcmsservices .services .ttservices-inner .service-title {
		float: none;
		display: inline-block;
	}
}
/* Homepage_Banner_css End */
/* 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.top-to-bottom1 {
  animation: 600ms ease 0s normal none 1 running fadeInDown;
  -webkit-animation: 600ms ease 0s normal none 1 running fadeInDown;
  -moz-animation: 600ms ease 0s normal none 1 running fadeInDown;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.top-to-bottom2 {
  animation: 1s ease 0s normal none 1 running fadeInDown;
  -webkit-animation: 1s ease 0s normal none 1 running fadeInDown;
  -moz-animation: 1s ease 0s normal none 1 running 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;
}
/* Animate inview CSS END */

@media (max-width: 1200px) {
.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 .special-carousel {
	padding-top:40px;
}
}
@media (max-width:1199px)
{
   .row.main-tab{margin:0px;}
  .ttbreadcrumb-bg{position:relative;}
  .tt-header-content.container{position:static;}
  .product-thumb .image img{width:100%;}
    #ttbanners .ttbannerblock {
    padding: 0;
  }
.common-home .small_product .product-thumb .thumb-description {
	width:50%;
}
}
@media (min-width:992px) and (max-width:1199px) {
.ttbreadcrumb-bg .page-title-wrapper .page-title{font-size:38px;}
.related-carousel.products-list {padding: 0;}
.tt-header-content .header-content-image1 {
	right: 200px;
	top:0;
	position:absolute;
}
.tt-header-content .header-content-image > img {
	display: block;
	height: auto;
	max-width: 100%;
}
#cart .dropdown-menu{min-width:295px;}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
    top: 35px;
}
}
@media (max-width: 991px) {
	.TTProduct-Tab .tab-content {
		
		margin-top: 20px;
	}
	.TTProduct-Tab .owl-carousel .owl-buttons div {
		margin-top:10px;
	}
	.common-home .special-carousel {
 	   padding-top: 15px;
	}
	#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content {
		min-height: 210px;
		padding: 38px 0;
		width:auto;
		top:20px;
	}
	.TTProduct-Tab {
 	   margin: 50px auto 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;
	}
	.footer-top-cms {
		min-height: 114px;
	}
	.footer-top-cms .tt-content {
		padding: 38px 0;
	}
	  #ttbanners {
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
  }
 .common-home #content,.slideshow-panel{padding:0px;}
	
}
@media (min-width: 768px) {
	.header-phone.pull-left > span {
		display: inline !important;
	}
	.product-thumb:hover .button-group {
	    opacity: 1;
		-moz-opacity: 1;  /* Netscape */
		-khtml-opacity: 1; /* Safari 1.x */
		-webkit-opacity: 1; /* other webkit*/
    	transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	#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;
	}

	/* fixed colum left + content + right*/
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	#menu .more-menu .list-unstyled.childs_1 a {
 	   padding: 0 10px 0 30px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.product-thumb .button-group span {
		display: none;
	}
	/*.product-thumb .button-group button,
	.product-thumb .button-group button + button {
		width:auto;
	}*/
	#header-search .select-wrapper {
		max-width: 100px;
	}
	#search .input-lg, #header-search .input-lg {
		max-width:100%;
	}
	#column-left .products-carousel .image {
		width: 60px;
	}
	#column-left .products-carousel .thumb-description {
		width: 95px;
		padding: 0 5px;
	}
	.header-content-image1 {
		max-width: 110px;
		right: 120px;
	}
	.header-content-image2 {
		max-width: 120px;
	}
	.product-product #content{ width: 100%; }
	.product-details .rating > a { font-size: 13px; padding: 0 5px 0 0; }
	#menu .fa-angle-down {
		display: none;
	}
#menu .nav > li.dropdown::after,
#menu .nav > li.dropdown:hover::after{display:none;}
#menu .nav > li > a, #menu .nav > li > span{padding:20px 22px 20px 20px;}

.footer-top-cms .news-letter-inner{width:60%;}
.purchage-theme{width:40%;}
.footer-left-content{padding:0px;}
.footer-column.footer-information{padding-left:30px;}
.footer-column.footer-extras{padding-left:56px;}
#footer-right ul li{padding:0 0 4px;}
#footer-right .contact-us ul li i{display:none;}
.footer-right-cms .contact-address{padding:0px;}
.footer-left-cms .follow-us ul li{margin:0 2px 0 0;}
.ttbreadcrumb-bg{min-height:175px;}
.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) {
	#search.input-group.active .search_block_top_form {
		padding: 0 10px;
		display: block;
	}
	header { padding: 20px 0 10px; }
	.header-top-middle {
		margin: 70px auto auto;
	}
	#logo img { float: none; }
	.header-phone.pull-left > span {
		display: block !important;
	}
	.page-title-wrapper {
		background: none;
	}
	.page-title-wrapper .page-title {
		float: none;
		margin: 25px 0 10px;
		text-align: center;
	}	
	.breadcrumb {
		float: none;
		margin: 0;
		text-align: center;
	} 
	#cart .dropdown-menu {min-width:315px;}
	#menu {
		margin: 30px auto auto;
	}
	footer .footer-column .list-unstyled {
    	float: left;
 	   width: 100%;
	}
	.footer-top-cms .tt-content {
 	   padding: 25px 0;
	}
	#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;
	}
	#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: 12px;
    font-size: 14px;
	color:#000;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		text-align:left;
		  padding: 0;
         color: #777777;
         text-transform: capitalize;
    	line-height: 26px;
    	font-weight: normal;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 2px;
	}
	#menu #category
	{
		font: 700 14px/18px "Raleway", sans-serif;
		text-transform: uppercase;
		color: black;
		padding: 12px 15px;
		position: relative;
	}
	#menu{border-top: 1px solid #e5e5e5;}
header{padding:0px;}
#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:#888;
	font-size:14px;
}
#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:#777;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;
}
#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:#222;}
#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;
}
.header-top-left,.header-top-right{padding:0px;}
.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;
	}
.category-description .img-thumbnail { width: 100%; }
.category-products .product-grid {
	width: 50%;
}
#content .option-filter-box #button-filter {
	margin-top: 10px;
}
.product-list .product-thumb .button-group {
	margin-bottom: 15px;
}
.information-contact .contact-location .col-sm-3 {
	width: 50%;
	padding: 15px;
	float: left;
}
.information-contact .store-contact {
	clear: both;
}
.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-content-image1 {
	max-width: 110px;
	right: 120px;
}
.header-content-image2 {
	 max-width: 120px;
}
#header-search .select-wrapper {
	max-width: 120px;
}
.menu-container #menu.navbar {
	min-height: auto;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner1:hover .ttbanner-img::before {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

header .header-right {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	float: right;
}
.menu-container {
	float: none;
}
header #cart {
	margin: 10px auto;
	width: auto;
	display: table;
	float: none;
}
footer .footer-column h5.toggle {
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0 0 2px;
	cursor: pointer;
}
footer .footer-column h5.toggle:hover {
	background: #000000;
}
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,
.follow-us.active h5.toggle::after,
.contact-us.active h5.toggle::after {
	content: '\f068';
}

.category-filter .filter-show,
.category-filter .filter-sort-by
{
	clear: left;
	margin: 3px 0;
	float: left;
}
.product-thumb .button-group  {
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	bottom: 51px;
}
.common-home .small_product .product-thumb .button-group .btn-cart span {
	display: block !important;
}
.product-thumb .button-group button,
.product-thumb .button-group button + button {
	width: 45px;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 10px 15px;
}
.product-list .product-thumb .button-group {
	padding: 0;
}
.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-list .product-thumb .button-group {
	border-left: none;
}
.product-grid .product-thumb .thumb-description {
	width: 100%;
}
.product-grid .product-thumb .thumb-description, .related-items .product-thumb .thumb-description, .product-thumb .thumb-description
{
position: static;
opacity: 1;
-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
padding:0px;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.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;
text-align: center;
width: 100%;
}
#ttcmsservices .services {
	float: none;
	width: 100%;
	display: inline-block;
}
.TTProduct-Tab .tab-box-heading {
	padding: 0;
}
/*.ttbanner1.ttbanner,
.ttbanner2.ttbanner {
	float: left;
	width: 100%;
}*/
#ttbanners .ttbannerblock .ttbanner {
    display: inline-block;
    float: left;
    margin: 0 auto 20px;
    text-align: center;
    vertical-align: top;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner1 .ttbanner-content {
    bottom: 0;
    top: 16%;
    width: 100%;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-title {
    color: #232323;
    float: left;
    font: 400 24px/50px "PT Sans",Helvetica,sans-serif;
    letter-spacing: 0;
    transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
    width: 100%;
}
#ttbanners .ttbannerblock .ttbanner1 .ttbanner-content {
	padding: 0;
	min-height:110px;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner2:hover .ttbanner-content .ttbanner-title {
	letter-spacing: 0px;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
	top: 60px;
}
#ttcmstestimonial .ttcms-desc .tttestimonial-content ul li .testimonial-image {
    display: inline-block;
    float: none;
    text-align: right;
    vertical-align: top;
    width: 122px;
}
#ttcmstestimonial .ttcms-desc .tttestimonial-content ul li .testimonial-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 70%;
}
.news-letter-inner > h4{float:none;}
.purchage-theme {
display: inline-block;
margin: 0 auto;
padding: 0;
text-align: center;
width: 100%;
}
.footer-logo {
	text-align: center;
}
.footer-left-content .follow-us > h5 {
	display: block;
}
.footer-bottom {
	 border: none;
	 margin: 0;
}
.footer-left-content{padding:0px;}
.footer .footer-column h5.toggle{margin-bottom:2px;padding:10px;display:block;text-transform:uppercase;}
.footer-left-cms .follow-us{text-align:left;}
.footer-top-cms{height:130px;}

.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-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;}
footer li > a, #footer-right ul li{padding-left:10px;}
.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 > img,.product-product .additional-images .thumbnail > img:hover{border:none;}
.product-layout, .product-layouts{margin:0 auto;}
.product-list .product-thumb .btn-wishlist{margin-left:15px;}
.news-letter-inner > h4::before{display:none;}
.product-thumb .rating {
	bottom:107px;
}
.product-product #form-review .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.ttbox,
#goToTop {
	right: 5px;
}
}
@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;}
  .common-home .brand-carousel{padding:20px 15px 0;}
  .product-list .product-thumb .button-group .btn-cart{padding:0 15px;margin-left:15px;}
  .common-home .small_product .product-thumb .thumb-description {
  		display:inline-block;
		width:43%;
		padding:0 5px;
  }
}
@media (max-width:480px) {
.TTProduct-Tab .nav-tabs > li::before {
	border: none;
}
.product-images .additional-images-container {
    width: 200px;
}
.rating .product-rating {
	width: 100%;
	border: none;
	margin: 0;
}
#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-title 
{
	font-size:30px;
}
#ttbanners .ttbannerblock .ttbanner.ttbanner1 .ttbanner-content {
	top:25%;
}
.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 "PT Sans",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 .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;
}
.header-content-image2 {
    max-width: 90px;
}
.header-content-image1 {
    max-width: 80px;
    right: 75px;
}
.ttbreadcrumb-bg .page-title-wrapper .page-title {
	font-size: 18px;
	line-height: 24px;
}
.main-breadcrumb {
	min-width: 50%;
}
.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; }
.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;
	margin:0;
}
.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;
}
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;}
.footer-top-cms .news-letter-inner{padding:0px;}
.special-carousel .rating .product-rating{width:100%;}
 .product-product .nav-tabs > li{margin-left:0px;}
 .slideshow-panel .owl-carousel .owl-buttons div{height:50%;width:10%;}
 #ttbanners .ttbannerblock .ttbanner {
    float: left;
    max-height: 530px;
    width: 100%;
  }
  .product-details .rating > a {
  	margin:0 8px 0 0;
	padding:0 9px 0 0;
  }
#ttbanners .ttbannerblock .ttbanner .ttbanner-content {
	padding: 20px;
	top:35px;
}
#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;
}
.footer-top-cms .tt-content {
	padding: 30px 0;
}
.product-list .product-thumb .button-group {
	float: none;
	display:inline-block;
}
.product-list .btn-wishlist .tooltip::before {
	left: 95px;
}
.product-thumb .image img{width:auto;}
.common-home .small_product .product-thumb .image {
	float:none;
}
.common-home .small_product .product-thumb .thumb-description {
	float:left;
	width:100%;
	text-align:center;	
}

}
@media (max-width: 320px) {
	#ttbanners .ttbannerblock .ttbanner.ttbanner2 .ttbanner-content {
		left: 0;
		padding: 0;
		top: 30px;
	}
	#ttbanners .ttbannerblock .ttbanner .ttbanner-content .ttbanner-title {
		font-size: 25px;
		line-height: 30px;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 15%;
	}
	.common-home .small_product {
		margin: 30px 0 0;
	}	
	.common-home .brand-carousel {
		padding: 0;
	}
}
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search, #header-search { width: 100%; }
}

/* ------------------------------------ Start TT - CMS Gallery ------------------------------- */
#ttcmsgallery {
  float: left;
  padding: 0;
  width: 100%;
  margin: 20px 0 65px 0;
}
#ttcmsgallery .parallex {
  float: left;
  height: 400px;
  width: 100%;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 767px) {
  #ttcmsgallery .parallex {
    height: auto;
  }
}
@media (max-width: 480px) {
  #ttcmsgallery .parallex {
    height: 530px;
  }
}
@media (max-width: 991px) {
#ttcmsgallery {
 	   margin: 13px 0 22px;
	}
}
#ttcmsgallery .ttgallary_content {
  padding: 65px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ttcmsgallery .ttgallary_content {
    padding: 90px 0 70px;
  }
}
@media (max-width: 767px) {
  #ttcmsgallery .ttgallary_content {
    padding: 20px 0 30px;
  }
  #ttcmsgallery {
 	   margin: 5px 0 15px;
  }
}
#ttcmsgallery .ttgallary_content .ttcontent {
  padding: 30px 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ttcmsgallery .ttgallary_content .ttcontent {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #ttcmsgallery .ttgallary_content .ttcontent {
    padding: 0;
    text-align: center;
  }
}
#ttcmsgallery .ttgallary_content .ttcontent .heading {
  color: #323232;
  font-size: 36px;
  text-transform: capitalize;
  font-family: "PT Sans",Helvetica,sans-serif;
  font-weight: 600;
}
#ttcmsgallery .ttgallary_content .ttcontent .subheading {
  color: #999999;
  font-style: italic;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}
#ttcmsgallery .ttgallary_content .ttcontent .subheading:after {
  background-color: #cbcbcb;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 130px;
}
@media (max-width: 767px) {
  #ttcmsgallery .ttgallary_content .ttcontent .subheading:after {
    margin: auto;
    text-align: center;
    right: 0;
  }
}
#ttcmsgallery .ttgallary_content .ttcontent .description {
  color: #888888;
  font-size: 14px;
  margin-top: 10px;
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main {
  padding: 0;
}
@media (max-width: 767px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main .row {
    margin: 0;
  }
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel .owl-item {
  padding: 0 15px;
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin: auto;
}
@media (max-width: 480px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li {
    width: 250px;
  }
  .TTProduct-Tab {
    margin: 30px auto 0;
}
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li > img {
  width: 100%;
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0%;
  height: 0%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
@media (max-width: 767px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li:before {
    width: 91%;
    height: 91%;
  }
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content {
  bottom: 0;
  height: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  opacity: 0;
  -moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content {
    top: 10px;
  }
}
@media (max-width: 767px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content {
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
  }
}
@media (max-width: 480px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content {
    top: -20px;
  }
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-catname {
  color: #222222;
  float: left;
  font: 400 30px/18px "PT Sans", Helvetica, sans-serif;
  letter-spacing: 0;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-catname {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-catname {
    font-size: 20px;
  }
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-name {
  background: none;
  float: left;
  display: block;
  width: 100%;
  text-transform: none;
  font: 14px/40px "PT Sans", Helvetica, sans-serif;
  color: #4b4b4b;
  margin-top: 10px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-name {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li .ttblock-content .ttgallary-name {
    font-size: 15px;
  }
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li:hover:before {
  width: 91%;
  height: 91%;
}
#ttcmsgallery .ttgallary_content .ttcmsgallery_main ul#ttcmsgallery-carousel li:hover .ttblock-content {
  opacity: 1;
  -moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
}
#ttcmsgallery .customNavigation {
  margin-top: 20px!important;
}
@media (max-width: 767px) {
  #ttcmsgallery .customNavigation {
    margin-bottom: 20px;
  }
}
#ttcmsgallery .customNavigation a {
  font-size: 0;
  padding: 8px;
  height: 33px;
  width: 33px;
}
/* ------------------------------------ End TT - CMS Gallery ------------------------------- */
/* ------------------------------------ Homepage Testimonial CSS Start --------------------------- */
	.ttblog-testimonial.clearfix {
  clear: both;
}
.ttblog-testimonial.clearfix .ttsmartblog {
  padding-left: 0;
  float: left;
}
@media (max-width: 991px) {
  .ttblog-testimonial.clearfix .ttsmartblog {
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttsmartblog {
    margin: 0;
  }
}
.ttblog-testimonial.clearfix .ttsmartblog .ttcms-desc {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  padding: 40px 0 52px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttblog-testimonial.clearfix .ttsmartblog .ttcms-desc {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttblog-testimonial.clearfix .ttsmartblog .ttcms-desc {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttsmartblog .ttcms-desc {
    float: left;
    min-height: auto;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .ttblog-testimonial.clearfix .ttsmartblog .ttcms-desc {
    padding: 0;
  }
}
.ttblog-testimonial.clearfix .ttsmartblog .tt-frame {
  float: left;
  padding: 0 12%;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttblog-testimonial.clearfix .ttsmartblog .tt-frame {
    padding: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttblog-testimonial.clearfix .ttsmartblog .tt-frame {
    padding: 3% 8%;
  }
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttsmartblog .tt-frame {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .ttblog-testimonial.clearfix .ttsmartblog .tt-frame {
    padding: 40px 10px;
  }
}
.ttblog-testimonial.clearfix .ttsmartblog .title_block {
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  padding: 8px 20px;
  text-align: center;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttblog-testimonial.clearfix .ttsmartblog .title_block {
    margin: 0 0 20px;
  }
}
.ttblog-testimonial.clearfix .ttsmartblog .title_block .ttblock-heading {
  border: medium none;
  font-family: "PT Sans",Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 10px 0;
  width: 100%;
}
.ttblog-testimonial.clearfix .ttsmartblog .title_block .ttblog-subtitle {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}
.ttblog-testimonial.clearfix .ttsmartblog .title_block .ttblog-subtitle:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}
.ttblog-testimonial.clearfix .ttsmartblog .blog-content {
  float: left;
  width: 100%;
}
.ttblog-testimonial.clearfix .ttsmartblog .blog-content .block_content {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttblog-testimonial.clearfix .ttsmartblog .blog-content .block_content {
    margin: 0 0 20px;
  }
}
.ttblog-testimonial.clearfix .ttsmartblog #ttsmartblog-carousel {
  width: 100%;
  position: relative;
}
.ttblog-testimonial.clearfix .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .ttblog-testimonial.clearfix .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
    width: auto;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .ttblog-testimonial.clearfix .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item {
  float: left;
  width: 100%;
  padding: 10px 10px 25px !important;
  position: relative;
  text-align: left !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item {
    padding: 10px 10px 18px !important;
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content {
  float: left;
  margin: 0;
}
@media (max-width: 991px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content {
    width: 100%;
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog_date {
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog_date .ttday_month {
  color: #232323;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  vertical-align: baseline;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog_date .ttday_date {
  color: #232323;
  display: inline-block;
  float: none;
  font: 700 16px/18px "PT Sans", Helvetica, sans-serif;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog_date .ttday_year {
  color: #232323;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-title {
  font: 400 14px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-title a {
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-title a:hover {
  color: #ae832b;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-desc {
  float: left;
  display: block;
  width: 100%;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-desc > p {
  margin-bottom: 4px;
  line-height: 15px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0;
  display: none;
  padding: 15px 0 0;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttviews, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment {
  float: left;
  font: 400 12px/18px "PT Sans", Helvetica, sans-serif;
  color: #232323;
  text-transform: capitalize;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttviews a, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment a {
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttviews i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment i {
  font-size: 14px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment {
  margin: 0 0 0 10px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment:hover {
  color: #ae832b;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment:hover a {
  color: #ae832b;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttreadmore-link i {
  width: 20px;
  vertical-align: middle;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .ttblog-detail .ttreadmore-link:hover {
  color: #ae832b;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content {
    bottom: 0px;
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttviews, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcomment, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttauthor, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcategory, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttpostby {
  float: left;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttviews, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcomment, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttauthor, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcategory, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttpostby, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttviews a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcomment a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttauthor a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcategory a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttpostby a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttviews i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcomment i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttauthor i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcategory i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttpostby i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail i {
  font-size: 14px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcomment:hover {
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog-content .tthover-content .ttcomment:hover a {
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder {
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder {
    width: 100%;
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttblog-hover {
  height: 100%;
  position: absolute;
  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%;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #ffffff;
  float: left;
  border-radius: 50%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
  opacity: 0;
  -moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks a i {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks a.ttzoom {
  margin: 0 8px 0 0;
  padding: 11px 12px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks a.ttreadmore-link {
  padding: 12px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttbloglinks a:hover {
  background: #ae832b;
  border-color: #ae832b;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttblog-desc {
  text-align: left;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #bbbbbb;
  position: absolute;
  padding: 10px;
  bottom: -60px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .ttblog-desc p {
  margin: 0;
  line-height: 20px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: -40px;
  padding: 10px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content {
    bottom: 0px;
  }
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby {
  float: left;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: white;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews a, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment a, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor a, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory a, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby a, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail a {
  color: white;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby a:hover, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby i, .ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail i {
  font-size: 14px;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #232323;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment:hover {
  color: white;
}
.ttblog-testimonial.clearfix .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment:hover a {
  color: white;
}
@media (min-width: 768px) {
  .ttblog-testimonial.clearfix .ttblog-content li.item:hover .ttblog-content .ttblog-title a {
    color: #ae832b;
  }
  .ttblog-testimonial.clearfix .ttblog-content li.item:hover .ttblog_image_holder .ttblog-hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }
  .ttblog-testimonial.clearfix .ttblog-content li.item:hover .ttblog_image_holder .tthover-content {
    bottom: 0;
  }
  .ttblog-testimonial.clearfix .ttblog-content li.item:hover .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
  }
}

/* ---------------------------- Start category,allblog --------------------------- */
#smartblogcat li {
  margin: 0 0 40px;
  position: relative;
}
#smartblogcat li:before {
  background: rgba(0, 0, 0, 0) url("../../../../img/templatetrip/border.png") repeat scroll 0 0;
  bottom: 0;
  content: "";
  float: left;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
#smartblogcat li:last-child:before {
  display: none;
}
#smartblogcat li .ttblog-content {
  text-align: left;
}
#smartblogcat li .ttblog-content .ttblog-desc {
  margin: 0 0 20px;
}
#smartblogcat li .ttblog-content .ttblog-detail {
  display: block;
}
#smartblogcat li .ttblog-content .ttblog-detail .ttreademore a {
  color: #888888;
}
#smartblogcat li .ttblog-content .ttblog-detail .ttreademore a:hover {
  color: #ae832b;
}

/* ---------------------------- End category,allblog --------------------------- */
/* ---------------------------- Start commentpage --------------------------- */
#content.ttblog-content li {
  text-align: left;
}
#content.ttblog-content li .ttblog-content {
  margin: 15px 0 30px;
}

#respond {
  float: left;
  width: 100%;
  padding: 0 10px;
}
#respond .comment-reply-title {
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
  color: #232323;
  text-transform: uppercase;
}
#respond #commentInput table {
  width: 100%;
  margin: 0 0 30px;
}
#respond #commentInput table td {
  padding: 10px 10px 10px  0;
}
#respond #commentInput table td input {
  max-width: 250px;
}
#respond #commentInput .ttsubmit-comment {
  float: right;
}
#respond #commentInput .ttsubmit-comment #submitComment:hover {
  background: #888888;
  border-color: #888888;
  color: white;
}

#articleComments {
  border: none;
  border-radius: 0;
  background: #f9f9f9;
  padding: 20px;
  margin: 0px 0 30px;
  box-shadow: none;
  float: left;
  width: 100%;
}
#articleComments .tttotal-comment {
  font: 700 16px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #888888;
}
#articleComments #comments {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  background: #f9f9f9;
}
#articleComments #comments #respond {
  border-top: none;
  float: left;
  margin-top: 25px;
  width: 100%;
}
#articleComments .tt_commenttitle {
  font: 700 16px/22px "PT Sans", Helvetica, sans-serif;
  color: #232323;
  margin: 0 0 15px;
}
#articleComments #comments .commentList {
  margin: 10px 0;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #articleComments #comments .commentList {
    float: left;
    width: 100%;
    overflow: auto;
  }
}
#articleComments #comments .commentList > ul {
  /* border-bottom:1px solid $common-border-color; */
}
#articleComments #comments .commentList > ul .commentList {
  background: #eeeeee;
  float: left;
  padding: 7px;
}
#articleComments #comments .commentList > ul > div > li {
  margin: 0;
  padding: 20px 20px 10px 100px;
}
#articleComments .commentList li {
  border: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: #f9f9f9;
  padding: 20px 20px 20px 110px;
  margin: 0;
}
#articleComments .commentList li .reply {
  margin: 0;
  text-align: left;
}
#articleComments .commentList li .reply a {
  background: none;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font: 700 14px/16px "PT Sans", Helvetica, sans-serif;
  text-decoration: underline;
  padding: 0;
}
#articleComments .commentList li .reply a:hover {
  background: none;
  color: #666666;
}
#articleComments .commentList li .tmblogtitle {
  float: left;
  width: 100%;
}
#articleComments .commentList li .tmblogtitle .name {
  float: left;
  margin: 0 15px 0 0;
  color: #232323;
  font-weight: 600;
}
#articleComments .commentList li .tmblogtitle .blog_date {
  color: #afafaf;
  font-size: 12px;
  line-height: 18px;
}
#articleComments .commentList li .blog_desc {
  color: #999999;
}
#articleComments .commentList li .comment-reply-link {
  background: white;
  font: 700 11px/16px "PT Sans", Helvetica, sans-serif;
  padding: 6px 10px;
  border: 1px solid #ae832b;
  color: #ae832b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#articleComments .commentList li .comment-reply-link:hover {
  border-color: red;
  background: #888888;
  color: #ae832b;
}
#articleComments .commentList li .avatar {
  background: none;
  position: absolute;
  left: 10px;
  top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 5px solid #e5e5e5;
}

/* ---------------------------- End commentpage --------------------------- */
#ttblogCategory {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background: whitesmoke;
}
#ttblogCategory img {
  width: 32%;
  height: auto;
  float: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  #ttblogCategory img {
    padding: 30px 30px 0;
    width: 62%;
  }
}
@media (max-width: 480px) {
  #ttblogCategory img {
    padding: 30px 30px 0;
    width: 100%;
  }
}
#ttblogCategory .ttblog-content {
  float: left;
  padding: 20px 0 20px 20px;
  width: 68%;
}
#ttblogCategory .ttblog-content .ttblog-title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
  margin-bottom: 4px;
}
#ttblogCategory .ttblog-content .ttblog-title a {
  color: #888888;
}

#module-smartblog-category .ttblog-content {
  padding: 0 !important;
}
#module-smartblog-category .ttblog-content li {
  float: left;
  width: 100%;
  position: relative;
  text-align: left !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  #module-smartblog-category .ttblog-content li {
    padding: 10px !important;
  }
}
#module-smartblog-category .ttblog-content li .ttblog-content {
  float: left;
  margin: 6px 0 0;
}
@media (max-width: 991px) {
  #module-smartblog-category .ttblog-content li .ttblog-content {
    width: 100%;
    padding: 0 !important;
  }
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date {
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date .ttday_month {
  color: #232323;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  vertical-align: baseline;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date .ttday_date {
  color: #232323;
  display: inline-block;
  float: none;
  font: 700 18px/18px "PT Sans", Helvetica, sans-serif;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date .ttday_year {
  color: #232323;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-title {
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: uppercase;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-title a {
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-title a:hover {
  color: #ae832b;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-desc {
  float: left;
  width: 100%;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0;
  display: none;
  padding: 15px 0 0;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttviews, #module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment {
  float: left;
  font: 400 12px/18px "PT Sans", Helvetica, sans-serif;
  color: #232323;
  text-transform: capitalize;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttviews a, #module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment a {
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttviews i, #module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment i {
  font-size: 14px;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment {
  margin: 0 0 0 10px;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment:hover {
  color: #ae832b;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment:hover a {
  color: #ae832b;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttreadmore-link i {
  width: 20px;
  vertical-align: middle;
}
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttreadmore-link:hover {
  color: #ae832b;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content {
    bottom: 0px;
  }
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby {
  float: left;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail i {
  font-size: 14px;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment:hover {
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment:hover a {
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder {
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  #module-smartblog-category .ttblog-content li .ttblog_image_holder {
    width: 100%;
  }
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttblog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
  width: 100%;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #ffffff;
  float: left;
  border-radius: 50%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
  opacity: 0;
  -moz-opacity: 0;  /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
-webkit-opacity: 0; /* other webkit*/
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  #module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
  }
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a i {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a.ttzoom {
  margin: 0 8px 0 0;
  padding: 11px 12px;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a.ttreadmore-link {
  padding: 12px;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a:hover {
  background: #ae832b;
  border-color: #ae832b;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttblog-desc {
  text-align: left;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #bbbbbb;
  position: absolute;
  padding: 10px;
  bottom: -60px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttblog-desc p {
  margin: 0;
  line-height: 20px;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: -40px;
  padding: 10px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content {
    bottom: 0px;
  }
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby {
  float: left;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: white;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail a {
  color: white;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail i {
  font-size: 14px;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #232323;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment:hover {
  color: white;
}
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment:hover a {
  color: white;
}
@media (min-width: 768px) {
  #module-smartblog-category .ttblog-content li:hover .ttblog-content .ttblog-title a {
    color: #ae832b;
  }
  #module-smartblog-category .ttblog-content li:hover .ttblog_image_holder .ttblog-hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }
  #module-smartblog-category .ttblog-content li:hover .ttblog_image_holder .tthover-content {
    bottom: 0;
  }
  #module-smartblog-category .ttblog-content li:hover .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
  }
}

#index .ttbloglinks {
  text-align: center;
}
#index .ttbloglinks a {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#index .ttbloglinks a.ttreadmore-link {
  display: none;
}

#module-smartblog-details .ttblog-content li.item .ttblog-content .ttblog-desc {
  display: block;
}

#ttblogCategory .ttblog-content {
  padding: 20px !important;
}
/* ------------------------------------ Homepage Testimonial CSs End --------------------------- */


/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
  float: right;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmstestimonial {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #ttcmstestimonial {
    width: 100%;
    padding: 0;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480px) {
  #ttcmstestimonial {
    padding: 0;
  }
  #ttcmstestimonial .tttestimonial-content {
    padding: 20px 0 0;
}
.common-home .small_product .product-thumb .rating {
	text-align:center;
}
.common-home .small_product .ttspecial-subtitle {
	margin:0 0 30px 0;
}
#ttcmstestimonial .tttestimonial-content .testimonial-bg-image img {
    width: 70%;
	float:right;
}
}
#ttcmstestimonial .tttestimonial-content {
  background: #f5f5f5;
  padding: 40px 0 0px;
}
#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: "PT Sans",Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #232323;
  padding: 8px 20px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading:hover,
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading:focus {
	color: #232323;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .tttestimonial-subtitle {
  font-family: "PT Sans", 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;
}
@media (max-width: 767px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
    padding: 30px 10px 40px;
  }
  #ttcmstestimonial .tttestimonial-content {
    padding: 30px 0 0;
	}
	
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li {
  display: table;
  position: relative;
  padding: 0 0 100px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
  margin: 32px auto 25px;
  width: 100px;
  height: 100px;
  display: table;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 15px auto 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 15px auto 20px;
    width: 110px;
    height: 110px;
  }
  #column-left .product-thumb .thumb-description {
  	padding:0 10px;
  }
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
  border: 6px solid rgba(187, 187, 187, 0.3);
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
  margin: 20px 0 60px;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 25px;
  }
}
@media (max-width: 767px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 30px;
  }
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 {
  color: #232323;
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#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 40px;
  padding: 0 16%;
}
@media (min-width: 992px) and (max-width: 1400px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc {
    margin: 0 0 20px;
    padding: 0 20px;
  }
}
#ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
  bottom: -25px;
  position: absolute;
  right: -10px;
  z-index: 9999;
}
@media (max-width: 767px) {
  #ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
    right: 0;
  }
}
#ttcmstestimonial .owl-pagination {
  float: left;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 99;
}
#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 {
	background: none;
	box-shadow: none;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page:hover {
  background: #222222;
}

/* ------------------------------------ End TT - CMS testimonial ------------------------------- */


#nmg-header {
	display: flex;
	align-items: center;
}
#nmg-logo a {
	display: block;
}
#nmg-logo a img {
	height: 60px;
	display: block;
}
#nmg-menu {
	margin: 0 auto;
}


@media (max-width: 991px) {
	#nmg-logo a img {
		height: 50px;
		display: block;
	}
	#nmg-other {
		margin-left: auto;
	}
}