body {
	background: #ffffff;
	/* background-image:url('background.png'); */
	
	font: 400 14px/18px Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	/* color: #777777; */
	/*height:100%!important;  
	/* overflow: scroll; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
}

#logo {
	max-width:250px;
	/* width: var(--logo-width);
	height:var(--logo-height);
	margin-top:var(--logo-margin-top);
	margin-left:var(--logo-margin-left);
*/
}


#logo
{
	display: flex;
	align-items: center;
}

/* default font size */
.fa {
	font-size: 16px;

	/* 26/10/2021 */
	/* vertical-align: baseline; */ 
}


@media(max-width:979px)
{
	.fa {
		font-size: 14px;
	}
}


.pagespace
{
/* padding-left:60px;
padding-right:60px; */
}

/* 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: #000000;}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 25px;
	padding: 7px 0px
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
    background: #ffffff;
    color: #777777;
	border:1px solid #e5e5e5;
	margin:0 0 5px;
	padding: padding: 8px 12px;
}
.category-filter .hidden-xs{
	display:block !important;
}
.filter-sort-by .form-control,.filter-show .filter-selection .form-control {
	background-color: #ffffff; 
	padding: 4px 12px; 
	margin: 0; 
	border-radius:0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb .image img.image_thumb_swap {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;  
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/*-------------------------------------- Mega Menu CSS Strat --------------------------------------*/
.main-category-list .menu-category .dropmenu li.TT-Sub-List .dropdown-menu .dropdown-inner {
    float: left;
    width: 100%;
}
.mega-dropdown-menu .dropdown {
    float: left;
	padding: 0 10px;
}
.mega-dropdown-menu li.dropdown .dropdown-menu {
    border: none;
    position: static;
}
#column-left .left-main-menu {
	background: none;
	border: none;
    float: left;
	margin: -75px 0 0;
	padding: 0;
    width: 100%;
}
.left-main-menu .childs_1 .child-columns {
    float: left;
    width: 100%;
}
.main-category-list .cat-menu {
	float: left;
	width: 100%;
}
.main-category-list.left-main-menu .TT-panel-heading {
	background: var(--header-category);
	/* border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px; */
	color: var(--header-category-color);
	cursor: pointer;
	font: 600 16px/25px Arial,Helvetica,sans-serif;
	padding: 10px 35px;
	margin: 0 0 36px;
	position: relative;
	text-transform: uppercase;
	/* text-overflow: ellipsis; */
	overflow: hidden;

	padding: 25px 0 0 0 !important;
}
.main-category-list.left-main-menu .dropmenu > li {
	cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-category-list.left-main-menu .dropmenu > li:last-child {
  border: none !important;
}
.main-category-list .menu-category ul.dropmenu li a, 
.main-category-list .menu-category ul li .more-menu {
	background: rgba(0, 0, 0, 0);
	color: #333333;
	display: block;
	/* font: 400 14px/24px Arial,Helvetica,sans-serif; */
	padding: 12px 20px;
	/* position: relative; */
	text-transform: capitalize;
}
.main-category-list .menu-category ul.dropmenu > li > a::before, 
.main-category-list .menu-category ul li > .more-menu::before {
	border-bottom: 1px solid #e5e5e5;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 90%;
}
.main-category-list .menu-category ul li > .more-menu.active::before {
	border-top: 1px solid #e5e5e5 !important;
	top: 0;
}
.main-category-list .menu-category ul.dropmenu > li > a:last-child::before, 
.main-category-list .menu-category ul li > .more-menu:last-child::before {
	border: none;
}
.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a {
	color: #000000;
	font: 600 14px/22px Arial,Helvetica,sans-serif;
	padding: 0 0 5px;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
    border: 1px solid #e5e5e5;
    bottom: auto;
    left: 100%;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu  li.dropdown > a.single-dropdown::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
	left: auto;
    right: 15px;
    top: 3px;
	color: #777777;
}
.single-dropdown-menu .dropdown-inner ul.childs_2 {
    float: left;
    padding: 10px 20px;
}
.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after {
    color: #333333;
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    left: auto;
    position: absolute;
    right: 22px;
	top: 12px;
	z-index: 2;
}
.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after, 
.main-category-list .menu-category ul li:hover .more-menu:hover::after,
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown::after {
  color: #000000;
}
.main-category-list .menu-category > ul.dropmenu > li:hover > a, 
.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled a:hover, 
.main-category-list .menu-category ul.dropmenu .dropdown-menu .dropdown-inner ul.list-unstyled a:focus, 
.main-category-list .menu-category > ul.dropmenu > li > a:hover, 
.main-category-list .menu-category ul li .more-menu:hover {
	color: #000;
}
.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu {
    display: none;
    left: 100%;
	right: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1px;
	background: #FFF;
	border: 1px solid #e5e5e5;
	min-width: 280px;
	z-index: 999;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
    float: left;
    padding: 20px;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a{
	padding: 3px 20px;
	color: #7c7c7c;
}
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a.single-dropdown,
.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > a {
	color: #000;
}
.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu {
    padding: 10px 0;
}

.main-category-list.left-main-menu .dropmenu .active_menu {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	height: 15px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 6px;
}
.main-category-list.left-main-menu .dropmenu > li:hover .active_menu {
	background: #eeeeee;
	height: 35px;
	right: 0;
	top: -3px;
	width: 50px;
	z-index: 1;
	display: none;
}
.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
    display: inline-block;
    font: 400 13px/24px Arial,sans-serif;
    padding: 8px 0;
	margin: 0 0 15px;
	color: #333;
}
.mega-dropdown-menu li.dropdown > a:before {
    background: #e5e5e5;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
	right: auto;
    position: absolute;
    width: 90%;
}
.main-category-list.left-main-menu .dropmenu li li li {
	float: left;
    width: 100%;
}
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
    color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	text-transform: capitalize;
}
.main-category-list .menu-category .dropmenu {
    background: #ffffff;
	/* border: 1px solid #e5e5e5; */
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	display: block;
	float: left;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 2;

}
.left-main-menu .TT-panel-heading:after {
	color: var(--bg_blue--);
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 17px;
	position: absolute;
	left: 40px;
	top: 11px;
}
.main-category-list .TT-panel-heading > span {
  padding: 0 40px;
  white-space: nowrap;
}
.main-category-list .menu-category ul li .more-menu::after {
	color: #414141;
    content: "\f067";
    font-family: fontawesome;
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 22px;
    top: 10px;
}
.main-category-list .menu-category ul li .more-menu.active::after {
    content: "\f068";
    font-family: fontawesome;
}
@media (min-width: 992px) { 
	.menu-category ul.dropmenu li.TT-Sub-List:hover .dropdown-menu,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown:hover > .dropdown-menu {
		display: block !important;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu { 
		display: none !important;
	}
	.main-category-list .menu-category > .dropmenu::after {
		color: #e5e5e5;
		content: "\f0d8";
		font-family: "FontAwesome";
		font-size: 23px;
		right: auto;
		position: absolute;
		top: -15px;
		left: 33px;
	}
}
@media (max-width: 1299px) {
	.left-main-menu {
		width: 18%;
	}
	.main-category-list.left-main-menu .TT-panel-heading {
	  font-size: 14px;
	  padding: 10px 10px;
	}
	.left-main-menu .TT-panel-heading::after { 
		left: 15px;
	}


}

@media (max-width: 1200px) {
	#cart{
		background: none !important;
	}
}

@media (max-width: 991px) {


	.columnTitle{
		color: white !important;
	}
	.menu-category ul.dropmenu li.TT-Sub-List > .dropdown-menu {
		position: static;
		border: none;
		border-radius: 0; 
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;
		display: block;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
		padding: 0 0 0 10px;
		width: 100% !important;
		display: none;
	}
	.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu  {
		padding: 0 10px;
		display: none;
	}
	.mega-dropdown-menu li.dropdown > a::before {
		display: none;
	}
	.mega-dropdown-menu li.dropdown > a {
		margin: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > .dropdown-menu {
		position: static;
		border: none;
		display: block;
	}
	.single-dropdown-menu .dropdown-inner ul.childs_2 {
		padding: 0;
	}
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a.single-dropdown::after {
		display: none;	
	}
	.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after,
	.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after {
		content: "";
	}
	.main-category-list .menu-category ul.dropmenu > li > a::before, 
	.main-category-list .menu-category ul li > .more-menu::before {
		display: none;
	}
	.main-category-list .menu-category .dropmenu {
		border: 1px solid #e5e5e5;
		padding: 10px 15px;
		/*display: none;*/
		display: block;
		bottom: auto;
		float: left;
		left: 0;
		position: absolute;
		right: 0;
		top: 50px;
		width: 100%;
		margin: 0;
		z-index: 9;
	}
	.main-category-list.left-main-menu {
		float: left;
		padding-right: 105px;
		width: 100%;
	}
	.main-category-list .TT-panel-heading > span {
	  padding: 0;
	  display: none;
	}
	.main-category-list.left-main-menu .TT-panel-heading {
		background: none;
		border-radius: 0;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;
		color: #ffffff;
		border: none;
		display: block;
		font: 400 16px/22px Arial,Helvetica,sans-serif;
		position: relative;
		cursor: pointer;
		padding: 14px 0;
		margin: 0;
		text-align: left;


		padding: 0px !important;
	}
	.left-main-menu .TT-panel-heading::after {
		color: var(--mobile_hamburger_button);
		font-size: 17px;
		position: static;
		/* float: right; */
	}
	.left-main-menu .dropmenu {
		padding: 10px;
		background: #FFF;
		position: relative;
		z-index: 9;
	} 
	.main-category-list .menu-category ul.dropmenu li a {
		padding: 0;
		text-align: left;
		line-height: 26px;
		float: left;
		width: 100%;
	}
	.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown > a,
	.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown > a {
		padding: 0;
		margin: 0;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a,
	.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
		padding: 0 10px;
	}
 	.left-main-menu.dropmenu li a.TT-Category-List {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu .active_menu {
		display: none;
	}
	.left-main-menu .dropmenu li i.fa-angle-down {
		float: right;
		position: relative;
	}
	.left-main-menu .dropmenu li > i.fa-angle-down::before {
		color: #888;
		content: "\f067";
		font-size: 14px;
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		padding: 6px 11px;
		height: 8px;
		width: 8px;
		cursor: pointer;
		z-index: 2;
	}
	.left-main-menu .dropmenu li.active > i.fa-angle-down::before {
		content: "\f068";
	}
	.left-main-menu ul.dropmenu .dropdown-menu ul li.dropdown-inner > ul {
		list-style: none;	
		display: none;
	}
	.left-main-menu .dropmenu .TT-Sub-List .dropdown-menu ul .dropdown-inner > ul {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu ul {
		float: left;
		width: 100%;
	}
	.mega-dropdown-menu li.dropdown .dropdown-menu {
		display: block;
		padding: 0 0 10px;
	}
	.left-main-menu ul.dropmenu li {
		float: left;
		width: 100% !important;
		padding: 0;
		list-style: none;
	}
	.main-category-list.left-main-menu .dropmenu .dropdown-inner {
		float: left;
		width: 100%;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
		margin: 0;
	}
	.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a::before {
		background: none;
	}
	.main-category-list.left-main-menu .dropmenu li li li  {
		padding: 0;
	}
	.main-category-list.left-main-menu .dropmenu > li {
		display: block !important;
		padding: 0;
		border: none;
    }
    .main-category-list.left-main-menu .dropmenu > li.more {
		display: none !important;
    }
}
/*---------------------------------  Mega Menu CSS End --------------------------------------------*/
/* ---------------------------- Static Menu CSS Start ----------------------------- */
#tttoplink_block {
    float: left;
	padding: 0 0 0 21%;
	width: auto;
}
#tttoplink_block ul.block_content li a {
    color: var(--header-text-color);
	display: block;
	float: left;
	font: 500 16px/20px Arial,Helvetica,sans-serif;
	overflow: hidden;
	padding: 19px 10px !important;
	position: relative;
	text-transform: capitalize;

	font-size: 15px !important;
	font-weight: normal !important;
}


.submenu li a {
    color: var(--header-text-color);
	display: block;
	float: left;
	/* font: 500 16px/20px Arial,Helvetica,sans-serif; */
	font: 500 12px/20px Arial,Helvetica,sans-serif;
	overflow: hidden;
	padding: 10px 10px !important;
	position: relative;
	text-transform: capitalize;
}

#tttoplink_block ul.block_content > li:hover > a {
	color: #000000;
}
#tttoplink_block .block_content ul li {
  width: 100%;
  padding: 0;
}

.submenu ul li {
	width: 100%;
	padding: 0;
  }

#tttoplink_block .block_content li {
	float: left;
	list-style: none;
	/* position: relative; */
	padding: 4px 0;
}
@media (max-width: 1199px) {
	#tttoplink_block {
		padding: 0 0 0 24%;
	}
}
@media (max-width: 991px) {
	#tttoplink_block {
		position: relative;
		float: left;
		width: 100%;
		display: none !important;
		border: none;
		padding: 0;
		background: none;
		border-radius: 0;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		-khtml-border-radius: 0;	
	}
	.header-bottom #tttoplink_block {
		margin: 0;
	}
	#tttoplink_block .block_content {
		background: #FFF;
		float: left;
		width: 100%;
		padding: 10px 10px 0 10px;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		bottom: auto;
		border: 1px solid #e5e5e5;
		list-style: none;
		z-index: 99;
	}
	#tttoplink_block ul.block_content li.tthome > a {
		float: left;
		width: 100%;
		height: auto;
		background: none;
		font-size: 14px;
		padding: 3px 10px;
	}
	#tttoplink_block .block_content li {
		float: left;
		width: 100%;
	}
	#tttoplink_block ul.block_content li a {
		color: #1d1f1f;
		font-size: 14px;
		line-height: 25px;
		padding: 3px 10px;
		float: left;
		width: 100%;
	}

	.submenu li a {
		color: #1d1f1f;
		font-size: 12px;
		line-height: 20px;
		padding: 3px 10px;
		float: left;
		width: 100%;

		text-align: left;
	}

	#tttoplink_block ul.block_content li a:hover {
		color:#1d1f1f;
		background: #f5f5f5;	
	}
	#tttoplink_block ul.block_content li a::before {
		border: none;
	}
}

/*-----------------------More Menu CSS Start -------------------------------*/
	   #tt_toplink li.more_menu ul li a {
		  color: #333333;
		  padding: 2px 20px;
		  text-align: left;
		  font-size: 14px;
		  font-weight: normal;
		}
		#tt_toplink li.more_menu ul li:hover > a {
			color: #000000;
		}
		#tt_toplink .top-link {
		  background: #ffffff;
		  border: 1px solid #ededed;
		  border-radius: 5px;
		  -moz-border-radius: 5px; 
		  -webkit-border-radius: 5px; 
		  -khtml-border-radius: 5px;
		  display: none;
		  left: 0;
		  min-width: 180px;
		  padding: 0;
		  position: absolute;
		  right: 0;
		  top: 67px;
		  z-index: 999;
		  padding: 10px 0;
		}
		#tt_toplink .top-link::after {
			color: #fff;
			content: "\f0d8";
			font-family: "FontAwesome";
			font-size: 30px;
			right: auto;
			position: absolute;
			top: -13px;
			left: 25px;
		}
		#tt_toplink ul li.more_menu {
		  position: relative;
		}
		#tt_toplink .top-link.shown-link{
			display:block;
		}
		#tt_toplink {
		  padding: 0;
		  margin: 0;
		}
		@media (max-width: 991px) {
			.menu-category .block_content .more_menu.tttoplink > a {
			  	display: none;
			}
			.menu-category .block_content .more_menu > ul > li {
			    display: block !important;
			}
			#tt_toplink .top-link {
				display: block;
				position: static;
				border: none;
				padding: 0;
			}
			#tt_toplink li.more_menu ul li a {
				padding: 3px 10px;
			}
		}
/*-----------------------More Menu CSS End -------------------------------*/

/* ---------------------------- Static Menu CSS End ----------------------------- */
/* -------------- Homepage bestseller Product Start ----------------------------*/
	.bestseller-carousel .product-thumb .rating {
	  bottom: 10px;
	}
	.common-home #content .bestseller-carousel .product-thumb .sale-icon {
		top: 35px;
		left: 10px;
		right: auto;
	}
	.common-home .bestseller-carousel .product-thumb .button-group {
	  	bottom: -45px;
		float: left;
		margin: 0;
		position: absolute;
		top: auto;
		transform: translateY(-5px) translateZ(0px);
		-webkit-transform: translateY(-5px) translateZ(0px);
		-moz-transform: translateY(-5px) translateZ(0px);
		-o-transform: translateY(-5px) translateZ(0px);
		-ms-transform: translateY(-5px) translateZ(0px);
		visibility: hidden;
		width: 100%;
	}
	.common-home .bestseller-carousel .product-thumb:hover .button-group {
		border-radius: 8px;
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-khtml-border-radius: 8px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		transform: translateY(0px) translateZ(0px);
		-webkit-transform: translateY(0px) translateZ(0px);
		-moz-transform: translateY(0px) translateZ(0px);
		-o-transform: translateY(0px) translateZ(0px);
		-ms-transform: translateY(0px) translateZ(0px);
		transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
		visibility: visible;
	}
	.bestseller-carousel .product-countdown {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	#content .bestseller-carousel .product-thumb {
	    float: left;
		margin: 25px 0 30px;
		width: 100%;
		z-index: 999;
	}
	#content .bestseller-carousel .product-thumb:hover {
	  overflow: visible;
	}
	.common-home #content .bestseller-carousel .product-thumb .ttimge-bg {
	  background-color: #ffffff;
	  bottom: 0;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	  left: 0;
	  margin-bottom: -65px;
	  opacity: 0;
	  -moz-opacity: 0; 
	  -khtml-opacity: 0; 
	  -webkit-opacity: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  transform: scale(0.98);
	  -webkit-transform: scale(0.98);
	  -moz-transform: scale(0.98);
	  -o-transform: scale(0.98);
	  -ms-transform: scale(0.98);
	  visibility: hidden;
	  z-index: -1;
	}
	.common-home #content .bestseller-carousel .product-thumb:hover .ttimge-bg {
	  border-radius: 8px;
	  -moz-border-radius: 8px; 
	  -webkit-border-radius: 8px; 
	  -khtml-border-radius: 8px;
	  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);
	  transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	  visibility: visible;
	}
	#content .bestseller-carousel .product-thumb .thumb-description {
	  text-align: center;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group button {
		background: #e5e5e5;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group button:hover {
		background:   var(--btn-primary-color);
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group .btn-cart {
	  background: #000000;
	  border-color: #000000;
	  border-radius: 25px;
	  -moz-border-radius: 25px; 
	  -webkit-border-radius: 25px; 
	  -khtml-border-radius: 25px;
	  padding: 0 15px;
	  position: relative;
	  width: auto;
	  z-index: 1;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group .btn-cart:hover {
		background:   var(--btn-primary-color);
		border-color:   var(--btn-primary-color);
	}
	.common-home #content .bestseller-carousel .button-group i.fa-shopping-cart {
	  background-position: -46px -41px;
	  width: 20px;
	}
	.common-home #content .bestseller-carousel .button-group .btn-cart:hover i.fa-shopping-cart {
		background-position: -3px -41px;
	}
	.common-home #content .bestseller-carousel .button-group button.btn-cart span {
	  color: #ffffff;
	  display: inline-block !important;
	  font: 400 13px/36px Arial,Helvetica,sans-serif;
	  text-transform: capitalize;
	  vertical-align: top;
	}
	.common-home #content .bestseller-carousel .button-group button.btn-cart:hover span {
		color: #000000;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group .btn-compare i {
	  background-position: 6px -87px;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group .btn-compare:hover i {
		background-position: 6px -87px;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group .btn-quickview i {
	  background-position: 7px -128px;
	}
	.common-home #content .bestseller-carousel .product-thumb .button-group .btn-quickview:hover i {
	  background-position: 7px -128px;
	}
	#content .bestseller-carousel .product-thumb .image .btn-wishlist {
	    background: none;
		border: none;
		display: inline-block;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: -36px;
		vertical-align: top;
		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;
	}
	#content .bestseller-carousel .product-thumb:hover .image .btn-wishlist {
		top: 0;
	}
	#content .bestseller-carousel .product-thumb .btn-wishlist i.fa-heart {
		background: url("../assets/images/product-sprite.png") no-repeat scroll 6px 5px;
		height: 36px;
		vertical-align: top;
		font-size: 0;
		width: 36px;
	}
	/* --qty progress bar --*/
		.common-home .bestseller-carousel .ttqtyprogress {
		  color: #000;
		  float: left;
		  font-size: 13px;
		  line-height: normal;
		  text-align: left;
		  width: 100%;
		  margin: 0 0 15px;
		}
		.common-home .bestseller-carousel .ttqtyprogress #QuantityAvailable {
		  color: #777777;
		}
		.common-home .bestseller-carousel .ttqtyprogress #quantity {
		  font-weight: 600;
		}
		.common-home .bestseller-carousel .progress, .tt-special-countdown .alert {
		  background: #e5e5e5;
		  border-radius: 25px;
		  -moz-border-radius: 25px; 
		  -webkit-border-radius: 25px; 
		  -khtml-border-radius: 25px;
		  float: left;
		  height: 10px;
		  margin: 5px 0 0;
		  width: 100%;
		}
		.common-home .bestseller-carousel .progress-bar {
		  background-color: #62ac01;
		  border-radius: 25px;
		  -moz-border-radius: 25px; 
		  -webkit-border-radius: 25px; 
		  -khtml-border-radius: 25px;
		  height: 10px;
		  width: 0;
		}
		#content .bestseller-items .product-layouts {
		  padding: 0 15px;
		}
		.bestseller-carousel.list-products {
		  margin: 0 0 50px;
		  z-index: 1;
		}
		.common-home #content .bestseller-carousel .owl-wrapper-outer {
		  padding: 0 0 45px;
		}
	/* --qty progress bar --*/
	#column-left .product-thumb .thumb-description .ttqtyprogress,
	#column-right .product-thumb .thumb-description .ttqtyprogress,
	#column-left .product-thumb .thumb-description .product-countdown,
	#column-right .product-thumb .thumb-description .product-countdown,
	#column-left .bestseller-carousel .product-thumb .btn-wishlist,
	#column-right .bestseller-carousel .product-thumb .btn-wishlist {
	  display: none;
	}
	@media (max-width: 1199px) {
		#content .bestseller-carousel .product-thumb .thumb-description {
		  padding: 0 8px;
		}
		.common-home #content .bestseller-carousel .product-thumb .button-group .btn-cart {
			padding: 0;
		}
		.common-home #content .bestseller-carousel .button-group i.fa-shopping-cart {
		  background-position: -37px -41px;
		  width: 36px;
		}
		.common-home #content .bestseller-carousel .button-group .btn-cart:hover i.fa-shopping-cart {
			background-position: 6px -41px;
		}
		.common-home #content .bestseller-carousel .button-group button.btn-cart span {
			display: none !important;
		}
	}
	@media (max-width: 767px) {
		#content .bestseller-carousel .product-thumb .image .btn-wishlist {
			top: 0;
		}
		.bestseller-carousel .product-thumb:hover .rating {
		  bottom: 10px;
		}
		#content .bestseller-carousel .product-thumb,
		#content .bestseller-carousel .product-thumb:hover {
			border: none;
			overflow: visible;
		}
		.common-home #content .bestseller-carousel .product-thumb:hover .ttimge-bg {
			border: none;
		}
		.common-home .bestseller-carousel .product-thumb .button-group {
			opacity: 1;
			-moz-opacity: 1; 
			-khtml-opacity: 1; 
			-webkit-opacity: 1;
			visibility: visible;
			transform: none;
		}
		.common-home #content .bestseller-carousel .product-thumb .ttimge-bg {
			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);
			visibility: visible;
		}
	}
	@media (max-width: 480px) {
		.common-home #content .bestseller-items .product-thumb .image {
			width: 100%;
			border: none;
		}
		.common-home #content .bestseller-items .product-thumb .thumb-description {
			width: 100%;
			min-height: auto;
		}	
	}
/* -------------- Homepage bestseller Product End ----------------------------*/

/* 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;
	text-align: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;
}
/*--------------------------- 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 {
	border-bottom: 3px solid var(--box-heading-line-color);
	color: #000000;
	float: left;
	font: 600 22px/34px Arial,sans-serif;
	margin: 0;
	padding: 6px 15px 6px 0;
	position: relative;
	text-transform: capitalize;
	width: auto;
}
.box-heading {
  border-bottom: var(--TTProduct-Tab-left-border) solid #e5e5e5;
  float: left;
  margin: 0 0 5px;
  width: 100%;
}
.TTProduct-Tab .box-heading {
  border: none;
  margin: 0;
  width: auto;
}
/*--------------------------- title css end--------------------------------*/
/* TTproduct tab*/
.ttproduct-main {
	float: left;
	width: 100%;
}
.TTProduct-Tab .tab-content {
	margin: 0;
	padding: 0;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li:hover > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li:focus > a,
.TTProduct-Tab .nav-tabs > li.active > a:focus {
	background:   var(--btn-primary-color);
	color: #000000;
	border: none;
	cursor: pointer;
}
.TTProduct-Tab .nav-tabs > li > a{
	background: none;
	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #777777;
	font: 400 14px/20px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 8px 20px;
	position: relative;
	text-transform: capitalize;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.nav-tabs > li {
	float: left;
	margin: 0;	
	position: relative;
}
.TTProduct-Tab .tab-box-heading {
  float: right;
  margin: 6px 80px 6px 0;
}
.TTProduct-Tab ul li {
  margin: 0 3px 0 0;
}
.TTProduct-Tab .nav.nav-tabs {
	border: none;
    display: table;
	float: left;
}
.TTProduct-Tab .tthometab {
	background-color: var(--ttproduct-bg);
	border-bottom: 0;
	float: left;
	margin: 0 0 5px;
	width: 98%;
	border-radius: var(--ttproducttabrounder);
}
.ttcat-main {
  float: left;
  width: 100%;
}
/*--------------------------------- Next-Prev Button CSS Start -------------------------*/

.products-carousel.owl-carousel .owl-buttons div {
	float: left;
    font-size: 0;
	float: left;
    height: 30px;
    vertical-align: top;
    width: 30px;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	border: 1px solid #e5e5e5;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	border-radius: 50%; 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-shadow: none;
    transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.products-carousel.owl-carousel .owl-buttons div.owl-prev {
	background: #ffffff url("../assets/images/sprite.png") no-repeat scroll -10px -353px;
	margin: 0 3px 0 0;
}
.products-carousel.owl-carousel .owl-buttons div.owl-prev:hover {
	background-position: -68px -353px;
}
.products-carousel.owl-carousel .owl-buttons div.owl-next {
	background: #ffffff url("../assets/images/sprite.png") no-repeat scroll -10px -386px;
}
.products-carousel.owl-carousel .owl-buttons div.owl-next:hover {
	background-position: -68px -386px;
}
.products-carousel.owl-carousel .owl-buttons {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 10px;
	left: auto;
    top: 10px;
}
.products-carousel.owl-carousel .owl-buttons div.owl-prev:hover,
.products-carousel.owl-carousel .owl-buttons div.owl-next:hover {
	background-color: #111111;
	border-color: #111111;

}
@media (max-width: 767px) {
.TTProduct-Tab .products-carousel.owl-carousel .owl-buttons {
  display: inline-block;
  float: none;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -45px;
  width: 70px;
}
}
@media (max-width: 480px) {
.TTProduct-Tab .products-carousel.owl-carousel .owl-buttons {
	top: -35px;
}
.products-carousel.owl-carousel .owl-buttons {
	  display: inline-block;
	  float: none;
	  left: 0;
	  margin: 0 auto;
	  right: 0;
	  text-align: center;
	  top: -30px;
	  width: 70px;
}
.box-heading {
	border: none;
	background: none;
	text-align: center;
	margin: 0;
}
}
/*--------------------------------- Next-Prev Button CSS End ---------------------------------------*/
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
.additional-images .owl-controls .owl-buttons div {
    background: #ffffff;
	border: 1px solid #e5e5e5;
	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:  var(--btn-primary-color);
	border-color:  var(--btn-primary-color);
}
.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: "\f104";
    font-family: fontawesome;
    font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color:#222;
	padding: 10px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
	content:"\f105";
	padding: 11px;
}
.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: #000000;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.page-title-wrapper {
	background: var(--page-title-color);
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	float: left;
	margin: 15px 0 20px;
	padding: 15px;
	width: 100%;
}
.breadcrumb-wrapper{
	width:100%;
	float:left;
	background:#f5f5f5;
	
}
.page-title-wrapper .page-title {
	color: var(--page-title-text-color);
	float: left;
	font: 400 16px/30px Arial,Helvetica,sans-serif;
	margin: 0;
	text-transform: capitalize;
}
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: #000000;
}
span.hidden-xs, span.hidden-sm, 
span.hidden-md, span.hidden-lg {
  display: inline;
}
/* top */
#top {
	background: var(--Main-color-1);
	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: #000;
	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;
	text-transform: capitalize;
}
#top-links li .dropdown .dropdown-toggle {
  padding: 8px 0 7px;
}
#top-links .header_user_info .fa-caret-down.ttuserinfo {
	display: none;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before {
	content: '\f107';
	font-size: 13px;
	line-height: 20px;
	font-weight:500;
	color: #333333;
}
#form-currency .btn-group.open .fa-caret-down:before,
#form-language .btn-group.open .fa-caret-down: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;
	text-transform: capitalize;
}
.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;
	text-transform: capitalize;
	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: #000;
}
#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 Arial,Helvetica,sans-serif;
	text-transform: capitalize;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #000;
	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: 8px 0; */
  width: auto;
  padding: 0 0.8% 0 0 !important;
}
/*----------------------- userinfo ----------------------------------- */
.user-info {
  float: left;
  width: auto;
}
.user-info .dropdown > a {
	color: var(--header-user-text);
	float: right;
	font: 500 14px/25px Arial,Helvetica,sans-serif;
	padding: 13px 5px;
	position: relative;
	text-transform: capitalize;
}
.user-info .dropdown > a > .fa-user::before {
  content: "";
}
.user-info .dropdown > a > .fa-user {
	background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") repeat scroll -12px -283px;
	height: 25px;
	vertical-align: top;
	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: 25px;
	filter: brightness(var(--user-brightness));
}
.user-info .dropdown > a:hover > .fa-user {
	transform: rotateY(180deg);
	  -webkit-transform: rotateY(180deg);
	  -moz-transform: rotateY(180deg);
	  -o-transform: rotateY(180deg);
	  -ms-transform: rotateY(180deg);
}
.user-info .dropdown .fa-caret-down {
  display: none;
}
.user-info .dropdown > ul {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px;
  top: 59px;
  padding: 10px 15px;
  min-width: 250px;
}
.user-info .dropdown > ul::after {
	color: #fff;
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 36px;
    right: 20px;
    position: absolute;
    top: -12px;
    left: auto;
}
.user-info .dropdown-menu > li > a {
  color: #777777;
  line-height: 18px;
  padding: 3px 0;
}
.user-info .dropdown-menu > li > a:hover {
	color: #000000;
}
.user-info .dropdown-menu #wishlist-total {
  margin: 0 0 5px;
}


@media (max-width: 991px) {
	.user-info .dropdown > a {
		/* background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") no-repeat scroll -62px -270px; */
		height: 50px;
		/* padding: 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: 45px; */
	}
	.user-info .dropdown > a:hover {
		/*background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") no-repeat scroll -61px -270px;
		 transform: rotateY(180deg);
		  -webkit-transform: rotateY(180deg);
		  -moz-transform: rotateY(180deg);
		  -o-transform: rotateY(180deg);
		  -ms-transform: rotateY(180deg); */
	}
	.user-info .dropdown > ul {
		top: 50px;
	}
	.user-info .dropdown > ul::after {
		right: 5px;
	}
	.ttuserheading,
	.user-info .dropdown > a > .fa-user {
	  display: none;
	}
}
/*----------------------- userinfo ----------------------------------- */
/* cart */
.cart {
  float: right;
  width: auto;
}
#cart {
  	background:var(--cart-background-color);
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	float: right;
	padding: 4px 20px;
	width: auto;
	margin: 0 5px;
}
#cart i.fa-shopping-cart {
    background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") repeat scroll -33px -117px;
    display: block;
    font-size: 0;
    height: 40px;
    width: 50px;
	display: none;
}
#cart.open > .btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart button.btn {
	background: none;
	border: medium none;
	float: left;
	height: 42px;
	padding: 0 0 0 50px;
	position: relative;
}
#cart > button.btn::after {
	background: url("../assets/images/sprite.png") repeat scroll -26px -171px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
	right: auto;
    width: 50px;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
#cart:hover > button.btn::after {
	transform: rotateY(360deg);
	  -webkit-transform: rotateY(360deg);
	  -moz-transform: rotateY(360deg);
	  -o-transform: rotateY(360deg);
	  -ms-transform: rotateY(360deg);
}
#cart .cart-heading {
	color: #ffffff;
  	display: block;
	font: 500 16px/16px Arial,sans-serif;
}
#cart #cart-total {
	background:   var(--cart-total-color);
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	bottom: auto;
	color: var(--cart-total-color-text);
	float: right;
	font-size: 10px;
	font-weight: normal;
	height: 18px;
	left: 20px;
	right: auto;
	line-height: 16px;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 6px;
	width: 18px;
	z-index: 1;
	padding-right:2px;
	padding-top:1px;
}
#cart.open > .btn:hover {color: #444444;}
#cart .dropdown-menu {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	min-width: 300px;
	padding: 10px;
	top: 59px;
	right: 0;
	z-index: 1001;
	display:none;
}
#cart .dropdown-menu::after {
	color: #ffffff;
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 22px;
    right: 10px;
    position: absolute;
    top: -14px;
    left: auto;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	float: left;
	width: 100%;
	color: #777;
	padding: 10px 0;
	margin: 0;
}
#cart .dropdown-menu li p a strong { font-weight:normal; }
#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: #777;
    font-size: 13px;
    font-weight: normal;
}
#cart .dropdown-menu li p a:first-child {
	background: #f1f1f1 none repeat scroll 0 0;
	border-color: #f1f1f1;
	color: #222222;
	margin: 0;
}
#cart .dropdown-menu li p a {
    background: #000000;
    border: 1px solid #000000;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
    color: #ffffff;
    float: left;
    font:400 14px/18px Arial,Helvetica,sans-serif;
    padding: 8px 15px;
    text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 0 5px;
	width: 49%;
	text-align:center;
}
#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
	background:   #f69335;
	border-color:   #f69335;
	color: #000000;
}
.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: #777777;
    font-size: 14px;
}
#cart .header-cart-toggle .text-right.amount {
    color: #222;
    font: 500 14px/20px Arial,Helvetica,sans-serif;
    text-align: left;
}
.header-cart-toggle .table .text-center img{
	max-width:none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #222;
	text-align: right;
    font: 500 16px/24px Arial,Helvetica,sans-serif;
    white-space: nowrap;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #333;
    font: 500 14px/20px Arial,Helvetica,sans-serif;
}
.cart-form .cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
.cart-form .cart_input_block .input-group-btn .btn-primary {
  padding: 6px 14px;
}
#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-bottom-block {
  background:   var(--navBar_background);
  /* float: left; */
  width: 100%;
  /* padding-top:20px; */
}
header .full-header {
	/* float: left; */
	position: relative;
	text-align: center;
	width: 100%;
}

header .full-header .container.tl-header {
	display:flex;
	justify-content: space-between;
	align-items: center;

	/* border-bottom: 2px solid #E8E8E8; */
	/* margin: 20px 0; */

	padding: 0;
	
}

header .full-header .container.tl-header .header-right{
	order: 2;
}

@media (max-width: 991px){
	header .full-header .container.tl-header {
		display:flex;
		flex-direction: column;
	}
	header .full-header .container.tl-header .search{
		order: 2;
	}

	header .full-header .container.tl-header .header-right{
		order: 1;
	}
}

@media (max-width: 767px) {
	#logo {
		width:160px;
		/* height:80px; 
		margin-top:-5px; */
		margin-left:0px;
	}
	
	header .full-header {
		max-height: 160px;
	}

	header .full-header .container.tl-header {
		flex-direction: column;
	}
}
/* ------------------------------------ search CSS Start -----------------------------------*/
.search {
  	float: none;
	/* padding: 37px 0; */
	/* width: auto; */
	width: 100%;
	max-width: 225px;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}
#header-search {
  background: #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px; 
  -webkit-border-radius: 25px; 
  -khtml-border-radius: 25px;
  float: right;
  width: 600px;
  border:1px solid  var(--header-search-border);

}

@media (max-width: 991px) {
	#header-search {
		width: 90vw;
	}
}

@media (max-width: 767px) {
	#header-search {
		width: 90vw;
		margin-top: -35px;
	}
}
#header-search .select-wrapper {
    position: relative;
    width: 150px;
	float: left;
}
#search .input-lg {
	float: right;
}
#header-search .select-wrapper::after {
	background: #ffffff;
	padding: 0 2px;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 13px;
    pointer-events: none;
    position: absolute;
    right: 10px;
	left: auto;
    top: 13px;
    z-index: 9;
	color:#666;
	font-weight:600;
}
#search .input-lg, #header-search .input-lg {
	padding: 0 15px;
	width: 100%;
}
#header-search .innner-search {
  display: none;
}
#header-search .select-wrapper .innner-search {
  display: block;
}
#header-search .form-control {
  	border: none;
   	background: none;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
	height: 44px;
	text-align: left;
}
#header-search .select-wrapper::before {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    right: auto;
    top: 10px;
    z-index: 9;
}
#header-search .header-search-btn .fa.fa-search {
	margin: 0 2px;
}
#header-search span.input-group-btn {
    /* float: left;
    width: auto; */
}
#header-search .btn-default {
    background:   var(--btn-search-color);
	border: none;
    color: #fff;
	text-transform: none;
	padding: 10px 20px;
	height: 44px;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
	border-radius: 25px; 
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}
#header-search .btn-default:hover {
	background: #000000;
	color: #ffffff;
}
@media (max-width: 1500px) {
	#search .input-lg, #header-search .input-lg {
		/* width: 600px; */
		width:100%;
	}
}
@media (max-width: 1299px) {
	#search .input-lg, #header-search .input-lg {
		/* width: 600px; */
		width:100%;
	}
}
@media (max-width: 1199px) {
	#header-search .btn-default {
		padding: 10px 23px;
	}
	#search .input-lg, #header-search .input-lg {
		width: 250px;
	}
}
@media (max-width: 991px) {
	.search {
	    padding: 20px 0 0;
	}
	#header-search .btn-default {
	  font-size: 0;
	  padding: 0;
	  width: 44px;
	}
	#header-search .header-search-btn .fa.fa-search {
	  display: block;
	  font-size: 16px;
	  padding: 12px 0;
	}
	#search .input-lg, #header-search .input-lg {
		width: 100%;
	}
	#header-search .form-control {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	#search .input-lg, #header-search .input-lg {
		width: 250px;
	}
}
@media (max-width: 480px) {
	#search .input-lg, #header-search .input-lg {
		width: 100%;
	}
	#header-search .select-wrapper::after {
		right: 5px;
	}
	#header-search .select-wrapper {
		width: 100px;
	}
}
/*------------------------------------------------ search CSS end ------------------------------------------ */
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width:100%;
			position:absolute;
			z-index:1000;
			padding:5px 0;
			margin-top: 44px;
			background-color:#FFF;
			border: 1px solid #e5e5e5;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px; 
			-khtml-border-radius: 10px;
			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: 15px 15px 0;
			width: 100%;
		}
		.live-search ul li {
			background-color: #ffffff;
			cursor: pointer;
			float: left;
			width: 50%;
		}
		.live-search ul li:hover a {
			background-color:#f5f5f5;
		}
		.live-search ul li a{
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px; 
			-khtml-border-radius: 10px;
			display: block;
			float: left;
			margin: 0 0 10px;
			padding: 15px;
			text-decoration: none;
			width: 100%;
		}
		.live-search ul li .product-image{
			border: 1px solid #e5e5e5;
			float: left;
			padding: 0;
		}
		.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;
			text-align: left;
		}
		.live-search ul li .product-name{
			font-size: 14px;
			font-weight: 400;
		}
		.live-search ul li .product-price {
			float: left;
			font: 500 16px/20px Arial,Helvetica,sans-serif;
			margin-top: 10px;
			margin-bottom: 10px;
			width: 100%;
		}
		.live-search ul li .product-price .price{
			color: #333333;
			display:block;
		}
		.live-search ul li .product-price .special{
			color: #FF0000;
			text-decoration: line-through;
			display:block;
			font-size: 14px;
			font-weight: normal;
			margin-top: -5px;
		}
		.live-search .result-text{
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			text-align: center;
			padding: 15px 0;
			text-transform: capitalize;
			width: 100%;
		}
		.live-search .view-all-results:hover {
			color: #000000;
		}
		.live-search .view-all-results {
			color:   #f69335;
		}
		.live-search .product-image img {
			width: auto;
			max-width: 100%;
		}
		@media (max-width: 1199px) {
			.live-search ul li {
				width: 100%;
			}
		}
		@media (min-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;
    text-transform: capitalize;
	margin: 0px;
	background:none;
}
.user-info .ttlanguage, 
.user-info .ttcurrency {
  float: left;
  width: 100%;
}
#form-currency .btn-link, #form-language .btn-link {
  border: medium none;
  color: #777777;
  display: block;
  float: left;
  font: 400 13px/24px Arial,Helvetica,sans-serif;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
}
.ttlanguage .btn-link > span, 
.ttcurrency .btn-link > span {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  display: inline-block !important;
}
.ttlanguage .btn-group > ul, 
.ttcurrency .btn-group > ul {
  clear: both;
  float: left;
  padding: 5px 10px;
  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 .fa-caret-down::before,
#form-currency .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group.open .fa-caret-down::before,
#form-language .btn-group.open .fa-caret-down::before, 
#form-language .btn-group.open .dropdown-toggle {
	color: #000000;
}
#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 .language-select > 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: #000;
}
#form-language .dropdown-toggle > img, 
.header-top-right #form-currency .dropdown-toggle > strong {
  margin: 0 2px;
}
.header_user_info .ttuserheading {
    background: transparent url("../assets/images/sprite.png") no-repeat scroll -5px -317px;
    cursor: pointer;
    float: left;
	font-size: 0;
    height: 40px;
    margin: 0;
    width: 40px;
}
.header_user_info .ttuserheading:hover, .header_user_info.open .ttuserheading {
	background-position: -65px -317px;
}	
.header_user_info > a > i, .header_user_info > a > .fa-user {
  display: none;
}
/* header user info End*/ 
/* logo */
.header-top-cms {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.header-left {
  float: left;
  /* margin: 32px 0; */
  padding: 0;
  width: auto;
  /*margin-left:-170px;*/
}
header {
	background:var(--header);
    /* float: left; */
	margin: 0 0 30px;
    width: 100%;
}
/* 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: #000000; 
  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 Arial,Helvetica,sans-serif;
    padding:0;
    text-transform: capitalize;
    width: 100%;
	text-align:left;
}
#menu .dropdown-inner .list-unstyled.childs_2.single-dropdown-menu a {
	padding:0 0 0 20px;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {color: #000;}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_3 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
	color:#000;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after{display:none;}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown .childs_2 > 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 Arial,Helvetica,sans-serif;
	padding: 20px;
    text-transform: capitalize;
	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: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 160px;
    padding: 0;
    text-transform: capitalize;
	text-align:left;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #777;
}
#menu #category {
	color: #000000;
	float: left;
	font: 700 14px/40px Arial,sans-serif;
	text-transform: uppercase;
}
#menu #category:hover {
	color:#000;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #777;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #777;
}
#menu .navbar-nav > li{display:inline-block;float:none;}
#menu .navbar-nav{float: none;}
#menu ul.nav ul.list-unstyled li.dropdown > a::after {
    border-top: 1px solid #eeeeee;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    left:0;
    position: absolute;
    width: 20%;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a,#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:#000000;}

/* 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: #000;
}
#menu .nav > li.dropdown:hover::after
{
    color:#414141;
    content: "\f106";
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after
{
   content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 0;
}
/* 2 Level Sub Categories END */
/* content */
#content {
	min-height: 900px;
}
/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.top-column {
  margin-bottom: 30px;
}
.swiper-wrapper {
	direction: ltr !important;
}
.slideshow-panel {
	position: relative;
	float: right;
	margin: 0 0 30px;
	width: 100%;
}
.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%;
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
}
.slideshow-panel .ttloader {
   background: #ffffff url("../assets/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;
}
.slideshow-panel img{
	width:100%;
	height:auto;
}
.slideshow-panel .swiper-container .swiper-pagination {
    display: none;
}
.slideshow-panel .swiper-container .swiper-pager {
  position: static;
  line-height: normal;
}
.slideshow-panel .swiper-container .swiper-pager div {
	background: #ffffff;
	border: 2px solid #ffffff;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	transition:	all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	text-shadow: none;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
	left: 70px;
	right: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
	right: 70px;
	left: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}
.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev {
	left: 50px;
}
.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
	right: 50px;
}
.slideshow-panel .swiper-container:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.slideshow-panel .swiper-container .swiper-pager div:hover {
	background:   #f69335;
	border-color:   #f69335;
}
.slideshow-panel .swiper-pager .swiper-button-prev::before {
	bottom: 0;
	color: #000000;
	content: "\f104";
	font-family: fontawesome;
	font-size: 24px;
	left: -2px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 5px;
}
.slideshow-panel .swiper-pager .swiper-button-next::before {
  	bottom: 0;
	color: #000000;
	content: "\f105";
	font-family: fontawesome;
	font-size: 24px;
	left: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 5px;
}
.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
	color: #000000;
}
@media (max-width: 991px) {
	.slideshow-panel {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
}
@media (max-width: 767px) {
	.slideshow-panel .swiper-container .swiper-pager div,
	.slideshow-panel .swiper-container .swiper-pager div:hover {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev {
		left: 20px;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
		right: 20px;
	}
}
@media (max-width: 480px) {
	
	.slideshow-panel .swiper-container .swiper-pager div,
	.slideshow-panel .swiper-container .swiper-pager div:hover {
		background: none;
		border: none;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
		left: 0;
	}
	.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
		right: 0;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-prev {
		left: 0;
	}
	.slideshow-panel .swiper-container:hover .swiper-pager .swiper-button-next {
		right: 0;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev::before,
	.slideshow-panel .swiper-pager .swiper-button-next::before {
		color: #ffffff;
	}
	.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
	.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
		color:   #f69335;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/
		.customNavigation {
		  left: auto;
		  padding: 0 0;
		  position: absolute;
		  right: 10px;
		  top: 10px;
		  bottom: auto;
		  width: auto;
		  z-index: 1;
		}
		.customNavigation a {
          border: 1px solid #e5e5e5;
		  height: 30px;
		  width: 30px;
		  font-size: 0;
		  float: left;
		  padding: 0;
		  display: inline-block;
		  vertical-align: top;
		  cursor: pointer;
		  position: relative;
		  border-radius: 50%; 
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
		}
		.customNavigation a.prev {
			background: #ffffff url("../assets/images/sprite.png") no-repeat scroll -10px -353px;
			margin: 0 3px 0 0;
		}
		.customNavigation a.prev:hover {
			background-position: -68px -353px;
		}
		.customNavigation a.next {
			background: #ffffff url("../assets/images/sprite.png") no-repeat scroll -10px -386px;
		}
		.customNavigation a.next:hover {
			background-position: -68px -386px;
		}
		.customNavigation a:hover {
			background-color: #000000;
			border-color: #000000;
		}
		@media (max-width: 480px) {
			.customNavigation {
				display: inline-block;
				float: none;
				left: 0;
				margin: 0 auto;
				right: 0;
				text-align: center;
				top: 40px;
				width: 70px;
			}
		}
/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/* Category Page */
#content h2.category-name {
	margin-top: 0;
}
#column-left > div,
#column-right > div {
	background: #ffffff;
	/* border: 1px solid #e5e5e5; */
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	float: left;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 5px;
}
#column-left .swiper-viewport img,
#column-right .swiper-viewport img {
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
#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: 15px;
	text-align: center;
	width: 145px;
}
.subcategory-image {
	clear: both;
	padding: 0 0 8px;
}
.subcategory-image > a {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	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: #888888;
	font: 400 16px/22px Arial,sans-serif;
	text-transform: capitalize;
}
.category-list li:hover h5  a,
.category-list li:focus h5 a {
    color: #333;
}
.category-filter label {
    color: #222;
    font: 500 13px/20px Arial,Helvetica,sans-serif;
   	margin: 0;
	padding: 0;
	white-space:nowrap;
	background: none;
	border: none;
}
.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: "\f106";
    font-family: "FontAwesome";
	font-size: 14px;
	font-weight:normal;
	color: #414141;
    position: absolute;
	cursor: pointer;
	padding: 8px 10px;
    right: 0px;
	top: 0px;
    z-index: 9;
}
.category-treeview li.category-li.active .list-tree:before {
	content: "\f107";
	color: #111111;
}
.category-treeview li.category-li .list-tree:hover:before {
	color: #414141;
}
#column-left .list-group .category-li.active a {
  color: #111111;
}
.product-thumb .caption .description {
	display: none;
}
.rating span.fa-stack, #review span.fa-stack {
	width: 13px;
	height: 13px;
}
.products-list,
.list-products {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	float: left;
}
.product-list .product-thumb .caption .description {
	display: block;
	margin: 0 0 10px;
}
.product-thumb, .product-layout, .product-layouts { position: relative; }
.product-thumb {
	overflow: hidden;
	position: relative;
	background-color:#f5f5f5;
	border:1px solid #fff;
}

.product-thumb .sale-icon,.product-sale-icon {
	color: #000000;
	display: none;
	font: 400 14px/18px Arial,Helvetica,sans-serif;
	left: auto;
	letter-spacing: 1px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: capitalize;
	top: 10px;
	z-index: 1;
}
.product-thumb:hover .sale-icon,.product-sale-icon {
	display: block;
}
.product-thumb .percent, .product-percent {
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
  left: 10px;
  opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  position: absolute;
  right: auto;
  text-transform: capitalize;
  top: 10px;
  z-index: 1;
}
.product-thumb:hover .percent,.product-percent {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.header-content-title{
	width:100%;
	float:left;
}
/* Column Left - Right Product List */
#column-left { clear: left;}
#column-left .panel-default > .list-group, 
#column-right .panel-default > .list-group {
	float: left;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
} 
#column-left .products-carousel, 
#column-right .products-carousel {
	float: left;
	margin: 0;
	padding: 0 15px;
	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: 20px 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
}
#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
	border: 0;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	float: left;
	margin: 0;
	max-width: 70px;
	padding: 0;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon,
#column-left .product-thumb .percent,
#column-right .product-thumb .percent {
	padding: 1px 5px;
	font-size: 12px;
	left: 0;
	right: auto;
	display: none;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
	display: block;
	margin: 0;
	position: static;
	text-align: left;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
#column-left .product-thumb .caption .sale-icon,
#column-right .product-thumb .caption .sale-icon,
#header-left .product-thumb .caption .sale-icon,
#header-right .product-thumb .caption .sale-icon,
#footer-left .product-thumb .caption .sale-icon,
#footer-right .product-thumb .caption .sale-icon {
	font-size: 11px;
	padding: 0 5px;
	left: 0;
	right: auto;
}
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    padding: 0;
	opacity: 1;
	-moz-opacity: 1;  /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
-webkit-opacity: 1; /* other webkit*/
	transform: none;
	-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
	position: static;
    transition: none 0s ease 0s ;
	-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
-ms-transition: none 0s ease 0s;
	visibility: visible;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
	display: none;
}
#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
	background: none;
	border: none;
	color: #666666;
	padding: 0;
	margin: 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: auto;
	height: auto;
	border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
}
#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
	display: none;
}
.product-list .product-thumb:hover h4 a{color:#000;}
/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,#column-right .list-group-item,
#column-left .panel-heading, #column-right .panel-heading
{
 border:medium none;
}
#column-left .list-group a.active, 
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	background: none;
}
#column-left a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover
#column-right a.list-group-item:focus, a.list-group-item:hover, 
button.list-group-item:focus, button.list-group-item:hover{
	background:none;
}

#column-left .category-li.category-active .list-group-item.current-child-item {line-height: 25px; color:#888;}
#column-left .list-group .list-group-item,#column-right .list-group .list-group-item {
	background: none;
    color: #888888;
    cursor: pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 400;
    line-height: 28px;
    padding: 2px 0 0;
	margin-bottom:0;
}
#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover{
	color:#000;
}
.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;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	-khtml-border-radius: 5px 5px 0 0;
	color: #111111;
	float: left;
	font: 600 18px/24px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
}

#column-left .title_block a,
#column-right .title_block a {
  color: #111111;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
	border: medium none;
	color: #111111;
	font: 600 18px/24px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
#column-left .option-filter .panel-heading,
#column-left .option-filter .list-group-item,
#column-left .option-filter-box a.list-group-item,
#column-left .option-filter .panel-footer,
#column-right .option-filter .panel-heading,
#column-right .option-filter .list-group-item,
#column-right .option-filter-box a.list-group-item,
#column-right .option-filter .panel-footer
{
	float: left;
	width: 100%;
}
#column-left .option-filter .panel-footer,
#column-right .option-filter .panel-footer {
	background: none;
	padding: 0 0 10px;
}
#column-left .option-filter .checkbox > label,
#column-right .option-filter .checkbox > label {
    color: #888888;
	font: 400 13px/20px Arial,Helvetica,sans-serif;
	text-transform:capitalize;
}

#column-left .option-filter .checkbox > label:hover,
#column-right .option-filter .checkbox > label:hover {
	color: #000;
}
#column-left .option-filter .list-group-items .list-group-item:hover, #column-left .option-filter .list-group-items .list-group-item:hover:after,
#column-right .option-filter .list-group-items .list-group-item:hover, #column-right .option-filter .list-group-items .list-group-item:hover:after {
    color: #222222;
}
#column-left .option-filter .list-group-item .checkbox,
#column-right .option-filter .list-group-item .checkbox {
    margin:0px;
	padding: 0;
}
.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:last-child {
  border: medium none;
}
#column-left .option-filter .list-group-items .list-group-item,
#column-right .option-filter .list-group-items .list-group-item
{
    color: #333333;
	font:400 13px/28px Arial,Helvetica,sans-serif;
	padding:2px 0;
	float:left;
	width:100%;
	position:relative;
	text-transform:capitalize
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
	-moz-opacity: 1;  /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	-webkit-opacity: 1; /* other webkit*/
    position: static;
	text-align: left;
	float:left;
}
.option-filter .list-group { margin: 0px; }
.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
	text-transform: capitalize;
}
.option-filter-box a.list-group-item:after {
	font-family: "FontAwesome";
	content:"\f106";
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 10px;
	top: 2px;
}
.option-filter-box a.list-group-item.collapsed:after {
	content:"\f107";
}
.store-list .store-tags {
	padding: 5px 15px;
}
.store-list .store-tags > a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
	font-weight: bold;
	position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
/*.category-filter, .category-pagination { border: 1px solid #e5e5e5; }*/
#content .category-filter {
	background: #ffffff;
	/* border: 1px solid #e5e5e5; */
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	float: left;
	margin: 0 0 10px;
	padding: 10px;
	width: 100%;
}
.category-filter .filter-sort-by,
.category-filter .filter-show {
	float: right;
}
.category-filter .filter-text {
	float: left;
}
.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: 5px 5px 0 0;
	margin:0;
	text-align: left;
}
.category-filter .filter-selection {
	padding: 0;
}
.category-filter .filter-grid-list {
	padding: 0;
	width: 90px;
	float: left;
}
.category-filter .filter-grid-list button {
	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#grid-view {
	background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") repeat scroll -6px -18px;
	border:none;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
	background-position: -6px -67px;
	border:none;
}
.category-filter .filter-grid-list button#list-view {
	background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") repeat scroll -65px -18px;
	border:none;
}
.product-category .category-list {
   	float: left;
	width: 100%;
}
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
	background-position: -65px -67px;
	border:none;
}
.category-filter .filter-grid-list button i.fa {font-size: 0px;}
.category-bg {
  background: #ffffff;
  border: 3px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px;
  float: left;
  text-align: center;
  width: 100%;
}
.category-description .category-content {
	margin-top: 20px;
}
.category-pagination {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	float: left;
	margin: 10px 0;
	padding: 10px 15px;
	width: 100%;
}
.category-pagination div.text-left {
    padding: 8px 0;
}
.category-pagination div.text-right {
    padding: 0;
}
.category-pagination .pagination {
  margin: 0;
  vertical-align: top;
}
.category-list > h3 {
    color: #333333;
	font: 500 16px/26px Arial,sans-serif;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.pagination li:last-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    right: auto;
	left:10px;
}
.pagination li:first-child > a::before {
	content: "\f177";
	font-family: fontawesome;
    font-size: 13px;
    position: static;
    right: 0;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span{margin:0 2px;}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background: var(--product_search_paging_focus);
    border-color: var(--product_search_paging_focus);
	cursor: pointer;
	color: var(--product_search_paging_focus_color);
}
.pagination > .active > span,
.pagination > .active > a{
	background:   var(--product_search_paging);
	border-color:   var(--product_search_paging);
	color: var(--product_search_paging_color);
}
.pagination li:last-child > a, .pagination li:first-child > a{font-size:0px; padding: 7px 0;}
.pagination > li > a, .pagination > li > span {
	color: #000000;
	padding:7px 0; 
	width:34px; 
	height:34px;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	text-align: center;
	border-color:#dddddd;
}

/* 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 .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 3px;
}
#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 {
	font: 600 14px/18px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 3px 0;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
	font: 600 14px/18px Arial,Helvetica,sans-serif;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 12px;
	line-height: 14p;
}
#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:#000;
}
#column-left .product-thumb .button-group .btn-cart > span,
#column-right .product-thumb .button-group .btn-cart > span {
	display: block !important;
	font-size: 14px;
	text-transform: capitalize;
}
#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
	color:#000;
}
/* Product page stylesheet */
.product-images .additional-images-container {
	margin: 0 auto;
	overflow: hidden;
	direction: ltr;
	position: relative;
	width: 400px;
}
.additional-images .owl-wrapper-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.product-details .product-info td {
	padding: 3px;
}
.product-details .product-info .product-info-value {
	 color: #777;
	 padding: 3px 3px 3px 10px;
	 font-weight:normal;
}
.product-details .product-info tr td {
	color: #222222;
	text-transform: capitalize;
}
.product-product .product-info-value > a{color: #ee0000;}
.product-product .product-info-value > a:hover{color:#222;}
.product-product .tab-content {
	padding: 20px 0;
	margin: 0;
}
.cpt_product_description strong {
    font-size: 14px;
}
.product-quantity label {
	padding: 10px 0;
}
.product-quantity label,
.product-quantity #input-quantity {
	width: auto;
	text-align: center;
	margin: 0 10px 0 0;
	float: left;
}
.product-quantity #input-quantity 
{
	border: 1px solid #e5e5e5;
	font-size: 14px;
    float: left;
    height: 43px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    width: 60px;
}

.product-quantity.custom #input-quantity{
	margin: 0;
}

.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
	color: #222222;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
	padding-bottom: 16px;
	text-transform: capitalize;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price
 {
 	/* border-top: 1px solid #e5e5e5; */
	/* border-bottom: 1px solid #e5e5e5; */
	/* padding: 15px 0; */
	margin: 15px 0 20px;
	margin-bottom: 25px;
	
}
.product-details .addthis_toolbox {
	width: 100%;
	float: left;
}
.product-details .product-options h3 {
    font: 500 18px/24px Arial,Helvetica,sans-serif;
}
.product-details .rating{display:table;}
.product-total-review .fa.fa-comment, .product-write-review .fa.fa-pencil {
    margin-right: 5px;
}
.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
    font-size: 14px;
	color: #777777;
    text-align: left;
    text-transform: none;
	border:none;
	background:  none;
	padding:0 15px 0 0;
	margin: 15px 5px 15px 0;
}
.product-details .btn.btn-default.product-btn-wishlist:hover, 
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	color: #000000;
}
.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;
	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;
	height:20px;
}
.product-details .price-new {
    float: left;
	margin:0 8px 0 0;
}
.product-details .price-old
{
	font-weight: normal;
	text-decoration: line-through;
}
.product-details .product-tax {
    margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 10px 0;
}
.product-details ul.product-price h2
{
	font: 600 16px/18px Arial,Helvetica,sans-serif;
	color:#000;
}
.product-options .product-quantity {
	clear: both;
	float: left;
	margin: 0;
}

.product-quantity {
	display: flex;
}
.product-options .radio,
.product-options .checkbox {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
.product-product .btn.btn-default {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #777777;
	padding:7px 15px;
}
.product-product .btn.btn-default:hover {
	background-color: var(--plus_minus_hover_btn);
	border-color:var(--plus_minus_hover_btn);
}
.product-product .btn.btn-default:hover {
    color: var(--plus_minus_btn_hover_text);
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-tabs {
	background: #ffffff;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	clear: both;
	margin:40px 0;
	padding: 15px 0 0;
}

.product-tabs > .nav-tabs{
	border-bottom: 1px solid #e5e5e5;
}

/* .product-product .nav.nav-tabs li.active a, .product-product .nav.nav-tabs li:hover a {
	border: none;
    background: #f69335;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
} */

#tab-review label.control-label {
	font:500 13px/20px Arial,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:   var(--product_detail_active_tab_bg);
    color: var(--product_detail_active_tab_text);
	cursor: pointer;
	border-radius: 0;
}
.product-product .nav-tabs > li > a
{
	background: none;
	border: medium none;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #777777;
	font: 400 14px/20px Arial,Helvetica,sans-serif;
	margin: 0 5px 0 0;
	padding: 8px 20px;
	position: relative;
	text-transform: capitalize;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
    font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#777;
}
.tab-content #tab-description b{
	font-weight:600;
	color:#414141;
}
.checkout-cart #accordion .panel-heading {padding: 0px; border-color:#eaeaea; background: #f5f5f5;}
.checkout-cart #accordion .panel-heading a {padding: 10px 15px;font-family:Arial,Helvetica,sans-serif; font-weight:normal;}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:#444;
	font-size:14px;
}
.checkout-cart #accordion .form-group {
	margin: 15px 0;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.checkout-cart #content > .buttons {
    float: left;
    width: 100%;
	margin: 0 0 10px;
}
.checkout-checkout #accordion .panel-default .panel-heading{
	border-color :#eaeaea;
	padding: 15px;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
}
#checkout-checkout #accordion .panel-default {
  border: none;
  margin-top: 10px;
}
#checkout-checkout #accordion #collapse-checkout-option .panel-body {
  border: none;
  padding: 15px 15px 25px;
}
#checkout-cart #content .cart-form {
  float: left;
  width: 100%;
}
.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;
}
.sub-total-table .table-bordered tbody tr td:first-child strong{
    font-weight: normal;
}

.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
.checkout-cart .sub-total-table { float: right; }
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
	background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
	color: #FFFFFF;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
	background: #777;
}
.datepicker .datepicker-days .table-condensed .day.active,.bootstrap-datetimepicker-widget td span.active,.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover, .bootstrap-datetimepicker-widget .timepicker td a span:hover,.bootstrap-datetimepicker-widget td span.active,.datepicker-months .table-condensed .month.active, .datepicker-years .table-condensed .year.active {background-color:#000000; 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 #000000;}
.datepicker-days .table-condensed .day.active.today::before {
	border-bottom: 7px solid #FFF;
}
/* Extra pages Stylesheet */
#accordion .panel-heading h4.panel-title a {
	display: block;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.product-search #content .search-criteria {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.search-criteria > p{
	margin:10px 0;
}
.search-criteria .checkbox-inline{
	padding:0;
}
.product-compare #content .table .btn {
	display: inline-block;
	margin: 2px 0;
	text-transform: capitalize;
	width: auto;
}

.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.fa {
	background: #9acb53;
    border: 2px solid #9acb53;
    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;
}
.information-contact #content > h3 {
  clear: both;
}
/* extra page stylesheet  */
.table-bordered tr td.text-right.total-amount {
	color: #414141;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font: 500 22px/34px Arial,sans-serif;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px Arial,Helvetica,sans-serif !important;
	color: #555454;
	text-transform: capitalize;
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #FFF;
	border: 1px solid #e5e5e5;
    color: #444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:capitalize;
	vertical-align: middle;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #222;
	font: 500 14px/20px Arial,Helvetica,sans-serif;
}
.checkout-checkout h4 {font-family: Arial,Helvetica,sans-serif;}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #333333;font: 400 23px/25px Arial,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: Arial;
    font-size: 16px;
    margin-bottom: 10px;
}
	
.terms-condition h3{font: 400 18px/22px Arial,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;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#222;
}
.a-link-content {
    padding: 8px;
	font-size: 14px;
}
.modal-header {
	background: #F5F5F5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
}
.modal-title {
	font-weight: bold;
}
.table-hover > tbody > tr:hover {
	background: none;
}
/*----------------------- Brand Carousel CSS Start ------------------------*/
.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: 20px 10px;
	position: static;
	float: left;
	width: 100%;
}

.common-home .brand-carousel {
	float: left;
    position: relative;
    width: 100%;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6; 
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.brand-carousel .swiper-pager {
	bottom: auto;
	left: auto;
	line-height: unset;
	right: 10px;
	top: 10px;
	width: auto;
}
.brand-carousel .swiper-viewport .swiper-pager div {
   	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	bottom: auto;
	float: left;
	font-size: 0;
	height: 30px;
	left: auto;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	position: relative;
	right: auto;
	text-shadow: none;
	margin: 0;
	top: auto;
	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;
	vertical-align: top;
	width: 30px;
}
.brand-carousel .swiper-pager .swiper-button-prev::before,
.brand-carousel .swiper-pager .swiper-button-next::before {
	display: none;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	background: #ffffff url("../assets/images/sprite.png") no-repeat scroll -10px -353px;
  	margin: 0 3px 0 0;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	background: #ffffff url("../assets/images/sprite.png") no-repeat scroll -10px -386px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev:hover {
	background-position: -68px -353px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next:hover {
	background-position: -68px -386px;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background-color: #000000;
	border-color: #000000;
}
@media (max-width: 480px) {
	.brand-carousel .swiper-pager {
		display: inline-block;
		float: none;
		left: 0;
		margin: 0 auto;
		right: 0;
		text-align: center;
		top: 40px;
		width: 70px;
	}
}
/*----------------------- 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;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
.checkout-checkout .panel-group {
  clear: both;
}
/* checkout success - Stylesheet */
body.checkout-success #content {
	background: url("../assets/images/checkout-success.jpg") no-repeat scroll center bottom;
}
body.account-success #content {
	background: url("../assets/images/account-success.jpg") no-repeat scroll center bottom;
}
body.product-compare #content.no-compare-products {
	background: url("../assets/images/no-compare-products.jpg") no-repeat scroll center bottom;
}
#content.request-not-found {
	background: url("../assets/images/request-not-found.jpg") no-repeat scroll center bottom;
}
#content.no-manufacture-products {
	background: url("../assets/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
}
#content.no-wishlist-products {
	background: url("../assets/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* footer */
footer {
	background: var(--footer-color);
	color: var(--footer-text);
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
footer .footer-top {
  background: var(--footer-color);
  float: left;
  width: 100%;
}
.footer-container {
  float: left;
  width: 100%;
}
.footer-container .footer-column {
	margin: 50px 0;
}
footer .footer-column .list-unstyled {
  margin: 0;
}
footer a {
	color: #fff;
	cursor: pointer;
	font: 400 14px/28px Arial,Helvetica,sans-serif;
}

footer .withoutlink {
	color: #fff;
	font: 400 14px/28px Arial,Helvetica,sans-serif;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #fff;
}

footer h4 {
	font-size: 18px;
}
/* .footer-column .list-unstyled li a::before {
	color: #888888;
	content: "\f105";
	float: left;
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 0 5px 0 0;
} */
footer a:hover,
footer a:focus,
.footer-column .list-unstyled li a:hover::before {
	color: #000000;
}
footer .footer-column h5,
#ttcmspaymentlogo h5 {
	color: #000000;
	cursor: pointer;
	font: 500 20px/22px Arial,sans-serif;
	margin: 0 0 20px;
	text-transform: capitalize;
}

/* Footer right Contact us Stylesheet */
.footer-bottom {
	background: #f5f5f5;
	float:left;
	width:100%;
}
.footer-bottom-cms {
  float: right;
  width: auto;
}
.footer-bottom-link {
	float: left;
	width: auto;
}
.footer-bottom p {
	color: #888888;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 13px 0;
}
.footer-top-cms {
	float: left;
	width: 100%;
   	padding: 0;
}
.footer-bottom p a {
    font-size: 14px;
	color: #888888;
}
.footer-bottom p a:hover {
    color: #000000;
}
.image-additional-container {
    float: left;
    width: 100%;
}
#goToTop:before {
  color: #000000;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
}
#goToTop {
    background:   #f69335;
    border: 2px solid   #f69335;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
    padding: 7px 12px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 40px;
	z-index: 9;
}
#goToTop:hover {
  background: #000000;
  border-color: #000000;
}
#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;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #000000;
  right: 0;
  top: 0;
}
.product-options .alert-info {
    float: left;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: right;
	line-height: 30px;
	list-style: outside none none;
	margin: 0 0 0 15px;
	padding: 0;
}
.breadcrumb i:hover {
	color: #000;
}
.breadcrumb a {
 	color: #333333;
}
.breadcrumb i {
	font-size: 16px;
	vertical-align: baseline;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #888888;
    content: "\f105";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0px 8px;
}
/* buttons */
.btn {
	font-size: 14px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 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: 8px 12px; */
}
.btn-group {
  float: left;
  width: 100%;
}
.btn-default {
	background:   var(--btn-primary-color);
    border: 1px solid   var(--btn-primary-color);
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	font: 400 14px/20px Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
	color: #000000;
	text-transform: capitalize;
	padding: 6px 20px;
}
.btn.btn-default.cnt:hover, .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-color);
    color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.btn.active, .btn:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-primary {
	background: var(--btn-primary-color);
	border: 1px solid var(--btn-primary-color);
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #ffffff;
	font: 400 14px/20px Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 6px 20px;
	text-transform: capitalize;
}
.btn-block { width: auto }
.product-details #button-cart {
	background: var(--product_detail_add_to_cart_btn);
	border-color: var(--product_detail_add_to_cart_btn);
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: var(--product_detail_add_to_cart_btn_text);
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	/* padding: 7px 15px 6px 40px; */
	position: relative;
	text-transform: capitalize;
}
.product-details #button-cart::before {
	/* background:  */

	/*rgba(0, 0, 0, 0) url("../assets/images/product-sprite.png") no-repeat scroll -28px -46px;
    content: "";
    position: absolute;
    width: 56px;
	height:35px;
	left:0;
	right:auto; */
} 




.product-details #button-cart:hover,
.product-product #button-cart:focus,
.product-product #button-cart.active {
    border-color:   var(--btn-primary-color);
	background:  var(--btn-primary-color);
	color: white !important;
}
.product-details #button-cart:hover::before,
.product-details #button-cart:focus::before,
.product-details #button-cart.active::before {
	background-position: 15px -46px;
}
.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, .open .dropdown-toggle.btn-primary,#button-login.btn.btn-primary:focus,.btn-primary:active,#button-account.btn.btn-primary:focus,#button-register.btn.btn-primary:focus,#button-shipping-method.btn.btn-primary:focus,#button-payment-address.btn.btn-primary:focus,#button-shipping-address.btn.btn-primary:focus,#button-payment-method.btn.btn-primary:focus,#button-guest.btn.btn-primary:focus,#button-review.btn.btn-primary:focus,#button-coupon.btn.btn-primary:focus,#button-voucher.btn.btn-primary:focus,#button-quote.btn.btn-primary:focus,#button-confirm.btn.btn-primary:focus,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover
{
 	background:   var(--btn-primary-color);
	border: 1px solid   var(--btn-primary-color);
	color: #ffff;
}
.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:   var(--btn-primary-color);
	border: 1px solid   var(--btn-primary-color);
	color: #000000;
}
.btn-warning {
	color: #ffffff;
	background-color: var(--btn-primary-color);
}
.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;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	background-color: #da4f49;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.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;
}
.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: var(--btn-primary-text-color);
	background-color:   var(--btn-primary-color);
    border-color:   var(--btn-primary-color);
}
.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:#000;
	border-color:#000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #777;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-category .category-description{
	width:100%;
	float:left;
}
.product-layout,
.product-layouts {
	padding: 5px;
}
.product-thumb .thumb-description {
  padding: 0 15px;
  text-align: center;
  background-color:transparent;
}
.product-thumb .image {
    overflow: hidden;
	text-align: center;
	position:relative;
	border:1px solid #f5f5f5;
	background-color:#fff;
	/* border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; */
}
.product-thumb .image a {
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	padding-top: 3px;
	/*border: 2px solid #f8f5f0;*/
	/* border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; */
}
.product-grid .product-thumb .image{padding: 0px;}
.product-grid .product-thumb.row {margin: 0;}
.product-list .sale-icon {
	display: block;
	right: 25px;
}
.product-list .percent {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	left: 25px;
}
.product-list .product-thumb h4 {
  margin: 0 0 10px;
}
.product-list .product-thumb .rating,
.product-list .product-thumb:hover .rating {
  display: block;
  margin: 0 0 10px;
  position: static;
  text-align: left;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.product-list .product-thumb .thumb-description {
	background: none;
	text-align: left;
	margin: 15px 0;
}
#content .product-thumb h4 {
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .product-thumb h4 a {
	white-space:nowrap;
}
.product-thumb h4 {
	font: 400 16px/18px Arial,Helvetica,sans-serif;
	margin: 6px 0;
	padding: 0;
	float: left;
	width: 100%;
}
.product-thumb h4 a {
	color: #444444;
}
.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
	color:#000;
}
.product-thumb .rating {
	float: left;
	padding: 3px 0;
	width: 100%;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star.off,
 #tab-review .fa-star.off {
	color: #d9d9d9;
}
.rating .fa-star-o, #review .fa-star-o {
   color: #d9d9d9;
    font-size: 13px;
}
.fa-star-o::before{
	/* content:"\f005"; */
}
.rating .fa-star, #review .fa-star {
	color: #fbaf5d;
	font-size: 13px;
	position:relative;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {color: #000000;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	/* color: #333333; */
	color:var(--product-price);
	font: 600 17px/30px Arial,Helvetica,sans-serif;
	margin: 0 0 10px;
	padding: 0 0 10px;
	clear: both;
}
.product-thumb .price-new {
	margin: 0;
	font: 600 17px/30px Arial,Helvetica,sans-serif;
	font-size:14px;
}
.product-thumb .price-old
{
	color: #777777;
	text-decoration: line-through;
	font: 400 11px/16px Arial,Helvetica,sans-serif;
}
.product-thumb .price-discount
{
	color: red;

	font: 400 10px/16px Arial,Helvetica,sans-serif;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	display: none;
}
.product-list .product-thumb .price-tax {
	display: block;
	margin: 0;
}
/*----------------------button css start----------------------*/
.product-thumb .button-group {
  bottom: 95px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  text-align: center;
  opacity:0; 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover .button-group {
	bottom: 110px;
	opacity:1; 
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product-list .product-thumb .button-group {
	float: left;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	position: static;
	text-align: left;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.product-list .product-thumb .button-group .btn-cart
{
	background:   var(--btn-primary-color);
	border-color:   var(--btn-primary-color);
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	padding: 0 15px 0 10px;
	width: auto;
	margin-bottom: 5px;
}
.product-list .product-thumb .button-group .btn-cart:hover {
	background: #000000;
	border-color: #000000;
}
.product-list .button-group button.btn-cart span {
   
    color: #000000;
    display: inline-block !important;
    font: 400 14px/36px Arial,Helvetica,sans-serif;
	text-transform: capitalize;
	vertical-align: top;
}
.product-list .button-group button.btn-cart:hover span {
	color: #ffffff;
}
.product-thumb .button-group button {
	background: #000000;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align: center;
}
.product-thumb .button-group button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
	-moz-opacity: 0.45; 
	-khtml-opacity: 0.45; 
	-webkit-opacity: 0.45;
}
.product-list .product-thumb .button-group button.disabled {
	padding: 0 15px;
}
.product-list .product-thumb .button-group button:last-child {
	margin: 0;
}
.product-list .button-group .btn-cart.disabled i.fa-shopping-cart {
  display: none;
}
.product-thumb .button-group button:hover {
	background-color:   var(--btn-primary-color);
	border-color:   var(--btn-primary-color);
}
.product-thumb .button-group i
{
	background-image:url("../assets/images/product-sprite.png");
	background-repeat:no-repeat;
	height: 36px;
	vertical-align: top;
	width: 36px;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span{
    display: none;
}
.product-thumb .button-group i::before
{
	content:"";
}

.product-thumb .button-group i.fa-shopping-cart {
    background-position: -37px -41px;
}
.product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
  background-position: 6px -41px;
}
.product-list .button-group i.fa-shopping-cart{
	width: 25px;
	background-position: 1px -41px;
}
.product-list .button-group .btn-cart:hover i.fa-shopping-cart {
	background-position: -42px -41px;
}
.product-thumb .button-group i.fa-heart {
    background-position: -37px 5px;
}
.product-thumb .button-group .btn-wishlist:hover i.fa-heart {
  background-position: 6px 5px;
}
.product-thumb .button-group .btn-compare i {
    background-position: -37px -87px;
}
.product-thumb .button-group .btn-compare:hover i {
  background-position: 6px -87px;
}
/*----------------------------button css 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: 9;
}
.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;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0;
	right: 2px;
	top: 2px;
}
#quickview-content {
  background-color: #ffffff;
  border: 2px solid #000000;
  display: none;
  height: 86%;
  left: 0;
  margin: 0 auto;
  overflow: auto !important;
  padding: 30px 20px;
  position: fixed;
  right: 0;
  top: 7%;
  width: 70%;
  z-index: 999;
}
.product-quickview .btn.btn-default {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #777777;
  padding: 6px 15px;
}
.product-quickview .btn.btn-default:hover {
	color: #000000;
}
.product-quickview .product-image .thumbnail {
  border: none;
  border-radius: 8px;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  -khtml-border-radius: 8px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.button-group button.btn-quickview span{
    display: none;
}
.product-thumb .button-group .btn-quickview i {
	background-position: -36px -128px;
}
.product-thumb .button-group .btn-quickview:hover i {
	background-position: 7px -128px;
}
.product-quickview #quick-cart {
  background: #000000;
  border-color: #000000;
  border-radius: 25px;
  -moz-border-radius: 25px; 
  -webkit-border-radius: 25px; 
  -khtml-border-radius: 25px;
  color: #ffffff;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 7px 15px 6px 40px;
  position: relative;
  text-transform: capitalize;
}
.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background:   var(--btn-primary-color);
  border-color:   var(--btn-primary-color);
  color: #000000;
}
.product-quickview #quick-cart::before {
  background: rgba(0, 0, 0, 0) url("../assets/images/product-sprite.png") no-repeat scroll -28px -46px;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: auto;
  width: 56px;
}
.product-quickview #quick-cart:hover::before,
.product-quickview #quick-cart:focus::before,
.product-quickview #quick-cart:active::before {
  background-position: -28px -46px;
}
@media (max-width: 480px) {
	#quickview-content {
		width: 90%;
	}
	.product-quickview #quick-cart {
		margin-top: 5px;
	}
	
	.zoomContainer, .zoomLens, .zoomWindow {
		display: none;
	}
}
/*----------------------------Quickview css end----------------------*/
/*product-page */
/* .zoomContainer {
  overflow: hidden;
} */

.zoomWindow {
	left: 500px;
}

.product-block {
  float: left;
  width: 100%;
}
.product-product .product-image .thumbnail
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  /* border: none;
  border-radius: 8px;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  -khtml-border-radius: 8px; */
  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: 1px solid #ddd;
/*	border-radius: 8px;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -khtml-border-radius: 8px;*/
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	/* padding: 0 35px; */
	margin-top: 7px;
	
}
.additional-images .image-additional {
	display: block;
	margin: 5px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.image-additional > img:hover {
	/* box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); */
}

.imgselected > img:hover {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); 
	border: 1px solid red;

}
.products-list .owl-carousel,
.list-products .owl-carousel {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: static;
	margin-bottom: 0px;
	width: auto;
}

#checkout-cart .tbl-qty {
	width: 200px;
}

#checkout-cart .tbl-unit-price{
	width: 120px;
}

#checkout-cart .tbl-total {
	width: 120px;
}

#checkout-cart .tbl-check {
	width: 36px;
}

#checkout-cart .tbl-check .checkbox-wrapper{
	margin: 0;
}
@media (max-width: 1650px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
#column-left,
#column-right {
	width: 25%;
}
.common-home #content.left-column.col-sm-12 {
  width: 100%;
}
}
@media (max-width: 1299px) {
	.product-images .additional-images-container {
		width: 400px;
	}
	footer .footer-column h5, #ttcmspaymentlogo h5 {
		font-size: 17px;
	}
}
@media (min-width: 1200px) and (max-width: 1250px){
	.header-top-cms {
		width:60%;
	}
	#column-left .product-thumb .thumb-description,
	#column-right .product-thumb .thumb-description {
		padding: 0 10px;
	}
	.footer-right {
	  padding: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.category-list ul li {
		width: 110px;
	}
	.category-products .product-layout.product-grid {
	  width: 50%;
	}
	.category-filter .filter-sort-by {
		max-width: 220px;
	}
}
@media (max-width: 1199px) {
	.header-top-cms {
		width:55%;
	}
	.box-heading > h3, .title_block .ttblock-heading {
		font-size: 18px;
	}
	#cart .cart-heading {
		display: none;
	}
	.category-products .product-layout.product-grid {
	  width: 33.33%;
	}
	.product-images .additional-images-container {
		width: 280px;
	}
	.footer-container .footer-left-cms {
		width: 100%;
		margin: 50px 0 0;
	}
	.footer-right {
		width: 100%;
	}
	footer .footer-column h5, #ttcmspaymentlogo h5 {
		font-size: 16px;
	}
}
@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;
	}
	#column-left .panel-heading::after,
	#column-right .panel-heading::after, 
	#column-left .box-heading::after, 
	#column-right .box-heading::after, 
	#column-left .panel-heading::after, 
	#column-right .panel-heading::after, 
	#ttcmstestimonial .title_block::after {
		border-bottom: 3px solid #9acb53;
		bottom: 0;
		content: "";
		left: 0;
		margin: 0;
		position: absolute;
		right: auto;
		top: auto;
		width: 55%;
	}
}
@media (max-width: 991px) {
	.header-bottom-block {
		background: var(--navBar_background);
		/* padding-bottom: 10px; */
		box-shadow: rgb(149 157 165 / 20%) 0px 10px 24px
	}
	
	.header-top-cms {
	  width: 80%;
	}
	.header-right {
	  float: left;
	  padding: 0;
	  text-align: center;
	  width: 100%;
	}
	 header .full-header {
	 	text-align: center;
		/* padding: 0 0 20px; */
	 }
	.header-bottom-block .container {
	   position: relative;
	   padding: 0;
	}
	/* .right-block {
	  bottom: 0; 
	
	  float: right;
	  position: absolute;
	  right: 10px;
	  margin: 0;
	  width: auto;
	} */
	.header-right-cms {
		float: left;
		width: 100%;
	}
	.header-left {
		float: left;
		text-align: center;
		margin: 20px 0;
		width: 100%;
	}
	#logo {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  width: var(--logo-991);
	 
	}

	#logo > a > img {
		
		margin: 0 auto;

		max-width:80px;
	  }

	#top-links {
	  float: left;
	  width: 100%;
	}
	#top-links > ul {
	  display: inline-block;
	  float: none;
	  margin: 0;
	  vertical-align: top;
	}
	#cart {
		background: none;
		padding: 0;
	}
	#cart button.btn {
		height: 50px;
		padding: 0;
		width: 45px;
	}
	#cart .cart-heading {
		display: none;
	}
	#cart > button.btn::after {
		background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") no-repeat scroll -29px -114px;
	}
	#cart #cart-total {
		background:   var(--cart-total-color);
		color: #fff;
		top: 9px;
		left:16px;
	}
	#cart .dropdown-menu {
		top: 50px;
	}


	.menu-container {
	  padding: 0;
	}
	#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: #000000;
	}
	#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:#000;
	}
	#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;
		text-transform:capitalize;
		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 .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a
	{
		text-transform:capitalize;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#000;
	}
	.products-list, .list-products {
		margin: 0 0 50px;
		
	}


	.products-list, .list-products {
		margin: 0px;
		
	}

	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;
		padding: 0 15px;
		width: 100% !important;
	}
	.footer-right {
	  margin: 20px 0 0;
	  padding: 0;
	  float: left;
	  width: 100%;
	}
	.footer-container {
		padding: 20px 0;
	}
	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: 400 16px/26px Arial,sans-serif;
		display: block;
	}
	footer .footer-column h5.toggle:hover {
		background: rgba(0, 0, 0, 0.04);
		border-radius: 5px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-khtml-border-radius: 5px;
	}
	footer .footer-column h5.toggle:after {
		content: "\f067";
    	display: block;
    	font-family: "FontAwesome";
    	font-size: 14px;
   		font-weight: normal;
    	position: absolute;
    	right: 10px;
		left: auto;
    	top: 10px;
	}
	footer .footer-column.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer .follow-us.active h5.toggle:after {
		content: '\f068';
		font-weight:normal;
	}
	.footer-bottom-link {
	  text-align: center;
	  width: 100%;
	}
	.footer-bottom-cms {
		width: 100%;
	}
	.footer-bottom p {
		padding: 10px 0;
	}
	.product-images .additional-images-container {
		width:80%;
	}
/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
	body .container > .row > #content {
		float: left;
		width: 100%;

	}
	body .container > .row > #column-left,
	body .container > .row > #column-right {
		float: left;
		width: 100%;
		display: block !important;
	}
	#column-left > div, #column-right > div {
		padding: 0;
		margin-bottom: 10px;
		cursor: pointer;
		overflow: hidden;
	}
	#column-left .swiper-viewport, #column-right .swiper-viewport {
		padding: 5px;
	}
	#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: 500 16px/18px Arial,sans-serif;
		color: #000000;
		padding: 15px;
	}
	#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 {
		border-bottom: none;
	}
	#column-left .panel-default.category-treeview,
	#column-right .panel-default.category-treeview {
	  padding: 0;
	}
	#column-left .box-heading > h3,
	#column-right .box-heading > h3 {
		font: 500 16px/18px Arial,sans-serif;
		color: #000000;
	}
	#column-left .panel-default.information-list,
	#column-right .panel-default.information-list {
		padding: 0;
	}
	#column-left .toggle:after,
	#column-right .toggle:after {
		content: "\f067";
		float: right;
		color: #333333;
		font-family: "FontAwesome";
		font-size: 14px;
		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 {
		content:"\f068";
	}
	#column-left .products-list > .row,
	#column-right .products-list > .row,
	#header-left .products-list > .row,
	#header-right .products-list > .row,
	#footer-left .products-list > .row,
	#footer-right .products-list > .row,
	#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;
			border-radius: 5px;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			-khtml-border-radius: 5px;
			float: left;
			margin: 20px 0 0;
			padding: 20px;
			width: 100%;
		}
		.option-filter-box .list-group-items > .list-group-item {
			padding: 0 0 10px;
		}
		.option-filter-box .list-group .list-group-item,
		.option-filter-box .radio,
		.option-filter-box .checkbox {
			width: 100%;
			float: left;
			background: #FFF;
			border: none;
		}
		.option-filter-box a.list-group-item {
			color: #000000;
			padding: 10px 0;
			text-transform: uppercase;
		}
		.option-filter-box .list-group {
			float: left;
			width: 100%;
			margin: 0;
		}
		.option-filter-box .panel-footer {
			float: left;
			width: 100%;
			background: #FFF;
			padding: 0;
		}
		.option-filter-box .btn.btn-primary {
		  padding: 7px 18px;
		}
		.option-filter-box .checkbox > label:hover,
		.option-filter-box .checkbox > label:hover {
			color: #000;
		}

/*-------------------------------- 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%;
    }
}
@media (max-width: 767px) {
	.header-top-cms {
	  width: 100%;
	}
	#top {
		padding: 0;
		text-align: center;
	}
	#top .container {
	  padding: 0;
	}
	#top-links > ul > li {
		padding: 0 10px;
	}
	#top-links > ul > li::after {
		top: 3px;
	}
	.header-top-right {
	  display: inline-block;
	  float: none;
	  padding: 0 0 10px;
	  vertical-align: top;
	}
	.TTProduct-Tab .box-heading {
		text-align: center;
		width: 100%;
	}
	.TTProduct-Tab .box-heading > h3 {
	  border: medium none;
	  float: left;
	  padding: 10px 0;
	  text-align: center;
	  width: 100%;
	  color:#000;
	}
	.product-thumb .image img {
		width: 100%;
	}
	.contact-link ul li {
		padding: 0 0 0 20px;
	}
	#form-currency .btn-group ul.dropdown-menu.currency-toggle, 
	#form-language .btn-group ul.dropdown-menu.language-toggle, 
	#top-links .dropdown .dropdown-menu {
		top: 27px;
	}
	.header-top-left {
		width: 100%;
	}
	.TTProduct-Tab .tab-box-heading {
	    float: left;
		margin: 0 0 60px;
		text-align: center;
		width: 100%;
	}
	.TTProduct-Tab .nav.nav-tabs {
	    display: inline-block;
	    float: none;
	    vertical-align: top;
	}
	.TTProduct-Tab.products-list .owl-carousel, .TTProduct-Tab.list-products .owl-carousel {
	   position: relative;
	   clear: both;
	}
	.TTProduct-Tab .tthometab,
	.tt-titletab {
		border: none;
		margin: 0;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by
	{
		clear: left;
		margin: 3px 0;
		float: left;
	}
	.category-description .category-image {
		float: left;
		text-align: center;
		width: 100%;
	}
	.category-description .block-description {
	    float: left;
	    width: 100%;
	}
	.category-bg {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 50px;
		width: auto;
	}
	.product-tabs {
		width: 100%;
		float: left;
	}
	.category-products .product-grid {
		width: 50%;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		float: left;
	}
	footer .footer-column h5, 
	.payment-icon-inner > h4, 
	#ttcmsfooterservice .title_block, 
	.payment-icon-inner > h4 {
		font-size:16px;
	}
	.header-top-right .dropdown span.hidden-xs, 
	.header-top-right #wishlist-total span {
		display:block !important;
	}
	.header-top-right .dropdown a.dropdown-toggle, 
	.header-top-right #wishlist-total {
		padding: 0;
	}
	.product-thumb .button-group,
	.product-thumb:hover .button-group {
		opacity:1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		bottom: 110px;
	}
	.product-thumb .sale-icon, .product-sale-icon {
		display: block;
	}
	.product-thumb .percent{
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	.category-products .product-layout.product-grid {
	    width: 50%;
	}
	#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;
	}
	#goToTop { 
		right: 20px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
	  margin: 0 auto;
	  width: 76%;
	}
	.product-images .additional-images-container {
	  width: 370px;
	}
}
@media (max-width: 480px) {
	header {
		margin: 0 0 20px;
	}
	#cart .dropdown-menu {
		max-width: 250px;
		overflow: hidden;
	}
	#cart .header-cart-toggle .text-right.price-total {
		font-size: 14px;
	}
	.header-cart-toggle .table .text-center img {
		width: 60px;
	}
	#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;
	}
	.contact-link ul li {
	  padding: 0 0 0 10px;
	}
	.box-heading > h3, .title_block .ttblock-heading {
		border: medium none;
		font-size: 18px;
		/* padding: 0 0 35px; */
		width: 100%;
	}

	.product-layout, .product-layouts {
		padding: 0;
	
	}

	.products-list, .list-products {
		margin: 0;
	}

	.special-countdown .product-thumb {
		padding:  0; 
	}

	.products-list .owl-carousel, .list-products .owl-carousel {
		position: relative;
		clear: both;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
		margin: 0 0 10px;
		width: 100%;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li:last-child {
	  margin: 0;
	}
	.TTProduct-Tab .tab-box-heading {
		display: inline-block;
		float: none;
		margin: 0 0 50px;
		vertical-align: top;
		width: 100%;
	}
	 .TTProduct-Tab .nav-tabs li h3,
	 .nav-tabs > li > a {
		font-size:18px;
	}
	.TTProduct-Tab .tthometab, .tt-titletab {
		background: none;
		color:#000;
		/* margin-bottom: 40px; */
	}
	.banner-panel img {
		display: inline-block;
		text-align: center;
	}
	#column-left .banner-panel, #column-right .banner-panel {
		text-align: center;
	}
	.category-products .product-layout.product-grid {
	    width: 100%;
	}
	.category-list ul li {
		width: 43%;
	}
	.product-list .product-thumb .image {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.product-list .product-thumb {
		padding: 0 0 10px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.product-list .product-thumb .thumb-description {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.product-list.product-layout .button-group {
		float: none;
		text-align: center;
	}
	.product-list .product-thumb .rating, 
	.product-list .product-thumb:hover .rating {
		text-align: center;
	}
	.category-products .product-grid {
		width: 100%;
	}
	.page-title-wrapper .breadcrumb > li {
		float:none;
		display:inline-block;
	}
	.category-filter .filter-text.filter-text {
		width: auto;
	}	
	.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 {
		display: inline-block;
	}
	.table td {
		width: 100%;
	}
	.category-products .product-grid {
		width: 100%;
	}
	.product-images .additional-images-container {
	    width: 240px;
	}
	.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;
	}
	.option-filter-box .btn.btn-primary {
 	   padding: 5px 10px;
	}
	.category-products .product-thumb .image, .product-category .product-thumb .product-list-caption {
		/* float:left; */
		width:100%;
		text-align: center;
		/* margin: 0 0 20px */
	}
	.category-pagination div.text-left,
	.category-pagination div.text-right {
		float:left;
		width:100%;
		text-align:center;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}
	.product-details .btn.btn-default.product-btn-compare {
		margin-top: 0;
	}
	.product-product .product-tabs .nav-tabs li {
		float: none;
		width:100%;
	}
	.product-product .nav-tabs > li > a {
		margin: 0;
	}
	.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-top .footer-top-block.container {
	  padding: 0;
	}
	#goToTop {
		right: 20px;
		left: auto;
	}
}
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search { width: 100%; }
}
#content .html-content {
  float: left;
  width: 100%;
}
/*---------------------------- Start TT - CMS Header block ----------------------------*/
#ttcmsheader {
    float: left;
    padding: 8px 0;
}
#ttcmsheader .ttheader-service {
    color: #333333;	
    font: 400 13px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
#ttcmsheader .ttheader-service::before {
    background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") repeat scroll -38px -486px;
    content: "";
    float: left;
    height: 24px;
    width: 35px;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
#ttcmsheader .ttheader-service:hover::before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
@media (max-width: 767px) {
    #ttcmsheader {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    #ttcmsheader .ttheader-service {
        display: inline-block;
        float: none;
        vertical-align: top;
        padding: 5px 0;
    }
}
@media (max-width: 543px) {
    #ttcmsheader .ttheader-service {
        padding: 0;
    }
    #ttcmsheader .ttheader-service::before {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
/*---------------------------- End TT - CMS Header block ----------------------------*/
/* ------------------------------------ search CSS Start -----------------------------------*/
#ttspecialoffer {
  float: left;
  width: 100%;
}
#ttspecialoffer .offer {
  color: #ffffff;
  font: 500 17px/40px Arial,Helvetica,sans-serif;
  position: relative;
}
#ttspecialoffer .offer > a {
  color: #ffffff;
}
#ttspecialoffer .offer::after {
	background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") repeat scroll -35px -425px;
	content: "";
	float: left;
	height: 40px;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	width: 40px;
}
#ttspecialoffer .offer:hover::after {
	transform: rotateY(360deg);
}
@media (max-width: 991px) {
	#ttspecialoffer {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  width: auto;
	}
}
/* ------------------------------------ search CSS Start -----------------------------------*/
/*------------ Start TT - CMS Services css---------------*/
/* #ttcmsservices {
    float: left;
    position: relative;
    width: 100%;
}
#ttcmsservices .box-heading {
  display: none;
}
#ttcmsservices .ttcmsservice {
	background: #fff;
	overflow: hidden;
    float: left;
    text-align: left;
    width: 100%;
    padding:20px 0;
}
#ttcmsservices .ttcmsservice > div {
    display: inline-block;
    padding:5px 0 0 20px;
    vertical-align: top;
    cursor: pointer;
	float:left;
	width:100%;
}
#ttcmsservices .ttcmsservice > div:last-child {
    border: none;
}
#ttcmsservices .ttcmsservice > div .service-icon {
    color: white;
    display: inline-block;
    float: none;
    font-size: 30px;
    height: 62px;
    line-height: 60px;
    margin: 0;
    position: relative;
    text-align: left;
    width: 50px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice > div .service-content {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice > div .service-content .service-title {
	color: #222;
	font: 500 16px/22px Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
}
#ttcmsservices .ttcmsservice > div .service-content .service-desc {
    color: #777777;
    font: 400 13px/20px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}
#ttcmsservices .ttcmsservice > div:hover .service-title {
    color:   #f69335;
}
#ttcmsservices .ttcmsservice .ttshipping .service-icon.ttshipping_img {
    background: transparent url("../assets/images/services-sprite.png") repeat scroll -33px -10px;
}
#ttcmsservices .ttcmsservice .ttshipping:hover .service-icon.ttshipping_img {
    background-position: 82px -10px;
}
#ttcmsservices .ttcmsservice .ttsupport .service-icon.ttsupport_img {
    background: transparent url("../assets/images/services-sprite.png") repeat scroll -33px -103px;
}
#ttcmsservices .ttcmsservice .ttsupport:hover .service-icon.ttsupport_img {
    background-position: 82px -103px;
}
#ttcmsservices .ttcmsservice .ttsaving .service-icon.ttsaving_img {
    background: transparent url("../assets/images/services-sprite.png") repeat scroll -33px -199px;
}
#ttcmsservices .ttcmsservice .ttsaving:hover .service-icon.ttsaving_img {
    background-position: 82px -199px;
}
#ttcmsservices .ttcmsservice .ttmoney .service-icon.ttmoney_img {
    background: transparent url("../assets/images/services-sprite.png") repeat scroll -33px -289px;
}
#ttcmsservices .ttcmsservice .ttmoney:hover .service-icon.ttmoney_img {
    background-position: 82px -289px;
}
@media (max-width: 1299px) {
    #ttcmsservices .ttcmsservice {
        padding: 15px;
    }
    #ttcmsservices .ttcmsservice > div .service-content {
        margin: 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
    }
    #ttcmsservices .ttcmsservice > div .service-content .service-title {
        font-size: 14px;
        line-height: 22px;
    }
	#ttcmsservices .ttcmsservice {
		text-align:center;
	}
}
@media (max-width: 1200px) {
	#ttcmsservices .ttcmsservice > div{
		padding:5px 0 0;
	}
}
@media (max-width: 991px) {
	#ttcmsservices .box-heading {
	  display: block;
	}
	#ttcmsservices .ttcmsservice > div {
		width:50%;
	}
}
@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice {
        padding: 15px 0;
    }
    #ttcmsservices .ttcmsservice > div .service-content .service-title {
        font-size: 13px;
    }
}
@media (max-width: 543px) {
    #ttcmsservices .ttcmsservice {
        padding: 10px;
    }
	#ttcmsservices .ttcmsservice > div {
        border: none;
        float: left;
        width: 50%;
    }
    #ttcmsservices .ttcmsservice > div .service-content .service-desc {
        font-size: 12px;
        line-height: 14px;
    }
} */
/*------------ End TT - CMS services css---------------*/
/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
    float: left;
    position: relative;
    width: 100%;
}
#ttcmstestimonial .tttestimonial-content {
    float: left;
    width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
    float: left;
    padding: 10px 5px;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -khtml-transition: all 400ms ease-in-out 0s;
    width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul {
    padding: 0;
}
#ttcmstestimonial .tttestimonial .owl-item > li {
  list-style: none;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 10px auto;
    width: 100px;
    height: 100px;
    display: table;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    float: left;
    width: 100%;
    height: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 0 0 10px;
    text-align: center;
    float: left;
    width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 {
    color: #000;
    font: 400 15px/18px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 i {
    font-style: italic;
    font-weight: normal;
    text-transform: capitalize;
    color: #111;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .user-designation {
    font: 400 14px/24px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #888;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc p {
    font: 400 13px/24px Arial, Helvetica, sans-serif;
    color: #666;
    text-transform: capitalize;
	padding: 0 15px;
    margin: 10px 0 0;
}
#ttcmstestimonial .owl-pagination {
	position: static;
}
#ttcmstestimonial .owl-pagination .owl-page {
    background: #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 10px;
    margin: 0 4px;
    vertical-align: middle;
    width: 10px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
#ttcmstestimonial .owl-pagination .owl-page span {
    display: none;
}
#ttcmstestimonial .owl-pagination .owl-page.active {
    background: #9acb53;
    height: 12px;
    width: 12px;
}
@media (max-width: 1400px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 12px 0;
    }
}
@media (max-width: 1199px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 0;
    }
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
		padding: 0;
	}
	#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
        width: 100%;
    }
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ------------------ Start TT - CMS banner block --------------------- */
#ttcmsbanner {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 50px;
}
#ttcmsbanner .ttcmsbanner .ttbanner {

}
#ttcmsbanner .ttbanner-img2.ttbanner{
  display: inline-block;
  vertical-align: top;
}
#ttcmsbanner .ttbanner.ttbanner-img3{

}
#ttcmsbanner .ttcmsbanner .ttbanner a img {
    max-width: 100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
	overflow:hidden;
	padding: 1px;
}
#ttcmsbanner .ttcmsbanner .ttbanner a {
    display: inline-block;
    overflow: hidden;
	vertical-align: top;
    position: relative;
}
#ttcmsbanner .ttcmsbanner .ttbanner a::after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmsbanner .ttcmsbanner .ttbanner a::before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmsbanner .ttcmsbanner .ttbanner:hover a::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
#ttcmsbanner .ttcmsbanner .ttbanner:hover a::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
@media (max-width: 991px) {
	#ttcmsbanner {
		margin: 0 0 30px;
	}
	#ttcmsbanner .ttcmsbanner .ttbanner {
		margin:0;
	}
}
@media (max-width: 543px) {
    #ttcmsbanner {
        margin: 0;
    }
	#ttcmsbanner .ttcmsbanner .ttbanner {
		margin: 0 0 15px;
	}
	#ttcmsbanner .ttbanner-img1.ttbanner,
	#ttcmsbanner .ttbanner-img3.ttbanner{
		width:50%;
		padding:0 10px;
	}
	#ttcmsbanner .row {
	  margin: 0 -10px;
		flex-wrap: wrap;
	}
	#ttcmsbanner .ttbanner-img2.ttbanner{
		padding:0 10px;
		width: 100%;
		order: 1;
		flex-grow: 1;
	}

	#ttcmsbanner .ttbanner-img1.ttbanner{
		order: 2;
	}
	#ttcmsbanner .ttbanner-img3.ttbanner{
		order: 3;
	}
}
/* ------------------ End TT - CMS banner block --------------------- */
/* ------------------ Start TT - CMS Top banner block --------------------- */
#ttcmstopbanner {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px 0 50px;
}
#ttcmstopbanner .ttcmstopbanner .ttbanner {
    float: left;
}
#ttcmstopbanner .ttcmstopbanner .ttbanner a img {
    max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px;
}
#ttcmstopbanner .ttcmstopbanner .ttbanner a {
    display: inline-block;
    overflow: hidden;
	vertical-align: top;
    position: relative;
}


/*

#ttcmstopbanner .ttcmstopbanner .ttbanner a::after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	height:100%;
	display:none !important;
}
#ttcmstopbanner .ttcmstopbanner .ttbanner a::before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
height:100%;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmstopbanner .ttcmstopbanner .ttbanner:hover a::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
#ttcmstopbanner .ttcmstopbanner .ttbanner:hover a::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}

*/

@media (max-width: 991px) {
	#ttcmstopbanner{
			/* margin:-25px 0 30px; */
	}
}
@media (max-width: 767px) {
	#ttcmstopbanner{
		margin:20px 0 30px;
	}
}
@media (max-width: 543px) {
	#ttcmstopbanner .ttcmstopbanner .ttbanner {
		float: left;
		width: 100%;
		margin: 0 0 20px;
	}
	#ttcmstopbanner .ttcmstopbanner .ttbanner.ttbanner-img2 {
		margin: 0;
	}
}
/* ------------------ End TT - CMS Top banner block --------------------- */
/* ------------------ Start TT - CMS Bottom Banner block --------------------- */
#ttcmsbottombanner {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
	margin: 0 0 50px;
	
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img {
    float: left;
    width: 100%;
    padding: 1px;
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img a img {
    max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px;
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img a {
    display: block;
    overflow: hidden;
    position: relative;
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img a::after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img a::before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img:hover a::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
#ttcmsbottombanner .ttcmsbottombanner .ttbanner-img:hover a::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
@media (max-width: 991px) {
    #ttcmsbottombanner {
        margin: 0 0 30px;
    }
}
/* ------------------ End TT - CMS Bottom banner block --------------------- */
/*--------------------------- Start TT-cms footer  --------------------------*/
#ttcmsfooter {
    float: left;
	width: 100%;
}
.ttcmstextdiv,
.ttcmsimgdiv {
  float: left;
  width: 100%;
}
.ttfooter-banner {
  float: left;
  width: 100%;
  background:#f3f3f3;
  padding:40px 15px;
  border-radius:8px;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  -khtml-border-radius: 8px;
}
#ttcmsfooter .ttcmsthis span{
    color: #181818;
    float: left;
    font: 400 18px/22px Arial, Helvetica, sans-serif;
    letter-spacing:normal;
    text-align: center;
	width:100%;
	margin:0 0 15px;
}
#ttcmsfooter .ttcmsetra p{
    color: #000;
    float: left;
    font: 500 28px/35px Arial, Helvetica, sans-serif;
    letter-spacing:normal;
    text-align: center;
	text-transform:uppercase;
	width:100%;
	margin:0 0 20px;
}
#ttcmsfooter .ttcmsetra span{
	color: #ed1e3c;
}
#ttcmsfooter .ttcmsapp span{
    color: #181818;
    float: left;
    font: 400 18px/22px Arial, Helvetica, sans-serif;
    letter-spacing:normal;
    text-align: center;
	width:100%;
	margin:0 0 15px;
}
#ttcmsfooter .ttcmsappimg {
  float: left;
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
}
#ttcmsfooter .ttcmsplayimg {
  float: left;
  width: 100%;
  text-align: center;
}
.ttfooter-banner img{
	max-width:100%;
	cursor:pointer;
	border-radius:8px; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	-khtml-border-radius:8px;
}
#ttcmsfooter .ttfooter-logo {
    margin: 0 0 20px;
}
#ttcmsfooter .ttfooter-logo img {
    max-width: 100%;
}
#ttcmsfooter .ttfooter-desc {
    color: #777777;
    float: left;
    font: 400 14px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: left;
}
@media (max-width: 1200px) {
	#ttcmsfooter .ttcmsetra p{
		font-size:25px;
		line-height:28px;
		margin:0 0 10px;
	}
	#ttcmsfooter .ttcmsthis span{
		font-size:15px;
		line-height:20px;
		margin:0 0 10px;
	}
	#ttcmsfooter .ttcmsapp span{
		font-size:15px;
		line-height:20px;
		margin:0 0 10px;
	}
}
@media (max-width: 1199px) {
    #ttcmsfooter .ttfooter-desc {
        margin: 0 auto 20px;
        text-align: center;
        float: none;
        width: 50%;
    }
    #ttcmsfooter .ttfooter-logo {
        margin: 15px 0 10px;
    }
	.ttcmstextdiv, .ttcmsimgdiv{
		width:50%;
	}
	#ttcmsfooter .ttcmsappimg{
		width:auto;
		margin:0 15px 0 0;
	}
	#ttcmsfooter .ttcmsimgdiv {
	  margin: 25px 0 0;
	}
	#ttcmsfooter .ttcmsplayimg{
		width:auto;
	}
}
@media (max-width: 543px) {
    #ttcmsfooter .ttfooter-desc {
        margin: 10px auto;
        width: auto;
    }
	#ttcmsfooter .ttcmsappimg {
	  margin: 0 0 10px;
	  width: 100%;
	}
	.ttcmstextdiv, .ttcmsimgdiv {
	  width: 100%;
	}
	#ttcmsfooter .ttcmsplayimg {
	  width: 100%;
	}
	#ttcmsfooter .ttcmsimgdiv {
	  margin: 0;
	}
}
/*--------------------------- End TT-cms footer  --------------------------*/

/*------------------------------------- Footer Bottom Social Links Strat ------------------------------------*/
	.follow-us h5 {
		display: none;
		cursor: pointer;
	}
	.follow-us ul {
		display: inline-block;
		margin: 0;
	}
	.follow-us {
		padding: 35px 15px;
		float: right;
		text-align: right;
	}
	.follow-us ul.list-unstyled li {
		background: #ffffff;
		border-radius: 50%;
		-moz-border-radius: 50%; 
		-webkit-border-radius: 50%; 
		-khtml-border-radius: 50%;
		display: inline-block;
		float: left;
		margin: 0 5px;
		width: 35px;
		height: 35px;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	.follow-us ul li a {
		color: #777777;
		padding: 9px 11px;
		float: left;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 100%;
		direction: ltr;
	}
	.follow-us ul li a i {
		font-size: 17px;
		font-weight: normal;
		vertical-align: top;
	}
	.follow-us ul li.facebook > a:hover,
	.follow-us ul li.facebook > a:focus {
		color: #145ab1;
	}
	.follow-us ul li.twitter > a:hover,
	.follow-us ul li.twitter > a:focus {
		color: #44d3d8;
	}
	.follow-us ul li.rss > a:hover,
	.follow-us ul li.rss > a:focus {
		color: #ff6600;
	}
	.follow-us ul li.google-plus > a:hover,
	.follow-us ul li.google-plus > a:focus {
		color: #ff0000;
	}
	.follow-us ul li.pinterest > a:hover,
	.follow-us ul li.pinterest > a:focus {
		color: #ff3635;
	}
	.follow-us ul li.instagram > a:hover,
	.follow-us ul li.instagram > a:focus {
		color: #f33857;
	}
	@media (max-width: 1199px) {
		.follow-us {
			padding: 35px 10px;
		}
	}
	@media (max-width: 991px) {
		.follow-us {
			float: left;
			padding: 0 0 20px;
			text-align: center;
			width: 100%;
		}
	}
/*------------------------------------- Footer Bottom Social Links End ----------------------------------------*/
/*------------ Start TT-top-link-block--------------*/

#tttop-link-block {
  float: left;
  padding:35px 0;
  position: relative;
  width: 100%;
}
#tttop-link-block .container {
    padding: 0;
}
#tttop-link-block .block_content {
    margin: 0;
    padding: 0;
}
#tttop-link-block ul li {
    float: left;
	list-style: none;
    position: relative;
    z-index: 1;
	margin:0;
	padding:0 10px;
}
#tttop-link-block ul li::after {
  top: 5px;
  bottom: auto;
  right: 0;
  left: auto;
  position: absolute;
  content: "";
  border-right: 1px solid #9b9b9b;
  height:15px;
  width: 1px;
}
#tttop-link-block ul li:last-child::after{
	display:none;
}
#tttop-link-block .more_menu ul li {
    width: 100%;
	padding: 5px 20px;
	margin: 0;
}
#tttop-link-block .title_block {
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding: 13px 20px 13px 0;
    position: relative;
    display: none;
}
#tttop-link-block ul li a {
  color: #888888;
  cursor: pointer;
  font: 400 14px/24px Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
}
#tttop-link-block ul li a::before{
	display:none;
}
#tttop-link-block ul li:hover a {
    color: #000000;
}
#tttop-link-block li.more_menu ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-align: left;
	width: 100%;
}
#tttop-link-block li.more_menu ul li a:hover {
    color: #000;
}
#tttoplink .top-link {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: none;
    left: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 52px;
    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;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#tttop-link-block ul li.more_menu {
    position: relative;
}
#tttoplink {
    padding: 0;
}
@media (min-width: 992px) {
	#tttoplink .top-link::after {
		color: #fff;
		content: "\E5C7";
		font-family: "Material Icons";
		font-size: 36px;
		right: auto;
		position: absolute;
		top: -12px;
		left: 20px;
	}
	#tttoplink .top-link.shown-link {
		display: block;
		padding: 10px 0;
	}
}
@media (max-width: 1200px) {
	#tttop-link-block{
		padding: 35px 20px 35px 0;
	}
}
@media (max-width: 1199px) {
	#tttop-link-block ul li a{
		font-size:12px;
	}
}
@media (max-width: 991px) {
    #tttop-link-block ul li {
        background: none;
    }
    #top-menu li .more-menu .categories {
        text-align: left;
    }
    #tttop-link-block {
        display: none;
    }
    #tttop-link-block ul li a {
        width: 100%;
        color: gray;
        font: normal 13px/18px Arial, Helvetica, sans-serif;
        text-transform: capitalize;
        padding: 5px 10px;
        border: none;
        margin: 0;
    }
    #tttoplink {
        padding: 0 20px;
    }
    #tttoplink .more_menu .level-top {
        display: none;
    }
    #tttoplink .top-link {
        border: medium none;
        display: block;
        position: static;
    }
    .tttoplink > a {
        text-align: left;
        line-height: 18px;
        padding: 5px 0;
        float: left;
        width: 100%;
        color: #414141;
    }
    .tttoplink > a:hover {
        color: #000;
    }
}
#tttop-link-block ul li:last-child a:before {
    display: none;
}
/*------------ End TT-top-link-block--------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
		footer .contact-us,footer .contact-us ul {
			float: left;
			width: 100%;
			margin: 0;
		}
		footer .contact-us ul li {
			padding: 0 0 5px;
		}
		footer .contact-us ul li:last-child {
		    padding: 0;
		}
		footer .contact-us ul li a::before {
		  	display: none;
		}
		.contact-us .data {
		  	color: #878787;
			font: 400 14px/22px Arial,sans-serif;
			position: relative;
		}
		footer .contact-us i:before {
			color: #878787;
			font-size: 16px;
		}
		footer .contact-us ul li i {
			float: left;
			height: 25px;
			margin: 0 10px 0 0;
			padding: 5px 0;
			text-align: center;
			width: 15px;
		}
/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/* ---------------- Start TT - CMS Footer-Payment-logo Css ------------- */
#ttcmspaymentlogo {
  float: right;
  margin: 13px 0;
  text-align: right;
  width: auto;
}
#ttcmspaymentlogo #ttpayment{
	display:block;
}
#ttcmspaymentlogo .payment_logo_block .payment-title {
	color: #000000;
	float: left;
	font: 400 14px/18px Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 20px 0 10px;
	text-align: center;
	vertical-align: middle;
	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 {
    float: left;
    padding: 0 5px;
	list-style: none;
    width: auto;
}
#ttcmspaymentlogo .payment_logo_block ul li a::before {
	display: none;
}
#ttcmspaymentlogo .payment_logo_block img {
    max-width: 100%;
}
@media (max-width: 991px) {
	#ttpayment {
		padding: 0 10px;
	}
	#ttcmspaymentlogo .payment_logo_block .payment-title {
		display: none;
	}
	#ttcmspaymentlogo {
	  border: medium none;
	  display: inline-block;
	  float: none;
	  text-align: center;
	  vertical-align: top;
	  width: 100%;
	  margin: 0 0 15px;
	}
}
@media (max-width: 543px) {
	#ttcmspaymentlogo{
		padding:0;
	}
	#ttcmspaymentlogo .payment_logo_block ul li{
		padding:0 3px;
	}
}
/* -------------------- End TT - CMS Footer-Payment-logo Css ------------------- */
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
margin-top: 0px;
cursor: pointer;
}
.checkbox-wrapper {
background: url("../assets/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("../assets/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-bottom-block.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%;
	  top: 0;
	  z-index: 800000;
}
	/* @-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;
	  }
	} */

.header-bottom-block.fixed #tttoplink_block {
	padding: 0 15px;
}
.header-bottom-block.fixed .left-menu {
  margin: 8px 0;
  /* padding: 0; */
  width: 296px;
}
.header-bottom-block.fixed .main-category-list.left-main-menu .TT-panel-heading	 {
	margin: 0;
}
.header-bottom-block.fixed .main-category-list .menu-category .dropmenu {
	display: none;
	position: absolute;
	top: 59px;
}	
#at15s .at-label {
	margin: 0 5px;
}

.footer-container > .container:first-child h3 {
	color: #fff;
	margin: 0;
	display:flex;
	align-items: center;
}

.footer-container > .container:first-child h3::before {
	background: rgba(0, 0, 0, 0) url(images/sprite.png) repeat scroll -24px -543px;
    content: "";
    float: left;
    height: 50px;
    width: 65px;
}

.footer-container > .container:first-child .subscribe-form {
	display: flex;
}

.footer-container > .container:first-child .form-control {
	margin: 0;
	width: 100%;
	height: 44px;
}

.footer-container > .container:first-child .form-group {
	flex-grow: 1;
}

.footer-container > .container:first-child .form-group > input {
	border-radius: 5px 0 0 5px;
}

.footer-container > .container:first-child button {
	border-radius: 0 5px 5px 0;
}


footer .download {
	display: flex;
	flex-direction: column;
}

footer .download a{
	margin-bottom:10px;
}

@media (max-width: 991px) {
	.footer-container > .container:first-child .subscribe-form {
		flex-direction: column;
	}

	.footer-container > .container:first-child .form-group {
		margin: 10px 0;
	}

	.footer-container > .container:first-child .form-group > input {
		border-radius: 5px;
	}
	
	.footer-container > .container:first-child button {
		border-radius: 5px;
	}
}

@media (max-width: 767px) {

}

.text-concat {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    /* line-height: 1.5em; */
line-height: 1.2em;
    text-align: center;
    height: 46px;
	/* font-size:12px; */
font-size:15px;


margin: 15px 0 0;

}


.shipping_method_button_list {
	padding: 10px;
	display: flex;
	flex-wrap: wrap; 
	text-align:center;
	/*height:100%;*/
}

.shipping_method_button {
	border-radius: 25px;
	height:40px;
	text-align:center;
	width:33%;
	background:#F0F1F3;
	color:#777777;
	max-width:150px;
	margin-right: 5px;
	margin-bottom:5px;
	cursor: pointer;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.shipping_method_button.selected{
	background: var(--Main-color);
	color:#ffffff;
	height:39px;
}

@media (max-width: 767px) {
	.shipping_method_button {
		width:45%;
	}
}

.product-thumbnail-sale-icon {
	background-color: red;
	color: #fff;
	position: absolute; 
	top: 1px; 
	right: 1px;
	width: 38px;
	height:38px;
	text-align: center;
	font-size: 13px;
	line-height:14px;
	padding: 5px;
	font-weight:500;
}

/*------------ Start TT - CMS Services css template 2---------------*/
#ttcmsservices {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 50px;
}
#ttcmsservices .ttcmsservice {
	background: #fff;
    text-align: center;
    padding: 20px 0;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
}
#ttcmsservices .ttcmsservice .owl-item {
  border-right: 1px solid #e5e5e5;
}
#ttcmsservices .ttcmsservice .owl-item > div {
	float: none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
	width: auto;
}
#ttcmsservices .ttcmsservice .owl-item:last-child {
    border: none;
}
#ttcmsservices .ttcmsservice > div .service-icon {
    color: white;
    display: inline-block;
    float: none;
    font-size: 30px;
    height: 62px;
    line-height: 60px;
    margin: 0;
    position: relative;
    text-align: left;
    width: 50px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice > div .service-content {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice > div .service-content .service-title {
	color: #222;
	font: 500 16px/22px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
}
#ttcmsservices .ttcmsservice > div .service-content .service-desc {
    color: #777777;
    font: 400 13px/20px "Poppins", Helvetica, sans-serif;
    text-transform: capitalize;
}
#ttcmsservices .ttcmsservice .owl-item > div:hover .service-title {
    color: #e40046;
}
#ttcmsservices .ttcmsservice .ttshipping .service-icon.ttshipping_img {
    background: transparent url("images/services-sprite.png") repeat scroll -33px -10px;
}
#ttcmsservices .ttcmsservice .ttshipping:hover .service-icon.ttshipping_img {
    background-position: 82px -10px;
}
#ttcmsservices .ttcmsservice .ttsupport .service-icon.ttsupport_img {
    background: transparent url("images/services-sprite.png") repeat scroll -33px -103px;
}
#ttcmsservices .ttcmsservice .ttsupport:hover .service-icon.ttsupport_img {
    background-position: 82px -103px;
}
#ttcmsservices .ttcmsservice .ttsaving .service-icon.ttsaving_img {
    background: transparent url("images/services-sprite.png") repeat scroll -33px -199px;
}
#ttcmsservices .ttcmsservice .ttsaving:hover .service-icon.ttsaving_img {
    background-position: 82px -199px;
}
#ttcmsservices .ttcmsservice .ttmoney .service-icon.ttmoney_img {
    background: transparent url("images/services-sprite.png") repeat scroll -33px -289px;
}
#ttcmsservices .ttcmsservice .ttmoney:hover .service-icon.ttmoney_img {
    background-position: 82px -289px;
}
@media (max-width: 1299px) {
    #ttcmsservices .ttcmsservice {
        padding: 15px;
    }
    #ttcmsservices .ttcmsservice > div .service-content .service-title {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 991px) {
    #ttcmsservices {
        margin: 0 0 30px;
    }
}
@media (max-width: 543px) {
    #ttcmsservices .ttcmsservice > div .service-content .service-desc {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 480px) {
	#ttcmsservices .ttcmsservice .owl-item {
		border: none;
	}
}
/*------------ End TT - CMS services css---------------*/

/*---use for promotion-----*/
.pwp
{
	border-bottom:1px solid #e5e5e5;
}

.pwp_title
{
    /* bottom: 0; */
	/* width: 100px;
	height:50px; */
    text-align: center;
	color:#fff;
	background-color:var(--Main-color-1);
    border: none;
    padding: 5px 12px 3px 12px;
    text-decoration: none;
}

.pwp_text
{
	padding: 5px 12px 3px 12px;
}

.pwp-description {
	margin:0;
}

.pwp_image
{
     border: 1px solid #fff; 
	 margin: 15px 0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
	border-radius: 15px;
	color: #fff;
    background-color: var(--btn-primary-color);
    border-color: var(--btn-primary-color);
}

.pwp_checkout_amount
{
	background-color: #f5f5f5;
	padding: 10px 15px 8px 15px;
}

.pwp_space
{
	padding: 10px 2px 8px 15px;
}

.pwp_checkout_cart
{
	background-color: var(--btn-primary-color);
	color:#fff;
	padding: 10px 15px 8px 15px;
}

.buttont_add
{
	margin-bottom:10px;
	height:30px;
}

.buttont_add_button
{
	width: 100%;
	background-color:#231f20;
	color:#fff;
	border:1px solid #231f20;
	border-radius: 15px;
}

.buttont_add_button:hover
{
	width: 100%;
	background-color:#9a8777;
	color:#fff !important;
	border:1px solid #9a8777;;
	border-radius: 15px;
}



@media (max-width:1300px)
{
#column-left .left-main-menu
{
width: 100%;
}

.main-category-list .cat-menu
{
width:100% !important;
}
}


@media(min-width:1200px)
{

#tttoplink_block ul.block_content li a
{
padding:19px 15px !important;
}
}


#tttoplink_block ul.block_content li:first-child a{
	padding-left:0 !important;
  }

/* Body Container */

.bodyContainer{
	max-width: 80% !important;
	width: 100% !important; 
	width: calc(100% - 1rem) !important; 
	margin: 0px auto !important;
   
	/*background: #f5f5f5 !important;*/
}




@media(min-width:1630px)
{
	
	.bodyContainer{
		/* max-width: 1630px !important; */
max-width: 80% !important;
		
	}
}



@media(max-width:1310px)
{
	
	.bodyContainer{
		max-width: 90% !important;
		
	}

	
}


@media(max-width:500px)
{
	
	.bodyContainer{
		max-width: 100% !important;
		width: 100% !important; 
		width: calc(100% - 1rem) !important; 
		margin: 0px auto !important;
	
		/*background: #f5f5f5 !important;*/
	}


	

}



  .text-concat a
  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }




#account-register p > a
{
	
	text-decoration: underline;
}


#account-register a
{
	color: #3e5c3a;

}



.main-category-list .menu-category > .dropmenu::after
{
	display: none;
}















column-left
{
	display:none !important;

}

#content
{
	width:100% !important;
	/* margin-bottom: 35px !important; */
	margin-bottom: 100px !important;
}



#shipping_address_id
{
	white-space:break-spaces;
	max-height: 100px;
	height:100%;
}




.myAccountName
{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}




.product-thumb .price-old
		{
			height: 17px;
		}

		@media(max-width:600px)
		{
			.product-thumb .price-old
			{
				display: block;
			}
		}




















		.header-bottom-block.fixed .left-menu
		{
			display: none !important;
		}





		.dropdown a
		{
			padding: 19px 30px !important;
		}
		

		@media(max-width:989px)
		{
			.wallet
			{
				display: none !important;
			}

			
			  .walletCombineSearch
			  {
				  width: 100%;
				  align-items: center !important;
				  padding:   25px 15px !important;
			  }
	  
			

			  .search-box i
			  {
				right: 10px;
			  }


			  .input-search, header .full-header .container.tl-header .search
			  {
				max-width: 100% !important;
				
			  }
			

			  header .full-header .container.tl-header
			  {
				margin: 0 !important;
				border-bottom: 0 !important;
			  }


			  .input-search
			  {
				padding: 10px !important;
				width: 95% !important;
			  }
			  


			  

			  
		}


		@media(max-width:767px)
		{

			header .full-header
			{
				/* margin-bottom: 35px !important; */
			}


			.input-search
			  {
				padding: 10px !important;
				width: 90% !important;
			  }
			  

		}




		














/* new */
.walletCombineSearch
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;

	padding: 25px 0;
}




.headerContainer{
	max-width: 80% !important;
	width: 100% !important; 
	width: calc(100% - 1rem) !important; 
	margin: 0px auto !important;
   
	/*background: #f5f5f5 !important;*/
}



@media(max-width:1310px)
{
	
	.headerContainer{
		max-width: 90% !important;
		
	}
}


@media(min-width:1630px)
{
	
	.headerContainer{
		/* max-width: 1630px !important; */
		max-width: 90% !important;
		
	}
}



@media(max-width:989px)
{
	
	.headerContainer{
		/* max-width: 1630px !important; */
		max-width: 100% !important;
		width:100% !important;
	}
}


@media(max-width:500px)
{
	
	.headerContainer{
		max-width: 100% !important;
		width: 100% !important; 
		width: calc(100% - 1rem) !important; 
		margin: 0px auto !important;
	
		/*background: #f5f5f5 !important;*/
	}
}




.headerContainer.fixed{
	max-width: 100% !important;
	
}




@media (min-width: 1200px)
{
	.container
	{
		width: 100% !important;
	}
}



 /* for product sale tag */
 .ribbon2 {
    width: 50px;
    padding: 10px 0 5px 0;
    position: absolute;
    top: -6px;
    right: 0px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #FFD71C;
     }



     .ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
     }
     .ribbon2:before, .ribbon2:after {
     content: "";
     position: absolute;
     }
     .ribbon2:after {
     height: 0;
     width: 0;
     bottom: -14px;
     left: 1px;
     border-left: 25px solid #FFD71C;
     border-right: 25px solid #FFD71C;
     border-bottom: 15px solid transparent;
     }



	 .ribbon2 > span
	 {
		color: red !important;
	 }



	 .favouritesIcn
	 {
	   background: white;
	   border-radius: 50px;
	   width: 37px;
	   height: 38px;
	   position: absolute;
	   bottom: 10px;
	   right: 10px;
	   padding: 10px 0;
	 }
   
   
	 .favouritesIcn i
	 {
		   font-size: 20px;
		   color: black;
		   cursor: pointer;

	 }


	 .headerContainer, #tttoplink_block
	 {
		/* z-index: 10000 !important; */
	 }

	 


	 .alert.alert-success.animated.fadeInDown
	 {
		z-index: 900000 !important;

	 }

	 .mfp-bg
	 {
		z-index: 900000 !important;
	 }

	 .mfp-wrap
	 {
		z-index: 900001 !important;
	 }


	 #exampleModalSize
	 {
		z-index: 800000;
	 }


	 .fa.fa-shopping-cart
	 {
		cursor: pointer;
	 }






	 
.titleShowMobile
{
	display: none;

}


.titleShowWeb
{
	display: block;
}



@media(max-width:767px)
{


	.titleShowMobile
	{
		display: block;
		padding: 15px 0 !important;
		font-size: 20px !important;

	}


	.titleShowWeb
	{
		display: none;
	}



	.category-pagination > div
	{
		text-align: left !important;
	}


}






@keyframes lovePress {
	0% {
		transform: scale(1.0);
	}
	50%
	{
		transform: scale(0.5);
	}
	100% {
		transform: scale(1.0);
	  
	}
}



.clickLoveButton
{
	animation-name: lovePress;
	animation-duration: 0.5s;
	animation-direction: alternate;
}









/* verify Code page */



#verification-block #otp
{
	background: #D91F1F;
	color: #fff;
	border-radius: 50px;

	width: 25%;
}


#verification-block .verifyTextBox
{
	width: 70%;
}


#verification-block .verifyDivider
{
	width: 5%;
}


#verification-block .getCode
{
	border-radius: 0;
	margin: 35px 0 0 0;
}


#verification-block .verifyNote
{
	
	font-size: 15px;
	font-weight: normal;
	color:#5B5B5B;

}

@media(max-width:500px)
{

	#verification-block .verifyTextBox
	{
		width: 65%;
	}


	#verification-block .verifyDivider
	{
		width: 5%;
	}


	#verification-block #otp
	{
		width: 30% !important;
	}


}


/* end */







/* my Inbox */

.inboxConatiner img
{
	width: 100%;
}

.inboxConatiner .inboxDetail
{

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* height: 100%; */
}


.inboxConatiner .inboxDetail .inboxDate
{
	margin: 0;

	font-size: 10px;
	color: #000;
}

.inboxConatiner .inboxDetail .inboxTitle
{
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


.inboxConatiner .inboxDetail .inboxText
{

	font-size: 10px;
	line-height: 15px;
	font-weight:400;
	color: #000;
}


.inboxConatiner.col-container {
	display: flex;
	width: 100%;
  }
 .inboxConatiner .col {
	flex: 1;
	padding: 16px;
  }



  @media(max-width:676px)
  {
	.inboxConatiner
	{
		display: block !important;
	}
  }


.hoverShine figure {
	position: relative;
	overflow: hidden;
}
.hoverShine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hoverShine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}
@keyframes shine {
	100% {
		left: 100%;
	}
}

/* end */








/* Voucher Block */
.aligned-row {
	/* display: flex;
	flex-flow: row wrap; */

	display: table;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	margin: auto;
	/* justify-content: space-between; */
  }
  /* .aligned-row::before {
	display: block;
  } */
  

  .aligned-row .col {
	display: table-cell;
	margin: 16px;
	width: 45%;
	background: var(--my_voucher_bg);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

	
  }


  .voucherItem
  {
	padding: 15px;
  }

  .voucherBlock
  {
	padding: 20px;



	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height:100%;
	
  }




  .voucherBlock .voucherInfo
  {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 35px;
  }

  .voucherBlock .voucherInfo .voucherNo
  {

	font-size: 15px;
	color: var(--my_voucher_detail_text);

	margin: 0;
	margin-bottom: 3px;

  }

  .voucherBlock .voucherInfo .voucherOff
  {

	font-size: 20px;
	color: var(--my_voucher_detail_text);
	font-weight: bold;

	margin: 0;
	margin-bottom: 3px;

  }

  .voucherBlock .voucherInfo .voucherRequirement
  {

	font-size: 15px;
	color: var(--my_voucher_detail_text);

	margin: 0;
	margin-bottom: 3px;

  }
 

  .voucherBlock .voucherDateInfo
  {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
  }


  .voucherBlock .voucherDateInfo .voucherStartDate
  {

	font-size: 12px;
	color: #000;

	margin: 0;
  }

  .voucherBlock .voucherDateInfo .voucherEndDate
  {

	font-size: 12px;
	color: #000;

	margin: 0;
  }


  .voucherBlock .voucherDateInfo .enddate_tnc
  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
  }


  .voucherBlock .voucherDateInfo .enddate_tnc .tnc
  {
	font-size: 12px;
	color: #0c58b8;

  }


  .expired
  {
	color: #AEAEAE !important;
  }


  .aligned-row .col.expired
  {
		background: #F0F0F0 !important;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
  }

  

  @media(max-width:797px)
  {
	.aligned-row .col
	{
		width: 100%;
		margin: 15px 0;
		
	}


	.aligned-row
	{
		margin: auto;
	}

	.voucherNoteText
	{
		margin: 5px !important;
	}
  }
/* end */




/* Campaign Promotion List */


#campaignPromotionList .campaignPromotionListBlock
{
	margin-top: 5px;
	margin-bottom: 50px;
}

#campaignPromotionList .campaignPromotionListBlock .title
{

	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

#campaignPromotionList .campaignPromotionListBlock .imageBlock
{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border-radius: 15px;
}

#campaignPromotionList .campaignPromotionListBlock img
{
	width: 100%;
	border-radius: 15px;
}


.campaignPromotionListBlock
{

	transition: opacity 0.5s ease-in-out;
	
	
}


@media(max-width:500px)
{
	
	#campaignPromotionList .campaignPromotionListBlock .title
	{
		font-size: 15px;
	}
}

/* end */



/* swipe menu */
.js-menu__context {
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 990000;
  }
  
  .js-menu {
	color: #000;
	position: absolute;
	height: 100%;
	width: 560px;
	max-width: 85vw;
	
	margin: 0;
	background: #fff;
	z-index: 99;
	overflow-y: auto;
  
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	transition: background 0.5s, transform 0.5s;
  }
  
  .js-menu--left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  .js-menu--right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	position: absolute;
	right: 0;
  }
  .js-menu__open {
	cursor: pointer;
  }
  
  .js-menu__close {
	cursor: pointer;
  }
  
  .js-menu__expanded {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
  }
  



  .cartProductList
  {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;

  }


  .cartProductList .swipeDetail
  {
	padding: 15px 25px;
  }
  

  .cartProductList .buttonSectionEdit
  {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
  }



  .cartProductList .swipeProductImage img
  {
	width: 100%;
	transition: transform .2s;
  }

  .cartProductList .swipeProductImage img:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


  .cartProductList .swipeProductImage
  {
	width: 20%;
	position: relative;
  }


  .cartProductList .swipeDetail
  {
	width: 80%;
  }

  .buttonSectionEdit input{
	height:34px;
width: 50px;
text-align: center;

	border:1px solid #ddd;
	
display: inline-block;
vertical-align: middle;
	
  }



  .buttonSectionEdit .number
  {
	display: flex;

  }

  .buttonSectionEdit .minus, .buttonSectionEdit .plus{
	width:30px;
	height: 34px;
	background:#f2f2f2;

	padding:8px 5px 8px 5px;
	border:1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	}






	.cartProductList .swipeDetail .swipeProductTitle
	{
	  font-size: 15px;
	  font-weight: bold;
	  margin: 0;
	}


	.cartProductList .swipeDetail .swipeProductSize
	{
	  font-size: 15px;
	  margin: 0;
	  color: #48484A;
	  margin: 4px 0;
	}


	.cartProductList .swipeDetail .swipePricePoint
	{
	  font-size: 15px;
	  margin: 0;
	  color: #48484A;
	  margin: 4px 0;
	}


	.buttonSectionEdit .swipetrash
	{
		color: var(--swipe_menu_trash_color);
		font-size: 25px;
	}



	.swipecheckoutBtn
	{
		border: 0;
		border-radius: 0;
		background: var(--swipe_menu_checkout_btn);
		color: #fff;
		width: 100%;

		
	}


	.swipecheckoutBtn:hover{
		background: var(--swipe_menu_checkout_hover_btn) !important;
	}


	 
    .menuBody
    {
     
      height:75%;
	  overflow: scroll;

      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
  


	
/*
.out-of-stock-label
{

	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	height: 100% !important;
	color:#333 !important;
	font-weight:700 !important;
	text-transform: uppercase !important;
	position:absolute !important;
	
    			    	
	/* top:40%; */
	left:0 !important;
	right:0 !important;
	padding: 20px 0 !important;
	text-align:center !important;
	opacity: 0.9 !important;
    background: rgba(255,255,255,0.9) !important;
	z-index:1 !important;
	/* text-shadow: 2px 2px 0px rgba(255, 255, 255, 1),
               5px 4px 0px rgba(0, 0, 0, 0.15) !important; */
}
*/


.out-of-stock-label
{

	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	
	color:#333 !important;
	font-weight:700 !important;
	text-transform: uppercase !important;
	position:absolute !important;
	
    			    	
	
top: unset !important;
	left:0 !important;
	right:0 !important;
	padding: 20px 0 !important;
	text-align:center !important;
	opacity: 0.9 !important;
    background: rgba(255,255,255,0.9) !important;
	z-index:3 !important;
	





			   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



	@media(max-width:767px)
	{
		.cartProductList .swipeDetail .swipeProductTitle
		{
		font-size: 13px;
		
		}


		.cartProductList .swipeDetail .swipeProductSize
		{
		font-size: 13px;
		
		}


		.cartProductList .swipeDetail .swipePricePoint
		{
		font-size: 13px;
		
		}



		.buttonSectionEdit input
		{
			height: 28px;
		}

		.buttonSectionEdit .minus, .buttonSectionEdit .plus
		{
			height: 28px;
			padding: 5px;
		}


		.buttonSectionEdit .swipetrash
		{
		
			font-size: 23px;

		}


	
	}



	
	




	/* Remove Cart */
	.cartProductList .swipeDetail .removeCartNotice1
	{
	  font-size: 20px;
	  text-align: center;
	  color: #4A4A4A;
	  font-weight: bold;
	 
	}

	.cartProductList .swipeDetail .removeCartNotice2
	{
	  font-size: 12px;
	  text-align: center;
	  color: #4A4A4A;
	 
	}


	

	.removeCartList
	{
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	



	@media(max-width:767px)
	{

		.cartProductList .swipeDetail .removeCartNotice1
		{
			font-size: 15px;
		}


		.cartProductList .swipeDetail .removeCartNotice2
		{
		font-size: 10px;
		
		
		}

	}


	.removeButtonSec
	{
		display: flex;
		justify-content: center;
		align-items: center;
		
	}


	.swipecheckoutRemoveBtn
	{
		border: 0;
		border-radius: 0;
		width: 50%;


		margin: 0 15px;

		
	}
  


	.removeBtn1
	{
		background: #fff;
		color: #4A4A4A;
		border: 1px solid #4A4A4A;

	}

	.removeBtn1:hover
	{
		border: 1px solid #000;
		background: #000;
		color: #fff;
	}


	.removeBtn2
	{
		border: 1px solid #D91F1F;
		background: #D91F1F;
		color: #fff;

	}
	
   
   






	/* empty list  */

	.removeCartList .emptyList
	{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}

	.removeCartList .emptyList img
	{
		width: 80px;
	}

	.removeCartList .emptyList p
	{
		margin: 25px 0;
		color: #4A4A4A;
	}

  /* end */







  /* cout down*/

  .timerHomeBlock
  {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }

  .countDownSection
  {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
  }
  

  .countDownSection h1 {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 25px;

	text-shadow: 1px 1px #ffffffeb;
	text-transform: uppercase;

  }
  
  .countDownSection li {
	display: inline-block;
	list-style-type: none;
	font-size: 1.5em;
	padding: 1em;
	text-align: center;

	width: 120px;
	background: black;
	color: #fff;
	margin: 10px !important;

	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .countDownSection li span {
	display: block;
	font-size: 40px;
  }
  

  .countDownSection li .dateNote
  {
	font-size: 15px !important;
  }

  #countdown.timerBlock .days, #countdown.timerBlock .hours, #countdown.timerBlock .minutes, #countdown.timerBlock .seconds
  {
	margin: 20px 0 !important;
	font-weight: bold !important;
  }



  .flashSalesStarted
  {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  }


  .countDownRunning
  {
	display: block;
  }


  .countDownRunning ul
  {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
  }

  .countDownFinished
  {
	display: none;
  }


  @media (max-width:767px)
  {
	.countDownSection li {

	  width: 100px;
	  padding: 0.5em;
	  margin: 0 5px !important;
	 
	}


	.countDownSection li span {
	 
	  font-size: 30px;
	}
  

	.countDownSection li .dateNote
	{
	  font-size: 12px !important;
	}

	
  }



  @media (max-width:500px)
  {
	.countDownSection li {

	  width: 85px;
	  height: 85px;
	  padding: 0.5em;
	  margin: 5px !important;
	 
	}


	.countDownSection li span {
	 
	  font-size: 20px;
	}
  

	.countDownSection li .dateNote
	{
	  font-size: 10px !important;
	}


	#countdown.timerBlock .days, #countdown.timerBlock .hours, #countdown.timerBlock .minutes, #countdown.timerBlock .seconds
	{
	  margin: 10px 0 !important;
	  
	}


	
  }




  .countDownSection
  {

	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin: 0 0 50px 0;

  }

 

  @media (max-width:400px)
  {
	.countDownSection li {

	  width: 70px;
	  height: 70px;
	  padding: 0.5em;
	  margin: 5px !important;
	  
	 
	}


	#countdown .days, #countdown .hours, #countdown .minutes, #countdown .seconds
	{
	  margin: 5px 0;
	  
	}


	#countdown.timerBlock .days, #countdown.timerBlock .hours, #countdown.timerBlock .minutes, #countdown.timerBlock .seconds
	{
		margin: 5px !important;
	}


	
  }

  /* end */










  /* filter Swipe */

  .js-menu__context_filter {
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 990000;
  }
  
  .js-menu_filter {
	color: #000;
	position: absolute;
	height: 100%;
	width: 560px;
	max-width: 85vw;
	
	margin: 0;
	background: #fff;
	z-index: 99;
	overflow-y: auto;
  
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	transition: background 0.5s, transform 0.5s;
  }
  
  .js-menu--left_filter {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  .js-menu--right_filter {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	position: absolute;
	right: 0;
  }
  .js-menu__open_filter {
	cursor: pointer;
  }
  
  .js-menu__close_filter {
	cursor: pointer;
  }
  
  .js-menu__expanded_filter {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
  }



  .setBorder
  {
	border-left: 5px solid var(--selected_item_border_left);
  }



  .appliedFilters
  {
	padding-top: 15px;
	padding-left: 22px;
	padding-right: 22px;

  }


  .appliedFilters .appliedTitle{
	font-size: 14px;
	font-weight:bold;


	width: 100%;
  }


  .fliterSeted
  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	min-height: 50px;
	
  }


  .appliedAlert
  {
	padding: 5px !important;
	margin: 0px 15px 15px 0px !important;

	border-color: #f5f6f6;
	background-color: #f5f6f6;

	color: var(--swipe_menu_slected_text);
  }



  .filterSwipe
  {
	padding:0px 0 30px 0; 
	margin-top:34px;
  }

  .MainBlock
  {
	/* padding-top: 15px; */
  }

  .FilterType
  {
	display: flex;
	justify-content:space-between;

	padding-left: 22px;
	padding-right: 22px;

  }


  .filterDiver
  {
	padding-left: 22px;
	padding-right: 22px;
  }

  .FilterTypeTitle
  {
	font-size: 14px;
	font-weight:bold;
	cursor:pointer;
	text-transform: uppercase;

	margin: 0;
	width: 90%;
  }


  .filterContent label
  {
	width: 100%;
	min-height: 40px;
	max-height: 70px;
	
	padding-left: 22px;
	padding-right: 22px;

	display: flex;
	align-items: center;


	
  }


  .filterContent label:hover
  {

	background: #f2f2f2;
  }


  .filterContent label input
  {
	display: inline;
	margin:0 10px 0 0;
	font-size: 15px;


	
    line-height: normal;
    width: 20px;
    height: 20px;

  }


  .filterContent label input[type=checkbox] {
	accent-color: var(--swipe_menu_filter_checked);
  }


  .agreeCheckbox input[type=checkbox] {
	accent-color: var(--register_agreement_checked);
  }


  .filterContent label .larger {
	width: 20px !important;
	height: 20px !important;
  }
  


  .filterContent.byRow
  {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
  }


  .filterContent.byRow label
  {

	width: 30% !important;
  }


  .filterContent.byRow label:hover
  {

	background: transparent !important;
  }


 




  



.filterContent.byRow span.sizeRadioSpan {
background-color:#373740;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
font-weight:700;
color:#FFF;
font-size:.85em;
letter-spacing:2px;
text-decoration:none;
font-family:'PT Sans', sans-serif;
text-align:center;
width:280px;
height:40px;
line-height:40px;
cursor:pointer;
display:block;
margin: 0 auto;
-webkit-transition:background-color 150ms ease-in;
-moz-transition:background-color 150ms ease-in;
-ms-transition:background-color 150ms ease-in;
-o-transition:background-color 150ms ease-in;
transition:background-color 150ms ease-in;
}

.filterContent.byRow span.sizeRadioSpan:hover {
background-color:#818181;
}






.filterBySortBy
{
	display: flex;
	flex-direction: column;

	
	
}


.filterBySortBy .singleSort
{
	display: flex;
	/* height: 50px; */
	padding: 20px 0;
	align-items: center;
}

.filterBySortBy a
{
	padding-left: 22px;
	padding-right: 22px;

	font-size: 15px;
	color: #000;


}



.filterByLimit
{
	display: flex;
	flex-direction: column;

	
	
}


.filterByLimit .singleLimit
{
	display: flex;
	/* height: 50px; */
	padding: 20px 0;
	align-items: center;
}

.filterByLimit a
{
	padding-left: 22px;
	padding-right: 22px;

	font-size: 15px;
	color: #000;


}






.gridcolumn .productSearchName
{
	margin-bottom: 15px;
}


.gridcolumn .productSearchName a
{
	margin-bottom: 15px;
	text-align: center;
}



.gridcolumn .price-new, .listcolumn .price-new
{
	font-size: 20px !important;
	font-weight: bold !important;
}

.gridcolumn .price-old, .listcolumn .price-old
{
	font-size: 15px !important;
	font-weight: normal !important;
	color: #9B9B9B !important;
}



.listcolumn .price-new, .listcolumn .price-old
{
	text-align: left !important;
}



.listcolumn img
{
	width: 100% !important;
}


.listcolumn .product-thumb
{
	display: flex;
	width: 100% !important;
	flex-wrap: wrap;

	/* border-radius: 10px; */
}



.listcolumn .product-thumb .image
{
	width: 20% !important;
	overflow: hidden;
}

.listcolumn .product-thumb .thumb-description
{
	width: 80% !important;
}




.listcolumn .product-thumb
{
	background-color: #fff !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: unset !important;
}


.listcolumn .caption
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}

@media(max-width:676px)
{
	.listcolumn .product-thumb .image
	{
		width: 30% !important;
	}

	.listcolumn .product-thumb .thumb-description
	{
		width: 70% !important;
	}


	.listcolumn .productSearchName a
	{
		font-size: 13px !important;
	}



	.listcolumn .product-thumbnail-sale-icon
	{
		font-size: 12px !important;
		width: 35px;
		height: 35px;
	}


	.listcolumn .product-thumb
	{
		width: unset !important;
	}



	

	
}


.gridcolumn, .listcolumn, .relatedProductLayout, .productListingThum
{

	transition: opacity 0.5s ease-in-out, scale 0.5s ease-in-out;
	
	
}



.showHoverBoxShadow
{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	
}


.showHoverBoxShadowList
{
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;

}


#GridListbtnContainer
{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}


#GridListbtnContainer button
{
	margin: 0 5px 15px 0 !important; 
}




.buttonFilterSection
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}





.countDownBlock
{
	background: #000;
	padding: 15px !important;
	margin: 15px 0 25px 0;
}


.countDownBlock .productCountDownSection p
{
	color: #fff;
}


.countDownBlock .productCountDownSection ul
{
	margin: 0 !important;
}


.countDownBlock .dotDivider
{
	width: 5px !important;
}

.countDownBlock .semiDot
{
	font-size: 18px !important;
	font-weight: bold;
}

@media(min-width:878px)
{
	.countDownBlock .productCountDownSection .endText
	{
		font-size: 20px;
	}


	.countDownBlock .productCountDownSection li
	{
		width: 55px !important;
	}
}

@media(max-width:499px)
{
	.dotDivider
	{
		display: none !important;
	}
}




.productCategoryBannerBlock
{
	margin: 15px 0 25px 0;
	/* width: 100%; */
}


.productCategoryBannerBlock img
{
	width: 100%;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.categoryTimerBlock
{
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.productCategoryListtitle
{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 25px 0;
	color: #000;
}


.categoryTimerBlock .productCountDownSection #countdown ul
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


.textBlock
{
	
	background-image: linear-gradient(to bottom right, var(--heading_title_bg1), var(--heading_title_bg1), var(--heading_title_bg2)) !important;
	padding-top: 60px;
	padding-bottom: 50px;

	margin: 15px 0 25px 0;

	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.textBlock .textBlock_Text
{
	color: var(--page_title_text);
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	margin: auto;

	max-width: 650px;

}


@media(max-width:676px)
{
	.textBlock .textBlock_Text
	{
		
		font-size: 20px;
		line-height: 30px;
		max-width: 350px;
	
	}


	.textBlock
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media(max-width:500px)
{
	.categoryTimerBlock
	{
		margin-left: 10px;
		margin-right: 10px;
	}


	.textBlock
	{
		margin-left: 10px;
		margin-right: 10px;
	}

	.productCategoryListtitle
	{
		margin-left: 10px;
		margin-right: 10px;
	}


	.productCategoryBannerBlock
	{
		margin-left: 10px;
		margin-right: 10px;	
	}


	.categorySliderBlock
	{
		margin-left: 10px;
		margin-right: 10px;	
	}
}



  /* end swipe */





  /* Product Related Block */

.TTProduct-Tab.relatedProductListing .tthometab
{

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}


.box-heading > h3
{
	text-align: left !important;
}


.TTProduct-Tab.relatedProductListing .box-heading
{
	width: 70% !important;

	font-size: 25px !important;
	
}

.TTProduct-Tab.relatedProductListing .viewMoreTag
{
	width: 30% !important;
	text-align: right !important;

	font-size: 15px !important;
}

.viewMoreTag h4
{
	font-size: 12px !important;
}

.relatedProductLayout
{

	overflow: hidden;
	border-radius: 5px;
}


.relatedProductLayout .text-concat a
{
	text-align: center !important;
}

@media(max-width:767px)
{
	.TTProduct-Tab.relatedProductListing .box-heading > h3
	{
	
		font-size: 15px !important;
		
	}

	.TTProduct-Tab.relatedProductListing .viewMoreTag > h4
	{
	
		font-size: 12px !important;
	}
}

  /* end */






  /* Product Detail */

  #product-product #product-name
  {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 0 !important;

	padding: 0;
	margin-bottom: 10px;
  }


  #product-product #price
  {
	font-size: 20px;
	font-weight: bold;
  }



  #product-product .productDetailPriceBlock
  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;

	margin-bottom: 20px !important;
  }


  
  #product-product .productDetailPriceBlock h2
  {
		width: 100%;
		text-align: left !important;
  }


  #product-product .productDetailPriceBlock .price-old
  {
		display: inline !important;
		text-align: left !important;
  }


  #product-product .product-info
  {
	margin-bottom: 20px !important;
  }

  #product-product .product-info td
  {
	font-size: 15px !important;
	border: 0 !important;
  }




  #product-product #product .slectionMenu
  {

	display: flex;
	flex-direction: row;
	/* align-items: center; */

	align-items: flex-start;



  } 


  #product-product #product .slectionMenu label
  {
	/* width: 20%; */
  }

  #product-product #product .slectionMenu .select-wrapper
  {
	width: 80%;
  }



  #product-product #product .slectionMenu .select-wrapper
  {
	width: 80%;
  }


  #product-product .product-quantity
  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 40px;
  }

  #product-product .product-quantity label
  {


	
	width: 20%;
	font-size: 15px !important;
	color: #000;
	text-align: left;
	margin: 0;
	
  }

  .form-group .input-group-btn .minus-btn, .form-group .input-group-btn .plus-btn
  {

	border-radius: 0 !important;
	background: var(--plus_minus_btn);
	color: var(--plus_minus_btn_text);


  }


  

  #product-product #button-cart
  {
	width: 240px;
	border-radius: 0;
  }


  #product-product .addToCart_ShareBtn
  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	clear: both;
	margin-bottom: 45px !important;
  }

  #product-product .addToCart_ShareBtn button
  {
	margin-right: 40px !important;
	margin-bottom: 25px;
  }


  #product-product .addToCart_ShareBtn .shareto
  {
	margin-bottom: 25px;
  }

  #product-product .addToCart_ShareBtn .shareto a span
{
	color: #000;
	font-weight:bold;
	padding: 0 15px;
}


#product-product .specialDesc p
{
	font-size: 12px;
	color: #7E7E7E;
}
  /* End */






  /* product slider */


  .pcountdown_viewmore
  {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
  }


  .pcountdown_viewmore .productCountDownSection #countdown ul
  {
		margin: 0px !important;
  }

.productSliderButtonSection
{
	display: flex;
	justify-content: space-between;
	align-items: center;

}



.productSliderButtonSection h3
{
	font-size: 25px;
	font-weight: bold;
}


.productSliderButtonSection h4
{
	font-size: 15px;
	font-weight: normal;
}



.productCountDownSection
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


.productCountDownSection .endText
{
	margin: 0 15px;
	font-size: 18px;
	font-weight: bold;
	color:#000;
}

.productCountDownSection h1 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 25px;
}

.productCountDownSection li {
  display: inline-block;
  list-style-type: none;
 
  padding: 5px 0;
  text-align: center;

  width: 65px;
  background: black;
  color: #fff;
  
  border-radius: 10px; 

  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.productCountDownSection li span {
  display: block;
  /* font-size: 25px; */
  font-size: 18px;
}


.productCountDownSection li .dateNote
{
  /* font-size: 12px !important; */
  font-size: 10px !important;
  overflow-wrap: break-word;
}

#countdown .days, #countdown .hours, #countdown .minutes, #countdown .seconds
{
  margin: 5px 0 !important;
  font-weight: bold !important;
}


.productCountDownModule .TTProduct-Tab .tthometab
{
	width: 100% !important;
}


/* .productCountDownModule .owl-item
{
	padding: 0 !important;
} */

@media (min-width:878px)
{
	.productCountDownModule .tab-content>.active
	{
		padding: 0 !important;
	}
	
	.products-carousel.owl-carousel .owl-buttons div.owl-prev::before
	{
		left: -90px !important;
	}
	
	.products-carousel.owl-carousel .owl-buttons div.owl-next::before
	{
		left: 50px !important;;
	}

	.productCountDownModule .TTProduct-Tab .tthometab
	{
		padding: 0 10px !important;
	}
	
}

@media (max-width:878px)
{
	.productSliderButtonSection h3
	{
		font-size: 18px !important;
	}


	.productCountDownSection .endText
	{
		font-size: 15px !important;
	}


	.productCountDownSection li span
	{
		font-size: 15px !important;
	}

	.viewMoreTag h4
	{
		font-size: 10px !important;
	}
}


@media (max-width:767px)
{

	.productCountDownSection
	{
		margin: 15px 0;
	}


  .productCountDownSection li {

	
	margin: 0 5px !important;
   
  }


  .productCountDownSection li span {
   
	font-size: 15px;
  }


  .productCountDownSection li .dateNote
  {
	font-size: 10px !important;
  }


  .productSliderButtonSection
  {
	flex-direction: column;
  }


  .countdown_viewmore
  {
	width: 100%;
  }


  .pcountdown_viewmore
  {
	justify-content: center !important;
  }
  
}



@media (max-width:500px)
{

	.productCountDownSection
	{
		margin: 15px 0;
	}
  

	.productSliderButtonSection
	{
	  flex-direction: column;
	}


	.productCountDownSection li {

		
		margin: 5px !important;
	
	}


  .productCountDownSection li span {
   
	font-size: 15px;
  }


  .productCountDownSection li .dateNote
  {
	font-size: 10px !important;
  }


  #countdown .days, #countdown .hours, #countdown .minutes, #countdown .seconds
  {
	margin: 5px 0 !important;
	
  }


  
}


@media (max-width:400px)
{
  .productCountDownSection li {

	
	margin: 5px !important;
   
  }


  #countdown .days, #countdown .hours, #countdown .minutes, #countdown .seconds
  {
	margin: 5px 0 !important;
	
  }


  
}




.productCountDownModule .tab-content .text-concat 
{
	margin-bottom: 30px;
}

.productCountDownModule .tab-content .text-concat a
{
	font-size: 15px !important;
	line-height: 20px;
	text-align: center;
	color: #000;
}


.productCountDownModule .tab-content .text-concat a.ofs
{
	
	color: #B8B8B8 !important;
	cursor: default;
}




.price-old
{
	color: #9B9B9B !important;
	font-size: 15px !important;
	line-height: 25px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 10px;




}


.price-new
{
	color: var(--product-price) !important;
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 25px !important;
	text-align: center !important;
	display: block !important;
}


.price-old.ofs, .price-new.ofs
{
	color: #B8B8B8 !important;
}



.product-thumbnail-sale-icon.ofs
{
	background-color: #B8B8B8;
	opacity: 0.3;
}




@media(max-width:767px)
{
	.products-carousel.owl-carousel .owl-buttons div.owl-prev::before
	{
		top: -50px !important;
	}

	.products-carousel.owl-carousel .owl-buttons div.owl-next::before
	{
		top: -50px !important;
	}

}

  /* end */





  .owl-next::before, .owl-prev::before, .slick-next::before, .slick-prev::before
  {
	font-size: 60px !important;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }


  @media(max-width:878px)
  {
	.owl-next::before, .owl-prev::before, .slick-next::before, .slick-prev::before
	{
	  font-size: 50px !important;
	  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	}
  }



  /* poster detail */


  .poster_detailSection h1
  {
	text-align: center !important;
	font-size: 25px !important;
	font-weight: bold !important;
  }

  .poster_detailSection h2
  {
	text-align: center !important;
	font-size: 18px !important;
	font-weight: bold !important;

	/* display: none; */
  }


  .poster_detailSection p
  {
		font-size: 15px !important;
		text-align: center !important;
		color: #000000;
  }


  .poster_detailSection .button
  {
	text-align: center !important;
  }

  .poster_detailSection .button button
  {
		border-radius: 50px !important;
  }



  .mobileView.poster_detailMobile .paral h1
  {
	font-size: 20px !important;
  }

  .mobileView.poster_detailMobile .paral h2
  {

	font-size: 15px !important;
	display: none;
  }

  .mobileView.poster_detailMobile .paral p
  {
	font-size: 12px !important;
  }


  .mobileView.poster_detailMobile .paral button
  {
	border-radius: 50px !important;
  }
  /* end */
  






  /* grid Image Banner */
  .touchImage {
	transition: 0.5s;
  }
  

  .imgTouchArea:hover .touchImage { transform: scale(1.05); }




  .imgTouchArea
  {
	overflow: hidden;
  }


  .GridToListImage .listTouch
  {
	clear: both;
  }


  .GridToListImage .listTouch img
  {
		width: 100%;
  }


  .GridToListImage .middleListTouch
  {
	padding: 15px 0;
  }

  .threebanner .box-heading
  {
	display: block;
	width: 100%;
  }

  .threebanner .box-heading h3
  {

	font-size: 20px !important;
	font-weight: bold;
	text-align: center !important;
	width: 100%;
  }



  .threebanner .box-heading h4
  {

	font-size: 14px !important;
	font-weight: normal;
	text-align: center;
  }



  



  .Imagegrid-container {
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	/* background-color: #2196F3; */
	/* padding: 10px; */
  }
  
  .Imagegrid-container > div {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	/* padding: 20px 0; */
	font-size: 30px;
  }
  
  .image1 {
	grid-row-start: 1;
	grid-row-end: 3;
  }

  .Imagegrid-container img
  {
	height: 100%;
	width: 100%;
  }



  .webShow
 {
	display: grid !important;
 }

	.mobileShow
	{
		display: none !important;
	}


  @media(max-width:500px)
  {


	.webShow
	{
		display: none !important;
	}

	.mobileShow
	{
		display: block !important;
	}

  }

  /* end */








  /* Brand Block */


.bannerSliderBlock .voucherImg
{
	/* margin: auto; 
	width: 90px !important;
	*/




	/* height: 100px !important; */
	max-width: 200px !important;
	width: 100%;
	margin: auto !important;
}

.bannerSliderBlock .owl-item
{
	padding-bottom: 0 !important;
}


.bannerSliderBlock .owl-wrapper-outer
{
	padding: 0 55px !important;
}

.bannerSliderBlock .owl-demo-banner-slider .owl-controls .owl-buttons
{
	position:  relative !important;
	top: 0px !important; /* -45px !important; */
}


.bannerSliderBlock .viewMoreTag
{
	display: none;
}
  /* end */



/* NEW */


.topmenu > .logmenu
{
	padding:15px 0 !important;

}



.cm-e-menu ul li.topmenu.showlogo
{
  display: none !important;
}



.cm-e-menu ul li.topmenu.showlogo img
{
  height: 60px !important;
  display: inline;
}


.header-bottom-block.fixed .cm-e-menu ul li.topmenu.showlogo
{
  display: inline-table !important;
}




.header-bottom-block.fixed
{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.formBoxContainer
{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 35px 30px;
}


.loginFormTitle
{
  margin:10px 0 25px 0;
  font-weight: bold;
  font-size: 20px;
}



.centerBlock
{
  display: flex;
  justify-content: center;

  flex-wrap:wrap;
  flex-direction: column;
  align-items: center;
}



.loginForgotenLine
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.registerLink
{
  text-decoration: underline;
}


.RegisterLinkSection
{
  margin: 25px 0 0 0;
}

@media(max-width:764px)
{
  .innerCenterBlock
  {
    width: 100%;
  }
}



#forget
{
  font-size: 12px;
  color: #000;

  cursor: pointer !important;

}



.newRegisterTag
{
  color: #000;
  font-size:12px;
  text-decoration: underline !important;
  margin: 15px 0;
}



.newRegisterTag:hover
{
  color: #000;
  text-decoration:underline !important;
  font-size:12px;

}



.forgetBtn
{
	margin: 20px 0;
	display: block;
}


.registerLink
{
  text-decoration: underline !important;
  color: #000;
}


.RegisterLinkSection
{
  margin: 25px 0 0 0;
  font-size: 13px;
  color: #000;
}


.formBoxContainer > h1
{
	font-size: 20px;
}

.formBoxContainer > p
{
	font-size: 13px;
	color: #000;
}






/* header */
.floating
{
   position: fixed;
   bottom: 30%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   /* right: 2%; */
   right: -12px;
   z-index: 100;
   width:50px;
   opacity: 0.5;
   transition: all 0.3s ease;
}


.floating img
{
 width:50px;
 height:50px;
 margin-top:5px;
}


.back-to-top::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #565454;
	border-radius: 5px;
	padding: 8px;
	background-color: rgba(221, 221, 221, 1);
	border: 1px solid rgba(170, 170, 170, 1);
	transition: all 0.3s ease;

  }

  .floating:hover
	{
			opacity:1;
			right: -6px;
	}

  .back-to-top:hover::after{
	
	color: #000;
	background-color: rgba(221, 221, 221, 1);
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;  
}




.smallLamguage > div
{
	border: 0 !important;
}


.smallLamguage button
{
	color: #000 !important;
}



.bigLamguage
{
	display: block;
}


.smallLamguage
{
	display: none !important;
}


.smallLamguage .pull-left form > .btn-group
{
	min-width: 70px !important;
}

.smallLamguage .pull-left form > .btn-group > button
{

	text-align: right !important;

}




/* @media(min-width:975px)
{

	#tttoplink_block
	{
		display: block !important;
	}
} */




@media(min-width:990.5px)
{
	.main-category-list
	{
		display: none;
	}
}




@media(max-width:989px)
{

	.walletCombineSearch
	{
		display: none !important;
	}

	/* .header-left
	{
		margin-bottom: 0 !important;
	} */
}

@media(max-width:991px)
{

	

	.languageText
	{
		display: inline !important;
	}

	.bigLamguage
	{
		display: none;
	}


	.smallLamguage
	{
		display: block;
	}
	
}



.footerWeb > div > div
{
	border-top:2px solid #E8E8E8;
}


.footerLogo
{
	/* max-width: 200px; */
	margin-top: 20px !important;


 max-width: 220px;
width:100%;

}


.footerLogoPart
{
	display:flex;
	align-items:center;
}
.footerLogoMobile
{
max-width:120px;
margin: 0 10px;
}

@media(max-width:500px)
{
	.infoBar > .headerContainer > .barLine > a
	{
		font-size: 10px !important;
	}


	.smallLamguage button
	{
		font-size: 10px !important;
	}
}



#error-not-found
{
	min-height: 550px;
}



#orderdetails .btn-color{
	background: var(--myorder-detail-btn);
	border: 1px solid var(--myorder-detail-btn);
}

#search-field-filter a
{
	background: var(--myorder-filter-btn) !important;
	border: 1px solid var(--myorder-filter-btn) !important; 
}
/* end */



.languageSelection.bigLamguage
{
	/* display: none !important; */
}


.additional-images .owl-next::before, .additional-images .owl-prev::before
{
	font-size: 20px !important;
}



.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next:hover::before, .additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev:hover::before
{
	color: #fff !important;
}



.toggle-password {
	/* float: right; */
	 cursor: pointer;
	 margin-right: 10px;
	 margin-top: -30px;
 
	 position: absolute;
	 right: 20px;
	 }
 
	 
	 .toggle-password2 {
		/*  float: right; */
		 cursor: pointer;
		 margin-right: 10px;
		 margin-top: -30px;

		 position: absolute;
		 right: 20px;
	 }



	#account-login .toggle-password {

	right: 40px !important;
    }



	
