body {
	background: #ffffff;
	font: 500 13px/20px "Montserrat", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #555555;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Helvetica, sans-serif;
	color: #333333;
}
/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666666;
}
a:hover, a:focus,#column-left .checkbox > label:hover {
    color: #111;}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 16px;
	padding: 7px 0px;
	color: #111;
	font-weight: 600;
	position: relative;
}
legend::before {
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: -1px;
	background: #ffc000;
	height: 2px;
	width: 30px;
	content: "";
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
legend:hover::before {
	width: 45px;
}
small, .small {
	font-size: 11px;
}
label, .checkbox label, .radio label {
	font-size: 13px;
	font-weight: 500;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
button, input, select, textarea {
    outline: none;
}
.form-control {
    background: #ffffff;
    color: #777777;
	border:1px solid #e5e5e5;
	margin:0 0 5px;
	padding: 10px 12px;
	height: auto;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control,.filter-show .filter-selection .form-control {
	background-color: #ffffff; 
	padding: 9px 12px; 
	margin: 0; 
	border-radius:0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
.filter-sort-by .select-wrapper::after,.filter-show .filter-selection .select-wrapper::after {
	top: 8px;
}
.select-wrapper {position: relative;}
.select-wrapper::after, .filter-selection::after {
	font-family: "Material Icons";
	content: '\e313';
	font-size: 17px;
	position: absolute;
	right: 5px;
	top: 9px;
	pointer-events: none;
	font-weight: 400;
	color: #666;
}
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 input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb .image img.image_thumb_swap {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/*----------------------fade effect-------------------*/
.product-thumb .image img.image_thumb_swap.fade {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb_swap.fade {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
/*----------------------End of fade effect-------------------*/
/*----------------------zoom effect-------------------*/
.product-thumb .image img.image_thumb_swap.zoom {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.product-thumb:hover .image img.image_thumb_swap.zoom {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/*----------------------End of zoom effect-------------------*/
/*----------------------horizontal scrolling left to right effect-------------------*/
.product-thumb .image img.image_thumb_swap.horizontal_scrolling_left_to_right {
	position: absolute;
    top: 0;
	left: -100%;
	right: auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-webkit-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
}
.product-thumb:hover .image img.image_thumb_swap.horizontal_scrolling_left_to_right {
	left: 0;
}
/*----------------------End of horizontal scrolling left to right effect-------------------*/
/*----------------------horizontal scrolling right to left effect-------------------*/
.product-thumb .image img.image_thumb_swap.horizontal_scrolling_right_to_left {
	position: absolute;
    top: 0;
	right: -100%;
	left: auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	transition: right 0.5s ease 0s;
	-moz-transition: right 0.5s ease 0s;
	-webkit-transition: right 0.5s ease 0s;
	-o-transition: right 0.5s ease 0s;
}
.product-thumb:hover .image img.image_thumb_swap.horizontal_scrolling_right_to_left {
	right: 0;
}
/*----------------------End of horizontal scrolling right to left effect-------------------*/
/*----------------------vertical scrolling top to bottom effect-------------------*/
.product-thumb .image img.image_thumb_swap.vertical_scrolling_top_to_bottom {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
}
.product-thumb:hover .image img.image_thumb_swap.vertical_scrolling_top_to_bottom {
	top: 0;
}
/*----------------------End of vertical scrolling top to bottom effect-------------------*/
/*----------------------vertical scrolling bottom to top effect-------------------*/
.product-thumb .image img.image_thumb_swap.vertical_scrolling_bottom_to_top {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
}
.product-thumb:hover .image img.image_thumb_swap.vertical_scrolling_bottom_to_top {
	top: 0;
}
/*----------------------End of vertical scrolling bottom to top effect-------------------*/
/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.nav-tabs {
	border-bottom: none;
	float: left;
}
.tab-content {
	padding:15px 0;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.tab-content ul, .tab-content ol {
	padding: 0 0 0 15px;
}
.table.table-striped.table-bordered {
	border:1px solid #e5e5e5;
}
.dropdown-backdrop {
	display: none;
}

/*--------------------------- title css start--------------------------------*/
.tt-titletab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}
.box-heading > h3, .title_block .ttblock-heading, .tt-title {
	color: #222;
	float: none;
	font: 700 46px/50px "Montserrat", Helvetica, sans-serif;
	margin: 0 0 20px;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
	width: auto;
}
.box-heading > h3:after{
	background: #d9d9d9;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
}
.ttsubtitle {
	color: #777777;
	float: left;
	font: italic 500 22px/24px "Playfair Display", Helvetica, sans-serif;
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}
.box-heading {
  float: left;
  width: 100%;
}
/*--------------------------- title css end--------------------------------*/
/* TTproduct tab*/
#TTproduct-main {
	float: left;
	text-align: center;
	width: 100%;
}	
.ttproduct-main {
	float: left;
	width: 100%;
}
.TTProduct-Tab .tab-content {
	margin: 0;
	padding: 0;
}
.TTProduct-Tab .nav-tabs > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 15px;
    padding: 5px 0;
    position: relative;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
    vertical-align: top;
}
.TTProduct-Tab .nav-tabs > li > a {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	font: italic 600 26px/28px "Playfair Display", Helvetica, sans-serif;
	outline: medium none;
	padding: 0 25px;
	position: relative;
	text-transform: capitalize;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	margin: 0 10px;
	border: none;
	overflow: hidden;
	z-index: 1;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.TTProduct-Tab .nav-tabs > li > a .tab-title {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border: none;
	color: #111;
	font: italic 600 26px/28px "Playfair Display", Helvetica, sans-serif;
	margin: 0;
	outline: medium none;
	padding: 0;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	letter-spacing: 1px;
    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;
}
.TTProduct-Tab .nav-tabs > li::after {
	background: #d9d9d9;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 20px;
	width: 2px;
	content: "";
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.TTProduct-Tab .nav-tabs > li:hover > a .tab-title, .TTProduct-Tab .nav-tabs > li.active > a .tab-title {
	color: #111111;
}
.TTProduct-Tab .nav-tabs > li.active > a {
	background: none;
	color: #111;
	border: none;
	opacity: 1;
}
.TTProduct-Tab .nav-tabs > li:hover > a {
	color: #111;
	opacity: 1;
}
.TTProduct-Tab .nav-tabs > li:last-child::after {
	display: none;
}
.TTProduct-Tab .nav-tabs > li > a::after, .TTProduct-Tab .nav-tabs > li.active > a::after {
	position: absolute;
	content: '';
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: -1;
	background:rgba(0,0,0,0);
	height: 100%;
	width: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.TTProduct-Tab .nav-tabs > li:hover > a::after, .TTProduct-Tab .nav-tabs > li.active > a::after {
	width: 100%;
}
.TTProduct-Tab .nav-tabs {
	border: medium none;
	display:none;
	float: left;
	margin: 0 0 25px;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.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%;
}
.TTProduct-Tab .tthometab {
	float: left;
	width: 100%;
}
.ttcat-main {
  float: left;
  width: 100%;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
.additional-images .owl-controls .owl-buttons div {
    background: #111;
	border: 1px solid #111;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	bottom: 0;
	direction: ltr;
	font-size: 0;
	height: 30px;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	transition: none 0s ease 0s ;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	width: 30px;
}
.additional-images .owl-controls .owl-buttons div:hover{
	background: #333333;
	border-color: #333333;
}
.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-carousel .owl-controls .owl-buttons > div.owl-prev::before, 
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
    background: none;
    content: "\e408";
    font-family: "Material Icons";
    font-size: 20px;
	line-height: 28px;
	color:#ffffff;
	padding: 4px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
	content:"\e409";
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev:hover::before, 
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next:hover::before {
	color: #ffffff;
}
.additional-images .owl-controls .owl-buttons div::after {
	background: #ffffff;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	-moz-opacity: 0.1; 
	-khtml-opacity: 0.1; 
	-webkit-opacity: 0.1;
	position: absolute;
	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;
	width: 0;
}
.additional-images .owl-controls .owl-buttons div:hover::after {
	width: 100%;
}
@media(max-width:480px){
	.additional-images .owl-controls .owl-buttons div {
		height: 25px;
		width: 25px;
	}
	.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev::before, 
	.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
		line-height: 23px;
		padding: 1px;
	}
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.header-content-title .parallex {
  background: rgb(140, 142, 145);
  float: left;
  padding: 160px 0 80px;
  width: 100%;
}
.page-title-wrapper {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.page-title-wrapper .container {
	background: #f5f5f5;
	padding: 20px 15px;
	margin: 15px 0;
	max-width: 100%;
}
.breadcrumb-wrapper{
	width:100%;
	float:left;
	background:#f5f5f5;
}
.page-title-wrapper .page-title {
	color: #111;
	float: left;
	font: 700 24px/34px "Montserrat", Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
.account-order-info #page .header-content-title h2, .account-address-edit #page .header-content-title h2 {
	color: #111;
    font: 700 24px/34px "Montserrat", Helvetica, sans-serif;
	float: left;
	margin: 0;
	text-align: center;
}
.page-title {
	color: #ffffff;
}
a:hover, a:focus{color: #333333;}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	background: none;
	text-decoration: none;
	color: #111;
}
span.hidden-xs, span.hidden-sm, 
span.hidden-md, span.hidden-lg {
  display: inline;
}
/* top */
#top {
	background: #ffffff;
	float: left;
	width: 100%;
}
.header-top-left {
	float: left;
	width: auto; 
}
.header-top-right {
  float: right;
  width: auto;
}
.header-right-cms {
  float: left;
}
#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: #111;
	color: #FFFFFF;
}
#top .btn-link,
#top-links li,
#top-links a {
	background: none;
	color: #333333;
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding: 0;
}
#top-links li .dropdown .dropdown-toggle {
  padding: 8px 0 7px;
}
#top-links .header_user_info .expand-more.ttuserinfo {
	display: none;
}
#form-currency .expand-more::before,
#form-language .expand-more::before {
	content: '\f107';
	font-size: 13px;
	line-height: 20px;
	font-weight:500;
	color: #333333;
}
#form-currency .btn-group.open .expand-more:before,
#form-language .btn-group.open .expand-more:before {
	content: "\f106";
}
#top-links .dropdown .dropdown-toggle > span::after {
    content: "\f107";
    font-family: fontawesome;
	font-size:13px;
	margin:0 0 0 3px;
}
#top ul.dropdown-menu .btn-link {
	padding: 0px;
	line-height:24px;
	color:#777;
}
.header-top-right .dropdown a.dropdown-toggle, 
.header-top-right #wishlist-total {
  display: block;
  line-height: 24px;
  padding: 8px 0;
}
#top-links .header_user_info ul.dropdown-menu {
    border: 1px solid #e5e5e5;
    padding: 10px;
	min-width: 150px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #FFF;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}	
#top #form-currency .currency-select:hover, #top ul > li > .language-select:hover {
    color: #111;
}
#top .btn-link strong {
	color: #333333;
	font-size: 13px;
	line-height: 14px;
}
#top-links > ul {
	float: left;
	margin: 0;
}
#top-links > ul > li {
	float: left;
	padding: 0 10px;
	position: relative;
}
#top-links > ul > li::after {
	background-color: #c6c6c6;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}
#top-links > ul > li:first-child::after {
  display: none;
}
#top-links .dropdown-menu a { padding:2px 10px;}
#top-links .account-link-toggle a i.fa { padding: 0 2px }
.contact-link {
  float: left;
  width: 100%;
}
.contact-link > ul {
  margin: 0;
}
.contact-link ul li {
  float: left;
  padding: 10px 0 10px 20px;
  position: relative;
  list-style: none;
}
.contact-link ul li span{
    color: #333333;
	font: 400 13px/18px "Montserrat", Helvetica, sans-serif;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #111;
	background:none;
}
.contact-link ul li i {
	color: #333333;
	float: left;
	font-size: 15px;
	height: 20px;
	line-height: 14px;
	padding: 2px 0;
	width: 20px;
}
.header-top-right .dropdown .dropdown-toggle > i::before,
.header-top-right #wishlist-total i::before{ content: ""; }
.header-top-right .dropdown .dropdown-toggle > i,
.header-top-right #wishlist-total i {
	display: none;
}

.header-right {
  float: right;
  padding: 39px 0;
  width: auto;
}
.right-block {
    float: right;
	margin: 40px 0;
	position: relative;
	width: auto;
	z-index: 2;
}
.right-block > div {
  margin: 0 5px;
  position: relative;
}
.right-block > div:last-child {
	margin: 0 0 0 5px;
}
#page {
  float: left;
  position: relative;
  width: 100%;
}
#page > .container {
  clear: both;
}
/*----------------------- userinfo ----------------------------------- */
.user-info {
    float: left;
	width: auto;
}
.user-info .dropdown > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	position: relative;
	width: 100%;
	text-align: center;
}
.user-info .dropdown > a > .ttuserheading {
	display: none;
}

.user-info .dropdown .expand-more {
	display: none;
}
.user-info .dropdown > a > .user {
  	color: #ffffff;
	float: left;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 40px;
}
.user-info .dropdown > a:hover > .user, .user-info .dropdown.open > a > .user{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: #ffc000;
}
.user-info .dropdown > ul {
	border: 1px solid #e5e5e5;
	left: auto;
	min-width: 180px;
	padding: 15px;
	right: 0;
	top: 80px;
	border-top: 3px solid #ffc000;
}
.user-info .dropdown-menu > li > a {
    color: #555555;
    line-height: 18px;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 500;
}
.user-info ul.dropdown-menu li > a > i {
  float: left;
  font-size: 18px;
  padding: 0 5px 0 0;
}
.user-info .dropdown-menu > li > a:hover {
	color: #111111;
}
.user-info .ttlanguage{
  margin: 5px 0 0;
}
/*----------------------- userinfo ----------------------------------- */
/* cart */
.cart {
    float: left;
	width: auto;
}
#cart {
  	float: right;
	width: 100%;
}
#cart > button > i.shopping-cart {
    color: #ffffff;
	float: left;
	font-size: 26px;
	height: 100%;
	line-height: 40px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	width: 100%;;
}
#cart > button:hover > i.shopping-cart, #cart.open > button > i.shopping-cart {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: #ffc000;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart button.btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	height: 40px;
	padding: 0;
	position: relative;
	width: 40px;
}
#cart .cart-heading {
	color: #ffffff;
  	display: none;
	font: 500 16px/16px "Montserrat", Helvetica, sans-serif;
}
#cart #cart-total {
	background: #ffc000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: auto;
	color: #111;
	float: right;
	font-size: 12px;
	font-weight: 600;
	height: 16px;
	left: auto;
	right: 0;
	line-height: 16px;
	margin: auto;
	padding: 0 3px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 16px;
	z-index: 1;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e5e5e5;
	display: none;
	min-width: 300px;
	padding: 10px;
	right: 0;
	top: 80px;
	max-height: 630px;
	overflow-x: hidden;
	overflow-y: visible;
	z-index: 1001;
	border-top: 3px solid #ffc000;
}
#cart .dropdown-menu::after {
	color: #ffffff;
	content: "\e5c7";
	font-family: "Material Icons";
	font-size: 36px;
	position: absolute;
	right: 0;
	top: -15px;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	color: #555555;
	padding: 5px 0;
	margin: 0;
}
#cart .dropdown-menu li p a strong {
	font-weight: 600;
	font-size: 13px;
}
#cart .dropdown-menu li p a strong i.fa { padding: 0 3px 0 0; }
#cart .header-cart-toggle .btn-danger {
    background-color: #ffffff;
    border: medium none;
    color: #222;
	height: auto;
	padding: 0;
	width: auto;
}
#cart .header-cart-toggle .text-right > strong {
	color: #555555;
	font-size: 13px;
	font-weight: 500;
}
#cart .dropdown-menu li p a:first-child {
	background: #111;
	color: #fff;
	float: left;
	margin: 0;
}
#cart .dropdown-menu li p a:first-child:hover, #cart .dropdown-menu li p a:first-child:focus {
	background: #111;
	color: #111;
}
#cart .dropdown-menu li p a {
    background: #ffc000;
    border: none;
    color: #111;
    float: right;
    font:400 14px/24px "Montserrat", Helvetica, sans-serif;
    padding: 8px 15px;
	letter-spacing: 1px;
	margin: 0 0 0 5px;
	position: relative;
	width: 48%;
	text-align:center;
	overflow: hidden;
	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;
}
#cart .dropdown-menu li p a:hover, #cart .dropdown-menu li p a:focus {
	background: #ffc000;
    border: none;
	color: #fff;
}
#cart .dropdown-menu li p > a::after {
	background: #111;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	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;
	width: 0;
	z-index: -1;
}
#cart .dropdown-menu li p a:first-child::after {
	background: #ffc000;
}
#cart .dropdown-menu li p > a:hover::after,
#cart .dropdown-menu li p > a:focus::after {
	width: 100%;
}
#cart .header-cart-toggle td small {
  display: none;
}
.header-cart-toggle .table > tbody > tr > td, .table > tbody > tr > th, 
.header-cart-toggle .table > tfoot > tr > td, .table > tfoot > tr > th, 
.header-cart-toggle .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px 4px;
	border-color: #eaeaea;
}
.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td, .header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 10px 4px;
}
.header-cart-toggle .table.table-bordered tr:first-child td{
	padding-top:10px !important;
}
.header-cart-toggle .table.table-bordered tr:last-child td{
	padding-bottom:10px !important;
}
#cart .table-bordered > thead > tr > th, #cart .table-bordered > tbody > tr > th, #cart .table-bordered > tfoot > tr > th, #cart .table-bordered > thead > tr > td, #cart .table-bordered > tbody > tr > td, #cart .table-bordered > tfoot > tr > td {
    border: medium none;
    padding: 1px 0;
	text-align: left;
}
#cart .header-cart-toggle .text-left.name > a {
    color: #555555;
    font-size: 13px;
}
#cart .header-cart-toggle .text-right.amount {
	color: #111;
	font: 600 13px/20px "Montserrat", Helvetica, sans-serif;
	text-align: left;
}
.header-cart-toggle .table .text-center img{
	max-width:none;
}
#cart .header-cart-toggle .text-right.price-total {
	color: #111;
	text-align: right;
	font: 600 13px/20px "Montserrat", Helvetica, sans-serif;
	white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #111;
	font: 600 14px/20px "Montserrat", Helvetica, sans-serif;
}
.cart .dropdown-menu .btn > i.close-clear {
	font-size: 16px;
	padding: 0 2px;
	line-height: 19px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	border-radius: 50%;
}
.cart .dropdown-menu .btn > i.close-clear:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	background: #ffc600;
	color: #111;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
.cart-form .cart_input_block .input-group-btn .btn-primary {
	padding: 12px 14px;
	line-height: 20px;
}
.cart-form .input-group-btn button i {
  font-size: 18px;
  vertical-align: top;
}
#cart .header-cart-toggle .table.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eaeaea -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    padding: 10px 0;
}
#cart .header-cart-toggle li:first-child tr:first-child td { border: 0 none; }
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px;
	color:#777;
}
#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
	color: #9c9b9b;
}
#cart .table.table-striped tr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cart .dropdown-menu .table .text-center.image > a {
  padding: 0;
}
/* full-header css */
header .full-header {
	float: left;
	text-align: center;
	padding: 0 120px;
	z-index: 2;
	position: relative;
	width: 100%;
	background: #111;
}

.common-home header .full-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
}
/* --------------------------------- search Start------------------------------------------------------------*/
		.search {
			float: left;
			width: auto;
		}
		.ttsearch {
			float: left;
		}
		.ttsearch_button {
			float: left;
			width: 100%;
		}
		.ttsearchtoggle {
			display: none;
			left: auto;
			position: absolute;
			right: 0;
			left: auto;
			top: 80px;
			width: 320px;
			z-index: 9999;
		}
		.close-search {
			display: none;
		}
		.ttsearchtoggle .input-group-btn {
			float: right;
		}
		#search .ttsearch_button .icon-search {
			color: #ffffff;
			float: left;
			font-size: 26px;
			height: 100%;
			line-height: 40px;
			position: relative;
			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;
			width: 100%;
			text-align: center;
		}
		#search .ttsearch_button:hover .icon-search {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
			color: #ffc000;
		}
		.search #search.active .ttsearch_button .icon-search {
			display: none;
		}
		.search .ttsearch_button .icon-close {
		  color: #ffc000;
		  display: none;
		  float: left;
		  font-size: 26px;
		  height: 100%;
		  line-height: 40px;
		  transition: all 400ms ease-in-out 0s;
		  -webkit-transition: all 400ms ease-in-out 0s;
		  -moz-transition: all 400ms ease-in-out 0s;
		  -o-transition: all 400ms ease-in-out 0s;
		  -ms-transition: all 400ms ease-in-out 0s;
		  width: 100%;
		  text-align: center;
		}
		.search #search.active .ttsearch_button .icon-close {
		  display: block;
		}
		#search {
			width: 40px;
			height: 40px;
			cursor: pointer;
			float: left;
		}
		#search .select-wrapper {
			max-width: 160px;
		}
		#search .select-wrapper select {
			height: 40px;
			margin: 0 -1px 0 0;
		}
		#search .select-wrapper::after {
			padding: 3px;
		}
		#search .input-lg {
			float: right;
			height: 42px;
			line-height: 20px;
			padding: 0 15px;
			width: 100%;
			background: #ffffff;
			border: 1px solid #e5e5e5;
			letter-spacing: 1px;
			color: #777;
			font-size: 14px;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			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;
			position: relative;
			border-top: 3px solid #ffc000;
		}
		#search .form-control::-moz-placeholder {
			color: #777;
			text-indent: 0.625rem;
		}
		#search .btn-lg {
			font-size: 14px;
			color: #777777;
			line-height: 12px;
			padding: 0;
			width: 30px;
			height: 30px;
			background: none;
			border: none;
			position: absolute;
			left: auto;
			right: 5px;
			top: -35px;
			left: auto;
			z-index: 9999;
			border-radius: 0; 
			-moz-border-radius: 0; 
			-webkit-border-radius: 0; 
			-khtml-border-radius: 0;
		}
		#search .btn-lg:hover {
			color: #111111;
		}
		#search .btn.btn-default.btn-lg::after{
			display: none;
		}
		#search.active .ttsearch_button {
			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;
		}
		@media (max-width: 991px) {
			.ttsearchtoggle {
				top: 61px;
			}
		}
		@media (max-width: 480px) {
			.ttsearchtoggle {
				left: auto;
				right: -80px;
				width: 300px;
			}
			.ttsearchtoggle::after {
				display: none;
			}
			.user-info .dropdown > ul::after {
				display: none;
			}
		}
/*--------------------------------------------- Search End --------------------------------------------------------*/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width:100%;
			position:absolute;
			z-index:1000;
			padding: 10px;
			margin-top: 40px;
			background-color:#FFF;
			border: 1px solid #e5e5e5;
			left: 0;
			display:none;
		}
		.live-search .loading{
			display:block;
			margin-left:auto;
			text-align: center;
			margin-right:auto;
			position: absolute;
			left: 0;
			right: 0;
			width: 32px;
			height: 32px;
		}
		.live-search ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		.live-search ul li {
			background-color: #ffffff;
			overflow: hidden;
			cursor: pointer;
			float: left;
			width: 100%;
		}
		.live-search ul li:hover a {
			background:#f5f5f5 none repeat scroll 0 0;
		}
		.live-search ul li a{
			display: block;
			float: left;
			padding: 10px;
			text-decoration: none;
			width: 100%;
		}
		.live-search ul li .product-image{
			float: left;
			padding: 0;
			width: auto;
		}
		.live-search ul li .product-name p{
			color: #555555;
			font-size: 12px;
			font-weight: normal;
			margin: 0;
			padding: 10px 0 0;
		}
		.live-search ul li .search-description {
			float: left;
			padding: 0 10px;
			text-align: left;
			width: 72%;
		}
		.live-search ul li .product-name {
			font: italic 500 14px/20px "Playfair Display", Helvetica, sans-sarif;
			color: #222222;
		}
		.live-search ul li .product-price {
			color: #222222;
			font: 600 14px/18px "Montserrat", Helvetica, sans-serif;
			margin-bottom: 10px;
			margin-top: 5px;
		}
		.live-search ul li .product-price .price {
			color: #111111;
			display: block;
			float: left;
			width: auto;
			margin: 0 5px 0 0;
			font: 600 14px/18px "Montserrat", Helvetica, sans-serif;
		}
		.live-search ul li .product-price .special{
			color: #666;
			text-decoration: line-through;
			display:block;
			font-size: 13px;
			font-weight: 500;
		}
		.live-search .result-text {
			float: left;
			font-size: 13px;
			font-weight: 500;
			line-height: 26px;
			text-align: center;
			padding: 8px 0;
			width: 100%;
		}
		.live-search .result-text:hover {
			background: #f5f5f5;
		}
		.header_style1 .live-search .result-text:hover, .header_style2 .live-search .result-text:hover {
			 background: #111; 
		}
		.live-search .view-all-results:hover {
			color: #111111;
		}
		.live-search .view-all-results {
			color: #333333;
		}
		.live-search .product-image img {
			width: 70px;
			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 Start -----------------------------------*/
#top-links .list-inline > li.account-nav > a{
    color: #888888;
    line-height: 24px;
    text-decoration: none;
	margin: 0px;
	background:none;
}
.user-info .ttlanguage, 
.user-info .ttcurrency {
  float: left;
  width: 100%;
}
.ttlanguage .pull-left,
.ttcurrency .pull-left {
  width: 100%;
}
#form-language .btn-group > .btn-link,
#form-currency .btn-group > .btn-link {
  border-bottom: 1px solid #e5e5e5;
  color: #111111;
  float: left;
  padding: 0 0 5px;
  width: 100%;
}
#form-currency .btn-link, #form-language .btn-link {
  border: medium none;
  color: #555555;
  display: block;
  float: left;
  font: 500 13px/24px "Montserrat", Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.ttlanguage .btn-link > span, 
.ttcurrency .btn-link > span {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  display: inline-block !important;
}
.ttlanguage .btn-group > ul, 
.ttcurrency .btn-group > ul {
  clear: both;
  float: left;
  padding: 7px 0;
  width: 100%;
}
.ttlanguage .btn-group ul li, 
.ttcurrency .btn-group ul li {
  list-style: outside none none;
}
#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-currency .btn-group .btn-link:hover > strong,
#form-currency .btn-group.open .btn-link strong,
#form-language .btn-group button.btn-link:hover,
#form-language .btn-group.open button.btn-link,
#form-language .btn-group:hover .expand-more::before,
#form-currency .btn-group:hover .expand-more::before,
#form-currency .btn-group.open .expand-more::before,
#form-language .btn-group.open .expand-more::before, 
#form-language .btn-group.open .dropdown-toggle {
	color: #111111;
}
#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle,
#top-links .dropdown .dropdown-menu {
    border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
	margin: 0;
	min-width: 150px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 36px;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button,
#top-links .dropdown-menu a {
    border: medium none;
	color: #878787;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	text-align: left;
}
#form-language .btn-link > img {
	margin: 0 2px 0 0;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
		color: #111;
}
#form-language .dropdown-toggle > img, 
.header-top-right #form-currency .dropdown-toggle > strong {
  margin: 0 2px;
}
.header_user_info > a > i, .header_user_info > a > .fa-user {
  display: none;
}
#checkout-cart.container > .row {
    clear: both;
}
/* header user info End*/ 
/* logo */
#mobile-logo {
  display: none;
}
.header-top-cms {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.header-left {
    float: left;
	text-align: center;
	margin: 30px auto;
	position: relative;
	width: auto;
	z-index: 3;
}
header {
    float: left;
    width: 100%;
	position: relative;
	z-index: 3;
}
.header-left-cms {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
}
#logo img.img-responsive {
	max-width: 140px;
	max-height: 60px;
	height: auto;
	width: auto;
}
/* menu */
/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {display: table;}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {color: #777;}
.menu-container {
  background: #111; 
  clear: both;
  position: relative;
  padding-left: 26%;
  float: left;
  width: 100%;
}
#menu {
    margin: 0 auto;
    min-height: auto;
    text-align: center;
    width: 100%;
}
#menu div.navbar-header {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
    color:#414141;
    font: 400 14px/22px "Montserrat", Helvetica, sans-serif;
    padding:0;
    width: 100%;
	text-align:left;
}
#menu .dropdown-inner .list-unstyled.childs_2.single-dropdown-menu a {
	padding:0 0 0 20px;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {color: #111;}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
	color:#111;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after{display:none;}
#menu .nav > li > span { 
	cursor: pointer;
}
#menu .nav > li > a,
#menu .nav > li > span {
	color: #414141;
	display: block;
    font: 400 15px/22px "Montserrat", Helvetica, sans-serif;
	padding: 20px;
	background: none;
}
#menu .list-unstyled.childs_2{
	padding: 5px 0;
}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 20px 0;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu{
	padding:20px;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child{
	padding:20px 0 20px 20px;
}
#menu .dropdown-inner a {
	color: #414141;
    display: block;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 160px;
    padding: 0;
	text-align:left;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #777;
}
#menu #category {
	color: #111;
	float: left;
	font: 700 14px/40px "Montserrat", Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu #category:hover {
	color:#111;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #777;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #777;
}
#menu .navbar-nav > li{display:inline-block;float:none;}
#menu .navbar-nav{float: none;}
#menu ul.nav ul.list-unstyled li.dropdown > a::after {
    border-top: 1px solid #eeeeee;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    left:0;
    position: absolute;
    width: 20%;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a,#menu .more-menu .list-unstyled.childs_1 a {
    padding: 0 20px;
	color: #414141;
}
#menu .nav > li > a:hover, 
#menu .nav.navbar-nav > li:hover > a,
#menu li:hover > span,
#menu .nav > li.dropdown:hover::after,
#menu .nav > li.dropdown:focus::after,
#menu .nav > li > a:focus,
#menu .nav > li > a:active,
#menu li.more-menu .dropdown-menu ul li a:hover,
#menu li.more-menu .dropdown-menu ul li span:hover,
#menu li.more-menu .dropdown-menu ul li a:focus,
#menu li.more-menu .dropdown-menu ul li span:focus,
#menu li.more-menu .dropdown-menu ul li a:active,
#menu li.more-menu .dropdown-menu ul li span:active
{color:#111111;}

/* 2 Level Sub Categories START */
#menu ul.nav ul.list-unstyled li {
	min-width: 160px;
}
#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
	border: 0;
	position: static;
	display: block;
	width:150px;
}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
    left: 160px;
    top: 0;
    position: absolute;
	display: none;
	border-color:#eaeaea;
}
#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu .nav > li.dropdown::after {
    bottom: auto;
    color: #414141;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
    top: 19px;
	right: 5px;
}
#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span {

    color: #111;
}
#menu .nav > li.dropdown:hover::after
{
    color:#414141;
    content: "\f106";
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after
{
   content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 0;
}
/* 2 Level Sub Categories END */
/* content */
#content {
	min-height: 600px;
}
.tthome {
  float: left;
  width: 100%;
}
.tthome #content {
  padding: 0;
}
/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;} 
.content-top {
  float: left;
  width: 100%;
}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.top-column {
  margin-bottom: 30px;
}
.swiper-wrapper {
	direction: ltr !important;
}
#slideshow-panel {
	position: relative;
	float: left;
	width: 100%;
}
#slideshow-panel .pp-tableCell {
	display: inline-block !important;
	vertical-align: top !important;
	max-width: 100%;
	height: auto !important;
}
#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;
	float: left;
}
#slideshow-panel .swiper-container {
	width: 100%;
}
#slideshow-panel .ttloader {
   background: #ffffff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.ttloading-bg {
  background: none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#slideshow-panel img{
	width:100%;
	height:auto;
}
#slideshow-panel .swiper-container .swiper-pagination {
    display: none;
}
#slideshow-panel .swiper-container .swiper-pager {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: auto;
    line-height: 10px;
}
#slideshow-panel .swiper-container .swiper-pager div {
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    text-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
        transition-property: none;
        transition-duration: 0s;
    -o-transition: none;
    -ms-transition: none;
    background: #111;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 100px;
    width: 100px;
    border: none;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    position: static;
    padding: 14px;
    font: 500 14px/76px "Montserrat", Helvetica, sans-serif;
    color: #111;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}
#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;
	border: none;
	color: #111;
}
#slideshow-panel .swiper-pager .swiper-button-prev::before {
	content: "\e5cb";
	font-family: "Material Icons";
}
#slideshow-panel .swiper-pager .swiper-button-next::before  {
	content: "\e5cc";
	font-family: "Material Icons";
}
#slideshow-panel .swiper-pager .swiper-button-prev::before, #slideshow-panel .swiper-pager .swiper-button-next::before {
	bottom: 0;
	color: #fff;
	font-size: 44px;
	line-height: 45px;
	margin: 0 auto;
	position: static;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	width: 45px;
}
#slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
#slideshow-panel .swiper-pager .swiper-button-next:hover::before {
    color: #111;
}

@media (max-width: 1199px) {
	#slideshow-panel .swiper-container .swiper-pager div {
		height: 70px;
		width: 70px;
		line-height: 40px;
	}
	#slideshow-panel .swiper-pager .swiper-button-prev::before, #slideshow-panel .swiper-pager .swiper-button-next::before {
		font-size: 35px;
		line-height: 40px;
	}
}
@media (max-width: 991px) {
	#slideshow-panel .swiper-pager .swiper-button-prev::before {
		left: 13px;
		top: 7px;
		right: auto;
	}
	#slideshow-panel .swiper-pager .swiper-button-next::before {
		left: auto;
		right: 12px;
		top: 7px;
	}
}
@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 div {
		padding: 5px;
		font-size: 0;
	}
	#slideshow-panel .swiper-container .swiper-pager div {
		height: 45px;
		width: 45px;
		line-height: 36px;
	}
	#slideshow-panel .swiper-pager .swiper-button-prev::before, #slideshow-panel .swiper-pager .swiper-button-prev::before, #slideshow-panel .swiper-pager .swiper-button-next::before {
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 480px) {
    #slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
    #slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
		width: 30px;
		height: 30px;
    }
    #slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
    #slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
		width: 30px;
		height: 30px;
    }
	.header-top-left {
		padding: 5px 0 0;
	}
	#slideshow-panel .swiper-container .swiper-pager div {
		height: 30px;
		width: 30px;
		line-height: 20px;
	}
	#slideshow-panel .swiper-pager .swiper-button-prev::before, #slideshow-panel .swiper-pager .swiper-button-prev::before, #slideshow-panel .swiper-pager .swiper-button-next::before {
		font-size: 20px;
		line-height: 22px;
	}
	#slideshow-panel .swiper-pager .swiper-button-prev::before {
		left: -2px;
		top: -3px;
		right: auto;
	}
	#slideshow-panel .swiper-pager .swiper-button-next::before {
		left: auto;
		right: -3px;
		top: -2px;
	}
	#slideshow-panel .swiper-container .swiper-pager {
		bottom: 0;
		line-height: 20px;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/
		.customNavigation {
			direction: ltr;
			float: right;
			text-align: center;
			width: auto;
			margin: 0;
			z-index: 2;
			line-height: 48px;
			cursor: pointer;
			position: relative;
		}
		.customNavigation a {
			color: #111;
			cursor: pointer;
			display: inline-block;
			float: none;
			padding: 0;
			position: relative;
			text-transform: none;
			vertical-align: middle;
			font-size: 0;
			width: auto;
			height: 20px;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-khtml-border-radius: 0;
			border-radius: 0;
			font-weight: 600;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			transition: all 400ms ease-in-out 0s;
			line-height: 18px;
		}
		.customNavigation a span {
			float: none;
			font-size: 0;
			width: 50px;
			height: 2px;
			display: inline-block;
			vertical-align: middle;
			background: #d9d9d9;
			position: relative;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			transition: all 400ms ease-in-out 0s;
		}
		.customNavigation a:hover span {
			background: #ffc000;
			width: 70px;
		}
		.customNavigation a.prev.active span, .customNavigation a.next.active span {
			width: 30px;
		}
		.customNavigation a.prev {
			margin: 0 20px 0 0;
		}
		.customNavigation a span.material-icons.arrow-back::before {
			background: #d9d9d9;
			content: "";
			position: absolute;
			left: -2px;
			right: auto;
			top: auto;
			bottom: -7px;
			height: 2px;
			width: 20px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			transition: all 400ms ease-in-out 0s;
		}
		.customNavigation a span.material-icons.arrow-back::after {
			background: #d9d9d9;
			content: "";
			position: absolute;
			left: -2px;
			right: auto;
			top: -7px;
			bottom: auto;
			height: 2px;
			width: 20px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			transition: all 400ms ease-in-out 0s;
		}
		.customNavigation a span.material-icons.arrow-forward::before {
			background: #d9d9d9;
			content: "";
			position: absolute;
			left: auto;
			right: -2px;
			top: -7px;
			bottom: auto;
			height: 2px;
			width: 20px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			transition: all 400ms ease-in-out 0s;
		}
		.customNavigation a span.material-icons.arrow-forward::after {
			background: #d9d9d9;
			content: "";
			position: absolute;
			left: auto;
			right: -2px;
			top: auto;
			bottom: -7px;
			height: 2px;
			width: 20px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			transition: all 400ms ease-in-out 0s;
		}
		.customNavigation a:hover span.material-icons.arrow-back::after, .customNavigation a:hover span.material-icons.arrow-back::before, .customNavigation a:hover span.material-icons.arrow-forward::after, .customNavigation a:hover span.material-icons.arrow-forward::before {
		background: #ffc000;
	}
		#column-left .customNavigation,
		#column-right .customNavigation {
			display: none;
		}
/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/*------------------------ Owl-Carousel CSS Start -----------------------------------*/
.owl-carousel .owl-nav {
	float: right;
	text-align: center;
	width: auto;
	margin: 0;
	z-index: 1;
	line-height: 37px;
	padding: 0 25px;
	position: absolute;
	top: -60px;
	bottom: auto;
	left: auto;
	right: 0;
}
.owl-carousel .owl-nav button {
	color: #111;
	cursor: pointer;
	display: inline-block;
	float: none;
	padding: 0;
	position: relative;
	text-transform: none;
	vertical-align: middle;
	font-size: 0;
	width: auto;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	font-weight: 600;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	line-height: 18px;
	font-size: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev {
	margin: 0 20px 0 0;
}
.owl-carousel .owl-nav button.owl-next {
	margin: 0;
}
.owl-nav button span {
	float: none;
	width: 50px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #d9d9d9;
	position: relative;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.owl-nav button:hover span {
	background: #ffc000;
	width: 70px;
}
.owl-nav button.owl-prev span::before {
	background: #d9d9d9;
	content: "";
	position: absolute;
	left: -2px;
	right: auto;
	top: auto;
	bottom: -7px;
	height: 2px;
	width: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.owl-nav button.owl-prev span::after {
	content: "";
	background: #d9d9d9;
	content: "";
	position: absolute;
	left: -2px;
	right: auto;
	top: -7px;
	bottom: auto;
	height: 2px;
	width: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.owl-nav button.owl-next span::before {
	background: #d9d9d9;
	content: "";
	position: absolute;
	left: auto;
	right: -2px;
	top: -7px;
	bottom: auto;
	height: 2px;
	width: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.owl-nav button.owl-next span::after {
	background: #d9d9d9;
	content: "";
	position: absolute;
	left: auto;
	right: -2px;
	top: auto;
	bottom: -7px;
	height: 2px;
	width: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.owl-nav button.owl-prev:hover span::before, .owl-nav button.owl-prev:hover span::after, .owl-nav button.owl-next:hover span::before, .owl-nav button.owl-next:hover span::after {
	background: #ffc000;
}
.owl-carousel .owl-nav button:hover {
	background: #fff !important;
}
@media (max-width: 991px) {
	.owl-nav button span {
		width: 40px;
	}
	.owl-nav button:hover span {
		width: 60px;
	}
}
/*------------------------ Owl-Carousel CSS End -----------------------------------*/
/*------------------------ Owl-Carousel CSS Start -----------------------------------*/
.owl-carousel .owl-dots {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.owl-carousel button.owl-dot {
	float: none;
	height: 8px;
	width: 8px;
	margin: 0 4px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	outline: none;
}
.owl-carousel button.owl-dot.active, .owl-theme .owl-dots .owl-dot.active{
    width: 18px;
}
.owl-carousel button.owl-dot span, .owl-theme .owl-dots .owl-dot span {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
    border-radius: 30px;
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	-khtml-border-radius: 30px;
}
.owl-carousel button.owl-dot:hover span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #111;
}
.owl-carousel button.owl-dot.active span, .owl-theme .owl-dots .owl-dot.active span{
    background: #111;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 20px;
}
/*------------------------ Owl-Carousel CSS End -----------------------------------*/
/* Category Page */
#product-category {
	max-width: 100%;
}
#product-category #content {
	width: 78%;
}
#column-left, #column-right {
	width: 22%;
}
#content h2.category-name {
	margin-top: 0;
}
#column-left .left-right-inner > div, #column-right .right-left-inner > div {
    background: #ffffff;
    border: none;
    float: left;
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  -khtml-border-radius: 0;
  padding: 0;
  border: none;
}
#column-left .swiper-wrapper,
#column-right .swiper-wrapper {
  height: auto;
}
.category-list ul {
	padding: 0;
}
.category-list ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
	text-align: center;
	width: 130px;
}
.subcategory-image {
	clear: both;
	padding: 0 0 8px;
}
.subcategory-image > a {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 6px;
}
.category-list li:hover .subcategory-image > a {
	border: 2px solid #333333;
	padding: 5px;
}
.subcategory-image img {
	max-width: 100%;
}
.category-list h5 {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
}
.category-list h5 a {
	color: #666;
	display: inline-block;
	font: 500 13px/22px "Montserrat", Helvetica, sans-serif;
	word-break: break-all;
}
.category-list li:hover h5  a,
.category-list li:focus h5 a {
    color: #333;
}
.category-filter label {
    color: #222;
    font: 500 13px/20px "Montserrat", Helvetica, sans-serif;
   	margin: 0;
	padding: 0;
	white-space:nowrap;
	background: none;
	border: none;
	width: auto;
}
.category-compare {
 	margin: 0; 
	float:left;
	width:100%;	
}
.category-products {
    float: left;
    width: 100%;
}
.category-treeview ul { margin: 0px; }
.category-treeview li { position: relative; list-style: none; }

.category-treeview li.category-li .list-tree:before {
	content: "\e5cf";
    font-family: "Material Icons";
	font-size: 16px;
	font-weight:normal;
	color: #555555;
    position: absolute;
	cursor: pointer;
	padding: 2px 5px;
    right: 0px;
	top: 0px;
    z-index: 2;
	font-weight: 600;
}
.category-treeview li.category-li.category-active.active .list-tree::before {
	content: "\e5ce";
	color: #111111;
	font-weight: 600;
}
.category-treeview li.category-li .list-tree:hover:before {
	color: #414141;
}
#column-left .list-group .category-li.category-active a.list-group-item.active, #column-right .list-group .category-li.category-active a.list-group-item.active {
	color: #111111;
	font-weight: 600;
}
.product-thumb .caption .description {
	display: none;
}
.products-list,
.list-products {
	position: relative;
	width: 100%;
	float: left;
}
.products-list > .row {
  clear: both;
}
.special-carousel.products-list {
	float: left;
	width: 100%;
	background: #ccc url("TemplateTrip/images/special-parallax.png") right center;
	height: 750px;
	background-attachment: fixed;
}
.special-carousel.products-list .special-content {
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.special-carousel.products-list .special-content .special-product.newproduct {
	padding: 0;
	float: none;
	width: 75%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.special-carousel.products-list .box-heading {
	float: left;
	width: auto;
	padding: 0 25px;
}
.special-carousel.products-list .customNavigation.owl-navigation {
	padding: 0 25px;
}
.special-carousel.products-list .box-heading > h3 {
	color: #ffffff;
}
.product-list .product-thumb .caption .description, .product-sort .product-thumb .caption .description {
	display: block;
	margin: 0 0 10px;
	clear: both;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-thumb, .product-layout, .product-layouts { position: relative; }
.product-thumb {
	overflow: hidden;
	position: relative;
}
.product-thumb .sale-icon, .product-sale-icon {
    color: #111;
    font: 600 13px/20px "Montserrat", Helvetica, sans-serif;
    left: 0;
    letter-spacing: 1px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 15px;
    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;
    z-index: 1;
}
.product-thumb:hover .sale-icon {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	left: 10px;
}
.product-sale-icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    top: 15px;
    right: 15px;
    left: auto;
}
.product-thumb .percent, .product-percent {
	color: #ff0000;
	font: 600 13px/20px "Montserrat", Helvetica, sans-serif;
	left: 0;
	letter-spacing: 1px;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
	right: auto;
	text-align: center;
	text-transform: uppercase;
	top: 35px;
	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;
	z-index: 1;
}
.product-thumb:hover .percent {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	left: 10px;
}
.product-percent {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	top: 15px;
	left: 15px;
}
.header-content-title {
	float: left;
	padding: 0 0 10px;
	width: 100%;
}
.common-home .header-content-title {
  display: none;
}
.related-carousel.products-list {
	margin: 0 0 30px;
}
/* Column Left - Right Product List */
#column-left .products-list .container,
#column-left .list-products .container,
#column-right .products-list .container,
#column-right .list-products .container {
  padding: 0;
  width: 100%;
}
#column-left { clear: left;}
#column-right { clear: right;}
#column-left .panel-default > .list-group, 
#column-right .panel-default > .list-group {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
} 
#column-left .products-carousel, 
#column-right .products-carousel {
	float: left;
	margin: 0;
	width: 100%;
}
#column-left .product-thumb:hover,
#column-right .product-thumb:hover,
#header-left .product-thumb:hover,
#header-right .product-thumb:hover,
#footer-left .product-thumb:hover,
#footer-right .product-thumb:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: 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 {
	padding: 10px 0;
	border: none;
	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: none;
}
#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 {
	float: left;
	padding: 0;
	max-width: 80px;
}
#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 .rating .fa-star, 
#column-left #review .fa-star,
#column-right .rating .fa-star, 
#column-right #review .fa-star {
	font-size: 14px;
}
#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 {
	float: left;
	height: auto;
	position: static;
	width: 100%;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i {
	display: none;
}
#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
	background: none;
	color: #666666;
	padding: 0;
	margin: 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
	display: none;
}
.product_btn_style2 #column-left .product-thumb h4 a, .product_btn_style2 #column-left .product-thumb h4 a:hover, .product_btn_style2 #column-left .product-thumb:hover h4 a, .product_btn_style2 #column-right .product-thumb h4 a, .product_btn_style2 #column-right .product-thumb h4 a:hover, .product_btn_style2 #column-right .product-thumb:hover h4 a {
	color: #555;
}
.product_btn_style2 #column-left .product-thumb .price, .product_btn_style2 #column-left .product-thumb .price-old, .product_btn_style2 #column-right .product-thumb .price, .product_btn_style2 #column-right .product-thumb .price-old {
	color: #111;
}
.product_btn_style2 #column-left .product-thumb .button-group button.btn-cart, .product_btn_style2 #column-right .product-thumb .button-group button.btn-cart {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-list .product-thumb:hover h4 a{color:#111;}
/* 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 a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover
#column-right a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover{
	background:none;
}

#column-left .category-li.category-active .list-group-item.current-child-item {line-height: 25px; color:#555555;}
#column-left .list-group .list-group-item,#column-right .list-group .list-group-item {
	background: none;
    color: #555555;
    cursor: pointer;
	font-family:"Montserrat", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
    line-height: 22px;
    padding: 2px 0 0;
	margin-bottom:0;
	z-index: 1;
}
.option-filter .option-filter-box .list-group .list-group-item {
	font-weight: 600 !important;
}
#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover{
	color:#111;
}
.category-treeview .list-group a.child-item, .category-treeview .list-group a.current-child-item {
    margin-left: 10px;
}
#column-left .panel-heading, #column-right .panel-heading, #column-left .box-heading, #column-right .box-heading, #column-left .panel-heading, #column-right .panel-heading, #ttcmstestimonial .title_block {
    background: #ffffff;
    color: #111;
    float: left;
    font: 600 16px/18px "Montserrat", Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
#column-left .panel-heading::before, #column-right .panel-heading::before, #column-left .box-heading::before, #column-right .box-heading::before{
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -1px;
    background: #ffc000;
    height: 2px;
    width: 30px;
    content: "";
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
#column-left .panel-heading:hover::before, #column-right .panel-heading:hover::before, #column-left .box-heading:hover::before, #column-right .box-heading:hover::before{
    width: 45px;
}
#column-left .title_block a,
#column-right .title_block a {
  color: #111111;
}
#column-left .box-heading > h3::after, #column-right .box-heading > h3::after {
	display: none;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
	background: none;
	color: #111111;
	font: 600 16px/18px "Montserrat", Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.option-filter .panel-heading,
.option-filter .list-group-item,
.option-filter-box a.list-group-item,
.option-filter .panel-footer,
.option-filter .panel-heading,
.option-filter .list-group-item,
.option-filter-box a.list-group-item,
.option-filter .panel-footer
{
	float: left;
	width: 100%;
}
.option-filter .panel-footer,
.option-filter .panel-footer {
	background: none;
	padding: 0 0 10px;
}
.option-filter .checkbox > label, .option-filter .checkbox > label {
    color: #555;
    font: 500 13px/26px "Montserrat", Helvetica, sans-serif;
}
.option-filter .checkbox > label:hover,
.option-filter .checkbox > label:hover {
	color: #111;
}
.option-filter .list-group-items .list-group-item:hover, .option-filter .list-group-items .list-group-item:hover:after,
.option-filter .list-group-items .list-group-item:hover, .option-filter .list-group-items .list-group-item:hover:after {
    color: #222222;
}
.option-filter .list-group-item .checkbox,
.option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
.option-filter-box .list-group .list-group-items {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  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;
}
.option-filter .list-group-items .list-group-item {
    color: #222222;
	background: none;
	font: 500 13px/28px "Montserrat", Helvetica, sans-serif;
	padding:2px 0;
	float:left;
	width:100%;
	position:relative;
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    float: left;
	text-align: left;
	padding: 0 10px;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0;
}
.option-filter .list-group { margin: 0px; }
.option-filter-box a.list-group-item:after {
	font-family: "Material Icons";
	content:"\e5ce";
	font-size: 16px;
	color: #555555;
	position: absolute;
	right: 10px;
	top: 5px;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\e5cf";
}
.store-list .store-tags {
	padding: 5px 15px;
}
.store-list .store-tags > a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
	font-weight: bold;
	position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
/*.category-filter, .category-pagination { border: 1px solid #e5e5e5; }*/
#content .category-filter {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	padding: 10px;
}
.category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
}
.category-filter .filter-text {
	float: left;
}
.category-filter .filter-grid-list button .material-icons.list-on {
	font-size: 24px;
	line-height: 24px;
}
.category-filter .filter-grid-list button#short-view i {
	font-size: 25px;
	line-height: 26px;
}
.category-filter .filter-show .filter-selection {
	width: 70px;
	float: right;
}
.category-filter .filter-sort-by .filter-selection {
	float: left;
	width:160px;
}
.category-filter .filter-sort-by {
	width: 100%;
	max-width: 250px;
}
.category-filter .filter-show {
	max-width: 140px;
}
.category-filter .filter-show .filter-text{
	margin:0 5px;
}
.category-filter .filter-text {
	padding: 9px 5px 0 0;
	margin:0;
	text-align: left;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	float: left;
	padding: 0;
	width: 110px;
}
.category-filter .filter-grid-list button {
	width: 25px;
	height: 25px;
	padding:8px 15px;
	margin:4px 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;
}
.category-filter .filter-grid-list button {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
	color: #777777;
	height: 25px;
	margin: 7px 8px;
	padding: 0;
	width: 25px;
}
.category-filter .filter-grid-list button::after {
    display: none;
}
.category-filter .filter-grid-list button:hover,
.category-filter .filter-grid-list button.active {
	background: none;
	border: none;
	color: #222222;
}
.product-category .category-list {
   	float: left;
	width: 100%;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-description .category-content {
	margin-top: 20px;
}
.row-pagination-container {
  float: left;
  display: none;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
.load_more .row-pagination-container {
	display: block;
}
#custom-pagination-button {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#custom-pagination-button .load-pagination {
  display: none;
}
.category-pagination {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 15px 0 0;
	padding: 10px 15px;
	width: 100%;
}
.load_more #product-category .category-pagination {
	display: none;
}
.row-pagination-container .pagination-text-justify {
  border: 1px solid #e5e5e5;
  float: left;
  padding: 10px;
  width: 100%;
}
#custom-pagination-button > span#number-products {
	float: right;
	font-size: 16px;
	padding: 5px 25px;
	width: auto;
	line-height: 30px;
}
.category-pagination div.text-left {
    padding: 8px 0;
}
.category-pagination div.text-right {
    padding: 0;
}
.category-pagination .pagination {
  margin: 3px 0 0;
  vertical-align: top;
}
.category-list > h3 {
    color: #333333;
	font: 600 15px/26px "Montserrat", Helvetica, sans-serif;
	margin: 0 0 10px;
}
.pagination li:last-child > a::after {
    content: "\e8e4";
	font-family: "Material Icons";
	font-size: 20px;
	left: 0;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.pagination li:first-child > a::after {
	content: "\e317";
	font-family: "Material Icons";
	font-size: 18px;
	left: 0;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;}
.pagination > .active > a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus
{
    background: #fff;
    border-color: #e5e5e5;
	cursor: pointer;
	color: #111;
}
.pagination > .active > span:hover, .pagination > li > span:hover,
.pagination > li > span:focus {
    background: #111;
    border-color: #111;
}
.pagination > .active > span,
.pagination > .active > a{
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}
.pagination li:last-child > a, .pagination li:first-child > a{font-size:0px; padding: 7px 0;}
.pagination > li > a, .pagination > li > span {
	color: #111111;
	padding:5px 0; 
	width:34px; 
	height:34px;
	text-align: center;
	border-color:#dddddd;
	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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.pagination > li > a::before {
	background: #ffc000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	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;
	width: 100%;
	z-index: -1;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.pagination > li > a:hover::before, .pagination > li > a:focus::before {
	transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}
#column-left .products-list .row > div,
#column-right .products-list .row > div {
	float: left;
	width: 100%;
}
#column-left .products-list .products-carousel .owl-item.active, #column-right .products-list .products-carousel .owl-item.active {
	animation: none;
}
#column-left .products-carousel.owl-carousel .owl-nav, #column-right .products-carousel.owl-carousel .owl-nav {
	float: right;
	width: auto;
	left: auto;
	right: 0;
	top: -50px;
	bottom: auto;
	margin: 0 auto;
	padding: 0;
}
#column-left .products-carousel.owl-carousel .owl-nav button, #column-right .products-carousel.owl-carousel .owl-nav button {
	float: left;
	vertical-align: top;
	text-shadow: none;
	height: 31px;
	width: 31px;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: relative;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #e5e5e5;
	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;
}
#column-left .products-carousel.owl-carousel .owl-nav button, #column-right .products-carousel.owl-carousel .owl-nav button {
	width: 25px;
	height: 25px;
	border: none;
	background: none;
	margin: 0;
}
#column-left .owl-nav button span, #column-right .owl-nav button span {
	display: none;
}
#column-left .products-carousel.owl-carousel .owl-nav button.owl-prev::before, #column-left .products-carousel.owl-carousel .owl-nav button.owl-next::before, #column-right .products-carousel.owl-carousel .owl-nav button.owl-prev::before, #column-right .products-carousel.owl-carousel .owl-nav button.owl-next::before {
	position: absolute;
	font-size: 22px;
	line-height: 30px;
	font-family: "Material Icons";
	height: 30px;
	width: 30px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #000000;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	font-weight: 400;
}
#column-left .products-carousel.owl-carousel .owl-nav button.owl-prev::before, #column-right .products-carousel.owl-carousel .owl-nav button.owl-prev::before {
	content: "\e314";
	left: 0;
	right: auto;
	color: #ffffff;
}
#column-left .products-carousel.owl-carousel .owl-nav button.owl-next::before, #column-right .products-carousel.owl-carousel .owl-nav button.owl-next::before {
	content: "\e315";
	left: auto;
	right: 0;
	color: #ffffff;
}
#column-left .products-carousel.owl-carousel .owl-nav button.owl-prev::before, #column-right .products-carousel.owl-carousel .owl-nav button.owl-prev::before, #column-left .products-carousel.owl-carousel .owl-nav button.owl-next::before, #column-right .products-carousel.owl-carousel .owl-nav button.owl-next::before {
	color: #000000;
	width: 25px;
	height: 25px;
}
#column-left .products-list .row > div:last-child, #column-right .products-list .row > div:last-child {
	padding-bottom: 0;
}
#column-left .products-list .row > div:first-child, #column-right .products-list .row > div:first-child {
	padding: 0 0 15px;
	border: none;
}
#column-left .products-list .row > div .caption h4,
#column-left .list-products .row > div .caption h4,
#column-right .products-list .row > div .caption h4,
#column-right .list-products .row > div .caption h4 {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 18px;
	white-space: nowrap;
}
#column-left .products-list .row > div .caption .price,
#column-left .list-products .row > div .caption .price,
#column-right .products-list .row > div .caption .price,

#column-right .list-products .row > div .caption .price {
	margin: 0;
	padding: 2px 0;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 13px;
}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
	display: none;
}
#column-left .product-thumb:hover h4 a,
#column-right .product-thumb:hover h4 a,
#column-left .product-thumb .button-group .btn-cart:hover > span,
#column-right .product-thumb .button-group .btn-cart:hover > span {
	color:#111;
}
#column-left .product-thumb .button-group .btn-cart > span, #column-right .product-thumb .button-group .btn-cart > span {
	display: block !important;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 500;
}
#column-left .product-thumb .image .btn-cart::after, #column-left .product-thumb .button-group button::after, #column-right .product-thumb .image .btn-cart::after, #column-right .product-thumb .button-group button::after {
	display: none;
}
#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
	color:#111;
}
/* Product page stylesheet */

.product-images .additional-images-container {
	margin: 0 auto;
	overflow: hidden;
	direction: ltr;
	position: relative;
	text-align: center;
	width: 75%;
	padding: 0 40px;
}
.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: #555;
    padding: 3px 3px 3px 10px;
    font-weight: 500;
    font-size: 13px;
}
.product-details .product-info tr td {
	color: #222222;
}
.product-details .product-info-value > a{color: #111111;}
.product-details .product-info-value > a:hover{color:#222;}
.product-product .tab-content {
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
	margin: 0;
	text-align: left;
}
.cpt_product_description strong {
    font-size: 14px;
}
.product-quantity label {
	padding: 9px 0;
}
.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 5px 0 0;
	float: left;
}
.product-quantity #input-quantity {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	font-size: 14px;
    float: left;
    height: 42px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}
.product-details h1.product-name {
    border-bottom: 1px solid #e5e5e5;
    color: #111111;
    margin: 0 0 12px;
    padding-bottom: 12px;
    font: italic 600 20px/34px "Playfair Display", Helvetica, sans-serif;
}
.product-left, .product-right {
	padding: 0;
	width: 100%;
}
.product_extended #product-product .product-details h1.product-name{
	text-align: center;
}
.product_extended #product-product .product-left {
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 20px 0 10px;
	border-right: 1px solid #e5e5e5;
}
.product_extended .product-product .product-details .product-options {
	float: left;
	width: 50%;
	padding: 0 10px 0 20px;
}
.product_extended .product-product .product-details .btn.btn-default.product-btn-wishlist, .product_extended .product-product .product-details .btn.btn-default.product-btn-compare {
	text-align: right;
	padding: 0 0 15px 15px;
	float: right;
}
.product_extended #product-product .product-right {
	float: left;
	text-align: left;
	padding: 0 10px 0 20px;
}
.product_extended .product-product .product-details .addthis_toolbox > a {
	margin: 0;
	float: none;
	width: auto;
}
.product_extended .product-product .product-details .product-price {
	float: right;
	width: 100%;
}
.product_extended .product-product .product-details ul.product-price h2 {
	float: none;
	margin: 0 0 7px;
	font-size: 20px;
}
.product_extended #product-product .product-details table.product-info {
	float: none;
	width: auto;
	margin: 0 0 10px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.product_extended .product-product .product-details .rating {
	float: right;
	width: 100%;
	text-align: right;
	margin: 0 0 10px;
}
.product_extended .product-product .product-details .rating > a {
	float: none;
	margin: 2px 0 0 0;
}
.product_extended .product-product .rating .product-rating {
	float: none;
	padding: 2px 15px 0 0;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.product_extended .product-details .product-options h3 {
	margin: 0 0 10px;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price
 {
 	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 15px 0 20px;
}
.product-details .addthis_toolbox {
	width: 100%;
	float: left;
}
.product-details .product-options h3 { 	
    font: 600 16px/20px "Montserrat", Helvetica, sans-serif;
}
.product-details .rating{display:table;}
.product-total-review i, .product-write-review i {
    font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
	font-size: 13px;
	color: #555;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	font-weight: 500;
}
.product-details .btn.btn-default.product-btn-wishlist::after, .product-details .btn.btn-default.product-btn-compare::after{
	display: none;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, 
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	color: #111111;
}
.product-price .product-discounts {
	list-style: none;
	margin-top: 10px;
	font-size:13px;
}
.product-price .product-reward-points{
	font-size:13px;
}
.product-details .rating > a {
    border-right: 1px solid #e5e5e5;
    color: #777777;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 2px 10px 0 0;
	line-height: 18px;
	height:20px;
}
.product-details .rating > a:last-child {
    border-right: medium none;
	margin-right: 0;
}
.product-details .rating > a:hover{color:#444;}
.rating .product-rating {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0 10px 0 0;
    padding: 2px 10px 0 0;
	line-height: 18px;
	height:20px;
}
.product-details .price-new {
    float: left;
	margin:0 8px 0 0;
}
.product-details .price-old{
	text-decoration: line-through;
	font: 500 13px/24px "Montserrat", 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: #111111;
	font: 700 16px/24px "Montserrat", Helvetica, sans-serif;
	margin: 0 10px 0 0;
}
.product-options .product-quantity {
	clear: both;
	float: left;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
.product-options .alert-info i.info-circle {
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
}
.form-group .btn-block i.file-upload {
  font-size: 20px;
  vertical-align: top;
}
.form-group .btn-default i.calendar-today {
	font-size: 20px;
	vertical-align: top;
	line-height: 21px;
}
.form-group .btn-default::after {
	display: none;
}
.product-details .btn-group .btn-default i {
  font-size: 20px;
  vertical-align: top;
  line-height: 24px;
}
.product-product .btn.btn-default {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #777777;
	padding:7px 15px;
	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 .btn.btn-default:hover, .product-product .btn.btn-default:focus {
	background-color: #111111;
	border: 1px solid #111;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, .product-details .btn.btn-default.product-btn-wishlist:focus, .product-details .btn.btn-default.product-btn-compare:hover, .product-details .btn.btn-default.product-btn-compare:focus {
	background: none;
	border: none;
	color: #111;
}
.product-product .btn.btn-default:hover, .product-product .btn.btn-default:focus{
    color: #ffffff;
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	clear: both;
	margin: 50px 0;
	text-align: center;
}
#tab-review label.control-label {
	font:500 13px/20px "Montserrat", Helvetica, sans-serif;
	color:#222;
	margin-bottom:10px;
}
.product-product .nav.nav-tabs li.active a, .product-product .nav.nav-tabs li:hover a {
	border: none;
	background: #333333;
	color: #ffffff;
	cursor: pointer;
}
.product-product .nav-tabs > li {
  margin: 0 10px 10px 0;
  padding: 0;
}
.product-tabs .nav.nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
	margin: 0 0 5px;
	position: relative;
}
.product-product .nav-tabs > li > a {
	background: none;
	border: 0 solid transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #555555;
	font: 600 14px/18px "Montserrat", Helvetica, sans-serif;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	overflow: hidden;
}
.product-product .nav.nav-tabs li.active a {
	background: none;
	color: #fff;
	border: medium none;
}

.product-product .nav.nav-tabs li:hover a {
	color: #fff;
	background: none;
}
.product-product .nav-tabs > li > a::after, .product-product .nav.nav-tabs li.active a::after {
	position: absolute;
	background: #111;
	content: '';
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: -1;
	height: 100%;
	width: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.product-product .nav-tabs > li:hover > a::after, .product-product .nav.nav-tabs li.active a::after{
	width: 100%;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
    font-family: "Montserrat", Helvetica, sans-serif;
	font-size:18px;
	color:#777;
}
.tab-content #tab-description b{
	font-weight:600;
	color:#414141;
}
#checkout-cart #accordion > .panel-default,
#checkout-cart #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  margin-top: 10px;
}
#checkout-cart #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 2px solid #f5f5f5;
}
.checkout-cart #accordion .panel-heading {
	padding: 0px; 
	border-color:#eaeaea; 
	background: #f5f5f5;
}
#checkout-checkout #accordion .panel-default .panel-body input {
	vertical-align: middle;
}
.checkout-checkout .modal-header h4 {
	line-height: 20px;
}
.checkout-cart #accordion .panel-heading a {
	padding: 15px 20px;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.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%;
	margin: 0 0 10px;
}
.checkout-checkout #accordion .panel-default .panel-heading {
	border-color: #eaeaea;
	padding: 0 15px;
}
#checkout-checkout #accordion .panel-default {
  border: none;
  margin-top: 10px;
}
#checkout-checkout #accordion .panel-default .panel-body {
	border: 2px solid #f5f5f5;
	padding: 15px 15px 25px;
	margin: 10px 0;
}
.table.table-bordered {
   border-color :#eaeaea;
   background: #ffffff;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
	border: 1px solid #e5e5e5;
	color:#222;
}
.table-bordered .text-right .btn i {
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}
.table-bordered .text-right .btn i.material-icons.shopping-cart {
    line-height: 24px;
}
#account-return .form-group .input-group-btn .btn-default {
	padding: 8px 12px;
}
#account-return .form-group .input-group-btn .btn-default:hover {
	background: #ffc600;
}
#account-return .form-group .btn-default:hover i.calendar-today {
	color: #111;
}
.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;
}
.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:#111111; color: #ffffff;}
s.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover, {background:#bc3b36 ;}

.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #111111;}
.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.expand-more {
	float: right;
	font-size: 18px;
	line-height: 18px;
}
.product-search #content .search-criteria {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
#checkout-checkout #accordion .panel-heading h4.panel-title a i.expand-more {
	line-height: 40px;
}
.search-criteria > p{
	margin:10px 0;
}
.search-criteria .checkbox-inline{
	padding:0;
}
.product-compare #content .table .btn {
	display: inline-block;
	margin: 2px 0;
	width: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-compare #content .table .btn.btn-primary.btn-block:hover, .product-compare #content .table .btn.btn-primary.btn-block:focus, .product-compare #content .table .btn.btn-primary.btn-wishlist:hover, .product-compare #content .table .btn.btn-primary.btn-wishlist:focus {
	background: #ffc000;
	color: #111;
}
.product-compare #content .table .btn.btn-primary::after, .product-compare #content .table .btn.btn-primary.btn-wishlist::after {
	display: none;
}
#product-compare .btn-primary .icon-favorite {
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}
.information-sitemap .col-sm-6 > ul {
	padding-left: 15px;
}
.information-sitemap #content ul ul {
	padding-left: 30px;
	margin: 5px 0 10px;
}
.information-sitemap ul li a{
	line-height:22px;
}
body.product-compare .table-product-image {
	padding: 10px;
}

/* 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 {
	background: #111111;
    border: 2px solid #111111;
    border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	color: #ffffff;
    font-size: 16px;
    height: 35px;
	margin: 10px 5px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.contact-location .store-address a i.location-on {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.information-contact #content > h3 {
	clear: both;
	color: #111;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
/* extra page stylesheet  */
#product-compare .table tr .price, #account-wishlist .price b {
	color: #111;
	font: 700 14px/20px "Montserrat", Helvetica, sans-serif;
}
#product-compare #content .table.table-bordered strong {
	font: italic 600 16px/18px "Playfair Display", Helvetica, sans-serif;
	color: #111;
}
#product-compare .table tr .price strike, #account-wishlist .price s {
	color: #555;
	font: 500 12px/14px "Montserrat", Helvetica, sans-serif;
}
.checkout-success #content p > a, .account-success #content p > a {
	color: #111111;
	font-size: 14px;
	font-weight: 600;
}
body #content > .buttons.clearfix {
  margin: 20px 0 0;
  padding: 0;
}
.table-bordered tr td.text-right.total-amount {
	color: #111111;
	font: 600 14px/20px "Montserrat", Helvetica, sans-serif;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {
	font: 600 18px/34px "Montserrat", Helvetica, sans-serif;
}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 16px/22px "Montserrat", Helvetica, sans-serif !important;
	color: #111;
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #FFF;
	border: 1px solid #e5e5e5;
    color: #444444;
	font-family:"Montserrat", Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	vertical-align: middle;
}
.table-bordered > thead > tr > td {
	font-weight: 600;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #111;
	font: 600 14px/20px "Montserrat", Helvetica, sans-serif;
}
.checkout-checkout h4 {
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 600;
	line-height: 40px;
	font-size: 15px;
}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #111;font: 500 20px/25px "Montserrat", Helvetica, sans-serif;}
.well {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #e5e5e5;
}
/* brand page */
.product-manufacturer .a-link-list {border: medium none;}
.product-manufacturer .a-link-heading {
	padding: 5px 16px; 
}
.product-manufacturer .a-link-heading p, .product-manufacturer .a-link-heading h2 {line-height: 38px;}
.product-manufacturer .a-link-group {
    color: #222222;
    font-family: Montserrat;
    font-size: 16px;
    margin-bottom: 10px;
}
.terms-condition h3{font: 400 18px/22px "Montserrat", Helvetica, sans-serif;color:#bc3b36;}
/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */
.a-link-group { margin-bottom: 10px; }
.a-link-group a { font-weight: bold; }
.a-link-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
	width: 100%;
	float: left;
}
.a-link-heading {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px;
}
.a-link-heading p, .a-link-heading h2 {
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #111;
}
.a-link-content {
	font-size: 13px;
	line-height: 22px;
	padding: 8px;
}
.modal-header {
	background: #F5F5F5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
	opacity: .5;
}
.modal-title {
	font-weight: bold;
}
.table-hover > tbody > tr:hover {
	background: none;
}
/*----------------------- Brand Carousel CSS Start ------------------------*/
.brand-carousel .box-heading {
  display: none;
}
.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;
	padding: 30px 0;
	float: left;
	width: 100%;
}
.common-home .brand-carousel {
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #333;
}
.brand-carousel .swiper-slide.text-center {
	float: left;
	border-right: 1px solid #333;
	width: 100%;
	padding: 0 15px;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.8;
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	-webkit-opacity: 0.8;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
}
.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 {
   border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
   height: 30px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: center;
   width: 30px;
   color: #FFF;
   font: 400 13px/18px "Montserrat", Helvetica, sans-serif;;
   opacity:0;
   	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.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, .brand-carousel .swiper-pager .swiper-button-next::before{
	content: "";
	font-family: "Material Icons";
	color: #555;
	font-size: 26px;
	float: left;
	line-height: 30px;
	height: 100%;
	width: 100%;
	font-weight: 400;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
}
.brand-carousel .swiper-pager .swiper-button-prev::before{
	content: "\e5c4";
}
.brand-carousel .swiper-pager .swiper-button-next::before {
	content: "\e5c8";
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before,
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
	color: #ffffff;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	color: #FFF;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 15px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 15px;
}
@media (max-width: 991px) {
.brand-carousel .swiper-viewport .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
}
/*----------------------- Brand Carousel CSS Start ------------------------*/

/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	line-height: 22px;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
.checkout-checkout .panel-group {
  clear: both;
}
/* checkout success - Stylesheet */
body.checkout-success #content, body.account-download #content, body.account-success #content{
	background: url("TemplateTrip/images/checkout-success.png") no-repeat scroll center bottom / contain;
}
body.product-compare #content.no-compare-products, #content.no-manufacture-products, #content.no-wishlist-products, #content.request-not-found {
	background: url("TemplateTrip/images/request-not-found.png") no-repeat scroll center bottom / contain;
}
body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* footer */
footer {
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
.common-home footer {
  margin: 0;
}
footer .footer-top {
  background: #ebebeb;
  float: left;
  width: 100%;
}
.footer-container {
    background: #111111;
    float: left;
    width: 100%;
    padding: 80px 0 0 0;
}
.footer-container .footer-column {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}
.footer_default footer .footer-container .footer-column {
    width: 100%;
}
.footer-section {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    text-align: center;
}
.bottom-footer {
    float: left;
    width: 100%;
    position: relative;
    background: #111;
}
.bottom-footer .container {
	padding: 50px 0 60px;
}
.bottom-footer .footerbottom {
    padding: 50px 0 60px;
	float: left;
	width: 100%;
}
footer .footer-column ul li {
    width: auto;
    margin: 0;
    padding: 0 20px;
    text-align: left;
    float: left;
}
footer a {
    color: #cccccc;
    cursor: pointer;
    font: 500 13px/28px "Montserrat", Helvetica, sans-serif;;
    letter-spacing: 1.5px;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
footer a:hover,
footer a:focus,
.footer-column .list-unstyled li a:hover::before {
	color: #ffffff;
}
footer .footer-column h5, #ttcmspaymentlogo h5 {
	color: #ffffff;
	font: 500 16px/20px "Montserrat", Helvetica, sans-serif;;
	margin: 0 0 20px;
	display: none;
}

/* Footer right Contact us Stylesheet */
.footer-bottom {
    text-align: right;
    padding: 0;
    float: right;
    width: auto;
    clear: right;
}
.footer-bottom .bottom-block {
  float: left;
  border-top: 1px solid #2d2d2d;
  padding: 20px 0;
  width: 100%;
}
.footer-bottom-cms {
    float: left;
    width: 100%;
}
.footer-bottom-link {
	float: left;
	padding: 0;
}
.footer-bottom p {
	float: left;
    color: #ccc;
    text-align: left;
    margin: 0;
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    padding: 6px 0;
}
.footer_default .footer-top-cms {
	display: none;
}
#TTfootermain {
	background: #111 !important;
}
.footer-top-cms {
	float: left;
	width: 100%;
	padding: 0;
	background: #707070 url("TemplateTrip/images/newsletter-parallax.jpg") no-repeat scroll;
	background-attachment: fixed;
}
.footer-bottom p a {
    font-size: 13px;
	color: #ffffff;
}
.footer-bottom p a:hover {
    color: #ffffff;
}
.image-additional-container {
    float: left;
    width: 100%;
}
#goToTop::before {
	color: #111;
	content: "\e316";
	font-family: "Material Icons";
	font-size: 22px;
	line-height: 24px;
}
#goToTop {
    background: #ffc000;
    border: 2px solid #ffc000;
    border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
    bottom: 50px;
	direction: ltr;
    cursor: pointer;
    height: 40px;
    opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
    padding: 5px 8px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 40px;
	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;
	z-index: 9;
}
#goToTop:hover {
	background: #111111;
	border-color: #ffffff;
}
#goToTop:hover:before {
	color: #ffffff;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
  padding: 15px;
}
.alert .check-circle,
.alert .error-outline {
  font-size: 20px;
  vertical-align: middle;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #111111;
  right: 0;
  top: 0;
  font-size: 24px;
}
.product-options .alert-info {
    float: left;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: right;
	font-size: 14px;
	line-height: 32px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.breadcrumb i:hover {
	color: #111;
}
.breadcrumb a {
 	color: #111;
}
.breadcrumb i {
	font-size: 16px;
	line-height: 32px;
	vertical-align: top;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #111;
    content: "\e5cc";
    float: left;
    font-family: "Material Icons";
    font-size: 16px;
    margin: 0 8px;
}
/* buttons */
.btn {
	font-size: 14px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 8px 20px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.form-group .input-group-btn .btn-default{
	padding: 9px 12px;
}
.btn-group {
  float: left;
  width: 100%;
}
.btn-default {
	background: #111111;
	border: none;
	font: 600 13px/20px "Montserrat", Helvetica, sans-serif;;
	letter-spacing: 1px;
	color: #ffffff;
	position: relative;
	padding: 10px 20px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background: #111111;
	border: none;
    color: #111;
	letter-spacing: 1px;
}
.btn.active, .btn:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-primary {
    background: #ffc600;
    border: none;
    color: #111;
    font: 600 13px/20px "Montserrat", Helvetica, sans-serif;;
    letter-spacing: 1px;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.btn-primary::after,.btn-default::after {
	background: #111;
	content: "";
	position: absolute;
	bottom: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-default::after{
	background: #ffc000;
}
.btn-primary:hover::after, .btn-primary:focus::after,
.btn-default:hover::after, .btn-default:focus::after {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
#account-register .btn-primary:hover, #account-register .btn-primary:focus, #account-forgotten .btn.btn-primary:hover, #account-forgotten .btn.btn-primary:focus, #account-login .btn.btn-primary:hover, #account-login .btn.btn-primary:focus {
 	background: #111;
}
#account-login .btn.btn-primary::after{
	display: none;
}
.btn-block { width: auto }
.product-details #button-cart {
	background: #ffc600;
	border-color: #ffc600;
	color: #111;
	float: left;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 8px 15px 8px 45px;
	position: relative;
	font-weight: 500;
	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;
	margin: 0 0 0 5px;
}
.product-details #button-cart::before {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 22px;
	height: 35px;
	left: 0;
	position: absolute;
	right: auto;
	width: 56px;
	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-details #button-cart:hover,
.product-product #button-cart:focus,
.product-product #button-cart.active {
    border-color: #ffc600;
	background: #ffc600;
	color: #fff;
}
.product-details .fa.fa-shopping-cart {padding-right: 5px; font-size: 17px;} 

/*button-color-*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .open .dropdown-toggle.btn-primary, #button-login.btn.btn-primary:focus, .btn-primary:active, #button-account.btn.btn-primary:focus, #button-register.btn.btn-primary:focus, #button-shipping-method.btn.btn-primary:focus, #button-payment-method.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-coupon.btn.btn-primary:focus, #button-voucher.btn.btn-primary:focus, #button-quote.btn.btn-primary:focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus,  .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
 	background: #ffc600;
	border: none;
	color: #fff;
}
.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: #ffc600;
	border: none;
	color: #fff;
}
#button-payment-address.btn-primary:hover, #button-payment-address.btn-primary:focus, #button-payment-address.btn-primary:active, #button-payment-address.btn-primary:active:focus, #information-contact .btn.btn-primary:hover, #information-contact .btn.btn-primary:focus, #information-contact .btn.btn-primary:active, #account-edit .btn.btn-primary:hover, #account-edit .btn.btn-primary:focus, #account-edit .btn.btn-primary.active, #account-password .btn.btn-primary:hover, #account-password .btn.btn-primary:focus, #account-newsletter .btn.btn-primary.active, #account-newsletter .btn.btn-primary:hover, #account-newsletter .btn.btn-primary:focus, .account-address-edit.btn.btn-primary.active, .account-address-edit .btn.btn-primary:hover, .account-address-edit .btn.btn-primary:focus, .account-address-edit .btn.btn-primary.active, #account-affiliate .btn.btn-primary:hover, #account-affiliate .btn.btn-primary:focus, #account-affiliate .btn.btn-primary.active, #button-shipping-address.btn-primary:hover, #button-shipping-address.btn-primary:focus, #button-shipping-address.btn-primary:active, #button-shipping-address.btn-primary:active:focus, #button-account.btn.btn-primary:hover, #button-account.btn.btn-primary:focus, #button-account.btn.btn-primary.active, #button-login.btn.btn-primary:focus, #button-login.btn.btn-primary:hover, #button-login.btn.btn-primary.active, #button-shipping-method.btn.btn-primary:hover, #button-shipping-method.btn.btn-primary:focus, #button-shipping-method.btn.btn-primary.active, #button-payment-method.btn.btn-primary:hover, #button-payment-method.btn.btn-primary:focus, #button-payment-method.btn.btn-primary.active, #button-confirm.btn.btn-primary:hover, #button-confirm.btn.btn-primary:focus, #button-confirm.btn.btn-primary.active, #button-coupon.btn.btn-primary:hover, #button-coupon.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-guest.btn.btn-primary:hover, #button-guest.btn.btn-primary.active, #button-coupon.btn.btn-primary.active, #button-voucher.btn.btn-primary:hover, #button-voucher.btn.btn-primary:focus, #button-voucher.btn.btn-primary.active, #checkout-cart.btn.btn-primary.main:hover, #checkout-cart.btn.btn-primary.main:focus, #checkout-cart.btn.btn-primary.main.active, #button-search:hover, #button-search:focus, #button-search.active,  #affiliate-login .btn.btn-primary:hover, #affiliate-login .btn.btn-primary:focus, #affiliate-login .btn.btn-primary:active, #affiliate-login .btn.btn-primary:active:focus, #account-voucher .btn.btn-primary:active, #account-voucher .btn.btn-primary:hover, #account-voucher .btn.btn-primary:focus, #account-voucher .btn.btn-primary:active:focus, #checkout-checkout #button-register:hover, #checkout-checkout #button-register:focus, #checkout-checkout #button-register:active, #checkout-checkout #button-register:active:focus, #account-return .btn-primary:hover {
	background: #111;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	letter-spacing: 1px;
	padding: 12px 12px;
}
.input-group.btn-block .btn-danger {
  border-radius: 0;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  -khtml-border-radius: 0;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
#account-wishlist .btn.btn-primary, #account-order .btn.btn-primary{
	padding: 10px 14px;
}
#account-wishlist .text-left, #account-wishlist .text-right {
	vertical-align: middle;
}
#information-contact .btn-info {
	font: 600 13px/20px "Montserrat", Helvetica, sans-serif;
	padding: 10px 20px;
}
.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: #111;
	background-color: #ffc600;
	border: none;
	z-index: 1;
	overflow: hidden;
	position: relative;
	padding: 10px 12px;
}
.btn-info::after {
	background: #222;
	content: "";
	position: absolute;
	bottom: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-info:hover::after, .btn-info:focus::after{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	-o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.btn-info:hover,
.btn-info.active.focus, 
.btn-info.active:focus, 
.btn-info.active:hover, 
.btn-info.focus:active, 
.btn-info:active:focus, 
.btn-info:active:hover, 
.open > .dropdown-toggle.btn-info.focus, 
.open > .dropdown-toggle.btn-info:focus, 
.open > .dropdown-toggle.btn-info:hover,
.btn-info.active, 
.btn-info:active, 
.open > .dropdown-toggle.btn-info,
.btn-info.focus, .btn-info:focus {
	background:#ffc600;
	color:#fff;
	border-color:#ffc600;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #777;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
.table-bordered .btn i.visibility {
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}
/* 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;
}

/* product list */
.product-category .category-description{
	width:100%;
	float:left;
}
.products-list .products-carousel .owl-item.active {
	animation: 500ms ease 0s normal none 1 running zoomIn;
}
#product-category #content .category-name {
	font-size: 0px;
	text-transform: capitalize;
	margin: 0;
}
.product-layout,
.product-layouts {
	padding: 0 15px;
	margin: 0 0 30px;
}
.product-list.product-layout::after {
	display: none;
}
#content .product-thumb .thumb-description {
  padding: 10px 0 0 15px;
  text-align: left;
  position: relative;
  float: left;
}
.product-layout.product-sort .caption {
    float: left;
    width: 100%;
}
#content .product-layouts .product-thumb .thumb-description,
#content .product-layout.product-grid .product-thumb .thumb-description {
	width: 100%;
	padding: 10px 0 0 0;
}
.product-thumb .image {
    overflow: hidden;
	text-align: center;
	position:relative;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.product-grid .product-thumb .image{padding: 0px;}
.product-grid .product-thumb.row {margin: 0;}
.product-list .product-thumb h4 {
  margin: 0 0 12px;
}
.product-list .product-thumb .caption {
	float: left;
	width: 100%;
}
.product-list .product-thumb .rating,
.product-list .product-thumb:hover .rating {
  margin: 0 0 10px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  float: left;
  width: 100%;
}
#content .product-list .product-thumb .thumb-description {
	text-align: left;
	padding: 0 15px;
}
.product-list .product-thumb .image {
    padding: 0;
    width: auto;
}
.product-list .product-thumb.row, .product-sort .product-thumb.row {
  margin: 0;
}
#content .product-thumb h4 {
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .product-thumb h4 a {
	white-space:nowrap;
}
.product-thumb h4 {
    float: left;
    font: italic 500 16px/18px "Playfair Display", Helvetica, sans-serif;
    margin: 10px 0 5px;
    padding: 0;
    width: 100%;
}
.product-thumb h4 a {
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color:#111;
}
.product-thumb .rating {
	float: left;
	line-height: 0;
	width: 100%;
}
.rating span.fa-stack, #review span.fa-stack {
	display: inline-block;
	float: none;
	vertical-align: baseline;
}
.rating .fa-stack i, #review i {
   color: #acacac;
   font-size: 16px;
   width: 12px;
}
.rating .fa-stack i.star_on, #review i.star_on {
	color: #ffbf34
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #111;
	font: 700 14px/20px "Montserrat", Helvetica, sans-serif;
	float: left;
	letter-spacing: 1px;
	margin: 8px 0 0;
	width: 100%;
}
.product-thumb .price-new {
	font: 700 14px/20px "Montserrat", Helvetica, sans-serif;
}
.product-thumb .price-old{
	color: #555;
	text-decoration: line-through;
	font: 500 12px/14px "Montserrat", Helvetica, sans-serif;
}
.product-thumb .price-tax {
	color: #888888;
	font-size: 13px;
	display: none;
}
.product-list .product-thumb .price-tax {
	display: block;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	margin: 10px 0;
}
/*----------------------product_btn_style1 css start----------------------*/
.ttproducthover {
    float: left;
    width: 100%;
}
.product-thumb .button-group {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    top: 10px;
    bottom: auto;
    margin: 0;
	position: absolute;
    height: auto;
    left: auto;
    right: 10px;
    width: 45px;
    -webkit-transform: perspective(600px) rotateX(90deg);
    -moz-transform: perspective(600px) rotateX(90deg);
    -ms-transform: perspective(600px) rotateX(90deg);
    -o-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    visibility: hidden;
}
.product-thumb:hover .button-group {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.product-list .product-thumb .button-group {
    float: right;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: static;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    width: auto;
    display: inline-block;
    float: none;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
	background: none;
	border: medium none;
	height: 45px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
	z-index: 1;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart{
    background: #111;
    width: auto;
}
.product-list .product-thumb .ttcart button.btn-cart span, .product-sort .product-thumb .ttcart button.btn-cart span {
    padding: 13px 0 13px 5px;
}
.product-thumb .button-group button {
	background: #111;
	border: none;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	text-align: center;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	overflow: hidden;
	z-index: 1;
}
.product-thumb button.disabled {
	cursor: not-allowed;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-thumb .image .btn-cart.disabled:hover {
	background: #111;
	box-shadow: 0 0 0 25px #111 inset;
	-moz-box-shadow: 0 0 0 25px #111 inset;
	-webkit-box-shadow: 0 0 0 25px #111 inset;
}
.product-list .product-thumb .button-group button.btn-cart span {
	color: #ffffff;
	display: inline-block !important;
	font: 500 13px/45px "Montserrat", Helvetica, sans-serif;
	vertical-align: top;
	padding: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.product-list .product-thumb .ttcart .btn-cart i {
	line-height: 45px;
	width: 20px;
}
.product-list .product-thumb .button-group .btn-cart {
	background: #111111;
	border-radius: 25px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -khtml-border-radius: 25px;
	padding: 0 15px;
	width: auto;
}
.product-list .product-thumb .button-group button.btn-cart:hover span, .product-list .product-thumb .button-group button.btn-cart:focus span, .product-list .product-thumb .button-group button.btn-cart:active span {
	color: #111;
}
.product-thumb .button-group i {
    color: #ffffff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 45px;
    width: 45px;
	z-index: 1;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.product-thumb .button-group button:hover i {
	color: #111;
}
.product-list .product-thumb .button-group button {
    margin: 0;
}
.product-thumb .button-group button.loading > i {
    font-size: 0;
}
.product-list .product-thumb .button-group button.btn-compare,
.product-list .product-thumb .button-group button.btn-quickview {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.product-thumb .image .btn-cart.disabled::after, .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled::after, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled::after{
	display: none;
}
.product-thumb .ttcart .btn-cart.disabled:hover i, 
.product-thumb .ttcart .btn-cart.disabled:active i, 
.product-thumb .ttcart .btn-cart.disabled:focus i, 
.product-thumb .ttcart .btn-cart.disabled:hover span, 
.product-thumb .ttcart .btn-cart.disabled:active span, 
.product-thumb .ttcart .btn-cart.disabled:focus span, 
.product-list .product-thumb .button-group button.btn-cart.disabled:hover i, 
.product-list .product-thumb .button-group button.btn-cart.disabled:active i, 
.product-list .product-thumb .button-group button.btn-cart.disabled:focus i{
	color: #fff !important;
}
/*----------------------------button css end----------------------*/
   .product-thumb .ttcart {
	  -webkit-opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		top: auto;
		bottom: 10px;
		margin: 0 auto;
		height: auto;
		left: 10px;
		right: 10px;
		width: auto;
		position: absolute;
		background: #111;
		-webkit-transform: perspective(600px) rotateX(90deg);
		-moz-transform: perspective(600px) rotateX(90deg);
		-ms-transform: perspective(600px) rotateX(90deg);
		-o-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
		visibility: hidden;
		text-align: center;
	}
	.product-thumb:hover .ttcart {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
	.product-thumb .image .btn-cart {
		background: none;
		border: medium none;
		height: 45px;
		width: 100%;
		transition: all 400ms ease-in-out 0s;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
		position: relative;
		overflow: hidden;
	}
	.product-thumb .image .btn-cart::after, .product-thumb .button-group button::after, .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart::after, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart::after{
		background: #ffc000;
		content: "";
		position: absolute;
		bottom: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		transition: all 400ms ease-in-out 0s;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.product-thumb .image .btn-cart:hover::after, .product-thumb .image .btn-cart:focus::after, .product-thumb .button-group button:hover::after, .product-thumb .button-group button:focus::after, .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover::after, .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus::after, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover::after, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus::after{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		-moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		-ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		-o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	}
	.product-thumb .ttcart .btn-cart  i {
		color: #ffffff;
		font-size: 18px;
		line-height: 43px;
		text-align: center;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		transition: all 400ms ease-in-out 0s;
	}
	.product-thumb .ttcart .btn-cart:hover i {
		color: #111;
	}
	.product-thumb .ttcart button.btn-cart span {
		color: #fff;
		display: inline-block !important;
		font: 500 13px/18px "Montserrat", Helvetica, sans-serif;
		vertical-align: top;
		letter-spacing: 1px;
		padding: 12px 15px 12px 5px;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		transition: all 400ms ease-in-out 0s;
	}
	.product-thumb .ttcart button.btn-cart:hover span,
	.product-thumb .image .btn-cart:hover span::before {
		color: #111;
	}
	.product-list .product-thumb .ttcart {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		vertical-align: top;
		width: auto;
		float: left;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		visibility: visible;
		margin: 0 5px 0 0;
	}
	#column-left .product-thumb .ttcart, #column-right .product-thumb .ttcart {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		background: none;
		visibility: visible;
		height: auto;
		text-align: left;
	}
	#column-left .product-thumb .ttcart .btn-cart i, #column-right .product-thumb .ttcart .btn-cart i {
		display: none;
	}
	.product_btn_style3 #column-left .product-thumb .ttproducthover, .product_btn_style3 #column-right .product-thumb .ttproducthover {
		position: static;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		height: auto;
	}
	#column-left .ttcart .btn-cart,
	#column-right .ttcart .btn-cart {
	  background: none;
	  border: medium none;
	  padding: 0;
	}
	#column-left .product-thumb .ttcart button.btn-cart span, #column-right .product-thumb .ttcart button.btn-cart span {
		color: #555;
		padding: 0;
		line-height: 24px;
	}
	#column-left .product-thumb .ttcart button.btn-cart:hover span,
	#column-right .product-thumb .ttcart button.btn-cart:hover span {
		color: #111111;
	}
	#column-left .product-thumb .rating,#column-right .product-thumb .rating {
		margin: 5px 0 5px;
	}
	.product-list .product-thumb .button-group button.btn-cart .loading > i {
		background: none;
		line-height: 42px;
		width: 25px;
	}
	.product-layout.product-sort .image {
		width: 20%;
		padding: 0;
	}
.product-layout.product-sort .product-thumb .thumb-description {
	width: 80%;
	padding: 0 15px;
}
.product-sort .product-thumb .caption .description {
	margin: 0;
	font-size: 13px;
}
.product-layout.product-sort .product-description {
	width: 47%;
	float: left;
	text-align: left;
}
.product-layout.product-sort .product-description h4 {
    width: 100%;
}
.product-layout.product-sort .product-thumb .rating {
    position: static;
    margin: 3px auto 7px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    float: left;
    width: 100%;
    padding: 0;
}
.product-layout.product-sort .product-thumb .product-price-and-shipping {
	width: 20%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.product-layout.product-sort .product-thumb .product-price-and-shipping .price {
	transform: none;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	display: block;
	text-align: center;
}
.product-layout.product-sort .product-thumb .product-price-and-shipping .price .price-new {
	display: block;
}
.product-layout.product-sort .product-thumb .ttproducthover {
	width: 33%;
	float: right;
	text-align: center;
	margin: 10px 0 0;
	position: relative;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.product-layout.product-sort .product-thumb .button-group {
    position: static;
    float: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    width: auto;
    visibility: visible;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.product-layout.product-sort .product-thumb .ttcart {
    position: static;
    margin: 0 0 8px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    visibility: visible;
    float: none;
    width: auto;
    background: none;
}
.product_btn_style2 #content .product-layout.product-sort .product-thumb .button-group {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
    display: none ;
}
#column-left .product-thumb .button-group .btn-cart > span.loading, 

#column-right .product-thumb .button-group .btn-cart > span.loading, .ttcart button.btn-cart span.loading{
    display: none !important;
}
.ttcart > button.btn-cart.loading > span.loading,
.button-group > button.btn-wishlist.loading > span.loading,
.button-group > button.btn-compare.loading > span.loading,
.button-group > button.btn-quickview.loading > span.loading {
	display: block;
}
.ttcart > button.btn-cart.loading > span.loading{
    display: inline-block !important;
}
.product_btn_style1 .ttcart button.btn-cart span.loading, .product_btn_style2 .ttcart button.btn-cart span.loading, .product_btn_style3 .ttcart button.btn-cart span.loading {
    display: none !important;
}
.button-group button .loading, .ttcart button .loading{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-list .button-group button.btn-cart .loading {
  left: 13px;
  right: auto;
}
.button-group button .loading i, .product-thumb .ttcart button .loading i {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block !important;
    width: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
/*----------------------------product_btn css end----------------------*/
/*----------------------product_btn_style2 css start----------------------*/
.product_btn_style2 .product-thumb .sale-icon {
    color: #fff;
    top: 25px;
}
.product_btn_style2 .product-list .product-thumb .sale-icon, .product_btn_style2 .product-sort .product-thumb .sale-icon {
	color: #111; 
}
.product_btn_style2 .product-thumb:hover .sale-icon, .product_btn_style2 .product-thumb:hover .percent {
    left: 30px;
}
.product_btn_style2 .product-thumb .percent{
    top: 45px;
}
.product_btn_style2 .product-list .product-thumb:hover .sale-icon, .product_btn_style2 .product-list .product-thumb:hover .percent, .product_btn_style2 .product-sort .product-thumb:hover .sale-icon, .product_btn_style2 .product-sort .product-thumb:hover .percent {
	left: 20px;
}
.product_btn_style2 .product-thumb .ttcart {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    height: 45px;
    position: relative;
    text-align: center;
    width: auto;
    cursor: pointer;
	background: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
	position: static;
    margin: 0 5px 0 0;
}
.product_btn_style2 .product-thumb .button-group button.btn-cart{
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -ms-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
	background: #111;
}
.product_btn_style2 .product-thumb:hover .button-group button.btn-cart {
	-webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}
.product_btn_style2 #content .product-thumb .button-group {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: 30px;
	height: 45px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	float: left;
	width: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product_btn_style2 #content .product-thumb:hover .button-group {
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.product_btn_style2 .product-thumb .button-group button {
    float: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.product_btn_style2 .product-thumb .button-group button.btn-quickview {
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -ms-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
}
.product_btn_style2 .product-thumb:hover .button-group button.btn-quickview {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}
.product_btn_style2 .product-thumb .button-group button.btn-wishlist, .product_btn_style2 .product-thumb .button-group button.btn-compare {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.product_btn_style2 .product-thumb:hover .button-group button.btn-wishlist, .product_btn_style2 .product-thumb:hover .button-group button.btn-compare {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.product_btn_style2 .product-thumb:hover .button-group button {
	margin: 0;
}
.product_btn_style2 #content .product-thumb .thumb-description {
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    width: auto;
    position: absolute;
    float: none;
    text-align: center;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    height: 100px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
}
.product_btn_style2 #content .product-thumb:hover .thumb-description {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
	width: 80%;
	height: auto;
	padding: 0 0 0 15px;
	position: static;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.product_btn_style2 #content .product-list .product-thumb .thumb-description {
	padding: 0 20px;
	width: 65%;
	float: left;
	position: static;
	text-align: left;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.product_btn_style2 #content .product-thumb .image::after, .product_btn_style2 #content .product-layout .product-thumb .image::after {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    margin: auto;
    height: auto;
    width: auto;
    content: "";
    background: #ffc600;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
}
.product_btn_style2 #content .product-layouts .product-thumb:hover .image::after, .product_btn_style2 #content .product-layout .product-thumb:hover .image::after {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
.product_btn_style2 #content .product-list .product-thumb .image::after, .product_btn_style2 #content .product-sort .product-thumb .image::after {
	display: none;
}
.product_btn_style2 #content .product-list .product-thumb .button-group {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.product_btn_style2 .product-thumb h4 a, .product_btn_style2 .product-thumb h4 a:hover, .product_btn_style2 .product-thumb:hover h4 a {
    color: #e5e5e5;
}
.product_btn_style2 .product-list .product-thumb h4 a, .product_btn_style2 .product-list .product-thumb h4 a:hover, .product_btn_style2 .product-list .product-thumb:hover h4 a, .product_btn_style2 .product-sort .product-thumb h4 a, .product_btn_style2 .product-sort .product-thumb h4 a:hover, .product_btn_style2 .product-sort .product-thumb:hover h4 a {
    color: #555;
}
.product_btn_style2 .product-thumb .price, .product_btn_style2 .product-thumb .price-old{
    color: #fff;
}
.product_btn_style2 .product-list .product-thumb .price, .product_btn_style2 .product-list .product-thumb .price-old, .product_btn_style2 .product-sort .product-thumb .price, .product_btn_style2 .product-sort .product-thumb .price-old {
	color: #111;
}
.product_btn_style2 .product-list .product-thumb .button-group button, .product_btn_style2 .product-sort .product-thumb .button-group button {
    margin: 0;
    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;
}
.product_btn_style2 .product-list .product-thumb .button-group button.btn-cart:hover i, .product_btn_style2 .product-sort .product-thumb .ttcart .btn-cart:hover i {
	background: none;
	color: #111;
}
.product_btn_style2 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style2 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
	background: #111;
}
.product_btn_style2 #column-left .product-thumb:hover .price {
	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;
}
@media (max-width: 1499px) {
	.product_btn_style2 #content .product-thumb .image::after, .product_btn_style2 #content .product-thumb .image::after, .product_btn_style2 #content .product-layout .product-thumb .image::after {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}
	.product_btn_style2 #content .product-thumb .button-group {
		bottom: 20px;
	}
}
@media (max-width: 991px) {
	.product_btn_style2 #content .product-thumb .thumb-description {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		position: static;
		height: auto;
	}
	.product_btn_style2 #content .product-thumb .image::after {
		display: none;
	}
	.product_btn_style2 .product-thumb .sale-icon {
		color: #111;
		top: 10px;
		left: 10px;
	}
	.product_btn_style2 .product-thumb .percent {
		top: 30px;
	}
	.product_btn_style2 .product-thumb:hover .sale-icon, .product_btn_style2 .product-thumb:hover .percent {
		left: 10px;
	}
	.product_btn_style2 .product-thumb .button-group button {
		margin: 0;
	}
	.product_btn_style2 #content .product-thumb .button-group {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.product_btn_style2 .product-thumb .button-group button.btn-cart, .product_btn_style2 .product-thumb .button-group button.btn-wishlist, .product_btn_style2 .product-thumb .button-group button.btn-compare, .product_btn_style2 .product-thumb .button-group button.btn-quickview {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.product_btn_style2 .product-thumb .button-group button {
		height: 40px;
		width: 40px;
	}
	.product_btn_style2 .product-thumb .ttcart {
		height: 40px;
	}
	.product_btn_style2 .product-thumb h4 a, .product_btn_style2 .product-thumb h4 a:hover, .product_btn_style2 .product-thumb:hover h4 a {
		color: #555;
	}
	.product_btn_style2 .product-thumb .price{
		color: #111;
	}
	.product_btn_style2 .product-thumb .price-old {
		color: #555;
	}
}
@media (max-width: 767px) {
	.product_btn_style2 .product-thumb:hover .price {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.product_btn_style2 #content .product-thumb .button-group {
		position: static;
	}
}
/*----------------------product_btn_style2 end----------------------*/
/*----------------------product_btn_style3 css start----------------------*/
.product_btn_style3 .product-thumb h4 {
	float: left;
	width: 60%;
	margin: 0 0 10px;
}
.product_btn_style3 .product-thumb:hover .image img.image_thumb_swap.fade {
	opacity: 0.7;
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	-webkit-opacity: 0.7;
}
.product_btn_style3 .product-thumb .ttproducthover {
	float: left;
	width: 100%;
	float: none;
	width: auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	margin: auto;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: inline-block;
	vertical-align: top;
}
.product_btn_style3 .product-thumb:hover .ttproducthover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.product_btn_style3 .product-thumb .ttcart {
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	background: none;
	margin: 0 0 10px;
	left: 0;
	right: 0;
}
.product_btn_style3 .product-list .product-thumb .ttcart {
	background: #111;
	height: auto;
	float: left;
	margin: 0 5px 0 0;
	position: static;
}
.product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
	position: static;
	opacity: 1;
}
.product_btn_style3 .product-list .ttproducthover {
	float: left;
	width: auto;
	position: relative;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	height: auto;
	top: 0;
}
.product_btn_style3 .product-list .ttproducthover {
	float: left;
	width: auto;
}
.product_btn_style3 .product-thumb .image .btn-cart{
	background: #111;
	height: 45px;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	-webkit-transform: translateY(-106%);
	-moz-transform: translateY(-106%);
	-ms-transform: translateY(-106%);
	-o-transform: translateY(-106%);
	transform: translateY(-106%);
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
}
.product_btn_style3 .product-thumb .image .btn-quickview {
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	transition: all 700ms ease-in-out 0s;
	-webkit-transform: translateY(106%);
	-moz-transform: translateY(106%);
	-ms-transform: translateY(106%);
	-o-transform: translateY(106%);
	transform: translateY(106%);
	border: 2px solid #111;
	background: none;
	position: relative;
	margin: 0 auto;
	height: 45px;
	overflow: hidden;
}
.product_btn_style3 .product-thumb:hover .image .btn-cart, .product_btn_style3 .product-thumb:hover .image .btn-quickview {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.product_btn_style3 .product-list .product-thumb .button-group i, .product_btn_style3 .product-sort .product-thumb .button-group i {
	line-height: 24px;
	color: #fff;
}
.product_btn_style3 .product-list .product-thumb .button-group button:hover i, .product_btn_style3 .product-sort .product-thumb .button-group button:hover i {
	color: #111;
}
.product_btn_style3 .product-list .product-thumb .button-group button::after, .product_btn_style3 .product-sort .product-thumb .button-group button::after {
	display: block;
}
.product_btn_style3 .product-thumb .ttcart button.btn-cart span {
    padding: 12px 5px;
}
.product_btn_style3 .product-layout.product-sort .product-thumb .ttcart {
	height: auto;
}
.product_btn_style3 .product-thumb button.btn-quickview span {
    color: #111;
    display: inline-block !important;
    font: 500 13px/18px "Montserrat", Helvetica, sans-serif;
    vertical-align: top;
    letter-spacing: 1px;
    padding: 12px 5px 12px 5px;
}
.product_btn_style3 .product-list .product-thumb button.btn-quickview span, .product_btn_style3 .product-sort .product-thumb button.btn-quickview span {
	display: none !important;
}
.product_btn_style3 .product-thumb .btn-quickview i {
    color: #111;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    vertical-align: top;
    position: relative;
    overflow: hidden;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.product_btn_style3 .product-thumb button.btn-quickview:hover span, .product_btn_style3 .product-thumb .btn-quickview:hover i {
    color: #111;
}
.product_btn_style3 button.btn-quickview span.loading{
	display: none !important;
}
.product_btn_style3 .product-thumb .image .btn-quickview::after{
    background: #ffc600;
    content: "";
    position: absolute;
    bottom: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_btn_style3 .product-thumb .image .btn-quickview:hover::after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
    -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
    -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
    -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
    transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.product_btn_style3 .product-thumb .image .btn-quickview:hover {
    border: 2px solid #ffc600;
}
.product_btn_style3 .product-layouts .product-thumb .button-group, .product_btn_style3 .product-grid .product-thumb .button-group {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
	right: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.product_btn_style3 .product-layouts .product-thumb:hover .image a,
.product_btn_style3 .product- .product-thumb:hover .image a {
	opacity: 0.7;
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	-webkit-opacity: 0.7;
}
.product_btn_style3 .product-thumb .button-group button{
	background: none;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.product_btn_style3 .product-list .product-thumb .button-group button, .product_btn_style3 .product-sort .product-thumb .button-group button {
	background: #111;
	height: 45px;
	width: 45px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	position: relative;
}
.product_btn_style3 .product-thumb .button-group i {
    vertical-align: top;
    float: none;
    height: 22px;
    width: 20px;
    line-height: 22px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #666;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}
.product_btn_style3 .product-thumb .button-group button::after{
	display: none;
}
.product_btn_style3 .product-thumb .button-group button.loading i {
    display: none;
}
.product_btn_style3 .product-list .product-thumb .price {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	margin: 0;
}
@media (max-width: 991px) {
	.product_btn_style3 .product-layouts .product-thumb .button-group, .product_btn_style3 .product-grid .product-thumb .button-group {
		position: absolute;
		height: auto;
		top: 7px;
	}
	.product_btn_style3 .product-thumb .image .btn-quickview {
		height: 40px;
		float: none;
		display: inline-block;
		vertical-align: top;
		background: #111;
		border: none;
	}
	.product_btn_style3 .product-thumb .image .btn-quickview:hover {
		border: none;
	}
	.product_btn_style3 .product-thumb .image .btn-quickview::after {
		background: #ffc600;
		content: "";
		position: absolute;
		bottom: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		transition: all 400ms ease-in-out 0s;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.product_btn_style3 .product-thumb .image .btn-quickview:hover::after  {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		-moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		-ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		-o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
		transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
	}
	.product_btn_style3 .product-thumb .image .btn-quickview {
		background: #111;
	}
	.product_btn_style3 .product-thumb .image .btn-cart {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		height: 40px;
		padding: 0;
		width: 40px;
	}
	.product_btn_style3 .product-thumb button.btn-quickview span {
		display: none !important;
	}
	.product_btn_style3 .product-thumb .btn-quickview i {
		color: #fff;
		line-height: 40px;
	}
	.product_btn_style3 .product-thumb .ttcart {
		height: 40px;
		width: 40px;
		position: static;
	}
	.product_btn_style3 .product-thumb .image .btn-quickview {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		height: 40px;
		z-index: 1;
		width: 40px;
		position: relative;
		padding: 0;
	}
	.product_btn_style3 .product-thumb .ttproducthover {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		height: 40px;
		top: auto;
		bottom: 10px;
	}
	.product_btn_style3 .product-list .product-thumb .ttcart {
		width: auto;
	}
	#column-left .product-thumb .ttcart, #column-right .product-thumb .ttcart {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product_btn_style3 .product-layouts .product-thumb .button-group button, 
	.product_btn_style3 .product-grid .product-thumb .button-group button {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
}
@media (max-width: 543px) {
	.product_btn_style3 .product-list .product-thumb .ttcart button.btn-cart span, .product_btn_style3 .product-sort .product-thumb .ttcart button.btn-cart span {
		display: none !important;
	}
	.product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		width: 40px;
	}
}
@media (max-width: 480px) {
	.responsive_style2.product_btn_style3 .product-layouts .product-thumb .price, 
	.responsive_style2.product_btn_style3 .product-grid .product-thumb .price {
		float: left;
		text-align: left;
		width: 100%;
	}
	.responsive_style1 .product-layout::after, 
	.responsive_style1 .product-layouts::after {
		display: none;
	}
	.responsive_style2 .product-layout.product-grid:nth-child(2n+1)::after {
		display: none;
	}
}
/*----------------------product_btn_style3 end----------------------*/
/*----------------------------Quickview css start----------------------*/
.bootstrap-datetimepicker-widget.usetwentyfour.dropdown-menu {
  position: absolute !important;
}
#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: 99;
}
.quickview-load-img {  
	display: none; 
	position: fixed; 
	top: 50%; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	text-align: center; 
	z-index: 9999; 
	margin: auto;
}
.a-qv-close {
    position: absolute;
	color: #111111;
	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;
	text-align: center;
	margin: 0;
	right: 2px;
	top: 2px;
	z-index: 1;
}
.a-qv-close i {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}
.a-qv-close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#quickview-content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: none;
	height: 73%;
	left: 0;
	margin: 0 auto;
	overflow: auto !important;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 999;
}
.product-quickview .btn.btn-default {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #666;
	padding: 9px 15px;
	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-quickview .btn.btn-default:hover {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}
.product-quickview .product-image .thumbnail {
  border: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}
.product-quickview {
  float: left;
  width: 100%;
}

button.btn-quickview span{
    display: none;
}
.product-quickview #quick-cart {
	background: #ffc600;
	border-color: #ffc600;
	color: #111;
	float: left;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 8px 15px 8px 45px;
	position: relative;
	margin: 0 0 0 8px;
	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;
	font-weight: 500;
}
.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background: #ffc600;
  border-color: #ffc600;
  color: #fff;
}
.product-quickview #quick-cart::before {
	content: "\e8cc";
	font-family: "Material Icons";
	font-size: 22px;
	height: 35px;
	left: 0;
	position: absolute;
	right: auto;
	width: 56px;
	font-weight: 300;
	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;
}
#quickview-content .btn-group {
	margin: 0 0 10px;
}
@media (max-width: 1350px) {
	.product-quickview .product-images .additional-images-container {
		width: 100%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-quickview .product-images .additional-images-container {
		width: 85%;
	}
}
@media (max-width: 767px) {
	#quickview-content {
		height: 84%;
		padding: 25px 20px;
	}
}
@media (max-width: 480px) {
	#quickview-content {
		width: 90%;
	}
	.product-quantity #input-quantity {
		width: 40px;
	}
}
/*----------------------------Quickview css end----------------------*/
/*product-page */
.zoomContainer {
  overflow: hidden;
}
.product-block {
  float: left;
  width: 100%;
}
.product-product .product-image .thumbnail{
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0 0 5px;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -o-transition: none;
  position: relative;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}

.image-additional > img {
	max-width: 100%;
	border: none;
}
.image-additional > img:hover, .image-additional > img.selected {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 5px;
}
.additional-images .image-additional {
	display: block;
	margin: 5px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.products-list .owl-carousel,
.list-products .owl-carousel {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	width: auto;
}

/*----------------product count--------------------*/
.product-countdown {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-countdown .item-countdown {
  float: none;
  margin: 0;
}
.product-layout.product-list .product-countdown , .product-layout.product-sort .product-countdown {
	position: static;
	margin: 5px 0;
}
.product-layout.product-list .product-thumb:hover .product-countdown , .product-layout.product-sort .product-thumb:hover .product-countdown {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#column-left .product-countdown,
#column-right .product-countdown {
  display: none;
}
@media (min-width: 768px) {
	.product-thumb:hover .product-countdown {
		opacity: 0;
		-moz-opacity: 0; 
		-khtml-opacity: 0; 
		-webkit-opacity: 0;
		top: -40px;
	} 
}
@media (max-width: 991px) {
	.product-countdown {
		top: 55px;
	}
}
/*----------------product count--------------------*/
@media (min-width: 1900px) {
	#page > .container {
		max-width: 1773px;
	}
}
@media (min-width: 1500px) {
	footer .container {
		max-width: 1380px;
		width: 100%;
	}
	.container {
		width: 100%;
		max-width: 1380px;
	}
}
@media (min-width: 1399px) and (max-width: 1499px) {
	.container {
		width: 100%;
		max-width: 1320px;
	}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	.container {
		max-width: 1270px;
		width: 100%;
	}
}
@media (max-width: 1650px) {
	.product-list .product-thumb .image {
		width: 33.3333%;
	}
}
@media (max-width: 1401px) {
	.product-list .product-thumb .image {
		width: 33.3333%;
	}
	.product_btn_style2 #content .product-list .product-thumb .thumb-description {
		width: 66%;
		height: auto;
	}
	.special-carousel.products-list {
		height: 650px;
	}
}
@media (max-width: 1300px) {
	header .full-header,
	.common-home header .full-header {
		padding: 0 50px;
	}
	.product-images .additional-images-container {
		width: 400px;
	}
	.thumbnails .owl-carousel.additional-images {
		padding: 0;
	}
}
@media (max-width: 1250px) {
	header .full-header,
	.common-home header .full-header {
		padding: 0 30px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.container {
	  width: 100%;
	  max-width: 1170px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#column-left .left-right-inner > div, 
	#column-right .left-right-inner > div {
		padding: 10px;
	}
	.product-thumb .ttcart button.btn-cart span {
		font-size: 12px;
	}
	.container {
		width: 100%;
		max-width: 970px;
	}
	#product-category #content {
		width: 75%;
	}
	#column-left, #column-right {
		width: 25%;
	}
	#product-category.column_3 .product-layout.product-grid {
		width: 50%;
	}
	.footer-bottom {
		float: left;
		clear: left;
	}
}
@media (max-width: 1199px) {
	.product-images .additional-images-container {
		width: 280px;
	}
	.category-description .category-content {
		margin-top: 10px;
	}
	.footer-section {
		padding: 20px 0;
	}
	footer .footer-column .list-unstyled {
		margin: 0 0 15px;
	}
	.bottom-footer .container {
		padding: 30px 0 20px;
	}
	.special-carousel.products-list {
		height: 580px;
	}
	.header-content-title .parallex {
		padding: 100px 0 60px;
	}
	.product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		padding: 0 10px;
	}
	.footer_style2 footer .footer-column .list-unstyled {
		margin: 0;
	}
}
@media (min-width: 992px) {
	#menu ul.nav > li.dropdown:hover > .dropdown-menu {
		display: block;
		padding:0;
		border-color:#eaeaea;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
	footer .footer-column ul {
		float: none;
		width: auto;
		display: inline-block !important;
		vertical-align: top;
	}
	.special-carousel.products-list .special-content {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 991px) {
	header .full-header, .common-home header .full-header {
		position: static;
		padding: 0;
		width: 100%;
		background: #222222;
	}
	.ttproduct-main {
		margin: 50px 0;
	}
	.special-carousel.products-list {
		height: 550px;
		text-align: center;
		display: flex;
		align-items: center;
		position: relative;
	}
	.right-block > div:last-child {
		margin: 0 5px;
	}
	.special-carousel.products-list .special-content {
		top: auto;
		bottom: auto;
	}
	.product-layout.product-grid{
		width: 33.333%;
	}
	.right-block {
		margin: 0 10px;
		padding: 21px 0;
		z-index: 3;
	}
	.header-left {
		margin: 11px auto;
		float: none;
		width: 140px;
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.user-info .dropdown > ul {
		top: 61px;
	}
	#cart .dropdown-menu {
		top: 61px;
	}
	.header-left-cms {
		float: left;
	}
	.related-carousel.products-list {
		margin: 0 0 20px;
	}
	.product-details h1.product-name {
		font-size: 18px;
	}
	.TTProduct-Tab .nav-tabs > li > a {
		padding: 0 15px;
	}
	#top-links {
	  float: left;
	  width: 100%;
	}
	#top-links > ul {
	  display: inline-block;
	  float: none;
	  margin: 0;
	  vertical-align: top;
	}
	.page-title-wrapper .container {
		width: 100%;
	}
	#menu .navbar-collapse {
		background:#fff;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border:1px solid #e5e5e5;
		top:50px;
		left:auto;
		right:0;
	}	
	#menu .navbar-header.collapsed, #menu #category {
		display:block !important;
		position:relative;
		width:100%;
		text-align:left;
	}
	#menu {
 	   padding: 5px 0;
	   position:unset;
	   
	}
	.menu-container .left {
		position:unset;
	}
	#menu div.navbar-header:after,
	#menu .navbar-header i.fa {
		font-family: "FontAwesome";
		content:"\f0c9";
		font-size: 14px;
		position: absolute;
		right: 5px;
		top: 10px;
		font-weight:normal;
		color: #111111;
	}
	#menu .nav > li.dropdown:hover::after{
		display:none;
	}
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu{
		padding:0;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{
		display:none;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu a {
		padding:0 15px;
	}
	.navbar-nav {
		margin:0;
		padding: 10px 20px;
	}
	#menu .nav li.dropdown > a, 
	#menu .nav > li.dropdown > span {
    	padding: 0;
	}
	#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span{
		color:#111;
	}
	#menu .nav > li.dropdown::after {
    	content: "";
	}
	#menu .nav > li.dropdown::before {
    	content: "";
	}
	#menu .navbar-collapse li.dropdown > i {
		background:none;
		font-size: 14px;
		position: absolute;
		color: #777777;
		right: 0;
		top: 5px;
		padding: 0;
		cursor: pointer;
		text-align: center;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		position: relative;
		width: 100%;
		top:0;
		border: none;
	}
	#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
		position: static;
		display: block;
	}
	#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
		padding: 0 15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
		padding: 0 !important;
	}         
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	.menu-container > .container {
		position:relative;
	}
	#menu .nav.navbar-nav > li
	{
		display:block;
		text-align:left;
	}
	#menu .nav > li > a, #menu .nav > li > span{
		color:#414141;
		padding:0;
		line-height:26px;
		font-size:14px;
	}
	#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:#414141;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after{
		display:none;
	}	
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a, #menu .dropdown-inner a,#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu{
		padding:0 0 0 15px !important;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#111;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
	    font-size: 30px;
		line-height: 32px;
	}
	footer .footer-top {
		text-align: center;
	}
	.footer-top-block {
	  display: inline-block;
	  float: none;
	  padding: 20px 0 0;
	  vertical-align: top;
	}
	.footer-container .footer-column {
        float: left;
		margin: 0;
		width: 100%;
	}
	.footer-section {
		padding: 15px 0;
	}
	.footer-right {
	  margin: 20px 0 0;
	  padding: 0;
	  float: left;
	  width: 100%;
	}
	.footer-container {
		padding: 40px 0 0;
	}
	footer .footer-column .list-unstyled {
	  float: left;
	  margin: 0;
	  text-align: left;
	  width: 100%;
	}
	footer .footer-column ul{
		padding:0 10px;
	}
	footer .footer-column h5.toggle:hover {
		cursor:pointer;
	}
	footer .footer-column h5.toggle {
		padding: 10px;
		margin: 0 0 2px;
		position:relative;
		font: 500 16px/20px "Montserrat", Helvetica, sans-serif;
		display: block;
		text-align: left;
	}
	footer .footer-column h5.toggle:hover, footer .contact-us h5.toggle:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	footer .footer-column h5.toggle:after, footer .contact-us h5.toggle:after, .footer_style1 footer #ttcmspaymentlogo h5.toggle:after {
		content: "\e145";
    	display: block;
    	font-family: "Material Icons";
    	font-size: 19px;
   		font-weight: 100;
    	position: absolute;
    	right: 10px;
		left: auto;
    	top: 10px;
	}
	footer .footer-column.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer #ttcmspaymentlogo.active h5.toggle:after,
	footer .follow-us.active h5.toggle:after, .footer_style1 footer #ttcmspaymentlogo.active h5.toggle:after{
		content: '\e15b';
	}
	.footer-bottom-link {
	  text-align: center;
	  margin: 0 0 5px;
	  width: 100%;
	}
	.footer-bottom-cms {
		width: 100%;
	}
	.header-content-title .parallex {
		padding: 60px 0;
	}
	.page-title-wrapper .page-title {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	.category-list ul li {
		margin-right: 5px;
	}
	.bottom-footer .container {
		padding: 15px 0 15px;
	}
	footer .footer-column ul li {
		float: left;
		width: 100%;
		padding: 0;
	}
	.footer-bottom p {
		text-align: center;
		padding: 0;
	}
	.bottom-footer {
		text-align: center;
	}
/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
	body .container > .row > #content,
	body .container-fluid > .row > #content {
		float: left;
		width: 100%;
	}
	#product-category #content {
		width: 100%;
	}
	body .container > .row > #column-left,
	body .container > .row > #column-right,
	body .container-fluid > .row > #column-left,
	body .container-fluid > .row > #column-right {
		float: left;
		width: 100%;
		display: block !important;
	}
	#column-left .left-right-inner .swiper-viewport, #column-right .left-right-inner .swiper-viewport {
		padding: 15px;
		border: 1px solid #e5e5e5;
	}
	#column-left .left-right-inner > div, #column-right .left-right-inner > div {
		margin-bottom: 20px;
		cursor: pointer;
		overflow: hidden;
		padding: 0;
		border: 1px solid #e5e5e5;
	}
	#column-left .left-right-inner > div:last-child, #column-right .left-right-inner > div:last-child {
		margin-bottom: 0;
	}
	#column-left .products-carousel.owl-carousel .owl-nav, #column-right .products-carousel.owl-carousel .owl-nav {
		right: 40px;
		top: -38px;
	}
	#column-left .panel-default,
	#column-right .panel-default,
	#column-left .category-treeview.panel-default,
	#column-right .category-treeview.panel-default,
	#ttcmstestimonial .title_block,
	#column-left .box-heading,
	#column-right .box-heading,
	#column-left .panel-heading,
	#column-right .panel-heading {
		background: #ffffff;
		cursor: pointer;
		font: 600 14px/18px "Montserrat", Helvetica, sans-serif;
		color: #111111;
		padding: 15px;
		margin: 0;
		border: 1px solid #e5e5e5;
	}
	#column-left .panel-heading::before, #column-right .panel-heading::before, #column-left .box-heading::before, #column-right .box-heading::before {
		display: none;
	}
	#column-left .panel-default.category-treeview,
	#column-right .panel-default.category-treeview {
	  margin: 20px 0;
	  padding: 0;
	}
	#column-left .box-heading,
	#column-right .box-heading,#column-left .panel-heading, #column-right .panel-heading{
		border: none;
	}
	#column-left .left-right-inner > div, #column-right .right-left-inner > div {
		border: 1px solid #e5e5e5;
	}
	#column-left .box-heading > h3,
	#column-right .box-heading > h3 {
		font: 600 14px/18px "Montserrat", Helvetica, sans-serif;
		color: #111111;
	}
	#column-left .toggle:after,
	#column-right .toggle:after {
		content: "\e145";
		font-family: "Material Icons";
		float: right;
		color: #333333;
		font-size: 18px;
		font-weight: 400;
		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-left .list-products.active > div.toggle::after, #column-right .panel-default.active > div.toggle::after, #column-right .products-list.active > div.toggle::after, #column-right .list-products.active > div.toggle::after, #ttcmstestimonial.active .title_block.toggle::after, #ttcmsservices.active .box-heading.toggle::after, #column-left .featured-carousel.products-list .container.active .box-heading.toggle::after, #column-right .featured-carousel.products-list .container.active .box-heading.toggle::after {
		content: "\e15b";
	}
	#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,
	#column-left .products-carousel, 
	#column-right .products-carousel {
		float: left;
		width: 100%;
		padding: 0 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%;
		padding: 0 15px 15px;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
		#column-left .panel-default.option-filter,
		#column-right .panel-default.option-filter {
			display: none;
		}
		.option-filter-box .list-group .list-group-items {
			float: left;
			width: 100%;
		}
		.category-treeview ul {
			float: left;
			width: 100%;
		}
		.option-filter-box {
			background: #ffffff;
			border: 1px solid #e5e5e5;
			float: left;
			margin: 20px 0 0;
			padding: 20px;
			width: 100%;
		}
		.option-filter-box .list-group-items > div.list-group-item {
			padding: 5px 0;
			display: none;
		}
		.option-filter-box a.list-group-item::after {
			top: 0;
			content: "\e5cf";
		}
		.option-filter-box a.list-group-item.collapsed::after { 
			content: "\e5ce";
		}
		.option-filter-box .list-group .list-group-item,
		.option-filter-box .radio,
		.option-filter-box .checkbox {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0;
			background: #FFF;
			border: none;
		}
		.option-filter-box a.list-group-item {
			color: #111111;
			padding: 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;
			margin: 10px 0 0;
		}
		.option-filter-box .btn.btn-primary {
		  padding: 7px 18px;
		}
		.option-filter-box .checkbox > label:hover,
		.option-filter-box .checkbox > label:hover {
			color: #111;
		}
	#content .product-layouts .product-thumb .thumb-description, #content .product-layout.product-grid .product-thumb .thumb-description {
		width: 100%;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
	.product-list .product-thumb .ttcart .btn-cart i {
		line-height: 40px;
	}
	.product_extended #product-product .product-left {
		float: left;
		text-align: left;
		padding: 0;
		border-right: none;
		width: 100%;
	}
	.product_extended .product-product .product-details .product-options {
		padding: 10px 0 0;
		width: 100%;
	}
	.product_extended .product-product .product-details .btn.btn-default.product-btn-wishlist, .product_extended .product-product .product-details .btn.btn-default.product-btn-compare {
		text-align: left;
		padding: 0 15px 0 0;
		float: left;
	}
	.product_extended #product-product .product-details h1.product-name {
		text-align: left;
	}
	.product_extended .product-product .product-details .rating {
		float: left;
		text-align: left;
	}
	.product_extended #product-product .product-details table.product-info {
		margin: 0;
		text-align: left;
	}
	.product_extended .product-product .product-details ul.product-price h2 {
		margin: 0;
	}
	.product_extended #product-product .product-right {
		float: left;
		text-align: left;
		width: 100%;
		padding: 10px 15px 0;
	}
	.ttproducthover {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: auto;
		bottom: 10px;
	}
	.product-thumb .button-group {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		width: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		visibility: visible;
		position: static;
		float: none;
		display: inline-block;
		vertical-align: top;
		height: 40px;
	}
	.product-thumb .ttcart {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		visibility: visible;
		position: static;
		float: none;
		display: inline-block;
		vertical-align: top;
		height: 40px;
		width: 40px;
	}
	.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		height: 40px;
	}
	.product_btn_style2	.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style2 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		height: 40px;
	}
	.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart span, .product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart span {
		padding: 0;
		line-height: 40px;
	}
	.product_btn_style2 .product-category.column_5 .product-list .product-thumb .ttcart button.btn-cart span, .product_btn_style2 .product-category.column_5 .product-sort .product-thumb .ttcart button.btn-cart span {
		line-height: 45px;
	}
	.product_btn_style3 .product-list .product-thumb .button-group button, .product_btn_style3 .product-sort .product-thumb .button-group button {
		height: 40px;
		width: 40px;
	}
	.product-list .product-thumb .thumb-description .ttproducthover, .product-sort .product-thumb .thumb-description .ttproducthover {
		position: static;
	}
	.product-list .product-thumb .ttcart button.btn-cart span, .product-sort .product-thumb .ttcart button.btn-cart span {
		padding: 11px 0 11px 5px;
	}
	.product-sort .product-thumb .thumb-description .ttproducthover {
		margin: 5px 0 0;
	}
	.product_btn_style2 .product-thumb .percent {
		left: 15px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.product_btn_style2 .product-countdown {
		top: 55px;
	}
	.product-thumb:hover .product-countdown {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		top: 55px;
	}
	.product_btn_style2 .product-thumb .sale-icon {
		left: 15px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1; 
	}
	.product_btn_style2 .product-thumb:hover .sale-icon, .product_btn_style2 .product-thumb:hover .percent {
		left: 15px;
		right: auto;
	}
	.product_btn_style2 .product-list .product-thumb:hover .sale-icon, .product_btn_style2 .product-list .product-thumb:hover .percent, .product_btn_style2 .product-sort .product-thumb:hover .sale-icon, .product_btn_style2 .product-sort .product-thumb:hover .percent {
		left: 15px;
	}
	.product-thumb .button-group i {
		font-size: 18px;

		line-height: 40px;
		height: 40px;
		width: 40px;
	}
	.product-thumb .image .btn-cart {
		height: 40px;
	}
	.product-thumb .ttcart .btn-cart i {
		line-height: 40px;
	}
	.category-filter .filter-text .input-group-addon.control-label {
		display: none;
	}
	.category-filter .filter-sort-by .filter-selection {
		width: 105px;
	}
	.category-filter .filter-sort-by {
		width: 39%;
		max-width: 170px;
	}
	.category-filter .filter-show, .category-filter .filter-sort-by {
		margin: 0;
		float: left;
		clear: none;
	}
	.category-filter .filter-grid-list {
		width: 100px;
	}
	.category-filter .filter-text .input-group-addon.control-label {
		display: none;
	}
	.category-filter .filter-text {
		padding: 0;
	}
	.category-filter .filter-show .filter-text {
		margin: 0;
	}
	.category-filter .filter-show {
		margin: 0 5px 0 0;
		min-width: 55px;
	}
	.category-filter .filter-show .filter-selection {
		width: 55px;
	}
	.filter-sort-by .select-wrapper::after, .filter-show .filter-selection .select-wrapper::after {
		top: 10px;
	}
	.product-thumb .percent {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		left: 10px;
		top: 30px;
	}
	.product-thumb .sale-icon {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		left: 10px;
		top: 10px;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/

/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
}

@media (min-width: 768px) {

	/* fixed colum left + content + right*/
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	.column_3 .product-layout.product-grid:nth-child(3n+1)::after {
	   border: none;
	}
}
@media (max-width: 767px) {
	#page > .row {
	  clear: both;
	}
	.footer-container {
		padding: 30px 0 0;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
		margin: 0 0 15px;
		font-size: 28px;
		line-height: 30px;
		padding: 0 0 15px;
	}
	.ttsubtitle {
		font-size: 18px;
	}
	.ttproduct-main {
		margin: 40px 0;
	}
	.customNavigation a.prev {
		margin: 0 10px 0 0;
	}
	.customNavigation a span {
		width: 40px;
	}
	.customNavigation{
		line-height: 34px;
	}
	.customNavigation a:hover span {
		width: 60px;
	}
	#content .product-list .product-thumb .thumb-description {
		padding: 0 15px;
	}
	.TTProduct-Tab .nav-tabs > li > a, .TTProduct-Tab .nav-tabs > li > a .tab-title {
		font-size: 16px;
	}
	.special-carousel.products-list .special-content .special-product.newproduct {
		float: left;
		width: 100%;
	}
	.product-details h1.product-name {
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.product-layout, .product-layouts {
		margin: 0 0 20px;
	}
	.category-description .category-image {
		float: left;
		text-align: center;
		width: 25%;
	}
	.category-filter .filter-sort-by {
		max-width: 230px;
	}
	.category-description .block-description {
		float: left;
		width: 75%;
	}
	.product-tabs {
		width: 100%;
		float: left;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		float: left;
	}
	.header-top-right .dropdown span.hidden-xs, 
	.header-top-right #wishlist-total span {
		display:block !important;
	}
	.page-title-wrapper .container {
		padding: 0;
	}
	.header-content-title .parallex {
		padding: 30px 10px;
	}
	#page  .page-title-wrapper {
		text-align:center;
	}
	.page-title-wrapper .page-title {
		float:left;
		width:100%;
		text-align:center;
		margin:0;
	}
	.breadcrumb {
		float:none;
		margin:0 auto;
		display:inline-block;
		font-size: 14px;
	}
	.product_btn_style2 #content .product-list .product-thumb .thumb-description {
		padding: 0 0 0 10px;
		height: auto;
	}
	.product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
		height: auto;
	}
	.product_btn_style2 #content .product-thumb .button-group {
		float: none;
		width: auto;
	}
	.owl-carousel .owl-nav {
		padding: 0 15px;
	}
	#goToTop { 
		right: 20px;
	}
	.TTProduct-Tab .nav-tabs > li {
		margin: 0 5px 0 0;
	}
	.product-product .nav-tabs > li {
		margin: 0 7px 10px 0;
	}
	.product-product .nav-tabs > li > a {
		padding: 10px 12px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
	  margin: 0 auto;
	  width: 76%;
	}
	.product-images .additional-images-container {
	  width: 400px;
	}
}
@media (max-width: 700px) {
	.category-products .product-layout.product-grid {
	  width: 50%;
	}
	.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		padding: 0 8px;
	}
	.product-thumb h4 {
		font-size: 15px;
	}
	#content .product-thumb .thumb-description {
		padding: 0 15px;
	}
	.product-layout.product-sort .product-description {
		width: 100%;
	}
	.product-layout.product-sort .product-thumb .product-price-and-shipping {
		width: 35%;
		padding: 0;
	}
	.product-layout.product-sort .product-thumb .ttproducthover {
		width: 65%;
	}
	.product-layout.product-sort .product-thumb .product-price-and-shipping .price {
		text-align: left;
	}
	.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		width: 40px;
	}
	.product-list .product-thumb h4 {
		margin: 0 0 10px;
	}
	.product-layout.product-sort .product-thumb .ttcart {
		margin: 0 4px 0 0;
	}
	.product-layout.product-sort{
		margin: 0 0 30px;
	}
	.product-list .product-thumb .rating, .product-list .product-thumb:hover .rating {
		margin: 0 0 7px;
	}
	.product-list .product-thumb .caption .description, .product-sort .product-thumb .caption .description {
		font-size: 13px;
		line-height: 20px;
		margin: 0;
	}
	.product-list .product-thumb .caption {
		padding: 5px 0 0;
	}
	.product-list .product-thumb .ttcart .btn-cart i {
		line-height: 40px;
	}
	.product-thumb .ttcart button.btn-cart span {
		font-size: 13px;
	}
	.product-list .product-thumb .ttcart button.btn-cart span, .product-sort .product-thumb .ttcart button.btn-cart span {
		padding: 11px 0px 11px 3px;
	}
	.product-list .product-thumb .image img {
		width: 100%;
	}
	#content .product-list .product-thumb .thumb-description {
		text-align: left;
	}
	.product_btn_style1 .product-category.column_6 #content .product-thumb .thumb-description, .product_btn_style1 .product-category.column_7 #content .product-thumb .thumb-description, .product_btn_style1 .product-category.column_8 #content .product-thumb .thumb-description {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.product_btn_style1 .product-category.column_6 #content .product-sort .product-thumb .thumb-description, .product_btn_style1 .product-category.column_7 #content .product-sort .product-thumb .thumb-description, .product_btn_style1 .product-category.column_8 #content .product-sort .product-thumb .thumb-description {
		text-align: center;
	}
	.page-title-wrapper .container {
		margin: 15px 0 5px;
	}
}
@media (max-width: 543px) {
	.product-layout.product-sort .image {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.special-carousel.products-list {
		height: 480px;
	}
	.TTProduct-Tab .nav-tabs > li {
		margin: 0 0 5px 0;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.TTProduct-Tab .nav-tabs {
		margin: 0 0 50px;
	}
	.related-carousel.products-list .owl-carousel .owl-nav {
		left: auto;
		right: 0;
	}
	.TTProduct-Tab .nav-tabs {
		float: left;
		width: 100%;
	}
	.TTProduct-Tab .tab-box-heading {
		margin: 0;
	}
	.TTProduct-Tab .nav-tabs > li {
		padding: 0;
	}
	.TTProduct-Tab .nav-tabs > li::after {
		display: none;
	}
	.owl-carousel .owl-nav {
		float: none;
		width: auto;
		top: -50px;
		bottom: auto;
		left: 0;
		right: 0;
	}
	.product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
		float: left;
		width: 100%;
		text-align: center;
		padding: 0 5px;
	}
	.product-layout.product-sort, .product-layout.product-sort .product-description {
		text-align: center;
	}
	.product-layout.product-sort .product-thumb .product-price-and-shipping .price {
		text-align: center;
	}
	.product-layout.product-sort .product-thumb .ttproducthover {
		width: 100%;
	}
	.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		padding: 0;
		width: 40px;
	}
	.product-layout.product-sort {
		margin: 0 0 20px;
	}
	.product-category.column_3 #content .product-sort .product-thumb .thumb-description {
		 float: left; 
		 width: 100%; 
		 text-align: center; 
	}
	.product_btn_style3 #content .product-thumb .thumb-description {
		padding: 10px 0 0 0;
		width: 100%;
	}
	.product_btn_style3 .product-layout.product-sort .product-thumb .product-price-and-shipping {
		width: 100%;
	}
	#content .product-list .product-thumb .thumb-description {
		width: 66.66666667%;
		padding: 0 15px;
	}
	.product_btn_style3 .product-list .product-thumb .price {
		margin: 8px 0 0;
	}
	.product-layout.product-list .product-countdown, .product-layout.product-sort .product-countdown {
		margin: 5px 0 0;
	}
	.product_btn_style2 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style2 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style1 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style1 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart{
		padding: 0;
		width: 40px;
	}
	.product_btn_style1 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style1 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style1 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style1 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart{
		width: 40px;
	}
	.product_btn_style2 .product-category.column_3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style2 .product-category.column_3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style2 .product-category.column_3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart, .product_btn_style2 .product-category.column_3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
		width: 40px;
	}
	.table {
		display: inline-block;
		overflow: scroll;
	}
	.footer-bottom {
		text-align: center;
		float: left;
		width: 100%;
		clear: none;
	}	
}
@media (max-width: 480px) {
	#mobile-logo {
	  display: block;
	}
	img.mobile-logo {
		max-width: 100px;
		max-height: 60px;
		height: auto;
		width: auto;
	}
	.right-block > div:last-child {
		margin: 0;
	}
	.header-left {
		position: relative;
	}
	#logo {
		display: none;
	}
	.brand-carousel .brand-items .img-responsive {
		max-width: 80%;
	}
	.header-left {
		margin: 11px auto;
		width: 55px;
		left: 10px;
	}
	.right-block > div {
		margin: 0;
	}
	.category-description .category-image {
		width: 100%;
	}
	.product_extended #product-product .product-left {
		padding: 0;
	}
	.product_extended #product-product .product-right {
		padding: 10px 0 0;
	}
	.category-description .block-description {
		float: left;
		width: 100%;
		padding: 0 20px;
	}
	#cart .dropdown-menu {
		min-width: 300px;
	}
	#cart .header-cart-toggle .text-right.price-total {
		font-size: 14px;
	}
	#cart .header-cart-toggle .text-left.name > a,
	#cart .header-cart-toggle .text-right.amount,
	#cart .dropdown-menu .btn.btn-danger i.fa-times {
		font-size: 12px;
	}
	.header-cart-toggle .table > tbody > tr > td, 
	.header-cart-toggle .table > tbody > tr > th, 

	.header-cart-toggle .table > tfoot > tr > td, 
	.header-cart-toggle .table > tfoot > tr > th, 
	.header-cart-toggle .table > thead > tr > td, 
	.header-cart-toggle .table > thead > tr > th,
	.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td, 
	.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
		padding: 8px 4px;
	}
	.header-content-title .parallex {
		padding: 20px 10px;
	}
	.contact-link ul li {
	  padding: 0 0 0 10px;
	}
	.category-description .category-content {
		margin-top: 10px;
	}
	.checkout-cart h2 {
		line-height: 24px;
	}
	.checkout-cart #accordion .panel-heading a {
		font-size: 14px;
	}
	.checkout-checkout h4 {
		line-height: 34px;
		font-size: 14px;
	}
	#checkout-checkout #accordion .panel-heading h4.panel-title a i.expand-more {
		line-height: 34px;
	}
	.breadcrumb > li + li::before {
		margin: 0 2px 0 0;
	}
	.breadcrumb {
		font-size: 13px;
	}
	.category-description .category-content p {
		font-size: 13px;
	}
	.product_btn_style2 #content .product-list .product-thumb .thumb-description {
		width: 100%;
		padding: 0;
	}
	.ttproduct-main {
		margin: 30px 0;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 15px;
		float: none;
		padding: 0 0 10px;
	}
	.ttsubtitle {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 20px;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
		margin: 0 0 5px;
		width: 90%;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li:last-child {
	  margin: 0;
	}
	.TTProduct-Tab .nav-tabs > li > a .tab-title {
		font-size: 14px;
	}
	.TTProduct-Tab .nav-tabs {
		margin: 0 0 45px;
	}
	.TTProduct-Tab .tthometab, .tt-titletab {
		background: none;
	}
	#content .product-list .product-thumb .thumb-description {
		padding: 0;
		width: 100%;
	}
	.user-info .dropdown > a > .user {
		font-size: 24px;
	}
	#search .ttsearch_button .icon-search, #cart > button > i.shopping-cart {
		font-size: 22px;
	}
	.product-thumb h4 {
		font-size: 14px;
	}
	.product-thumb .price {
		margin: 5px 0 0;
	}
	.banner-panel img {
		display: inline-block;
		text-align: center;
	}
	#column-left .banner-panel, #column-right .banner-panel {
		text-align: center;
	}
	#content .product-layout.product-sort .product-thumb .thumb-description {
		float: left;
		width: 100%;
		text-align: center;
	}
	#content .product-layout.product-grid .product-description {
		text-align: center;
	}
	#content .product-layout.product-grid .product-thumb .thumb-description {
		text-align: center;
		height: auto;
	}
	.product_btn_style3 #content .product-layout.product-grid .product-description, .product_btn_style3 #content .product-layout.product-grid .product-thumb .thumb-description {
		text-align: left;
	}
	.product-list .product-thumb .image {
		display: inline-block;
		border: none;
		float: none;
		text-align: center;
		margin: 0;
		width: 100%;
	}
	.product-list .product-thumb .thumb-description {
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}
	.product-list .product-thumb .button-group .btn-cart {
		padding: 0;
		border-radius: 50%;
		-moz-border-radius: 50%; 
		-webkit-border-radius: 50%; 
		-khtml-border-radius: 50%;
	}
	.related-carousel.products-list {
		margin: 0 0 10px;
	}
	.page-title-wrapper .breadcrub {
		padding: 10px 0;
	}
	.page-title-wrapper .page-title {
		font-size: 16px;
		line-height: 20px;
	}
	.product-list .product-thumb .image {
		float: left;
		width: 100%;
	}
	.product-list .product-thumb .button-group button.btn-cart span.hidden-sm {
		display: none !important;
	}
	.product-list .product-thumb .button-group i.shopping-cart {
		width: 40px;
	}
	.page-title-wrapper .breadcrumb > li {
		float:none;
		display:inline-block;
	}
	.header-top-left .dropdown-toggle span, .header-top-left .phone-number {
		display:none !important;
	}
	.product-product .product-details .rating .product-rating::after {
		display:none;
	}
	.table td {
		width: 100%;
	}
	.product-images .additional-images-container {
	    width: 270px;
	}
	.product-tabs .nav-tabs {
		width: 100%;
		padding: 0;
	}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #eeeeee;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
	#content .category-list h3 {
		font-size:17px;
	}
	.category-pagination div.text-left,
	.category-pagination div.text-right {
		float:left;
		width:100%;
		text-align:center;
	}
	#custom-pagination-button > span#number-products {
		float: left;
		width: 100%;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0;
		border-right: none;
	}
	.product-details .rating > a {
		margin: 5px 8px 0 0;
		padding: 0 8px 0 0;
		border-right: none;
	}
	.product-details .btn.btn-default.product-btn-compare {
		margin-top: 0;
		width: 100%;
	}
	.product-product .product-tabs .nav-tabs li {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	.product-product .nav-tabs > li > a {
		margin: 0;
		padding: 8px 20px;
		font-size: 14px;
	}
	.image-additional a.thumbnail {
		margin: 5px;
	}	
	.product-list .thumb-description {
		padding:0;
	}
	.product-product #form-review .form-group label.control-label {
		float: left;
		width: 100%;
	}
	.checkout-cart #content > .buttons {
		text-align: center;
		margin: 0 0 20px;
	}
	.checkout-cart .sub-total-table {
		width: 100%;
	}
	#checkout-cart .pull-left {
	  float: none;
	  margin: 0 0 10px;
	  width: 100%;
	}
	#checkout-cart .pull-right {
	  float: none;
	  width: 100%;
	}
	footer .footer-column h5.toggle {
	  font-size: 14px;
	  line-height: 20px;
	}
	.footer-container {
	  padding: 15px 0 0;
	}
	.footer-bottom .bottom-block div {
	  padding: 0;
	}
	.responsive_style2 .product-countdown .item-countdown {
		display: none;
	}
	.product_btn_style3.responsive_style2 .product-layouts .product-thumb .button-group, .product_btn_style3.responsive_style2 .product-grid .product-thumb .button-group {
		top: 9px;
	}
	.product_btn_style3.responsive_style2 .product-thumb .button-group button {
		height: 22px;
		width: 22px;
	}
	.product_btn_style3.responsive_style2 .product-list .product-thumb .button-group button, .product_btn_style3.responsive_style2 .product-sort .product-thumb .button-group button {
		height: 40px;
		width: 40px;
	}
	.product_btn_style3.responsive_style2 .product-list .product-thumb .ttcart, .product_btn_style3.responsive_style2 .product-list .product-thumb .image .btn-cart, .product_btn_style3.responsive_style2 .product-sort .product-thumb .ttcart, .product_btn_style3.responsive_style2 .product-sort .product-thumb .image .btn-cart {
		height: 40px;
		width: 40px;
	}
    .product_btn_style3.responsive_style2 .product-list .product-thumb .ttcart .btn-cart i, .product_btn_style3.responsive_style2 .product-sort .product-thumb .ttcart .btn-cart i, .product_btn_style3.responsive_style2 .product-list .product-thumb .btn-quickview i, .product_btn_style3.responsive_style2 .product-sort .product-thumb .btn-quickview i{
		line-height: 24px;
		font-size: 18px;
	 }
	.responsive_style2 #content .product-layouts .product-thumb .button-group button > i, .responsive_style2 #content .product-grid .product-thumb .button-group button > i {
		color: #fff;
		font-size: 16px;
		line-height: 28px;
		height: 28px;
		width: 28px;
	}
	.responsive_style2 #content .product-layouts .product-thumb .button-group button:hover > i, .responsive_style2 #content .product-grid .product-thumb .button-group button:hover > i {
		color: #111;
	}
	.responsive_style2.product_btn_style3.responsive_style2 .product-sort .product-thumb .ttproducthover, .responsive_style2.product_btn_style3.responsive_style2 .product-list .product-thumb .ttproducthover {
		height: 40px;
	}
	.responsive_style2 #content .product-layouts .product-thumb .thumb-description, .responsive_style2 #content .product-layout.product-grid .product-thumb .thumb-description {
		padding: 10px 0 0;
	}
	.responsive_style2 .product-layout, .product-layouts {
		padding: 0 10px;
	}
	.responsive_style2 .product-thumb .ttcart, .product_btn_style2.responsive_style2 .product-thumb .button-group button {
		height: 28px;
		width: 28px;
	}
	.product_btn_style2.responsive_style2 .product-list .product-thumb .ttcart, .product_btn_style2.responsive_style2 .product-list .product-thumb .button-group button, .responsive_style2 .product-sort .product-thumb .ttcart, .product_btn_style2.responsive_style2 .product-sort .product-thumb .button-group button {
		height: 40px;
		width: 40px;
	}
	.responsive_style2 .product-thumb .button-group, .responsive_style2 .product-thumb .image .btn-cart {
		height: 28px;
		padding: 0;
	}
	.product_btn_style2.responsive_style2 .product-thumb .button-group, .product_btn_style2.responsive_style2 .product-thumb .image .btn-cart{
		width: 28px;
	}
	.product_btn_style3.responsive_style2 #content .product-layouts .product-thumb .button-group button > i, .product_btn_style3.responsive_style2 #content .product-grid .product-thumb .button-group button > i {
		color: #111;
		line-height: 22px;
		height: 22px;
		width: 22px;
	}
	.responsive_style2 .product-thumb .ttcart .btn-cart i {
		line-height: 28px;
		font-size: 16px;
	}
	.responsive_style2 .product-thumb .ttcart button.btn-cart span {
		display: none !important;
	}
	.responsive_style2 #content .product-thumb .button-group button .loading i {
	  background: #ffffff;
	  color: #111111;
	  font-size: 18px;
		line-height: 29px;
		height: 28px;
		width: 28px;
	}
	.responsive_style2.product_btn_style2 #content .product-thumb .button-group {
		height: 28px;
	}
	.responsive_style2.product_btn_style2 #content .product-list .product-thumb .button-group {
		height: 40px;
	}
	.responsive_style2.product_btn_style2 .product-list .product-thumb .ttcart .btn-cart i {
		line-height: 40px;
	}
	.responsive_style2 .product-thumb .price-new {
	  font-size: 13px;
	}
	.responsive_style2 .product-list .product-thumb .button-group, .responsive_style2 .product-list .product-thumb .image .btn-cart, .responsive_style2 .product-sort .product-thumb .button-group, .responsive_style2 .product-sort .product-thumb .image .btn-cart {
		height: 40px;
	}
	.responsive_style2 .product-list .product-thumb .ttcart, .responsive_style2 .product-sort .product-thumb .ttcart {
		height: 40px;
		width: 40px;
	}
	.responsive_style2 .product-list .product-thumb .ttcart .btn-cart i, .responsive_style2 .product-sort .product-thumb .ttcart .btn-cart i {
		font-size: 18px;
	}
	.product_btn_style3.responsive_style2 .product-thumb .ttcart, .product_btn_style3.responsive_style2 .product-thumb .image .btn-quickview, .product_btn_style3.responsive_style2 .product-thumb .image .btn-cart {
		height: 30px;
		width: 30px;
	}
	.product_btn_style3.responsive_style2 .product-thumb .ttproducthover {
		height: 30px;
	}
	.product_btn_style3.responsive_style2 .product-thumb .ttcart .btn-cart i, .product_btn_style3.responsive_style2 .product-thumb .btn-quickview i {
		line-height: 30px;
		font-size: 16px;
	}
	.responsive_style2 .category-products .product-layout.product-grid {
		width: 50%;
	}
}
@media (max-width: 360px) {
	.category-products .product-layout.product-grid {
	    width: 100%;
	}
	.special-carousel.products-list {
		height: 580px;
	}
	.customNavigation a span {
		width: 35px;
	}
	.customNavigation {
		line-height: 24px;
	}
}

/* ----------------- Start TT - CMS parallax ------------------- */
	#TTparallax {
		float: left;
		width: 100%;
	}
	.parallax_content {
		float: left;
		width: 100%;
	}
	.parallax_content .parallex-detail {
		float: left;
		width: 100%;
		position: relative;
	}
	.parallax_content .parallex-detail img {
		width: 100%;
	}
	.parallax_content .parallex-detail .parallex-content {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 35%;
		height: 300px;
		-webkit-transition: all 1500ms ease-in-out 0s;
		-moz-transition: all 1500ms ease-in-out 0s;
		-ms-transition: all 1500ms ease-in-out 0s;
		-o-transition: all 1500ms ease-in-out 0s;
		transition: all 1500ms ease-in-out 0s;
		transition-duration: 1.7s;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		right: 10%;
		left: auto;
	}
	.parallax_content .parallex-detail .parallex-content.right {
		right: 10%;
		left: auto;
	}
	.parallax_content .parallex-detail .parallex-content.left {
		left: 10%;
		right: auto;
	}
	.parallax_content .parallex-content .title {
		font: 700 150px/160px "Montserrat", Helvetica, sans-serif;
		text-transform: uppercase;
		position: relative;
		padding: 0 0 10px;
		margin: 0 0 20px;
		color: #000;
	}
	.parallax_content .parallex-content .title::after {
		position: absolute;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		background: #222;
		height: 3px;
		width: 50px;
		content: "";
	}
	.parallax_content .parallex-content .description {
		font: italic 500 40px/52px "Playfair Display", Helvetica, sans-serif;
		margin: 0 0 35px;
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		color: #444;
	}
@media (max-width: 1700px) {
	.parallax_content .parallex-content .title {
		font-size: 120px;
		line-height: 140px;
	}
	.parallax_content .parallex-content .description {
		font-size: 38px;
		line-height: 50px;
	}
}
@media (max-width: 1550px) {
	.parallax_content .parallex-content .title {
		font-size: 100px;
		line-height: 120px;
	}
	.parallax_content .parallex-content .description {
		font-size: 34px;
		line-height: 44px;
		margin: 0 0 30px;
	}
}
@media (max-width: 1400px) {
	.parallax_content .parallex-content .title {
		font-size: 95px;
		line-height: 97px;
	}
}
@media (max-width: 1250px) {
	.parallax_content .parallex-content .title {
		font-size: 85px;
		line-height: 88px;
	}
	.parallax_content .parallex-content .description {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 25px;
	}
}
@media (max-width: 1199px) {
	.parallax_content .parallex-content .title {
		font-size: 80px;
		line-height: 82px;
	}
	.parallax_content .parallex-content .description {
		font-size: 24px;
		line-height: 34px;
		margin: 0 0 20px;
	}
}
@media (max-width: 1038px) {
	.parallax_content .parallex-detail .parallex-content{
		height: 180px;
		width: 40%;
	}
}
@media (max-width: 991px) {
	.parallax_content .parallex-detail .parallex-content.right {
		right: 5%;
	}
	.parallax_content .parallex-content .title {
		font-size: 65px;
		line-height: 67px;
		margin: 0 0 15px;
	}
	.parallax_content .parallex-content .description {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 15px;
	}
}
@media (max-width: 700px) {
	.parallax_content .parallex-content .title {
		font-size: 46px;
		line-height: 48px;
		margin: 0 0 12px;
	}
	.parallax_content .parallex-detail .parallex-content {
		height: 110px;
	}
	.parallax_content .parallex-content .description {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 12px;
	}
}
@media (max-width: 480px) {
	.parallax_content .parallex-content .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.parallax_content .parallex-detail .parallex-content {
		height: 100px;
		width: 42%;
	}
	.parallax_content .parallex-content .description {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 8px;
	}
}
/* ----------------- END TT - CMS parallax ------------------- */
/* ----------------- Start TT - CMS testimonial ------------------- */
.testi-banner {
	float: left;
	width: 100%;
	background: #111 url("TemplateTrip/images/testi-banner.jpg") no-repeat scroll 0 0;
	background-size: cover;
}
#ttcmsparallax {
    float: left;
    width: 100%;
}
#ttcmsparallax .tt-title {
	display: none;
}
#ttcmsparallax .parallex {
	float: left;
	position: relative;
	width: 100%;
	padding:136px 50px;
	height:620px;
}
#tttestimonial-carousel li {
	float: left;
	width: 100%; 
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-desc {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
	width: 60%;
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-user-title {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
	text-align: center;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-image {
    float: none;
    margin: 0 0 10px;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-image::before {
    border: 1px solid #ffc600;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 45px;
    left: auto;
    margin: auto;
    position: absolute;
    right: -8px;
    top: auto;
    width: 45px;
    background: #ffc600;
    margin: 0 auto;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-image::after {
    bottom: 10px;
    font-family: "Material Icons";
    content: "\e244";
    left: auto;
    position: absolute;
    right: 2px;
    top: auto;
    font-size: 26px;
    margin: auto;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-image img {
    height: 100px;
    width: 100px;
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-user-title {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
	text-align: center;
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
	color: #ffffff;
	float: none;
	font: italic 700 14px/18px "Montserrat", Helvetica, sans-serif;
	margin: 5px 0;
	position: relative;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-desc p {
	color: #ffffff;
	font: 500 13px/24px "Montserrat", Helvetica, sans-serif;
	margin: 0;
	text-transform: capitalize;
}
#tttestimonial-carousel {
	float: left;
	margin: 0;
	text-align: center;
	width: 100%;
	list-style: none;
	padding: 21% 0;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-content {
	float: left;
	padding: 70px 0 0;
	text-align: center;
	position: relative;
	width: 100%;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-content::after {
	position: absolute;
	font-family: "Material Icons";
	content: "\e244";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	bottom: auto;
	font-size: 64px;
	height: 64px;
	width: 64px;
	line-height: 64px;
	color: #e5e5e5;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-content .user-designation {
	color: #ffffff;
	float: none;
	font: 500 14px/28px "Montserrat", Helvetica, sans-serif;
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#ttcmsparallax .tttestimonial-content .owl-controls .owl-pagination {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsparallax .tttestimonial-content .owl-nav button span {
	background: #fff;
	font-size: 40px;
	color: #555;
	line-height: 0px;
	width: auto;
}
#ttcmsparallax .tttestimonial-content .owl-nav button.owl-prev span::before, #ttcmsparallax .tttestimonial-content .owl-nav button.owl-prev span::after, #ttcmsparallax .tttestimonial-content .owl-nav button.owl-next span::before, #ttcmsparallax .tttestimonial-content .owl-nav button.owl-next span::after {
	display: none;
}
#ttcmsoffer .owl-dots {
	bottom: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot {
	display: inline-block;
	float: none;
	height: 10px;
	cursor: pointer;
	margin: 0 10px 0 0;
	width: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background:#111;
	vertical-align:middle;
	outline: none;
}
#ttcmsparallax .owl-carousel button.owl-dot span {
    background: #fff;
}
#ttcmsparallax .owl-carousel button.owl-dot:hover span, #ttcmsparallax .owl-carousel button.owl-dot.active span, #ttcmsoffer .owl-dots .owl-dot, #ttcmsparallax .tttestimonial-content .owl-dots .owl-dot:hover{
    background: #ffc000;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot:last-child {
    margin: 0;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot.active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 10px;
	vertical-align: middle;
	width: 20px;
	position: relative;
}
#ttcmsparallax:hover .tttestimonial-content .owl-dots{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
@media (max-width: 1500px) {
#ttcmsparallax .parallex {
	padding:86px 50px;
	height:550px;
}
#tttestimonial-carousel {
	padding: 20% 0;
}
#ttcmsparallax .parallex .tttestimonial-content.container {
	width: 100%;
}
}
@media (max-width: 1449px) {
	#tttestimonial-carousel {
		padding: 16% 0;
	}
}
@media (max-width: 1199px) {
	#ttcmsparallax #tttestimonial-carousel li .testimonial-desc {
		width: 80%;
	}
	#tttestimonial-carousel {
		padding: 15% 0;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax .parallex {
		padding: 63px 0;
		height:500px;
	}
	#tttestimonial-carousel {
		padding: 10% 0;
	}
	#ttcmsparallax #tttestimonial-carousel li .testimonial-desc {
		float: left;
		width: 100%;
	}
    #ttcmsparallax .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
#ttcmsparallax .parallex {
	height:100%;
}
	#ttcmsparallax .tttestimonial-content ul li .testimonial-content {
		width: 80%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media (max-width: 543px) {
	#ttcmsparallax .testimonial-bgimage {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 50%;
		margin: 0 0 30px;
	}
	#ttcmsparallax {
		margin: 0 0 30px;
	}
	#tttestimonial-carousel {
		width: 100%;
	}
	#ttcmsparallax .tttestimonial-content ul li .testimonial-content {
		width: 100%;
	}
    #ttcmsparallax .tttestimonial-content ul li .testimonial-content .testimonial-user-title > h4:before {
        right: 0;
    }
	#ttcmsparallax .parallex {
		padding: 40px 0;
	}
	#tttestimonial-carousel {
		padding: 20px 25px;
	}
	#ttcmsparallax .tttestimonial-content .owl-nav button span {
		font-size: 32px;
	}
	#ttcmsparallax .tttestimonial-content .owl-nav button.owl-prev {
		left: 10px;
	}
	#ttcmsparallax .tttestimonial-content .owl-nav button.owl-next {
		right: 10px;
	}
}
@media (max-width: 480px) {
	#ttcmsparallax {
		margin: 0 0 20px;
	}
	#ttcmsparallax #tttestimonial-carousel li .testimonial-user-title {
		margin: 10px 0 0;
	}
	#tttestimonial-carousel {
		padding: 20px;
	}
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/*---------------- Start Offer Block Css -------------------*/
#ttcmsoffer {
	float: left;
	margin: 0 0 80px;
	width: 100%;
}
.cmsoffer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.cmsoffer .ttcmsoffer > a {
	position: relative;
	overflow: hidden;
	display: block;
}
.cmsoffer .ttcmsoffer > a img {
	-webkit-transition: 800ms ease-in-out;
	-moz-transition: 800ms ease-in-out;
	-ms-transition: 800ms ease-in-out;
	-o-transition: 800ms ease-in-out;
	transition: 800ms ease-in-out;
	max-width: 100%;
	height: auto;
}
.cmsoffer .ttcmsoffer:hover > a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.cmsoffer .ttcmsoffer > a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.cmsoffer .ttcmsoffer:hover > a::after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition-duration: 1.3s;
	-moz-transition-duration: 1.3s;
	-webkit-transition-duration: 1.3s;
	-khtml-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
}
.cmsoffer .ttofferdesc {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30%;
	height: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffc000;
}
.cmsoffer .ttofferdesc .ttcmsoffer-content {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.cmsoffer .ttofferdesc .ttcmsoffer-title {
	font: italic 500 32px/38px "Playfair Display", Helvetica, sans-serif;
	text-transform: lowercase;
	margin: 0 0 10px;
}
.cmsoffer .ttofferdesc .ttcmsoffer-title {
	color: #111111;
}
.cmsoffer .ttofferdesc .ttcmsoffer-desc {
	font: italic 700 34px/40px "Playfair Display", Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0 0 25px;
	float: none;
	width: 80%;
	display: inline-block;
	vertical-align: top;
}
.cmsoffer .ttofferdesc .ttcmsoffer-desc {
	color: #111111;
}
.cmsoffer .ttofferdesc .ttcmsoffer-subtitle {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	font: italic 700 18px/22px "Playfair Display", Helvetica, sans-serif;
	padding: 8px 25px;
}
.cmsoffer .ttofferdesc .ttcmsoffer-subtitle {
	color: #111111;
	background-color: #ffffff;
}
@media (max-width: 1199px) {
	.cmsoffer .ttofferdesc .ttcmsoffer-title {
		font-size: 24px;
		line-height: 26px;
	}
	.cmsoffer .ttofferdesc .ttcmsoffer-desc {
		font-size: 26px;
		line-height: 30px;
	}
	.cmsoffer .ttofferdesc .ttcmsoffer-subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 991px) {
	.cmsoffer .ttofferdesc .ttcmsoffer-title {
		font-size: 20px;
		line-height: 22px;
	}
	.cmsoffer .ttofferdesc .ttcmsoffer-desc {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 15px;
	}
	.cmsoffer .ttofferdesc .ttcmsoffer-subtitle {
		font-size: 14px;
		line-height: 16px;
	}
	#ttcmsoffer {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	#ttcmsoffer {
		margin: 0 0 30px;
	}
	.cmsoffer .ttofferdesc {
		width: 38%;
		height: 80%;
	}
}
@media (max-width: 649px) {
	.cmsoffer .ttcmsoffer.ttofferimg1 {
		float: none;
		width: auto;
		margin: 0 0 15px;
		display: inline-block;
		vertical-align: top;
	}
	.cmsoffer .ttcmsoffer.ttofferimg2 {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.cmsoffer .ttofferdesc {
		height: 25%;
		width: 52%;
	}
}
@media (max-width: 480px) {
	.cmsoffer .ttofferdesc {
		width: 80%;
		height: 40%;
	}
}
/*---------------- End Offer Block Css -------------------*/
/* ------------------------------------------ TT-FollowUs CMS Start -------------------------------------------*/
	.follow-us h5 {
		display: none;
		cursor: pointer;
	}
	.follow-us {
		float: right;
		text-align: right;
		position: relative;
		padding: 10px 0 0 0;
		width: auto;
	}
	#footer-bottom .follow-us .list-unstyled {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.follow-us ul.list-unstyled li {
		display: inline-block;
		margin: 0 7px 0 0;
		width: 24px;
		height: 24px;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	.follow-us ul.list-unstyled li:last-child {
		border: none;
	}	
	.follow-us ul li a {
		color: #ccc;
		padding: 0;
		float: left;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 100%;
	}	
	.follow-us ul li a i {
		font-size: 17px;
		font-weight: 500;
	}
	.follow-us ul.list-unstyled li.facebook a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -25px;
	}
	.follow-us ul.list-unstyled li.facebook a:hover::before {
		background-position: -105px -25px;
	}
	.follow-us ul.list-unstyled li.twitter a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -105px;
	}
	.follow-us ul.list-unstyled li.twitter a:hover::before {
		background-position: -105px -105px;
	}
	.follow-us ul.list-unstyled li.youtube a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -265px;
	}
	.follow-us ul.list-unstyled li.youtube a:hover::before {
		background-position: -105px -265px;
	}
	.follow-us ul.list-unstyled li.instagram a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -25px -586px;
	}
	.follow-us ul.list-unstyled li.instagram a:hover::before {
		background-position: -105px -586px;
	}
	.follow-us ul.list-unstyled li.pinterest a::before {
		float: left;
		height: 30px;
		width: 30px;
		content: "";
		background: transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -30px -425px;
	}
	.follow-us ul.list-unstyled li.pinterest a:hover::before {
		background-position: -110px -425px;
	}
	.follow-us ul li a p {
		display: none;
	}
	@media (max-width: 1199px) {
		.follow-us {
			float: right;
			padding: 5px 0 0;
			width: auto;
		}
	}
	@media (max-width: 991px) {
		.follow-us {
			padding: 10px 0;
		}
	}
	@media (max-width: 543px) {
		.follow-us {
			float: left;
			width: 100%;
			text-align: center;
		}
	}
/* ------------------------------------------ TT-FollowUs CMS End -------------------------------------------*/
/* ---------------- Start TT - CMS Footer-Payment-logo Css ------------- */
	#ttcmspaymentlogo {
		float: left;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	#ttcmspaymentlogo h5 {
	  display: none;
	}
	#ttcmspaymentlogo .payment_logo_block .payment-title {
		color: #111111;
		float: left;
		font: 400 14px/18px "Montserrat", Helvetica, sans-serif;
		padding: 20px 0 10px;
		text-align: center;
		vertical-align: middle;
		display: none;
		width: 100%;
	}
	#ttcmspaymentlogo .payment_logo_block ul {
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
		vertical-align: top;
		width: auto;
	}
	#ttcmspaymentlogo .payment_logo_block ul li {
		display: inline-block;
		float: none;
		list-style: outside none none;
		padding: 0 5px;
		vertical-align: top;
		width: auto;
	}
	#ttcmspaymentlogo .payment_logo_block ul li a::before {
		display: none;
	}
	#ttcmspaymentlogo .payment_logo_block img {
		max-width: 100%;
	}
	@media (max-width: 991px) {
		#ttcmspaymentlogo .payment_logo_block ul li {
			padding: 0;
		}
		#ttcmspaymentlogo {
			text-align: center;
		}
		#ttcmspaymentlogo h5 {
			display: block;
			margin: 0;
		}
		#ttcmspaymentlogo .payment_logo_block ul {
			margin: 10px;
			text-align: left;
			width: auto;
			float: left;
		}
	}
/* -------------------- End TT - CMS Footer-Payment-logo Css ------------------- */
/* ---------------------- Start TT CMS Footer Block --------------------------*/
	#ttcmsfooter {
		float: left;
		padding: 0;
		width: auto;
		margin: 10px 30px 10px 0;
	}
	#ttcmsfooter .ttfooter-logo{
		float: left;
		width: 100%;
	}
	#ttcmsfooter .ttfooter-logo img{
		max-width: 100%;
	}
	#ttcmsfooter .ttfooter-desc {
		color: #cccccc;
		float: left;
		font: 400 14px/24px "Montserrat", Helvetica, sans-serif;
		margin: 0 auto;
		text-transform: uppercase;
	}
	@media (max-width: 991px) {
		#ttcmsfooter {
			text-align: center;
		}
		#ttcmsfooter .ttfooter-desc {
			display: inline-block;
			float: none;
			margin: 0 auto 15px;
			padding: 0;
			text-align: center;
			vertical-align: top;
			width: 90%;
		}
	}
	@media (max-width: 543px) {
		#ttcmsfooter {
			float: none;
			width: auto;
			display: inline-block;
			vertical-align: top;
			text-align: center;
			margin: 0;
		}
	}
	@media (max-width: 480px) {
		#ttcmsfooter .ttfooter-logo {
			margin: 0;
		}
		#ttcmsfooter {
			margin: 0;
			width: 40%;
			padding: 0;
			text-align: center;
			float: none;
			display: inline-block;
			vertical-align: top;
		}
		#ttcmsfooter .ttfooter-desc {
			width: 100%;
		}
	}
/* ---------------------- End TT CMS Footer Block --------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
		footer .contact-us, footer .contact-us ul {
			float: left;
			margin: 0;
			padding: 0;
		}
		.footer_default footer .contact-us, .footer_default footer .contact-us ul {
			width: 63%;
		}
		footer .contact-us h5 {
			display: none;
			float: left;
			width: 100%;
			cursor: pointer;
			margin: 0;
			font: 500 16px/20px "Montserrat", Helvetica, sans-serif;
			padding: 10px;
			text-align: left;
			color: #fff;
		}
		.footer_default footer .contact-us ul .contact-details {
			float: left;
			padding: 0 10px;
			width: auto;
		}
		.footer_default footer .contact-us ul .contact-email {
			float: right;
			width: auto;
		}
		footer .contact-us ul li {
			margin-bottom: 0;
			text-align: left;
			padding: 0;
			display: block;
			float: none;
		}
		.contact-us .data {
		  	color: #cccccc;
			font: 500 13px/28px "Montserrat", Helvetica, sans-serif;
			position: relative;
		}
		footer .contact-us ul li i {
			float: none;
			font-size: 18px;
			height: 25px;
			line-height: 28px;
			margin: 0 10px 0 0;
			text-align: center;
			vertical-align: top;
			width: 15px;
		}
		.contact-us .contact-address {
		  display: inline-block;
		  float: none;
		  vertical-align: top;
		}
		@media (max-width: 1501px) {
			.footer_default footer .contact-us{
				width: 56%;
			}
			.footer_default footer .contact-us ul {
				width: 80%;
			}
		}
		@media (min-width: 1200px) and (max-width: 1299px) {
			.header_style1 .footer_default footer .contact-us {
				width: 61%;
			}
			.header_style1 .footer_default footer .contact-us > ul {
				width: 90%;
			}
		}
		@media (max-width: 1199px) {
			.footer_default footer .contact-us {
				width: 70%;
			}
			#ttcmsfooter {
				width: auto;
			}
			.footer_default footer .contact-us ul {
				width: 100%;
			}
			.header_style1 .footer_default footer .contact-us {
				width: 88%;
			}
		}
		@media (max-width: 991px) {
			footer .contact-us h5 {
				display: block;
			}
			.footer_default footer .contact-us ul .contact-details, .footer_default footer .contact-us ul .contact-email {
				width: 100%;
			}
			.header_style1 .footer_default footer .contact-us {
				width: 100%;
			}
			.footer_default footer .contact-us{
				float: left;
				width: 100%;
			}
			footer .contact-us ul .contact-details, footer .contact-us ul .contact-email {
				float: left;
				padding: 0 10px;
				width: 100%;
				display: block !important;
			}
		}
/*---------------------------------------- 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 0 -257px;
width: 15px;
height: 15px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.checkbox-wrapper:hover {
background-position: -30px -257px;

}
.checkbox-wrapper.active {
background-position: -15px -257px;
}
.checkbox-wrapper input {
background: none;
border: none;
box-shadow: none;
-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 -----------------------------------------*/
.header_sticky_on .full-header.fixed {
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	animation: fixedmenu 1s ease 0s normal both 1 running;
	-webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	-moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	-o-animation: fixedmenu 1s ease 0s normal both 1 running;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: fixed !important;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
	@-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;
	  }
	}	

@media (max-width: 1300px) {
	.full-header.fixed {
		padding: 0 15px;
	}
}
#at15s .at-label {
	margin: 0 5px;
}

.electro-description .layout-desc {
  margin: 20px 0;
}
#product-product #tab-description h2 {
	font-weight: 600;
	font-size: 34px;
	color: #111;
	margin-bottom: 50px;
	line-height: 50px;
	margin-top: 10px;
}
#product-product #tab-description h3 {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}
#product-product #tab-description h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
#product-product #tab-description h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
#product-product #tab-description h6 {
    font-size: 12px;
    color: #fff;
    background: #111;
    display: inline-block;
    padding: 5px;
}
#product-product .layout-desc .image img {
	margin: 0;
	float: right;
	max-width: 100%;
	width: 100%;
	height: auto;
}
#product-product .layout-desc td.col-sm-4 .image img {
    float: left;
}
#product-product .layout-desc {
    margin: 10px 0 40px;
}
#product-product .layout-desc h2 {
    font-size: 25px;
    line-height: 44px;
    font-weight: 400;
    color: #111;
}
#product-product .layout-desc p {
    line-height: 24px;
}

@media (max-width: 1199px) {
    #product-product tr td .image {
        float: left;
    }
    #product-product .layout-desc {
        text-align: center;
    }
    #product-product #tab-description h2 {
        margin-bottom: 10px;
    }
	#product-product #tab-description tr td {
		float: none;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		width: auto;
		background: 0 0 !important;
	}
	#product-product #tab-description h1 {
		margin-bottom: 10px !important;
	}
}
@media (max-width: 991px) {
	.layout-desc tr td.col-sm-4 {
	  float: left;
	  width: 100%;
	}
	.layout-desc tr td.col-sm-7 {
	  width: 100%;
	}
}
@media (max-width: 543px) {
    #product-product #tab-description h4 {
        font-size: 22px;
        line-height: 33px;
    }
    #product-product #tab-description h2 {
        font-size: 27px;
        margin-bottom: 20px;
        line-height: 40px;
    }
}
@media (max-width: 480px) {
	.layout-desc tr td {
	  float: left;
	  width: 100%;
	}
	.layout-desc tr td .image > img {
	  height: auto;
	  max-width: 100%;
	  width: 100%;
	}
	#product-product #tab-description h6 {
		margin: 10px 0 10px 0 !important;
	}
	#product-product #tab-description h2 {
		font-size: 16px !important;
		margin-bottom: 20px !important;
		line-height: 23px !important;
	}
}


/*----------------------------------- pagination -----------------------------------------*/
@media (min-width: 992px) {
.common-home {
    overflow:hidden;
}
.section {
    text-align:center;
}
#section1 .layer {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 43%;
    height: 100%;
}
#section1 h1 {
    color:#fff;
}
#infoMenu li a {
    color: #fff;
}
#fp-nav {
	position: fixed;
	margin-top: -32px;
	top: 50%;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#fp-nav.right {
	right: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 5px 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	position: relative;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fp-nav {
	z-index: 1;
	width: 32px;
	margin-top: 0 !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4.2857rem;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0,0,0,0.8);
}
#fp-nav li, .pp-slidesNav li {
	width: 12px;
	height: 12px;
}
#fp-nav span, .pp-slidesNav span {
	left: 0;
	top: 0;
	cursor: pointer;
	width: 5px;
	height: 5px;
	background: #ffc000;
	border: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	right: 0;
	bottom: 0;
	margin: auto;
}
#fp-nav.white span, .pp-slidesNav span {
	background: #111;
}
#fp-nav li .active span, .pp-slidesNav .active span, #fp-nav span:hover, .pp-slidesNav span:hover {
	background: #ffc000;
	height: 12px;
	width: 12px;
}
.common-home .html-content .ttproduct-main, .common-home .html-content .ttcat-main, .common-home .html-content .special-carousel, .html-content .ttcmsparallax-content, .common-home .html-content .brand-carousel, .common-home .html-content .footermain{
	opacity: 0;
	-webkit-transition: opacity 1s .3s ease-in;
	-o-transition: opacity 1s .3s ease-in;
	transition: opacity 1s .3s ease-in;
}
.common-home .html-content:not(.slideshow-panel) .ttproduct-main, .common-home .html-content:not(.slideshow-panel) .ttcat-main, .common-home .html-content:not(.slideshow-panel) .special-carousel, .common-home .html-content:not(.slideshow-panel) .ttcmsparallax-content, .common-home .html-content:not(.slideshow-panel) .brand-carousel, .common-home .html-content:not(.slideshow-panel) .footermain{
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: all .35s .6s ease-in;
	-o-transition: all .35s .6s ease-in;
	transition: all .35s .6s ease-in;
}
.common-home .html-content.active .ttproduct-main, .common-home .html-content.active .ttcat-main, .common-home .html-content.active .special-carousel, .common-home .html-content.active .ttcmsparallax-content, .common-home .html-content.active .brand-carousel, .common-home .html-content.active .footermain{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
}
@media (max-width: 991px) {
	.html-content.fp-section.fp-table {
		height: 100% !important;
	}
	.fp-tableCell {
		height: 100% !important;
	}
}

/*------------------------ instagram CSS start -----------------------------------------*/
#instaLink_0{
	margin: 0 0 60px;
}
#instaLink_0 .instalink-feed-post{
	height:150px;
}
@media (min-width: 387px) {
	#instaLink_0 .instalink-feed-post{
		height:auto !important;
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	#instaLink_0 .instalink-feed-post span{
		margin-top:0 !important;
	}
}
@media (max-width: 1199px) {
	#instaLink_0 {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	#instaLink_0 {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	#instaLink_0 {
		margin: 0 0 15px;
	}
}

/*------------------------instagram CSS End -----------------------------------------*/
/*------------------------ instagram2 CSS start -----------------------------------------*/
.footer_style2 .tt-instagram h5 {
	display: block;
	float: left;
	width: 23%;
	background: #222;
	padding: 25px 27px 25px;
	margin: 0 5px 0 0;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	word-break: break-all;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
}
.footer_style2 .tt-instagram h5 a {
	float: left;
	width: 100%;
	margin: 0 5px 0 0;
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 3px;
}
.footer_style2  #instaLink_0{
	width: 75%;
	margin:0;
	float: right;
}
.footer_style2 .tt-instagram h5::before {
    float: left;
    height: 30px;
    width: 40px;
    content: "";
    background:transparent url("TemplateTrip/images/follow-us.png")no-repeat scroll -20px -586px;
}
@media (max-width: 1500px) {
	.footer_style2 .tt-instagram h5 {
		padding: 25px 23px 25px;
	}
}
@media (max-width: 1250px) {
	.footer_style2 .tt-instagram h5 {
		padding: 25px 15px 25px;
	}
}
@media (max-width: 1199px) {
	.footer_style2 .tt-instagram h5 {
		padding:  25px 15px 25px;;
	}
}
@media (max-width: 991px) {
	.footer_style2 .tt-instagram h5 {
		padding: 25px;
	}
	.tt-instagram {
		width: 100%;
		float:left;
	}
	.footer_style2 .tt-instagram h5::before {
		background-position: 20px -586px;
		width: 100%;	
	}
}
@media (max-width: 630px) {
	.footer_style2 .tt-instagram h5 {
		padding: 10px 0;
	}
}
@media (max-width: 480px) {
	.footer_style2 .tt-instagram h5::before {
		background-position: -20px -586px;
	}
	.footer_style2 .tt-instagram h5{
		padding: 10px;	
	}
	.footer_style2 .tt-instagram h5 a{
		font-size:11px;	
	}
	.tt-instagram{
		margin:0 0 30px 0;	
	}
}
/*------------------------ instagram2 CSS End CSS End -----------------------------------------*/