.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
	
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
 	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #ffffff;
	display: inline-block;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #ffffff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-stage-outer{
	overflow:hidden;
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style:none !important;
	margin-bottom: 0;
}
.flexslider .slides img {
	width: 100%;
	display:inline-block;
	vertical-align:middle;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexi {
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.flexi.container-width {
	max-width: 1760px;
	padding: 0;
}
.flexslider {
	position: relative;
	clear: both; 
	margin: 0 auto; 
	overflow: hidden; 
	text-align: center; 
	width: 100%; 
	min-height: 376px; 
	background: #f8f8f8;
	z-index: 2;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
}
.flex-direction-nav {
	margin:0 !important;
	z-index:999;
	display: none;
}
.flexslider:hover .flex-direction-nav{
	display: inline;
}
.flex-direction-nav  li{
	list-style: none;
	margin: 0;
}
.flex-direction-nav li a.flex-prev,
.flex-direction-nav li a.flex-next{ 
	font-size: 0;
	padding: 0;
	position: absolute;
	z-index: 9;
	display: inline-block;
	top: 40%;
	height: auto;
	width: 40px;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}
.flex-direction-nav li a.flex-prev{
	left: 0;
}
.flex-direction-nav li a.flex-next {
	right: 0;
}
.flex-direction-nav li a.flex-prev::before {
	text-align: center;
	padding: 0;
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 110px;
	content: "\f104";
	font-family: fontawesome;
	font-weight: 700;
	font-size: 32px;
	line-height: 110px;
}
.flex-direction-nav li a.flex-next::before {
	text-align: center;
	padding: 0;
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 110px;
	content: "\f105";
	font-family: fontawesome;
	font-weight: 700;
	font-size: 32px;
	line-height: 110px;
}
.flex-direction-nav li a.flex-prev:hover::before,
.flex-direction-nav li a.flex-next:hover::before {
	color: #205cbd;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	margin: 0;
	display: none;
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	font-size: 0;
}
.flex-control-paging li a {    
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
	font-size: 0;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.flex-control-paging li a.flex-active{
	background: #205cbd;
}
.flex-control-paging a.flex-active{
	position: relative;
}
.flex-control-paging a{
	position: relative; margin: 0 1px;
}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#f5f5f5 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}
.flex-control-paging li a.flex-active{
	cursor: default;
}
.flex-control-paging li:hover a{
	background: #205cbd;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	-khtml-opacity: 0.7;
    -o-opacity: 0.7;
    -ms-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.flex-control-thumbs .flex-active {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	filter: Alpha(Opacity=100);
	cursor: default;
}


.header-menu-outer.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	z-index: 999;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.block-search .label::before{
	display: block;
}
.tm_header_outer{
	display: inline-block;
	width: 100%;
	color:#DFE5F3;
	float: left;
}
.tm_header_top.container-width > div, .tm-header-service div{display: inline-block;}
.tm_header_top.container-width{text-align: center;font-size: 12px;}
.tm_headerlinkmenu {
	margin: 10px 50px 0 0;
	float: right;
	position: relative;
}
.header-right .minicart-wrapper{float: left;margin-left:10px;}
.page-header .switcher{
	border: none;
	margin: 8px 15px;
	padding: 0;
	float: none;
}
.tm-header-service a {
	color: #fff;
	margin: 0;
	display: block;
	padding: 0 0 0 40px;
	margin-right: 25px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 20px;
}
.tm-header-service a:hover{color: #ffd200;}
.page-header .switcher strong{padding: 0 4px 0 0;text-transform: capitalize;font-weight: 500;}
.page-header .switcher .options{text-align: right;}
.page-header .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after{
	font-size: 8px;
	vertical-align: text-top;
}
.tm_header_info_cms{float: right;}
.block.block-search {
	z-index: 3;
	float: left;
	width: 60%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 38px;
	padding: 0;
}
.header-center {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin: 2px 0 0;
}
.tm-header-service {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.tm-header-service .header-img1 {
	background: url("../images/header-img1.png") no-repeat scroll 0px 6px transparent;
	cursor: pointer;
	margin: 0;
	padding: 0px 0 0 0;
	position: relative;
}
.tm-header-service .header-img1:hover {
	background-position: 0 -187px;
}
.tm-header-service .header-img2 {
	background: url("../images/header-img1.png") no-repeat scroll 0 -382px transparent;
	cursor: pointer;
	margin: 0;
	padding: 0px 0 0 0;
	position: relative;
}
.tm-header-service .header-img2:hover{
	background-position: 0 -575px;
}
.header-static-text {
	font-size: 12px;
	font-weight: 600;
	display: block;
	line-height: 20px;
}
.header-right .block.block-search .form.minisearch{float: left;width: 100%;position: relative;clear: both;}
.minicart-wrapper .action.showcart{
	position: relative;
}
.minicart-wrapper .action.showcart .cart_text {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    display: inline-block;
}
.minicart-wrapper .action.showcart .cart-image {
	width: 40px;
	height: 40px;
	background: url("../images/sprite.png") no-repeat 0 -200px;
	position: relative;
	float: left;
	margin-right: 15px;
}
.minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {content: none;}
.minicart-wrapper .action.showcart.active:hover:before{color: #ffd200;}
.minicart-wrapper .action.showcart:hover:before{color: #ffd200;}
.cart-counter {
	display: inline-block;
	vertical-align: text-bottom;
}
.panel .minicart-wrapper .cart_text {display: none;}
.minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty {
	position: absolute;
	display: block;
	top: 3px;
	left: 28px;
	margin: 0;
	background: #ffd200;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}
.minicart-wrapper .action.showcart .counter.qty.empty::before {
    content: '0';
}
.minicart-wrapper .action.showcart .counter.qty.empty + .cart-tex-tot .subtotal::before {
    content: '0.00';
}
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number,
.minicart-wrapper .action.showcart .counter.qty.empty + .cart-tex-tot .subtotal span.price {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty{overflow: visible;padding: 0;}
.minicart-wrapper .action.showcart .counter-label{display: none;}
.minicart-wrapper .block-minicart{
	top: 51px;
	background: #ffffff;
	padding: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
	margin: 0;
	right: 0;
	border: 1px solid #ebebeb;
	width: 390px;
	box-sizing: border-box;
}
.minicart-wrapper .block-minicart.empty{display: none;}
.block-minicart .block-content .subtitle.empty span{font-weight: 500;display: inline-block;font-size: 12px;color: #333;}
.minicart-wrapper .block-minicart:before{border-color: transparent transparent #000000 transparent}
.page-header .panel.wrapper .switcher .toggle:hover{color:#ffd200;}
.header-contact:hover{cursor: pointer;}
.minicart-wrapper.active .action.showcart{float:right;}
.tm_headerlinks .panel.header > .header.links {
	padding: 0;
}
.tm_headerlinks {
	display: none;
	position: absolute;
	z-index: 4;
	width: 240px;
	background: #ffffff;
	top: 55px;
	border: 1px solid #ebebeb;
	right: -10px;
	padding: 20px;
}
.tm_header_outer .tm_headerlinks{padding: 10px;}
.my-account-cms {
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight: 400;
}
.tm_headerlinks .switcher .lang, .tm_headerlinks .switcher .cur {
	line-height: 25px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.tm_headerlinks .switcher .options.tm_lang-cur li {display: block;margin: 0 0 5px;float: left;width: 100%;}
.tm_lang_cur_links .switcher-language img {vertical-align: middle;margin: 0 5px 0 0;}
.options.select-options.tm_lang-cur {margin: 0;}
.tm_headerlinks .switcher .options .action.toggle span {
	padding: 0;
	cursor: pointer;
	color: #205cbd;
	margin: 0 0 5px 0;
    text-transform: capitalize;
    line-height: 24px;
    float: left;
    width: 100%;
}
.tm_headerlinks .panel.header {padding: 0;}
.tm_headerlinks .tm_lang_cur_links .switcher-language, .tm_headerlinks .tm_lang_cur_links .switcher-currency {
	float: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding: 20px 0;
}
.tm_headerlinks .tm_lang_cur_links .switcher-language{
	margin-top: 20px;
}
.greet.welcome span {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
}
.my-account-cms span{
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffd200;
	line-height: 17px;
	display: block;
	position: relative;
	padding-right: 6px;
}
.my-account-cms span::after {
	content: "\f0dd";
	color: #ffd200;
	font-family: "FontAwesome";
	float: right;
	height: 13px;
	line-height: 8px;
	font-size: 13px;
	position: absolute;
	top: 1px;
	width: 10px;
	box-sizing: border-box;
	left: 100%;
	font-weight: normal;
}
.tm_headerlinkmenu::after {
	position: absolute;
	content: "";
	background: transparent url("../images/sprite.png") no-repeat -68px 0;
	top: -4px;
	bottom: 0;
	left: -40px;
	right: auto;
	width: 2px;
	height: 45px;
}
.navigation.custommenu .menu-title::before {
	position: absolute;
	content: "";
	background: transparent url("../images/sprite.png") no-repeat -68px 0px;
	top: 6px;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 45px;
}
.customer-welcome .header.links{width: 100%;}
.page-header .switcher .options.active ul.dropdown{
	background:#ffffff;
	top:25px;
	border:1px solid #ebebeb;
	padding: 10px;
	left: 0;
	right: auto;
	min-width: 85px;
}
.header-top .dropdown.switcher-dropdown li a{color:#ffffff;}
.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover{background:none;}
.header-top .dropdown.switcher-dropdown li a:hover{color:#205cbd;}
.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{font-size: 12px;}
.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{color: #205cbd;}
.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a{font-size: 12px;text-align: left;padding: 2px 0;}
.minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after{display: none;}
.header-right {
    float: right;
    width: 17%;
    padding: 0;
    text-align: right;
    margin: 3px 0 0;
}
.tm-header-userzone a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	background-color: #fff;
	padding: 8px 15px;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.7px;
	border-left: 2px dashed #2457aa;
}
.page-header .header.content {
    padding: 23px 0;
    max-width: 100%;
}
.header-left {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:right;
	width: auto;
	margin-right: 50px;
}    
.header-logo .logo{z-index: 3;float: left;}
.customer-welcome .customer-name{padding:0;}
.header-menu {
	width: 100%;
	position: relative;
}
.page-layout-2columns-left .header-nav {
    margin-left: 0;
    width: 100%;
}
.minicart-items-wrapper .product-item-photo{width: 25%;}
.header-contact-inner {float: left;}
.text-contact {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.tm_lang_cur_links span {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.header_customlink {
	float: left;
	position: relative;
	left: auto;
	margin: 0;
}
.header_customlink ul {margin: 0;}
.header_customlink li:first-child{ padding-left: 0;}
.header_customlink li { position:relative;float: left; margin: 0;}
.header_customlink li a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    padding: 22px 15px 18px;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}
.header_customlink li.new a::before {
    content: '';
    position: absolute;
    top: 8px;
    width: 29px;
    height: 16px;
    background: url("../images/sprite.png") no-repeat -39px -91px;
    right: 20px;
}
.header_customlink li.hot a::before {
    content: '';
    position: absolute;
    top: 8px;
    width: 29px;
    height: 16px;
    background: url("../images/sprite.png") no-repeat -1px -91px;
    right: 20px;
}
.header-menu-outer .minicart-wrapper {
    margin: 14px 0 0;
}
.header_customlink li:first-child a{margin-left:10px;}
.header_customlink li a:hover{color:#ffd200;}
.header_customlink li:last-child:before{background: none;}
.welcome-cms {
	color: #333333;
	float: left;
	text-transform: uppercase;
}
.block-search .field.search{
	float: left;
	width: 100%;
}
.block-search .actions{
	position: absolute;
	right: 10px;
	height: 40px;
	cursor: pointer;
}
.block-search .actions .action.search{
	height:100%;
	position: relative;
	right: 0;
}
.block-search .block.block-content{display:block;margin: 0;}
.block-search input{background-color: #ffffff; }
.block-search button.action.search[disabled] {
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.block-search .minisearch input[type="text"]{
	height: 40px;
	padding:0 55px 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:none;
	color: #000;
}
.block-search button.action.search:before{
	content: "";
	background: url("../images/sprite.png") no-repeat 9px -112px;
	width: 40px;
	height: 100%;
	display: inline-block;
}
.block-search button.action.search > span{font-size: 0;}
.cms-home .breadcumb_outer {
    display: none;
}
.breadcumb_inner .page-title-wrapper h1 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.catalog-product-view .breadcumb_inner .page-title-wrapper h1 {display: none;}
.catalog-product-view div.breadcrumbs {padding: 0;float: left;}
.widget .block-title h2{
	margin: 0;
}
.tm-latest-product{
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tm_Category_Slider_CMS {
	float: left;
	width: 100%;
	position: relative;
	margin: 60px 0 0;
}
.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after{
	right: 0;
}
.page-products.catalog-category-view .products.wrapper.list.products-list .product-item{
	position: relative;
}
.products-list .product-item-details .product-details {
    margin-top: 10px;
}
.product-item-info .product-item-image{
	position: relative;
	text-align: center;
}
.product-item-info .product-item-image .product-image-container{
	vertical-align: middle;
}
.new-label{
	right: 10px;
	background: #2457AA;
	display: none;
}
.new-label, .sale-label {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	z-index: 1;
	padding: 4px 0px;
	top: 6px;
	line-height: 15px;
	width: 48px;
	font-weight: 500;
	border-radius: 5px;
}
.sale-label{
	left: 10px;
	background: #ffd200;
	color: #000;
}
.products-grid .product-item-info:hover .new-label{
	display: block;
}
.products-grid .product-item-info:hover .sale-label{
	
}
.product-item-details {
	margin: 10px 0 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.product-item-details .product-price {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 18px;
    min-height: 44px;
}
.grid .product-item .price-box {
	position: relative;
	margin: 10px 0 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-opacity: 1;
	-moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}
.grid .product-item-info:hover .price-box{

}
.products-grid .product-item-info .pro-hover,
.products-crosssell .product-items .pro-hover,
.products-related .product-items .pro-hover,
.upsell .product-items .pro-hover,
.post-view .products-related .product-items .pro-hover{
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 36px;
	width: auto;
	padding: 0;
	visibility: hidden;
}
.products-grid .product-item-info:hover .pro-hover,
.products-crosssell .product-item-info:hover .pro-hover,
.products-related .product-item-info:hover .pro-hover,
.upsell .product-item-info:hover .pro-hover,
.post-view .products-related .product-item-info:hover .pro-hover {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
	visibility: visible;
}
.rating-summary .rating-result {
    vertical-align: text-top;
    width: 90px;
}
.product-item .price-box .price-label{
	font-size: 0;
	display: none;
}
.products.wrapper.list .product-reviews-summary {
	margin: 0 0 6px;
	text-align: center;
	display: none;
}
.product-item-actions{
	display: inline;
}
div.product-reviews-summary {
    position: relative;
    text-align: left;
    margin: 0 0 5px;
    display: block;
}
.product-item-info div.product-reviews-summary {
    position: absolute;
    bottom: -12px;
}
.product-item-link {
    display: block;
    position: relative;
}

.tm-latest-product .owl-stage-outer .owl-stage .owl-item::after,
.tm-category-product-tab .owl-stage-outer .owl-stage .owl-item::after,
.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after,
.block.related .owl-stage-outer .owl-stage .owl-item::after,
.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after,
.page-products .search.results .products-grid .product-item::after,
.brand-view-index .products-grid .product-item::after,
.wishlist-index-index .products-grid li.product-item::after {
	content: '';
	position: absolute;
	width: 1px;
	background: #f0f0f0;
	left: 0;
	top: 25px;
	bottom: 26%;
}

.tm-latest-product .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after,
.tm-category-product-tab .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after,
.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after,
.block.related .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after,
.block.upsell .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after,
.block.crosssell .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after,
.page-products .products.wrapper.grid.products-grid .product-items .product-item:nth-child(4n+1)::after,
.page-products .search.results .products-grid .product-item:nth-child(4n+1)::after,
.brand-view-index .products-grid .product-item:nth-child(4n+1)::after,
.wishlist-index-index .products-grid li.product-item:nth-child(4n+1)::after{
	content: none;
}

.page-products .products.wrapper.grid.products-grid .swatch-attribute-options {
	margin: 9px 0 0;
}
.catalog-product-view .column.main .product-info-main div.product-reviews-summary{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	position: static;
}
.wrapper.grid.products-grid .product-details {
	float: left;
	width: 100%;
}
.wrapper.list.products-list .product-item-details {
	margin: 10px 0 0;
}
.page-products .columns {overflow: hidden; z-index: inherit !important;}
.product-info-main .product-add-form .product-options-wrapper .field .control {
	width: 85%;
	display: inline-block;
	margin: 0 0 0 15px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice,
.product-info-main .product-add-form .product-options-wrapper .fieldset >
.product-info-main .product-add-form .product-options-wrapper .fields >
.product-info-main .product-add-form .product-options-wrapper .field .field.choice {
	margin: 0 10px 0;
	display: inline-block;
}
.products-related .product-item-actions, 
.upsell .product-item-actions,
.products-grid .product-item-actions,
.checkout-cart-index .product-item-actions{
	margin: 0;
	position: static;
}
.products-grid .product-item-info,
.block.related .product-item-info,
.block.upsell .product-item-info,
.block.crosssell .product-item-info{
	margin: 15px;
	width: auto;
	overflow: hidden;
}


*{margin:0px; padding:0px;}
li{list-style:none;}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-wrapper{height:100%;}
}
@media (min-width: 768px) {
	.page-wrapper > .breadcrumbs {
		width: 100%;
	}
}
.ie10 .page-wrapper, .ie11 .page-wrapper{
	height: auto;
}
.cms-home .page-wrapper{background: #ffffff}
.footer-topper-outer.container-width{display: none;}
.cms-home .footer-topper-outer.container-width{display: block;}
.cms-home .column.main #authenticationPopup ~ div{display: none;}
.page-wrapper > .breadcrumbs {
	background: #f2f2f2;
	display: inline-block;
	margin-bottom: 60px;
	padding: 50px 0;
	vertical-align: top;
	width: 100%;
	max-width: none;
}

.left-banner1, .left-banner2{overflow: hidden;}
.left-banner1 img, .left-banner2 img{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.left-banner1:hover img, .left-banner2:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.sidebar .block-wishlist .block-title{
	text-transform: capitalize;
	font-size: 20px;
	position: relative;
	margin-bottom: 0;
}
.sidebar-additional .block .block-title strong {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.product-items .product-details .swatch-option,
.sidebar .swatch-option,
.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option,
#product-options-wrapper .swatch-option{
    height: 14px;
    margin: 0 10px 5px 0;
    max-width: 10px;
    min-width: 14px;
}
.sidebar-additional .block-title 
.page-wrapper .page-main {
	position: relative;
	width:1090px;
}
.block .block-content li {margin: 7px 0;}
.column.main .products-related .product-item,
.column.main .products-crosssell .product-item,
.column.main .products-upsell .product-item{
	padding: 0;
	margin: 0;
}
.column.main .products-crosssell .product-items,
.column.main .products-related .product-items,
.column.main .upsell .product-items{
	margin: 0;
}
.products-related .product-item-info .product-item-image,
.upsell .product-item-info .product-item-image,
.crosssell .product-item-info .product-item-image{
	text-align: center;
}
.block .block-title a {text-decoration: none;cursor: pointer;}
.page-main {position: relative;}
.product.media .fotorama{overflow: visible;}
.fotorama__stage .fotorama__img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.fotorama__stage__frame .fotorama__img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.fotorama__thumb {
	background: transparent !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.fotorama__thumb-border{
	border:1px solid #205cbd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.fotorama__stage:before, .fotorama__nav:before,
.fotorama__stage:after, .fotorama__nav:after,
.fotorama__stage.fotorama__shadows--left:before, 
.fotorama__nav.fotorama__shadows--left:before
{display: none !important;}

.fotorama--fullscreen .fotorama__stage .fotorama__img {border: none !important;}
.media  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {text-align: center;}
.media .fotorama__nav--thumbs .fotorama__nav__frame {margin: 0px 0px;}
.media .fotorama__arr--disabled {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.fotorama__thumb__arr, .fotorama__arr {background: transparent !important;}
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
	color: #cccccc;
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 26px;
	position: absolute;
	top:13px;
	right: 0px;
	left: 0px;
	line-height: 4px;
}

.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before,
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before{ color:#ffffff; }
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon::before {
    color: #cccccc;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 26px;
    padding: 0px;
    position: absolute;
    top: 13px;
    right: 0px;
    left: 0px;
    line-height: 4px;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon {
	background: #ffffff;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #ccc;
	height: 30px;
	width: 30px;
	border-radius: 5px;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon:hover{background: #205cbd;border-color: #205cbd;}
.media .fotorama__fullscreen-icon:focus::after, .media .fotorama__zoom-out:focus::after, .media .fotorama__zoom-in:focus::after, 
.media .fotorama__arr:focus::after, .media .fotorama__stage__shaft:focus::after, 
.media .fotorama__nav__frame--thumb:focus .fotorama__thumb::after, 
.media .fotorama__nav__frame--dot:focus .fotorama__dot::after, .fotorama--fullscreen .fotorama__fullscreen-icon:focus::after, 
.fotorama--fullscreen .fotorama__zoom-out:focus::after, .fotorama--fullscreen .fotorama__zoom-in:focus::after, .fotorama__arr:focus::after, 
.fotorama__stage__shaft:focus::after, .fotorama__nav__frame--thumb:focus .fotorama__thumb::after, 
.fotorama__nav__frame--dot:focus .fotorama__dot::after{ box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow:none; }
.fotorama__active div.fotorama__dot{border-color: #205cbd;background: #205cbd;}


.manufacturer_outer .owl-controls .owl-nav .owl-prev {
	left: 0;
	right: auto;
	border: 0;
	width: auto;
	height: auto;
}
.manufacturer_outer .owl-controls .owl-nav .owl-next{border:0;width: auto;height: auto;}
.manufacturer_outer .owl-controls .owl-nav div{top: 27%;}
.featured-link.container-width {
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	padding: 18px 20px;
}
.featured-link-heading {
	display: inline-block;
	font-size: 12px;
	color: #000000;
	position: relative;
	margin-right: 22px;
}
ul.access-trending {
	display: inline-block;
	margin: 0;
}
.access-trending li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.access-trending li a {
	font-size: 12px;
	color: #989898;
	font-weight: 400;
	margin: 0 5px;
}
.featured-link-heading::after {
	position: absolute;
	content: " : ";
	font-size: 11px;
	left: auto;
	right: -15px;
	top: 0;
	bottom: auto;
}
.access-trending li:last-child:after{display: none;}
@-webkit-keyframes fixedheader{0%{top:-100%;}100%{top:0;}}
@-moz-keyframes fixedheader{0%{top:-100%;}100%{top:0;}}
@keyframes fixedheader{0%{top:-100%;}100%{top:0;}}

.cart.table-wrapper span {
	font-weight: 500;
	color: #000;
}
.minicart-items .product-item-name > a,
.minicart-items .product-item-name > a:visited {
	color: #000;
	font-weight: 500;
}
.tm_Category_Slider_CMS .left-banner-cms {
	float: left;
	position: relative;
	overflow: hidden;
	width: 20%;
	display: inline-block;
}

.banner-content ul li a
	{font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 9px 0 9px 26px;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 4px solid transparent;
	}

.tm_Category_Slider_CMS .banner-content li {margin:0;}

.banner-content ul.cat_tabbernav_product li a.selected,
.banner-content ul.cat_tabbernav_product li a.selected,
.banner-content ul.cat-tabbernav-product li a.selected,
.banner-content ul.cat-tabbernav-product li a.selected,
.banner-content ul.cattabbernavproduct li a.selected,
.banner-content ul.cattabbernavproduct li a.selected{
	color: #ffd200;
	border-top-color: rgba(255,255,255,.3);
	border-bottom-color: rgba(255,255,255,.3);
	border-left-color: #ffd200;
	position: relative;
}

.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after {
    content: "";
    left: auto;
    margin: 0 auto;
    position: absolute;
    left: 99%;
    text-align: center;
    bottom: 0;
    z-index: 9;
    top: 6px;
    width: 14px;
	height: 30px;
}

.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat_tabbernav_product li a.selected::after{background: url("../images/sprite.png") no-repeat 0 -159px;}

.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after{background: url("../images/sprite.png") no-repeat -25px -159px;}

.banner-content ul.cattabbernavproduct li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after{background: url("../images/sprite.png") no-repeat -53px -159px;}

.banner-content ul.cat_tabbernav_product li a:hover,
.banner-content ul.cat_tabbernav_product li a:hover,
.banner-content ul.cat-tabbernav-product li a:hover,
.banner-content ul.cat-tabbernav-product li a:hover,
.banner-content ul.cattabbernavproduct li a:hover,
.banner-content ul.cattabbernavproduct li a:hover{color: #ffd200;}

.tm_Category_Slider_CMS .Block1 .cat_product_tabs,
.tm_Category_Slider_CMS .Block2 .cat_product_tabs,
.tm_Category_Slider_CMS .Block3 .cat_product_tabs {
	float: left;
	width: 80%;
	position: relative;
	margin: 0;
	clear: none;
}
.tm_Category_Slider_CMS .banner-content {
    position: absolute;
    top: 7%;
    left: 0;
    width: 92%;
}

.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: -23%;}
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {right: auto;left: -19%;}
.tm_Category_Slider_CMS .banner-content .sub-text {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	line-height: 30px;
	padding: 0 0 18px 0;
}
.tm_Category_Slider_CMS .banner-content .sub-text::after {
	position: absolute;
	content: "";
	left: 0;
	background: #ffd200;
	width: 40px;
	height: 3px;
	bottom: 0;
	right: 0;
	top: auto;
}
.tm_Category_Slider_CMS .banner-content .sub-heading {
	font-size: 12px;
	font-weight: 400;
	margin: 28px 0 0 0;
	color: #c4c4c4;
}
.sidebar .filter-options-content {padding:0;}
.tm_Category_Slider_CMS .Block2 .sub-heading, .tm_Category_Slider_CMS .Block2 .sub-text {color: #000}
.tm_Category_Slider_CMS .Block3 .sub-heading {color: #fff}
.tm_Category_Slider_CMS .banner-content .bnr-btn a {
	text-transform: capitalize;
	padding: 11px 23px 11px;
	background: #ffd200;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
}
.tm_Category_Slider_CMS .Block1,
.tm_Category_Slider_CMS .Block2,
.tm_Category_Slider_CMS .Block3 {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 0 70px 0;
}
.tm_Category_Slider_CMS .products.wrapper.products-grid.grid {margin: 0;}
.tm_Category_Slider_CMS .Block3 {margin: 0}
.tm_Category_Slider_CMS .owl-stage-outer {padding: 0;}
.tm_Category_Slider_CMS .banner-content .bnr-btn {margin: 79px 0 0;}
.tm-latest-product .block-new-content {
    margin: 35px 0 0;
    float: left;
    width: 100%;
}

.tm_special .old-price .price-container .price {font-size: 14px;}
.tm_special .special-price .price-container .price{font-size: 18px;}
.menu-title-inner span {
	display: block;
	color: #ffd200;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 22px;
	position: relative;
}
.minicart-wrapper .subtotal {
	color: #ffd200;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 2px;
	display: block;
}
.product.info.detailed .fieldset > .field > .label{font-weight: 600;color: #000;}
.product.info.detailed .review-field-rating .label {font-weight: 600;color: #000;}
.product.info.detailed .fieldset .review-legend.legend strong {margin: 0;color: #000;}
.product.info.detailed .rating-summary {color: #000;}
.product-item .product-reviews-summary .reviews-actions a:hover{color: #205cbd;}
.product-item-details .price-box .old-price{line-height: 1;margin: 0 0 0 5px;}
.tm-latest-product .block-new-content{display: inline-block;width: 100%;}
.block-compare .block-title, .block-reorder .block-title, .block-wishlist .block-title, .widget .block-title{margin:0;}
.product-item .product-reviews-summary .rating-summary{margin: 0;}
.rating-summary .rating-result:before {
    color: #cccccc;
    font-size: 14px;
    letter-spacing: 4px;
}
.rating-summary .rating-result span:before{font-size: 14px;letter-spacing: 4px;}
.product-item .action.towishlist span,.product-item .tocompare span{font-size: 0;display: none;}
.products-list .product-item .action.towishlist span,.products-list .product-item .tocompare span{font-size: 13px;display: inline;}
.products-list .product-item .tocompare,
.products-list .product-item .action.towishlist{
	font-weight: 400;
	text-transform: capitalize;
}
.abs-actions-addto::before, .bundle-options-container .block-bundle-summary .product-addto-links > .action::before, 
.product-item-actions .actions-secondary > .action::before, .product-social-links .action.tocompare::before, 
.wishlist.split.button > .action.split::before, .product-social-links .action.mailto.friend::before, .product-social-links .action.towishlist::before, 
.block-bundle-summary .action.towishlist::before, .product-item .action.towishlist::before, .table-comparison .action.towishlist::before,
.product-item .tocompare:before,.product-item .action.towishlist:before{
	color: inherit;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
}
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before, 
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before
{content: "\f08a";}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before, 
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before, 
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before, 
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before{
	font-family: "FontAwesome";
}

.product-item .tocompare:before{content: "\f24d";}
.product-item .tocompare,.product-item .action.towishlist,.product-item-actions .actions-secondary > .action{
	color: #808080;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.product-social-links .action.tocompare:before{content:"\f24d";}
.product-item-details .product-item-inner .actions-primary, .product-item-details .product-item-inner .actions-secondary {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	border: 0;
	background: none;
	margin: 0 5px 0 0;
}
.product-item-details .product-item-inner .actions-secondary a {
	padding: 0;
	cursor: pointer;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	line-height: 20px;
	height: 35px;
	width: 35px;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.product-item-details .product-item-inner .actions-secondary .action.towishlist{background:#2457aa url(../images/sprite-1.png) no-repeat center -201px;}
.product-item-details .product-item-inner .actions-secondary .action.tocompare{background:#2457aa url(../images/sprite-1.png) no-repeat center -308px;}

.product-item-details .product-item-inner .actions-secondary .action.towishlist:hover{
	background:#2457aa url(../images/sprite-1.png) no-repeat center -201px;
	border-radius: 50%
}
.product-item-details .product-item-inner .actions-secondary .action.towishlist:focus,
.product-item-details .product-item-inner .actions-secondary .action.towishlist:active{
	background:#2457aa url(../images/sprite-1.png) no-repeat center -201px;
}
.product-item-details .product-item-inner .actions-secondary .action.tocompare:hover{
	background:#2457aa url(../images/sprite-1.png) no-repeat center -308px;
	border-radius: 50%;
}
.product-item-details .product-item-inner .actions-secondary .action.tocompare:active,
.product-item-details .product-item-inner .actions-secondary .action.tocompare:focus{
	background:#2457aa url(../images/sprite-1.png) no-repeat center -308px;
}

.product-item .action.towishlist::before,
.product-item-actions .actions-secondary > .action::before,
.product-item .action.tocompare::before{
	content: none;
}
.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,
.product-item-details .product-item-inner .actions-secondary.compare a:hover{color: #ffffff;}
.product-item-details .product-item-inner .actions-secondary.compare a{display: inline-block;}
.special-widget-block {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px ;
}
.special-widget-block a > .product-item-name, .special-widget-block a:visited > .product-item-name {
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.special-widget-block div.product-reviews-summary {margin: 10px 0 0;}
.special-widget-block .products.wrapper.grid.products-grid .product-item .price-box {
	position: relative;
	margin:12px 0 5px;
	float: left;
	width: 100%;
	text-align: left;
}
.special-widget-block .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.special-widget-block .products-grid .product-item-inner {
	top: auto;
	bottom:0;
}
.special-widget-block .grid .product-item .product-item-info:hover .price-box {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.special-widget-block .specialdates {display: none;}
.special-widget-block .special-count {
    float: left;
    width: auto;
    position: relative;
    margin: 20px 0 60px;
    border: 1px solid #e5e5e5;
    padding: 0 5px;
    border-radius: 5px;
}
.special-widget-block .special-count .time::after {
    border-right: 1px solid #e5e5e5;
    width: 1px;
    height: 30px;
    content: '';
    position: absolute;
    top: 12px;
    right: -6px;
}
.special-widget-block .special-count .no-secs.time::after{content: none;}
.special-widget-block .special-count .time {
    font-size: 20px;
	padding: 10px 0 6px;
	border-radius: 5px;
	color: #202020;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 65px;
	position: relative;
	box-sizing: border-box;
}
.special-widget-block .special-count .no-secs.time{margin: 0}
.special-widget-block .special-count .time span {
	color: #9d9d9d;
	font-size: 11px;
	display: block;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
}
.special-widget-block .product-item-info:hover div.product-reviews-summary{margin: 10px 0 0;}
.special-widget-block .grid .product-item-info:hover .price-box {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.tm_special .product-item-info .pro-hover {
    position: absolute;
    text-align: left;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateX(-100%);
    overflow: hidden;
    height: 36px;
    padding: 0;
    visibility: hidden;
}
.tm_special .product-item-info:hover .pro-hover{
    transform: translateX(0);
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

@-webkit-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

@keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

.left-banner {float: left;position: relative;width: 100%;overflow: hidden;}
.left-banner a::before{
	background-color: rgba(255,255,255,0.1);
	content: "";
	height: 100%;
	left: -100%;
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	position: absolute;
	top: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	width: 100%;
}
.left-banner a:hover::before{
	left: 0;
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.left-banner a::after{
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 100%;
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
	position: absolute;
	right: -100%;
	top: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	width: 100%;
}

.left-banner a:hover::after{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	right: 0;
}

.sub-side-banner{float: right;width: 45%;}
.sub-side-banner img{width: auto;}
ul.sub-cat-list{margin:35px 0 10px 0px;display: inline-block;width: 100%;}
ul.sub-cat-list li{margin:0;text-transform: capitalize;cursor: pointer;position: relative;padding: 0 0 0 21px;}
ul.sub-cat-list li a {
	color: #000000;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
}
ul.sub-cat-list li a:hover{color: #205cbd;}
ul.sub-cat-list li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	margin: 0;
	position: absolute;
	left: 0;
}
.sub-view-all{float: left;}
.sub-view-all a{
	font-size: 13px;
	font-weight: 500;
	color: #205cbd;
	float: left;
	text-transform: uppercase;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.sub-view-all a:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-style: normal;
	padding: 0 0 0 10px;
}
.sub-view-all a:hover{
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#000000;
}
.tm-category-product-tab, .tm_special, .tm_blog{
	width:100%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 25px;
	overflow: hidden;
}
.tm_blog{background: transparent;padding:45px 32px 11px;margin: 15px 0 0;}
.tm-latest-product .widget .block-title h2 a,.tm_blog .blog_title h2 a,.tm_special .main-title,.tab-main-title{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	line-height: 20px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	float: left;
}
.tm-category-product-tab .tab-main-title > ul{font-family: 'Open Sans', sans-serif;}
.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong, .block.related .title strong {
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 2px solid #f0f0f0;
	margin: 0;
	display: inline-block;
}
.tm-latest-product .block.widget.block-new-products.grid-view .block-new-content{margin-top: 16px;}
.tm-category-product-tab .products.items.product-items.grid-view{margin: 0 -15px;overflow: hidden;}
.tm-category-product-tab ul.tabbernav_product {
	position: relative;
	margin-bottom: 30px;
	float: right;
}
.tm-category-product-tab .tabbernav_product li {
	display: inline-block;
	float: left;
	margin:0;
	vertical-align: middle;
}
.tm-category-product-tab .tabbernav_product li:last-child{background: none;}
.tm-category-product-tab ul.tabbernav_product li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 20px;
	line-height: 20px;
	color: #c7c7c7;
}
ul.tabbernav li a.selected, ul.tabbernav_product li a.selected, ul.tabbernav li a:hover, ul.tabbernav_product li a:hover {color: #ffd200;}
a:active, .alink:active{text-decoration: none;}
.tm-category-product-tab .tabbernav_product .tab-text{font-size: 13px;}
.product_tabs {
	clear: both;
	margin: 0;
	float: left;
	width: 100%;
}
.owl-controls .owl-nav .owl-prev {left: 15px;}
.owl-controls .owl-nav .owl-next {right: 15px;left: auto;}
.tm-category-product-tab .product_tabs{margin-top: 30px;overflow: hidden;}

.tm-category-product-tab .tab-title,
.tm_special .tab-title,
.tm-latest-product .tab-title{
	border-bottom: 2px solid #f0f0f0;
	float: left;
	width: 100%;
}
.tm-category-product-tab .product_tabs .block,
.tm-category-product-tab .product_tabs .products-grid .product-item{
	margin-bottom: 0;
}
.page-layout-1column .block.widget .products-grid li.product-item{
	position: relative;
	float: left;
	margin: 0;
	width: 20%;
	box-sizing: border-box;
}
.page-layout-1column .special-widget-block .block.widget .products-grid li.product-item{
	width: 50%;
}
.page-layout-1column .tm_Category_Slider_CMS .block.widget .products-grid li.product-item{
	width: 25%;
}
.tm-latest-product {
	float: left;
	width: 100%;
	position: relative;
	margin: 75px 0 0;
	overflow: hidden;
}
.special-widget-block .product-item-info .product-item-image {
	position: relative;
	text-align: center;
	width: 50%;
	display: inline-block;
	float: left;
}
.featured-category .owl-controls .owl-nav div {
	border: 0;
	width: auto;
	height: auto;
	top: -32%;
}
.featured-category .owl-controls .owl-nav .owl-next,
.blog .owl-controls .owl-nav .owl-next
{right: 15px;}

.featured-category .owl-controls .owl-nav .owl-prev,
.blog .owl-controls .owl-nav .owl-prev
{right: 40px;left: auto;}

.featured-category .owl-controls .owl-nav .owl-prev::before,
.featured-category .owl-controls .owl-nav .owl-next::before,
.blog .owl-controls .owl-nav .owl-prev::before,
.blog .owl-controls .owl-nav .owl-next::before,
.tm-brands .owl-controls .owl-nav .owl-prev::before,
.tm-brands .owl-controls .owl-nav .owl-next::before
{color: #000;font-size: 22px}

.special-widget-block .product-item-details {
	text-align: left;
	position: relative;
	float: right;
	width: 50%;
	margin: 0;
}
.special-widget-block .product-item .product-item-details .price-box{
	margin-top: 20px;
}
.special-widget-block .product-item .product-item-details .product-item-description{
	padding-top: 15px;
}
.products-list .product-item-details .pro-hover {
    padding-top: 15px;
    position: relative;
    display: block;
}
.owl-controls .owl-nav div{
	border:none;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 35%;
	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease 0s; 
	 -moz-transition: all 0.3s ease 0s; 
	  -ms-transition: all 0.3s ease 0s; 
	   -o-transition: all 0.3s ease 0s;
	z-index:5;
	line-height: 40px;
	font-size: 0;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {
	color: #e3e3e3;
	content: "";
	margin-bottom: 2px;
	font-family: "FontAwesome";
	font-size: 28px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-weight: normal;
}
.owl-controls .owl-nav .owl-prev:before{content: "\f104";}
.owl-controls .owl-nav .owl-prev:hover::before, .owl-controls .owl-nav .owl-next:hover::before {color: #ffd200;}
.owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {border-color: #ffd200;}
.owl-controls a.prev:hover, .owl-controls .owl-nav a.next:hover  { text-decoration:none;}
.owl-controls .owl-nav .owl-next:before {content: "\f105";}
.owl-controls .owl-nav div i{ display: none;}
.owl-stage-outer{padding:0;}
.products.wrapper{margin:0;}
.tm-latest-product .owl-stage-outer .owl-stage .owl-item, .tm-category-product-tab .owl-stage-outer .owl-stage .owl-item {text-align: center;}
.cms-home .products.items.product-items.widget-product-grid.grid-view{padding:0 0 16px 0;overflow: hidden;}
.tm_special .block.widget.block-products-list.grid{margin-bottom: 0;}
.tm-single-banner{display: inline-block;position: relative;margin: 50px 0 25px;}
.single-banner{position: relative;overflow: hidden;border: 0;}
.single-banner a:before{
	position: absolute;
	width: 20%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	left: -25%;
}
.single-banner:hover a:before{
	left:105%;
	transition:left 0.5s ease;
	-webkit-transition:left 0.5s ease;
	-moz-transition:left 0.5s ease;
	-ms-transition:left 0.5s ease;
	-o-transition:left 0.5s ease;
}
.single-banner-content {
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 49px;
    bottom: auto;
    left: 7%;
    right: auto;
}
.single-banner-content .text1 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	display: block;
	line-height: 35px;
	margin-bottom: 8px;
	letter-spacing: 0;
}
.single-banner-content .text2 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
	display: block;
}
.single-banner-button a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}
.single-banner-button a:hover {
	color: #000;
	border-color: #000;
}
.sub-banner1-center {
	width: 69.3%;
	position: relative;
	float: left;
	margin-right: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner-bottom-cms {
	float: left;
	width: 100%;
	margin: 80px 0 0;
	position: relative;
}
.sub-banner2-center {
	width: 28.6%;
	position: relative;
	float: left;
	margin-left: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner-center-content {
	position: absolute;
	color: #ffffff;
	text-transform: capitalize;
	width: 275px;
}
.sub-banner1-center .sub-banner-center-content {
    top: 22%;
    bottom: auto;
    left: 59px;
    right: auto;
}
.sub-banner-center-content .text1 {
    font-size: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
    letter-spacing: 0;
}
.sub-banner-center-button a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24); 
}
.sub-banner-center-button:hover a{color: #000;border-color: #000;}
.sub-banner2-center .sub-banner-center-content .text1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}
.sub-banner-center-content .text2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px;
	display: block;
	line-height: 25px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24); 
}
.sub-banner2-center .sub-banner-center-content {
    top: 20%;
    text-align: left;
    left: 11%;
    right: 0;
}
.sub-banner-center-button a:hover{
	color: #000000;
}
.sub-banner-center-img img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sub-banner-center-img:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tm-blog-subbanner .sub-banner-bottom-button a:hover{color: #ffd200; border-color: #ffd200;}

.sub-banner-center-cms {
	float: left;
	width: 100%;
	margin: 60px 0 0;
}
.sub-banner1-bottom {
	width: 48.95%;
	position: relative;
	float: left;
	margin-right: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner2-bottom {
	width: 48.5%;
	position: relative;
	float: left;
	margin-left: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner-bottom-content {
    position: absolute;
    color: #ffffff;
    text-transform: capitalize;
    width: 310px;
    top: 22%;
    bottom: auto;
    right: auto;
    left: 55px;
}
.sub-banner-bottom-content .text1 {
    font-size: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 11px;
    line-height: 30px;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
    letter-spacing: 0.04em;
}
.sub-banner-bottom-button a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24); 
}
.sub-banner-bottom-content .text2 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 23px;
    display: block;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24); 
}
.sub-banner-bottom {
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
}
.tm-blog-subbanner {
	float: left;
	width: 100%;
	position: relative;
	margin: 75px auto 0;
}
.blog-carousel-container {margin-top:34px;}
.tm-blog-subbanner .owl-stage-outer {padding: 0;}
.brand_title {display: none;}
.sub-banner-bottom-button a:hover {
    color: #000;
    border-color: #000;
}
.sub-banner-bottom-img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sub-banner-bottom-img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.featured-category {
	float: left;
	width: 100%;
	margin: 30px 0 0;
	background: url("../images/bg.jpg") no-repeat scroll 0 0;
	padding: 30px 25px 0;
	box-sizing: border-box;
}
.featured-tittle {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-right: 15px;
	text-transform: capitalize;
}
.featured-text-block {
	display: inline-block;
	color: #a5a5a5;
	font-size: 12px;
	text-transform: capitalize;
}
.featured-category .cat-image {
	float: none;
	width: auto;
	margin: 0;
	text-align: center;
}
.featured-category .cat-tittle a {
	font-size: 13PX;
	color: #000;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.serviceblock {
	width: 25%;
	float: left;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border-right: 2px solid #f0f0f0;
}
.serviceblock4.serviceblock {
	border-right: none;
}
.service-cms {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	margin: 60px 0 0;
}
.service-text {
	padding: 0 0 0 60px;
	display: inline-block;
	text-align: left;
}
.serviceblock1 .shipping-info{
	background: url("../images/services.png") no-repeat scroll 8px -914px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock1:hover .shipping-info {
	background-position: 8px -1067px;
}
.serviceblock2 .money-return {
	background: url("../images/services.png") no-repeat scroll 8px -607px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock2:hover .money-return {
	background-position: 8px -760px;
}
.serviceblock3 .support {
	background: url("../images/services.png") no-repeat scroll 7px -301px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock3:hover .support {
	background-position: 7px -454px;
}
.serviceblock4 .offer {
	background: url("../images/services.png") no-repeat scroll 7px 4px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock4:hover .offer {
	background-position: 7px -149px;
}
.serviceblock:hover .service-text .title {
	color: #205cbd;
}
.serviceblock .title {
	font-size: 15px;
	text-transform: capitalize;
	color: #000;
	font-weight: 500;
}
.serviceblock .service-sub-text {
	display: block;
	color: #979797;
	font-size: 14px;
}
.sub-adbanner-cms {
	margin: 60px 0;
	float: left;
	width: 100%;
}
.sub-adbanner {
	width: 32%;
	float: left;
	position: relative;
	overflow: hidden;
}
.festive-offer-inner:before{
	content:"";
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
	width: 50%;
	height: 100%;
	top: 0;
	left: -100%;
	position: absolute;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
}
.sub-adbanner:hover:before,.festive-offer-inner:hover:before{
	transition: left 1s ease;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-ms-transition: left 1s ease;
	-o-transition: left 1s ease;
	left:165%;
}
.sub-adbanner1 {
	margin-right: 1%;
}
.sub-adbanner .sub-adbanner-img a::before, .sub-adbanner .sub-adbanner-img a::after {
	background: rgba(219, 219, 219, 0.2) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	width: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.sub-adbanner .sub-adbanner-img a::before{
	left: 0;
	top: 0;
}
.sub-adbanner .sub-adbanner-img a::after{
	right: 0;
	bottom: 0;
}
.sub-adbanner:hover .sub-adbanner-img a::before, .sub-adbanner:hover .sub-adbanner-img a::after{
	height: 100%;
	width: 100%;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
}
.sub-adbanner2 {
	margin-left: 1%;
	margin-right: 1%;
}
.sub-adbanner3 {
	margin-left: 1%;
}
.sub-adbanner-content {
	position: absolute;
	top: 40px;
	bottom: auto;
	left: 35px;
	right: auto;
	text-align: left;
}
.sub-adbanner2 .sub-adbanner-content {
	bottom: 13%;
	top: auto;
}
.sub-adbanner-content .text1 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	display: block;
	text-align: left;
	text-transform: capitalize;
	line-height: 25px;
}
.sub-adbanner-content .text2 {
	font-size: 15px;
	text-align: left;
	display: block;
	color: #fff;
	font-weight: 300;
	padding: 15px 0;
	text-transform: capitalize;
}
.sub-adbanner-button a {
	text-transform: capitalize;
	padding: 10px 18px 9px;
	background: #ffd200;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
    border: 0;
}
.sub-adbanner-button {
	position: relative;
	float: left;
	line-height: 36px;
}
.sub-adbanner-button a:hover{background: #000;color: #ffffff;}
.sub-adbanner-msg{
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
.banner-offer {
	position: absolute;
	bottom: 9%;
	left: 35px;
	right: auto;
	top: auto;
}
.sub-adbanner2 .sub-adbanner-button a {background: #fff;color: #000;}
.sub-adbanner2 .sub-adbanner-button:hover a {background: #ffd200;}

.sub-adbanner3 .sub-adbanner-button a {background: #000;color: #fff;}
.sub-adbanner3 .sub-adbanner-button:hover a {background: #fff;color: #000;}

.sub-adbanner2 .banner-offer {
	top: 10%;
	bottom: auto;
}
.sub-adbanner-msg .msg-offer {
	padding: 0 0 0 15px;
	position: relative;
}	
.sub-adbanner-msg .msg-offer::before {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 2px;
	left: 5px;
}
.cat-image img {
	border: 4px solid #f7f7f7;
	border-radius: 50%;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
.cat-image:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
.blog .owl-controls .owl-nav div {
	top: -89px;
	border: 0;
	width: auto;
	height: auto;
}
.block-brand a:hover {color: #205cbd;}
.product-main-content .product-info-main .fieldset > .field > .label,
.product-main-content .product-info-main .fieldset > .fields > .field > .label {
	font-weight: 500;
	color: #000;
}
#newsletter-error{text-align: left;}
div.block.newsletter{
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	padding: 0 0 0 30px;
}
.block.newsletter .description {
	font-size: 12px;
	font-weight: 400;
	color: #ebebeb;
	margin: 0 0 15px 0;
}
.block.newsletter .field{float: none;width: 100%;display: inline-block;}
.block.newsletter{float: left;}
.block.newsletter input{
	padding: 0 50px 0 20px;
	height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 0;
	color: #555;
}
.block.newsletter input::placeholder {color: #555;}
.block.newsletter .form.subscribe{position:relative;}
.block.newsletter .field .control:before{content: '';}
.block.newsletter .actions{
	display: inline-block;
	width: auto;
	position: absolute;
	right: 0;
}

.block.newsletter .action.subscribe {
	color: #000000;
	font-size: 0;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	border-radius: 5px;
	background: url("../images/sprite.png") no-repeat -34px -109px !important;
	width: 44px;
	height: 44px;
}
.block.newsletter .action.subscribe span, .sub-view-all a span {display: none;}
.block.newsletter .action.subscribe:hover{color: #ffd200;}
#footer {
	float: left;
	width: 100%;
	position: relative;
	margin:20px 0 34px;
}
.footer-wrapper-inner {
	float: left;
	width: 100%;
	padding: 75px 0 70px;
}
.footer-wrapper-inner .footer-area li{margin:0;padding: 3px 0;font-size: 12px;}
.footer-wrapper-inner .footer-area li a{color: #ebebeb;text-transform: capitalize;}
.footer-wrapper-inner li a:hover{color: #ffd200;}
.footer-bottom li a {color: #ebebeb;font-size: 12px;}
.footer-bottom li a:hover{color:#ffd200;}
.footer-logo{width: 25%;float: left;margin-right: 3%;}
.footer-logo-img a {
	float: left;
}
.footer-logo-img{float: left;margin:12px 0;}
.footer-logo-desc{display: inline-block;margin:10px 0 11px;}
.footer-logo-desc p{margin:0;line-height: 30px;}
.social-heading{line-height: 1.35;}
.social-icons .social-content span{display: none;}
.social-icons .facebook a:before{content:"\f09a";}
.social-icons .twitter a:before{content:"\f099";}
.social-icons .googleplus a:before{content:"\f0d5";}
.social-icons .linkedin a:before{content:"\f0e1";}
.social-icons .social-icon a:before{
	font-family:"FontAwesome";
	line-height: 28px;
	color:#000000;
}
.social-icons .social-icon a{
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.social-icons .social-icon:hover{background: #ffd200;}
.social-icons li.social-icon{display: inline-block;margin: 0 3px;padding: 0;vertical-align: middle;background: #ffffff;border-radius: 50%;}
.social-icons li:first-child{margin-left:0;}
.social-icons li:last-child{margin-right:0;}
ul.social-content {margin: 0;}
.footer-wrapper-inner .footer-area {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0;
	width: 18%;
}
#block_4 {
	padding: 0 30px 0 40px;
	border-left: 1px solid #4d76b8;
	width: 26%;
}
.footer-area ul{margin-bottom: 0;}
.footer_newsletter ul{margin:0;width: 100%;}
.footer-center p{margin: 0;font-size: 14px}
.footer-area h6, .footer_newsletter h6{
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 24px;
	color: #ffd200;
	text-shadow: none;
	text-transform: capitalize;
	position: relative;
	display: block;
}
.payment-heading {margin: 26px 0 12px;}
.footer-bottom-top ul{margin-bottom: 0;}
.footer-bottom-bottom .footer-bottom-left .links li:first-child{padding-left: 0;}
.footer-bottom-bottom ul.footer.links {
	margin: 0;
	padding: 0px;
}
.footer-bottom-bottom .links li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 6px;
	background:url(../images/footer_pipe.jpg) 100% 50% no-repeat;
}
.footer-bottom-bottom .links li:last-child{ background: none; }
.footer-wrapper-inner .footer-area .store-details li:before{
	cursor: pointer;
	position: absolute;
	height: 35px;
	width: 25px;
	left: 0;
	right: auto;
}
.footer-wrapper-inner .footer-area .store-details li {
	padding: 0 0 0 40px;
	position: relative;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #ebebeb;
}
.footer-wrapper-inner .footer-area .store-details li.email:hover a {color: #ffd200;}
.footer-wrapper-inner .footer-area .store-details a{color: #ebebeb}
.footer-wrapper-inner .footer-area .address:before{content: '';	background: url("../images/sprite-3.png") no-repeat scroll 0px 7px transparent;}
.footer-wrapper-inner .footer-area .phoneno{padding-top: 5px;}
.footer-wrapper-inner .footer-area .phoneno:before{content: '';	background: url("../images/sprite-3.png") no-repeat scroll 0px -188px	 transparent;}
.footer-wrapper-inner .footer-area .email {word-wrap: break-word;}
.footer-wrapper-inner .footer-area .email:before{content: '';	background: url("../images/sprite-3.png") no-repeat scroll 0px -94px transparent;}
.footer-wrapper-inner .footer-area .email:hover::before{background-position:0 -142px;}
[class*="-cookie-restriction-mode"] footer .footer.links li:first-child a{font-weight: 700;}
footer.page-footer{margin-top: 40px;}
footer .footer-wrapper-inner .footer-static-links{float: left;width: 23.75%;}
ul.footer.links li {padding: 0 10px;display: inline;color:#ffffff;}
ul.footer.links li.current{font-size: 14px;}
ul.footer.links li:first-child{border-left: none;padding-left: 0;}
ul.footer.links li:last-child{padding-right: 0;background: transparent;}
small.copyright {
	color: #ebebeb;
	font-size: 12px;
	padding: 0;
}
.tm-brands {
	float: left;
	width: 100%;
	position: relative;
	margin: 50px 0 10px;
}
.footer-bottom-inner{width: 100%;float: left;clear: both;padding: 23px 0;}
.footer.links{margin: 0;}
.footer-bottom-left{float: left; width: 28%;text-align: left;}
.footer-bottom-right{float: right;}
.footer-bottom-left, .footer-bottom-right{padding: 5px 0;}
.footer-bottom-center {
	padding: 5px 0;
	float: none;
}
.tm_special .owl-stage-outer .owl-stage .owl-item::after {
    position: absolute;
	content: "";
	background: #f0f0f0;
	top: 20px;
	left: 0;
	width: 1px;
	height: auto;
	bottom: 20%;
}
.tm_special .owl-stage-outer .owl-stage .owl-item.firstActiveItem::after{
	content: none;
}
.wishlist-index-index div.product-item-inner,
.abs-visually-hidden-desktop-s,
.wishlist.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{
	display: block;
	float:none;
	clear:both;
	top:auto;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	bottom:auto;
	padding: 0px;
	position: relative;
	text-align:center;
	width: 100%;
	background: transparent;
	height: auto;
	overflow: hidden;
	border:none;
    transform: none;
    left: auto;
    right: auto;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
    visibility: visible;
}

.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index .products-grid .product-item-inner,
.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner{
	padding: 0;
}

.wishlist-index-index .box-tocart{
	margin-bottom: 0;
}
ul#category-treeview,
.sidebar .block-content,
.block-brand > .block-content,
.block.block-compare .block-content,
.block.block-reorder .block-content,
.sidebar .widget > .tagclaud-hld,
.widget.block-categories > ul{
	padding: 15px 20px;
	background: #ffffff;
	color: #707070;
}
.sidebar .block-compare .empty {
    padding: 10px 20px;
}
#category-treeview li a, .sidebar .block-account .block-content li a, .sidebar .block-brand-nav li a{
	display: block;
	padding: 8px 0px;
	text-decoration: none;
	transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;
	text-transform:capitalize;
	line-height: 22px;
	border-bottom:1px dashed #ebebeb;
}
.block-brand a{text-decoration: none;color: #707070;}
.sidebar .block.filter .block-content{margin: 0;}
#category-treeview li > a:hover,.block .block-content .side-nav li a:hover,.filter-options-title:hover{ color: #205cbd;}
#category-treeview li  , .block-account .block-content li  ,  .block-brand-nav li ,.block-layered-nav li{
	position:relative; 
	transition:300ms;
	-webkit-transition:300ms;
	 -moz-transition:300ms;
	  -ms-transition:300ms;
	   -o-transition:300ms;
}

#category-treeview li ,
.block-account .block-content li,
.block-brand-nav li
{padding:0 !important; margin:0px;}

#recently-viewed-items li{padding:8px 0px;}
#category-treeview li ul { margin-left:15px;}

#category-treeview li.last a ,
.block-account .block-content li.last a ,
#recently-viewed-items li.last a ,
.block-brand-nav li:last-child a{border-bottom:none;}

#category-treeview .hitarea {
	background: none;
	float: right;
	cursor: pointer;
	text-align:center; 
	margin:3px 0px 0 0;
}
.account_link .panel.header .customer-welcome .tm_lang_cur_links {display: none;}
#category-treeview .expandable .collapsable-hitarea:before{ 
	color: #000;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
} 
#category-treeview .expandable-hitarea:before { 
	color: #626262;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 10px;
} 
#category-treeview .collapsable-hitarea:before { 
	color: #666666;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
}
#category-treeview .hitarea:before{width: 20px;height:20px;float: left;}
.menu-mobile {
	display: none;
	padding: 20px;
}
.navigation.custommenu ul{ float: left; width: 100%; padding: 0px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.navigation.custommenu #mainmenu>ul{min-height: 370px;}
.navigation.custommenu .mainmenu .hidden_menu .dropdown-inner-list > .level-top {padding: 0;}
.navigation.custommenu .mainmenu .hidden_menu > .level-top {
	padding: 13px 20px 13px 40px;
	float: left;
	width: 100%;
}
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .dropdown-inner-list .level-top::before,
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon::before{
	content: none;
}

.navigation.custommenu .mainmenu .hidden_menu > .level-top:hover,
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon > .level-top:hover::before,
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon > .level-top.active:hover::before{
	color: #ffd200;
}

.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	color: #fff;
	height: 20px;
	background: url("../images/more.png") no-repeat center 0;
	width: 20px;
}
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top:hover::before {background-position: center -34px;}

.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top.active::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 10px;
	color: #fff;
	height: 20px;
	background: url("../images/more.png") no-repeat center -67px;
	width: 20px;
}
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top.active:hover::before {background-position: center -101px;}
.navigation.custommenu ul.mainmenu{
	padding:0px !important;
}
.navigation.custommenu ul.mainmenu li{
	margin:0px 0px;
	line-height:22px;
	float: none;
}
.navigation.custommenu .mainmenu .level0 .dropdown-inner-list{ padding:0px; }
.navigation.custommenu .mainmenu .dropdown-inner-list > li{ display: block;padding: 0px 0;margin:0;border-bottom: 1px solid #2b69cc;}
.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul{ top: 5px; left: 100%; }
.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul:before {display: none;}
.megamenu-banner {
    margin: 0;
    padding-top: 20px;
}
.navigation.custommenu .mainmenu .level0 .submenu a:hover, .navigation.custommenu .level0 .submenu a.ui-state-focus {background: transparent;}
.navigation.custommenu .mainmenu .menu-dropdown-icon li.level2 > a::before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 8px;
    color: #000;
    left: 0;
    font-weight: 400;
}
.navigation.custommenu .mainmenu .level0 .submenu .submenu,
.navigation.custommenu .mainmenu .level0 ul .submenu {
	left:auto !important;
	top: auto !important;
	display: block;
	border: none;
	background: transparent;
	position: relative;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	min-width:auto;
}
.navigation.custommenu .mainmenu .level0 ul .submenu {padding: 5px 0 20px;}
.navigation.custommenu .mainmenu .level0.customblock_inner.newsubmenu {
	padding: 0px;
	border-top: 1px solid #f0f0f0;
	min-width:480px;
	white-space: nowrap;
	left:100%;
	padding: 20px;
}
.customblock_inner .static-block1 {
	float: left;
	padding: 0px 10px 0px 0px;
}
.customblock_inner  .custom-link a {
	font-weight: normal;
	line-height: 32px;
	padding: 0;
}
.customblock_inner .static-block1 > a {
	color:#000000;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding:0 0 6px;
	border-bottom: 1px solid #ebebeb;
	margin:0 0 13px;
}
.customblock_inner .custom_banner {float: right;line-height: 0;}
.bottomstatic p{ margin:0px; padding: 5px 10px 15px;}
.leftstatic img{ max-width : none;}
.nav-sections {margin-bottom: 0px !important;}
.cms-home.page-layout-2columns-left #mainmenu{ position: absolute; display: block; top: 60px; }
.page-layout-2columns-left #mainmenu{ 
	position: relative;
	 display: block; 
	 clear: both; 
	 top: auto;
	 float: left;
	 width: 100%;
	 background: #fdfdfd; 
 }
.navigation.custommenu .menu-title {
    position: relative;
    float: left;
    color: #ffffff;
    padding: 12px 40px 12px 50px;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
}
.sidebar.navigation.custommenu .menu-title{width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.sidebar-main nav.navigation.custommenu, .sidebar-additional nav.navigation.custommenu {
	margin-bottom: 30px;
	margin-top: -125px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 182px;
	top: auto;
	position: relative;
}
.account .sidebar-main nav.navigation.custommenu{margin-top:-134px;}
.header-nav .menu-title-inner {
	position: relative;
	display: block;
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 16px;
}
.navigation.custommenu .menu-title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 36px;
	height: 36px;
	background:#2b63bd url("../images/list.png") no-repeat center center;
	border-radius: 5px;
}
.menu-title-inner span::after {
    content: "\f0dd";
	color: #ffd200;
	font-family: "FontAwesome";
	float: right;
	height: 10px;
	line-height: 5px;
	font-size: 13px;
	position: absolute;
	top: 8px;
	width: 10px;
	box-sizing: border-box;
	right: -16px;
	font-weight: 400;
}

.navigation.custommenu .mainmenu > ul > li > .level-top, .navigation.custommenu .dropdown-inner-list > li > .level-top{
   box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	color: #fff;
	float: none;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	padding: 0;
}
#mainmenu .level-top > span, #mainmenu .hiden_menu > a {
	padding: 13px 20px 13px 40px;
	margin: 0;
	display: block;
}
#mainmenu ul li:last-child .level-top>span{border-bottom: none;}
#mainmenu .level-top>span.active-page,.navigation.custommenu .mainmenu > ul > li:hover > .level-top>span{color: #ffd200;}
.navigation.custommenu .mainmenu .dropdown-inner-list > li:hover> .level-top{color: #ffd200;}
.navigation.custommenu .mainmenu > ul > .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{
	display: block;
	margin: 0;
	position: static;
	vertical-align: middle;
	cursor: pointer;
}
.navigation.custommenu .mainmenu a.level-top::before,
.navigation.custommenu #mainmenu .custom-header-menu::before,
.menu-dropdown-icon .dropdown-inner-list a.level-top span::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 10px;
    color: #fff;
    height: 20px;
    background: url("../images/Arrow.png") no-repeat center 0;
    width: 20px;
}

.navigation.custommenu .mainmenu a.level-top:hover::before,
.navigation.custommenu #mainmenu .custom-header-menu:hover::before,
.menu-dropdown-icon .dropdown-inner-list a.level-top span:hover::before{background-position: center -56px;}
.navigation.custommenu .mainmenu li.menu-dropdown-icon.level0:hover > a::after{
    content: "\f0d9";
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 45px;
	left: auto;
	margin: 0 auto;
	position: absolute;
	right: -3px;
	text-align: center;
	bottom: 0;
	z-index: 9999;
	top: 13px;
}
.navigation.custommenu .mainmenu .menu-dropdown-icon.empty:hover a.level-top::after{
	content: none;
}
.navigation.custommenu .mainmenu .menu-dropdown-icon .dropdown-inner-list a.level-top:hover::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu a.level-top:hover::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu:hover .dropdown-inner-list a.level-top::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu:hover a.level-top.active::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu:hover a.level-top::after
{content: none;}

.navigation.custommenu >.mainmenu >ul> .menu-dropdown-icon.hiden_menu:hover>a{color:#ffd200;}
.navigation.custommenu .mainmenu .menu-dropdown-icon:hover:before,.navigation.custommenu #mainmenu .custom-header-menu:hover::before{color: #ffd200;}
.navigation.custommenu .mainmenu ul li{
	line-height: 20px;
	margin: 0;
}
.navigation.custommenu .mainmenu ul li.bottomstatic {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    clear: both;
}
.navigation.custommenu .mainmenu ul.custom-link li{margin-bottom: 0;}
.navigation.custommenu .mainmenu  .level0.newsubmenu , .navigation.custommenu .mainmenu .level0 > ul{
	position: absolute;
	top: 1px;
	left: 100%;
	background: #fff;
	margin: 0px;
	width: auto;
	display: none;
	font-weight: 500;
	z-index: 5;
	border: 1px solid #ebebeb;
	height: 100%;
	border-radius: 5px;
	padding: 50px;
	float: left;
	bottom: 0;
	overflow: hidden;
	min-width: 817px;
}
.navigation.custommenu .mainmenu .hidden_menu .dropdown-inner-list {
	position: static;
	top: auto;
	left: auto;
	min-width: 100%;
	border: 0;
}
.navigation.custommenu .mainmenu .level0 > ul.normal-sub{padding:30px;}
#mainmenu li.level2{padding: 0;}
.navigation.custommenu .mainmenu .level1  .level2:hover a{color: #205cbd;}
.minicart-items .product-item:not(:first-child){border-top-color: #ebebeb; }
.nav-sections-item-content > .navigation.custommenu {
    width: auto;
    float: left;
}

.navigation.custommenu >.mainmenu>ul >li,.navigation.custommenu >.mainmenu>ul >li.hiden_menu>ul>li{border-bottom: 1px solid #2b69cc;}
.navigation.custommenu >.mainmenu>ul >li:last-child,.navigation.custommenu >.mainmenu>ul >li.hiden_menu>ul>li:last-child{border-bottom:none;}

#mobile{display: none;}
.nav-sections-item-title.active a{  color: #ffffff;}
.nav-sections-item-title a{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}
.nav-sections-item-title {background: #f7f7f7;}
.nav-sections-item-title.active {background:#205cbd;}

.navigation.custommenu .mainmenu .level0 > ul.empty {
    display: none;
    opacity: 0;
    visibility: hidden;
}

input[type="checkbox"] {vertical-align: text-top;}
.product-info-price .price-box .old-price .price-container .price-label{display: none;}
.product-info-price .price-box .special-price {display: inline-block; padding: 0 5px 0 0;}
.product-info-price .price-box .old-price {display: inline-block;}
.product-info-main .product-social-links .towishlist, 
.product-info-main .product-social-links .tocompare,
.product-info-main .product-social-links .action.friend{
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	vertical-align: middle;
}

.product-info-main .product-social-links .towishlist:before, 
.product-info-main .product-social-links .tocompare:before,
.product-social-links .action.mailto.friend:before{
	font-size: 14px;
	line-height: 1;
	margin-right: 5px;
}

.cms-home .column.main{margin-top: 0;}
.container-width{ 
	max-width: 1440px; margin: 0 auto; padding: 0 20px; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.breadcumb_filter .filter-outer{ background:#205CBD;}
body{letter-spacing: 0.7px !important; font-size: 13px; line-height: 24px;}
img{ vertical-align: top;}
.loader>img{width: auto;}

#search::-webkit-input-placeholder {
  color:#666666;
  padding-left: 5px;
}
#search::-moz-placeholder {
  color: #adadad;
  padding-left: 5px;
  -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
#search:-ms-input-placeholder {
  color: #666666;
  padding-left: 5px;
}
#search:-moz-placeholder {
  color: #666666;
  padding-left: 5px;
}
.minicart-wrapper span.price {margin: 0;}
.minicart-items-wrapper{border-bottom: 1px solid #e6e6e6;margin:0;height: 158px !important;border-top-color: #ffffff}
.block-minicart .subtotal {
	margin: 0 10px 10px 9px;
	float: left;
	width: 100%;
	text-align: left;
	color: #000;
	font-weight: 500;
	display: inline-block;
}
#minicart-content-wrapper .block-minicart .items-total .count {
	font-weight: 500;
	color: #000;
	font-size: 13px;
}
.block-minicart .subtotal .amount.price-container {
	display: inline-block;
	float: right;
	margin: 0 15px 0 0;
}
.block-minicart .block-content > .actions > .primary{margin:auto;}
.minicart .block-minicart{
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	 -o-transition: 300ms;
}
.block-minicart .items-total {margin: 7px 10px;color: #000;}
.counter-item > span, .minicart-wrapper .counter-item {display: none;}
.minicart-items .product .product-item-details {
	border-top: none;
	padding-left: 5px;
	position: relative;
	text-align: left;
	float: none;
	width: auto;
}
.minicart-items .product .product-item-details .product.options {display: none;}
.minicart-wrapper .product-item-pricing{float: left;}
.minicart-items .product  .product-item-name{border-top:none;padding:0;}
.block-minicart .block-content > .actions > .secondary:hover span{
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	 -o-transition: 0.3s ease;
}
.tm-category-product-tab .owl-controls .owl-nav div {top: 33%;}
.minicart-wrapper .minicart-items-wrapper .product .actions{bottom: 0;margin: 0;position: absolute;right: 0;}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{color: #205CBD;}
.catalog-product-view .box-tocart .action.tocart {
    padding: 11px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    height: auto;
    margin: 0;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-info-main #product-options-wrapper .product-custom-option {
	background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;
}
.review-form .action.submit.primary,
.table-comparison .action.towishlist,
.checkout-index-index .action.action-auth-toggle,
.form-cart .main.actions a.action.continue,
.review-form .action.submit.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.checkout-cart-index button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.extra-details {
    margin: 0 0 20px;
    position: relative;
    float: left;
    width: 100%;
}
.extra-details ul.tabbernav li a.selected,
.extra-details ul.tabbernav_product li a.selected {
    color: #000;
    font-weight: 600;
    background: #f0f0f0;
}
.extra-details ul.tabbernav li a:hover,
.extra-details ul.tabbernav_product li a:hover{color:#000;}
.extra-details .tabbernav_product li a{
	padding: 10px 15px 10px 15px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.extra-details .tabbernav_product li{margin: 0;display: inline-block;line-height: 40px;}
.extra-details .tabbernav_product{margin: 0;}
#minicart-content-wrapper strong {
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
.extra-details .tab_product {
    border: 3px solid #f0f0f0;
    padding: 20px;
    font-size: 12px;
    color: #808080;
    margin: -3px 0 0;
}
.extra-details .tab_product strong {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}
.size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}
.size_guide_table tbody td {
    padding: 5px 8px;
}
.size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

.checkout-cart-index tbody .product-item-details{border-top:none;}
.multicheckout .actions-toolbar .secondary .action{border: none;}
.multicheckout .actions-toolbar .secondary button {
    text-transform: uppercase;
}

.multishipping-checkout-addresses .column.main,
.multishipping-checkout-overview .block-billing,
.multishipping-checkout-billing .form.multicheckout.billing ,
.multicheckout.shipping{margin-top:10px;}
.multicheckout .actions-toolbar .secondary{margin-top:0;}
.opc-wrapper .step-title{border-bottom:1px solid #d9d9d9;font-size: 18px;}
.opc-wrapper .step-content {margin: 10px 0 46px;}
div.opc-wrapper .shipping-address-item::before{background-color: #d9d9d9;}

.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
    font-size: 13px;
    padding: 10px 15px;
    height: auto;
    line-height: 20px;
    text-transform: uppercase;
}
.opc-block-shipping-information .shipping-information-title, 
.cart-summary > .title,.opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{font-size: 1.6rem;border-color:#ebebeb;}
.checkout-cart-index .column.main,.checkout-onepage-success .column.main,.checkout-index-index .column.main{margin-top: 10px;}
.cart-summary,.opc-summary-wrapper,.opc-block-summary {background: #ffffff;margin:0 0 10px;}
.opc-block-summary{padding: 22px 28px 35px;}
.checkout-index-index .authentication-dropdown{right:-1px;}
[class^="checkout-"] .authentication-wrapper{margin-top: 0;}
.multishipping-checkout-shipping .product-item-name{padding: 0;}
.table tfoot{background: #ffffff;}
.account .table-wrapper{border: none;}
.opc-block-summary .product-item .product-item-inner{display: block;}
.paypal-review-discount .block > .title strong, .cart-discount .block > .title strong{color: #666666;}
.paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar{vertical-align: middle;}
div.block.crosssell{width: 100%; padding: 0;}
.cart.table-wrapper .cart thead tr th.col,
.cart.table-wrapper .cart > .item{
	border-bottom: 1px solid;
	border-color: #d9d9d9;
}
.opc-block-summary .items-in-cart > .title{border-bottom: 1px solid #d9d9d9;}
table{border-collapse: collapse;}
div.opc-wrapper{width: 75%;}
[class^="checkout-"] .page-title-wrapper{position: relative;width: auto;height: auto;margin: 0;}
.multicheckout .block-title strong, .multicheckout .block-content .title strong,.multicheckout.order-review .block-title > strong{font-size: 18px;}
.checkout-index-index .nav-sections,[class^="multishipping-"] .nav-sections{display: block;}
.column.main .opc-block-summary .product-item{padding:10px 0;}
.opc-block-summary .minicart-items-wrapper{padding: 0 15px 0 0;}
.checkout-payment-method .payment-option-title{border-color: #d9d9d9;}
.checkout-onepage-success .page-title-wrapper a{float: right;}
.opc-wrapper .form-login{border-bottom: 1px solid #f0f0f0;}
[class^="checkout-"] .cart.table-wrapper .product-item-details .product-item-name{padding: 0;}
[class^="checkout-"] .cart.table-wrapper .product-item-details{text-align: left;}
.multicheckout .block-title, .multicheckout .block-content .title{border-bottom: 1px solid #f0f0f0;}

.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong, 
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span, 
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span, 
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span, 
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span, 
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span, 
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span, 
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.multicheckout .block-title > strong, 
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span, 
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span, 
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, 
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, 
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, 
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span{
	font-size: 16px;
}

.abs-discount-block .block > .title::after, .cart-discount .block > .title::after{vertical-align: inherit;}
li.opc-progress-bar-item._active::before,li.opc-progress-bar-item._active > span::before{background: #205CBD;}
.opc-progress-bar-item._active > span::after{color: #000000;}
.opc-wrapper .shipping-address-item{font-size: 12px;float: left;}
.opc-wrapper .shipping-address-item.selected-item::after{background: #205CBD;}
.opc-wrapper .shipping-address-item.selected-item{border-color: #205CBD;}
.checkout-payment-method .payment-option-title .action-toggle::after{font-size: 10px;}
div.block-addresses-list address, .box-billing-address div.box-content, 
.box-shipping-address div.box-content, .box-information div.box-content, 
.block-balance-giftcard .block-content, .block-reviews-dashboard .product-name{font-size: 14px;}
.multicheckout .checkout-review .grand.totals{font-size: 20px;}
.modal-custom .action-close{margin:35px 40px;}
.opc-estimated-wrapper .minicart-wrapper{margin:0;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{color: #205CBD;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover .counter.qty{color:#000000;}
.checkout-cart-index main.page-main{padding: 0 15px}
.cart.table-wrapper .actions-toolbar > .action-edit:hover::before, .cart.table-wrapper .actions-toolbar > .action-delete:hover::before{color:#205CBD;}
.header-top{
	position: relative;
	z-index: 6;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active {width: 100%;}

.account_link {
	cursor: pointer;
	position: relative;
}
.header-top .tm_headerlinks{ 
	display:none;   
	float:none; 
	padding:5px; 
	position:absolute; 
	background:#ffffff; 
	right:-33px;
	background: #88bf4a; 
	width:235px; 
	text-align:left; 
	top:38px;
	z-index: 99;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.header-top .tm_headerlinks .panel.header{ padding: 0px;}
.products.wrapper.products-grid.grid, .products.wrapper.products-carousel.products-related,
.products.wrapper.products-carousel.products-upsell,.column.main .crosssell .products-crosssell,
.wishlist-index-index .products-grid.wishlist{margin:0 -15px;}
.featuredproducts .product-item-inner .product-item-actions .actions-secondary{display: none;}
.grid .featuredproducts .product-item .price-box{position: relative;}
.grid .featuredproducts  .product-item-info:hover .price-box{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.tm_featured_product{background:#ededed;padding: 20px 0;margin: 10px 0;}
.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel.owl-carousel .product-item{width:100%;margin-left: 0;padding-left: 0;}
.tm-latest-product .products{margin: 0;}
.product-item .price-box .new-price .price{font-weight: bold;font-size: 17px;}
.category-title{position:relative;}
.blog_title h2 a{cursor: pointer;}
.category-title h2{ margin: 0px; padding: 0; font-size: 20px; font-weight: 400; }
.blog_title h2{ margin: 0px;}
.product-item-image .product-item-inner .product-item-actions .actions-secondary{display: none;}
.brand-home{background: #ffffff;float: left;width: 100%;}
.brand-item {text-align:center; margin:0;}
.brand-item a img{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	width: auto;
}
.megnor-brand-view .column.main h1{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: normal;
	font-weight: 400;
}
.megnor-brand-view .category-description{margin: 20px 0 30px;}
ul.showmore{display: none;}
.level-show{
	color: #205cbd;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}
.level-show:after{
	position: absolute;
	color: #205cbd;
	right: -20px;
	font-family: "FontAwesome";
	content: "\f103";
}
.level-show.active:after {content: "\f102";}
.footer-brand .title {
	text-transform: uppercase;
	font-weight: 600;
	float: left;
}
.footer-brand .block-title {display: none;}
.footer-brand .block .block-content {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer-brand .block .block-content li{
	float: left;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
.footer-brand .block .block-content div:last-child li {
	border: none;
}

.footer_bottom_inner.container{padding:0;}
.footer_bottom h5 {  display: none;}

.grid .product-item-info:hover .actions-primary{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.grid .product-item-info .action.tocart:hover,
.list.products-list .product-item-info .action.tocart:hover{
	margin: 0px;
	background:#2457aa url(../images/sprite-1.png) no-repeat center 12px;
	border-radius: 50%;
}
.grid .product-item-info .action.tocart:active,
.grid .product-item-info .action.tocart:focus{
	margin: 0;
	background:#2457aa url(../images/sprite-1.png) no-repeat center 12px;
}
.grid .product-item-info .swatch-attribute{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	transition:all 0.3s ease; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-ms-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease;
}
.grid .product-item-info:hover .swatch-attribute{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.product-social-links .action.mailto.friend:before{  content: "\f003";}

.block.related,
.block.upsell,
div.block.crosssell{
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}
.relatedpost-product .product-item-actions .actions-secondary > .action{ 
	padding: 17px 17px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.relatedpost-product .product-item-info .product-item-actions .actions-secondary{
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.relatedpost-product .product-item-info:hover .product-item-actions .actions-secondary{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.grid .product-item-info:hover .sale-label,
.list .product-item-info:hover .sale-label{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.stock.unavailable{
	color:#000000;
	background: #ffd200;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: inline-block;
}
.stock.unavailable span{display: none;}
.grid .product-item :hover .stock.unavailable{margin: 0px auto;}
.stock.unavailable:before{
	font-family: "FontAwesome";
	font-size: 16px;
	display: inline-block;
	content: '\f071';
	background: transparent;
	padding:6px 8px;
	color: #000000;
}
.stock.unavailable:hover:before{color: #ffffff;}
.product-info-main .stock.unavailable{color: #666666;}

.box-tocart button.action.tocart{width:auto;}
.fotorama__wrap .fotorama__thumb__arr.fotorama__thumb__arr--right{right:2px;}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left: 5px;}
.column.main .products-list .product-items{margin-left:0; }
.product-item-description p + .action.more {
    display: block;
}
.product-item-description .action.more {
    display: none;
}
.products-list .product-item-photo{padding: 0 0px 0px 0;}

.modes-mode:before{
	content: none;
}
.modes-mode{
	background: url("../images/sprite.png") no-repeat 5px 5px;
	padding: 0;
	border: 0;
	width: 30px;
	height: 30px;
}
.modes-mode.active.mode-grid,
.modes-mode.mode-grid:hover{
	background-position: 5px -22px;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}
.modes-mode.mode-list{
	background: url("../images/sprite.png") no-repeat -22px 5px;
}
.modes-mode.active.mode-list,
.modes-mode.mode-list:hover{
	background-position:-22px -22px;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title {margin: 0;}
.relatedpost-product .block-title strong, .relatedpost .block-title strong{
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
.block.related .block-actions {
	text-align: center;
	display: none;
}
.field.choice.related>.checkbox.related{display: none;}
.block.related .related-available .product-item-name{margin-left: 0px; }
.block.relatedpost .title{display: inline-block; width: 100%; margin:0px 0 15px;}
.account.sales-order-print .page-title-wrapper{
	background: none;
	margin-bottom:0px;
	min-height:0px;
	padding:0px;
	text-align: left;
}
.order-status-title {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
}
.order-status-title .order-date{ float: right; }
.account.sales-order-print .order-date{ display:block; }
.account.sales-order-print .columns{ margin-top: 45px; }
.sidebar .block-brand{ display: block; }
.message.error{margin:5px 0;}
.account .page.messages,.account .messages{margin: 0px;}
.cart-tex-tot {float: left; line-height: 0;}
.cart-summary {top: 0 !important;}
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit{top: 0px;}
#bottom-brand-heading{
	float:left;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-bottom-brand{
	clear: both;
	overflow: hidden;
}
.items.bottom-content{
	overflow: hidden;
}
.items.bottom-content > li > div > a{
	float: left;
	padding: 0 10px;
	margin: 0 0 5px 0;
	font-weight: 100;
}
.items.bottom-content > li{
	overflow: hidden;
	float: left;
	border-right: 1px solid #e0e0e0;
		text-decoration: none;
	margin-bottom: 5px;
}
.items, .bottom-content > li:last-child{
	border-right: none;
}
.account .pages .items{float: right;}
.bottom-title{
	overflow: hidden;
	float: left;
}
.bottom.bottom-brand{
	margin-bottom: 40px;
}
.footer-center>.footer-area > ul{
	margin-bottom: 0px;
}
.footer-center>.footer-area > ul >li {
	margin-bottom: 5px;
}
.footer-center>#block_1 > ul >li {
	text-transform: capitalize;
}
.footer-center #block_1{width: 30%;}
.footer-center #block_2,.footer-center #block_3{padding-left: 15px;width: 21%;}
.footer-center #block_4{width: 28%}
.footer-bottom-bottom{margin-top: 5px;}

.brand-item .product-bottom-inner{
	width: 126px;
	height: 108px;
}
.blocked-elem{display:block;}
.sidebar .product-items .product-item-info{clear:both;}
.block-wishlist .actions-toolbar .primary {float:right;}
.catalogsearch-advanced-result .message.error{margin-top: 20px;}

.custom-contact-form{
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
.contact-us-right{
	display: block;
	float: left;
	margin: 0 0 0 2%;
	width: 49%;
}

.product-block{margin-bottom: 5px;}
.block-brand .items.block-content div:last-child{border-bottom: none;}
.page-footer .footer.content{display: none;}
body.brand-index-index.page-layout-2columns-left .column.main{padding:10px;box-sizing: border-box;background: #ffffff;float: right;}

.manufacturer-list.products.wrapper.grid.products-grid,.column.main .manufacturer-list .product-items{margin: 0;}
.column.main .manufacturer-list .product-items li{
	padding: 0;
	box-sizing: border-box;
	float: left;
	width: 20%;
}
.column.main .manufacturer-list .product-items li>div{
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.column.main .manufacturer-list .product-items li>div a{display: inline-block;}

.page-layout-1column div.product.media{
	width: 34%;
	padding:0;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
}
.breadcumb_outer{width: 100%;overflow: hidden;}
.breadcumb_inner{
	margin: 8px 0;
	padding: 11px 0 10px;
	overflow: hidden;
}
.sorter-action{display: inline-block;vertical-align: top;}
.toolbar select{background-color: #ffffff;font-size: 12px;color: #808080;}
.sorter-action:before{
	content: "";
	background: url("../images/sprite.png") no-repeat scroll 9px -50px transparent;
	padding: 0;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	width: 38px;
	height: 38px;
}
.sorter-action:hover:before{background-position: -19px -50px;}
.sorter-action.sort-desc:before{content: "";background-position: -19px -50px;}
.sorter-action.sort-desc:hover:before{background-position: 9px -50px;}
.filter .block-subtitle, .filter-options-item{border-bottom: none;padding-bottom: 0;}
.sidebar .block .block-title {
	color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 0;
    display: block;
    position: relative;
}
.sidebar .block .block-title:after{
	border-bottom: 2px solid #2457aa;
	bottom: 0;
	content: "";
	left: 20px;
	margin: 0 auto;
	position: absolute;
	right: auto;
	width: 50px;
}
.sidebar .block.filter .block-content.filter-content .block-subtitle{display: none;}
.block-title.filter-title strong {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.filter-options-title {
	text-transform: capitalize;
	padding: 4px 0px 4px 0;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
}
.filter-current .action.remove{left: 100%;top:5px;}
.columns .column.main{padding-bottom: 0;}
.page-layout-1column div.product-info-main{
	padding: 0 15px 0 25px;
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.right-banner{float: right;width: 18%;}
.fotorama__stage{margin-bottom: 15px;border:1px solid #ebebeb;}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin: 12px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.product-info-main .product.attribute.overview{margin: 10px 0 15px;}
.product-info-main .product-reviews-summary{margin-bottom:10px;margin-top: 10px;line-height: 1.25;float: none;}
.product-info-main .product-info-price .old-price .price-wrapper .price{font-size: 16px;font-weight: 500;text-decoration: line-through;}
.product-info-main .product-info-price .price-wrapper span.price{font-size: 22px;font-weight: bold;line-height: 20px;}
.product-info-main .product-info-price{margin:10px 0;border-bottom: none;}
.product-info-main .product-info-stock-sku{padding:0;}
.product-info-main .product.attribute.sku{margin-bottom: 10px;}
.column .product-info-main .product-add-form{padding: 10px 0;}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart{margin: 0 0 9px;}
.product-info-main .product-info-price .price-box .price-final_price > span{margin-bottom: 0;}
.box-tocart .field.qty .input-text.qty{border: 1px solid #ebebeb;}
.box-tocart .field.qty .label{float:left;margin: 6px 6px 6px 0;}
.catalog-product-view .product-info-main form .field.qty{margin: 0 15px 0 0;float: left;}
.catalog-product-view .product-info-main form .field.qty .control{float: left;}
.breadcrumbs .item:not(:last-child):after{content: "\f101"; font-family: "FontAwesome";font-size: 15px;vertical-align: text-bottom;}
.breadcrumbs .items .item strong{text-transform: capitalize;}
.product.info.detailed .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:hover {
    color: #000;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    background: #f5f5f5;
}
.product-info-main .product-info-price .price-box .normal-price .price-final_price .price-label {
	display: inline-block;
	margin: 0;
}
.toolbar-products #sorter, .toolbar-products select, .order-products-toolbar select, .toolbar.wishlist-toolbar select{
	background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;
}
.product.attribute.description ul{margin-bottom: 0}
.product.attribute.description li {list-style: inside;}
.product-info-main .product-info-price .price-box .price-container .price-wrapper {
	display: inline-block;
	margin: 0;
}
.product-main-content .product-info-main .stock.available, .product-main-content .product-info-main .stock.unavailable {
	font-weight: 600;
	color: #008000;
}
.column .product-info-main .social-media-icons{
	margin-top: 15px;
}
.column .product-info-main .social-media-icons .fa {
    font-size: 24px;
}
.column .product-info-main .social-media-icons .fa-whatsapp {
    color: #00E676;
}
.column .product-info-main .social-media-icons .fa-facebook {
    color: #3E5793;
}
.column .product-info-main .social-media-icons .fa-twitter {
    color: #1da1f2;
}
.column .product-info-main .social-media-icons .fa-pinterest-p {
    color: #e60023;
}
.column .product-info-main .social-media-icons .fa-whatsapp,
.column .product-info-main .social-media-icons .fa-facebook,
.column .product-info-main .social-media-icons .fa-twitter{
	margin-right: 5px;
}
.swatch-input.super-attribute-select {display: none;}
.product.data.items > .item.title.active > .switch span,
.product.data.items > .item.title.active > .switch:hover span,
.product.data.items > .item.title.active > .switch:focus span{
	color: #000000;
}
.product.info.detailed > .product.data.items > .item.title > .switch {
    border: none;
    padding-bottom: 0;
    text-transform: capitalize;
    background: #ffffff;
    line-height: 44px;
    height: 43px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.product.data.items > .item.title:not(.disabled) > .data.switch:active,
.product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:hover,
.data.switch:hover .counter, .data.switch:active .counter {
    color: #000;
}
.data.switch .counter{color: #000000;}
.product.info.detailed .product.data.items > .item.title.active:not(.disabled) > .switch:hover {
    color: #000;
}
.product.info.detailed > .product.data.items > .item.content {
    border: 0;
    margin-top: 44px;
    background: #f5f5f5;
}
.product.info.detailed .product.data.items{background: #ffffff;}
.products-related .product-image-container, .upsell .product-image-container{border-bottom: none;}
.related .category-title,.upsell .category-title{border-bottom: none;}
.catalog-product-view .product-info-price .price-box{padding-bottom: 0;}
.products-list .sale-label{right: 5px;}
.pages strong.page,.pages a.page{padding: 0 12px;}
.pages .action{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}
.pages .item,.pages strong.page{line-height: 30px;}
.pages .item{
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pages .item.current{border-color: #205cbd;background: #205cbd;}
.pages li.item:hover{border-color: #205cbd;}
.page-products .sidebar .block-wishlist .product-item-actions{position: static;}
.review-control-vote label::before, .review-control-vote::before{font-size: 20px;line-height: 10px;}
.review-field-rating .control{margin-bottom: 30px;}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
    padding: 30px;
}
.product.data.items #tab-label-product-hover-img, .product.data.items #product-hover-img{display: none;}
.product-item-actions .actions-primary + .actions-secondary{padding: 0;width: auto;}
.products-related .product-item-actions, .upsell .product-item-actions{line-height: 1;}

.product.info.detailed{margin-top: 50px;float: left;width: 100%;}
.review-list .block-title strong{font-size: 20px;}
.review-title {font-size: 18px;color: #000;}
.review-toolbar{border-color: #f0f0f0;}
.product-main-content{overflow: hidden;padding:0;background: #ffffff;}
.product-reviews-summary div.reviews-actions{font-size: 12px;margin: 0;vertical-align: text-top;}
.right-banner-inner{position: relative;margin: 0 0 10px 0;}
.right-banner-inner .flex-control-nav{position: static;}
.right-banner-inner .slides{margin-bottom: 0;}
.pro-page-sale-cms {
	padding: 22px 5px;
	text-align: center;
	color: #ffffff;
	background: #2457AA;
}
.pro-page-sale-cms .text1 {
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 800;
}
.pro-page-sale-cms .text2{
	border-top:1px dashed;
	border-bottom: 1px dashed;
	display: inline-block;
	padding: 0 40px;
	margin: 10px 0;
	text-transform: capitalize;
}
.pro-page-sale-cms .text3 {font-size: 40px;font-weight: 700;text-transform: uppercase;line-height: 40px;}
.pro-page-sale-cms .text4 {text-transform: uppercase;}

body.page-layout-2columns-left .sidebar,body.account.page-layout-2columns-left .sidebar{width: 19%;margin-top:0;}
.product-item-info{position: relative;width: auto;}
.page-products .products-grid .product-item,
.page-products.catalog-category-view .products-grid .product-item,
.page-products .search.results .products-grid .product-item,
.brand-view-index .products-grid .product-item,
.wishlist-index-index .products-grid .product-item{
	width: 25%;
	margin-left: 0;
	padding: 0;
	position: relative;
}
.page-products .product-image-container{border-bottom: none;}
body.page-layout-2columns-left .column.main,.account.page-layout-2columns-left div.column.main{width: 78.572%;}
.breadcumb_inner .page-title-wrapper h1{float:left;margin-bottom: 0px;}
.catalog-product-view .breadcumb_inner .page-title-wrapper h1{font-size: 16px;}
div.breadcrumbs {
    float: right;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 17px;
}
.breadcrumbs a:visited{color: #000000;}
.breadcumb_inner .breadcrumbs a:active, .breadcumb_inner .breadcrumbs a:hover{text-decoration: none;}
.breadcrumbs .items{font-size: 12px;}
.columns .sidebar.sidebar-main{padding-right:0px;}
.page-wrapper #maincontent.page-main .sidebar .block {
    margin: 0 0 40px;
    border: 3px solid #f0f0f0;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.breadcumb_inner .breadcrumbs a {color: #000;text-transform: capitalize;}
.filter-options-title:after{right:4px;font-size: 10px;}
body.page-layout-2columns-left .sidebar-additional{padding-right: 0;}
.page-products .products-grid .product-item-inner:before{background: transparent;}
.page-products .toolbar-products{
	padding: 5px 0;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.page-products .toolbar-products{margin:0 0 16px 0;}
.products.wrapper ~ .toolbar-products{margin:16px 0 16px 0;}
.pages .action{background: #ffffff; border:none;}
.pages .action:hover{background: #ffffff;}
.pages .action.next:hover:before,.pages .action.next:hover:visited:before,
.pages .action.previous:hover::before,.pages .action.previous:hover:active::before,.pages .action.previous:hover:visited:before{color: #205cbd;}
.pages .action.next:before,.pages .action.next:visited:before,.pages .action.previous::before,.pages a.action.previous:active::before,
.pages .action.previous:visited:before{color: #808080;}
.pages a.page,.pages a.page:visited{background: #ffffff}
.pages .current strong.page{color: #ffffff;background: transparent;}
.pages .action.next{margin-left: 0px}
.pages .action.previous{margin-right: 0;}
.items.pages-items li .page,.items.pages-items li .action{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
option{padding: 0 15px;}
.catalogsearch-advanced-index option{padding: 0;}
.filter-options-title:after{right: 0;top: 0;font-size:10px;font-weight: bold;color: #626262;float: right;}
.column.main .products-list li:last-child .product-item-info {
    border-bottom: 0;
    margin-bottom: 0;
	padding-bottom: 0;
}
.products-list .price-container .price{font-size: 16px;font-weight: 700;}
.products-list .old-price .price-container .price{font-size: 13px;color: #b2b2b2;font-weight: 400;}
.products-list .product-item .action.towishlist:hover,.products-list .table-comparison .action.towishlist:hover,
.products-list .product-item .tocompare:hover{color:#205cbd;}
.products-list .product-item-info .new-label{display: block;}
.filter-options-content .count,
.filter-options-content a{
	color: #808080;
}
.category-image img{
	width: 100%;
}
.product-item-photo.hover .product-hover-image {
    position: absolute;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
}
.products-grid .product-item-info:hover .product-item-photo.hover .product-hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.products-grid .product-item-info:hover .product-item-photo.hover .product-image-container{
	opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
.products-grid .product-item-info .product-item-photo.hover .product-image-container{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.pro-hover .action.primary,
.pro-hover a.action.primary{
	height: 35px;
	width: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.product-item-info .action.primary,
.product-item-info a.action.primary{
	background:#2457aa url(../images/sprite-1.png) no-repeat center 12px;
	font-size: 0;
	padding: 0;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.wishlist-index-index .actions-toolbar > .primary > button {
    text-transform: uppercase;
}
#discount-coupon-form .action.apply.primary {
    padding: 8px 15px 10px;
    height: auto;
    line-height: 20px;
}
.login-container {
	color: #666666;
}
.login-container .block .block-title{
	border-bottom: 1px solid #f0f0f0;
	padding-top:10px;
}
.login-container .block .block-title strong{    
	font-weight: normal;
	font-size: 16px;
}
.block-minicart .block-content > .actions > .primary .action.primary{
	width: 100%;
}
.customer-account-forgotpassword .fieldset > .field{
	padding: 10px 0 0 0;
}
.catalogsearch-advanced-index .fieldset > .legend{
	margin: 10px 0;
}
.fieldset > .legend,
form .legend{
	border-bottom: 1px solid #f0f0f0;
	padding-top: 10px;
}
.create input[type="text"],
.form.form-orders-search input[type="text"],
.create input[type="password"],
.form.form-orders-search input[type="password"],
.create input[type="url"],
.form.form-orders-search input[type="url"],
.create input[type="tel"],
.form.form-orders-search input[type="tel"],
.create input[type="search"],
.form.form-orders-search input[type="search"],
.create input[type="number"],
.form.form-orders- input[type="number"],
.create input[type="datetime"],
.form.form-orders-search input[type="datetime"],
.create input[type="email"],
.form.form-orders-search input[type="email"]{
	border: 1px solid #f0f0f0;
}
textarea{
	padding: 0 10px;
	font-size: 12px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"]{
	font-size: 12px;
}
.catalogsearch-advanced-index .field.price .addon input{
	min-width: 0;
}
select{
	border: 1px solid #ebebeb;
	font-size: 12px;
}
.create input.mage-error,
.form.form-orders-search input.mage-error,
.create select.mage-error,
.form.form-orders-search select.mage-error,
.create textarea.mage-error,
.form.form-orders-search textarea.mage-error{
	border-color: #ed8380;
	border: 1px dashed #ed8380;
	background: #faebe7;
}
.password-strength-meter{
	background-color: #ebebeb;
}
div.mage-error[generated] {
	margin-top: 2px;
	padding: 0 0 0 20px;
	position: absolute;
	font-size: 12px;
}
div.mage-error[generated]:before{
	content: '\f062';
	font-family: 'FontAwesome';
	left: 0;
	top: -1px;
	position: absolute;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus{
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}
.account .column.main .customer-review.view h2.product-name{
	font-size: 20px;
}
.product-item div.product-reviews-summary .reviews-actions{
	font-size: 12px;
	margin-top: 0;
	display: none;
}
.cms-home .product-item div.product-reviews-summary .reviews-actions,
.catalog-category-view .product-item div.product-reviews-summary .reviews-actions{
	display: none;
}
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend, 
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title, 
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title, 
.block-wishlist-search-results .block-title,
.customer-review .review-details .title, .multicheckout .block-title, 
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns 
.column.main .block:not(.widget) .block-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title, 
.sales-guest-view .column.main .block:not(.widget) .block-title{
	border-color: #f0f0f0;
}
.block-collapsible-nav .content{
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
.block-reorder .actions-toolbar{
	margin: 0;
}
.block-compare .counter,
.block-wishlist .counter{
	color: #000;
}
.sidebar .product-items .product-item {
	float: left;
	width: 100%;
}
.form.form-orders-search{
	margin:30px 0 0 0;
}
.account .page-title-wrapper{
	margin: 9px 0 9px 0;
	padding: 15px 0;
	line-height: 1;
}
.table-comparison .action.tocart {
    width: auto;
}
.table-comparison .secondary-addto-links .action.towishlist:hover span{color: #000;}
.table-comparison .secondary-addto-links .action.towishlist span {
    font-size: 12px;
    width: auto;
    height: auto;
    overflow: inherit;
    clip: inherit;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.table-comparison .secondary-addto-links .action.towishlist {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
ul.footer.links li.current {font-size: 12px;}
ul.footer.links li.current strong {font-weight: 400;}
.product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
}
.page-print.account .page-title-wrapper{margin: 9px 0 9px 0;}
.page-print .logo{background: #205cbd;padding: 10px;}
.account .page-title-wrapper h1.page-title {
	margin:0;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.35;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{background: transparent;}
.block-collapsible-nav .item a,.block-collapsible-nav .item.current>strong{background: transparent;}
.block-collapsible-nav .item.current a{border-color: #e6e6eb;}
.block-collapsible-nav .item:last-child a, .block-collapsible-nav .item:last-child strong{border-bottom: none;}
.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong{
	padding: 5px 0;
	color: #205cbd;
}
.account .block-collapsible-nav .item.current a:before, .account .block-collapsible-nav .item.current > strong:before{
	content: '\f0a4';
	font-family: 'FontAwesome';
	padding-right: 5px; 
}
.account .items.order-links .nav.item.current strong{
	border: 0; 
	color: #ffffff;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	background: #205cbd;
}
.account .block-collapsible-nav .item a:hover{
	color:#205cbd;
}
.account .page-main .columns .column.main .block .block-title {
	border-bottom-width: 2px;
}
.account .page-main .columns .column.main .block .block-title > strong,
.account .legend > span {
	font-size: 16px;
}
.account .block-content .box .box-title {
	background: #205cbd;
	color: #ffffff;
	padding: 7px 15px 4px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.account .column.main .block .block-content .box .box-title > span {
	font-size: 13px;
	font-weight: normal;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, 
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, 
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, 
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, 
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price, 
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price, 
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price, 
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price, 
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price{
	color: #000000;
}
.filter-actions a{
	font-weight: 500;
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #2457aa;
}
.filter-actions a:hover{
	color: #000;
	background: #ffd200;
}
.filter-options-content a:hover{
	background-color: transparent;
	color: #205cbd;
}
.filter-options-content a:hover .count{
	color: #205cbd;
}
.sidebar .block.block-reorder .block-title,
.sidebar .block.block-reorder .block-content {
	display: block;
}
.account .pages .action{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}
.field-tooltip .field-tooltip-action::before{
	font-size: 19px;
}
.field-tooltip{
	top: 9px;
}
.order-details-items .product-item-name{
	padding: 0;
	font-size: 14px;
}
.active-cart{
	display: block;
}
.contact-index-index .columns{
	margin-top:30px;
}
.modal-popup .modal-title,
.modal-popup.modal-slide footer.modal-footer{
	border-bottom: 1px solid #f0f0f0;
}
.wishlist .box-tocart .field.qty .control{
	float: left;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty, 
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty, 
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty, 
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty{
	width:38px;
}
.catalog-product-compare-index .product-item-actions .actions-primary{
	display: block;
	float: left;
}
.catalog-product-compare-index .product-item-actions .actions-secondary{
	display: inline-block;
	float: left;
	margin:0px 2px 0 5px;
	padding-left: 0;
	width: auto;
}
.catalog-product-compare-index .product-item-actions .actions-secondary span{
	letter-spacing: normal;
}
.table-comparison .action.towishlist:before{
	padding:9px;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td{
	border-top:1px solid #f0f0f0;
}
.table-comparison .cell,.table-comparison >tbody >tr >td{
	border-right: 1px solid #f0f0f0;
}
.table-comparison td:last-child{
	border-right: none;
}
.catalog-product-compare-index .product-item-actions .actions-primary + .actions-secondary > .action > span{
	position: relative;
	margin:0;
	padding-left: 5px;
	font-size: 13px;
	font-weight: normal;
	display: none;
}
.link.wishlist .counter{
	color: #808080;
}
.tm_headerlinks > .header.links > li:hover > a .counter{
	color: #205CBD;
}
.cart.table-wrapper .action-towishlist::before{
	width:20px;
}
.cart.table-wrapper,
.table-wrapper{
	margin-bottom: 10px;
}
.cart.table-wrapper,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title,
.cart-discount,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark,
.cart-totals,
.opc-block-summary .table-totals,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount{
	border-color: #d9d9d9;
}

.table-wrapper.comparison{border:1px solid #d9d9d9;}
.cart-container .form-cart .actions.main{margin: 10px 0;}
.cart-discount{margin: 10px 0;}
.catalog-product-compare-index .price-label{display: none;}
.catalog-product-compare-index div.product-reviews-summary{position: static;}
.catalog-product-compare-index div.product-reviews-summary .rating-summary{vertical-align: text-top;}
.catalog-product-compare-index .product-reviews-summary div.reviews-actions{vertical-align: middle;}
.search-autocomplete{top:35px;right: 35px;}
.search-autocomplete ul:not(:empty){background: #88bf4a;
	border: 1px solid #342014;
	color: #eae0c9;
	padding: 2px;
}
.search-autocomplete ul li .amount{color: #ebebeb;}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected{background: #88bf4a;}
div.products-grid.wishlist .product-item .fieldset .field.qty,
div.products-grid.wishlist .product-item .fieldset .product-item-actions{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.products-grid.wishlist .product-item-actions .action.edit{margin-right: 5px}
.review-customer-view .customer-review.view .product-media .product-photo{
	display: inline-block;
	width: 100%;
}
#block-collapsible-nav .delimiter,
.sidebar-main .block.account-nav{
	display: none;
}
#cat-featured {
	margin: 25px 0 0;
}
#cat-featured .slider-item {
    width: 14%;
    display: inline-block;
}
#cat-featured.owl-carousel .slider-item {
    width: 100%;
    display: block;
}
.tm_lang_cur_links {
	display: none;
}
.account_link .panel.header .tm_lang_cur_links {
	display: block;
}
.catalog-product-compare-index .action.primary:hover,
.catalog-product-compare-index .action.primary:active,
.catalog-product-compare-index .action.primary:focus{
	background: #ffd200 url(../images/sprite-1.png) no-repeat center 12px;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-info:hover .product-item-inner{transform: none;}
.account.wishlist-index-index .product-item-inner {margin: 0;}
.action.primary, a.action.primary {font-weight: 500; font-size: 12px; padding: 10px 15px;line-height: 20px;text-transform: uppercase;}
.customer-account-login .actions-toolbar > .secondary {text-align: left;}
.customer-account-login .login-container .fieldset::after {margin-top: 20px;}
.customer-account-login .fieldset {
	margin: 0 0 20px;
}
.page-product-configurable .product-info-main .swatch-opt {
	margin: 0 0 22px;
}
.product-info-main .swatch-attribute-label {
	font-weight: 500;
	position: relative;
	color: #000;
}
.block.related .block-content,
.block.upsell .block-content,
.block.crosssell .block-content{
	margin-top: 30px;
}
.data.item.content .block.related .block-content {
    margin: 0;
}
.tm_Category_Slider_CMS .owl-controls .owl-nav div {
	border: 2px solid #ffd200;
	width: 35px;
	height: 35px;
	line-height: 32px;
	top: auto;
	bottom: 27%;
}
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev:hover,
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next:hover{
	background-color: #ffd200;
}
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev::before,
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next::before{
	color: #fff;
	font-size: 24px;
}
.tm_Category_Slider_CMS .products-grid .product-item-info{
	margin: 0 15px 15px;
}
.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option{
	float: none;
	text-align: center;
	display: inline-block;
}


.page-wrapper .page.messages .messages {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    text-align: center;
}
.page-wrapper .page.messages .messages .message {
    margin-bottom: 0;
}

@-webkit-keyframes slide {
    100% {left: 0;}
}

@keyframes slide {
    100% {left: 0;}
}


.scrollup {
	height: 0px;
	width: 0px;
	z-index: 999;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 32px;
	height: 32px;
	border: 2px solid #ffd200;
	background: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
}
.scrollup:before {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 22px;
	color: #ffd200;
	display: inline-block;
	top: 0px;
	line-height: 32px;
	position: relative;
	font-weight: 800;
}
.scrollup:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.scrollup:hover{background: #ffd200;}
.scrollup:hover:before{color: #000000;}
.scrollup:hover:after{
	animation-name: sonareffect;
	-webkit-animation-name: sonareffect;
	-moz-animation-name: sonareffect;
	-o-animation-name: sonareffect;
	animation-duration: 1s;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
}
@keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
@-webkit-keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
@-moz-keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
@-o-keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}

.minimal-price-link { display: none; }
.new-label, .sale-label { width: 100%; min-width: 48px; max-width: 100px; }
.grid .actions-primary button { width:80%; }
.grid .actions-primary { text-align: center; }
.grid .product-item-name { color:#000; font-weight: bold; min-height: 40px;}
.grid .product-item-details { text-align: center; }
.sorter-options {

    width: 80px;
}