\body {
	background: #fff none repeat scroll 0 0;
	color: #666;
	font-family: "Poppins",Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1px;
}
body {
	background: #f0f0eb url("TemplateTrip/images/body.png");
}
body > .container {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins",Helvetica,sans-serif;
	color: #333333;
}
/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
.fa.fa-close {
	color: #666;
}
.fa.fa-close:hover {
	color: #000;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
.html-content .col-md-4.col-xs-12 {
	padding: 0;
	width: auto;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: 400;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
    background: #fff;
    color: #414141;
	border:1px solid #e5e5e5;
	margin:0 0 5px;
	height: 42px;
}
.form-control:hover, .form-control:focus{
	border:1px solid #ccc;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control, .filter-show .filter-selection .form-control {
	background-color: #fff;
	margin: 0;
	border: 1px solid #e5e5e5;
}
.col-md-9.text-right.filter-selection .select-wrapper {
	position: relative;
	margin: 0 0 0 5px;
}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 12px;
	pointer-events: none;
}
#checkout-cart .input-group .form-control, #checkout-cart .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 1;
    position: static;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	letter-spacing: 1px;
}
.input-group .form-control {
	height: auto;
	padding: 9px 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb_swap {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 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;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.zoomContainer {
	overflow: hidden;
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}
a:active,
a:hover,
a:focus {
	color: #000;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline !important;
}
.whishlist.pull-left .fa.fa-heart {
	display: none;
}
.whishlist.pull-left {
	float: right !important;
	width: auto;
	padding: 13px 10px;
	color: #222;
	line-height: 20px;
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
	list-style:none;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.tt-home .nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	margin: 0 0 30px;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.nav-tabs > li {
    float: none;
	vertical-align:top;
	display:inline-block;
}
.tab-content {
	padding:15px 0;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.tab-content ul, .tab-content ol {
	padding: 0 0 0 15px;
	font-size: 13px;
	color: #666;
	font-weight: 400;
}
.checkout-success #content p > a, .account-success #content p > a {
    font-weight: 600;
	font-size: 14px;
}
.account-order-info #page .header-content-title h2, .account-address-edit #page .header-content-title h2 {
	margin: 0;
	width: auto;
	float: none;
	font: 400 16px/22px "Poppins",Helvetica,sans-serif;
	color: #000;
}
/*--------------------------- home page special products css start--------------------------------*/
/* TTproduct tab*/
.TTProduct-Tab .tab-content {
	border: none;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}
.TTProduct-Tab .nav-tabs > li {
	padding: 0;
	margin: 0 10px 0 0;
	position: relative;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 15px;
    padding: 5px 0;
    position: relative;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
    vertical-align: top;
}
.TTProduct-Tab .nav-tabs > li > a {
	color: #000;
	font: 400 18px/20px "Philosopher",Helvetica,sans-serif;
	margin: 0;
	outline: medium none;
	padding: 8px 15px;
	position: relative;
	text-transform: capitalize;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border: none !important;
	letter-spacing: 1px;
	background: #fff none repeat scroll 0 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.TTProduct-Tab .nav-tabs > li:hover > a, .TTProduct-Tab .nav-tabs > li:focus > a, .TTProduct-Tab .nav-tabs > li.active > a {
	background: #ffc000 none repeat scroll 0 0;
	border: 1px solid #ffc000;
	color: #000;
}
.TTProduct-Tab .tab-box-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
}
#TTCTab- .nav.nav-tabs {
	margin: 10px 0;
}
.TTProduct-Tab .tab-box-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
}
/*------------------------------------- Next-Prev Owl Button CSS Start ------------------------------------------*/
.products-carousel.owl-carousel .owl-buttons div {
	display: inline-block;
	border: 1px solid #ccc;
	color: #222222;
	font-size: 0;
	height: 31px;
	padding: 0;
	width: 31px;
	text-shadow: none;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	margin: 0 4px 0 0;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev::before {
	border-top: 1px solid #ccc;
	content: "";
	height: 1px;
	left: -61px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 60px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev::after {
	border-bottom: 1px solid #ccc;
	content: "";
	height: 1px;
	left: -41px;
	position: absolute;
	top: 15px;
	width: 40px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next::before {
	border-top: 1px solid #ccc;
	content: "";
	height: 1px;
	position: absolute;
	right: -61px;
	top: 10px;
	width: 60px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next::after {
	border-bottom: 1px solid #ccc;
	content: "";
	height: 1px;
	position: absolute;
	right: -41px;
	top: 15px;
	width: 40px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next {
	background: #fff url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -386px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next:hover {
	background-position: -68px -386px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev {
	background: #fff url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -353px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:hover {
	background-position: -68px -353px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:hover,
.products-carousel.owl-carousel .owl-buttons .owl-next:hover { 
	  background-color: #000;
	  border-color: #000;
	  color: #fff;
	  opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.products-carousel .owl-buttons {
    text-align: center;
    width: 100%;
	float:left;
	margin: 20px 0 0;
}
/*------------------------------------- Next-Prev Owl Button CSS End ------------------------------------------*/
.additional-images .owl-controls .owl-buttons div:hover{
	background: #ffc000;
	border-color: #ffc000;
}
.additional-images .owl-controls .owl-buttons .owl-prev::before {
    color: #000;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 16px;
   	font-weight: 600;
	display: block;
	text-align: center;
	line-height: 26px;
	padding: 0 9px;
}
.additional-images .owl-controls .owl-buttons .owl-prev,
.additional-images .owl-controls .owl-buttons .owl-next {
    border: 1px solid #ccc;
    color: #000;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    width: 30px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
	left: 0;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next {
	right: 0;
	left: auto;
}
.additional-images-container .additional-images .owl-buttons > .owl-next::before {
    color: #000;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
	font-weight: 600;
    text-align: center;
	line-height: 26px;
	display: block;
	padding: 0 12px;
}
.additional-images .owl-controls .owl-buttons .owl-prev:hover::before,
.additional-images-container .additional-images .owl-buttons > .owl-next:hover::before
{ 
	color: #000;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.page-title-wrapper {
	position: relative;
	background: #fff;
	float: left;
	margin: 0 0 30px;
	padding: 20px 0 10px;
	text-align: center;
	width: 100%;
}
.page-title-wrapper .breadcrumb-wrapper {
	float: left;
	width: 100%;
}
.page-title-wrapper .page-title {
	color: #000000;
	font: 400 16px/22px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	margin: 0;
	float: none;
}
.page-title {
	color: #FFF;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	text-decoration: none;
	color: #000;
	background: none;
	font-weight: 400;
}
#top {
	float: left;
	width: 100%;
	max-width: 100%;
	position: relative;
	background: #222 none repeat scroll 0 0;
}
.header {
	padding: 0 225px;
	float: left;
	width: 100%;
}
.header-top-left {
	float: left;
	width: auto;
	padding: 0;
}
.header-top-right {
    float: right;
	width: auto;
	padding: 0 15px;
}
.header-top-left .pull-left {
	margin: 0 20px 0 0;
}
.container.fixed .full-header .header-right {
	margin: 15px 0;
}
#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
	padding: 10px 0;
	margin-right: 15px;
}
#top #currency .currency-select,
#top #language .language-toggle a {
	padding: 3px 10px;
	color: #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-links > ul > li {
	position: relative;
	float: left;
	padding: 0;
}
#top-links > ul > li.header_user_info {
	height: 50px;
	position: relative;
	width: 50px;
	z-index: 2;
	margin: 0;
}
#top-links > ul > li:last-child::before {
  display: none;
}
#top .btn-link, #top-links li, #top-links a {
	color: #666;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	font-weight: 400;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before {
	content: '\f107';
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	vertical-align: 0;	
	margin: 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:#666;
	text-transform: capitalize;
}
#top-links .header_user_info ul.dropdown-menu {
	padding: 15px;
	text-transform: capitalize;
	min-width: 160px;
	position: absolute;
	top: 56px;
	right: 0;
	left: auto;
	border: 1px solid #e5e5e5;
}
#top #form-currency .currency-select:hover,
#top ul > li > .language-select:hover {
    color: #000;
}
#top-links > li:first-child { 
	padding-left: 0px;
}
#top-links > li:last-child {
	padding-right: 0px;
}
#top .btn-link:hover,
#top-links a:hover {
	color: #444444;
}
#top-links .dropdown-menu a:hover {
	color: #FFFFFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	font-weight:400;
	color: #fff;
}
#top .btn-link:hover strong {
	color: #fff;
}
#top-links > ul {
	float: left;
	width: 100%;
	margin: 30px 0;
}
#top-links a + a {
	margin-left: 0px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
   }
#top-links .account-link-toggle a i.fa { 
	padding: 0;
	font-weight: 500;
}
.header-phone > span {
    color: #fff;
    font: 500 14px/24px "Poppins",Helvetica,sans-serif;
	position: relative;
	padding: 0 0 0 30px;
}
.header-phone .ttcontact-phone::before {
  	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -40px -436px;
	content: "";
	height: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: auto;
	width: 30px;
	top:0;
	bottom:0;
}
.header-top-right .header-phone > a {
    color: #ffffff;
	font: 500 13px/20px "Poppins",Helvetica,sans-serif;
	display: inline-block;
}
#contact-link {
	float: left;
	padding: 40px 0;
}
#contact-link > ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
#contact-link li {
	float: left;
	position: relative;
	padding: 15px 0 15px 65px;
	text-align: left;
	cursor: pointer;
}
.contact-link ul li i {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	display: none;
}
#contact-link .fa.fa-phone {
	display: none;
}
#contact-link li.contact::before {
	bottom: 0;
	content: "";
	height: 55px;
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
	width: 55px;
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
	border-radius: 50%;
	moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background-color: #ffc000;
	margin: auto;
}
#contact-link li.contact::after {
	background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -26px -418px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	content: "";
	height: 55px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 55px;
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
	bottom: 0;
}
#contact-link li.contact:hover::after {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#contact-link li .title {
	color: #111;
	font: 400 14px/22px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	width: 100%;
}
#contact-link span {
	color: #222;
	float: left;
	font: 700 18px/24px "Poppins",Helvetica,sans-serif;
	width: 100%;
	letter-spacing: 1px;
}
.header-top-right > div {
  padding: 0;
  position: relative;
}
.header-top-right > div:last-child::after {
	display: none;
}
.header-top-right .fa.fa-phone {
	transition: all 500ms ease-in-out;
	-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;
}
.header-top-right .fa.fa-phone:hover {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.contact-link ul li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0 0 0 25px;
}
.contact-link ul li span {
	color: #ffffff;
	font: 500 13px/22px "Poppins", helvetica, sans-serif;
}
#form-language, #form-currency {
	float: right;
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-transform: capitalize;
	position: relative;
	margin: 8px 0;
}
#form-language img {
	height: 10px;
	width: auto;
	margin: 0 0 2px 0;
}
 #top .btn-group.open .btn.btn-link.dropdown-toggle:hover,
 #top .btn-group.open .btn.btn-link.dropdown-toggle:focus,
 #top-links .list-inline > li.account-nav:hover > a,#top-links .list-inline > li.account-nav > a:focus,#top .btn-group.open .btn.btn-link.dropdown-toggle:hover::after, #top-links .dropdown.open > a:hover::after,#top .btn-group.open .btn.btn-link.dropdown-toggle:focus::after, #top-links .dropdown.open > a:focus::after, #top .btn-group.open .btn-link:hover strong, #top .btn-group.open .btn-link:focus strong{
  color: #ffc000;
}
.header-top-right .account-nav .dropdown-menu.dropdown-menu-right.account-link-toggle a {
	color: #666;
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-transform: capitalize;
}
.header-top-right .account-nav .dropdown-menu.dropdown-menu-right.account-link-toggle a:hover, .header-top-right .account-nav .dropdown-menu.dropdown-menu-right.account-link-toggle a:hover .fa-user::before{
	color: #000;
}
.header-top-left .dropdown-menu, .header-top-right .account-nav .dropdown-menu.dropdown-menu-right.account-link-toggle {
	padding: 15px 15px;
	border: 2px solid #e5e5e5;
	min-width: 180px;
}
.dropdown-menu > li > a {
	font-weight: 400;
	line-height: 20px;
}
#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
    color: #000;
	background:none;
}
.header-top-right #wishlist-total:hover i {
	background-position:-66px -328px;
}
.header-top-right #wishlist-total i {
	background-position:-4px -285px;
}
/* ---------------------------------------------------- cart CSS Start ------------------------------------------------- */
#top-links > ul .ttcart {
	cursor: pointer;
	display: block;
	float: right;
	padding: 0;
	position: relative;
}
.cart {
	float: right;
	padding: 50px 0;
	width: auto;
}
#cart {
	float: right;
	padding: 0;
	position: relative;
	width: auto;
}
#cart > .btn {
	padding: 0px;
	width: 50px;
	height: 50px;
	display: inline-block;
	border: none;
	background: none;
	float: left;
	position: relative;
}
.ttcart #cart #cart-total {
	background: #ffc000 none repeat scroll 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	bottom: 35px;
	color: #000;
	float: right;
	font-size: 12px;
	font-weight: 700;
	height: 15px;
	line-height: 14px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 15px;
	left: 0;
}
.fa-shopping-cart::before {
	content: "\f07a";
}
#cart > .btn::after {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -30px -170px;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	right: auto;
	width: 50px;
}
#cart > .btn:hover::after {
	background-position: -30px -115px;
}
#cart i.fa-shopping-cart {
	display: none;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	min-width: 300px;
	top: 56px;
	padding: 0;
	right: 0;
	left: auto;
	z-index: 1001;
	display: block !important;
	border: 1px solid #e5e5e5;
	background: white none repeat scroll 0 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	-o-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	max-width: 300px;
}
#cart:hover .dropdown-menu {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#cart .dropdown-menu::after, .header_user_info ul.dropdown-menu::after {
	color: #fff;
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 24px;
	right: 15px;
	position: absolute;
	top: -16px;
	left: auto;
}
#cart .dropdown-menu li.cart-product {
	max-height: 300px;
	overflow-y: auto;
	float: left;
	width: 100%;
	min-height: 50px;
	overflow-x: visible;
}
#cart .dropdown-menu .btn.btn-danger {
	height: auto;
	padding: 0px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	color: #666;
	padding: 10px 0;
	margin: 0;
	font-weight: 400;
}
#cart .dropdown-menu li p a:hover {
	 background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
#cart .dropdown-menu li p a strong { 
	font-weight:500;
}
#cart .dropdown-menu li p a strong i.fa { 
	padding: 0 3px 0 0;
}
#cart .header-cart-toggle .btn-danger {
    background-color: #FFF;
    border: none;
    color: #222;
}
#cart .header-cart-toggle .text-right > strong {
	color: #666;
    font-size: 13px;
    font-weight: 400;
}
#cart .dropdown-menu li p a:first-child{
	background: #ffc000;
    border:1px solid #ffc000;
    color: #000;
	width:48%;
	float:left;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px;
}
#cart .dropdown-menu li p a:first-child:hover, #cart .dropdown-menu li p a:first-child:focus {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
#cart .dropdown-menu li p a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    float: right;
    font:500 13px/18px "Poppins",Helvetica,sans-serif;
    padding: 8px;
    text-transform: capitalize;
	width:48%;
	text-align:center;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px;
}
#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
	background: #ffc000;
	border-color: #ffc000;
	color: #000;
}
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td,
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: none;
	padding: 5px;
}
.header-cart-toggle .table.table-bordered tr:first-child td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#cart .table-bordered > thead > tr > th, #cart .table-bordered > tbody > tr > th, #cart .table-bordered > tfoot > tr > th, #cart .table-bordered > thead > tr > td, #cart .table-bordered > tbody > tr > td, #cart .table-bordered > tfoot > tr > td {
    border: none;
    padding: 1px 0;
	text-align: left;
}
#cart .header-cart-toggle .text-left.name > a {
	color: #666;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 18px;
}
#cart .header-cart-toggle .text-left.name > a:hover {
	color: #000;
}
#cart .header-cart-toggle .text-right.amount {
	color: #222;
	font: 500 13px/20px "Poppins",Helvetica,sans-serif;
	text-align: left;
	padding: 5px 0;
}
.header-cart-toggle .table .text-center img {
	max-width: none;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #000;
	text-align: right;
    font: 400 13px/20px "Poppins",Helvetica,sans-serif;
    white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
	color: #222;
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
#cart .header-cart-toggle .table.table-bordered {
 	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
    padding: 10px 0;
}
#cart .header-cart-toggle .table > tbody > tr > td {
  border-color: #ebebeb;
  padding: 8px 8px !important;
}
#cart .header-cart-toggle .table.table-bordered tbody tr td.text-right {
    padding: 3px 8px !important;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .header-cart-toggle li:first-child tr:first-child td { 
	border: 0 none; 
	padding: 5px 4px 10px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px;
	color:#666;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}
#cart .table.table-striped tr {
    background: none;
}
#cart .header-cart-toggle .table > tbody > tr > td.image, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 10px!important;
}
#checkout-cart .cart-form .table-bordered > tbody > tr > td .img-thumbnail {
    border: none;
}
.header_user_info .ttuserheading {
	background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll 0px -271px;
	cursor: pointer;
	float: left;
	height: 50px;
	margin: 0;
	width: 50px;
}
.header_user_info .dropdown-toggle > span.ttuserheading {
	font-size: 0;
}
.header_user_info:hover .ttuserheading {
	background-position: -60px -271px;
}
.account-nav.dropdown.header_user_info {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.header_user_info > a > i, .header_user_info > a > .fa-user {
	display: none !important;
}
.dropdown-menu.dropdown-menu-right.account-link-toggle {
	background: #fff;
	position: absolute;
	left: auto;
	right: 0;
	top: 48px;
	margin: 0;
	border: 2px solid #e5e5e5;
	min-width: 180px;
}
.fa-caret-down::before {
	content: '\f107';
	font-size: 14px;
	line-height: 15px;
	color: #111;
	margin: 0 0 0 3px;
}
.header_user_info .fa-caret-down::before  {
	color: #fff;
}
.account-nav.dropdown.header_user_info .fa-user::before {
	content: "";
}
.account-nav .dropdown-menu.dropdown-menu-right.account-link-toggle .fa-user::before {
    content: "\f007";
}
/* --------------------------------- search Start------------------------------------------------------------*/
		.search {
			display: inline-block;
			float: right;
			padding: 53px 20px 53px 0;
			position: relative;
			vertical-align: top;
			margin: 0;
		}
		.ttsearch {
			display: inline-block;
			float: none;
			position: relative;
			vertical-align: top;
		}
		.ttsearch_button {
			background: url(TemplateTrip/images/sprite.png) no-repeat scroll 0px -227px;
			color: #fff;
			z-index: 1;
			cursor: pointer;
			float: right;
			height: 50px;
			width: 50px;
			transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-webkit-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-moz-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-o-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-ms-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
		}
		.ttsearch_button:hover {
			background-position: -60px -228px;
		}
		#search.active .ttsearch_button {
			background-position: 0px -313px;
			transition: none;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			-ms-transition: none;
		}
		#search.active .ttsearch_button:hover{
			background-position: -60px -313px;
		}
		.ttsearchtoggle {
			display: none;
			height: 40px;
			padding: 0;
			position: absolute;
			right: 0;
			top: 56px;
			width: 320px;
			z-index: 99;
		}
		.ttsearchtoggle::after {
			color: #fff;
			content: "\f0d8";
			font-family: "FontAwesome";
			font-size: 24px;
			right: 15px;
			position: absolute;
			top: -15px;
			left: auto;
		}
		.ttsearchtoggle .input-group-btn {
			float: right;
		}
		#search.active button .fa.fa-search {
			display: block;
			font-size: 16px;
		}
		#search .ttsearch_button .fa-search,
		#search button .fa-search {
			 display: none;
		}
		#search {
			width: 50px;
			height: 50px;
			cursor: pointer;
			float: left;
		}
		#search .select-wrapper {
			max-width: 160px;
		}
		#search .select-wrapper select {
			height: 40px;
			margin: 0 -1px 0 0;
		}
		#search .select-wrapper::after {
			padding: 3px;
		}
		#search .input-lg {
			float: right;
			height: 40px;
			line-height: 20px;
			padding: 10px 40px 10px 10px;
			width: 100%;
			background: none;
			color: #666;
			font-size: 13px;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			border: none;
			border: 1px solid #e5e5e5;
			background: #fff;
		}
		#search .form-control::-moz-placeholder {
			color: #666;
			text-indent: 0.625rem;
		}
		#search .form-control {
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}
		#search .btn-lg {
			font-size: 13px;
			color: #272727;
			line-height: 18px;
			padding: 0;
			width: 30px;
			height: 30px;
			background: none;
			border: none;
			position: absolute;
			left: auto;
			right: 5px;
			top: -36px;
			left: auto;
			z-index: 9999;
			border-radius: 0; 
			-moz-border-radius: 0; 
			-webkit-border-radius: 0; 
			-khtml-border-radius: 0;

		}
		@media (max-width: 991px) { 
			.ttsearchtoggle { 
				top: 50px;
			}
			#search.active .ttsearch_button::after {
				background-position: -1px -311px;
			}
		}
		@media (max-width: 767px) {  
			.ttsearchtoggle {
				right: auto;
				right: 0;
				width: 300px;
			}	
			.ttsearchtoggle::after{
				right: 15px;
			}
			
		}
		@media (max-width: 480px) {
			#search {
				position: static;
			}
			.ttsearchtoggle {
				left: auto;
				right: -95px;
			}
			.ttsearchtoggle::after {
				right: 110px;
				left: auto;
			}
		}
/*--------------------------------------------- Search End --------------------------------------------------------*/

/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width: 100%;
			position: absolute;
			z-index: 1000;
			padding: 10px;
			margin-top: 39px;
			background-color: #FFF;
			border: 1px solid #e5e5e5;
			left: 0;
			display: none;
		}
		.live-search .loading{
			display:block;
			margin-left:auto;
			margin-right:auto;
		}
		.live-search ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		.live-search ul li {
			background-color: #ffffff;
			cursor: pointer;
			float: left;
			width: 100%;
		}
		.live-search ul li a{
			display: block;
			float: left;
			padding: 10px;
			text-decoration: none;
			width: 100%;
		}
		.live-search ul li:hover a {
			background: #f5f5f5 none repeat scroll 0 0;
		}
		.live-search ul li .product-image{
			float: left;
			padding: 0;
			width: auto;
			margin: 0;
		}
		.live-search ul li .product-name p{
			color: #555555;
			font-size: 12px;
			font-weight: 500;
			margin: 0;
			padding: 10px 0 0;
		}
		.live-search ul li .search-description {
			float: left;
			text-align: left;
			padding: 2px 0 2px 8px;
		}
		.live-search ul li .product-name {
			padding: 0;
			font: 400 16px/20px "Philosopher",Helvetica,sans-serif;
			color: #000;
		}
		.live-search ul li .product-price {
			color: #d90a32;
			font: 600 14px/20px "Poppins",Helvetica,sans-serif;
			margin-bottom: 10px;
			margin-top: 3px;
		}
		.live-search ul li .product-price .price {
			color: #d90a32;
			display: block;
			font: 600 14px/20px "Poppins",Helvetica,sans-serif;
		}
		.live-search ul li .product-price .special {
			display: block;
			margin-top: 0;
			color: #666;
			text-decoration: line-through;
			font: 400 13px/15px "Poppins",Helvetica,sans-serif;
		}
		.live-search .result-text{
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			text-align: center;
			padding: 8px 0;
			text-transform: capitalize;
			width: 100%;
		}
		.live-search .result-text:hover{
			background: #f5f5f5 none repeat scroll 0 0;
		}
		.live-search .view-all-results:hover {
			color: #000000;
		}
		.live-search .view-all-results {
			color: #888;
		}
		.live-search .product-image img {
			width: auto;
			max-width: 100%;
		}
		@media (max-width: 1199px) {
			.live-search ul li {
				width: 100%;
			}
		}
		@media (max-width: 481px) {
			.live-search ul li .product-image {
				width: auto;
			}
		}
/* ------------------------------------ ajex search CSS end -----------------------------------*/

#top-links .list-inline > li.account-nav > a {
    color: #888888;
    text-decoration: none;
    text-transform: capitalize;
	margin: 0;
	padding: 0;
    height: 50px;
    width: 50px;
}
#top-links ul li.ttlanguage {
	 float: left;
}
#top-links ul li.ttcurrency {
	 float: right;
}
.lang-curr {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	float: left;
	margin: 40px 0;
	padding: 0 10px;
}
#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle {
	background: #fff;
	border: 1px solid #e5e5e5;
	min-width: 160px;
	padding: 10px;
	position: absolute;
	left: auto;
	right: 0;
	top: 40px;
	margin: 0;
	color: #666;
	background-clip: padding-box;
}
#form-language .btn-group ul.dropdown-menu.language-toggle{
	left: 0;
	right: auto;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    padding: 0;
    text-align: left;
	font-weight:400;
	text-transform:capitalize;
	letter-spacing: 1px;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
		color: #000;
		text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none;
}
#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
	color: #fff;
	border: medium none;
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	font: 400 13px/20px "Poppins",sans-serif;
	padding: 6px 15px;
	vertical-align: top;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 1px;
}
#form-currency .btn-link:hover.dropdown-toggle, #form-language .btn-link:hover.dropdown-toggle {
	color: #ffc000;
}
#form-currency .btn-group button.btn-link:hover, #form-currency .btn-group.open button.btn-link span, #form-currency .btn-group.open button.btn-link, #form-currency button:hover span, #form-language .btn-group button.btn-link:hover, #form-language .btn-group.open button.btn-link, #form-language button:hover span, #form-language .btn-group:hover .fa-caret-down::before, #form-currency .btn-group:hover .fa-caret-down::before, #form-currency .btn-group.open .fa-caret-down::before, #form-language .btn-group.open .fa-caret-down::before {
	color: #ffc000;
	text-decoration: none;
}
.header-phone.pull-right {
	float: right;
	width: auto;
	padding: 13px 0;
	vertical-align: top;
}
#form-language::after {
	border-right: 2px solid #2a2a2a;
	content: "";
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 7px;
}
.header-phone.pull-right .fa.fa-phone {
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 13px;
	height: 22px;
	line-height: 20px;
	padding: 0 4px;
	width: 22px;
	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;
}
.header-phone.pull-right a {
	cursor: pointer;
	float: left;
	padding: 0 5px;
	position: relative;
	text-align: left;
}
.header-phone.pull-right span  {
	color: #fff;
	float: left;
	font: 400 14px/22px "Poppins",Helvetica,sans-serif;
	letter-spacing: .4px;
	width: auto;
	padding: 0 5px;
}
.header-phone.pull-right:hover span {
	color: #ffc000;
}
#top .fa.fa-envelope:hover, .header-phone.pull-right:hover .fa.fa-phone {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	border-color: #ffc000;
	color: #ffc000;
}
/* header user info End*/ 
	.full-header {
		background: #e30d36;
		background: -moz-linear-gradient(left,#e30d36 0%,#e40d36 100%);
		background: -webkit-linear-gradient(left,#e30d36 0%,#e40d36 100%);
		background: linear-gradient(to right,#e30d36 0%,#e40d36 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30d36',endColorstr='#e40d36',GradientType=1);
		float: left;
		padding: 0 225px;
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.full-header::after {
	    background: rgba(0,0,0,0) url("TemplateTrip/images/header-bg.png") repeat scroll 0 bottom;
		bottom: -8px;
		content: "";
		height: 9px;
		left: 0;
		position: absolute;
		top: auto;
		width: 100%;
		z-index: -1;
	}
/* logo */
#logo {
	bottom: 0;
	float: left;
	margin: 30px auto -100px;
	width: auto;
}
#logo > a {
	display: inline-block;
	float: none;
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.header-right {
	float: right;
	padding: 0;
}
.header-left {
	float: left;
	width: auto;
}
.header-nav {
	float: left;
	text-align: center;
	width: auto;
	position: relative;
	z-index: 1;
}
header {
    float: left;
    width: 100%;
	position: relative;
}
.header-middle {
	float: left;
    margin: 30px auto;
	padding: 0;
	text-align: center;
}
.header-bottom-cms {
	display: inline-block;
	float: none;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: auto;
}
/* menu */
/* Mega Menu Stylesheet START */
.header-bottom {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.header-bottom::after {
	content: '';
	position: absolute;
	top: auto;
	bottom: -14px;
	right: 0;
	left: 0;
	background: url("Templatetrip/images/header-pattern-02.png") repeat-x scroll center bottom;
	height: 20px;
	z-index: 1;
}
.position-static {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
#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 CSS Strat --------------------------------------*/
.header-top-cms {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.left-main-menu {
	float: none;
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.header-left-cms {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.main-category-list .menu-category .dropmenu li.TT-Sub-List .dropdown-menu .dropdown-inner,
.main-category-list .menu-category .dropmenu li.more-menu .dropdown-menu .dropdown-inner {
    float: left;
    width: 100%;
}
.mega-dropdown-menu .dropdown {
    float: left;
	padding: 0 10px;
}
.mega-dropdown-menu li.dropdown .dropdown-menu {
    border: none;
	display: block;
    position: static;
	padding: 0;
}
#column-left .left-main-menu {
	background: none;
	border: none;
    float: left;
	margin: -88px 0 0;
	padding: 0;
    width: 100%;
}
.left-main-menu .childs_1 .child-columns {
    float: left;
    width: 100%;
}
.main-category-list .cat-menu {
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .TT-panel-heading {
	border: 2px solid #eeeeee;
	color: #333333;
	cursor: pointer;
	font-size: 13px;
	height: 48px;
	letter-spacing: 1.8px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 24px;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	display: none;
}
.main-category-list.left-main-menu .TT-panel-heading:hover {
	border-color: #000000;
}
.main-category-list.left-main-menu .dropmenu > li {
	cursor: pointer;
	float: left;
	width: auto;
	padding: 35px 10px;
}
.main-category-list .menu-category ul.dropmenu li a, .main-category-list .menu-category ul li.more-menu > span {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	font: 400 18px/20px "Philosopher",sans-serif;
	padding: 10px 15px;
	position: relative;
	text-transform: capitalize;
}
.main-category-list .menu-category ul.dropmenu li.dropdown a, .main-category-list .menu-category ul li.more-menu.dropdown > span {
	padding: 10px 30px 10px 15px;
}
.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a {
	color: #414141;
	font: 600 13px/22px "Poppins",Helvetica,sans-serif;
	padding: 0 0 8px;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
	border: 1px solid #e5e5e5;
	display: none;
	float: left;
	left: 100%;
	max-width: 200px;
	padding: 0;
	position: absolute;
	right: auto;
	top: 0;
	width: 100%;
}
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu  li.dropdown > a.single-dropdown::after,
.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List > a::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
	left: auto;
    right: 15px;
    top: 3px;
	color: #666;
	background: #fff;
}
.single-dropdown-menu .dropdown-inner ul.childs_2 {
    float: left;
	width: 100%;
    padding: 10px 20px;
}
.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after, .main-category-list .menu-category ul li.more-menu > span::after {
	bottom: auto;
	color: #fff;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 14px;
	left: auto;
	position: absolute;
	top: 10px;
	right: 15px;
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after,
.main-category-list .menu-category ul li.more-menu:hover > span::after {
	content: "\f106";
	color: #fff;
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, .main-category-list .menu-category ul li:hover .more-menu:hover::after, .main-category-list .menu-category > ul.dropmenu > li > a:hover, .main-category-list .menu-category ul li .more-menu:hover, .main-category-list .menu-category ul li.more-menu:hover > span, .main-category-list .menu-category ul li.more-menu:hover > span::after, .main-category-list .menu-category > ul.dropmenu > li:hover > a {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #000;
	background: #ffc000 none repeat scroll 0 0;
}
.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled a:hover, 
.main-category-list .menu-category ul.dropmenu .dropdown-menu .dropdown-inner ul.list-unstyled a:focus,
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul li:hover a,
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu  li.dropdown:hover > a.single-dropdown::after,
.main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List:hover > a::after {
	color: #000;
}
.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu, .menu-category ul.dropmenu li.more-menu > .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	left: 0;
	padding: 0;
	position: absolute;
	top: 82px;
	z-index: 1000;
	border: 1px solid #e5e5e5;
	right: auto;
	text-align: left;
	display: none;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
    float: left;
    padding: 20px;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, .main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a {
	padding: 0px 20px;
	font: 400 13px/22px "Poppins",Helvetica,sans-serif;
	color: #414141;
	text-transform: capitalize;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown,
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li:hover > a {
	color: #000;
}
.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu::after, .menu-category ul.dropmenu li.more-menu > .dropdown-menu::after {
	color: #fff;
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 24px;
	right: auto;
	position: absolute;
	top: -14px;
	left: 35px;
}
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu::after {
	display: none;
}
.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu {
    padding: 15px 0;
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .dropmenu .active_menu {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	height: 15px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 6px;
}
.main-category-list.left-main-menu .dropmenu > li:hover .active_menu {
	background: #eeeeee;
	height: 35px;
	right: 0;
	top: -3px;
	width: 50px;
	z-index: 1;
	display: none;
}
.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
    display: inline-block;
    font: 400 13px/24px "Poppins",Helvetica,sans-serif;
    padding: 8px 0;
	margin: 0 0 15px;
	color: #333;
}
.mega-dropdown-menu li.dropdown > a:before {
    background: #d6d6d6;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
	right: auto;
    position: absolute;
    width: 90%;
}
.main-category-list.left-main-menu .dropmenu li li li {
	float: left;
    width: 100%;
}
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
	color: #414141;
	font: 400 13px/22px "Poppins",Helvetica,sans-serif;
	padding: 0;
	text-transform: capitalize;
}
.main-category-list .menu-category .dropmenu {
	float: left;
	list-style: outside none none;
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 9;
}
.left-main-menu .TT-panel-heading:after {
	color: #000;
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 17px;
	position: absolute;
	left: 23px;
	top: 0;
	bottom: 0;
}
.main-category-list .TT-panel-heading > span {
    line-height: 46px;
	padding: 0 0 0 31px;
	white-space: nowrap;
}
.main-category-list .menu-category ul li .more-menu::after {
	color: #414141;
    content: "\f067";
    font-family: fontawesome;
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 22px;
    top: 10px;
}
.main-category-list .menu-category ul li .more-menu.active::after {
    content: "\f068";
    font-family: fontawesome;
}
@media (min-width: 992px) { 
	.menu-category ul.dropmenu li.TT-Sub-List:hover > .dropdown-menu, .main-category-list .menu-category ul > li.more-menu:hover > .dropdown-menu {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		display: block;
	}
	.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > .dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category li.dropdown:hover .dropdown-inner ul.single-dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category li.dropdown:last-child .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		left: auto;
		right: 100%;
	}
	.main-category-list .menu-category ul.dropmenu li .blog-nav-dot {
		position: absolute;
		display: inline-block;
		width: 5px;
		height: 5px;
		margin: -3px 0 0 3px;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-o-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
		border-radius: 10px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
		left: 0;
		right: auto;
		top: 0;
	}
	.main-category-list .menu-category ul.dropmenu li:hover > a .blog-nav-dot {
		background-color: #fff;
		top: 12px;
	}
	.main-category-list .menu-category ul.dropmenu li:hover .blog-nav-dot {
		background-color: #fff;
		top: 12px;
	}
	.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu .blog-nav-dot.blog-detail-dot {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.menu-category ul.dropmenu > li.TT-Sub-List > .dropdown-menu {
	  left: -10px;
	  right: auto;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu, 
	.menu-category ul.dropmenu li.more-menu > .dropdown-menu {
		position: static;
		border: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		display: block;
		padding: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
	.mega-dropdown-menu .dropdown {
		width: 100% !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
		padding: 3px 0;
		display: none;
		width: 100% !important;
	}
	.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu  {
		padding: 0 10px;
		display: none;
	}
	.mega-dropdown-menu li.dropdown > a::before {
		width: 100%;
	}
	.mega-dropdown-menu li.dropdown > a {
		margin: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		position: static;
		border: none;
		display: block;
	}
	.single-dropdown-menu .dropdown-inner ul.childs_2 {
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, 
	.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a {
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after {
		display: none;	
	}
	.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after, 
	.main-category-list .menu-category ul li.more-menu > span::after,
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
	.main-category-list .menu-category ul li.more-menu:hover > span::after, .main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after, .main-category-list ul li.more-menu .dropdown-inner > ul.single-dropdown-menu > li.TT-Sub-List > a::after  {
		content: "";
	}
	.main-category-list.left-main-menu {
		float: left;
		padding: 0 155px 0 10px;
		margin: 0;
		width: 100%;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.main-category-list .TT-panel-heading > span {
		line-height: inherit;
		padding: 0;
		display: none;
	}
	.main-category-list.left-main-menu .TT-panel-heading {
		border: none;
		color: #ffffff;
		font: 500 16px/18px "Poppins",Helvetica,sans-serif;
		position: relative;
		cursor: pointer;
		padding: 16px 3px;
		margin: 0;
		height: auto;
		text-align: left;
		display: block;
		width: 20px;
	}	
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
	.main-category-list .menu-category ul li:hover .more-menu:hover::after,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown::after,
	.main-category-list .menu-category > ul.dropmenu > li > a:hover, 
	.main-category-list .menu-category ul li .more-menu:hover,
	.main-category-list .menu-category ul li.more-menu:hover > span,
	.main-category-list .menu-category ul li.more-menu:hover > span::after,
	.main-category-list .menu-category > ul.dropmenu > li:hover > a,
	.main-category-list .menu-category ul.dropmenu li.dropdown a, 
	.main-category-list .menu-category ul li.dropdown.more-menu > span, 
	.main-category-list .menu-category ul.dropmenu li a {
	  color: #000000;
	} 
	.left-main-menu .TT-panel-heading::after {
		position: static;
		float: left;
		color: #fff;
	}
	.main-category-list .menu-category ul.dropmenu li.dropdown a, .main-category-list .menu-category ul li.dropdown.more-menu > span, .main-category-list .menu-category ul.dropmenu li a {
		color: #333;
		float: left;
		padding: 0;
		text-align: left;
		width: 100%;
		font: 400 14px/26px "Poppins",Helvetica,sans-serif;
	}
	.main-category-list .menu-category ul.dropmenu li.dropdown:hover a, 
	.main-category-list .menu-category ul li.dropdown.more-menu:hover > span,
	.main-category-list .menu-category ul.dropmenu li:hover a {
		color: #000;
		background: none;
	}
	.main-category-list .menu-category > ul.dropmenu > li > a::before, .main-category-list .menu-category > ul > li.more-menu > span::before {
		display: none;
	}
	.main-category-list .menu-category > ul.dropmenu > li:hover > a::before, .main-category-list .menu-category > ul > li.more-menu:hover > span::before {
		background: none;
	}
	.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a, .main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li > a{
		font-size: 13px;
		font-weight: normal;
		margin: 0;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a,
	.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
		padding: 0 10px;
	}
 	.left-main-menu.dropmenu li a.TT-Category-List {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu .active_menu {
		display: none;
	}
	.left-main-menu .dropmenu li i.fa-angle-down {
		float: right;
		position: relative;
	}
	.left-main-menu .dropmenu li > i.fa-angle-down::before {
		color: #666;
		content: "\f067";
		font-size: 12px;
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		padding: 6px 11px;
		height: 8px;
		width: 8px;
		cursor: pointer;
		z-index: 2;
	}
	.left-main-menu .dropmenu li.active > i.fa-angle-down::before {
		content: "\f068";
		color: #111;
	}
	.left-main-menu .dropmenu li:hover > i.fa-angle-down::before {
		color: #111;
	}
	.main-category-list .menu-category .dropmenu {
		background: #fff;
		border: 1px solid #e5e5e5;
		bottom: auto;
		left: 0;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 100%;
	}
	.left-main-menu ul.dropmenu .dropdown-menu ul li.dropdown-inner > ul {
		list-style: none;	
		display: none;
	}
	.left-main-menu .dropmenu .TT-Sub-List .dropdown-menu ul .dropdown-inner > ul {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu ul {
		float: left;
		width: 100%;
	}
	.mega-dropdown-menu li.dropdown .dropdown-menu {
		display: block;
		padding: 3px 0;
	}
	.main-category-list.left-main-menu .dropmenu .dropdown-inner {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
		margin: 0;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a::before {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu li li li  {
		padding: 0;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		width: 100%;
		margin: 0;
		padding: 0;
    }
    .main-category-list.left-main-menu .dropmenu > li.more {
		display: none !important;
    }
}
/*---------------------------------  Mega Menu CSS End --------------------------------------------*/
/* content */
.checkout-cart #content{
	margin:0 0 50px;
}
.account-register #content{
	margin:0 0 20px;
}
#content {min-height: 500px;}
#product-category #content{
   padding-right: 0;
}
.common-home #content {
	position: relative;
	padding: 0px;
}
/*--------------------------- Start Slider --------------------------*/

#top_column #carousel.homeslider .ttloading-bg {
	background: #FFF url("../img/ajax-loader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
@media (max-width: 543px) {
	.homeslider .carousel-control .icon-prev,
	.homeslider .carousel-control .icon-next {
		float: left;
		width: 100%;
		height: 100%;
		position: static;
		margin: 0;
	}
}
/*--------------------------- End Slider --------------------------*/
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.common-home #page {
  float: left;
  width: 100%;
}
.content-top {
	float: left;
	width: 100%;
	position: relative;
}
.slideshow-panel .item > img {
	width: 100%;
}
.swiper-wrapper {
	direction: ltr !important;
}
.slideshow-panel {
    position: relative;
    float: left;
    padding: 0;
    width: 100%;
	overflow: hidden;
	margin: 0;
}
.slideshow-panel .swiper-viewport {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
	background:none;
}
.slideshow-panel .ttloader {
    background: #fff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    background-attachment: scroll;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
}
.slideshow-panel img {
    width: 100%;
}
.slideshow-panel .swiper-container .swiper-pagination {
    display: none;
}
.slideshow-panel .swiper-container .swiper-pager div {
	height: 40px;
	width: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
	text-align: center;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	text-shadow: none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 2px solid #fff;
}
.slideshow-panel:hover .swiper-container .swiper-pager div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.slideshow-panel .swiper-container .swiper-pager div:hover {
	background: #ffc000 none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 2px solid #ffc000;
	opacity: .9;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	-webkit-opacity: .9;
}
.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	left: -2px;
	line-height: 20px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 8px;
	padding: 0;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}
.slideshow-panel .swiper-pager .swiper-button-next::before {
	left: 0;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
	left: 70px;
	right: auto;
}
.slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
	left: 50px;
	right: auto;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
	right: 70px;
	left: auto;
}
.slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
	right: 50px;
	left: auto;
}
.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
    color: #000;
}
@media (max-width: 767px) {
    .slideshow-panel .swiper-container .swiper-pager div,
    .slideshow-panel .swiper-container .swiper-pager div:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
        left: 0;
		border: none;
		background: none;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
        right: 0;
		border: none;
		background: none;
    }
	.slideshow-panel .swiper-pager .swiper-button-prev::before, .slideshow-panel .swiper-pager .swiper-button-next::before {
		color: #fff;
	}
	.slideshow-panel .swiper-container .swiper-pager div:hover {
	    background:none;
		color: #f3a960;
	    border: none;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev:hover::before, .slideshow-panel .swiper-pager .swiper-button-next:hover::before {
		color: #fbc91d;
	}
	
	.contact-link ul li {
		float: none;
		width: auto;
		vertical-align: top;
		display: inline-block;
		text-align: center;
	}
}
@media (max-width: 480px) {
    .slideshow-panel .swiper-container .swiper-pager div,
    .slideshow-panel .swiper-container .swiper-pager div:hover {
        background: none;
        border: none;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
        left: 0;
    }
    .slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
    .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
        right: 0;
    }
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/* Banners Carousel Stylesheet */
.banner-panel .owl-buttons {
	display: none;
}
.banner-panel .owl-buttons > div {
	font-size: 0px;
}
.banner-panel .owl-prev:after,
.banner-panel .owl-next:after {
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-family: 'fontawesome';
	font-size: 14px;
	line-height: 22px;
	width: 22px;
	height: 26px;
	padding: 2px;
	text-align: center;
	float: left;
}
.banner-panel .owl-prev:after {
	content: '\f104';
}
.banner-panel .owl-next:after {
	content: '\f105';
}

/* OWL Slider Bullets Stylesheet */

.products-list .thumb-items { margin-bottom: 10px; }
.products-list .thumb-items:first-child { padding-left: 0px; }
.products-list .thumb-items:last-child { padding-right: 0px; }
.products-list .thumb-items .product-thumb { margin: 0px; }

/*-------------------------custome navigation button css start--------------------------*/
.customNavigation {
  float: left;
  position: static;
  text-align: center;
  width: 100%;
  margin: 20px 0 0;
}
.customNavigation a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border: 1px solid #ccc;
  position: relative;
  width: 30px;
  height: 30px; 
  border-radius: 50%;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
}
.customNavigation a.prev {
  background: #fff url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -354px;
}
.customNavigation a.prev:hover {
  background-position: -69px -354px;
}
.customNavigation a.prev:before {
  border-top: 1px solid #ccc;
  content: "";
  float: left;
  height: 1px;
  left: -61px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 60px;
}
.customNavigation a.prev:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 1px;
  left: -41px;
  position: absolute;
  top: 15px;
  width: 40px;
}
.customNavigation a.next {
  background: #fff url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -386px;
}
.customNavigation a.next:hover {
  background-position: -69px -386px;
}
.customNavigation a.next:before {
  border-top: 1px solid #ccc;
  content: "";
  height: 1px;
  right: -61px;
  position: absolute;
  top: 10px;
  width: 60px;
}
.customNavigation a.next:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 1px;
  right: -41px;
  position: absolute;
  top: 15px;
  width: 40px;
}
.customNavigation a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
/*-------------------------custome navigation button css end--------------------------*/
/* Home Page */

/* Category Page */
.tt-header-content .header-content-image > img
{
  	display: block;
    height: auto;
    max-width: 100%;
}
.header-content-image {
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.tt-header-content.container {
    position: relative;
}
#content h2.category-name {
	margin-top: 0px;
}
#column-left > div, #column-right > div {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
#column-left > div:last-child, #column-right > div:last-child {
	margin: 0;
}	
#column-left .theiaStickySidebar .left-right-inner > div, #column-right .theiaStickySidebar .left-right-inner > div {
	background: #fff;
	float: left;
	margin: 0 0 15px;
	width: 100%;
	padding: 15px;
}
#column-left .theiaStickySidebar .left-right-inner .swiper-viewport, #column-right .theiaStickySidebar .left-right-inner .swiper-viewport {
	padding: 15px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
#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;
	width: 120px;
	text-align: center;
}
.subcategory-image {
  clear: both;
  background: #fff;
}
.subcategory-image > a {
	border: 1px solid #e5e5e5;
	display: block;
	padding: 6px;
}
.subcategory-image img {
	max-width: 100%;
}
.category-list li a {
	color: #666;
	font: 400 13px/22px "Poppins",Helvetica,sans-serif;
}
.category-list ul li:hover .subcategory-image > a {
	border: 2px solid #333;
	color: #000;
	padding: 5px;
}
.category-list ul li:hover a{
	color:#515151;
}
.category-list h5 {
	float: left;
	color: #666;
	font: 400 15px/22px "Poppins",Helvetica,sans-serif;
	text-align: center;
	width: 100%;
}
.category-filter label {
	background: none;
	border: none;
    color: #333;
    font: 400 13px/20px "Poppins",Helvetica,sans-serif;
   	margin: 0;
	padding: 0;
	white-space:nowrap;
	display:inline-block;
	width: auto;
}
.category-compare {
 	margin: 0 0 20px; 
	float:left;
	width:100%;	
}
.category-compare #compare-total {
	color: #666;
}
.category-compare #compare-total:hover {
	color: #000;
}
.product-category .category-products {
    float: left;
    width: 100%;
}
.category-treeview ul { margin: 0px; float:left; width: 100%; }
.category-treeview li { position: relative; list-style: none; clear: both; }

.category-treeview li.category-li .list-tree::before {
	content: "\f107";
	color: #666;
	right: 0;
	left: auto;
	float: right;
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	cursor: pointer;
	padding: 0;
	top: 5px;
	z-index: 8;
}
.category-treeview li.category-li.active .list-tree:before {
	content: "\f106";
}
.category-treeview li.category-li:hover .list-tree::before {
	color: #414141;
}
.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 13px;
	height: 13px;
}
.product-list .product-thumb .caption .description {
	display: block;
	font-family: "Poppins",Helvetica,sans-serif;
	color: #666;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 400;
	float: left;
	width: 100%;
}
.product-thumb .percent, .product-percent {
	position: absolute;
	top: 20px;
	padding: 0;
	color: #d90a32;
	font: 400 12px/18px "Poppins",Helvetica,sans-serif;
	left: 20px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	vertical-align: top;
	z-index: 1;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover .percent {
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-thumb .sale-icon, .product-sale-icon {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	color: #000;
	font: 400 12px/18px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
	position: absolute;
	right: 20px;
	top: 20px;
	vertical-align: top;
	left: auto;
	z-index: 1;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover .sale-icon {
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.ttproduct-main {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 0 80px;
	padding: 100px 0 0;
}
.product-product .thumbnails{
	overflow-x:hidden;
	background: #fff;
}
.product-sale-icon{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	right: 20px;
}
.product-percent {
	left: 20px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#product-product .product-details {
	background: #fff;
	position: relative;
	padding: 10px 15px;
}
.product-options .product-quantity {
  clear: both;
  float: left;
  width: 100%;
}
/* Column Left - Right Product List */
#column-left { clear: left; padding-left:0;}
#column-right { clear: right; padding-right:0;}
#column-left .products-list > .row, #column-right .products-list > .row, #header-left .products-list > .row, #header-right .products-list > .row, #footer-left .products-list > .row, #footer-right .products-list > .row {
	margin: 0px;
	padding: 10px 0;
	float: left;
	width: 100%;
}
#column-left .product-thumb:first-child,
#column-right .product-thumb:first-child {
	padding-top:0px;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child {
	padding-bottom: 0;
}
#column-left  .product-thumb .button-group .btn-cart::before{
	display:none;
}
#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
	border: 0 none;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
	border: 0;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
	max-width: 70px;
	float: left;
	margin: 0;
	padding: 0;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon, #column-left .product-thumb .percent, #column-right .product-thumb .percent  {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
	position: static;
	padding: 0;
	display:block;
	opacity:1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	margin: 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: none;
    border: none;
    float: left;
    padding: 0;
	display: block;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	position: static;
    transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	opacity:1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	width: auto;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
	display: none;
	transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: 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: 5px 0 0;
	line-height: 18px;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	display: block;
	width: auto;
	position:static;
	color:#000;
	opacity:1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	height: auto;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#column-left .product-thumb .button-group .btn-cart span::before,
#column-right .product-thumb .button-group .btn-cart span::before {
	color: #666;
	display: none;
}
#column-left .product-thumb .button-group button.btn-cart span,
#column-right .product-thumb .button-group button.btn-cart span,
#header-left .product-thumb .button-group button.btn-cart span,
#header-right .product-thumb .button-group button.btn-cart span,
#footer-left .product-thumb .button-group button.btn-cart span,
#footer-right .product-thumb .button-group button.btn-cart span {
	display: block;
}
#column-left .sidebar.panel.panel-default.information-list .list-group, #column-right .sidebar.panel.panel-default.information-list .list-group {
	float: left;
	width: 100%;
	padding: 0;
}
/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,#column-right .list-group-item,
#column-left .panel-heading, #column-right .panel-heading
{
 border:medium none;
}
#column-left .list-group a.active, 
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	background: none;
}
#column-left .list-group a.active{
	font-size: 13px;
}
#column-left .category-treeview.panel-default, #column-right .category-treeview.panel-default {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	margin: 0 0 20px;
	width: 100%;
	padding: 15px;
	border: 1px solid #e5e5e5;
}
#column-left .category-treeview.panel-default .list-group, #column-right .category-treeview.panel-default .list-group {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
	width: 100%;
	padding: 0;
}
#column-left .category-treeview .list-group .list-group-item,
#column-right .category-treeview .list-group .list-group-item {
	background: transparent;	
}
#column-left a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover
#column-right a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover{
	background:none;
}
#column-left .list-group .list-group-item, #column-right .list-group .list-group-item {
	color: #666;
	cursor: pointer;
	padding: 0;
	font: 400 13px/28px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
}
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover,
#column-left .list-group .list-group-item:focus,
#column-right .list-group .list-group-item:focus,
#column-left .category-treeview .list-group a:hover.current-child-item,
#column-right .category-treeview .list-group a:hover.current-child-item,
#column-left .category-treeview .list-group a:focus.current-child-item,
#column-right .category-treeview .list-group a:focus.current-child-item{
	color: #000;
}
#column-left .category-treeview .list-group .list-group-item:hover, #column-right .category-treeview .list-group .list-group-item:hover, #column-left .category-treeview .list-group a.current-child-item:hover, #column-right .category-treeview .list-group a.current-child-item:hover, #column-left .category-treeview .list-group a.current-child-item:focus, #column-right .category-treeview .list-group a.current-child-item:focus {
	color: #000000;
}
.category-treeview .list-group a.child-item,
.category-treeview .list-group a.current-child-item {
    margin-left: 20px;
	padding: 0 0 2px !important;
	line-height: 22px !important;
}
#column-left .category-treeview .list-group a.current-child-item, #column-right .category-treeview .list-group a.current-child-item {
	color: #888;
	margin: 0 0 0 10px;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
	float: left;
	width: 100%;
	text-align: left;
}	
#column-left .panel-heading, #column-right .panel-heading, #column-left .box-heading > h3, #column-right .box-heading > h3 {
	color: #111;
	font: 400 16px/18px "Poppins",Helvetica,sans-serif;
	position: relative;
	margin: 0 0 12px;
	background: none;
	padding: 0;
	text-transform: capitalize;
}
#column-left .panel-heading::before, #column-right .panel-heading::before, #column-left .box-heading > h3::before, #column-right .box-heading > h3::before {
	background: none;
	float: left;
	left: 0;
	right: auto;
	height: 0;
}
#column-left .products-list .box-heading h3::after,
#column-right .products-list .box-heading h3::after {
	border: none;
}
#column-left .option-filter .panel-heading,
#column-left .option-filter .list-group-item,
#column-left .option-filter-box a.list-group-item,
#column-right .option-filter .panel-heading,
#column-right .option-filter .list-group-item,
#column-right .option-filter-box a.list-group-item {
 border: none;
}
#column-right .option-filter .panel-footer,
#column-left .option-filter .panel-footer {
	float: left;
	width: 100%;
	background: none;
	padding:10px 0;
}
#column-left .option-filter .checkbox > label, #column-right .option-filter .checkbox > label {
	color: #666;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
}
#column-left .option-filter .checkbox > label:hover,
#column-right .option-filter .checkbox > label:hover {
	color: #000;
}
#column-left .option-filter .list-group-items .list-group-item:hover,
#column-left .option-filter .list-group-items .list-group-item:hover:after,
#column-right .option-filter .list-group-items .list-group-item:hover,
#column-right .option-filter .list-group-items .list-group-item:hover:after {
    color: #222222;
}
#column-left .option-filter .list-group-item .checkbox,
#column-right .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
#column-left .option-filter .list-group-items .list-group-item, #column-right .option-filter .list-group-items .list-group-item {
	color: #333;
	padding: 2px 0;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 3px;
	font: 400 13px/16px "Poppins",sans-serif;
}
#column-left .option-filter .panel-heading,
#column-right .option-filter .panel-heading {
	margin-top: 0;
}
.option-filter-box .list-group .list-group-items {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	float: left;
	width: 100%;
}
#column-left .list-group-items, #column-right .list-group-items {
	float: left;
	width: 100%;
}
.option-filter-box .list-group .list-group-items:first-child {
	padding-top: 0;
}
.option-filter-box .list-group .list-group-items:last-child {
	border: medium none;
}
#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
	font: 400 14px/20px "Philosopher",Helvetica,sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover {
	color: #000;
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    background: none;
    opacity: 1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
    padding: 0 0 0 10px;
    position: static;
	text-align: left;
}
.option-filter .list-group { margin: 0px; }
.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
	text-transform: capitalize;
}
.option-filter-box a.list-group-item:after {
	font-family: "FontAwesome";
	content:"\f106";
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 10px;
	top: 2px;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\f107";
}
.store-list .store-tags {
	padding: 5px 15px;
}
.store-list .store-tags > a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
	font-weight: bold;
	position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
#content .category-filter {
	padding: 12px 10px;
	margin: 20px 0;
	width: 100%;
	float: left;
	background: #fff;
}
.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: right;
}
.category-filter .filter-sort-by .filter-selection {
	width: 150px;
	float: left;
}
.category-filter .filter-sort-by {
	width: 100%;
	max-width: 240px;
}
.category-filter .filter-show {
	min-width: 120px;
}

.category-filter .filter-text {
	padding: 10px 10px 0 0;
	text-align:left;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 0;
	width: 90px;
	float: left;
}
.category-filter .filter-grid-list button {
	background: url("TemplateTrip/images/sprite.png");
	width: 25px;
	height: 25px;
	padding:8px 15px;
	margin:8px 0 0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
.category-filter .filter-grid-list button#grid-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -6px -18px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -6px -67px;
	border: none;
}
.category-filter .filter-grid-list button#list-view {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -65px -18px;
	border:none;
}
.product-category .category-description {
    float: left;
    width: 100%;
}
.product-category .category-list {
    float: left;
    width: 100%;
}
.category-filter .filter-grid-list button#list-view:hover, .category-filter .filter-grid-list button#list-view.active {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -65px -67px;
	border: none;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content p {
	color: #666;
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 5px;
	text-transform: capitalize;
}
.category-pagination {
	float: left;
	width: 100%;
	margin: 15px 0;
	background: #fff;
	padding: 10px 15px;
}
.category-pagination .pagination {
    margin:0;
	vertical-align:top;
}
.category-pagination div.text-left {
	line-height: 34px;
	padding: 0;
}
.category-pagination div.text-right {
    padding: 0px 0;
}
.category-list > h3 {
	color: #111;
	font: 500 16px/18px "Poppins",Helvetica,sans-serif;
	margin: 5px 0 10px;
	text-transform: capitalize;
}
.pagination li:last-child > a::after, .pagination li:first-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 14px;
	line-height: 15px;
	position: absolute;
	left: 9px;
	right: auto;
}
.pagination li:first-child > a::after {
	content: "\f177";
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;font-weight:500;}

.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background: #ffc000;
	border-color: #ffc000;
	color: #000;
}
.pagination > .active > a, .pagination > .active > span {
	background: #000;
	border-color: #000;
	color: #FFF;
}
.pagination > li > a,
.pagination > li > span {
	background: #fff;
    border-color: #e9e9e9;
    color: #666;
	width: 34px;
	height: 34px;
	padding: 7px 12px;
	text-align: center;
}
.pagination li:last-child > a, .pagination li:first-child > a {
	font-size:0px;
	padding: 9px 11px;
}
/* Left Column stylesheet */
#column-left .products-list .row > div,
#column-right .products-list .row > div {
	float: left;
	width: 100%;
}
#column-left .products-list .row > div .caption,
#column-right .products-list .row > div .caption {
	padding:0;
	margin: 0;
}
#column-left .product-thumb .caption {
	text-align: left;
	float: left;
	width: 100%;
}
#column-left .product-thumb .thumb-description .caption::after, #column-right .product-thumb .thumb-description .caption::after {
	display: none;
}
#column-left .products-list .row > div .caption h4,
#column-right .products-list .row > div .caption h4 {
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	margin: 0 0 3px;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
	margin: 0;
	border:none;
}
#column-left .products-list .row > div .caption .price, #column-right .products-list .row > div .caption .price, #column-left .product-thumb .price-new, #column-right .product-thumb .price-new {
	margin: 0;
	font: 600 16px/20px "Poppins",Helvetica,sans-serif;
	color: #d90a32;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
}
#column-left .products-list .row > div .caption .price{
	margin: 3px 0 0;
}
#column-left .bestseller-carousel .product-thumb .caption .price,
#column-right .bestseller-carousel .product-thumb .caption .price {
    padding: 10px 0 0;
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
	margin: 0 0 0 8px;
}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .button-group .btn-cart span,
#column-right .products-list .button-group .btn-cart span {
	display: block !important;
	color: #666;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
}
#column-left .products-list .button-group .btn-cart span:hover,
#column-right .products-list .button-group .btn-cart span:hover {
	color: #000;
}
#column-left .thumb-description .button-group .btn-cart:hover span,
#column-left .product-thumb .button-group .btn-cart:hover span::before,
#column-right .product-thumb .button-group .btn-cart:hover span::before {
	color: #444;
}
#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
	display: none;
}
/* Product page stylesheet */
.product-images .additional-images-container {
	direction: ltr;
	position: relative;
	margin: 0 auto;
	width: 75%;
	overflow: hidden;
	text-align: center;
}
.additional-images .image-additional img {
	cursor: pointer;
	max-width: 100%;
}
.additional-images .image-additional:hover {
	box-shadow: 0 0 3px 0 #ddd;
	-moz-box-shadow: 0 0 3px 0 #ddd;
	-webkit-box-shadow: 0 0 3px 0 #ddd;
}
.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: #666;
	 padding: 3px 3px 3px 10px;
	 font-weight:400;
}
.product-details .product-info tr td {
	color: #414141;
    font:400 13px/20px "Poppins",Helvetica,sans-serif;
    text-transform: capitalize;
}
.product-product .product-info-value > a {
	color:#222;
}
.product-product .product-info-value > a:hover {
	color: #555;
}
.product-product .tab-content {
	padding:15px 0 0 0;
}
p {
	margin: 0 0 10px;
	font-size: 13px;
	color: #666;
	font-weight: 400;
}
.cpt_product_description strong {
    font-size: 14px;
}
.product-quantity label {
	padding: 10px 0;
}
.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 5px 0 0;
	float: left;
}
.product-quantity #input-quantity {
	border: 1px solid #ebebeb;
	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 #f0f0f0;
	color: #333;
	margin: 0 auto 15px;
	padding-bottom: 10px;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font: 700 18px/22px "Philosopher",sans-serif;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price
 {
 	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin: 15px 0 20px;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 600 16px/18px "Poppins",Helvetica,sans-serif;
}
.product-details #product #input-option218 label {
	font-weight: 400;
}
.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: 1px;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	color: #666;
	font-weight: 400;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, 
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	border: none;
	color: #000;
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
}
.product-details .rating > a {
    border-right: 1px solid #ebebeb;
    color: #666;
    float: left;
    font-size: 13px;
    margin: 2px 10px 0 0;
    padding: 0 10px 0 0;
	height:20px;
}
.product-details .rating > a:last-child {
    border-right: none;
}
.product-details .rating > a:hover {
	color: #000;
}
.rating .product-rating {
    border-right: 1px solid #ebebeb;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px 0 0;
	height :20px;
}
.product-details .price-new {
    float: left;
	margin:0 8px 0 0;
}
.product-details .price-old {
	color: #666;
	white-space: nowrap;
	text-decoration: line-through;
	font: 400 14px/20px "Poppins",Helvetica,sans-serif;
}
.product-details .product-tax {
    margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2 {
	color: #d90a32;
	font: 600 18px/20px "Poppins",Helvetica,sans-serif;
	margin: 0 8px 0 0;
}
.product-options .product-quantity {
	clear: both;
}
#quickview-content .btn-group {
	margin: 0 0 10px;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.product-product .btn.btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn.btn-default.product-btn-wishlist:hover{
	color:#fff;
}
.btn.btn-default.product-btn-compare:hover{
	color:#fff
}
#button-upload222:active:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0px;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	margin: 50px 0 70px;
	padding: 15px;
	float: left;
	width: 100%;
	clear: both;
	background: #fff none repeat scroll 0 0;
}
#tab-review label.control-label {
	font:500 13px/20px "Poppins",Helvetica,sans-serif;
	color:#000;
	margin-bottom:10px;
}
.product-product .nav-tabs > li > a {
	color: #000;
	font: 400 16px/24px "Poppins",Helvetica,sans-serif;
	margin: 0 10px 0 0;
	padding: 8px 12px;
	position: relative;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-product .nav.nav-tabs li.active a, .product-product .nav.nav-tabs li:hover a {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #000;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
    font-family: "Poppins",Helvetica,sans-serif;
	font-size:18px;
	color:#666;
}
.product-product .nav-tabs > li {
	margin: 0 0 5px;
	padding: 0;
}
.product-product .nav-tabs {
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.checkout-cart .panel-collapse .input-group .form-control {
	border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-webkit-border-radius: 25px 0 0 25px;
	-khtml-border-radius: 25px 0 0 25px;
}
.checkout-cart #accordion .panel-heading {padding: 0px; border-color:#f1e8db;}
.checkout-cart #accordion .panel-heading a {padding: 12px 15px;font-family:"Poppins",Helvetica,sans-serif; font-weight:600;}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:#444;
	font-size:14px;
}
.checkout-cart #accordion .form-group {
	margin: 15px 0;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.checkout-cart #content > .buttons {
    float: left;
    width: 100%;
}
.checkout-checkout #content .panel.panel-default {
	float:left;
	width:100%;
}
.checkout-checkout #accordion .panel-default .panel-heading{
	border-color:#e9e9e9;
	padding: 12px 15px;
}
.table.table-bordered {
   border-color: #e9e9e9;
   background:#fff;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
	border: 1px solid #ebebeb;
	color:#222;
}
#checkout-cart .text-left a {
	font-family: "Poppins",Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #333;
}
#product-compare #content tr .price {
	color: #d90a32;
	font: 600 16px/20px "Poppins",Helvetica,sans-serif;
}
#product-compare #content tr .price strike {
	color:#666;
	font: 400 14px/20px "Poppins",Helvetica,sans-serif;
	text-decoration: line-through;
}
#product-compare #content .table.table-bordered strong {
	font: 600 16px/20px "Poppins",Helvetica,sans-serif;
	color: #333;
}
#product-compare #content .table.table-bordered strong:hover {
	color: #000;
}
.sub-total-table .table-bordered tbody tr td:first-child strong{
    font-weight: 500;
}
.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
#account-wishlist #content tr .price{
	color: #d90a32;
	font: 600 16px/20px "Poppins",Helvetica,sans-serif;
}
#account-wishlist #content tr .price s {
	color: #666;
	font: 400 14px/18px "Poppins",Helvetica,sans-serif;
	text-decoration: line-through;
}
#account-wishlist #content tr .price b {
	color: #d90a32;
	font: 600 16px/20px "Poppins",Helvetica,sans-serif;
}
.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: #000;
	color: #fff;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover{background: #000;}
.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #000;}
.datepicker-days .table-condensed .day.active.today::before {
	border-bottom: 7px solid #fff;
}
/* Extra pages Stylesheet */
#accordion .panel-heading h4.panel-title a {
	display: block;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.product-search #content .search-criteria {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #fff;
}
.search-criteria .checkbox-inline{
	padding:10px 0;
}
.product-compare #content .table .btn {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	display: inline-block;
	margin: 2px 0;
	text-transform: capitalize;
	width: auto;
	font-size: 13px;
	font-weight: 500;
}
.information-sitemap .col-sm-6 > ul {
	padding-left: 15px;
}
.information-sitemap #content ul ul {
	padding-left: 30px;
	margin: 5px 0 10px;
}
.information-sitemap ul li a {
	line-height: 22px;
	font-weight: 400;
	font-size: 13px;
}
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: 1px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	height: 30px;
	margin: 10px 5px 10px 0;
	padding: 5px;
	text-align: center;
	width: 30px;
	background: #000;
}
/* extra page stylesheet  */
.table-bordered tr:last-child > td.text-right.total-amount {
    color: #333;
    font: 500 21px/25px "Poppins",Helvetica,sans-serif;
}
.table-bordered tr td.text-right.total-amount {
	color: #333;
	font: 400 16px/20px "Poppins",Helvetica,sans-serif;
	text-align: right;
}
.btn.btn-primary.checkout {
	font-size: 13px;
	text-transform: capitalize;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.pull-right .btn-primary.checkout:hover, .pull-right .btn-primary.checkout:focus, .pull-right .btn-primary.checkout:active {
	background: #ffc000;
	border: 1px solid #ffc000;
	color: #000;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font-family: "Poppins",Helvetica,sans-serif; font-size: 20px;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 600 18px/22px "Poppins",Helvetica,sans-serif;
	color: #111;
	text-transform: capitalize;
}
#content .sub-total-table .table-bordered tbody tr:last-child td, #content .sub-total-table .table-bordered tbody tr:last-child td strong{
	font: 500 16px/22px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #fff;
	border: 1px solid #ebebeb;
    color: #444;
	font-family:"Poppins",Helvetica,sans-serif;
	font-size:13px;
	line-height:22px;
	letter-spacing:1px;
	text-transform:capitalize;
	vertical-align: middle;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #222;
	font: 500 16px/20px "Poppins",Helvetica,sans-serif;
}
.checkout-checkout h4 {font-family: "Poppins",Helvetica,sans-serif; font-weight: 600;}
.affiliate-login > h2, .account-login > h2, .checkout-checkout > h2, .product-search > h2 {color: #333333;font: 500 23px/25px "Poppins",Helvetica,sans-serif;}
/* brand page */
.product-manufacturer .a-link-heading {padding: 5px 16px;}
.product-manufacturer .a-link-heading p, .product-manufacturer .a-link-heading h2 {line-height: 38px;}
.product-manufacturer .a-link-group {
    color: #222222;
    font-family: Poppins;
    font-size: 16px;
    margin-bottom: 10px;
	}
#checkout-checkout .form-horizontal .checkbox, .form-horizontal .radio label {
	font-weight: 400;
}	
/* about-us  */
/*about-us*/	
.main-about-history .title_block .ttblock-heading {color:#222;margin:0 0 25px;}
.history-image {padding: 0;}
.main-about-history .box-heading::before{left:0;right:auto;}
.main-about-history .box-heading::after{right:0;left:auto;}
.history-image > img {width: 100%;}
.pull-right.block-right.history-block {padding: 0;}
.about-us {
     font-family: "Poppins",Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}
.service-name > h4, .team-caption > h4 {
    color: #666;
    font-family: "Poppins",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.module.about-our-service .item:hover .icon{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
}
.social-member .social-icon a:hover { background-color: #000;}
.team-image,.team-caption { margin: 0 auto;text-align: center;}
.banner-product-1 {list-style: outside none none;}
.block-button.social-icons {padding-top: 7px;}
.block-button.social-icons > a > span > i {
    font-size: 18px;
    padding: 0 4px;
}
.services-group {margin-bottom: 12px;}
.team-group {margin-bottom: 45px;}
.social-member {list-style: outside none none;}
.social-member .social-icon {
    display: inline-block;
    margin: 0 3px;
}
.social-member .social-icon a span {display: none;}
.social-member .social-icon a  {
    border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
    color: #ff3000;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social-member .social-icon.rss a {background-color: #f8bc2e;}
.social-member .social-icon.facebook a {background-color: #39599f;}
.social-member .social-icon.twitter a {background-color: #45b0e3;}
.social-member .social-icon.google a {background-color: #1872bf;}
.job-member::before,.job-member::after {
    content: "---";
    margin: 0 5px;
}
.main-history-data {
    margin-bottom: 40px;
}
.module.about-our-service .item .icon {
    display: block;
    margin:0 0 10px
}
.main-about-service.col-lg-15 {
    float: left;
    width: 20%;
}
.module.about-our-service .item h3.title {
    color: #000;
    font-size: 13px;
    margin: 0 0 3px;
	font-family: "Poppins",Helvetica,sans-serif;
}
.module.about-our-service .item:hover h3.title {color:#222;}
.module.about-our-service .item .content {
    color: #666666;
    font-size: 13px;
    line-height: 16px;
	font-family:"Poppins",Helvetica,sans-serif;
}
.main-about-service .item {text-align: center;}
.module.about-our-service {
    float: left;
    width: 100%;
	margin-bottom:40px;
}
.team-image > img {width: 100%;height:80px;}
.module.about-our-service .item .icon { display: block;margin: 0 0 20px;}
.module.about-our-service .item .icon > i{font-size:24px;}
.team-image{
	width:90px;
	border:5px solid #eee;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
}
.main-about-history .title_block {
    float: left;
    text-align: center;
    width: 100%;
}
.main-about-history .title_block .ttblock-heading {
	color: #333;
    display: inline-block;
    float: none;
    font: 700 18px/26px "Poppins",Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 0 0 40px;
	text-align: center;
    text-transform: uppercase;
}
.terms-condition h3 {
	font: 500 18px/22px "Poppins",Helvetica,sans-serif;
	color:#000;
}
.category-bg {
	float: left;
	text-align: center;
	padding: 12px;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
/* 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 #e5e5e5;
	margin-bottom: 20px;
	padding: 5px;
	background: #fff;
}
.a-link-heading {
    background: #F3F3F3;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px;
}
.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color:#222;
}
.a-link-content {
    padding: 8px;
	font-size: 13px;
	line-height: 20px;
}
.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 CSS Strat ----------------------------------------*/
.brand-carousel .swiper-viewport {
    background: none;
    border: none;
    border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    margin: 0 0 0px;
}
.common-home .brand-carousel {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff none repeat scroll 0 0;
	padding: 50px 0;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6; 
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .swiper-viewport .swiper-pager div {
   height: 30px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: center;
   width: 30px;
   border: 1px solid #ccc;
   color: #FFF;
   font: 400 13px/18px "Poppins",Helvetica,sans-serif;
   opacity:0;
   	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	background: #ffffff;
}
.brand-carousel .swiper-viewport:hover .swiper-pager div {
	opacity:1;
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .swiper-pager .swiper-button-prev::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -354px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before {
	background-position: -69px -354px;
}
.brand-carousel .swiper-pager .swiper-button-next::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -386px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
	background-position: -69px -386px;
}
.brand-carousel .swiper-viewport .swiper-slide.text-center {
	padding: 15px 10px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px; 
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background: #000;
	color: #fff;
	border-color:#000;
}
@media (max-width: 767px) {
.brand-carousel .swiper-viewport .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
}
@media (max-width: 480px) {
.brand-carousel .swiper-pager .swiper-button-prev {
	left: 0;
}
.brand-carousel .swiper-pager .swiper-button-next {
	right: 0;
}
.brand-carousel .swiper-viewport .swiper-slide.text-center {
	padding: 0 15px;
}
}
/*--------------------------------- Brand CSS End ----------------------------------------*/
/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
/* checkout success - Stylesheet */
body.checkout-success #content {
	background: url("TemplateTrip/images/checkout-success.jpg") no-repeat scroll center bottom;
}
body.account-success #content {
	background: url("TemplateTrip/images/account-success.jpg") no-repeat scroll center bottom;
}
body.product-compare #content.no-compare-products {
	background: url("TemplateTrip/images/no-compare-products.jpg") no-repeat scroll center bottom;
}
#content.request-not-found {
	background: url("TemplateTrip/images/request-not-found.jpg") no-repeat scroll center bottom;
}
#content.no-manufacture-products {
	background: url("TemplateTrip/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
}
#content.no-wishlist-products {
	background: url("TemplateTrip/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* ------------------------------------ footer CSS Start ---------------------------------------- */
.common-home footer {
	margin: 0;
}
footer {
	float: left;
	width: 100%;
	margin: 30px 0 0;
	background: #171717 none repeat scroll 0 0;
}
.footer-top-cms {
	background: #e30d36;
	background: -moz-linear-gradient(left,#e30d36 0%,#e40d36 100%);
	background: -webkit-linear-gradient(left,#e30d36 0%,#e40d36 100%);
	background: linear-gradient(to right,#e30d36 0%,#e40d36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30d36',endColorstr='#e40d36',GradientType=1);
	float: left;
	width: 100%;
	position: relative;
}
.footer-top-cms::after {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/header-bg.png") repeat scroll 0 bottom;
  bottom: -9px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
.footer-top-cms > .container {
	padding: 0;
}
.footer-container {
	float: left;
	width: 100%;
	padding: 70px 0 50px;
}
.footer-container .container {
	padding: 0;
}
.bottom-footer {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.bottom-footer .container {
	border-top: 1px solid #333;
	padding: 15px 0;
}
.footer-column {
	float: left;
}
.footer-column.footer-left-cms {
	padding: 0;
}
footer .footer-column ul {
	margin: 0;
}
.footer-column li {
	position: relative;
	margin: 0 0 5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666666;
}
.footer-bottom a::before {
	content: "";
}
footer a {
	color: #fff;
	cursor: pointer;
	font: 400 13px/24px "Poppins",Helvetica,sans-serif;
}
.footer-column .list-unstyled li a::before {
	color: #ccc;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 0 5px 0 0;
	line-height: 24px;
}
footer a:hover,
footer a:focus,footer .footer-column a:hover::before, footer .footer-column a:focus::before, .footer-column .list-unstyled li a:focus::before, .footer-column .list-unstyled li a:active::before {
	color: #ffc000;
}
footer .footer-column h5 {
	color: #fff;
	cursor: pointer;
	font: 700 20px/22px "Philosopher",sans-serif;
	margin: 0 0 20px;
	text-transform: capitalize !important;
	text-align: left;
	position: relative;
}
.footer-bottom {
	float: left;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.footer-bottom-cms {
	float: left;
	padding: 8px 0;
	width: 100%;
}
.footer-bottom > p {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fff;
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
}
.footer-bottom a{
	color: #fff;
	font: 400 13px/18px "Poppins",Helvetica,sans-serif;
}
.footer-bottom a:hover{
	color: #ffc000;
}
#goToTop:before {
  color: #000;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
#goToTop {
	border: 3px solid #ffc000;
	z-index: 9;
	position: fixed;
	bottom: 45px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	background: #ffc000 none repeat scroll 0 0;
	color: #000;
	cursor: pointer;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-moz-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	-ms-transition: opacity 0.2s ease-out 0s;
}
#goToTop:hover {
	border: 3px solid #ffc000;
	background: #fff none repeat scroll 0 0;
	color: #000;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
  padding-right: 15px;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #000000;
  right: 0;
  top: 0;
}
.product-options .alert-info {
    float: left;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float:  none;
	margin: 0;
	color: #222;
	list-style: outside none none;
	margin: 5px 0;
}
.breadcrumb i:hover {
	color: #000;
}
.breadcrumb a {
	color: #222;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	text-transform: capitalize;
}
.breadcrumb i {
	font-size: 14px;
	vertical-align: baseline;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #000;
    content: "\f105";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0 8px;
	line-height: 20px;
}
.breadcrumb a.last-breadcrumb {
	color: #000000;
	font: 400 13px/20px "Poppins",Helvetica,sans-serif;
}
.main-breadcrumb
{
	background: none;
    color: #666;
    display: inline-block;
    font: 500 14px/18px "Poppins",Helvetica,sans-serif;
    min-width: 60%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
/* buttons */
.btn {
	font-size: 13px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 20px;
	font-size: 15px;
}
.product-product .btn-lg {
	padding: 7px 20px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-block {
  width: auto;
}
.product-product .btn.btn-default {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	color: #666;
}
.product-quickview .btn.btn-default {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #666;
}
.product-quickview .btn.btn-default:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.btn-default {
	background: #ffc000;
	border: 1px solid  #ffc000;
	color: #000;
	font: 500 13px/24px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	padding: 6px 15px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	letter-spacing: 1px;
}
.btn-primary {
	background: #000;
	border-color: rgba(0,0,0,0);
	color: #fff;
	padding: 6px 15px;
	font: 500 13px/24px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	display: inline-block;
	letter-spacing: 1px;
}
.product-details #button-cart {
	background: #000;
	border: 1px solid #000;
	letter-spacing: 1px;
	margin: 0 10px;
	padding: 6px 22px 6px 48px;
	color: #fff;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 26px;
	position: relative;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	font-weight: 500;
}
.product-product #button-cart::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -24px -39px;
	content: "";
	font-size: 17px;
	position: absolute;
	width: 48px;
	height: 39px;
	left: 0;
	right: auto;
	top: 0;
}
.product-product #button-cart:hover::before {
	background-position: 19px -39px;
}
.product-details #button-cart.btn:hover {
    border-color: #ffc000;
	background: #ffc000;
	color: #000;
}
.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: #ffc000;
	color: #000;
	border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .open .dropdown-toggle.btn-primary, #button-login.btn.btn-primary:focus, .btn-primary:active, #button-account.btn.btn-primary:focus, #button-register.btn.btn-primary:focus, #button-shipping-method.btn.btn-primary:focus, #button-payment-address.btn.btn-primary:focus, #button-shipping-address.btn.btn-primary:focus, #button-payment-method.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-review.btn.btn-primary:focus, #button-coupon.btn.btn-primary:focus, #button-voucher.btn.btn-primary:focus, #button-quote.btn.btn-primary:focus, #button-confirm.btn.btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #ffc000;
	border-color: transparent;
	color: #000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color:  #ffc000;
  border-color:  #ffc000;
  color: #000;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background: #ffc000;
	border: 1px solid #ffc000;
	color:#000;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
    text-transform: uppercase;
	padding: 9px 12px;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px;
}
.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: #000;
    border-color: #000;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px;
	padding: 9px 12px;
}
.btn-info:hover{
	background:#ffc000;
	border-color:#ffc000;
	color: #000;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
	color: #000;
	background-color: #ffc000;
	border-color: #ffc000;
}
 .btn-info:active:focus, .btn-info:active:hover{
	color: #000;
	background-color: #ffc000;
	border-color: #ffc000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #666;
}
.btn-info.focus, .btn-info:focus {
	color: #000;
	background-color: #ffc000;
	border-color: #ffc000;
}
.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;
}
.well {
    background: #fff;
	min-height: 274px;
	border: 1px solid #e7e7e7;
	margin: 0;
	line-height: 23px;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#account-login .well h2 {
    padding-bottom: 10px;
    padding-top: 0px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    line-height: 30px;
}
#account-login .new-customer .bottom-form {
	background: #f5f5f5;
	height: 60px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
#account-login .customer-login .bottom-form {
	background: #f5f5f5;
	height: 60px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
#account-login .new-customer .bottom-form a {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}
#account-login .customer-login .bottom-form {
	background: #f5f5f5;
	height: 60px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
#account-login .customer-login .bottom-form a {
	padding-left: 16px;
	line-height: 60px;
	color: #666;
}
#account-login .customer-login .bottom-form input {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}
#account-login .customer-login .form-group {
	margin: 0;
}
#account-wishlist #content .table-bordered > tbody > tr > td img {
	border: none;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-layout, .product-layouts {
	padding: 0 15px;
	position: relative;
}
.product-layout.product-list {
	float: left;
	width: 100%;
}
.related-carousel.products-list {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
.product-layout.product-grid .thumb-description {
	padding: 0;
}
.product-thumb {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
	overflow: hidden;
	background: #fff;
	padding: 10px;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.product-thumb .image a {
	display: block;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100% !important;
}
.product-thumb .thumb-description .caption {
	float: left;
	width: 100%;
	margin: 20px 0 0;
	position: relative;
}
.product-thumb h4 {
	color: #666;
	float: left;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	width: 100%;
	margin: 0;
}
.product-thumb h4 a {
	color: #000;
	font: 400 18px/20px "Philosopher",Helvetica,sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
	letter-spacing: 1px;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color: #000;
}
.product-layout.product-list .product-thumb h4 a {
	float: left;
	font-size: 16px;
	width: 100%;
}
.product-thumb .rating {
	float: left;
	width: 100%;
	margin: 0;
	color: #666;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	top: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-thumb:hover .rating {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-list .product-thumb .thumb-description {
	text-align: left;
	float: left;
}
.product-list .product-thumb .rating {
	position: static;
	display: block;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	margin: 0 0 10px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-list .product-thumb .thumb-description .caption {
	margin: 0;
}
.product-layout.product-list  .product-thumb .thumb-description .caption::after {
	display: none;
}
.product-list .product-thumb h4{
	margin: 10px 0 10px;
}
.product-list .product-thumb .price {
	margin: 0 0 5px;
	padding: 0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star.off,
 #tab-review .fa-star.off {
	color: #c5c5c5;
}
.rating .fa-star-o, #review .fa-star-o {
   color: #c5c5c5;
    font-size: 13px;
}
.fa-star-o::before{
	content:"\f005";
}
.rating .fa-star, #review .fa-star {
	color: #fbaf5d;
	font-size: 13px;
	position:relative;
}
.rating .fa-star.off, #tab-review .fa-star.off {
	color: #d9d9d9;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #ffbf34;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #d90a32;
	font: 600 18px/20px "Poppins",Helvetica,sans-serif;
	float: left;
	width: 100%;
	letter-spacing: 1px;
	margin: 10px 0;
}
.product-layout.product-list .product-thumb .price {
	font: 600 20px/22px "Poppins",Helvetica,sans-serif;
	letter-spacing: 1px;
}
#column-left .price {
	font-size: 14px;
}
.product-thumb .price-old {
	color: #666;
	font: 400 13px/15px "Poppins",Helvetica,sans-serif;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #666;
	font-size: 13px;
	display: none;
	margin: 5px 0 0;
	font-family: Poppins;
	font-weight: 400;
}
.product-list .product-thumb .price-tax {
	display: block;
	margin: 8px 0 0;
}
/*----------------------button css start----------------------*/
.special-carousel.products-list {
	float: left;
	width: 100%;
	margin: 0 0 75px;
}
.ttcat-main {
	float: left;
	width: 100%;
	margin: 0 0 80px;
}
.product-thumb .button-group .tt-button-container {
	bottom: 0;
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	z-index: 1;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
}
.product-thumb:hover .button-group .tt-button-container {
	bottom: 15px;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.product-list .product-thumb .button-group {
	float: left;
	width: 100%;
}
.product-list .product-thumb .button-group .btn-bg,
.product-list .product-thumb .button-group:hover .btn-bg {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  padding: 0;
	  border-radius: 0;
	  -moz-border-radius: 0; 
	  -webkit-border-radius: 0; 
	  -khtml-border-radius: 0;
}
.product-list .product-thumb .button-group .tt-button-container {
	float: left;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	position: static;
	width: auto;
	margin-right: 5px;
}
.product-list .product-thumb .button-group .btn-cart {
	height: 40px;
	width: auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	padding: 0 15px;
	background: #000;
}
.product-list .product-thumb .button-group .btn-cart:hover {
	background: #ffc000;
	color: #000;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-list .product-thumb .button-group .ttproduct-button {
	float: left;
	display: inline-block;
	position: static;
	width: auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.product-list .button-group button.btn-cart span {
   display: inline-block !important;
   color: #fff;
   font: 400 16px/40px "Poppins",Helvetica,sans-serif;
   vertical-align: top;
   letter-spacing: 1px;
}
.product-list .button-group button.btn-cart:hover span {
   color: #000;
}
.product-list .product-thumb .button-group i.fa-shopping-cart {
 	background-position: -43px -38px;
	height: 40px;
	width: 25px;
}
.product-list .product-thumb .button-group .btn-cart:hover i{
 	background-position: 0px -38px;
}
.product-list .product-thumb:hover  .button-group
{
	position:static;
	transition:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition:none;
	-ms-transition:none;
	height:auto;
}
.btn-cart.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	-webkit-opacity: 0.5; 
}
.product-thumb .button-group button {
	background: #f7f7f7;
	border: medium none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	height: 40px;
	padding: 0;
	vertical-align: top;
	width: 40px;
}
.product-thumb .button-group .ttproduct-button {
	right: -15px;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	position: absolute;
	left: auto;
	top: auto;
	width: 40px;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	margin: 0;
	bottom: 70px;
}
.product-thumb:hover .button-group .ttproduct-button {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	right: 10px;
}
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
    display: none !important;
}
.product-thumb .button-group i::before
{
	content:"";
}
.product-thumb:hover .button-group button {
	transform: translateY(0px);
	 -webkit-transform: translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform:translateY(0px);
}
.product-thumb .button-group .btn-cart i{
	background: url("TemplateTrip/images/product-sprite.png") no-repeat scroll 7px -38px;
	height: 100%;
	width: 100%;
	vertical-align: top;
}
.product-thumb .button-group .btn-cart:hover i {
	background-position: -36px -38px;
}
.product-thumb .button-group .btn-cart i.fa-shopping-cart {
	display: none;
}
.product-thumb .button-group .btn-cart {
	display: inline-block;
	width: auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 0 15px;
	background: #000;
	height: 40px;
	line-height: 18px;
	color: #fff;
	vertical-align: top;
	text-align: center;
}
.product-thumb .button-group button.btn-cart span {
	color: #fff;
	display: inline-block !important;
	font: 500 13px/40px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	vertical-align: top;
	letter-spacing: 1px;
}
.product-thumb .btn-cart span::before {
	color: #fff;
	content: "+";
	font-size: 13px;
	font-weight: normal;
	padding: 0 5px;
	vertical-align: top;
}
.product-thumb .button-group .btn-cart:hover {
	background: #ffc000;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	color: #000;
}
.product-thumb .button-group button.btn-cart:hover span, .product-thumb .button-group button.btn-cart:hover span::before {
	color: #000;
}
.product-thumb .button-group .btn-wishlist i{
	width: 100%;
	height: 100%;
	background: url("TemplateTrip/images/product-sprite.png") no-repeat scroll 8px 6px;
	vertical-align: top;
}
.product-thumb .button-group .btn-wishlist:hover i {
	background-position: -35px 6px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
}
.product-thumb .button-group .btn-compare i {
	width: 100%;
	height: 100%;
	background: url("TemplateTrip/images/product-sprite.png") no-repeat scroll 8px -87px;
	vertical-align: top;
}
.product-thumb .button-group .btn-compare:hover i {
	background-position: -35px -87px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
}
.product-thumb .button-group .btn-quickview i {
	background: url("TemplateTrip/images/product-sprite.png") no-repeat scroll 9px -127px;
	height:100%;
	width:100%;
	vertical-align: top;
}
.product-thumb .button-group .btn-quickview:hover i {
	background-position: -34px -127px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
}
/*----------------------------button css end----------------------*/
/*------------------category tab css ----------------------*/
.TTcategory-tab .product-thumb .rating {
	float: left;
	margin: 0 0 8px;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	position: static;
	width: 100%;
}
.TTcategory-tab .product-thumb .button-group {
  position: static;
}
.TTcategory-tab .product-thumb .thumb-description {
	text-align: left;
	float: left;
	padding: 0 10px;
	width: 58.3333%;
}
.TTcategory-tab .product-thumb .image {
	float: left;
	width: 41.667%;
}
.TTcategory-tab .product-thumb {
	margin: 0;
	padding: 0 0 30px;
}
.TTcategory-tab .product-thumb .button-group {
	position: static;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	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;
	visibility: visible;
	float: left;
	margin: 0;
	width: 100%;
	text-align:left;
}
.TTcategory-tab .product-thumb:hover .button-group {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
/*------------------category tab css ----------------------*/

/*----------------------------Quickview css start----------------------*/
#quickview-bg-block {
	display: none; 
	background-color : rgba(0,0,0,0.9); 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;  
	margin: auto; 
	position: fixed; 
	z-index: 9;
}
.quickview-load-img {  
	display: none; 
	position: fixed; 
	top: 50%; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	text-align: center; 
	z-index: 99999; 
	margin: auto;
}
.a-qv-close {
    position: absolute;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0;
	right: 2px;
	top: 2px;
}
.bootstrap-datetimepicker-widget.usetwentyfour.dropdown-menu {
    position: absolute !important;
}
#quickview-content {
	background-color: #ffffff;
	border: 2px solid #e5e5e5;
	display: none;
	height: 86%;
	left: 0;
	margin: 0 auto;
	overflow: auto !important;
	padding: 30px 20px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 99;
}
.form-group .input-group-btn .btn-default {
  padding: 6px 12px;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active:hover, .btn-default:active, .btn-default:active:focus {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-transform: capitalize;
}
.product-quickview .product-image .thumbnail {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
.button-group button.btn-quickview span{
    display: none;
}

.product-quickview #quick-cart {
	background: #000;
	border-color: #000;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	color: #ffffff;
	float: left;
	font-family: "Poppins",Helvetica,sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 6px 15px 6px 40px;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
}
.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background: #ffc000;
  border-color: #ffc000;
  color: #000;
}
.product-quickview #quick-cart::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/product-sprite.png") no-repeat scroll -30px -40px;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	right: auto;
	width: 56px;
	top: 0;
}
.product-quickview #quick-cart:hover::before, .product-quickview #quick-cart:focus::before, .product-quickview #quick-cart:active::before{
  background-position: 13px -40px;
}
@media (max-width: 480px) {
	#quickview-content {
		width: 90%;
	}
	.product-quickview #quick-cart {
		margin-top: 5px;
	}
}
/*----------------------------Quickview css end----------------------*/
/*product-page */
#product-product .product-image {
	float: left;
	width: 100%;
}
.product-product .product-image .thumbnail {
	background: none;
	border: none;
	padding: 10px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
	background: #fff;
}
.additional-images .owl-item,.related-items .owl-item {
	float:left;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails .additional-images {
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding: 0 35px;
}
.owl-carousel .owl-wrapper {
    position: relative;
}
.products-list .customNavigation > .btn,
.additional-images-container .customNavigation > .btn {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
}
.additional-images .thumbnail{
  	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 5px;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.products-list .owl-carousel {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: auto;
}
.image-additional {
	cursor: pointer;
	display: block;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	padding: 0;
}
.product-small-view {
	float: left;
	width: 100%;
	margin: 0 0 80px;
}
@media (max-width: 1600px) {
	.product-quickview .product-images .additional-images-container {
		width: 100%;
	}
}
@media (max-width: 1400px) {
	.full-header {
		padding: 0 150px;
	}
	.header {
		padding: 0 150px;
	}
}
@media (min-width: 1200px) {
	header {
		min-height: 150px;
	}
}
@media (min-width:1200px) and (max-width:1299px) {
	.container {
		width: 1200px;
	}
}
@media (max-width: 1220px) {
	.full-header {
		padding: 0 15px;
	}
	.header {
		padding: 0 15px;
	}
	#logo {
		margin: 15px auto -100px;
		width: 160px;
	}
}
@media (max-width: 1199px) {
	.full-header {
		text-align: center;
	}
	#menu .navbar-nav {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	#menu .nav > li.dropdown > a::after, #menu .nav > li.dropdown > span::after{
		top:20px;
		right:8px;
		left:auto;
		bottom:auto;
	}
	.dropdown-menu.language-toggle::after, .dropdown-menu.currency-toggle::after, .header_user_info .dropdown-menu::after  {
		color: #f5f5f5;
		top: -15px;
	}
	.footer-top-cms .container {
		padding: 0;
	}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
		margin: 0 0 0 3px;
	}
	.product-thumb .price {
		font-size: 16px;
	}
	.ttproduct-main {
		margin: 0 0 50px;
		padding: 50px 0 0;
	}
	.related-carousel.products-list {
		margin: 0;
	}
	.special-carousel.products-list {
		margin: 0 0 50px;
	}
	.product-small-view {
		margin: 0 0 60px;
	}
	.footer-container {
		padding: 50px 0 40px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#menu ul.nav li:last-child ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
		left: auto;
		right: 100%;
	}
}
@media (min-width: 992px) {
	#menu ul.navbar-nav > li.dropdown > .dropdown-menu {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 30px 15px;
		position: absolute;
		top: 100%;
		display: block;
		visibility: hidden;
		z-index: 1000;
		border: 1px solid #e5e5e5;
		border-top: 3px solid #ffc000;
		right: auto;
		transform: scale(0,0);
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-o-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform-origin: 20% 20% 0;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		text-align: left;
	}
	#menu ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
		padding: 0;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-o-transform: scale(1,1);
		-ms-transform: scale(1,1);
		visibility: visible;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
}
@media (min-width:830px) and (max-width:991px) {
	.product-layout.product-list .product-thumb .image{
		width: auto;
	}
}
@media (max-width: 991px) {
	.full-header::after {
		display: none;
	}
	.full-header {
		padding: 0;
	}
	#contact-link {
		display: none;
	}
	.header-top-right {
		padding: 0;
		left: auto;
		top: 0;
		bottom: 0;
		float: right;
		position: absolute;
		right: 5px;
		width: auto;
		z-index: 3;
	}
	#top-links > ul {
		margin: 0;
	}
	.header-nav {
		text-align: center;
		float: none;
		width: auto;
		position: relative;
		z-index: 1;
		display: inline-block;
		vertical-align: top;
	}
	#logo {
		display: inline-block;
		float: none;
		margin: 10px auto -70px;
		position: static;
		vertical-align: top;
		width: 150px;
	}
	.special-carousel{
		margin:0 0 40px;	
	}
	.menu-container {
		width: 100%;
		position: relative;
	}
	#menu {
		padding: 0 150px 0 0;
		position: relative;
	}
	#menu .navbar-collapse.collapse > ul > li.dropdown:hover {
		background-color: #fff;
	}
	.cart {
		padding: 0;
	}
	#top-links.pull-right {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
	.cart .cart_counter {
		display: none;
	}
	#form-currency .btn-link.dropdown-toggle::after, #form-language .btn-link.dropdown-toggle::after{
		display:none;
	}
	footer {
		padding: 0;
		margin: 20px 0 0;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, #form-language .btn-group ul.dropdown-menu.language-toggle {
		top: 36px;
	}
	#form-language .btn-group ul.dropdown-menu.language-toggle {
		left: 0;
		right: auto;
	}
	#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
		padding: 5px 10px;
	}
	.common-home header::after {
 		 height: 660px;
	}
	.title_block h3 {
		margin: 0;
		padding: 90px 0 0;
		font-size: 26px;
		line-height: 30px;
	}
	.header-top-left {
		float: left;
		width: 100%;
		text-align:center;
	}
	.header-top-right .pull-left {
		float: none !important;
		display: inline-block;
	}
	header  > .container {
		position: relative;
	}
	#top-links > ul > li::before{
		display:none;
	}
	.lang-curr {
		margin: 6px 0;
		background: none;
		border: none;
		padding: 0;
	}
	.search {
		left: auto;
		border: none;
		bottom: 0;
		float: none;
		position: absolute;
		right: 100px;
		padding: 0;
		width: auto;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		top: 0;
		margin: 0;
		height: 50px;
	}
	.account-nav.dropdown.header_user_info {
		left: auto;
		border: none;
		bottom: 0;
		float: left;
		position: absolute;
		right: 50px;
		padding: 0;
		width: 50px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		top: 0;
		margin: 0;
		height: 40px;
	}
	#top-links .header_user_info ul.dropdown-menu,
	#cart .dropdown-menu {
		top: 50px;
		left:auto;
	}
	.TTProduct-Tab .tab-box-heading {
		margin:0;
	}
	.special-carousel.products-list {
		margin: 0 0 40px 0;
	}
	#form-language, #form-currency {
		margin: 6px 0;
	}
	#form-language::after {
		display: none;
	}
	.header-right {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.header-phone.pull-right {
		float: none !important;
		width: auto;
		vertical-align: top;
		display: inline-block;
		padding: 10px 0;
	}
	.header-bottom-cms {
		float: left;
		width: 100%;
	}
	#top-links > ul > li {
		margin:0;
	}
	.header {
		text-align: center;
	}
	.header-middle {
		width: 100%;
		padding: 0 130px 0 0;
		margin: auto auto 20px;
	}
	.header-middle .menu-container {
		float: left;
		width: 100%;
	}
	#top-links > ul > li.ttsearch {
		position: absolute;
		right: 100px;
		left: auto;
		top: 0;
		bottom: 0;
	}
	#top-links > ul > li.header_user_info {
		position: absolute;
	}
	#column-left .category-treeview.panel-default .list-group, #column-right .category-treeview.panel-default .list-group {
		margin: 0 0 5px;
		padding: 0 15px;
	}
	#menu .navbar-collapse {
		background: #FFF;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 9;
		border: 1px solid #ebebeb;
		top: 50px;
		left:auto;
		right:0;
	}	
	#menu .navbar-header.collapsed, #menu #category {
		display:block !important;
		position:relative;
		width:100%;
		text-align:left;
		color: #000;
	}
	#menu #category {
		font: 600 18px/50px "Poppins",Helvetica,sans-serif;
		color: #fff;
		height: 50px;
		line-height: 45px;
		width: 40px;
		font-size: 0;
		display: block !important;
	}
	#menu #title-menu {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		height: 50px;
		line-height: 45px;
		width: 40px;
		font-size: 0;
		display: block !important;
	}
	.position-static .container {
		width: 100%;
		padding: 0 10px;
	}
	.menu-container .left {
		position:unset;
	}
	#menu div.navbar-header::after, #menu .navbar-header i.fa {
		font-family: "FontAwesome";
		content: "\f0c9";
		font-size: 17px;
		position: absolute;
		right: 0;
		left: 12px;
		top: 16px;
		color: #fff;
	}
	#menu .dropdown-inner ul {
		padding: 0 0 0 15px;
	}
	#menu .single-dropdown-menu .list-unstyled.childs_2 {
		padding-top:0;
		padding-bottom:0;
	}
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu{
		padding:0;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{
		display:none;
	}
	#ttcmsfooter.block.footer-block {
		border:none;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		letter-spacing: 1px;
	}
	#menu .nav > li > a, #menu .nav > li > span {
		padding: 5px 0;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu a {
		padding:0 15px;
	}
	#menu .navbar-nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
	}
	#form-currency .btn-link.dropdown-toggle::before {
		border: none;
	}
	#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span{
		color:#000;
	}
	#menu .nav > li.dropdown > a::after,
	#menu .nav > li.dropdown:hover > a::after,
	#menu .nav > li.dropdown > span::after,
	#menu .nav > li.dropdown:hover > span::after {
    	content: "";
	}
	#menu .nav > li.dropdown::before {
    	content: "";
	}
	#menu .nav > li > a:hover, #menu .nav.navbar-nav > li:hover > a, #menu li:hover > span, #menu .nav > li.dropdown:hover::after, #menu .nav > li.dropdown:focus::after, #menu .nav > li > a:focus, #menu .nav > li > a:active, #menu li.more-menu > span:hover, #menu li.more-menu > span:focus, #menu li.more-menu > span:active, #menu .nav > li.dropdown > a:hover::after,  #menu .nav > li.dropdown > a:active::after {
		color: #000;
		background: none;
	}
	#menu .navbar-collapse li.dropdown > i {
		background:none;
		font-size: 12px;
		position: absolute;
		color: #414141;
		right: 0;
		top: 2px;
		padding:5px;
		cursor: pointer;
		text-align: center;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		top: 0;
		padding: 0 0 0 15px;
		position: relative;
		width: 100%;
		float: left;
		display: none;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.dropdown-menu.dropdown-menu-right.account-link-toggle {
		top: 50px;
	}
	#menu ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
	#menu .dropdown-inner ul.list-unstyled.mega-dropdown-menu {
		border: 0;
	}
	#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
		position: static;
		display: block;
		padding: 0 15px;
	}
	#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
		padding: 0 15px;
	}
	#menu .nav > li.dropdown > a, #menu .nav > li.dropdown > span {
	  padding: 0;
	  margin: 3px 0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		border: 0;
		margin-left: 0 !important;
		background-color: rgba(0, 0, 0, 0);
	}
	#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
		color: #666;
		line-height: 22px;
		padding: 0 !important;
		margin: 0;
	}
	#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu .list-unstyled.childs_2 a {
		color: #666;
	}
	#menu ul.nav ul.list-unstyled li {
		float: left;
		width: 100%;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	.menu-container > .container {
		position:relative;
	}
	#menu .nav.navbar-nav > li {
		display:block;
		text-align:left;
		width: 100%;
	}
	#menu .navbar-collapse li.dropdown {
		clear: both;
	}
	#menu .navbar-collapse li.dropdown.more-menu > .dropdown-menu {
	  display: none;
	}
	#menu .more-menu .list-unstyled.childs_1 a {
  		padding: 5px !important;
	}
	#menu .nav > li > a, #menu .nav > li > span, #menu .more-menu .list-unstyled.childs_1 a {
		font: 400 16px/20px "Poppins",Helvetica,sans-serif;
		color: #222;
		text-transform: capitalize;
	}
	#menu .dropdown .dropdown-menu::after{
		display:none;
	}
	#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
		color: #444;
		padding: 0 !important;
		margin: 0;
		font-weight:500;
		font-size: 14px;
		line-height: 18px;
	}
	#menu .navbar-collapse li.dropdown > i::before {
		content: "\f067";
		font-family: fontawesome;
    }
	#menu .navbar-collapse li.dropdown.active > i::before {
		content: "\f068";
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a,
	#menu .dropdown-inner a
	{
		color:#666;
		font-size: 14px;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after
	{
		display:none;
	}	
	#menu ul.nav ul.list-unstyled.childs_2 li
	{
		padding:0;
	}
	#menu .dropdown-inner ul.list-unstyled.mega-dropdown-menu
	{
		padding:0 !important;
		clear:both;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a
	{
		text-transform:capitalize;
	}
	#menu .list-unstyled.childs_2 {
		float:left;
		width:100%;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu .dropdown-menu .childs_2 a {
		line-height:23px;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#000;
	}
	#menu .more-menu .list-unstyled.childs_1 a:hover {
		color: #000000;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, 
	#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {
	  color: #000;
	}
	.product-tabs {
		margin: 30px 0;
		border: none;
	}
	.option-filter .btn-primary {
		border-radius:25px;
		-moz-border-radius: 25px; 
		-webkit-border-radius: 25px; 
		-khtml-border-radius: 25px;
	}
	footer .footer-column ul {
		float: left;
		width: 100%;
		padding: 0 10px;
	}
	footer .footer-column h5.toggle {
		float: left;
		width: 100%;
		cursor: pointer;
		margin: 0;
		font: 400 18px/26px "Philosopher",Helvetica,sans-serif;
		padding: 10px;
		display: block;
		text-align: left;
		color: #fff;
	}
	.footer-bottom {
		padding: 0;
	}
	.footer-bottom-cms {
		padding: 10px 0 0;
	}
	.footer-column li {
		float: left;
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.footer-column.footer-extras .list-unstyled li a::after {
		display: none;
	}
	footer .footer-column h5:hover {
		background: rgba(255,255,255,.06);
	}	
	.footer-container {
		float: left;
		width: 100%;
		padding: 30px 0 20px;
	}
	footer .footer-column {
		float: left;
		margin: 0;
		padding-top: 0;
		width: 100%;
		padding-bottom: 0;
		padding: 0;
	}
	footer .footer-column.footer-extras {
		padding: 0 15px;
	}
	footer .footer-column h5.toggle::after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: 500;
		float: right;
		line-height: 28px;
		background: none;
		position: static;
		width: auto;
	}
	.footer-column.footer-right-cms.col-sm-3 {
		padding: 0 15px;
	}
	footer .footer-column > div.active h5.toggle:after,
	.footer-right-cms .contact-us.active > h5.toggle:after, footer .footer-column.active h5.toggle:after, footer .footer-column .contact-us.active h5.toggle:after{
		content: '\f068';
		font-weight: 500;
	}	
	.checkout-cart #content{
		margin:0 0 30px;
	}
	.information-contact footer{ margin:10px 0 0;}
	
	.option-filter-box .list-group-items div.list-group-item {
		padding: 0;
		display: none;
	}
	.option-filter-box a.list-group-item:after {
		font-family: "FontAwesome";
		content:"\f107";
		font-size: 14px;
		color: #333;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.option-filter-box a.list-group-item.collapsed:after {
		content:"\f106";
	}
	.ttproduct-main {
		margin: 0 0 30px;
		padding: 40px 0 0;
	}
	.common-home .brand-carousel {
		padding: 30px 0;
	}
/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
#product-category #content {
	padding: 0;
}
body .container > .content_wrap > #content {
	float: left;
	width: 100%;
	padding:0;
}
body .container > .content_wrap > #column-left,
body .container > .content_wrap > #column-right {
	float: left;
	width: 100%;
	display: block !important;
	margin: 10px 0 0;
	padding: 0;
}
body .container > .row > #content {
	float: left;
	width: 100%;
}
body .container > .row > #column-left,
body .container > .row > #column-right {
	float: left;
	width: 100%;
	display: block !important;
	margin: 10px 0 0;
}
#column-left .theiaStickySidebar .left-right-inner .panel-default,
#column-right .theiaStickySidebar .left-right-inner .panel-default,
#column-left .theiaStickySidebar .left-right-inner > div,
#column-right .theiaStickySidebar .left-right-inner > div,
#column-left .theiaStickySidebar .left-right-inner .category-treeview.panel-default,
#column-right .theiaStickySidebar .left-right-inner .category-treeview.panel-default {
	padding: 0;
	cursor: pointer;
	margin: 0 0 20px;
}
#column-left .theiaStickySidebar .left-right-inner .panel-heading::before,
#column-right .theiaStickySidebar .left-right-inner .panel-heading::before,
#column-left .theiaStickySidebar .left-right-inner .box-heading > h3::before,
#column-right .theiaStickySidebar .left-right-inner .box-heading > h3::before {
	border: none;
	position: static;
	display: none;
}
#column-left .theiaStickySidebar .left-right-inner .panel-heading,
#column-right .theiaStickySidebar .left-right-inner .panel-heading,
#column-left .theiaStickySidebar .left-right-inner .box-heading > h3,
#column-right .theiaStickySidebar .left-right-inner .box-heading > h3 {
	padding:15px;
	margin: 0;
	float: left;
	width: 100%;
	background: none;
}
#column-left .toggle:after,
#column-right .toggle:after {
	content: "\f067";
	float: right;
	font-family: "FontAwesome";
	color: #333;
	font-size: 14px;
	font-weight: 500;
	left: auto;
	position: absolute;
	right: 15px;
	left: auto;
	top: 15px;
	display:block;
	background:none;
}
#column-left .panel-default.active > div.toggle:after,
#column-left .products-list.active > div.toggle:after,
#column-right .panel-default.active > div.toggle:after,
#column-right .products-list.active > div.toggle:after {
	content:"\f068";
}
#column-left .products-list > .row,
#column-right .products-list > .row,
#header-left .products-list > .row,
#header-right .products-list > .row,
#footer-left .products-list > .row,
#footer-right .products-list > .row {
	float: left;
	width: 100%;
	padding:0 15px 15px;
}
#column-left .list-group .list-group-item,
#column-right .list-group .list-group-item {
	float: left;
	width: 100%;
}
#column-left .panel > .list-group,
#column-right .panel > .list-group {
	float: left;
	width: 	100%;
	margin: 0 0 0;
	padding:0 15px 15px;
}
#column-left .sidebar.panel.panel-default.information-list .list-group, #column-right .sidebar.panel.panel-default.information-list .list-group {
	padding: 0 15px;
}
/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
#column-left .panel-default.option-filter,
#column-right .panel-default.option-filter {
	display: none;
}
.category-treeview ul {
    float: left;
	width: 100%;
	margin: 0;
}
.option-filter-box {
	border: 1px solid #ebebeb;
	float: left;
	padding: 20px;
	width: 100%;
	background: #fff;
}
.option-filter-box .list-group .list-group-item,
.option-filter-box .radio,
.option-filter-box .checkbox {
	width: 100%;
	float: left;
    background: #FFF;
	border: none;
	color: #414141;
	margin-top: 0;
}
.option-filter-box .list-group .list-group-item{
	color: #000;
}
.option-filter-box .checkbox:hover {
	color: #000;
}
.option-filter-box a.list-group-item {
	padding: 0 0 10px 0;
}
.option-filter-box .list-group {
	float: left;
	width: 100%;
	margin: 0;
}
.option-filter-box .panel-footer {
	float: left;
    width: 100%;
	background: #FFF;
	padding: 0;
}			
/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
body > .container > .row > #content {
	float: left;
	width: 100%;
}
body > .container > .row > #column-left {
	float: left;
    width: 100%;
}
}

@media (min-width:768px) and (max-width:991px) {
	.product-product #content{
		width: 100%; 
	}
	.product-details .rating > a { 
		font-size: 13px;
		padding: 0 5px 0 0;
	}
}
@media (min-width: 768px) {
	/* fixed colum left + content + right*/
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	#menu .more-menu .list-unstyled.childs_1 a {
 	   padding: 0 20px;
	}
}
@media (max-width: 767px) {
	header{
  		padding:0px;
	}
	.header-phone {
	  float: none;
	  padding: 0;
	  margin:0;
	}
	#logo {
		margin: 10px auto;
	}
	.common-home .brand-carousel {
		padding: 20px 0;
	}
	.header-top-left .pull-left {
		margin: 0 10px 0 0;
	}
	#form-currency::after {
		display: none;
	}
	.header-phone {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  padding: 0 12px;
	}
	.special-items .product-thumb {
		padding: 0;
	}
	#tab-review .form-group.required {
       margin-left: -10px;
 	   margin-right: -10px;
	}
	.contact-link ul li {
		padding: 0 10px 0 30px;
	}
	.header-content-title {
		float: left;
		width: 100%;
	}
	.slideshow-panel .owl-carousel .owl-buttons div {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.slideshow-panel .owl-carousel .owl-buttons .owl-prev,
	.slideshow-panel .owl-carousel:hover .owl-buttons .owl-prev {
		left: 20px;
	}
	.slideshow-panel .owl-carousel .owl-buttons .owl-next,
	.slideshow-panel .owl-carousel:hover .owl-buttons .owl-next {
		right: 20px;
	}
	.header-right #top-links .ttcart {
		margin: 0;
	}
	#top-links > ul > li::before {
		top: 15px;
	}
	.option-filter-box .list-group .list-group-item,
	.option-filter-box .radio, .option-filter-box .checkbox {
		width: 100%;
		float: left;
	}
	.product-category #content {
		float: left;
		width: 100%;
	}
	.product-list .product-thumb .image {
		background: none;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		padding: 15px;
		float: left;
	}
	.information-contact .store-contact {
		clear: both;
	}
	.owl-carousel .owl-buttons div {
		opacity: 1
		-khtml-opacity: 1 
		-moz-opacity: 1
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1; 
		filter: alpha(opacity=100);
	}
	footer .footer-column h5.toggle {
		float: left;
		width: 100%;
		padding: 10px;
		cursor: pointer;
	}
	.ttproduct-main {
		padding: 30px 0 0;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by
	{
		margin: 5px 0;
		float: left;
		clear: both;
	}
	.product-list .product-thumb h4{
		margin:0;
		padding:10px 0;
	}
	.product-list .product-thumb .button-group {
		float: left;
		width: 100%;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-small-view > .container {
		padding: 0;
	}
	.product-product .product-images {
		width: 100%;
	}
	.product-details h1.product-name {
		margin-top: 15px;
		font-size: 14px;
	}
	.checkout-cart #content .input-group input {
		min-width: 20px;
	}
	.product-grid .product-thumb .thumb-description {
		width: auto;
		float: none;
	}
	.TTcategory-tab .product-thumb .image {
		float: left;
		width: 30%;
		padding: 0 10px;
	}
	.TTcategory-tab .product-thumb .thumb-description {
		width: 70%;
	}
	.product-grid .product-thumb .thumb-description,
	.product-thumb .thumb-description
	{
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1;
		-webkit-opacity: 1; 
		transition:none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
	.product-thumb .image img {
		width: 100%;
	}
	.product-list .product-thumb .thumb-description {
		float: right;
	}
	.product-grid .product-thumb:hover .thumb-description, .related-items .product-thumb:hover .thumb-description, .product-thumb:hover .thumb-description{
	     background:none;
	}
	.product-images .additional-images-container {
		width: 440px;
		margin: 20px auto 0;
	}
	.product-quickview .product-images .additional-images-container {
		width: 90%;
	} 
	.footer-bottom {
		 float:left;
		 width:100%;
	}
	.footer-bottom > p {
		text-align: center;
	}
	.footer .footer-column h5.toggle{margin-bottom:2px;padding:10px;display:block;text-transform:uppercase;}
	.product-thumb:hover .price{
		opacity:1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.product-thumb .rating,.product-thumb:hover .rating  {
		 opacity:1;
		 -moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		bottom: 55px;
	}
	.products-carousel .owl-buttons {
		margin: 0;
	}
	.special-carousel.products-list {
		margin: 0 0 30px 0;
	}
	.customNavigation {
		margin: 0;
	}
	.product-thumb .button-group .btn-wishlist > span,
	.product-thumb .button-group .btn-compare > span {
		display: none;
	}
	.product-thumb:hover .rating{
		display:block;
	}
	.product-category .list-group-item{border:none;}
	.product-thumb .sale-icon {
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		right: 10px;
		top: 10px;
	}
	.product-thumb .percent {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		left: 10px;
		top: 10px;
	}
	.category-pagination div.text-left {
		font-size: 13px;
	}
	.product-list .product-thumb .image img {
		width: 100%;
	}
	.category-products .product-grid {
		width: 50%;
		float: left;
		text-align: center;
	}
	body > .container > .row > #column-left {
		display: block;
	}
	.product-thumb .button-group .tt-button-container {
		bottom: 7px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.product-thumb:hover .button-group .tt-button-container {
		bottom: 7px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.product-thumb .button-group .ttproduct-button {
		right: 10px;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		bottom: 60px;
	}
	.product-list .product-thumb .button-group .btn-cart {
		margin: 0 0 5px;
	}
	.product-thumb .button-group .btn-cart span{
		color:#000;
	}
	.product-thumb:hover .button-group .btn-cart, .product-thumb:hover .button-group .btn-wishlist,.product-thumb:hover .button-group .btn-compare, .product-thumb:hover .button-group .btn-quickview {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
	.product-thumb .button-group .btn-wishlist,.product-thumb .button-group .btn-compare, .product-thumb .button-group .btn-quickview {
		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;
	}
	.TTcategory-tab .product-thumb .button-group {
		position: static;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		margin: 0;
	}
	.product-thumb .thumb-description .caption {
		padding: 0 10px;
	}
	.product-category .list-group {
		margin-bottom: 0px;
	}
	.page-title-wrapper {
		padding: 15px 0 10px;
	}
	.breadcrumb {
		float: none;
		text-align: center;
	} 
	#tttestimonial-carousel {
		margin: 0;
	}	
	#account-login .new-customer {
		margin: 0 0 20px;
	}
	#content .category-filter {
		margin: 20px 0 20px;
	}
	.contact-link > ul {
		display: inline-block;
		float: none;
	}
	#form-language .btn-link span, #form-currency .btn-link span {
		display:inline-block !important;
	}
	#goToTop {
		right: 20px;
	}
	.checkout-cart .sub-total-table {
		float: none;
	}
	.checkout-cart h2 {
		font-size: 16px;
	}
	.checkout-cart #accordion .panel-heading a {
		font-size: 14px;
	}
	.checkout-checkout h4 {
		font-size: 15px;
	}
}
@media (min-width:481px) and (max-width:767px) { 
	#product-product .product-image {
		margin: 0 auto;
		width: 80%;
		position: relative;
		float: none;
	}
	.product-category .category-image {
  		float: left;
  		width: 40%;
	}
	.product-category .block-description {
		float: right;
		width: 60%;
		padding: 0 15px 0 0;
	}
}
@media (max-width:480px) {
	.TTProduct-Tab .nav.nav-tabs > li {
		width: 60%;
		margin: 0 0 10px;
	}
	.header-phone.pull-left span {
		display: none;
	}
	.customNavigation {
		margin: 0;
	}
	.ttright-bg-1 {
		top: 9%;
		width: 100px;
	}
	.product-quantity #input-quantity {
		width: 40px;
	}
	.header-phone.pull-right {
		display: none;
	}
	.header-top-right .pull-left {
		display: none !important;
	}
	#quickview-content {
		width: 90%;
	}
	.products-list{
		margin-bottom:20px;
	}
	.product-product .nav-tabs > li > a {
		margin: 0 0 3px;
		padding: 5px 12px;
		font-size: 14px;
	}
	#cart .header-cart-toggle .text-left.name > a, #cart .header-cart-toggle .text-right.amount {
		font-size: 13px;
	}
	.TTcategory-tab .product-thumb .image {
		float: left;
		width: 100%;
	}
	.TTcategory-tab .product-thumb .thumb-description {
		float: left;
		width: 100%;
	}
	.product-layout.product-list .product-thumb.row {
		margin: 0 0 30PX;
	}
	.product-layout.product-list .product-thumb .sale-icon {
		right: 15px;
		left: auto;
	}
	.product-layout.product-list .product-thumb .percent {
		left: 15px;
		right: auto;
	}
	.product-thumb .button-group .btn-wishlist{
		top:-300px;
	}
	.product-layout.product-list .product-thumb h4 a {
		text-align: center;
	}
	.nav-tabs {
		text-align: center;
	}
	.product-thumb .button-group .btn-compare{
		top:-270px;	
	}
	#ttsmartblog-carousel.owl-carousel {
		margin: 0;
	}
	.contact-link > ul {
		padding: 8px 0;
	}
	.category-description .category-content p {
		font-size: 13px;
		margin: 10px 0 0;
	}
	.common-home header::after {
  		height: 260px;
	}
	.header-mail {
		display: none;
	}
	.TTProduct-Tab .nav.nav-tabs {
		width: 100%;
	}
	.products-list .owl-carousel {
		text-align: center;
		margin: 0;
		float: left;
		width: 100%;
	}
	.tt-home .nav-tabs {
		margin: 0 0 10px;
	}
	.product-images .additional-images-container {
		width: 240px;
	}
	.additional-images .image-additional img {
		width: auto;
	}
	#cart .dropdown-menu li p {
		margin: 0px;
	}
	.product-grid .product-thumb .image, .product-list .product-thumb .image,
	.product-grid .product-thumb .thumb-description, .product-list .product-thumb .thumb-description { width: 100%; text-align: center;}
	.product-list .product-thumb .image a,
	.product-list .product-thumb .image img,
	.product-list .product-thumb .button-group button { float: none; }
	.table {
		overflow: scroll;
		display: inline-block;
	}
	.table td {width: 100%;}
	#cart .dropdown-menu li > div { min-width: 100%;}
	.product-tabs .nav-tabs li {
		width: 100%;
	}
	.category-products .product-grid {width: 100%;}
	.category-pagination .text-left,.category-pagination .text-right {width: 100%;}
	.category-pagination .text-right{float:none;}
	.category-pagination .text-left{margin-bottom:10px;}
	.category-pagination div.text-left, .category-pagination div.text-right{margin:0;}
	.category-pagination .text-left,.category-pagination .text-right {width: 100%; text-align:center;}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #ebebeb;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
	.category-list ul li {
		margin-right: 0;
	}
	.product-product .nav-tabs > li{margin-left:0px;}
	
	.product-list .product-thumb .button-group {
		float: none;
		display: inline-block;
		width: auto;
	}
	.product-list .product-thumb h4 {
		padding: 0 0 10px;
	}
	.product-list .product-thumb .image {
		padding: 0;
	}
	.product-list .product-thumb{
		border:none;
	}
	.product-list .product-thumb .image::after{
		display:none;
	}
	.product-list .btn-wishlist .tooltip::before {
		left: 95px;
	}
	.product-details .rating > a {
		margin:5px 8px 0 0;
		padding:0 8px 0 0;
		border-right:none;
	 }
	.rating .product-rating {
		margin: 0;
		width: 100%;
		border-right:none;
	}
	.form-horizontal .control-label {
		width: 100%;
	}
	.checkout-cart .buttons .pull-left {
	    text-align: center;
	    width: 100%;
	}
	.checkout-cart .buttons .pull-right {
	   margin-top: 15px;
	   text-align: center;
	   width: 100%;
	}
	#top .fa.fa-caret-down {
		padding:0;
	}
	.page-title-wrapper {
		margin: 0 0 15px;
	}	
	.product-list .product-thumb .thumb-description {
		padding: 0;
		margin: 15px 0 0;
	}
	.checkout-cart .sub-total-table {
		width: 100%;
	}
}
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search, #header-search {
	    width: 100%; 
	}
}
/*-------------------------------------------- Common Title CSS Start -------------------------------------------------*/
	.box-heading h3, .title_block h3, .tt-title {
		color: #111;
		float: left;
		font: 700 38px/42px "Philosopher",sans-serif;
		margin: 0 0 30px;
		position: relative;
		text-align: center;
		text-transform: capitalize;
		width: 100%;
		padding: 0 0 40px;
		background: rgba(0, 0, 0, 0) url("TemplateTrip/images/separator.png") no-repeat scroll center bottom;
	}
	.tt-title{
		padding: 0 0 35px;
	}
	.products-list .box-heading {
		text-align: center;
		position: relative;
	}
	@media (max-width: 1199px) {
		.box-heading h3, .title_block h3
		.title_block .ttblock-headin, .tt-title {
			font-size: 36px;
			line-height: 40px;
		}
	}
	@media (max-width: 991px) {
		.box-heading h3, .title_block h3 .title_block .ttblock-heading, .tt-title  {
			font-size: 28px;
			line-height: 32px;
		}
	}
	@media (max-width: 543px) {
		.box-heading h3, .title_block h3 .title_block .ttblock-heading, .tt-title {
			font-size: 22px;
			line-height: 26px;
			margin-bottom: 20px;
			padding: 0 0 30px;
		}
	}
/*-------------------------------------------- Common Title CSS End -------------------------------------------------*/

/*  --------Start  TT-cms Header service block ----*/
#ttcmsheaderservices {
	float: left;
	width: auto;
	text-align: center;
}
#ttcmsheaderservices .ttheader-service {
	color: #ffffff;
	float: none;
	font: 400 13px/24px "Poppins",Helvetica,sans-serif;
	padding: 11px 0;
	text-transform: capitalize;
	width: auto;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	letter-spacing: .4px;
}
#ttcmsheaderservices .ttheader-service > span {
	text-transform: uppercase;
}
#ttcmsheaderservices .ttheader-service::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -38px -486px;
	content: "";
	float: left;
	height: 24px;
	width: 30px;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
#ttcmsheaderservices .ttheader-service:hover::before  {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
@media(max-width:991px){
	.header-nav .hidden-sm-down {
		display: block;
	}
	#ttcmsheaderservices {
		width: 100%;
	}
	#ttcmsheaderservices .ttheader-service {
		padding: 7px 0 5px;
	}
}
/*  -------- End TT-cms Header service block ----*/

#ttcmsservices {
	background: #ffc23e;
	background: -moz-linear-gradient(top, #ffc23e 1%, #ffb200 100%); 
	background: -webkit-linear-gradient(top, #ffc23e 1%,#ffb200 100%); 
	background: linear-gradient(to bottom, #ffc23e 1%,#ffb200 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc23e', endColorstr='#ffb200',GradientType=0 ); 
	float: left;
	width: 100%;
	text-align:center;
	position:relative;
	z-index:1;
}
#ttcmsservices .container.owl-carousel.owl-theme {
	margin: 0 auto;
}
#ttcmsservices::after {
  background:rgba(0, 0, 0, 0) url("TemplateTrip/images/header-bg-02.png") repeat scroll 0 bottom;
  bottom: -5px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
#ttcmsservices .ttcmsservice-content .service {
	float: none;
	margin: 10px 0;
	text-align: center;
	width: auto;
	display: inline-block;
	vertical-align: top;
	position:relative;
}
#ttcmsservices .ttcmsservice-content .service .service-icon {
	float: left;
	height: 50px;
	width: 50px;
	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;
}
#ttcmsservices .ttcmsservice-content .service .ttsupport_img.service-icon{
    background: transparent url("TemplateTrip/images/store-services.png") no-repeat scroll -140px -15px;
}
#ttcmsservices .ttcmsservice-content .service:hover .ttsupport_img.service-icon{
    background: transparent url("TemplateTrip/images/store-services.png") no-repeat scroll -37px -15px;
}
#ttcmsservices .ttcmsservice-content .service .ttshare_img.service-icon{
    background: transparent url("TemplateTrip/images/store-services.png") no-repeat scroll -138px -112px;
}
#ttcmsservices .ttcmsservice-content .service:hover .ttshare_img.service-icon{
    background: transparent url("TemplateTrip/images/store-services.png") no-repeat scroll -34px -112px;
}
#ttcmsservices .ttcmsservice-content .service .ttsaving_img.service-icon{
    background: transparent url("TemplateTrip/images/store-services.png") no-repeat scroll -139px -205px;
}
#ttcmsservices .ttcmsservice-content .service:hover .ttsaving_img.service-icon{
    background: transparent url("TemplateTrip/images/store-services.png") no-repeat scroll -34px -205px;
}
#ttcmsservices .ttcmsservice-content .service .service-desc {
	font: 400 16px/50px "Philosopher",sans-serif;
	color:#000;
}
#ttcmsservices .service .service-icon-background {
	display: inline-block;
	float: left;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
}
#ttcmsservices .service .service-content {
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 0 0 0 10px;
	text-align: left;
	vertical-align: top;
}
@media(max-width:1199px){
	#ttcmsservices .ttcmsservice-content .service {
		padding:0 12px;
	}
}
@media(max-width:991px){
	#ttcmsservices .ttcmsservice-content .owl-item::before {
		display: none;
	}
}
@media(min-width: 544px) and (max-width:767px){
	#ttcmsservices .ttcmsservice-content .service {
		padding: 0;
	}
}
@media(min-width: 320px) and (max-width:543px){
	#ttcmsservices .ttcmsservice-content .service .service-desc {
		font-size:13px;
	}
	#ttcmsservices .service .service-content {
		margin:0;
	}
	#ttcmsservices .ttcmsservice-content .service {
		padding: 0;
	}
}
/*---------------------------- End TT - CMS Services block ----------------------------*/
/* ---------------------- Start TT - CMS Banner block  --------------------------*/
#ttcmsbanner {
    float: left;
    margin: 0 0 80px;
    position: relative;
    width: 100%;
}
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner {
    padding: 0;
}
#ttcmsbanner .ttbanner-content .ttbanner1 {
 	padding: 0;
}
#ttcmsbanner .ttbanner-content .ttbanner2 {
  	margin: 30px 0 0;
	padding: 0;
}
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img a {
    display: block;
    overflow: hidden;
    position: relative;
}
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img a::after {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
}
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img a::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
}
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img a:hover::after,
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img a:hover::before {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}
#ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img a img {
    max-width: 100%;
    width: 100%;
}
@media (max-width: 1199px) {
	#ttcmsbanner {
	  margin: 0 0 50px;
	}
}
@media (max-width: 991px) {
    #ttcmsbanner {
        margin: 30px 0 50px;
    }
}
@media (max-width: 767px) {
	#ttcmsbanner {
	  margin: 0 0 30px;
	}
}
@media (max-width: 543px) {
    #ttcmsbanner {
        margin: 0 0 20px;
    }
	#ttcmsbanner .ttbanner-content .ttbanner2 {
		margin: 0;
	}
    #ttcmsbanner .ttcmsbanner .ttbanner-content .ttbanner-img {
        margin: 0 0 15px;
        width: 100%;
    }
}

/* ---------------------- End TT - CMS Banner block  --------------------------*/
/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
  display: inline-block;
  float: none;
  text-align: center;
  padding: 0;
  margin:0 0 80px;
  width: 100%;
  position:relative;
  background:#fff;
}
#ttcmstestimonial::after {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/header-bg-03.png") repeat scroll 0 bottom;
  bottom: -9px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
##ttcmstestimonial .tttestimonial-inner .testimonial-content .testimonial-user-title h4 {
  color: #ffffff;
  font: 400 16px/18px "poppins",Helvetica,sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
#ttcmstestimonial .tttestimonial-inner .testimonial-content .testimonial-user-title .user-designation {
  color: #d2173a;
  font: 500 16px/18px "poppins",Helvetica,sans-serif;
  text-transform: capitalize;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner {
  padding:9% 0;
  float: left;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li {
  display: table;
  float: none;
  width: 70%;
  position: relative;
  padding: 0 18px;
  display: inline-block;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-image {
  margin: 15px auto 0;
  display: table;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-image img {
  border-radius:50%;
  -moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
  float: left;
  height: 100px;
  width: 100px;
  border:5px solid #c61a40;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-content {
  margin: 20px 0 0 0px;
  text-align: center;
  float:none;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-content .testimonial-user-title {
  float: left;
  margin: 0 0 15px;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-content .testimonial-user-title > h4{
	font:600 20px/24px "Philosopher",Helvetica,sans-serif;
	color:#000;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-content .testimonial-desc {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li .testimonial-content .testimonial-desc p {
  color: #111;
  font: 400 13px/20px "poppins";
  text-transform: capitalize;
}
#ttcmstestimonial .owl-pagination {
  float: left;
  text-align: center;
  width: 100%;
  margin: 15px auto 10px;
  z-index: 99;
  top: 0;
}
#ttcmstestimonial .owl-pagination .owl-page {
  display: inline-block;
  height: 12px;
  width: 12px;
  background:#d7d7d7;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -khtml-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  border: 1px solid white;
  vertical-align: middle;
  margin: 0 8px 0 0;
  cursor: pointer;
  border-radius:50px;
  -moz-border-radius: 50px; 
-webkit-border-radius: 50px; 
-khtml-border-radius: 50px;
}
#tttestimonial-carousel .owl-numbers {
  display: none;
}
#tttestimonial-carousel .owl-controls .owl-page span{
  display: none;
}
#ttcmstestimonial .owl-pagination .owl-page.active {
  height: 14px;
  width: 14px;
  background: #000;
  border: 1px solid #000;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -khtml-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  border-radius:50px;
  -moz-border-radius: 50px; 
-webkit-border-radius: 50px; 
-khtml-border-radius: 50px;
  opacity:1;
  -moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
}
#ttcmstestimonial .owl-pagination .owl-page:hover {
  background: #000;
  border-color: #000;
  opacity:1;
-moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
}
@media (max-width:1199px) {
	#ttcmstestimonial {
	  margin: 0 0 50px;
	}
	#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner {
	  padding: 50px 0;
	}
	#ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul li {
		width:100%;
	}
}
@media (max-width: 991px) {
  #ttcmstestimonial {
    float: left;
    margin: 0 0 40px;
  }
  #ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner {
    padding: 40px 0;
  }
  #ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner ul {
    display: none;
  }
}
@media (max-width: 767px) {
  #ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner {
    padding: 30px 0;
  }
  #ttcmstestimonial .tttestimonial-content.container .tttestimonial-inner {
    float: left;
    width: 100%;
  }
}
@media (max-width: 543px) {
  #ttcmstestimonial {
    float: left;
    margin: 0 0 30px;
  }
	  #ttcmstestimonial {
		height: 100%;
	  }
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ---------------------- Start TemplateTrip - TT CMS Footer Block --------------------------*/

#ttcmsfooter {
  float: left;
  margin: 0 0 60px;
  text-align: center;
  width: 100%;
}
.ttfooter-logo {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 130px;
}
.ttfooter-logo > img {
  max-width: 100%;
}
#ttcmsfooter .ttfooter-desc {
  border-bottom: 1px solid #333;
  color: #fff;
  display: inline-block;
  float: none;
  font: 400 13px/22px "Poppins",Helvetica,sans-serif;
  margin: 0 auto;
  padding: 20px 0 40px;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 1199px) {
	#ttcmsfooter {
	  margin: 0 0 40px;
	}
}
@media (max-width: 991px) {
	#ttcmsfooter {
	  margin: 20px 0;
	}
    #ttcmsfooter .ttfooter-desc {
		padding:20px 0;
    }
}
@media (max-width: 543px) {
	#ttcmsfooter .ttfooter-desc {
	  padding: 20px 15px;
	}
}
#ttcmsfooter .ttfooter-desc > i > a {
    color: #454545;
    font-style: italic;
}
/* ---------------------- End TemplateTrip - TT CMS Footer Block --------------------------*/
/* ------------------------------------------ TT-FollowUs CMS Start -------------------------------------------*/
	.follow-us h5 {
		display: none;
		cursor: pointer;
	}
	.follow-us {
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer-bottom .follow-us .list-unstyled {
		display: inline-block;
		margin: 0;
		vertical-align: top;
	}
	.follow-us ul.list-unstyled li {
		display: inline-block;
		margin: 0 5px 0 0;
		width: 30px;
		height: 30px;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	.follow-us ul.list-unstyled li:last-child {
		border: none;
	}	
	.follow-us ul li a {
		color: #fff;
		padding: 5px;
		float: left;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 100%;
	}	
	.follow-us ul li a i {
		font-size: 17px;
		font-weight: 500;
	}
	.fa.fa-facebook::before {
	  content: "\f09a";
	}
	.fa.fa-facebook:hover::before {
	  color: #145ab1;
	}
	.fa.fa-twitter::before {
	  content: "\f099";
	}
	.fa.fa-twitter:hover::before {
	  color: #44d3d8;
	}
	.fa.fa-rss::before {
	  content: "\f09e";
	}
	.fa.fa-rss:hover::before {
	  color: #ff6600;
	}
	.fa.fa-google-plus::before {
	  content: "\f0d5";
	}
	.fa.fa-google-plus:hover::before {
	  color: #ff0000;
	}
	.fa.fa-pinterest-p::before {
	  content: "\f231";
	}
	.fa.fa-pinterest-p:hover::before {
	  color: #ff3635;
	}
	.fa.fa-instagram::before {
	  content: "\f16d";
	}
	.fa.fa-instagram:hover::before {
	  color: #f33857;
	}
	@media (max-width: 767px) {
		.follow-us {
			text-align: center;
		}
	}
/* ------------------------------------------ TT-FollowUs CMS End -------------------------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
		#footer-right {
			float: left;
			width: 100%;
		}
		footer .contact-us .email-address > a {
			margin: 0 0 5px;
			color: #fff;
		}
		footer .contact-us .email-address > a:hover {
			color: #ffc000;
		}
		#footer-top {
			float: left;
			width: 100%;
		}
		.html-content {
			float: left;
			width: 100%;
		}
		.contact-us {
			color: #fff;
			line-height: 26px;
			list-style: none;
			overflow: hidden;
			margin: 0 0 20px;
			position: relative;
			font-size: 13px;
			font-weight: 400;
			float: left;
			width: 100%;
			padding: 0;
		}
		footer .contact-us ul {
			margin:	0;
		}
		footer .contact-us ul li {
			color: #fff;
			line-height: 26px;
			list-style: none;
			overflow: hidden;
			margin: 0 0 4px;
			position: relative;
			font-size: 13px;
			font-weight: 400;
			float: left;
			width: 100%;
			padding: 0;
		}
		footer .contact-us ul li i {
			color: #fff;
			font-size: 13px;
			margin-right: 5px;
			text-align: center;
			display: inline-block;
			line-height: 26px;
			vertical-align: top;
			width: 22px;
		}
		footer .contact-us .contact-address {
			padding: 0;
			color: #fff;
			font: 400 13px/24px "Poppins",Helvetica,sans-serif;
			text-transform: capitalize;
			display: inline-block;
			vertical-align: top;
		}
		footer .contact-us .phone {
			color: #fff;
			font: 400 13px/24px "Poppins",Helvetica,sans-serif;
			margin: 0 0 5px;
	   }
		footer .contact-us ul a::before {
			display: none;
		}
		@media (max-width: 991px) {
			footer .contact-us ul {
				padding: 0 10px;
			}
			.contact-us {
				margin-bottom: 0;
			}
		}
/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

		input[type="radio"],
		input[type="checkbox"] {
		margin-top: 0px;
		cursor: pointer;
		}
		.checkbox-wrapper {
			background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0px -256px;
			width: 15px;
			height: 17px;
			display: inline-block;
			margin: 0 5px 0 0;
			vertical-align: middle;
		}
		.checkbox-wrapper:hover {
		background-position: -30px -256px;
		}
		.checkbox-wrapper.active {
		background-position: -15px -256px;
		}
		.checkbox-wrapper input {
			background: none;
			border: 1px solid #eee;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			position: relative;
			opacity: 0;
			-moz-opacity: 0; 
			-khtml-opacity: 0; 
			-webkit-opacity: 0;
		}
		.radio-wrapper {
			background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
			width: 13px;
			height: 13px;
			display: inline-block;
			margin: 0 5px 0 0;
			vertical-align: middle;
		}
		.radio-wrapper:hover,
		.radio-wrapper.active {
			background-position: -13px -243px;
		}
		.radio-wrapper input {
			background: none;
			border: none;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			position: relative;
			opacity: 0;
			-moz-opacity: 0; 
			-khtml-opacity: 0; 
			-webkit-opacity: 0; 
		}	
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
/*-------------------------------------------- Boootstrp Extra CSS Start --------------------------------------*/

	.list-group-item {
		background-color: #FFF;
	}
	.panel-default {
		border-color: #f0f0f0;
	}
	.form-control:focus {
		border-color: #f0f0f0;
	}
	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #f0f0f0;
	}
/*-------------------------------------------- Boootstrp Extra CSS End --------------------------------------*/
	.full-header.fixed {
		animation: 1s ease 0s normal both 1 running fixedmenu;
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		float: left;
		left: 0;
		position: fixed !important;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: #e30d36;
		background: -moz-linear-gradient(left,#e30d36 0%,#e40d36 100%);
		background: -webkit-linear-gradient(left,#e30d36 0%,#e40d36 100%);
		background: linear-gradient(to right,#e30d36 0%,#e40d36 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30d36',endColorstr='#e40d36',GradientType=1);
	}
	.full-header.fixed #logo {
		margin: 10px auto -100px;
		width: 150px;
	}
	@-webkit-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@-moz-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
.checkout-checkout .panel-group {
	float: left;
	width: 100%;
}
#checkout-checkout #content #collapse-checkout-option h2 {
	font-size: 22px;
}
#at15s .at-label {
	margin: 0 5px;
}
/*------------------------ instagram CSS start -----------------------------------------*/
#instaLink_0, #instaLink_0 .instalink-feed-wrapper {
background: #fff !important;
}
/*------------------------instagram CSS End -----------------------------------------*/